@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: #f9f9fb; 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: #c6cfe2; 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: #15171e;}#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: #15171e;}#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(48px + 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(48px + 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(48px + 32px);}#cms-section-header .logo-header { padding: 0px 0; margin-left: 8px; box-sizing: border-box; height: 100%;}#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: 48px; 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: 12px 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), transform 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), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); overflow: visible;}#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: 0px; margin-left: -24px; 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 { transform: translate(24px, 0px); -webkit-transform: translate(24px, 0px);}#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; object-fit: contain;}#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(20 * 1000ms) ease-in, background-image 300ms ease-in-out; -webkit-transition: transform calc(20 * 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 70%;}#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 p, #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 p, #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 .logo-header { height: 40px; position: absolute; right: 16px; top: 8px;}#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; padding-left: 24px;}#cms-section-header .drawer-mob ul li ul li { border: none;}#cms-section-header .drawer-mob ul li ul li:first-child { border-top: none;}#cms-section-header .drawer-mob ul li ul li a { padding: 4px 0; 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:nth-child(1) b { color: #e3966d;}#cms-section-header .slide:nth-child(1) span { color: #e3966d;}#cms-section-header .slide:nth-child(2) b { color: #e3966d;}#cms-section-header .slide:nth-child(2) span { color: #e3966d;}#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: 800px) { #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(48px + 16px); } #cms-section-header .nav-header-bar-flex { height: calc(48px + 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: 480px) { #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-6327932679 .text-bg { position: relative; text-align: center; display: block; width: 100%; background-color: #e6eff0; z-index: 1; overflow: hidden;}#cms-section-6327932679 .text-bg .img-bg { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-size: auto; background-position: center; z-index: 1; background-repeat: round; transition: background-image linear var(--animation-duration); -webkit-transition: background-image linear var(--animation-duration); background-attachment: scroll;}#cms-section-6327932679 .text-bg:after { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; background-color: #e6eff0; background-image: none; opacity: 0.8;}#cms-section-6327932679 .text-bg .cms-lazyloader { filter: blur(4px); -webkit-filter: blur(4px); transform: scale(1.05); -webkit-transform: scale(1.05);}#cms-section-6327932679 .align-content { display: flex; align-items: center; justify-content: center; padding-top: 32px; padding-bottom: 32px;}#cms-section-6327932679 .align-content .btns { justify-content: center; align-items: center;}#cms-section-6327932679 .content-left { justify-content: flex-start;}#cms-section-6327932679 .content-right { justify-content: flex-end;}#cms-section-6327932679 .content { max-width: 750px; display: inline-block; width: 100%; z-index: 2; position: relative; perspective: 480px;}#cms-section-6327932679 .txt { position: relative; transform-style: preserve-3d; transform: translate3d(0px, 0px, 0px) rotateX(0deg); -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg); 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);}#cms-section-6327932679 .txt p { color: #2f5aa4;}#cms-section-6327932679 h2 { color: #f9f9fb;}#cms-section-6327932679 .text-left p, #cms-section-6327932679 .text-left h1, #cms-section-6327932679 .text-left h2, #cms-section-6327932679 .text-left h3, #cms-section-6327932679 .text-left h4, #cms-section-6327932679 .text-left h5, #cms-section-6327932679 .text-left h6 { text-align: left;}#cms-section-6327932679 .text-left .btns { justify-content: flex-start;}#cms-section-6327932679 .text-center p, #cms-section-6327932679 .text-center h1, #cms-section-6327932679 .text-center h2, #cms-section-6327932679 .text-center h3, #cms-section-6327932679 .text-center h4, #cms-section-6327932679 .text-center h5, #cms-section-6327932679 .text-center h6 { text-align: center;}#cms-section-6327932679 .text-center .btns { justify-content: center;}#cms-section-6327932679 .text-right p, #cms-section-6327932679 .text-right h1, #cms-section-6327932679 .text-right h2, #cms-section-6327932679 .text-right h3, #cms-section-6327932679 .text-right h4, #cms-section-6327932679 .text-right h5, #cms-section-6327932679 .text-right h6 { text-align: right;}#cms-section-6327932679 .text-right .btns { justify-content: flex-end;}#cms-section-6327932679 .button { margin: 17px 0 0 0; display: inline-block; position: relative; transform: translate3d(0px, 0px, 0px) rotateX(0deg); -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg); opacity: 1; 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);}#cms-section-6327932679 .button a { display: inline-block; text-align: center; line-height: 1.5em; height: 100%; padding: 9px 27px; box-sizing: border-box; position: relative; text-transform: var(--button-font-transform); overflow: hidden; z-index: 3; position: relative; 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); transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); opacity: 1;}#cms-section-6327932679 .button a p { margin: 0; padding: 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: #f9f9fb; z-index: 3; position: relative;}#cms-section-6327932679 .button 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-image: linear-gradient(305deg, #e3966d, #e3966d); background-image: -webkit-linear-gradient(305deg, #e3966d, #e3966d); z-index: 1; -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; inset: 0; padding: 4px; box-sizing: border-box;}#cms-section-6327932679 .info-text { opacity: 1; transform-style: preserve-3d; transform: translate3d(0px, 0px, 0px) rotateX(0deg); -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg); 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);}#cms-section-6327932679 .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: 13px 0 0 0; position: relative; display: flex; align-items: center; justify-items: center; height: 100%; padding: 10px 47px 10px 27px; box-sizing: border-box;}#cms-section-6327932679 .info-text a svg { width: 24px; height: 24px; position: absolute; 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: 12px; left: calc(100% - 24px); background: none; stroke: none; fill: var(--button-font-color);}#cms-section-6327932679 .info-text a:hover svg { transform: translate3d(8px, 0px, 0px); -webkit-transform: translate3d(8px, 0px, 0px);}#cms-section-6327932679 .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);}#cms-section-6327932679 .btns { display: flex;}#cms-section-6327932679 .btns div:nth-child(2) { margin-left: 30px;}#cms-section-6327932679 .curved-btn a { border-radius: 25px; -webkit-border-radius: 25px; min-width: 200px;}#cms-section-6327932679 .curved-btn a:before { border-radius: 25px; -webkit-border-radius: 25px;}#cms-section-6327932679 .border-box a { border-radius: 0px; -webkit-border-radius: 0px; min-width: 200px;}#cms-section-6327932679 .border-box a:before { border-radius: 0px; -webkit-border-radius: 0px;}#cms-section-6327932679 .solid-box a { border-radius: 0px; -webkit-border-radius: 0px; min-width: 200px;}#cms-section-6327932679 .solid-box a:before { -webkit-mask: none; mask: none;}#cms-section-6327932679 .cms-animation { opacity: 0; transform: translate3d(0px, 30px, 10px) rotateX(-5deg); -webkit-transform: translate3d(0px, 30px, 10px) rotateX(-5deg);}#cms-section-6327932679 .cms-section-sides-buffer.full-width { padding-left: 0; padding-right: 0; max-width: unset;}#cms-section-6327932679 .cms-section-sides-buffer { padding-top: 0; padding-bottom: 0;}@media (max-width: 800px) { #cms-section-6327932679 .cms-section-sides-buffer { padding-top: 0; padding-bottom: 0; } #cms-section-6327932679 .btns { display: inline-block; width: 100%; } #cms-section-6327932679 .btns .button { width: 100%; } #cms-section-6327932679 .btns div:nth-child(2) { margin-left: 0; } #cms-section-6327932679 .info-text { display: inline-block; left: -12px; } #cms-section-6327932679 .text-left .btns { text-align: left; } #cms-section-6327932679 .text-center .btns { text-align: center; } #cms-section-6327932679 .text-right .btns { text-align: right; } #cms-section-6327932679 .text-bg .img-bg { background-attachment: scroll; }}@media (max-width: 480px) { #cms-section-6327932679 .cms-section-sides-buffer { padding-top: 0; padding-bottom: 0; } #cms-section-6327932679 .button a { width: 100%; } #cms-section-6327932679 .text-left .btns { text-align: center; } #cms-section-6327932679 .text-right .btns { text-align: center; }}#cms-section-1741148639 .section-bg { position: relative; overflow: hidden;}#cms-section-1741148639 .product-box { display: flex; padding-bottom: 0px; z-index: 5;}#cms-section-1741148639 .bg-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center;}#cms-section-1741148639 .bg-img:before { content: ""; background-image: radial-gradient(at bottom right, rgba(249, 249, 251, 0.83) 0%, #f9f9fb 60%); background-image: -webkit-radial-gradient(at bottom right, rgba(249, 249, 251, 0.83) 0%, #f9f9fb 60%); position: absolute; top: 0; left: 0; width: 100%; height: 100%;}#cms-section-1741148639 .image { flex: 0 1 100%; display: flex; justify-content: center; align-items: center; z-index: 5; order: 2; perspective: 480px; position: relative; z-index: 7;}#cms-section-1741148639 .image img { width: 100%; max-height: 100%; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); 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); opacity: 1;}#cms-section-1741148639 .image .cms-animation { transform: translate3d(30px, 0px, 0px) rotateY(5deg); -webkit-transform: translate3d(30px, 0px, 0px) rotateY(5deg); opacity: 0;}#cms-section-1741148639 .content-top { align-items: flex-start;}#cms-section-1741148639 .content-bottom { align-items: flex-end;}#cms-section-1741148639 .content { flex: 0 0 50%; padding: 0 4rem 0 0; box-sizing: border-box; display: flex; justify-content: center; align-items: center; flex-direction: column; order: 1; perspective: 480px;}#cms-section-1741148639 .content h2 { width: 100%;}#cms-section-1741148639 .content h1, #cms-section-1741148639 .content h2, #cms-section-1741148639 .content h3, #cms-section-1741148639 .content h4, #cms-section-1741148639 .content h5, #cms-section-1741148639 .content h6, #cms-section-1741148639 .content p { text-align: left;}#cms-section-1741148639 .content h1 b, #cms-section-1741148639 .content h1 span, #cms-section-1741148639 .content h2 b, #cms-section-1741148639 .content h2 span, #cms-section-1741148639 .content h3 b, #cms-section-1741148639 .content h3 span, #cms-section-1741148639 .content h4 b, #cms-section-1741148639 .content h4 span, #cms-section-1741148639 .content h5 b, #cms-section-1741148639 .content h5 span, #cms-section-1741148639 .content h6 b, #cms-section-1741148639 .content h6 span, #cms-section-1741148639 .content p b, #cms-section-1741148639 .content p span { color: #8ea4aa;}#cms-section-1741148639 .main-heading { width: 100%; display: inline-block; text-align: left; transform: translate3d(0px, 0px, 0px) rotateY(0deg); -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg); 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-1741148639 .main-heading.cms-animation { transform: translate3d(-30px, 0px, -10px) rotateY(-5deg); -webkit-transform: translate3d(-30px, 0px, -10px) rotateY(-5deg); opacity: 0;}#cms-section-1741148639 .keypoints { margin: 2rem 0;}#cms-section-1741148639 .keypoints ul { list-style: none; padding: 0; margin: 0; perspective: 480px;}#cms-section-1741148639 .keypoints ul li { display: flex; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); 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-1741148639 .keypoints ul .cms-animation { transform: translate3d(-30px, 0px, 0px) rotateY(-10deg); -webkit-transform: translate3d(-30px, 0px, 0px) rotateY(-10deg); opacity: 0;}#cms-section-1741148639 .keypoints h3 { font-size: 18px; margin: 0 0 8px 0; letter-spacing: 0; color: #2f5aa4;}#cms-section-1741148639 .keypoints p { font-size: 14px; margin: 0 0 16px;}#cms-section-1741148639 .icon { flex: 0 0 48px; box-sizing: border-box; margin: 0 32px 0 0;}#cms-section-1741148639 .icon img { width: 100%;}#cms-section-1741148639 .icon svg { width: 100%; background-color: unset; stroke: none; fill: var(--primary-color);}#cms-section-1741148639 .written-block { flex: 0 1 100%;}#cms-section-1741148639 .switch .content { order: 2; padding: 0 0 0 4rem;}#cms-section-1741148639 .switch .content .cms-animation { transform: translate3d(30px, 0px, -10px) rotateY(10deg); -webkit-transform: translate3d(30px, 0px, -10px) rotateY(10deg); opacity: 0;}#cms-section-1741148639 .switch .image { order: 1;}#cms-section-1741148639 .switch .image .cms-animation { transform: translate3d(-30px, 0px, -10px) rotateY(-5deg); -webkit-transform: translate3d(-30px, 0px, -10px) rotateY(-5deg); opacity: 0;}#cms-section-1741148639 .switch .keypoints ul .cms-animation { transform: translate3d(30px, 0px, 10px) rotateY(10deg); -webkit-transform: translate3d(30px, 0px, -10px) rotateY(10deg); opacity: 0;}#cms-section-1741148639 .bottom-divider { position: absolute; bottom: -1px; left: -1px; width: 100%; height: 0px; z-index: 5;}#cms-section-1741148639 .bottom-divider svg { width: 100%; height: 100%; stroke: none; background-color: rgba(0, 0, 0, 0); fill: var(--website-bg-color);}@media (max-width: 800px) { #cms-section-1741148639 .product-box { display: block; } #cms-section-1741148639 .image { padding: 0 0 var(--tablet-section-spacing) 0; } #cms-section-1741148639 .content { padding: 0; } #cms-section-1741148639 .switch .content { padding: 0; } #cms-section-1741148639 .bottom-divider { height: calc(0px / 2); }}@media (max-width: 480px) { #cms-section-1741148639 .image { padding: 0 0 var(--mobile-section-spacing) 0; } #cms-section-1741148639 .bottom-divider { height: calc(0px / 3); }}#cms-section-3167435044 .text-bg { position: relative; text-align: center; display: block; width: 100%; background-color: #e3966d; z-index: 1; overflow: hidden;}#cms-section-3167435044 .text-bg .img-bg { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-size: cover; background-position: center; z-index: 1; background-repeat: no-repeat; transition: background-image linear var(--animation-duration); -webkit-transition: background-image linear var(--animation-duration); background-attachment: scroll;}#cms-section-3167435044 .text-bg:after { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; background-color: #e3966d; background-image: linear-gradient(-90deg, #e3966d, #db7742); background-image: -webkit-linear-gradient(-90deg, #e3966d, #db7742); opacity: 0.5;}#cms-section-3167435044 .text-bg .cms-lazyloader { filter: blur(4px); -webkit-filter: blur(4px); transform: scale(1.05); -webkit-transform: scale(1.05);}#cms-section-3167435044 .align-content { display: flex; align-items: center; justify-content: center; padding-top: 32px; padding-bottom: 32px;}#cms-section-3167435044 .align-content .btns { justify-content: center; align-items: center;}#cms-section-3167435044 .content-left { justify-content: flex-start;}#cms-section-3167435044 .content-right { justify-content: flex-end;}#cms-section-3167435044 .content { max-width: 750px; display: inline-block; width: 100%; z-index: 2; position: relative; perspective: 480px;}#cms-section-3167435044 .txt { position: relative; transform-style: preserve-3d; transform: translate3d(0px, 0px, 0px) rotateX(0deg); -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg); 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);}#cms-section-3167435044 .txt p { color: #f9f9fb;}#cms-section-3167435044 .txt h1, #cms-section-3167435044 .txt h2, #cms-section-3167435044 .txt h3, #cms-section-3167435044 .txt h4, #cms-section-3167435044 .txt h5, #cms-section-3167435044 .txt h6 { color: #f9f9fb;}#cms-section-3167435044 h2 { color: var(--heading-font-color);}#cms-section-3167435044 .text-left p, #cms-section-3167435044 .text-left h1, #cms-section-3167435044 .text-left h2, #cms-section-3167435044 .text-left h3, #cms-section-3167435044 .text-left h4, #cms-section-3167435044 .text-left h5, #cms-section-3167435044 .text-left h6 { text-align: left;}#cms-section-3167435044 .text-left .btns { justify-content: flex-start;}#cms-section-3167435044 .text-center p, #cms-section-3167435044 .text-center h1, #cms-section-3167435044 .text-center h2, #cms-section-3167435044 .text-center h3, #cms-section-3167435044 .text-center h4, #cms-section-3167435044 .text-center h5, #cms-section-3167435044 .text-center h6 { text-align: center;}#cms-section-3167435044 .text-center .btns { justify-content: center;}#cms-section-3167435044 .text-right p, #cms-section-3167435044 .text-right h1, #cms-section-3167435044 .text-right h2, #cms-section-3167435044 .text-right h3, #cms-section-3167435044 .text-right h4, #cms-section-3167435044 .text-right h5, #cms-section-3167435044 .text-right h6 { text-align: right;}#cms-section-3167435044 .text-right .btns { justify-content: flex-end;}#cms-section-3167435044 .button { margin: 17px 0 0 0; display: inline-block; position: relative; transform: translate3d(0px, 0px, 0px) rotateX(0deg); -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg); opacity: 1; 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);}#cms-section-3167435044 .button a { display: inline-block; text-align: center; line-height: 1.5em; height: 100%; padding: 9px 27px; box-sizing: border-box; position: relative; text-transform: var(--button-font-transform); overflow: hidden; z-index: 3; position: relative; 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); transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); opacity: 1;}#cms-section-3167435044 .button a p { margin: 0; padding: 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-3167435044 .button 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; -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; inset: 0; padding: 4px; box-sizing: border-box;}#cms-section-3167435044 .info-text { opacity: 1; transform-style: preserve-3d; transform: translate3d(0px, 0px, 0px) rotateX(0deg); -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg); 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);}#cms-section-3167435044 .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: 13px 0 0 0; position: relative; display: flex; align-items: center; justify-items: center; height: 100%; padding: 10px 47px 10px 27px; box-sizing: border-box;}#cms-section-3167435044 .info-text a svg { width: 24px; height: 24px; position: absolute; 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: 12px; left: calc(100% - 24px); background: none; stroke: none; fill: var(--button-font-color);}#cms-section-3167435044 .info-text a:hover svg { transform: translate3d(8px, 0px, 0px); -webkit-transform: translate3d(8px, 0px, 0px);}#cms-section-3167435044 .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);}#cms-section-3167435044 .btns { display: flex;}#cms-section-3167435044 .btns div:nth-child(2) { margin-left: 30px;}#cms-section-3167435044 .curved-btn a { border-radius: 25px; -webkit-border-radius: 25px; min-width: 200px;}#cms-section-3167435044 .curved-btn a:before { border-radius: 25px; -webkit-border-radius: 25px;}#cms-section-3167435044 .border-box a { border-radius: 0px; -webkit-border-radius: 0px; min-width: 200px;}#cms-section-3167435044 .border-box a:before { border-radius: 0px; -webkit-border-radius: 0px;}#cms-section-3167435044 .solid-box a { border-radius: 0px; -webkit-border-radius: 0px; min-width: 200px;}#cms-section-3167435044 .solid-box a:before { -webkit-mask: none; mask: none;}#cms-section-3167435044 .cms-animation { opacity: 0; transform: translate3d(0px, 30px, 10px) rotateX(-5deg); -webkit-transform: translate3d(0px, 30px, 10px) rotateX(-5deg);}#cms-section-3167435044 .cms-section-sides-buffer.full-width { padding-left: 0; padding-right: 0; max-width: unset;}#cms-section-3167435044 .cms-section-sides-buffer { padding-top: 0; padding-bottom: 0;}@media (max-width: 800px) { #cms-section-3167435044 .cms-section-sides-buffer { padding-top: 0; padding-bottom: 0; } #cms-section-3167435044 .btns { display: inline-block; width: 100%; } #cms-section-3167435044 .btns .button { width: 100%; } #cms-section-3167435044 .btns div:nth-child(2) { margin-left: 0; } #cms-section-3167435044 .info-text { display: inline-block; left: -12px; } #cms-section-3167435044 .text-left .btns { text-align: left; } #cms-section-3167435044 .text-center .btns { text-align: center; } #cms-section-3167435044 .text-right .btns { text-align: right; } #cms-section-3167435044 .text-bg .img-bg { background-attachment: scroll; }}@media (max-width: 480px) { #cms-section-3167435044 .cms-section-sides-buffer { padding-top: 0; padding-bottom: 0; } #cms-section-3167435044 .button a { width: 100%; } #cms-section-3167435044 .text-left .btns { text-align: center; } #cms-section-3167435044 .text-right .btns { text-align: center; }}#cms-section-1294671940 .section-bg { background-color: #f9f9fb; overflow: hidden;}#cms-section-1294671940 .btn-holder { overflow-x: hidden; position: relative;}#cms-section-1294671940 .btn-holder ul { padding: 0; margin: 0; list-style: none; display: flex; position: relative;}#cms-section-1294671940 .btn-holder li { min-width: 196px; position: relative; display: flex; justify-content: flex-start; 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: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); opacity: 1;}#cms-section-1294671940 .btn-holder button { position: relative; padding: 0; border: none; background: none; display: flex; flex-direction: column;}#cms-section-1294671940 .btn-holder button:hover { cursor: pointer;}#cms-section-1294671940 .btn-holder p { font-family: var(--subheading-font-family); font-size: var(--heading-3-font-size); text-transform: var(--subheading-font-transform); font-weight: var(--subheading-font-weight); white-space: nowrap; margin: 1rem auto 0.5rem auto; transition: color 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);}#cms-section-1294671940 .btn-holder img { height: 48px;}#cms-section-1294671940 .btn-holder .active-btn { position: absolute; bottom: 0; left: 0; width: 100%; opacity: 0; height: 2px; transition: opacity 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);}#cms-section-1294671940 .cms-animation.tab-btn { opacity: 0; transform: translate3d(0px, 40px, 0px); -webkit-transform: translate3d(0px, 40px, 0px);}#cms-section-1294671940 .carousel { transition: left var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: left var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-1294671940 .more-btns { position: absolute; transform: translate(0px, -50%); -webkit-transform: translate(0px, -50%); width: 40px; height: 100%; top: 50%; background-color: #f9f9fb; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15); display: none; align-items: center; justify-content: center; opacity: 0.7; 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-1294671940 .more-btns svg { fill: var(--body-font-color); stroke: none; background-color: #f9f9fb; width: 24px;}#cms-section-1294671940 .more-btns:hover { opacity: 1; cursor: pointer; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);}#cms-section-1294671940 .btn-left { left: 0;}#cms-section-1294671940 .btn-left svg { transform: rotate(90deg); -webkit-transform: rotate(90deg);}#cms-section-1294671940 .btn-right { right: 0;}#cms-section-1294671940 .btn-right svg { transform: rotate(-90deg); -webkit-transform: rotate(-90deg);}#cms-section-1294671940 .service-content { padding: 3rem 0 2rem 0; box-sizing: content-box; min-height: 100px; height: 100px; transition: min-height var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: min-height var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-1294671940 .service-content ul { padding: 0; margin: 0; list-style: none; position: relative;}#cms-section-1294671940 .service-content li p { color: var(--body-font-color);}#cms-section-1294671940 .service-content .content-box { display: flex;}#cms-section-1294671940 .service-content .intro { flex: 0 0 50%;}#cms-section-1294671940 .service-content .intro h1, #cms-section-1294671940 .service-content .intro h2, #cms-section-1294671940 .service-content .intro h3, #cms-section-1294671940 .service-content .intro h4, #cms-section-1294671940 .service-content .intro h5, #cms-section-1294671940 .service-content .intro h6, #cms-section-1294671940 .service-content .intro p { text-align: left;}#cms-section-1294671940 .service-content .more-info { flex: 0 0 50%; padding-left: 4rem; box-sizing: border-box;}#cms-section-1294671940 .service-content .more-info h1, #cms-section-1294671940 .service-content .more-info h2, #cms-section-1294671940 .service-content .more-info h3, #cms-section-1294671940 .service-content .more-info h4, #cms-section-1294671940 .service-content .more-info h5, #cms-section-1294671940 .service-content .more-info h6, #cms-section-1294671940 .service-content .more-info p { text-align: left;}#cms-section-1294671940 .service-content .more-info ul { list-style: disc;}#cms-section-1294671940 .service-content .more-info li { text-align: left; padding: 0.7rem 0; border-bottom: 0.7px solid var(--body-font-color);}#cms-section-1294671940 .service-content .info-container { display: none; position: absolute;}#cms-section-1294671940 .service-content .intro { opacity: 0; transform: translate3d(-40px, 0px, 0px); -webkit-transform: translate3d(-40px, 0px, 0px); 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-1294671940 .service-content .more-info { opacity: 0; transform: translate3d(0px, 40px, 0px); -webkit-transform: translate3d(0px, 40px, 0px); 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); transition-delay: var(--animation-duration); -webkit-transition-delay: var(--animation-duration);}#cms-section-1294671940 .service-content .active-info .intro, #cms-section-1294671940 .service-content .active-info .more-info { opacity: 1; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px);}#cms-section-1294671940 .bg-heading { font-family: var(--heading-font-family); font-size: 104px; text-transform: var(--heading-font-transform); letter-spacing: var(--heading-font-letterspacing); font-weight: var(--heading-font-weight); white-space: nowrap; transform: translate3d(-80px, 0px, 0px); -webkit-transform: translate3d(-80px, 0px, 0px); 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); color: var(--body-font-color); opacity: 0; position: absolute; top: 0%; z-index: 1; left: 25%;}#cms-section-1294671940 .active-info .bg-heading { opacity: 0.05; transform: translate3d(80px, 0px, 0px); -webkit-transform: translate3d(80px, 0px, 0px);}#cms-section-1294671940 .cta-btn { text-align: left; margin-top: 2rem;}#cms-section-1294671940 .cta-btn a { display: inline-block; 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); display: inline-block; padding: 12px 37px; color: #f9f9fb; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15); 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), box-shadow 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), box-shadow var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-1294671940 .cta-btn a:hover { opacity: 0.9; box-shadow: 0 16px 32px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.15); transform: translate3d(0px, 1px, 0px); -webkit-transform: translate3d(0px, 1px, 0px);}#cms-section-1294671940 .info-link { text-align: left; margin-top: 2rem;}#cms-section-1294671940 .info-link a { 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); position: relative; padding-right: 1.8rem;}#cms-section-1294671940 .info-link a svg { position: absolute; height: 65%; right: 0; top: 50%; fill: var(--body-font-color); stroke: none; background-color: #f9f9fb; transform: translate(0px, -50%); -webkit-transform: translate(0px, -50%); 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-1294671940 .info-link a:hover svg { transform: translate(4px, -50%); -webkit-transform: translate(4px, -50%);}#cms-section-1294671940 .cms-animation .active-info .intro { opacity: 0; transform: translate3d(-40px, 0px, 0px); -webkit-transform: translate3d(-40px, 0px, 0px);}#cms-section-1294671940 .cms-animation .active-info .more-info { opacity: 0; transform: translate3d(0px, 40px, 0px); -webkit-transform: translate3d(0px, 40px, 0px);}@media (max-width: 480px) { #cms-section-1294671940 .btn-holder p { font-size: 16px; } #cms-section-1294671940 .service-content .content-box { display: block; } #cms-section-1294671940 .service-content { padding: 1rem 0; } #cms-section-1294671940 .service-content .more-info { padding: 0; margin: 2rem 0 0 0; } #cms-section-1294671940 .service-content .more-info ul { margin: 0 0 0 16px; } #cms-section-1294671940 .btn-holder li { min-width: 120px; } #cms-section-1294671940 .btn-holder img { height: 48px; }}#cms-section-6469589856 .section-bg { background-color: rgba(0, 0, 0, 0);}#cms-section-6469589856 .txt { display: inline-block;}#cms-section-6469589856 .txt h1, #cms-section-6469589856 .txt h2, #cms-section-6469589856 .txt h3, #cms-section-6469589856 .txt h4, #cms-section-6469589856 .txt h5, #cms-section-6469589856 .txt h6, #cms-section-6469589856 .txt p { text-align: left;}#cms-section-6469589856 .txt b, #cms-section-6469589856 .txt span { color: #e3966d;}#cms-section-6469589856 .flex-box { display: flex;}#cms-section-6469589856 .headline { padding-right: 2rem; box-sizing: border-box; flex: 0 0 55%; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); opacity: 1; transition: transform var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1), opacity 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), opacity var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1);}#cms-section-6469589856 .media-box { flex: 0 1 100%; display: flex;}#cms-section-6469589856 .img-one { flex: 0 1 100%;}#cms-section-6469589856 .img-box { flex: 0 0 50%; padding: 8px; box-sizing: border-box; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); opacity: 1; transition: transform var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1), opacity 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), opacity var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1);}#cms-section-6469589856 .img { position: relative; border-radius: 8px; -webkit-border-radius: 8px; overflow: hidden; border: 0.5px solid #e3966d; line-height: 0; box-sizing: border-box;}#cms-section-6469589856 .img img { max-width: 100%; width: 100%; aspect-ratio: 0.75; object-fit: cover; filter: brightness(0.7); -webkit-filter: brightness(0.7);}#cms-section-6469589856 .img p { position: absolute; bottom: 8px; left: 16px; text-align: left; color: #ffffff;}#cms-section-6469589856 .img-one { flex: 0 1 100%;}#cms-section-6469589856 .cta-btn { margin-top: 32px; text-align: left;}#cms-section-6469589856 .cta-btn a { display: inline-block; padding: 12px 40px; border-radius: 4px; -webkit-border-radius: 4px; 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); -webkit-transition: background-color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-6469589856 .cta-btn a:hover { background-color: var(--button-primary-hover-color);}#cms-section-6469589856 .content-left { text-align: left;}#cms-section-6469589856 .content-center { text-align: center;}#cms-section-6469589856 .content-right { text-align: right;}#cms-section-6469589856 .imgs-first .media-box { order: 1;}#cms-section-6469589856 .imgs-first .headline { order: 2; padding: 0; padding-left: 2rem;}#cms-section-6469589856 .cms-animation.headline { transform: translate(-40px, 0px); -webkit-transform: translate(-40px, 0px); opacity: 0;}#cms-section-6469589856 .cms-animation.img-box { transform: translate(0px, -40px); -webkit-transform: translate(0px, -40px); opacity: 0;}@media (max-width: 800px) { #cms-section-6469589856 .flex-box { display: block; } #cms-section-6469589856 .media-box { margin-top: var(--tablet-section-spacing); width: calc(100% + 16px); position: relative; left: -8px; } #cms-section-6469589856 .headline { padding: 0; } #cms-section-6469589856 .imgs-first .headline { padding: 0; } #cms-section-6469589856 .imgs-first-devices { display: flex; flex-direction: column; } #cms-section-6469589856 .imgs-first-devices .media-box { order: 1; margin: 0; margin-bottom: var(--tablet-section-spacing); } #cms-section-6469589856 .imgs-first-devices .headline { order: 2; }}@media (max-width: 480px) { #cms-section-6469589856 .media-box { margin-top: var(--mobile-section-spacing); } #cms-section-6469589856 .cta-btn a { width: 100%; box-sizing: border-box; text-align: center; }}@keyframes scrollWords-2230798794 { 0% { transform: translateX(0%); } 100% { transform: translateX(-100%); }}@keyframes scrollClone-2230798794 { 0% { transform: translateX(-100%); } 100% { transform: translateX(0%); }}#cms-section-2230798794 .container { overflow: hidden; display: flex;}#cms-section-2230798794 .cms-section-full-buffer { padding-bottom: 0;}#cms-section-2230798794 .heading { padding: 0 var(--desktop-gutter-size); margin-bottom: var(--desktop-section-spacing); display: inline-block; width: 100%; box-sizing: border-box;}#cms-section-2230798794 .heading .txt { max-width: 800px;}#cms-section-2230798794 .content-left { margin: 0 auto; margin-left: 0;}#cms-section-2230798794 .content-center { margin: 0 auto;}#cms-section-2230798794 .content-right { margin: 0 auto; margin-right: 0;}#cms-section-2230798794 .txt-left { text-align: left;}#cms-section-2230798794 .txt-center { text-align: center;}#cms-section-2230798794 .txt-right { text-align: right;}#cms-section-2230798794 .item { display: inline-block; border-width: 1.5px; border-radius: 50px; border-style: solid; margin: 0px 24px;}#cms-section-2230798794 .item h3 { display: inline-block; padding: 8px 24px 8px 24px; margin: 0;}#cms-section-2230798794 .track { white-space: nowrap; box-sizing: border-box; display: flex; /* Ensure the words align horizontally */ animation: scrollWords-2230798794 linear infinite; -webkit-animation: scrollWords-2230798794 linear infinite; animation-duration: 62s; /* Adjust speed by changing duration */ -webkit-animation-duration: 62s; /* Adjust speed by changing duration */}#cms-section-2230798794 .track .item:nth-child(1) { border-color: rgba(0, 0, 0, 0);}#cms-section-2230798794 .track .item:nth-child(2) { border-color: rgba(0, 0, 0, 0);}#cms-section-2230798794 .track .item:nth-child(3) { border-color: rgba(0, 0, 0, 0);}#cms-section-2230798794 .track .item:nth-child(4) { border-color: rgba(0, 0, 0, 0);}#cms-section-2230798794 .track .item:nth-child(5) { border-color: rgba(0, 0, 0, 0);}@media (max-width: 800px) { #cms-section-2230798794 .heading { padding: 0 var(--tablet-gutter-size); margin-bottom: var(--tablet-section-spacing); }}@media (max-width: 480px) { #cms-section-2230798794 .heading { padding: 0 var(--mobile-gutter-size); margin-bottom: var(--mobile-section-spacing); }}#cms-section-6596030016 .section-bg { background-color: #ffffff;}#cms-section-6596030016 .headline { margin-bottom: 2rem;}#cms-section-6596030016 .txt { max-width: 720px; display: inline-block;}#cms-section-6596030016 .txt h1, #cms-section-6596030016 .txt h2, #cms-section-6596030016 .txt h3, #cms-section-6596030016 .txt h4, #cms-section-6596030016 .txt h5, #cms-section-6596030016 .txt h6, #cms-section-6596030016 .txt p { text-align: center;}#cms-section-6596030016 .txt b, #cms-section-6596030016 .txt span { color: #f0a875;}#cms-section-6596030016 .content-left { text-align: left;}#cms-section-6596030016 .content-center { text-align: center;}#cms-section-6596030016 .content-right { text-align: right;}#cms-section-6596030016 .container { overflow: hidden; position: relative;}#cms-section-6596030016 .testimony-parent ul { list-style: none; padding: 0; margin: 0; display: flex;}#cms-section-6596030016 .testimony-parent ul li { flex: 0 0 100%;}#cms-section-6596030016 .item-box { text-align: center; display: flex; flex-direction: column; align-items: center;}#cms-section-6596030016 .content { max-width: 650px; margin-bottom: 2rem; flex: 0 1 100%;}#cms-section-6596030016 .content p { text-align: -webkit-center;}#cms-section-6596030016 .customer-box { display: flex; align-items: center; justify-content: center;}#cms-section-6596030016 .img { width: 140px; height: 140px; flex: 0 0 140px; overflow: hidden; border-radius: 50%; -webkit-border-radius: 50%; border: 0.5px solid #c6cfe2;}#cms-section-6596030016 .img img { width: 100%;}#cms-section-6596030016 .nav-btn { position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 32px; height: 68px; display: flex; align-items: center; justify-content: center;}#cms-section-6596030016 .nav-btn svg { width: 24px; background-color: unset;}#cms-section-6596030016 .nav-btn:hover { cursor: pointer;}#cms-section-6596030016 .hide-btn { display: none;}#cms-section-6596030016 .stars { margin-bottom: 0.5rem; display: flex; align-items: center; justify-content: center;}#cms-section-6596030016 .stars svg { background-color: unset; fill: rgba(0, 0, 0, 0); width: 24px; margin: 0 4px;}#cms-section-6596030016 .no-style svg { fill: #647687;}#cms-section-6596030016 .round-btn { border: 1px solid #647687; width: 60px; height: 60px; border-radius: 50%; -webkit-border-radius: 50%;}#cms-section-6596030016 .round-btn svg { fill: #647687; width: 12px;}#cms-section-6596030016 .rec-btn-out { border: 1px solid #647687; width: 40px; height: 68px; border-radius: 4px; -webkit-border-radius: 4px;}#cms-section-6596030016 .rec-btn-out svg { fill: #647687; width: 12px;}#cms-section-6596030016 .solid-round-btn { background-color: #647687; width: 60px; height: 60px; border-radius: 50%; -webkit-border-radius: 50%;}#cms-section-6596030016 .solid-round-btn svg { fill: var(--website-bg-color); width: 12px;}#cms-section-6596030016 .solid-rec-btn { background-color: #647687; width: 40px; height: 68px; border-radius: 4px; -webkit-border-radius: 4px;}#cms-section-6596030016 .solid-rec-btn svg { fill: var(--website-bg-color); width: 12px;}#cms-section-6596030016 .not-active-btn { opacity: 0;}#cms-section-6596030016 .left-btn { left: 0;}#cms-section-6596030016 .right-btn { right: 0;}#cms-section-6596030016 .details { margin-left: 2rem;}#cms-section-6596030016 .details p { text-align: left;}#cms-section-6596030016 .navbar { display: block; text-align: center; margin: 0px auto; padding: 16px 0 0 0;}#cms-section-6596030016 .nav-item { border-radius: 50%; -webkit-border-radius: 50%; border: 1px solid #647687; width: 7px; height: 7px; display: inline-block; margin: 0 8px; transition: background-color var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1); -webkit-transition: background-color var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1);}#cms-section-6596030016 .nav-active { background-color: #647687;}@media (max-width: 800px) { #cms-section-6596030016 .nav-btn { display: none; }}#cms-section-1376184642 .section-bg { background-color: rgba(0, 0, 0, 0); overflow: hidden;}#cms-section-1376184642 .cms-section-full-buffer { padding-right: 0;}#cms-section-1376184642 .txt { display: inline-block;}#cms-section-1376184642 .txt h1, #cms-section-1376184642 .txt h2, #cms-section-1376184642 .txt h3, #cms-section-1376184642 .txt h4, #cms-section-1376184642 .txt h5, #cms-section-1376184642 .txt h6, #cms-section-1376184642 .txt p { text-align: left;}#cms-section-1376184642 .txt b, #cms-section-1376184642 .txt span { color: #e3966d;}#cms-section-1376184642 .flex-box { display: flex; align-items: self-start; justify-content: center;}#cms-section-1376184642 .headline { flex: 0 0 30%; position: relative; padding-right: 40px; box-sizing: border-box;}#cms-section-1376184642 .blog-container { flex: 0 1 100%; overflow: hidden;}#cms-section-1376184642 .list { display: flex; list-style: none; padding: 0; margin: 0; box-sizing: border-box;}#cms-section-1376184642 .list-item { flex: 0 0 30%; padding-right: 24px; box-sizing: border-box;}#cms-section-1376184642 article { width: 100%; box-sizing: border-box;}#cms-section-1376184642 article a { display: inline-block; width: 100%; box-sizing: border-box;}#cms-section-1376184642 .not-active-btn { opacity: 0.3;}#cms-section-1376184642 .img-box { width: 100%; line-height: 0; box-sizing: border-box;}#cms-section-1376184642 .img-box img { width: 100%; border: none; line-height: 0; user-drag: none; -webkit-user-drag: none; -moz-user-drag: none; -o-user-drag: none; -ms-user-drag: none; user-select: none; box-sizing: border-box;}#cms-section-1376184642 .details h4, #cms-section-1376184642 .details h6 { text-align: left;}#cms-section-1376184642 .nav-ctrls { display: flex; justify-content: flex-start; margin-top: 48px;}#cms-section-1376184642 .left-btn { margin-right: 40px;}#cms-section-1376184642 .nav-btn { position: relative; width: 32px; height: 68px; display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; border-radius: 50%; -webkit-border-radius: 50%; border: 1px solid #647687;}#cms-section-1376184642 .nav-btn svg { background-color: unset; width: 12px;}#cms-section-1376184642 .nav-btn svg { fill: #647687;}#cms-section-1376184642 .nav-btn:hover { cursor: pointer;}#cms-section-1376184642 .hide-btn { display: none;}#cms-section-1376184642 .navbar { display: block; text-align: center; margin: 0px auto; padding: 16px 0 0 0;}#cms-section-1376184642 .nav-item { border-radius: 50%; -webkit-border-radius: 50%; border: 1px solid #647687; width: 7px; height: 7px; display: inline-block; margin: 0 8px; transition: background-color var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1); -webkit-transition: background-color var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1);}#cms-section-1376184642 .nav-active { background-color: #647687;}@media (max-width: 800px) { #cms-section-1376184642 .headline { flex: 0 0 50%; } #cms-section-1376184642 .list-item { flex: 0 0 75%; }}@media (max-width: 480px) { #cms-section-1376184642 .flex-box { display: block; } #cms-section-1376184642 .nav-ctrls { margin: 24px 0; justify-content: flex-start; }}#cms-section-6559553745 .flex-buffer { display: flex;}#cms-section-6559553745 .content { flex: 0 1 50%; margin-right: 3rem; 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); transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); opacity: 1;}#cms-section-6559553745 .content ul { display: block; list-style: none; padding: 0; margin: 0;}#cms-section-6559553745 .content li { position: relative; padding-left: 2.5rem; margin-top: 12px;}#cms-section-6559553745 .content svg { fill: #00942a;}#cms-section-6559553745 .content 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: #00942a; background-color: #00942a;}#cms-section-6559553745 .txt-left { text-align: left;}#cms-section-6559553745 .txt-left h1, #cms-section-6559553745 .txt-left h2, #cms-section-6559553745 .txt-left h3, #cms-section-6559553745 .txt-left h4, #cms-section-6559553745 .txt-left h5, #cms-section-6559553745 .txt-left h6, #cms-section-6559553745 .txt-left a, #cms-section-6559553745 .txt-left p { text-align: left;}#cms-section-6559553745 .txt-center { text-align: center;}#cms-section-6559553745 .txt-center h1, #cms-section-6559553745 .txt-center h2, #cms-section-6559553745 .txt-center h3, #cms-section-6559553745 .txt-center h4, #cms-section-6559553745 .txt-center h5, #cms-section-6559553745 .txt-center h6, #cms-section-6559553745 .txt-center a, #cms-section-6559553745 .txt-center p { text-align: center;}#cms-section-6559553745 .txt-right { text-align: right;}#cms-section-6559553745 .txt-right h1, #cms-section-6559553745 .txt-right h2, #cms-section-6559553745 .txt-right h3, #cms-section-6559553745 .txt-right h4, #cms-section-6559553745 .txt-right h5, #cms-section-6559553745 .txt-right h6, #cms-section-6559553745 .txt-right a, #cms-section-6559553745 .txt-right p { text-align: right;}#cms-section-6559553745 b, #cms-section-6559553745 span { color: #2d9bdb;}#cms-section-6559553745 .step-bg { flex: 0 0 50%; position: relative;}#cms-section-6559553745 .step-bg ul { padding: 0; margin: 0; list-style: none; position: relative;}#cms-section-6559553745 .step-bg li { padding-bottom: 16px; position: relative;}#cms-section-6559553745 .step-bg li:before { content: ""; position: absolute; top: 0; left: 25px; height: 100%; width: 0px; border-right: 2px solid #2d9bdb; z-index: 1;}#cms-section-6559553745 .step-bg li:nth-child(1) .step-content { transition-delay: 0ms; -webkit-transition-delay: 0ms;}#cms-section-6559553745 .step-bg li:nth-child(2) .step-content { transition-delay: 500ms; -webkit-transition-delay: 500ms;}#cms-section-6559553745 .step-bg li:nth-child(3) .step-content { transition-delay: 1000ms; -webkit-transition-delay: 1000ms;}#cms-section-6559553745 .step-bg li:nth-child(4) .step-content { transition-delay: 1500ms; -webkit-transition-delay: 1500ms;}#cms-section-6559553745 .step-bg li:nth-child(5) .step-content { transition-delay: 2000ms; -webkit-transition-delay: 2000ms;}#cms-section-6559553745 .step-bg li:nth-child(6) .step-content { transition-delay: 2500ms; -webkit-transition-delay: 2500ms;}#cms-section-6559553745 .step-bg li:nth-child(7) .step-content { transition-delay: 3000ms; -webkit-transition-delay: 3000ms;}#cms-section-6559553745 .step-bg li:nth-child(8) .step-content { transition-delay: 3500ms; -webkit-transition-delay: 3500ms;}#cms-section-6559553745 .step-bg li:nth-child(9) .step-content { transition-delay: 4000ms; -webkit-transition-delay: 4000ms;}#cms-section-6559553745 .step-bg li:nth-child(10) .step-content { transition-delay: 4500ms; -webkit-transition-delay: 4500ms;}#cms-section-6559553745 .step-bg li:first-child:before { top: 50%; height: 50%;}#cms-section-6559553745 .step-bg li:last-child { padding-bottom: 0;}#cms-section-6559553745 .step-bg li:last-child:before { height: 50%;}#cms-section-6559553745 .step-box { display: flex; align-items: center;}#cms-section-6559553745 .step-num { position: relative; z-index: 2; flex: 0 0 48px; height: 48px; background-color: #f9f9fb; display: flex; align-items: center; justify-content: center; border: 2px solid #2d9bdb; border-radius: 64px; -webkit-border-radius: 64px; box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.15);}#cms-section-6559553745 .step-num .h3 { font-weight: 500; margin: 0; padding: 0;}#cms-section-6559553745 .step-content { display: flex; justify-content: flex-start; margin-left: 3rem; 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); align-items: center; padding: 16px; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); opacity: 1; box-sizing: border-box; background-color: #ffffff; border: 0.5px solid #2d9bdb; flex: 0 1 100%; border-radius: 4px; -webkit-border-radius: 4px; box-shadow: -16px 0 16px rgba(0, 0, 0, 0.05); -webkit-box-shadow: -16px 0 16px rgba(0, 0, 0, 0.05);}#cms-section-6559553745 .icon { flex: 0 0 48px; margin-right: 1.5rem;}#cms-section-6559553745 .bg-image { position: absolute; top: 0; left: calc(50% + 120px); width: calc(50% - 120px); height: 100%; background-size: cover; background-repeat: no-repeat;}#cms-section-6559553745 .section-bg { position: relative;}#cms-section-6559553745 .cms-animation.content { transform: translate(0px, -40px); -webkit-transform: translate(0px, -40px); opacity: 0;}#cms-section-6559553745 .cms-animation.step-content { transform: translate(-40px, 0px); -webkit-transform: translate(-40px, 0px); opacity: 0;}#cms-section-6559553745 .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-6559553745 .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-6559553745 .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-6559553745 .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-6559553745 .step-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-6559553745 .step-btn:hover { background-color: var(--button-primary-hover-color);}#cms-section-6559553745 .step-btn:hover .arrow { transform: translate(16px, -16px); -webkit-transform: translate(16px, -16px);}#cms-section-6559553745 .solid-round-btn { border-radius: 45px; -webkit-border-radius: 45px;}#cms-section-6559553745 .border-btn { background-color: unset; padding: 14px 72px 14px 24px; border: 2px solid var(--button-primary-color); color: var(--button-primary-color);}#cms-section-6559553745 .border-btn .arrow { background-color: var(--button-primary-color);}#cms-section-6559553745 .border-btn .arrow:before { background-color: var(--button-font-color);}#cms-section-6559553745 .border-btn .arrow:after { background-color: var(--button-font-color);}#cms-section-6559553745 .border-btn:hover { background-color: unset; color: var(--button-primary-hover-color); border: 2px solid var(--button-primary-hover-color);}#cms-section-6559553745 .border-btn:hover .arrow { background-color: var(--button-primary-hover-color);}#cms-section-6559553745 .border-rounded { border-radius: 45px; -webkit-border-radius: 45px;}@media (max-width: 800px) { #cms-section-6559553745 .flex-buffer { display: block; } #cms-section-6559553745 .step-content { margin-left: 2rem; } #cms-section-6559553745 .content { margin-right: 0; margin-bottom: var(--tablet-section-spacing); } #cms-section-6559553745 .txt { text-align: left; } #cms-section-6559553745 .bg-image { display: none; }}@media (max-width: 480px) { #cms-section-6559553745 .content { margin-bottom: var(--mobile-section-spacing); } #cms-section-6559553745 .step-num { display: none; } #cms-section-6559553745 .step-content { margin-left: 0; } #cms-section-6559553745 .step-bg li:before { display: none; } #cms-section-6559553745 .step-bg li:after { display: none; } #cms-section-6559553745 .step-btn { margin-bottom: var(--mobile-section-spacing); }}