@keyframes rotateAnimation-header { 0%, 70% { transform: rotate(0deg); } 80% { transform: rotate(15deg); } 85% { transform: rotate(-15deg); } 90% { transform: rotate(20deg); } 95% { transform: rotate(-20deg); } 100% { transform: rotate(0deg); }}#cms-section-header header { position: relative; top: 0; left: 0; width: 100%; background-color: rgba(0, 0, 0, 0);}#cms-section-header .loading-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: var(--website-bg-color); z-index: 10000; transition: opacity 300ms ease-out; -webkit-transition: opacity 300ms ease-out;}#cms-section-header .page-loaded { opacity: 0;}#cms-section-header .topbar-header { position: relative; background-color: #ffffff; display: inline-block; width: 100%;}#cms-section-header .topbar-header a { font-family: var(--body-font-family); font-size: var(--body-font-size); text-transform: var(--body-font-transform); letter-spacing: var(--body-font-letterspacing); font-weight: var(--body-font-weight); line-height: var(--body-line-height); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}#cms-section-header .topbar-header p, #cms-section-header .topbar-header a { color: #1a181a;}#cms-section-header .topbar-header svg { background: unset; fill: var(--primary-color); stroke: unset; top: 2px; position: relative;}#cms-section-header .topbar-header-content { display: flex; align-items: center; justify-content: flex-start; padding: 8px; max-width: var(--desktop-max-width); margin: 0 auto;}#cms-section-header .content-buffer { padding-bottom: calc(var(--desktop-section-spacing) + 48px);}#cms-section-header .email { flex: 0 0 auto;}#cms-section-header .email svg { width: 18px; top: 0; position: relative;}#cms-section-header .email span { margin-right: 8px;}#cms-section-header .phone-top { display: flex; flex: 0 0 auto; margin-right: 24px; align-items: center; justify-content: flex-start;}#cms-section-header .phone-top p { margin: 0; margin-right: 8px;}#cms-section-header .phone-top span { position: relative;}#cms-section-header .phone-top svg { width: 24px; height: 18px;}#cms-section-header .flex-gap { flex: 0 0 40px;}#cms-section-header .biz-open { display: flex; flex: 0 1 100%; margin: 0 24px; align-items: center; justify-content: flex-end;}#cms-section-header .biz-open svg { width: 18px; top: 0; position: relative; margin-right: 8px;}#cms-section-header .biz-open p { display: contents;}#cms-section-header .social-top { display: flex; margin-left: 16px;}#cms-section-header .social-top img { width: 14px; height: 14px;}#cms-section-header .social-top svg { width: 14px; height: 14px; top: 2px; fill: #1a181a;}#cms-section-header .social-top a { margin-left: 16px;}#cms-section-header .social-top a:hover { fill: var(--primary-color);}#cms-section-header .social-top a:last-child { margin-right: 8px;}#cms-section-header .social-top .fb svg { top: 1px;}#cms-section-header .nav-header-bar-flex { position: relative; display: flex; height: calc(112px + 32px); align-items: center; justify-content: flex-start; max-width: var(--desktop-max-width); margin: 0 auto; padding: 0;}#cms-section-header .nav-header-bar { position: relative; display: inline-block; width: 100%; background-color: var(--website-bg-color); z-index: 100; height: calc(112px + 32px); transition: opacity 300ms cubic-bezier(0.3, 0, 0.1, 0.5), transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: opacity 300ms cubic-bezier(0.3, 0, 0.1, 0.5), transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .header-static { position: fixed; top: 0; transform: translate(0px, -100%); -webkit-transform: translate(0px, -100%); opacity: 0; box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);}#cms-section-header .nav-header-bar-shell { display: block; height: calc(112px + 32px);}#cms-section-header .logo-header { height: 112px; padding: 16px 0; margin-left: 8px;}#cms-section-header .logo-header h1 { color: var(--primary-color); white-space: nowrap;}#cms-section-header .logo-header img { height: 100%;}#cms-section-header .menu-bar { height: 112px; margin: 0 16px; flex: 0 1 100%; text-align: center;}#cms-section-header .menu-bar ul { display: flex; list-style: none; margin: 0; padding: 0; height: 100%;}#cms-section-header .menu-bar ul li { position: relative;}#cms-section-header .menu-bar ul li ul { transform: scale(1, 0); -webkit-transform: scale(1, 0); transform-origin: 0 0; -webkit-transform-origin: 0 0; position: absolute; top: 100%; visibility: hidden; opacity: 0; display: block; height: auto; padding: 8px 0; transition: opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), visibility var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), visibility var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); background-color: var(--website-bg-color);}#cms-section-header .menu-bar ul li ul li { display: inline-block;}#cms-section-header .menu-bar ul li ul li a { margin: 4px 32px; padding: 0; box-sizing: border-box; max-width: 320px; min-width: 160px; white-space: normal; position: relative; word-wrap: break-word; text-align: left; display: block; border-radius: 0px; -webkit-border-radius: 0px; transition: color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), padding var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), padding var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .menu-bar ul li ul li a:before { display: none;}#cms-section-header .menu-bar ul li ul li a:after { content: ""; position: absolute; top: calc(50% - 1px); left: 0; width: 16px; height: 0; opacity: 0; border-bottom: 2px solid var(--navi-font-hover-color); transform: scale(0, 1); -webkit-transform: scale(0, 1); transform-origin: 0 0; -webkit-transform-origin: 0 0; transition: opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .menu-bar ul li ul li a:hover { padding-left: 24px;}#cms-section-header .menu-bar ul li ul li a:hover:after { transform: scale(1, 1); -webkit-transform: scale(1, 1); opacity: 1;}#cms-section-header .menu-bar ul li a { position: relative; padding: 0 32px; display: flex; height: 100%; align-items: center; justify-content: center; border-radius: 40px; -webkit-border-radius: 40px; overflow: hidden; color: var(--navi-font-color); font-family: var(--navi-font-family); font-size: var(--navi-font-size); text-transform: var(--navi-font-transform); letter-spacing: var(--navi-font-letterspacing); font-weight: var(--navi-font-weight);}#cms-section-header .menu-bar ul li a:before { content: ""; position: absolute; top: 50%; right: 0; width: 7px; height: 7px; border-radius: 50%; -webkit-border-radius: 50%; background-color: var(--primary-color); transform: translate(-16px, -3.5px) scale(0); -webkit-transform: translate(-16px, -3.5px) scale(0); opacity: 0; transition: opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .menu-bar ul li a:hover { color: var(--navi-font-hover-color); cursor: pointer;}#cms-section-header .menu-bar ul li a:hover:before { opacity: 1; transform: translate(-16px, -3.5px) scale(1); -webkit-transform: translate(-16px, -3.5px) scale(1);}#cms-section-header .menu-bar ul li:hover ul { transform: scale(1, 1); -webkit-transform: scale(1, 1); visibility: visible; opacity: 1;}#cms-section-header .menu-bar nav { height: 100%; border: 1px solid var(--border-color); border-radius: 40px; -webkit-border-radius: 40px; display: inline-block;}#cms-section-header .arrow { position: relative; width: 16px; height: 2px;}#cms-section-header .arrow:before { content: ""; position: absolute; top: -2px; right: -1px; width: 8px; height: 2px; transform: rotate(45deg); -webkit-transform: rotate(45deg); border-radius: 1px; -webkit-border-radius: 1px;}#cms-section-header .arrow:after { content: ""; position: absolute; top: 2px; right: -1px; width: 8px; height: 2px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); border-radius: 1px; -webkit-border-radius: 1px;}#cms-section-header .arrow-right { position: relative; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); transition: transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .cta-btn { height: 100%; display: flex; align-items: center; justify-content: center; flex: 0 0 160px; padding: 0 16px; color: var(--button-font-color); background-color: var(--button-primary-color); font-family: var(--button-font); font-size: var(--button-font-size); text-transform: var(--button-font-transform); letter-spacing: var(--button-font-letterspacing); font-weight: var(--button-font-weight); transition: background-color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: background-color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .cta-btn span { margin-right: 16px; animation: rotateAnimation-header 5s ease-in-out infinite;}#cms-section-header .cta-btn:hover { background-color: var(--button-primary-hover-color);}#cms-section-header .slideshow { position: relative; min-height: 400px; max-height: 720px; height: 75vh; max-width: 1400px; margin: 0 auto; overflow: hidden;}#cms-section-header .slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform: translate(130%, 0px); -webkit-transform: translate(130%, 0px); transition: transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .slide h1, #cms-section-header .slide h2, #cms-section-header .slide h3, #cms-section-header .slide h4, #cms-section-header .slide h5, #cms-section-header .slide h6, #cms-section-header .slide .slide-btn-holder { transform: translate(0px, 0px) scaleY(1); -webkit-transform: translate(0px, 0px) scaleY(1); -webkit-user-select: none; user-select: none; opacity: 1; transition: transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .product-img { flex: 0 1 100%; display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; height: 100%;}#cms-section-header .product-img img { width: 50%; max-height: 100%; -webkit-user-drag: none; -khtml-user-drag: none; -moz-user-drag: none; -o-user-drag: none; user-drag: none; pointer-events: none;}#cms-section-header .slide-bg-img { background-repeat: no-repeat; background-size: cover; position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform: scale(1); -webkit-transform: scale(1); transition: transform calc(10 * 1000ms) ease-in, background-image 300ms ease-in-out; -webkit-transition: transform calc(10 * 1000ms) ease-in, background-image 300ms ease-in-out;}#cms-section-header .bg-filter { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}#cms-section-header .slide-active .slide-bg-img { transform: scale(1.2); -webkit-transform: scale(1.2);}#cms-section-header .slide-btn-holder { margin: 24px 0 0 0;}#cms-section-header .slide .animate { transform: translate(0px, 24px) scaleY(0.9); -webkit-transform: translate(0px, 24px) scaleY(0.9); opacity: 0;}#cms-section-header .slide-btn { display: inline-block; position: relative; padding: 16px 72px 16px 24px; color: var(--button-font-color); background-color: var(--button-primary-color); font-family: var(--button-font); font-size: var(--button-font-size); text-transform: var(--button-font-transform); letter-spacing: var(--button-font-letterspacing); font-weight: var(--button-font-weight); transition: background-color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), border var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: background-color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), border var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .slide-btn .arrow { background-color: var(--button-font-color); margin-left: 8px; position: absolute; display: inline-block; top: 50%; right: 24px; width: 32px; height: 32px; border-radius: 50%; -webkit-border-radius: 50%; background-color: var(--button-font-color); transform: translate(8px, -16px); -webkit-transform: translate(8px, -16px); transition: background-color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: background-color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .slide-btn .arrow:before { background-color: var(--button-primary-color); top: calc(50% - 5px); left: calc(50% - 5px); width: 12px; height: 3px;}#cms-section-header .slide-btn .arrow:after { background-color: var(--button-primary-color); top: calc(50% + 2px); left: calc(50% - 5px); width: 12px; height: 3px;}#cms-section-header .slide-btn:hover { background-color: var(--button-primary-hover-color);}#cms-section-header .slide-btn:hover .arrow { transform: translate(16px, -16px); -webkit-transform: translate(16px, -16px);}#cms-section-header .solid-round-btn { border-radius: 45px; -webkit-border-radius: 45px;}#cms-section-header .border-btn { background-color: unset; padding: 14px 72px 14px 24px; border: 2px solid var(--button-primary-color); color: var(--button-primary-color);}#cms-section-header .border-btn .arrow { background-color: var(--button-primary-color);}#cms-section-header .border-btn .arrow:before { background-color: var(--button-font-color);}#cms-section-header .border-btn .arrow:after { background-color: var(--button-font-color);}#cms-section-header .border-btn:hover { background-color: unset; color: var(--button-primary-hover-color); border: 2px solid var(--button-primary-hover-color);}#cms-section-header .border-btn:hover .arrow { background-color: var(--button-primary-hover-color);}#cms-section-header .border-rounded { border-radius: 45px; -webkit-border-radius: 45px;}#cms-section-header .slide-flex { display: flex; height: 100%;}#cms-section-header .slide-content { position: relative; z-index: 5; transform: translate(0px, 0px) scaleY(1); -webkit-transform: translate(0px, 0px) scaleY(1); opacity: 1; flex: 0 0 50%;}#cms-section-header .txt-left h1, #cms-section-header .txt-left h2, #cms-section-header .txt-left h3, #cms-section-header .txt-left h4, #cms-section-header .txt-left h5, #cms-section-header .txt-left h6, #cms-section-header .txt-left p, #cms-section-header .txt-left .slide-btn-holder { text-align: left;}#cms-section-header .txt-center h1, #cms-section-header .txt-center h2, #cms-section-header .txt-center h3, #cms-section-header .txt-center h4, #cms-section-header .txt-center h5, #cms-section-header .txt-center h6, #cms-section-header .txt-center .slide-btn-holder { text-align: center;}#cms-section-header .txt-right h1, #cms-section-header .txt-right h2, #cms-section-header .txt-right h3, #cms-section-header .txt-right h4, #cms-section-header .txt-right h5, #cms-section-header .txt-right h6, #cms-section-header .txt-right .slide-btn-holder { text-align: right;}#cms-section-header .content-left { justify-content: flex-start;}#cms-section-header .content-left .product-img { order: 2;}#cms-section-header .content-left .slide-content { order: 1;}#cms-section-header .content-center { justify-content: center;}#cms-section-header .content-center .product-img { display: none;}#cms-section-header .content-right { justify-content: flex-end;}#cms-section-header .content-right .product-img { order: 1;}#cms-section-header .content-right .slide-content { order: 2;}#cms-section-header .content-top { align-items: flex-start;}#cms-section-header .content-middle { align-items: center;}#cms-section-header .content-bottom { align-items: flex-end;}#cms-section-header .image-left { justify-content: flex-start;}#cms-section-header .image-center { justify-content: center;}#cms-section-header .image-right { justify-content: flex-end;}#cms-section-header .image-top { align-items: flex-start;}#cms-section-header .image-top img { margin-top: calc(var(--desktop-section-spacing) * -1);}#cms-section-header .image-middle { align-items: center;}#cms-section-header .image-bottom { align-items: flex-end;}#cms-section-header .image-bottom img { margin-bottom: calc(var(--desktop-section-spacing) * -1);}#cms-section-header .drawer-mob { position: fixed; width: 320px; height: 100vh; right: 0; top: 0; background-color: var(--drawer-bg-color); z-index: 1000; margin: 0; box-shadow: -16px 0 32px rgba(0, 0, 0, 0.1); -webkit-box-shadow: -16px 0 32px rgba(0, 0, 0, 0.1); transform: translate(120%, 0px); -webkit-transform: translate(120%, 0px); opacity: 0; transition: opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .drawer-mob span { transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: transform 100ms cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: transform 100ms cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .drawer-mob nav { border: none; display: block;}#cms-section-header .drawer-mob ul { list-style: none; padding: 0; margin: 0; display: block; padding: 32px 24px; box-sizing: border-box;}#cms-section-header .drawer-mob ul li { text-align: left; display: flex; border-bottom: 0.7px solid var(--border-color); flex-wrap: wrap;}#cms-section-header .drawer-mob ul li:before { display: none;}#cms-section-header .drawer-mob ul li span { margin-left: 8px;}#cms-section-header .drawer-mob ul li span:before { background-color: var(--navi-font-color);}#cms-section-header .drawer-mob ul li span:after { background-color: var(--navi-font-color);}#cms-section-header .drawer-mob ul li:hover { background-color: var(--navi-hover-color);}#cms-section-header .drawer-mob ul li:first-child { border-top: 0.7px solid var(--border-color);}#cms-section-header .drawer-mob ul li ul { position: relative; display: none; box-shadow: none; -webkit-box-shadow: none; flex: 0 0 100%; background-color: unset;}#cms-section-header .drawer-mob ul li ul li { border: none;}#cms-section-header .drawer-mob ul li ul li a { padding: 4px 0 4px 16px; margin: 4px 8px;}#cms-section-header .drawer-mob ul li ul li a:after { transform: scale(0.5, 1); -webkit-transform: scale(0.5, 1); opacity: 1;}#cms-section-header .drawer-mob ul li a { display: inline-block; padding: 12px 32px 12px 0; flex: 0 0 70%; box-sizing: border-box;}#cms-section-header .drawer-mob .mob-sub-active span { transform: rotate(90deg); -webkit-transform: rotate(90deg);}#cms-section-header .drawer-mob .mob-sub-active ul { display: block; opacity: 1; visibility: visible; transform: scale(1); -webkit-transform: scale(1);}#cms-section-header .drawer-active { transform: translate(0%, 0px); -webkit-transform: translate(0%, 0px); opacity: 1;}#cms-section-header .mob-submenu { flex: 0 0 30%; display: flex; align-items: center; justify-content: center;}#cms-section-header .close-drawer { width: 48px; height: 48px; position: relative; top: 0; left: 0;}#cms-section-header .close-drawer-btn { position: relative; display: inline-block; width: 100%; height: 100%;}#cms-section-header .close-drawer-btn span { top: 24px; left: 16px; position: absolute; transform: scale(1.5) translate(0px, 0px); -webkit-transform: scale(1.5) translate(0px, 0px); height: 2px; background-color: var(--navi-font-color); margin-left: 8px;}#cms-section-header .close-drawer-btn span:before { background-color: var(--navi-font-color);}#cms-section-header .close-drawer-btn span:after { background-color: var(--navi-font-color);}#cms-section-header .close-drawer-btn:hover .arrow { transform: scale(1.5) translate(2px, 0px); -webkit-transform: scale(1.5) translate(2px, 0px);}#cms-section-header .hamburger { position: relative; width: 40px; height: 32px; flex: 0 0 40px; margin-left: 16px; display: none;}#cms-section-header .hamburger:before { content: ""; position: absolute; top: calc(50% - 2px); left: 0; width: 100%; height: 4px; background-color: var(--navi-font-color);}#cms-section-header .hamburger:after { content: ""; position: absolute; top: calc(100% - 4px); left: 0; width: 100%; height: 4px; background-color: var(--navi-font-color);}#cms-section-header .hamburger .ham-bar { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background-color: var(--navi-font-color);}#cms-section-header .page-up-btn { position: fixed; bottom: 40px; right: 32px; background-color: var(--button-primary-color); border-radius: 50%; -webkit-border-radius: 50%; display: none; z-index: 100; opacity: 0; width: 52px; height: 52px; transition: background-color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: background-color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);}#cms-section-header .page-up-btn span { position: absolute; top: calc(50% + 4px); left: 50%; transform: translate(-50%, -50%) rotate(-90deg);}#cms-section-header .page-up-btn span:before { background-color: var(--button-font-color);}#cms-section-header .page-up-btn span:after { background-color: var(--button-font-color);}#cms-section-header .page-up-btn:hover { background-color: var(--button-primary-hover-color); cursor: pointer;}#cms-section-header .svg-btn-icon { width: 32px; height: 32px; display: flex; align-items: center; justify-content: start; position: relative;}#cms-section-header .svg-btn-icon svg { fill: var(--button-font-color); stroke: none; background: unset; width: 100%;}#cms-section-header .mob-sticky-cta { position: fixed; bottom: 0; left: 0; display: none; transition: opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); box-shadow: 0px -8px 16px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px -8px 16px rgba(0, 0, 0, 0.1); width: 100%; z-index: 100; opacity: 0; transform: translate(0px, 110%); -webkit-transform: translate(0px, 110%);}#cms-section-header .mob-sticky-cta .svg-btn-icon { width: 20px; height: 20px; margin-right: 16px;}#cms-section-header .mob-sticky-cta a { background-color: var(--button-primary-color); color: var(--button-font-color); font-family: var(--button-font); font-size: var(--button-font-size); text-transform: var(--button-font-transform); letter-spacing: var(--button-font-letterspacing); font-weight: var(--button-font-weight); transition: background-color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: background-color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); padding: 24px 8px; position: relative; display: flex; align-items: center; justify-content: center; flex: 0 1 100%;}#cms-section-header .mob-sticky-cta a:hover { background-color: var(--button-primary-hover-color);}#cms-section-header .mob-sticky-cta a .svg-btn-icon { animation: rotateAnimation-header 5s ease-in-out infinite; -webkit-animation: rotateAnimation-header 5s ease-in-out infinite;}#cms-section-header .mob-sticky-cta a i { font-style: normal;}#cms-section-header .mob-sticky-cta a:nth-child(2) { color: var(--button-secondary-font-color); background-color: var(--button-secondary-color);}#cms-section-header .mob-sticky-cta a:nth-child(2) svg { fill: var(--button-secondary-font-color);}#cms-section-header .slide-navbar { height: 40px; width: 100%; position: absolute; bottom: 0; left: 0; box-sizing: border-box; border-bottom: 0.5px solid var(--border-color); box-shadow: 0 -1px 0 1px rgba(63, 63, 68, 0.05), 0 -1px 1px 0 rgba(63, 63, 68, 0.15); -webkit-box-shadow: 0 -1px 0 1px rgba(63, 63, 68, 0.05), 0 -1px 1px 0 rgba(63, 63, 68, 0.15); display: flex; align-items: center; justify-content: center;}#cms-section-header .slide-navbar:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.8; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px); background-color: var(--website-bg-color);}#cms-section-header .nav-dir-btn { display: flex; align-items: center; justify-content: center; flex: 0 0 40px; z-index: 2; height: 100%; transition: transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .nav-dir-btn svg { fill: var(--navi-font-color); background: unset; stroke: none; height: 12px;}#cms-section-header .nav-dir-btn:hover { cursor: pointer; transform: scale(1.1); -webkit-transform: scale(1.1);}#cms-section-header .nav-btns-box { display: flex; align-items: center; justify-content: center;}#cms-section-header .nav-btn { position: relative; padding: 0 16px; height: 100%;}#cms-section-header .nav-btn:before { content: ""; position: absolute; top: calc(50% - 5px); left: calc(50% - 5px); width: 10px; height: 10px; border: 0.5px solid var(--navi-font-color); border-radius: 50%; -webkit-border-radius: 50%; box-sizing: border-box; transition: background-color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: background-color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .active-btn:before { background-color: var(--navi-font-color);}@media (max-width: 900px) { #cms-section-header .product-img { display: none; } #cms-section-header .bg-filter { opacity: 1 !important; } #cms-section-header .content-buffer { padding-bottom: calc(var(--tablet-section-spacing) + 48px); } #cms-section-header .topbar-header { display: none; } #cms-section-header .menu-bar nav { display: none; } #cms-section-header .mob-nav nav { display: block; } #cms-section-header .hamburger { display: block; } #cms-section-header .nav-header-bar-shell { height: calc(48px + 16px); } #cms-section-header .nav-header-bar { height: calc(112px + 16px); } #cms-section-header .nav-header-bar-flex { height: calc(112px + 16px); padding: 0 8px; } #cms-section-header .logo-header { padding: 0; } #cms-section-header .slide-content { width: 100%; flex: 0 0 100%; } #cms-section-header .content-top { align-items: center; } #cms-section-header .content-bottom { align-items: center; } #cms-section-header .cta-btn { padding: 0px 16px; }}@media (max-width: 500px) { #cms-section-header .slideshow { height: calc(60vh + 40px); } #cms-section-header .content-buffer { padding-bottom: calc(var(--mobile-section-spacing) + 48px); } #cms-section-header .two-btns { display: block; flex: 0 0 24px; margin-right: 8px; text-align: center; display: block; } #cms-section-header .two-btns .small-txt { margin-left: 40px; text-align: left; width: 100%; display: block; } #cms-section-header .two-btns a .svg-btn-icon { position: absolute; margin: 0; left: 16px; top: 50%; transform: translate(0, -50%); -webkit-transform: translate(0, -50%); animation: unset; -webkit-animation: unset; } #cms-section-header .mob-sticky-cta { display: flex; } #cms-section-header .slide-bg-img { position: relative; } #cms-section-header .cta-btn { display: none; } #cms-section-header .slide-flex { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }}#cms-section-411957748 .animate { position: relative; opacity: 1; top: 0; left: 0; transition: linear 300ms; -webkit-transition: linear 300ms;}#cms-section-411957748 .animate:after { transition: linear 300ms; -webkit-transition: linear 300ms;}#cms-section-411957748 .animate:before { transition: linear 300ms; -webkit-transition: linear 300ms;}#cms-section-411957748 .main-title { position: relative; top: 0; left: 0; padding: 40px 0; text-align: center; display: inline-block; width: 100%;}#cms-section-411957748 .main-title h1, #cms-section-411957748 .main-title p { text-align: center; position: relative; padding: 0 20px; margin: 15px auto; max-width: 700px; line-height: 1.7em;}#cms-section-411957748 .promotion_holder { position: relative;}#cms-section-411957748 .promotion_holder .rounded-edge li .Promotion-image { border-radius: 5px; -webkit-border-radius: 5px; margin: 0 0 20px 0;}#cms-section-411957748 .promotion_holder .circle li .Promotion-image { border-radius: 50%; webkit-border-radius: 50%; margin: 0 0 20px 0;}#cms-section-411957748 .promotion_holder .TwoPerRow li { flex: 0 0 50%;}#cms-section-411957748 .promotion_holder .ThreePerRow li { flex: 0 0 33.333%;}#cms-section-411957748 .promotion_holder .FourPerRow li { flex: 0 0 25%;}#cms-section-411957748 .promotion_holder ul { list-style: none; margin: 0; padding: 60px 0 0 0; display: flex; align-items: start; justify-content: space-evenly; position: relative; flex-wrap: wrap;}#cms-section-411957748 .promotion_holder ul li { position: relative; margin-bottom: 30px; padding: 0 35px; box-sizing: border-box;}#cms-section-411957748 .promotion_holder ul li .Promotion-image { display: inline-block; overflow: hidden; position: relative; width: 100%; max-width: 175px;}#cms-section-411957748 .promotion_holder ul li .Promotion-image img { width: 100%; vertical-align: middle;}#cms-section-411957748 .promotion_holder ul li h2 { text-transform: uppercase; text-align: center; margin: 15px 0; font-size: 33px; line-height: 1.5em;}#cms-section-411957748 .promotion_holder ul li p { text-align: center; font-size: 18px; line-height: 1.5em;}#cms-section-411957748 .promotion_holder ul li .animate { position: relative; opacity: 1; top: 0px; left: 0px; transition: all linear 300ms; -webkit-transition: all linear 300ms;}#cms-section-411957748 .promotion_holder ul .cms-animation .animate-up { opacity: 0; top: -100px;}#cms-section-411957748 .promotion_holder ul .cms-animation .animate-down { opacity: 0; top: 100px;}#cms-section-411957748 .promotion_holder ul .cms-animation .animate-left { opacity: 0; left: -100px;}#cms-section-411957748 .promotion_holder ul .cms-animation .animate-right { opacity: 0; left: 100px;}#cms-section-411957748 .lazyload { filter: blur(4px); transition: filter linear 300ms; -webkit-transition: filter linear 300ms;}#cms-section-411957748 .line-break-none { width: 0px; height: 0px; background-color: unset;}#cms-section-411957748 .line-break-straight { width: 100px; height: 4px; background-color: #005f85; margin: 40px auto;}#cms-section-411957748 .line-break-big-little { width: 100px; height: 2px; border-top: 4px solid #005f85; border-bottom: 1px solid #005f85; margin: 0 auto;}#cms-section-411957748 .line-break-gradient { width: 150px; height: 4px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #005f85, rgba(0, 0, 0, 0)); margin: 0 auto;}#cms-section-411957748 .bg-divider { position: relative; top: 0; left: 0; width: 100%; display: inline-block; height: 200px;}#cms-section-411957748 .bg-divider svg { stroke: none; fill: rgba(0, 0, 0, 0); background: rgba(0, 0, 0, 0); height: 100%; width: 100%; position: relative; top: -2px; border-image-width: 0; border: 0px; stroke: transparent; stroke-width: 0px;}#cms-section-411957748 .bg-divider:after { content: ""; position: absolute; bottom: 1px; left: 0; height: 2px; width: 100%; background-color: rgba(0, 0, 0, 0);}#cms-section-411957748 .show-wide { display: none;}@media (min-width: 1200px) { #cms-section-411957748 .show-wide { display: block; }}@media (max-width: 900px) { #cms-section-411957748 .promotion_holder .TwoPerRow li { flex: 0 0 50%; } #cms-section-411957748 .promotion_holder .ThreePerRow li { flex: 0 0 50%; } #cms-section-411957748 .promotion_holder .FourPerRow li { flex: 0 0 50%; }}@media (max-width: 500px) { #cms-section-411957748 .promotion_holder .TwoPerRow li { flex: 0 0 100%; } #cms-section-411957748 .promotion_holder .ThreePerRow li { flex: 0 0 100%; } #cms-section-411957748 .promotion_holder .FourPerRow li { flex: 0 0 100%; }}#cms-section-6129147019 { overflow: hidden;}#cms-section-6129147019 .txt-img-bg { position: relative;}#cms-section-6129147019 .hld { display: flex;}#cms-section-6129147019 .img-hld { flex: 0 0 50%; display: flex; perspective: 480px;}#cms-section-6129147019 .img-hld img { width: 100%;}#cms-section-6129147019 .img-hld svg { width: 100%;}#cms-section-6129147019 .txt-hld { position: relative; perspective: 480px;}#cms-section-6129147019 .txt-flex { flex: 0 0 50%; padding: 0 0 0 60px; box-sizing: border-box; display: flex;}#cms-section-6129147019 .switch-pos .img-hld { order: 2;}#cms-section-6129147019 .switch-pos .txt-flex { order: 1; padding: 0 60px 0 0;}#cms-section-6129147019 .img-top, #cms-section-6129147019 .text-top { align-items: flex-start;}#cms-section-6129147019 .img-mid, #cms-section-6129147019 .text-mid { align-items: center;}#cms-section-6129147019 .img-bottom, #cms-section-6129147019 .text-bottom { align-items: flex-end;}#cms-section-6129147019 .btn-hld { margin: 0; display: inline-block; width: 100%; margin-top: 24px; position: relative;}#cms-section-6129147019 .btn-hld a { display: inline-block; width: 100%; text-align: center; line-height: 1.5em; display: inline-block; height: auto; padding: 11px 37px; box-sizing: border-box; position: relative; text-transform: var(--button-font-transform); overflow: hidden; z-index: 3; position: relative;}#cms-section-6129147019 .btn-hld a p { margin: 0; text-align: center; font-size: var(--button-font-size); text-transform: var(--button-font-transform); font-family: var(--button-font); text-transform: var(--button-font-letterspacing); font-weight: var(--button-font-weight); color: var(--button-font-color); z-index: 3; position: relative;}#cms-section-6129147019 .btn-hld a:before { content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; transition: transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); background-color: var(--button-primary-color); z-index: 1;}#cms-section-6129147019 .btn-hld a:after { content: ""; position: absolute; width: calc(100% - 8px); height: calc(100% - 8px); left: 4px; top: 4px; border-radius: 25px; -webkit-border-radius: 25px; background-color: var(--website-bg-color); z-index: 2;}#cms-section-6129147019 .info-text { opacity: 1; width: 100%; margin-top: 24px; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); transition: box-shadow var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: box-shadow var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); min-width: 120px; border: 3px solid; padding: 3px 0; box-sizing: border-box; border-color: var(--button-font-color);}#cms-section-6129147019 .info-text a { font-size: var(--button-font-size); text-transform: var(--button-font-transform); font-family: var(--button-font); text-transform: var(--button-font-letterspacing); font-weight: var(--button-font-weight); margin: 0; position: relative; display: flex; align-items: center; justify-items: center; height: 100%; padding: 5px 0px 5px 0px; box-sizing: border-box; display: flex; justify-content: center; align-items: center;}#cms-section-6129147019 .info-text a svg { width: 16px; height: 16px; position: relative; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); transition: transform cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration); -webkit-transition: transform cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration); top: 0px; left: 8px; background: none; stroke: none; fill: var(--button-font-color);}#cms-section-6129147019 .info-text a:hover svg { transform: translate3d(12px, 0px, 0px); -webkit-transform: translate3d(12px, 0px, 0px);}#cms-section-6129147019 .info-text p { margin: 0; padding: 0; font-size: var(--button-font-size); text-transform: var(--button-font-transform); font-family: var(--button-font); text-transform: var(--button-font-letterspacing); font-weight: var(--button-font-weight); color: var(--button-font-color); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical;}#cms-section-6129147019 .btn-hld { display: block; opacity: 1; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); transition: transform cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration), opacity cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration); -webkit-transition: transform cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration), opacity cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration); transform-style: preserve-3d;}#cms-section-6129147019 .curved-btn a { border-radius: 25px; -webkit-border-radius: 25px; min-width: 120px;}#cms-section-6129147019 .border-box a { border-radius: 0px; -webkit-border-radius: 0px; min-width: 120px;}#cms-section-6129147019 .border-box a:after { border-radius: 0px; -webkit-border-radius: 0px;}#cms-section-6129147019 .solid-box a { border-radius: 0px; -webkit-border-radius: 0px; min-width: 120px;}#cms-section-6129147019 .solid-box a:after { display: none;}#cms-section-6129147019 h6 { font-weight: 700; font-size: 18px; margin: 0;}#cms-section-6129147019 .text-left .btn-hld { text-align: left;}#cms-section-6129147019 .text-left h6, #cms-section-6129147019 .text-left h2, #cms-section-6129147019 .text-left p { text-align: left;}#cms-section-6129147019 .text-center .btn-hld { text-align: center;}#cms-section-6129147019 .text-center h6, #cms-section-6129147019 .text-center h2, #cms-section-6129147019 .text-center p { text-align: center;}#cms-section-6129147019 .text-right .btn-hld { text-align: right;}#cms-section-6129147019 .text-right h6, #cms-section-6129147019 .text-right h2, #cms-section-6129147019 .text-right p { text-align: right;}#cms-section-6129147019 img, #cms-section-6129147019 svg { transform: translate3d(0px, 0px, 0px) rotateY(0deg); -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg); opacity: 1; transition: opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); transform-style: preserve-3d;}#cms-section-6129147019 .txt-intro, #cms-section-6129147019 .txt-title, #cms-section-6129147019 .txt-content, #cms-section-6129147019 .btn-hld, #cms-section-6129147019 .info-text { transform: translate3d(0px, 0px, 0px) rotateX(0deg); -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg); opacity: 1; transition: opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); transform-style: preserve-3d;}#cms-section-6129147019 .btns { perspective: 480px;}#cms-section-6129147019 .cms-animation img { transform: translate3d(-30px, 0px, 0px) rotateY(-5deg); -webkit-transform: translate3d(-30px, 0px, 0px) rotateY(-5deg); opacity: 0;}#cms-section-6129147019 .txt-intro.cms-animation { transform: translate3d(0px, 30px, 0px) rotateX(-10deg); -webkit-transform: translate3d(0px, 30px, 0px) rotateX(-10deg); opacity: 0;}#cms-section-6129147019 .txt-title.cms-animation { transform: translate3d(0px, 30px, 0px) rotateX(-10deg); -webkit-transform: translate3d(0px, 30px, 0px) rotateX(-10deg); opacity: 0;}#cms-section-6129147019 .txt-content.cms-animation { transform: translate3d(0px, 30px, 0px) rotateX(-10deg); -webkit-transform: translate3d(0px, 30px, 0px) rotateX(-10deg); opacity: 0;}#cms-section-6129147019 .btn-hld.cms-animation { transform: translate3d(0px, 30px, 0px) rotateX(-10deg); -webkit-transform: translate3d(0px, 30px, 0px) rotateX(-10deg); opacity: 0;}#cms-section-6129147019 .info-text.cms-animation { transform: translate3d(0px, 30px, 0px) rotateX(-10deg); -webkit-transform: translate3d(0px, 30px, 0px) rotateX(-10deg); opacity: 0;}#cms-section-6129147019 .switch-pos .img-hld { order: 2;}#cms-section-6129147019 .switch-pos .txt-flex { order: 1; padding: 0 60px 0 0;}#cms-section-6129147019 .switch-pos .cms-animation img { transform: translate3d(30px, 0px, 0px) rotateY(5deg); -webkit-transform: translate3d(30px, 0px, 0px) rotateY(5deg); opacity: 0;}@media (max-width: 900px) { #cms-section-6129147019 .cms-section-full-buffer { padding: 0; } #cms-section-6129147019 .btns { display: inline-block; width: 100%; } #cms-section-6129147019 .hld { display: inline-block; } #cms-section-6129147019 .txt-flex { padding: var(--tablet-section-spacing) var(--tablet-gutter-size); } #cms-section-6129147019 .switch-pos .txt-flex { padding: var(--tablet-section-spacing) var(--tablet-gutter-size); } #cms-section-6129147019 .text-center .info-text { text-align: center; }}@media (max-width: 500px) { #cms-section-6129147019 .txt-flex { padding: var(--mobile-section-spacing) var(--mobile-gutter-size); } #cms-section-6129147019 .switch-pos .txt-flex { padding: var(--mobile-section-spacing) var(--mobile-gutter-size); }}#cms-section-7805905869 .cms-section-full-buffer .icewolf-contact { display: flex;}#cms-section-7805905869 .cms-section-full-buffer .icewolf-contact .contact-content { flex: 0 0 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 0 25px; box-sizing: border-box;}#cms-section-7805905869 .cms-section-full-buffer .icewolf-contact .contact-content h2 { margin: 10px 0; width: 100%;}#cms-section-7805905869 .cms-section-full-buffer .icewolf-contact .contact-content .line-divider { height: 5px; width: 120px; margin: 30px auto 40px auto; background-color: #005f85; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); margin: 30px auto 40px 0;}#cms-section-7805905869 .cms-section-full-buffer .icewolf-contact .contact-content p { width: 100%;}#cms-section-7805905869 .cms-section-full-buffer .icewolf-contact .contact-content img { width: 80%; margin: 25px auto;}#cms-section-7805905869 .cms-section-full-buffer .icewolf-contact .contact-form { flex: 0 0 50%; display: flex; padding: 0 25px; box-sizing: border-box; justify-content: center;}#cms-section-7805905869 .cms-section-full-buffer .icewolf-contact .contact-form form { display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100%; max-width: 450px;}#cms-section-7805905869 .cms-section-full-buffer .icewolf-contact .contact-form form .input-error { background-color: #dc3545; color: #fff;}#cms-section-7805905869 .cms-section-full-buffer .icewolf-contact .contact-form form p { margin: 3px 0; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding: 3px; width: 100%; box-sizing: border-box; text-align: left;}#cms-section-7805905869 .cms-section-full-buffer .icewolf-contact .contact-form form .input-holder { transition: linear 300ms; -o-transition: linear 300ms; -moz-transition: linear 300ms; -ms-transition: linear 300ms; -webkit-transition: linear 300ms; box-shadow: inset 1px 1px 3px rgba(0, 95, 133, 0.5); -moz-box-shadow: inset 1px 1px 3px rgba(0, 95, 133, 0.5); -webkit-box-shadow: inset 1px 1px 3px rgba(0, 95, 133, 0.5); border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border: 1px solid #005f85; width: 100%; padding: 3px 7px; box-sizing: border-box; background-color: #fff;}#cms-section-7805905869 .cms-section-full-buffer .icewolf-contact .contact-form form .input-holder label { width: 100%; text-align: left; font-size: 14px; display: inline-block;}#cms-section-7805905869 .cms-section-full-buffer .icewolf-contact .contact-form form .input-holder input { width: 100%; box-sizing: border-box; padding: 0; outline: none; width: 100%; font-size: 18px; border: none;}#cms-section-7805905869 .cms-section-full-buffer .icewolf-contact .contact-form form .input-holder:focus { border: 1px solid #003b52;}#cms-section-7805905869 .cms-section-full-buffer .icewolf-contact .contact-form form .input-holder textarea { width: 100%; box-sizing: border-box; padding: 0; outline: none; width: 100%; font-size: 18px; border: none; resize: vertical; height: 80px;}#cms-section-7805905869 .cms-section-full-buffer .icewolf-contact .contact-form form .contact-btn-holder { display: flex; margin: 25px 0 0 0; width: 100%; justify-content: flex-end;}#cms-section-7805905869 .cms-section-full-buffer .icewolf-contact .contact-form form .contact-btn-holder button { width: 120px; padding: 9px 10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background-color: #00c795; transition: linear 300ms; -o-transition: linear 300ms; -moz-transition: linear 300ms; -ms-transition: linear 300ms; -webkit-transition: linear 300ms; border: none;}#cms-section-7805905869 .cms-section-full-buffer .icewolf-contact .contact-form form .contact-btn-holder button span { color: #ffffff; text-transform: uppercase; font-size: 16px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);}#cms-section-7805905869 .cms-section-full-buffer .icewolf-contact .contact-form form .contact-btn-holder button:hover { color: #00ab6c; cursor: pointer; background-color: #00ab6c;}#cms-section-7805905869 .cms-section-full-buffer .icewolf-contact .contact-form form .contact-btn-holder button:hover span { color: #ffffff;}#cms-section-7805905869 .cms-section-full-buffer .contact-left .contact-content { order: 2;}#cms-section-7805905869 .cms-section-full-buffer .contact-left .contact-form { order: 1;}#cms-section-7805905869 .cms-section-full-buffer .contact-left .contact-form form .contact-btn-holder { justify-content: start;}#cms-section-7805905869 .cms-section-full-buffer .contact-right .contact-content { order: 1;}#cms-section-7805905869 .cms-section-full-buffer .contact-right .contact-form { order: 2;}#cms-section-7805905869 .cms-section-full-buffer .contact-center { display: inline-block; width: 80%;}#cms-section-7805905869 .cms-section-full-buffer .contact-center .contact-content { margin: 0 0 50px 0;}#cms-section-7805905869 .cms-section-full-buffer .contact-center .contact-form form .contact-btn-holder { justify-content: center;}@media (max-width: 900px) { #cms-section-7805905869 .cms-section-full-buffer .icewolf-contact { display: inline-block; width: 100%; } #cms-section-7805905869 .cms-section-full-buffer .icewolf-contact .contact-content { margin: 0 0 25px 0; } #cms-section-7805905869 .cms-section-full-buffer .icewolf-contact .contact-content h2 { text-align: center !important; } #cms-section-7805905869 .cms-section-full-buffer .icewolf-contact .contact-content .line-divider { margin: 30px auto 40px auto !important; } #cms-section-7805905869 .cms-section-full-buffer .icewolf-contact .contact-content p { text-align: center !important; } #cms-section-7805905869 .cms-section-full-buffer .icewolf-contact .contact-form form .contact-btn-holder { justify-content: center; }}@media (max-width: 500px) { #cms-section-7805905869 .cms-section-full-buffer .icewolf-contact .contact-content { padding: 0; } #cms-section-7805905869 .cms-section-full-buffer .icewolf-contact .contact-content img { width: 60%; } #cms-section-7805905869 .cms-section-full-buffer .icewolf-contact .contact-form { padding: 0; }}#cms-section-1876530455 .sect-bg { background-color: rgba(0, 0, 0, 0);}#cms-section-1876530455 .line-divider { height: 5px; position: relative; width: 120px; margin: 10px auto 20px auto; animation-delay: var(--animation-delay); -webkit-animation-delay: var(--animation-delay); transition: opacity 1s cubic-bezier(0.3, 0, 0.1, 0.5), transform 1s cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: opacity 1s cubic-bezier(0.3, 0, 0.1, 0.5), transform 1s cubic-bezier(0.3, 0, 0.1, 0.5); transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); opacity: 1;}#cms-section-1876530455 h1 { text-transform: var(--heading-font-transform); font-weight: var(--heading-font-weight); transition: opacity 1s cubic-bezier(0.3, 0, 0.1, 0.5), transform 1s cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: opacity 1s cubic-bezier(0.3, 0, 0.1, 0.5), transform 1s cubic-bezier(0.3, 0, 0.1, 0.5); transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); -webkit-animation-delay: var(--animation-delay); opacity: 1;}#cms-section-1876530455 p { position: relative; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); line-height: 1.5em; animation-delay: var(--animation-delay); -webkit-animation-delay: var(--animation-delay); transition: opacity 1s cubic-bezier(0.3, 0, 0.1, 0.5), transform 1s cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: opacity 1s cubic-bezier(0.3, 0, 0.1, 0.5), transform 1s cubic-bezier(0.3, 0, 0.1, 0.5); font-size: 18px; opacity: 1;}#cms-section-1876530455 .AboutContainer { position: relative; display: inline-block; max-width: 100%; padding: 0 20px; width: 100%; box-sizing: border-box;}#cms-section-1876530455 .AboutContainer .ImgContainer { max-width: 600px; width: 100%; margin: 20px auto; position: relative; max-width: 900px; margin: 0 auto;}#cms-section-1876530455 .AboutContainer .ImgContainer img { max-width: 100%; width: 100%; height: auto;}#cms-section-1876530455 .AboutContainer .content { background-color: rgba(0, 0, 0, 0); padding: 20px; max-width: 750px; margin: 0 auto;}#cms-section-1876530455 .AboutContainer .bottom-border { display: none;}#cms-section-1876530455 .left-display, #cms-section-1876530455 .right-display { position: relative; display: flex; max-width: 100%; padding: 0; width: 100%; box-sizing: border-box; height: 75vh; flex-wrap: nowrap; overflow: hidden;}#cms-section-1876530455 .left-display .ImgContainer, #cms-section-1876530455 .right-display .ImgContainer { flex: 0 0 50%; margin: 0 auto; position: relative; box-sizing: border-box; overflow: hidden;}#cms-section-1876530455 .left-display .ImgContainer img, #cms-section-1876530455 .right-display .ImgContainer img { height: 100%; position: absolute; top: 0; left: 0;}#cms-section-1876530455 .left-display .content, #cms-section-1876530455 .right-display .content { flex: 0 0 50%; padding: 15px 50px; box-sizing: border-box; display: flex; flex-direction: column;}#cms-section-1876530455 .right-display .ImgContainer { order: 1;}#cms-section-1876530455 .right-display .content { order: 2;}#cms-section-1876530455 .center-text { align-items: center;}#cms-section-1876530455 .center-text h1, #cms-section-1876530455 .center-text p { text-align: center;}#cms-section-1876530455 .left-text { align-items: flex-start;}#cms-section-1876530455 .left-text h1, #cms-section-1876530455 .left-text p { text-align: left;}#cms-section-1876530455 .left-text .line-divider { margin: 10px auto 20px 0;}#cms-section-1876530455 .right-text { align-items: flex-end;}#cms-section-1876530455 .right-text h1, #cms-section-1876530455 .right-text p { text-align: right;}#cms-section-1876530455 .right-text .line-divider { margin: 10px 0 20px auto;}#cms-section-1876530455 .cms-animation h1 { opacity: 0; transform: translate3d(0px, 50px, 0px); -webkit-transform: translate3d(0px, 50px, 0px);}#cms-section-1876530455 .cms-animation .line-divider { opacity: 0; transform: translate3d(0px, 50px, 0px); -webkit-transform: translate3d(0px, 50px, 0px);}#cms-section-1876530455 .cms-animation p { opacity: 0; transform: translate3d(0px, 50px, 0px); -webkit-transform: translate3d(0px, 50px, 0px);}#cms-section-1876530455 .line-divider { background-color: var(--primary-color);}@media (max-width: 900px) { #cms-section-1876530455 .ImgContainer { width: 80%; } #cms-section-1876530455 .ImgContainer img { width: 100%; } #cms-section-1876530455 h1 { font-size: var(--adventure-font-size-tablet); } #cms-section-1876530455 .right-display, #cms-section-1876530455 .left-display { display: flex; height: auto; flex-direction: column; } #cms-section-1876530455 .right-display .ImgContainer, #cms-section-1876530455 .left-display .ImgContainer { height: 50vh; flex: 0 1 50vh; width: 100%; top: 0; left: 0; } #cms-section-1876530455 .right-display .content, #cms-section-1876530455 .left-display .content { padding: 15px 25px; } #cms-section-1876530455 .left-display .ImgContainer { order: 1; } #cms-section-1876530455 .left-display .content { order: 2; }}@media (max-width: 500px) { #cms-section-1876530455 .AboutContainer { padding: 0 10px; } #cms-section-1876530455 h1 { font-size: var(--adventure-font-size-mobile); }}#cms-section-4813576343 .list-hld { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; position: relative;}#cms-section-4813576343 .list-hld li { width: 25%; flex: 0 0 25%; padding: 0 10px; box-sizing: border-box; margin: 20px 0;}#cms-section-4813576343 .list-hld li p { text-align: center; font-size: 14px; margin: 0;}#cms-section-4813576343 .list-hld li .info { transition: transform cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration), opacity cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration); -webkit-transition: transform cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration), opacity cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration); transform: translate3d(0px, 0px, 0px) scaleY(1); -webkit-transform: translate3d(0px, 0px, 0px) scaleY(1); opacity: 1; position: relative; flex: 0 1 100%;}#cms-section-4813576343 h3 { text-align: center; font-weight: bold; transition: transform cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration), opacity cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration); -webkit-transition: transform cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration), opacity cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration); transform: translate3d(0px, 0px, 0px) scaleY(1); -webkit-transform: translate3d(0px, 0px, 0px) scaleY(1); opacity: 1; position: relative; margin: 15px 0; font-size: 22px; font-family: var(--adventure-font-family);}#cms-section-4813576343 .icon-hld { display: flex; align-items: center; justify-content: center; width: 120px; height: 120px; margin: 0 auto 15px auto; background-color: rgba(0, 0, 0, 0); transition: transform cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration), opacity cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration); -webkit-transition: transform cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration), opacity cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration); transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); opacity: 1; position: relative; flex: 0 0 auto; box-sizing: border-box;}#cms-section-4813576343 .icon-hld svg { fill: #544954; background: unset; stroke: unset; height: 100%;}#cms-section-4813576343 .learn-btn { display: inline-block; width: 100%; text-align: center; position: relative; margin: 30px 0 0 0; transition: transform cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration), opacity cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration); -webkit-transition: transform cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration), opacity cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration); transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); opacity: 1;}#cms-section-4813576343 .learn-btn a { display: inline-block; border: 1px solid var(--button-secondary-color);}#cms-section-4813576343 .learn-btn a p { text-align: center; padding: 17px 37px; margin: 0; font-family: var(--button-font); font-weight: var(--button-font-weight); letter-spacing: var(--button-font-letterspacing);}#cms-section-4813576343 .learn-btn a:hover { border: 1px solid var(--button-secondary-hover-color); color: var(--button-secondary-hover-color);}#cms-section-4813576343 .list-hld li:nth-child(1) .icon-hld { transition-delay: 100ms; -webkit-transition-delay: 100ms;}#cms-section-4813576343 .list-hld li:nth-child(1) .learn-btn { transition-delay: 100ms; -webkit-transition-delay: 100ms;}#cms-section-4813576343 .list-hld li:nth-child(1) .info { transition-delay: 100ms; -webkit-transition-delay: 100ms;}#cms-section-4813576343 .list-hld li:nth-child(1) h3 { transition-delay: 100ms; -webkit-transition-delay: 100ms;}#cms-section-4813576343 .list-hld li:nth-child(2) .icon-hld { transition-delay: 200ms; -webkit-transition-delay: 200ms;}#cms-section-4813576343 .list-hld li:nth-child(2) .learn-btn { transition-delay: 200ms; -webkit-transition-delay: 200ms;}#cms-section-4813576343 .list-hld li:nth-child(2) .info { transition-delay: 200ms; -webkit-transition-delay: 200ms;}#cms-section-4813576343 .list-hld li:nth-child(2) h3 { transition-delay: 200ms; -webkit-transition-delay: 200ms;}#cms-section-4813576343 .list-hld li:nth-child(3) .icon-hld { transition-delay: 300ms; -webkit-transition-delay: 300ms;}#cms-section-4813576343 .list-hld li:nth-child(3) .learn-btn { transition-delay: 300ms; -webkit-transition-delay: 300ms;}#cms-section-4813576343 .list-hld li:nth-child(3) .info { transition-delay: 300ms; -webkit-transition-delay: 300ms;}#cms-section-4813576343 .list-hld li:nth-child(3) h3 { transition-delay: 300ms; -webkit-transition-delay: 300ms;}#cms-section-4813576343 .list-hld li:nth-child(4) .icon-hld { transition-delay: 400ms; -webkit-transition-delay: 400ms;}#cms-section-4813576343 .list-hld li:nth-child(4) .learn-btn { transition-delay: 400ms; -webkit-transition-delay: 400ms;}#cms-section-4813576343 .list-hld li:nth-child(4) .info { transition-delay: 400ms; -webkit-transition-delay: 400ms;}#cms-section-4813576343 .list-hld li:nth-child(4) h3 { transition-delay: 400ms; -webkit-transition-delay: 400ms;}#cms-section-4813576343 .list-hld li:nth-child(5) .icon-hld { transition-delay: 500ms; -webkit-transition-delay: 500ms;}#cms-section-4813576343 .list-hld li:nth-child(5) .learn-btn { transition-delay: 500ms; -webkit-transition-delay: 500ms;}#cms-section-4813576343 .list-hld li:nth-child(5) .info { transition-delay: 500ms; -webkit-transition-delay: 500ms;}#cms-section-4813576343 .list-hld li:nth-child(5) h3 { transition-delay: 500ms; -webkit-transition-delay: 500ms;}#cms-section-4813576343 .list-hld li:nth-child(6) .icon-hld { transition-delay: 600ms; -webkit-transition-delay: 600ms;}#cms-section-4813576343 .list-hld li:nth-child(6) .learn-btn { transition-delay: 600ms; -webkit-transition-delay: 600ms;}#cms-section-4813576343 .list-hld li:nth-child(6) .info { transition-delay: 600ms; -webkit-transition-delay: 600ms;}#cms-section-4813576343 .list-hld li:nth-child(6) h3 { transition-delay: 600ms; -webkit-transition-delay: 600ms;}#cms-section-4813576343 .list-hld li:nth-child(7) .icon-hld { transition-delay: 700ms; -webkit-transition-delay: 700ms;}#cms-section-4813576343 .list-hld li:nth-child(7) .learn-btn { transition-delay: 700ms; -webkit-transition-delay: 700ms;}#cms-section-4813576343 .list-hld li:nth-child(7) .info { transition-delay: 700ms; -webkit-transition-delay: 700ms;}#cms-section-4813576343 .list-hld li:nth-child(7) h3 { transition-delay: 700ms; -webkit-transition-delay: 700ms;}#cms-section-4813576343 .list-hld li:nth-child(8) .icon-hld { transition-delay: 800ms; -webkit-transition-delay: 800ms;}#cms-section-4813576343 .list-hld li:nth-child(8) .learn-btn { transition-delay: 800ms; -webkit-transition-delay: 800ms;}#cms-section-4813576343 .list-hld li:nth-child(8) .info { transition-delay: 800ms; -webkit-transition-delay: 800ms;}#cms-section-4813576343 .list-hld li:nth-child(8) h3 { transition-delay: 800ms; -webkit-transition-delay: 800ms;}#cms-section-4813576343 .list-hld li:nth-child(9) .icon-hld { transition-delay: 900ms; -webkit-transition-delay: 900ms;}#cms-section-4813576343 .list-hld li:nth-child(9) .learn-btn { transition-delay: 900ms; -webkit-transition-delay: 900ms;}#cms-section-4813576343 .list-hld li:nth-child(9) .info { transition-delay: 900ms; -webkit-transition-delay: 900ms;}#cms-section-4813576343 .list-hld li:nth-child(9) h3 { transition-delay: 900ms; -webkit-transition-delay: 900ms;}#cms-section-4813576343 .list-hld li:nth-child(10) .icon-hld { transition-delay: 1000ms; -webkit-transition-delay: 1000ms;}#cms-section-4813576343 .list-hld li:nth-child(10) .learn-btn { transition-delay: 1000ms; -webkit-transition-delay: 1000ms;}#cms-section-4813576343 .list-hld li:nth-child(10) .info { transition-delay: 1000ms; -webkit-transition-delay: 1000ms;}#cms-section-4813576343 .list-hld li:nth-child(10) h3 { transition-delay: 1000ms; -webkit-transition-delay: 1000ms;}#cms-section-4813576343 .list-hld li:nth-child(11) .icon-hld { transition-delay: 1100ms; -webkit-transition-delay: 1100ms;}#cms-section-4813576343 .list-hld li:nth-child(11) .learn-btn { transition-delay: 1100ms; -webkit-transition-delay: 1100ms;}#cms-section-4813576343 .list-hld li:nth-child(11) .info { transition-delay: 1100ms; -webkit-transition-delay: 1100ms;}#cms-section-4813576343 .list-hld li:nth-child(11) h3 { transition-delay: 1100ms; -webkit-transition-delay: 1100ms;}#cms-section-4813576343 .list-hld li:nth-child(12) .icon-hld { transition-delay: 1200ms; -webkit-transition-delay: 1200ms;}#cms-section-4813576343 .list-hld li:nth-child(12) .learn-btn { transition-delay: 1200ms; -webkit-transition-delay: 1200ms;}#cms-section-4813576343 .list-hld li:nth-child(12) .info { transition-delay: 1200ms; -webkit-transition-delay: 1200ms;}#cms-section-4813576343 .list-hld li:nth-child(12) h3 { transition-delay: 1200ms; -webkit-transition-delay: 1200ms;}#cms-section-4813576343 .list-hld li:nth-child(13) .icon-hld { transition-delay: 1300ms; -webkit-transition-delay: 1300ms;}#cms-section-4813576343 .list-hld li:nth-child(13) .learn-btn { transition-delay: 1300ms; -webkit-transition-delay: 1300ms;}#cms-section-4813576343 .list-hld li:nth-child(13) .info { transition-delay: 1300ms; -webkit-transition-delay: 1300ms;}#cms-section-4813576343 .list-hld li:nth-child(13) h3 { transition-delay: 1300ms; -webkit-transition-delay: 1300ms;}#cms-section-4813576343 .list-hld li:nth-child(14) .icon-hld { transition-delay: 1400ms; -webkit-transition-delay: 1400ms;}#cms-section-4813576343 .list-hld li:nth-child(14) .learn-btn { transition-delay: 1400ms; -webkit-transition-delay: 1400ms;}#cms-section-4813576343 .list-hld li:nth-child(14) .info { transition-delay: 1400ms; -webkit-transition-delay: 1400ms;}#cms-section-4813576343 .list-hld li:nth-child(14) h3 { transition-delay: 1400ms; -webkit-transition-delay: 1400ms;}#cms-section-4813576343 .list-hld li:nth-child(15) .icon-hld { transition-delay: 1500ms; -webkit-transition-delay: 1500ms;}#cms-section-4813576343 .list-hld li:nth-child(15) .learn-btn { transition-delay: 1500ms; -webkit-transition-delay: 1500ms;}#cms-section-4813576343 .list-hld li:nth-child(15) .info { transition-delay: 1500ms; -webkit-transition-delay: 1500ms;}#cms-section-4813576343 .list-hld li:nth-child(15) h3 { transition-delay: 1500ms; -webkit-transition-delay: 1500ms;}#cms-section-4813576343 .list-hld li:nth-child(16) .icon-hld { transition-delay: 1600ms; -webkit-transition-delay: 1600ms;}#cms-section-4813576343 .list-hld li:nth-child(16) .learn-btn { transition-delay: 1600ms; -webkit-transition-delay: 1600ms;}#cms-section-4813576343 .list-hld li:nth-child(16) .info { transition-delay: 1600ms; -webkit-transition-delay: 1600ms;}#cms-section-4813576343 .list-hld li:nth-child(16) h3 { transition-delay: 1600ms; -webkit-transition-delay: 1600ms;}#cms-section-4813576343 .list-hld li:nth-child(17) .icon-hld { transition-delay: 1700ms; -webkit-transition-delay: 1700ms;}#cms-section-4813576343 .list-hld li:nth-child(17) .learn-btn { transition-delay: 1700ms; -webkit-transition-delay: 1700ms;}#cms-section-4813576343 .list-hld li:nth-child(17) .info { transition-delay: 1700ms; -webkit-transition-delay: 1700ms;}#cms-section-4813576343 .list-hld li:nth-child(17) h3 { transition-delay: 1700ms; -webkit-transition-delay: 1700ms;}#cms-section-4813576343 .list-hld li:nth-child(18) .icon-hld { transition-delay: 1800ms; -webkit-transition-delay: 1800ms;}#cms-section-4813576343 .list-hld li:nth-child(18) .learn-btn { transition-delay: 1800ms; -webkit-transition-delay: 1800ms;}#cms-section-4813576343 .list-hld li:nth-child(18) .info { transition-delay: 1800ms; -webkit-transition-delay: 1800ms;}#cms-section-4813576343 .list-hld li:nth-child(18) h3 { transition-delay: 1800ms; -webkit-transition-delay: 1800ms;}#cms-section-4813576343 .list-hld li:nth-child(19) .icon-hld { transition-delay: 1900ms; -webkit-transition-delay: 1900ms;}#cms-section-4813576343 .list-hld li:nth-child(19) .learn-btn { transition-delay: 1900ms; -webkit-transition-delay: 1900ms;}#cms-section-4813576343 .list-hld li:nth-child(19) .info { transition-delay: 1900ms; -webkit-transition-delay: 1900ms;}#cms-section-4813576343 .list-hld li:nth-child(19) h3 { transition-delay: 1900ms; -webkit-transition-delay: 1900ms;}#cms-section-4813576343 .list-hld li:nth-child(20) .icon-hld { transition-delay: 2000ms; -webkit-transition-delay: 2000ms;}#cms-section-4813576343 .list-hld li:nth-child(20) .learn-btn { transition-delay: 2000ms; -webkit-transition-delay: 2000ms;}#cms-section-4813576343 .list-hld li:nth-child(20) .info { transition-delay: 2000ms; -webkit-transition-delay: 2000ms;}#cms-section-4813576343 .list-hld li:nth-child(20) h3 { transition-delay: 2000ms; -webkit-transition-delay: 2000ms;}#cms-section-4813576343 .info-hld { display: flex; flex-direction: column; align-items: center; justify-content: center; flex: 1; height: 100%;}#cms-section-4813576343 .cms-animation .info-hld .icon-hld { opacity: 0; transform: translate3d(0px, 30px, 0px) scaleY(0.5); -webkit-transform: translate3d(0px, 30px, 0px) scaleY(0.5);}#cms-section-4813576343 .cms-animation .info-hld h1, #cms-section-4813576343 .cms-animation .info-hld h2, #cms-section-4813576343 .cms-animation .info-hld h3, #cms-section-4813576343 .cms-animation .info-hld h4, #cms-section-4813576343 .cms-animation .info-hld h5, #cms-section-4813576343 .cms-animation .info-hld h6 { opacity: 0; transform: translate3d(0px, 60px, 0px) scaleY(0.5); -webkit-transform: translate3d(0px, 60px, 0px) scaleY(0.5);}#cms-section-4813576343 .cms-animation .info-hld .info { opacity: 0; transform: translate3d(0px, 90px, 0px) scaleY(0.5); -webkit-transform: translate3d(0px, 90px, 0px) scaleY(0.5);}#cms-section-4813576343 .cms-animation .info-hld .learn-btn { opacity: 0; transform: translate3d(0px, 120px, 0px) scaleY(0.5); -webkit-transform: translate3d(0px, 120px, 0px) scaleY(0.5);}#cms-section-4813576343 .hexagon { clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); width: 85px;}#cms-section-4813576343 .circle { border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;}#cms-section-4813576343 .square { border-radius: 0%; -moz-border-radius: 0%; -webkit-border-radius: 0%;}#cms-section-4813576343 .rounded { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}@media (max-width: 900px) { #cms-section-4813576343 .list-hld li { flex: 0 0 50%; }}@media (max-width: 500px) { #cms-section-4813576343 .list-hld li { flex: 0 0 50%; } #cms-section-4813576343 .list-hld li h1, #cms-section-4813576343 .list-hld li h2, #cms-section-4813576343 .list-hld li h3, #cms-section-4813576343 .list-hld li h4, #cms-section-4813576343 .list-hld li h5, #cms-section-4813576343 .list-hld li h6 { word-break: break-word; font-size: 16px; }}#cms-section-2881073697 .section-bg { background-color: rgba(0, 0, 0, 0);}#cms-section-2881073697 .txt { max-width: 720px; display: inline-block;}#cms-section-2881073697 .txt h1, #cms-section-2881073697 .txt h2, #cms-section-2881073697 .txt h3, #cms-section-2881073697 .txt h4, #cms-section-2881073697 .txt h5, #cms-section-2881073697 .txt h6, #cms-section-2881073697 .txt p { text-align: center;}#cms-section-2881073697 .txt b, #cms-section-2881073697 .txt span { color: #000000;}#cms-section-2881073697 .content-left { text-align: left;}#cms-section-2881073697 .content-center { text-align: center;}#cms-section-2881073697 .content-right { text-align: right;}#cms-section-2881073697 .faqs-container { display: flex; margin-top: var(--desktop-section-spacing);}#cms-section-2881073697 .faqs-container ul { list-style: none; padding: 0; margin: 0; display: block;}#cms-section-2881073697 .faqs-container li { padding: 0; text-align: left; box-sizing: border-box; margin-bottom: 16px;}#cms-section-2881073697 .faqs-container .column { flex: 0 0 50%;}#cms-section-2881073697 .faq-box { background-color: var(--background-color-2); border-radius: 8px; -webkit-border-radius: 8px; border-width: 0.5px; border-color: var(--border-color); border-style: solid; padding: 0; box-sizing: border-box; box-shadow: 0 8px 16px rgba(191, 191, 191, 0.3); -webkit-box-shadow: 0 8px 16px rgba(191, 191, 191, 0.3);}#cms-section-2881073697 .faq-box p { color: var(--body-font-color);}#cms-section-2881073697 .faq-box:hover { cursor: pointer;}#cms-section-2881073697 .faq-box .answer-box p { visibility: hidden;}#cms-section-2881073697 .column-one { padding-right: calc(16px / 2); box-sizing: border-box;}#cms-section-2881073697 .column-two { padding-left: calc(16px / 2); box-sizing: border-box;}#cms-section-2881073697 .answer-box { max-height: 0px; opacity: 0; padding: 0; transition: opacity var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1), max-height var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1); -webkit-transition: opacity var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1), max-height var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1);}#cms-section-2881073697 .question-box { padding: 8px 16px; position: relative;}#cms-section-2881073697 .question-box p { margin-right: 48px;}#cms-section-2881073697 .toggle-btn { position: absolute; width: 48px; height: 100%; top: 0; right: 0;}#cms-section-2881073697 .toggle-btn:before { content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 2px; border-radius: 1px; -webkit-border-radius: 1px; transform: translate(-5px, -1px); -webkit-transform: translate(-5px, -1px);}#cms-section-2881073697 .toggle-btn:after { content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 2px; border-radius: 1px; -webkit-border-radius: 1px; transform: rotate(0deg) translate(-5px, -1px); -webkit-transform: rotate(0deg) translate(-5px, -1px); transition: transform var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1); -webkit-transition: transform var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1);}#cms-section-2881073697 .toggle-btn:before { background-color: var(--body-font-color);}#cms-section-2881073697 .toggle-btn:after { background-color: var(--body-font-color);}#cms-section-2881073697 .active-question { background-color: var(--background-color-3);}#cms-section-2881073697 .active-question .answer-box { max-height: 1000px; opacity: 1; padding: 8px 16px; overflow: hidden; position: relative;}#cms-section-2881073697 .active-question .answer-box p { visibility: visible;}#cms-section-2881073697 .active-question .toggle-btn:after { transform: rotate(90deg) translate(-1px, 5px); -webkit-transform: rotate(90deg) translate(-1px, 5px);}@media (max-width: 900px) { #cms-section-2881073697 .faqs-container { margin-top: var(--tablet-section-spacing); } #cms-section-2881073697 .faqs-container { display: block; } #cms-section-2881073697 .column { padding: 0; }}@media (max-width: 500px) { #cms-section-2881073697 .faqs-container { margin-top: var(--mobile-section-spacing); }}#cms-section-4197459497 .section-bg { background-color: rgba(0, 0, 0, 0);}#cms-section-4197459497 .txt { max-width: 720px; display: inline-block;}#cms-section-4197459497 .txt h1, #cms-section-4197459497 .txt h2, #cms-section-4197459497 .txt h3, #cms-section-4197459497 .txt h4, #cms-section-4197459497 .txt h5, #cms-section-4197459497 .txt h6, #cms-section-4197459497 .txt p { text-align: center;}#cms-section-4197459497 .content-left { text-align: left;}#cms-section-4197459497 .content-center { text-align: center;}#cms-section-4197459497 .content-right { text-align: right;}#cms-section-6009408692 .section-bg { background-color: rgba(0, 0, 0, 0);}#cms-section-6009408692 .txt { display: inline-block; text-align: left;}#cms-section-6009408692 .txt h1, #cms-section-6009408692 .txt h2, #cms-section-6009408692 .txt h3, #cms-section-6009408692 .txt h4, #cms-section-6009408692 .txt h5, #cms-section-6009408692 .txt h6, #cms-section-6009408692 .txt p, #cms-section-6009408692 .txt li { text-align: left;}#cms-section-6009408692 .headline { flex: 0 0 50%; padding-right: 3rem; box-sizing: border-box; display: flex; justify-content: center;}#cms-section-6009408692 .content-area { list-style: none; padding: 0; margin: 0;}#cms-section-6009408692 .content-area .cms-animation .headline { transform: translate(0px, 48px); -webkit-transform: translate(0px, 48px); opacity: 0;}#cms-section-6009408692 .content-area .cms-animation .img-box { transform: translate(48px, 0px); -webkit-transform: translate(48px, 0px); opacity: 0;}#cms-section-6009408692 .content-area li:nth-child(even) .img-box { order: 1;}#cms-section-6009408692 .content-area li:nth-child(even) .headline { order: 2; padding-right: 0; padding-left: 3rem; box-sizing: border-box;}#cms-section-6009408692 .content-area li.cms-animation:nth-child(even) .img-box { transform: translate(-48px, 0px); -webkit-transform: translate(-48px, 0px);}#cms-section-6009408692 .content-area li:first-child { padding-top: 0;}#cms-section-6009408692 .content-area li:last-child { padding-bottom: 0;}#cms-section-6009408692 .headline { transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); transition-delay: var(--animation-delay); -webkit-transition-delay: var(--animation-delay); opacity: 1; transition: transform cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration), opacity cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration); -webkit-transition: transform cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration), opacity cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration);}#cms-section-6009408692 .headline ul { display: block; list-style: none; padding: 0; margin: 1.6rem 0;}#cms-section-6009408692 .headline li { position: relative; padding-left: 2.5rem; margin-top: 12px;}#cms-section-6009408692 .headline svg { fill: #00b847;}#cms-section-6009408692 .headline li::before { content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 1.4em; height: 1.4em; background-size: contain; background-repeat: no-repeat; color: #00b847; background-color: #00b847;}#cms-section-6009408692 .content-top { align-items: flex-start;}#cms-section-6009408692 .content-middle { align-items: center;}#cms-section-6009408692 .content-bottom { align-items: flex-end;}#cms-section-6009408692 .content-item { padding: var(--desktop-section-spacing) 0;}#cms-section-6009408692 .content-item { display: flex;}#cms-section-6009408692 .img-box { flex: 0 0 50%; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); opacity: 1; transition: transform cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration), opacity cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration); -webkit-transition: transform cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration), opacity cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration); transition-delay: calc(var(--animation-delay) * 2); -webkit-transition-delay: calc(var(--animation-delay) * 2);}#cms-section-6009408692 .img-box img { width: 100%; transition: filter cubic-bezier(0.3, 0, 0.1, 0.5) 300ms; -webkit-transition: filter cubic-bezier(0.3, 0, 0.1, 0.5) 300ms;}#cms-section-6009408692 .arrow-right { position: relative; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); transition: transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-6009408692 .arrow { background-color: var(--button-font-color); margin-left: 8px; position: absolute; display: inline-block; top: 50%; right: 24px; width: 32px; height: 32px; border-radius: 50%; -webkit-border-radius: 50%; background-color: var(--button-font-color); transform: translate(8px, -16px); -webkit-transform: translate(8px, -16px); transition: background-color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: background-color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-6009408692 .arrow:before { content: ""; position: absolute; background-color: var(--button-primary-color); top: calc(50% - 5px); left: calc(50% - 5px); width: 12px; height: 3px; transform: rotate(45deg); -webkit-transform: rotate(45deg); border-radius: 1px; -webkit-border-radius: 1px;}#cms-section-6009408692 .arrow:after { content: ""; position: absolute; background-color: var(--button-primary-color); top: calc(50% + 2px); left: calc(50% - 5px); width: 12px; height: 3px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); border-radius: 1px; -webkit-border-radius: 1px;}#cms-section-6009408692 .cta-btn { display: inline-block; position: relative; padding: 16px 72px 16px 24px; color: var(--button-font-color); background-color: var(--button-primary-color); font-family: var(--button-font); font-size: var(--button-font-size); text-transform: var(--button-font-transform); letter-spacing: var(--button-font-letterspacing); font-weight: var(--button-font-weight); transition: background-color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), border var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: background-color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), border var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); margin-top: 24px;}#cms-section-6009408692 .cta-btn:hover { background-color: var(--button-primary-hover-color);}#cms-section-6009408692 .cta-btn:hover .arrow { transform: translate(16px, -16px); -webkit-transform: translate(16px, -16px);}#cms-section-6009408692 .solid-round-btn { border-radius: 45px; -webkit-border-radius: 45px;}#cms-section-6009408692 .border-btn { background-color: unset; padding: 14px 72px 14px 24px; border: 2px solid var(--button-primary-color); color: var(--button-primary-color);}#cms-section-6009408692 .border-btn .arrow { background-color: var(--button-primary-color);}#cms-section-6009408692 .border-btn .arrow:before { background-color: var(--button-font-color);}#cms-section-6009408692 .border-btn .arrow:after { background-color: var(--button-font-color);}#cms-section-6009408692 .border-btn:hover { background-color: unset; color: var(--button-primary-hover-color); border: 2px solid var(--button-primary-hover-color);}#cms-section-6009408692 .border-btn:hover .arrow { background-color: var(--button-primary-hover-color);}#cms-section-6009408692 .border-rounded { border-radius: 45px; -webkit-border-radius: 45px;}#cms-section-6009408692 .lazyload { filter: blur(4px); -webkit-filter: blur(4px);}@media (max-width: 900px) { #cms-section-6009408692 .content-item { padding: var(--tablet-section-spacing) 0; } #cms-section-6009408692 .txt { width: 100%; } #cms-section-6009408692 .content-item { display: block; } #cms-section-6009408692 .headline { padding: 0; } #cms-section-6009408692 .content-area { list-style: none; padding: 0; margin: 0; } #cms-section-6009408692 .content-area .cms-animation .headline { transform: translate(0px, 48px); -webkit-transform: translate(0px, 48px); opacity: 0; } #cms-section-6009408692 .content-area .cms-animation .img-box { transform: translate(48px, 0px); -webkit-transform: translate(48px, 0px); opacity: 0; } #cms-section-6009408692 .content-area li:nth-child(even) .headline { padding: 0; }}@media (max-width: 500px) { #cms-section-6009408692 .content-item { padding: var(--mobile-section-spacing) 0; }}#cms-section-5130724061 .catalog-bg { background-color: rgba(0, 0, 0, 0); display: flex; flex-direction: column;}#cms-section-5130724061 .cms-section-full-buffer { width: 100%;}#cms-section-5130724061 .heading-ctrls { display: flex;}#cms-section-5130724061 .heading-ctrls h2 { text-align: left;}#cms-section-5130724061 .heading-ctrls .heading { flex: 0 1 100%; display: flex; align-items: center; justify-content: flex-start;}#cms-section-5130724061 .heading-ctrls .view-all-btn { flex: 0 0 auto; display: flex; align-items: center;}#cms-section-5130724061 .heading-ctrls .view-all-btn a { position: relative; display: inline-block; border: 2px solid var(--button-secondary-color); font-family: var(--button-font); font-size: var(--button-font-size); letter-spacing: var(--button-font-letterspacing); text-transform: var(--button-font-transform); font-weight: var(--button-font-weight);}#cms-section-5130724061 .side-bar { position: relative;}#cms-section-5130724061 .side-bar h2 { padding-left: 25px; position: relative; margin: 0;}#cms-section-5130724061 .side-bar h2:before { content: ""; top: 0; left: 0; position: absolute; height: 100%; width: 7px; background-color: var(--primary-color);}#cms-section-5130724061 .more-info { max-height: 0; overflow: hidden; transition: max-height ease var(--animation-duration); -webkit-transition: max-height ease var(--animation-duration);}#cms-section-5130724061 .more-info p { transition: all ease var(--animation-duration); -webkit-transition: all ease var(--animation-duration); opacity: 0; padding-top: 0; text-align: left; font-size: 14px; color: var(--body-font-color);}#cms-section-5130724061 .item-list-box ul { list-style: none; padding: 0; margin: 0; display: flex; margin-left: -20px; flex-wrap: wrap;}#cms-section-5130724061 .item-list-box .item-box { position: relative; display: flex; flex-direction: column; height: 100%; border: solid 1px var(--website-bg-color); overflow: hidden; transition: border ease var(--animation-duration); -webkit-transition: border ease var(--animation-duration); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);}#cms-section-5130724061 .item-list-box li { flex: 0 0 25%; padding: 0 0 0 20px; box-sizing: border-box; margin-bottom: 20px;}#cms-section-5130724061 .item-list-box li:hover { cursor: pointer;}#cms-section-5130724061 .item-list-box li:hover .more-info { height: auto; max-height: 200px; transition: max-height ease var(--animation-duration); -webkit-transition: max-height ease var(--animation-duration);}#cms-section-5130724061 .item-list-box li:hover .more-info p { opacity: 1;}#cms-section-5130724061 .item-list-box li:hover .item-box { border-color: var(--primary-color);}#cms-section-5130724061 .item-list-box li:hover img { transform: scale(1.1); -webkit-transform: scale(1.1);}#cms-section-5130724061 .img { width: 100%; line-height: 0; flex: 0 0 auto; padding-bottom: calc(100px - 2px);}#cms-section-5130724061 .img img { width: 100%; line-height: 0; transition: transform ease var(--animation-duration); -webkit-transition: transform ease var(--animation-duration);}#cms-section-5130724061 .img svg { width: 100%; aspect-ratio: 1.5;}#cms-section-5130724061 .content { position: absolute; width: 100%; bottom: 0; background-color: #ffffff; min-height: 100px;}#cms-section-5130724061 .content h3 { text-align: left; padding: 0; margin: 0; font-size: 18px; position: relative; display: -webkit-box; max-width: 100%; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; padding-right: 10px; color: var(--body-font-color);}#cms-section-5130724061 .content .heading { position: relative;}#cms-section-5130724061 .item-slide-up { position: absolute; top: 0; left: 0; width: 100%;}#cms-section-5130724061 .arrow-btn { position: absolute; top: 0; right: 0; width: 8px; height: 8px;}#cms-section-5130724061 .arrow-btn svg { background: unset; fill: var(--body-font-color); stroke: none;}@media (max-width: 900px) { #cms-section-5130724061 .item-list-box li { flex: 0 0 33.3333%; }}@media (max-width: 500px) { #cms-section-5130724061 .heading-ctrls .view-all-btn { margin-top: 24px; } #cms-section-5130724061 .item-list-box li { flex: 0 0 50%; } #cms-section-5130724061 .heading-ctrls { display: block; }}#cms-section-7805905869 .cms-section-full-buffer .icewolf-contact .contact-content h2 { color: red;}