@font-face { 
	font-family: "Basic Commercial";
	src: url(//45832314.fs1.hubspotusercontent-na1.net/hubfs/45832314/raw_assets/public/CTL_June_2024/fonts/basiccommercial_n8.685e6eeb542e6ab43901d0328c7ecf91a0dd5083.woff2) format("woff2"),
		font-style: normal;
	font-weight: 800;
	font-display: swap;
}

@font-face { 
	font-family: Archivo; 
	src: url(//45832314.fs1.hubspotusercontent-na1.net/hubfs/45832314/raw_assets/public/CTL_June_2024/fonts/archivo_n4.abb5ec97705c33fe369ef678fc93b9cf87658330.woff2) format("woff2");
	font-style: normal; 
	font-weight: 400; 
	font-display: swap; 
}

@font-face { 
	font-family: Archivo; 
	src: url(//45832314.fs1.hubspotusercontent-na1.net/hubfs/45832314/raw_assets/public/CTL_June_2024/fonts/archivo_n5.bbeed03f357a4309f5ea02d1c5e99e42776e6f2e.woff2) format("woff2");
	font-style: normal;
	font-weight: 500; 
	font-display: swap; 
}
@font-face {
	font-family: Archivo; 
	src: url(//45832314.fs1.hubspotusercontent-na1.net/hubfs/45832314/raw_assets/public/CTL_June_2024/fonts/archivo_n6.1c7c5a103e7ce5904146bdc8185bb04724ca217a.woff2) format("woff2"); 
	font-style: normal; 
	font-weight: 600; 
	font-display: swap; 
}



:root{
	--color1:rgba(166, 175, 167,1.0);
	--color2:rgba(210, 215, 211,1.0);
	--color3:rgba(224, 221, 12,1.0);
	--color4:#44423f;
	--white:#ffffff;
	--color5:rgba(32, 55, 34,1.0);
	--color6:#4d5f4f;
	--color7:#dad4d0;
}

.child_theme h1,
.child_theme h2,
.child_theme h3,
.child_theme h4,
.child_theme h5,
.child_theme h6,
.child_theme .h1,
.child_theme .h2,
.child_theme .h3,
.child_theme .h4,
.child_theme .h5,
.child_theme .h6{
	font-family: "Basic Commercial", sans-serif;
	margin-bottom:20px;
}

.child_theme .hs-search-results__pagination {
	flex-wrap: wrap;
}
.child_theme img.hs-image-widget {
	margin-bottom: 10px;
}
.child_theme header img.hs-image-widget,
.child_theme footer img.hs-image-widget {
	margin-bottom: 0;
}
.child_theme .hs-search-field__suggestions-container {
	z-index: 2;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]:-moz-search-cancel-button,
input[type="search"]::-ms-clear  {
	display: none;
}

fieldset.form-columns-3 .hs-form-field:last-child > .input {
	margin-right: 0;
}

.child_theme form input[type=email],
.child_theme form input[type=file], 
.child_theme form input[type=number], 
.child_theme form input[type=password], 
.child_theme form input[type=search],
.child_theme form input[type=tel],
.child_theme form input[type=text],
.child_theme form select,
.child_theme form textarea {
	padding: 12px 17px;
	min-height: 48px;
	margin-bottom: 10px;
	height: auto;
	font-size: .75rem;
	font-weight: 400;
	max-width: 100%;
}

.child_theme form ::-webkit-input-placeholder {
	color: #15151599;
}

.child_theme form input[type=submit]{
	width: 100%;
	font-weight:600;
}

.child_theme .hs-button,
.child_theme .hs-sec-btn,
.child_theme .hs-trans-btn,
.child_theme .systems-page .hs-search-results__next-page,
.child_theme .systems-page .hs-search-results__prev-page,
.child_theme form input[type=submit] {
	align-items: center;
	justify-content: center;
	min-height: 48px;
	font-size: .875rem;
	display: inline-flex;
	text-align: center;
	position: relative;
	z-index: 1;
	font-weight:600;
	overflow: hidden;
	transition: color .25s cubic-bezier(.104,.204,.492,1), background-color .25s cubic-bezier(.104,.204,.492,1), border-color .25s cubic-bezier(.104,.204,.492,1);
}

.child_theme .span2 .hs-button,
.child_theme .span3 .hs-button,
.child_theme .span4 .hs-button,
.child_theme .span5 .hs-button, 
.child_theme .span6 .hs-button{
	padding:7px 30px;
}

.child_theme .content-wrapper, 
.child_theme .dnd-section>.row-fluid, 
.child_theme .page-center,
.child_theme .footer .page-center,
.child_theme .header .page-center{
	padding:0 11px ;
}

[class*=full-width-section].dnd-section, 
[class*=full-width-section].dnd-section>.row-fluid{
	padding:0 !important;
	width:100%;
}

.child_theme .hs-button:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -5%;
	width: 125%;
	height: 100%;
	background:var(--white);
	opacity: 0;
	z-index: -1;
	opacity: 1;
	border-radius: 50px;
	transform-origin: bottom left;
	backface-visibility: hidden;
	transform: rotate3d(0, 0, 1, 6deg) translate3d(-1.2em, 110%, 0);
	will-change: transform;
	transition: all .25s cubic-bezier(.104,.204,.492,1);
}

.child_theme .hs-button:hover:before {
	transform: rotate3d(0, 0, 1, 0) translateZ(0);
}

.child_theme .hs-button.primary {
	position: relative;
	z-index: 1;
}
.child_theme .hs-button.large:before {
	display: none;
}


/* HEADER */


.child_theme .otr-hdr {
	min-height: 135px;
}
.child_theme .otr-hdr.no-navigation {
	min-height: 90px;
}

.child_theme .header {
	border-bottom: 1px solid rgba(68, 66, 63,1.0);;
	position: fixed;
	background-color: rgba(255, 255, 255,1.0);
	z-index: 30;
	top:0;
	left:0;
	margin:0 auto;
	min-height:auto;
	width: 100%;
}

.child_theme .header .page-center {
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-flow: row wrap;
}

.child_theme .header .inner-header {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr auto 1fr;
	min-height: 60px;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 4px;
}

.child_theme .header .currency {
	display: none;
	line-height: 1;
}

.child_theme .header .currency form {
	display: inline-flex;
}

.child_theme .header .currency .select {
	margin: 0 15px 0 0;
	padding-right: 12px;
	position: relative;
}

.visually-hidden {
	position: absolute !important;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
	word-wrap: normal !important;
}

.child_theme .header .currency form .select select {
	background: none;
	border: none;
	padding: 0;
	height: auto;
	margin: 0;
	line-height: 1;
	color: rgba(21, 21, 21,1.0);
	font-weight: 500;
	font-size: 15px;
	min-height: auto;
	text-transform: uppercase;
}

.child_theme .header .currency form .select select>div {
	margin: 0 !important;
}

.child_theme .header .currency form .select .select-arrow {
	display: flex;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -3.5px;
	pointer-events: none;
	line-height: 0;
}

.child_theme .header .currency form .select .select-arrow svg>path {
	stroke:rgba(21, 21, 21,1.0);
	transition: all .25s cubic-bezier(.104,.204,.492,1);
}
.child_theme .header .header-logo a {
	display: inline-flex;
	margin: 20px 0;
	position: relative;
}

.child_theme .header .header-logo a img {
	object-fit: contain;
	object-position: left;
	width: auto;
	transition: all .25s cubic-bezier(.104,.204,.492,1);
	max-width: 130.08px;
	width:100% !important;
}

.child_theme .header .header-logo a img{
	max-height:30px;
}

.child_theme .header .header-right {
	margin-left: auto;
	line-height: 1;
	height: 100%;
	min-width: 70px;
	white-space: nowrap;
	justify-content: end;
	display: inline-flex;
	align-items: center;
}

.child_theme .header .header-right .login,
.child_theme .header .header-right .search,
.child_theme .header .header-right .cart{
	height: 100%;
	align-items: center;
	display:flex;
	padding: 0 7px;
	height:100%;
	cursor:pointer;
}

.child_theme .header .hs-button:before {
	display: none;
}
.child_theme .header .empty-space {
	display: none;
}

.child_theme .header .header-right .login{
	display:none;
}
.child_theme .header .header-right .cart{
	padding-right:0;
}
.child_theme .header .header-right .login a {
	height: 100%;
	align-items: center;
	text-transform: uppercase;
	font-weight: 500;
	color: rgba(21, 21, 21,1.0);
	font-size: 15px;
	background: none;
	border: 0;;
	position: relative;
	line-height: 1.7;
	min-height: auto;
	overflow:visible;
	padding:0;
	height 100%;
}
.child_theme .header .header-right .login a:after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	will-change: transform;
	height: 1px;
	transform: scaleX(0);
	transform-origin: left center;
	background:var(--color5);
	transition: all .25s cubic-bezier(.104,.204,.492,1);
}

.child_theme .header .header-right .login:hover a:after {
	transform: scale(1);
}

.child_theme .header .header-right .cart svg>path,
.child_theme .header .header-right .search svg>path{
	fill: none;
	stroke:rgba(21, 21, 21,1.0);
}
.child_theme .header .header-menu {
	width: 100%;
	grid-column: span 3;
	justify-content: center;
	display: none;
	margin: 0 auto;
	max-width: 100%;
}
.child_theme .header .header-menu .hs-menu-wrapper>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: .9375rem;
}

.child_theme .header .header-menu .hs-menu-wrapper>ul>li {
	display: inline-flex;
	padding: 0 15px;
	align-items: center;
	position: relative;
	z-index: 1;
	margin-bottom:0;
}

.child_theme .header .header-menu .hs-menu-wrapper>ul>li>a {
	position: relative;
	text-transform: uppercase;
	margin: 10px 0;
	font-weight: 500;
	font-size: 15px;
	overflow: visible;
	color: rgba(21, 21, 21,1.0);
}

.child_theme .header .header-menu .hs-menu-wrapper>ul>li:hover>a{
	color: rgba(21, 21, 21,1.0);
}

.child_theme .header .header-menu .hs-menu-wrapper>ul>li.active>a{
	color: rgba(21, 21, 21,1.0);
}

.child_theme .header .header-menu .hs-menu-wrapper>ul>li>a:after ,
.child_theme .header .header-menu .hs-menu-wrapper>ul>li>ul>li>a:after{
	content:"";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	will-change: transform;
	height: 1px;
	transform: scaleX(0);
	transform-origin: left center;
	background:var(--color5);
	transition: all .25s cubic-bezier(.104,.204,.492,1);
}

.child_theme .header .header-menu .hs-menu-wrapper>ul>li>a:hover:after,
.child_theme .header .header-menu .hs-menu-wrapper>ul>li>ul>li>a:hover:after{
	transform: scale(1);
}

.child_theme .header .header-menu .hs-menu-wrapper>ul>li>ul>li>a:hover:after{
	top: calc(100% - 3px);
}
.child_theme .header .header-menu .hs-menu-wrapper>ul ul {
	position: absolute;
	top: 100%;
	left: -15px;
	font-size: 14px;
	line-height: 1;
	padding: 22px 30px;
	background-color: rgba(255, 255, 255,1.0);
	list-style: none;
	margin: 0;
	text-align: left;
	white-space: nowrap;
	line-height: 1.1;
	min-width: 190px;
	opacity: 0;
	box-shadow: 0 2px 10px #00000026;
	visibility: hidden;
	transition: all .25s cubic-bezier(.104,.204,.492,1);
}

.child_theme .header .header-menu .hs-menu-wrapper>ul>li.hs-item-has-children:hover:before {
	content: attr(data-item-title);
	position: absolute;
	height: 100%;
	top: 0;
	margin-left: -30px;
	padding-left: 30px;
	padding-right: 30px;
	opacity: 0;
	width: 100%;
}

.child_theme .header .header-menu .hs-menu-wrapper>ul>li:hover>ul {
	visibility: visible;
	opacity: 1;
}

.child_theme .header-menu ul>li.hs-item-has-children>a>svg {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -3px;
}

.child_theme .header-menu ul>li.hs-item-has-children>a>svg>path {
	stroke: rgba(21, 21, 21,1.0);
}

.child_theme .header .header-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a {
	padding-right: 15px;
}

.child_theme .header .header-menu .hs-menu-wrapper>ul ul>li {
	margin: 0;
}

.child_theme .header .header-menu .hs-menu-wrapper>ul>li>ul>li>a {
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 15px;
	position: relative;
	color: rgba(21, 21, 21,1.0);
}

.child_theme .header .header-menu .hs-menu-wrapper>ul>li>ul>li:hover>a{
	color: rgba(21, 21, 21,1.0);
}

.child_theme .header .header-menu .hs-menu-wrapper>ul>li>ul>li.active>a{
	color: rgba(21, 21, 21,1.0);
}


.child_theme .mobile-toggle-wrapper {
	display: inline-flex;
	margin-right: auto;
}

.child_theme .mobile-toggle-wrapper .mobile-toggle {
	position: relative;
	width: 48px;
	height: 48px;
	margin-left: -15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.child_theme .mobile-toggle span {
	width: 18px;
	height: 1.5px;
	background: rgba(21, 21, 21,1.0);
	position: absolute;
	border-radius: 1px;
	top: 18px;
	left: 15px;
	transition: all .25s cubic-bezier(.104,.204,.492,1);
}

.child_theme .mobile-toggle span:nth-child(1) {
	transform-origin: top left;
}
.child_theme .mobile-toggle span:nth-child(2) {
	top: 23px;
}
.child_theme .mobile-toggle span:nth-child(3) {
	transform-origin: top left;
	top: 28px;
}
.child_theme .mobile-menu-drawer {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100vw;
	background:var(--white);
	height: calc(100vh - calc(100% +  0px));
	display: block;
	border-top: 1px solid var(--color4);
	overflow-x: hidden;
	overflow-y: scroll;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	will-change: opacity, transform;
	transform: translateY(50px);
	transition: opacity .25s cubic-bezier(.104,.204,.492,1), transform .25s cubic-bezier(.104,.204,.492,1);
	scrollbar-width: none;
}

.child_theme .mobile-menu {
	min-height: auto;
	position: relative;
	display: flex;
	flex-direction: column;
}

.child_theme .mobile-menu .hs-menu-wrapper>ul {
	list-style: none;
	margin: 0 0 20px;
	overflow: hidden;
	width: 100%;
	padding: 0 15px;
	line-height: 1.6;
	flex-direction:column;
}

.child_theme .mobile-menu .hs-menu-wrapper>ul>li {
	margin: 0;
}

.child_theme .mobile-menu .hs-menu-wrapper>ul>li>a {
	display: flex;
	align-items: center;
	min-height: 60px;
	padding: 5px 0;
	font-size: 1.5rem;
	letter-spacing: .05em;
	border-bottom: 1px solid var(--color4);
	color: rgba(21, 21, 21,1.0);
	width: 100%;
	justify-content: space-between;
	text-transform:uppercase;
}

.child_theme.menu-open {
	overflow:hidden;
}

.child_theme.menu-open .mobile-menu-drawer {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.child_theme.menu-open .mobile-toggle span:nth-child(1) {
	transform: rotate(45deg) translateY(-3px);
}

.child_theme.menu-open .mobile-toggle span:nth-child(2) {
	opacity: 0;
}

.child_theme.menu-open .mobile-toggle span:nth-child(3) {
	transform: rotate(-45deg) translateY(1px);
}
.child_theme .mobile-toggle-wrapper .mobile-bottom {
	padding: 15px;
	margin-top: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	width:100%;
	background: var(--white);
}

.child_theme .mobile-toggle-wrapper .mobile-bottom .login-btn {
	display: flex;
	align-items: center;
}

.child_theme .mobile-toggle-wrapper .mobile-bottom .login-btn a {
	font-size: .875rem;
	color: rgba(21, 21, 21,1.0);
	background: none;
	transition: all .25s cubic-bezier(.104,.204,.492,1);
	font-weight: 400;
	padding: 0;
	min-height: auto;
}

.child_theme .mobile-currency form {
	display: inline-flex;
}

.child_theme .mobile-currency .select {
	margin-left: 0;
	margin-right: 20px;
	margin-bottom: 0;
	padding-right: 14px;
	position: relative;
}


.child_theme .mobile-currency .select select {
	font-size: .875rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: rgba(21, 21, 21,1.0);
	background: none;
	border: none;
	padding: 0;
	height: auto;
	margin: 0;
	line-height: 1;
	min-height: auto;
}

.child_theme .mobile-currency .select .select-arrow {
	display: flex;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -3.5px;
	pointer-events: none;
	line-height: 0;
}
.mobile-bottom .login-btn a svg>path {
	fill: rgba(21, 21, 21,1.0);
}

.mobile-bottom .login-btn a svg {
	margin-right: 12px;
	height: 14px;
	width: auto;
}


.mobile-menu .hs-menu-wrapper ul li.hs-menu-item.hs-item-has-children > ul {
	position: absolute !important;
	transform: translate(100%,0);
	padding: 0;
	top: 0;
	background:var(--white);
	box-shadow: none;
	transition: all 0.2s ease-in-out !important;
	display: block !important;
	width: 100%;
	height: 100%;
}
.mobile-menu .hs-menu-wrapper ul li.child-open.hs-menu-item.hs-item-has-children > ul {
	transform: translate(0px, 0px);
	height: 100vh;
	z-index: 9;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
	left:0px;
}

.child_theme .mobile-menu .hs-menu-wrapper>ul>li>a>span {
	height: 100%;
	display: flex;
	align-items: center;
	line-height: 59px;
}

.child_theme .mobile-menu .hs-menu-wrapper>ul>li>a>span>svg>path {
	stroke: rgba(21, 21, 21,1.0);
}

.mobile-menu .hs-menu-wrapper ul li.child-open.hs-menu-item.hs-item-has-children > ul>li {
	margin: 0;
}

.mobile-menu .hs-menu-wrapper ul li.child-open.hs-menu-item.hs-item-has-children > ul>li>a {
	display: flex;
	align-items: center;
	min-height: 60px;
	padding: 5px 0;
	font-size: 1.5rem;
	letter-spacing: .05em;
	border-bottom: 1px solid var(--color4);
	color: rgba(21, 21, 21,1.0);
}
.mobile-menu .hs-menu-wrapper ul li.child-open.hs-menu-item.hs-item-has-children > ul>li.dl-back>a {
	width: 100%;
	font-size: .875rem;
	border: 0;
	letter-spacing: normal;
	text-transform:uppercase;
	min-height: 50px;
}
.mobile-menu ul li.dl-back>a>svg {
	margin-right: 10px;
}

.mobile-menu ul li.dl-back>a>svg>path {
	stroke: rgba(21, 21, 21,1.0);
}

.side-panel {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 90;
	width: calc(100vw - 30px);
	background:var(--white);
	max-width: 480px;
	overflow-x: hidden;
	transform: translate(100%);
	will-change: transform;
	transition: all .25s cubic-bezier(.104,.204,.492,1);
}

.side-panel.search-drawer .side-panel-inner {
	height: 100%;
}

.side-panel-header {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 35;
	background: var(--white);
	border-bottom: 1px solid var(--color7);
	padding: 17px 30px;
	height: 72px;
}

.side-panel-header div {
	line-height: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.side-panel.search-drawer .searchform {
	width: 100%;
	padding-right: 20px;
}

.side-panel.search-drawer .searchform fieldset {
	position: relative;
	padding:0;
	margin:0;
	border:0;
}

.side-panel-close {
	cursor: pointer;
}
.side-panel-close svg>path{
	stroke:rgba(21, 21, 21,1.0);
}

.child_theme .click-capture{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 52;
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, .7);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	transition: all .25s cubic-bezier(.104,.204,.492,1);
}

.child_theme .search-open .click-capture{
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.child_theme .search-open .side-panel{
	transform: translate(0);
}

.side-panel.search-drawer .searchform fieldset>label {
	display: none;
}

.side-panel.search-drawer .searchform fieldset input {
	border: 0;
	margin: 0;
	padding: 0;
	color: rgba(21, 21, 21,1.0);
	font-size: 16px;
}

.side-panel.search-drawer .searchform fieldset input ::-webkit-input-placeholder {
	font-size: 16px;
}

.side-panel.search-drawer .searchform fieldset input:focus {
	box-shadow: none;
}
.side-panel.search-drawer .searchform fieldset input::-webkit-search-cancel-button {
	display: none;
}
.child_theme .header .header-right .search svg {
	margin-top: 2px;
}

.child_theme .mobile-menu-drawer {
	display: flex;
	flex-wrap: wrap;
}

.child_theme .mobile-menu {
	width: 100%;
}

.child_theme .mobile-toggle-wrapper .mobile-bottom {
	position: static;
}

.mobile-menu .hs-menu-wrapper ul li.child-open.hs-menu-item.hs-item-has-children > ul,
.mobile-menu .hs-menu-wrapper ul li.hs-menu-item.hs-item-has-children > ul {
	min-height: 100vh;
	overflow-y: auto;
}


/* FOOTER */

.child_theme .footer {
	background-color: rgba(32, 55, 34,1.0);
	padding: 45px 0;
	font-size: .9375rem;
	color: rgba(166, 175, 167,1.0);
}

.child_theme .footer .column {
	padding: 0 4px;
	flex: 0 0 100%;
	max-width: 100%;
}

.child_theme .footer .copyright {
	width: 100%;
}

.child_theme .footer .copyright p {
	font-size: .8125rem;
	opacity: .6;
	word-spacing: .001em;
	font-feature-settings: "kern" 1;
	font-kerning: normal;
	line-height: 1.6;
	margin-bottom: 1.25rem;
}
.child_theme .footer .localization-forms-inner {
	margin-bottom: 25px;
	text-align: left;
}

.child_theme .bottom-footer .page-center {
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content:flex-end;
}

.child_theme .footer .image-gallery ul {
	justify-content: flex-end;
}
.child_theme .footer .column.localization-forms form {
	display: inline-flex;
}

.child_theme .footer .column.localization-forms .select {
	margin: 0 15px 0 0;
	position:relative;
}

.child_theme .footer .column.localization-forms .select select {
	color: inherit;
	padding: 12px 24px 12px 17px;
	border: 1px solid rgba(77, 95, 79, 0.4);
	background: var(--color5);
	height: auto;
	max-height: 38px;
	margin: 0;
	margin-bottom: 0;
	font-size: .75rem;
	line-height: 1;
	text-overflow: ellipsis;
	transition-property: color;
	min-height: auto !important;
}

.child_theme .footer .column.localization-forms .select-arrow {
	display: flex;
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -3.5px;
	pointer-events: none;
	line-height: 0;
}
.child_theme .footer .column.localization-forms .select-arrow svg>path {
	stroke: var(--color1);
	fill: none;
}

.child_theme .footer .bottom-footer {
	margin-top: 40px;
	color: var(--color1);
}
.child_theme .footer .footer-payment-icons ul,
.child_theme .footer .social-links{
	padding:0;
	margin:0;
	list-style:none;
	display:flex;
	align-items:center;
}
.child_theme .footer .footer-payment-icons ul li,
.child_theme .footer .social-links li{
	margin:0;
}

.child_theme .footer .image-gallery ul li {
	display: inline-flex;
	margin-left: 5px;
}

.child_theme .footer .image-gallery ul li:first-child {
	margin: 0;
}

.child_theme .footer .page-center {
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-flow: row wrap;
}

.footer .widget {
	margin-bottom: 40px;
}

.footer-menu .hs-menu-wrapper>ul>li>a {
	padding: 25px 0;
	font-size: 1.25rem;
	letter-spacing: .05em;
	margin: 0;
}

.footer-menu .hs-menu-wrapper>ul>li>a, 
.child_theme .footer .newsletter h6,
.child_theme .footer .get-in-touch h6{
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 1;
	font-size: .875rem;
	letter-spacing: .1em;
	margin-bottom: 20px;
	font-weight: 600;
	width: 100%;
	color: rgba(210, 215, 211,1.0);
	text-transform: uppercase;
	font-family: Archivo, sans-serif;
}


.child_theme .footer .newsletter h6,
.child_theme .footer .get-in-touch h6{
	color:var(--color1)!important;
}

.footer .hs-menu-wrapper>ul ul {
	list-style: none;
	margin: 0;
	padding: 0 0 30px;
	display: none;
	overflow: hidden;
	line-height: 1.6;
}

.footer .hs-menu-wrapper>ul ul>li {
	margin-bottom: 5px;
}

.child_theme .footer .footer-menu .hs-menu-wrapper>ul ul>li>a {
	color: rgba(210, 215, 211,1.0);
	transition: all .25s cubic-bezier(.104,.204,.492,1);
	display: inline-block;
	white-space: normal;
}
.child_theme .footer-menu .hs-menu-wrapper>ul>li>a:hover {
	color:rgba(210, 215, 211,1.0);
}

.child_theme .footer .hs-menu-wrapper>ul ul>li>a:hover {
	color: rgba(224, 221, 12,1.0);
}

.child_theme .footer .logo-col .logo-text {
	max-width: 600px;
	font-size: 1.5rem;
	line-height: 2rem;
}
.child_theme .footer .logo-col .logo-text p {
	font-size: inherit;
	line-height: inherit;
	word-spacing: .001em;
	font-feature-settings: "kern" 1;
	font-kerning: normal;
}
.child_theme .footer .footer_logo{
	cursor:default;
}
.child_theme .footer .footer_logo img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	object-position: 50.0% 50.0%;
	margin-bottom: 20px;
	opacity: 1;
	transition: opacity .2s cubic-bezier(.104,.204,.492,1), filter .2s cubic-bezier(.104,.204,.492,1);
}

.child_theme .footer .footer-form input {
	color: rgba(166, 175, 167,1.0);
	border-color: rgba(77, 95, 79,1.0);
	padding-right: 40px;
	width: 100%;
	margin-bottom: 0;
	background-color: rgba(255, 255, 255,0.0)
}

.child_theme .footer .footer-form input::-webkit-input-placeholder{
	color: var(--color1);
}

.child_theme .footer .footer-form form {
	position: relative;
}
.child_theme .footer .footer-form .hs_submit.hs-submit {
	position: absolute;
	bottom: 0;
	right: 0;
	top:0;
	height: 100%;
	max-height: 52px;
	width: 40px;
	display: flex;
	align-items: center;
	color: var(--color2);
	justify-content: center;
}

.child_theme .footer .footer-form input[type=submit] {
	padding: 0;
	border: 0;
	opacity: 0;
}
.child_theme .footer .footer-form .actions{
	position:relative;
}
.child_theme .footer .footer-form .actions:before {
	background:url(//45832314.fs1.hubspotusercontent-na1.net/hubfs/45832314/raw_assets/public/CTL_June_2024/images/right-arrow.png);
	content: "";
	display: inline-block;
	position: absolute;
	height: 48px;
	width: 40px;
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center;
}

.child_theme .footer .column.git-col .get-in-touch {
	max-width: 450px;
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.child_theme .footer .column.git-col .get-in-touch a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.child_theme .footer a{
	color: var(--color2);
}

.child_theme .footer a:hover{
	color:var(--color3);
}

.child_theme form .select select {
	-webkit-appearance: none;
	appearance: none;
	-moz-appearence: none;
}
.child_theme .footer .image-gallery ul li img {
	width: 38px;
	height: 24px;
	margin-bottom: 7px;
}
.child_theme .footer .social-links li img {
	width: 16px;
	height: 16px;
}

.child_theme .footer .social-links li a {
	justify-content: flex-start;
	display: inline-flex;
	align-items: center;
	width: 44px;
	height: 44px;
}

.child_theme .footer .social-links li {
	display: inline-flex;
	margin-bottom: 5px;
}

.child_theme .footer ul.social-links {
	gap: 4px;
}

.child_theme .footer .image-gallery {
	margin-bottom: 35px;
}



/* BANNER */

.cm_banner.simple-banner {
	min-height: 350px;
}

.cm_banner .banner-content-inner .top_sec{
	padding: 40px 0;
	position: relative;
	z-index: 5;
}
.cm_banner.simple-banner h1 {
	margin-bottom: 0;
	text-transform: uppercase;
}
.cm_banner .banner-content-inner {
	flex: 0 0 100%;
	max-width: 100%;
}
.cm_banner.simple-banner .page-center {
	padding: 0;
	margin: 0;
	max-width: 100%;
}


/* NO-NAVIGATION */

.child_theme .header.no-navigation .header-logo {
	display: flex;
	justify-content: center;
}

.child_theme .header.no-navigation .inner-header {
	grid-template-columns: auto;
}

/* BACT-TO-TOP */ 

.child_theme .back-to-top {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background:var(--white);
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 30;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 2px 10px #00000026;
	transform: translateY(70px);
	transition: all .25s cubic-bezier(.104,.204,.492,1);
}

.child_theme .back-to-top svg {
	overflow: visible;
	transform: translateY(1px);
}
.child_theme .back-to-top svg .back-to-top--bar {
	opacity: 0;
	transform-origin: bottom center;
	transform: scaleY(0) translateY(8px);
	transition: all .25s cubic-bezier(.104,.204,.492,1);
	fill:var(--color5);
}
.child_theme .back-to-top svg .back-to-top--handle {
	transform: translateY(4px);
	transition: all .25s cubic-bezier(.104,.204,.492,1);
	fill:var(--color5);
}

.child_theme .show-back-to-top .back-to-top{
	transform: translateY(0);
}

.child_theme .back-to-top:hover>svg>.back-to-top--bar{
	opacity: 1;
	transform-origin: top center;
	transform: scale(1) translateY(0);
}

.child_theme .back-to-top:hover> svg >.back-to-top--handle{
	transform: translateY(0);
}
.cm-blog-post-sidebr .content-wrapper.blog-main-post {
	padding-top: 90px;
	padding-bottom: 90px;
}
.sidebar-popular-posts .page-center,
.page-center.full_width {
	padding: 0 !important;
}
.child_theme .page-center .dnd-section>.row-fluid, 
.child_theme .content-wrapper .dnd-section>.row-fluid {
	padding-left: 0;
	padding-right: 0;
}
.left-dnd-area .hs-search-field form.hs-search-field__form {
	padding-bottom: 0 !important;
	margin-bottom: 50px;
}
.child_theme .footer {
	position: relative;
	z-index: 10;
}
@media(min-width:768px){
	.child_theme .content-wrapper, 
	.child_theme .dnd-section>.row-fluid, 
	.child_theme .page-center,
	.child_theme .footer .page-center,
	.child_theme .header .page-center{
		padding:0 35px;
	}
	.cm-blog-post-sidebr .content-wrapper.blog-main-post {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.child_theme .header .inner-header{
		padding: 0 15px;
	}
	.child_theme .header .header-logo a img{
		min-height:40px;
	}
	.child_theme .header .header-right {
		min-width: 135px;
	}
	.child_theme .header .header-right .login,
	.child_theme .header .header-right .login a{
		display: inline-flex;
	}
	.child_theme .mobile-toggle-wrapper .mobile-menu .hs-menu-wrapper>ul {
		padding: 0 50px;
	}
	.child_theme .mobile-toggle-wrapper .mobile-bottom{
		padding: 30px 50px;
	}

	.child_theme .footer{
		padding: 65px 0;
	}
	.child_theme .footer .column {
		padding: 0 15px;
	}
	.child_theme .footer .image-gallery {
		text-align: right;
		margin-bottom: 32px;
	}
	.child_theme .footer .column.footer-payment-icons {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.child_theme .footer .column.localization-forms {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.child_theme .footer .column.logo-col,
	.child_theme .footer .column.git-col,
	.child_theme .footer .column.newsletter-col{
		flex: 0 0 50%;
		max-width: 50%;
	}
	.child_theme .footer .column.menu-col {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.footer-menu .hs-menu-wrapper>ul>li>a {
		font-size: .875rem;
		letter-spacing: .1em;
		margin-bottom: 20px;
		padding: 0;
	}
	.footer .hs-menu-wrapper>ul ul {
		padding: 0;
		display: block;
	}
	.cm_banner .banner-content-inner .top_sec{
		max-width: 530px;
		margin: 0 auto;
		font-size: 1rem;
		padding: 80px 0;
	}
	.cm_banner .banner-content-inner {
		padding: 0 15px;
	}
}

@media(min-width: 1068px) {
	.child_theme .header .inner-header {
		padding-top: 10px;
		padding-bottom: 10px;
		min-height: 80px;
	}
	.child_theme .mobile-toggle-wrapper {
		display: none;
	}

	.child_theme .header .currency {
		display: inline-flex;
		margin-right: auto;
	}
	.child_theme .header .header-logo a {
		margin: 15px 0;
	}
	.child_theme .header .header-right .login,
	.child_theme .header .header-right .search,
	.child_theme .header .header-right .cart{
		padding: 0 10px;
	}
	.child_theme .header .header-right .cart{
		padding-right:0;
	}
	.child_theme .header .header-menu{
		display: inline-flex;
	}
	.child_theme .footer .column.menu-col {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.child_theme .back-to-top {
		bottom: 30px;
		right: 30px;
	}

	.child_theme .header .empty-space {
		display: block;
	}
}

@media(max-width:767px){
	.child_theme .footer .footer-menu {
		margin-bottom: 0;
		border-top: 1px solid var(--color6);
	}

	.footer-menu .hs-menu-wrapper>ul>li>a {
		padding: 25px 0;
		font-size: 1.25rem;
		letter-spacing: .05em;
		margin: 0;
	}

	.child_theme .footer .image-gallery ul {
		justify-content: flex-start;
	}
	.child_theme .footer .hs-menu-wrapper>ul ul{
		display:none;
	}

	.child_theme .footer .footer-menu .hs-menu-wrapper>ul>li.clicked>ul {
		display: block;
	}

	.child_theme .footer .footer-menu .hs-menu-wrapper>ul>li>a>span{
		width: 19px;
		height: 19px;
		display: block;
		position: relative;
	}
	.child_theme .footer .footer-menu .hs-menu-wrapper>ul>li>a>span:after {
		width: 12px;
		height: 1px;
	}

	.child_theme .footer .footer-menu .hs-menu-wrapper>ul>li>a>span:after,
	.child_theme .footer .footer-menu .hs-menu-wrapper>ul>li>a>span:before {
		content: "";
		display: block;
		position: absolute;
		top: 9px;
		left: 3px;
		background: var(--color2);
	}

	.child_theme .footer .footer-menu .hs-menu-wrapper>ul>li>a>span:before {
		width: 1px;
		height: 12px;
		top: 3px;
		left: 8.5px;
		transform: scale(1);
		transition: all .25s cubic-bezier(.104,.204,.492,1);
	}
	.child_theme .footer .footer-menu .hs-menu-wrapper>ul>li.clicked>a>span:before {
		transform: scaleY(0);
	}
	.child_theme .otr-hdr {
		min-height: 80px;
	}
}