@keyframes zoomInOut { 0% { transform: scale(1) translateX(0); -webkit-transform: scale(1) translateX(0); opacity: 1; } 25% { transform: scale(1.1) translateX(-15px); -webkit-transform: scale(1.1) translateX(-15px); opacity: 0.9; } 50% { transform: scale(1.2) translateX(0); -webkit-transform: scale(1.2) translateX(0); opacity: 0.8; } 75% { transform: scale(1.1) translateX(15px); -webkit-transform: scale(1.1) translateX(15px); opacity: 0.9; } 100% { transform: scale(1) translateX(0); -webkit-transform: scale(1) translateX(0); opacity: 1; }}#cms-section-header header { position: relative; top: 0; left: 0; width: 100%;}#cms-section-header .header-bg { height: 100vh; display: flex; flex-direction: column;}#cms-section-header .no-slides { height: auto;}#cms-section-header .loading-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #c9e8f7; z-index: 10000; transition: opacity 300ms ease-out; -webkit-transition: opacity 300ms ease-out;}#cms-section-header .page-loaded { opacity: 0;}#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 .nav-header-bar-flex { position: relative; display: flex; align-items: center; justify-content: center; max-width: var(--desktop-max-width); margin: 0 auto; padding: 0 var(--desktop-gutter-size);}#cms-section-header .nav-header-bar { position: relative; display: inline-block; width: 100%; z-index: 100; 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); background-color: rgba(0, 0, 0, 0);}#cms-section-header .sticky-logo { display: none;}#cms-section-header .first-logo { display: block;}#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); background-color: #54bad1;}#cms-section-header .header-static .menu-bar ul li a { color: #ffffff;}#cms-section-header .header-static .toggle-menu p { color: #ffffff;}#cms-section-header .header-static .hamburger .ham-bar { background-color: #ffffff;}#cms-section-header .header-static .hamburger:before { background-color: #ffffff;}#cms-section-header .header-static .hamburger:after { background-color: #ffffff;}#cms-section-header .header-static .sticky-logo { display: block;}#cms-section-header .header-static .first-logo { display: none;}#cms-section-header .nav-header-bar-shell { position: absolute; top: 0; left: 0; width: 100%; display: block;}#cms-section-header .logo-header { height: 52px; padding: 8px 0;}#cms-section-header .logo-header h1 { color: var(--primary-color); white-space: nowrap;}#cms-section-header .logo-header img { height: 100%;}#cms-section-header .logo-header a { display: block; position: relative; height: 100%;}#cms-section-header .navtop-block { flex: 0 1 100%;}#cms-section-header .menu-bar { margin: 0; flex: 0 1 100%; justify-content: space-between; align-items: center; display: flex;}#cms-section-header .menu-bar ul { display: flex; list-style: none; margin: 0; padding: 0; height: 100%; padding: 0 32px; border-radius: 40px; webkit-border-radius: 40px;}#cms-section-header .menu-bar ul li { position: relative; padding: 14px 0;}#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; border: none; border-radius: 4px; webkit-border-radius: 4px; 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: rgba(27, 51, 59, 0.4); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); border: 0.5px solid #ffffff;}#cms-section-header .menu-bar ul li ul li { display: inline-block; padding: 0;}#cms-section-header .menu-bar ul li ul li a { margin: 12px 24px; 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 #ffde26; 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 24px; display: flex; height: 100%; align-items: center; justify-content: center; border-radius: 40px; -webkit-border-radius: 40px; overflow: hidden; color: #ffffff; 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: #ffde26; 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: #ffde26; cursor: pointer;}#cms-section-header .menu-bar ul li a:hover:before { opacity: 1; transform: translate(-10px, -3.5px) scale(1); -webkit-transform: translate(-10px, -3.5px) scale(1);}#cms-section-header .menu-bar ul li a:active { background-color: #fff;}#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%; display: inline-block; flex: 0 1 100%; display: flex; align-items: center; justify-content: center;}#cms-section-header .toggle-menu { margin: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;}#cms-section-header .toggle-menu:hover { cursor: pointer;}#cms-section-header .toggle-menu p { margin: 0; font-size: 14px; line-height: 1em; color: #ffffff;}#cms-section-header .hamburger { position: relative; width: 24px; height: 18px; display: block; margin: 4px 0 8px 0;}#cms-section-header .hamburger:before { content: ""; position: absolute; top: calc(50% - 1px); left: 0; width: 100%; height: 2px; background-color: #ffffff;}#cms-section-header .hamburger:after { content: ""; position: absolute; top: calc(100% - 2px); left: 0; width: 100%; height: 2px; background-color: #ffffff;}#cms-section-header .hamburger .ham-bar { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background-color: #ffffff;}#cms-section-header .menu-ctrls { display: flex; align-items: center; justify-content: center; flex: 0 0 auto;}#cms-section-header .btn-arrow { position: absolute; content: ""; top: 50%; right: 0px; height: 1px; width: 80px; background-color: #ffffff; transition: right var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: right var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .slide-btn { display: inline-block; position: relative; margin: 24px 0; padding: 16px 96px 16px 16px; overflow: hidden; color: #ffffff; 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), padding 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: 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), padding 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); border-radius: 45px; -webkit-border-radius: 45px;}#cms-section-header .slide-btn:before { content: ""; position: absolute; top: 0; z-index: -1; left: 0; min-width: 0%; opacity: 0.8; height: 100%; background-color: var(--primary-color); transition: min-width var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: min-width var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .slide-btn:after { content: ""; position: absolute; top: 0; z-index: -1; left: 0; aspect-ratio: 1; opacity: 0.8; height: 100%; border-radius: 45px; -webkit-border-radius: 45px; background-color: var(--primary-color); transition: min-width var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: min-width var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .slide-btn:hover { padding: 16px 120px 16px 16px;}#cms-section-header .slide-btn:hover .svg-icon { transform: translate(16px, -16px); -webkit-transform: translate(16px, -16px);}#cms-section-header .slide-btn:hover .svg-icon svg { fill: var(--button-primary-font-hover-color);}#cms-section-header .slide-btn:hover .btn-arrow { right: 24px;}#cms-section-header .slide-btn:hover:before { min-width: 100%;}#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 p, #cms-section-header .slide .slide-btn-holder { transform: translate(0px, 0px) scaleY(1); -webkit-transform: translate(0px, 0px) scaleY(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); opacity: 1;}#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 .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 .slideshow { position: relative; flex: 0 1 100%; width: 100%; margin: 0 auto; overflow: hidden;}#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 60%;}#cms-section-header .catch-phrase { display: block; text-align: left;}#cms-section-header .catch-phrase p { padding: 14px 16px; color: #ffffff !important; background-color: rgba(255, 255, 255, 0.1); display: inline-block; border-radius: 30px; margin-left: 0; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px); font-weight: 700;}#cms-section-header .slide:nth-child(1) h1, #cms-section-header .slide:nth-child(1) h2, #cms-section-header .slide:nth-child(1) h3, #cms-section-header .slide:nth-child(1) h4, #cms-section-header .slide:nth-child(1) h5, #cms-section-header .slide:nth-child(1) h6, #cms-section-header .slide:nth-child(1) p, #cms-section-header .slide:nth-child(1) .heading-ah1 { color: #ffffff;}#cms-section-header .slide:nth-child(1) b { color: #f2ecbf;}#cms-section-header .slide:nth-child(1) span { color: #f2ecbf;}#cms-section-header .slide:nth-child(1) .slide-btn:before { background-color: #00ccf5;}#cms-section-header .slide:nth-child(1) .slide-btn:after { background-color: #00ccf5;}#cms-section-header .slide:nth-child(2) h1, #cms-section-header .slide:nth-child(2) h2, #cms-section-header .slide:nth-child(2) h3, #cms-section-header .slide:nth-child(2) h4, #cms-section-header .slide:nth-child(2) h5, #cms-section-header .slide:nth-child(2) h6, #cms-section-header .slide:nth-child(2) p, #cms-section-header .slide:nth-child(2) .heading-ah1 { color: #f5fffa;}#cms-section-header .slide:nth-child(2) b { color: #00ccf5;}#cms-section-header .slide:nth-child(2) span { color: #00ccf5;}#cms-section-header .slide:nth-child(2) .bg-filter { background-color: #06192e; opacity: 0.3;}#cms-section-header .slide:nth-child(2) .slide-btn:before { background-color: #ffd025;}#cms-section-header .slide:nth-child(2) .slide-btn:after { background-color: #ffd025;}#cms-section-header .slide:nth-child(3) h1, #cms-section-header .slide:nth-child(3) h2, #cms-section-header .slide:nth-child(3) h3, #cms-section-header .slide:nth-child(3) h4, #cms-section-header .slide:nth-child(3) h5, #cms-section-header .slide:nth-child(3) h6, #cms-section-header .slide:nth-child(3) p, #cms-section-header .slide:nth-child(3) .heading-ah1 { color: #ffffff;}#cms-section-header .slide:nth-child(3) b { color: #ffd025;}#cms-section-header .slide:nth-child(3) span { color: #ffd025;}#cms-section-header .slide:nth-child(3) .bg-filter { background-color: #000000; opacity: 0.2;}#cms-section-header .slide:nth-child(3) .slide-btn:before { background-color: #1c7abd;}#cms-section-header .slide:nth-child(3) .slide-btn:after { background-color: #1c7abd;}#cms-section-header .bg-filter { position: absolute; z-index: 1; width: 100%; height: 100%; left: 0; top: 0;}#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-center { justify-content: center;}#cms-section-header .content-right { justify-content: flex-end;}#cms-section-header .content-middle { align-items: center;}#cms-section-header .blog-container { flex: 0 1 100%; overflow: hidden;}#cms-section-header .list { display: flex; list-style: none; padding: 0; margin: 0; box-sizing: border-box; height: 100%;}#cms-section-header .list-item { flex: 0 0 100%; box-sizing: border-box; position: relative;}#cms-section-header .not-active-btn { opacity: 0.3;}#cms-section-header .slide-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; transform: scale(1); -webkit-transform: scale(1); transition: background-image 300ms ease-in-out; -webkit-transition: background-image 300ms ease-in-out;}#cms-section-header .slide-active .slide-bg { animation: zoomInOut 30s ease-in-out infinite; -webkit-animation: zoomInOut 30s ease-in-out infinite;}#cms-section-header .nav-btn { position: relative; width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; border-radius: 50%; -webkit-border-radius: 50%; z-index: 2; margin: 0 8px;}#cms-section-header .nav-btn svg { background-color: unset; width: 8px;}#cms-section-header .nav-btn svg { fill: #ffffff;}#cms-section-header .nav-btn:hover { cursor: pointer;}#cms-section-header .social-media-bar { position: absolute; top: 50%; right: var(--desktop-gutter-size); width: 48px; transform: translateY(-50%); -webkit-transform: translateY(-50%); z-index: 5;}#cms-section-header .soc-icon { width: 48px; height: 48px; box-sizing: border-box; position: relative; background-color: rgba(255, 255, 255, 0.1); display: flex; align-items: center; justify-content: center; border-radius: 50%; -webkit-border-radius: 50%; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); margin-top: 8px; overflow: hidden;}#cms-section-header .soc-icon svg { fill: #ffffff; stroke: none; background: unset; height: 24px;}#cms-section-header .soc-icon:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; border-radius: 50%; -webkit-border-radius: 50%; width: 100%; height: 100%; transform: scale(0); -webkit-transform: scale(0); background-color: var(--primary-color); 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-header .soc-icon:hover:before { transform: scale(1); -webkit-transform: scale(1);}#cms-section-header .nav-ctrls-pos { position: absolute; bottom: 0; left: 0; text-align: center; width: 100%; display: inline-block;}#cms-section-header .nav-ctrls { display: flex; justify-content: flex-end; align-items: center; position: relative; bottom: 0; right: 0; margin: auto; padding: 32px var(--desktop-gutter-size); max-width: var(--desktop-max-width); height: auto; width: auto; z-index: 1;}#cms-section-header .hide-btn { display: none;}#cms-section-header .navbar { position: relative; z-index: 2; display: block; text-align: center;}#cms-section-header .nav-item { position: relative; border-radius: 50%; -webkit-border-radius: 50%; display: inline-block; margin: 0 8px; min-width: 24px; transition: min-width var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1); -webkit-transition: min-width var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1);}#cms-section-header .nav-item p { text-align: left; color: #ffffff; 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 .nav-item p:hover { cursor: pointer;}#cms-section-header .nav-item:before { position: absolute; top: 50%; right: 0; content: ""; height: 1px; width: calc(100% - 32px); background-color: #ffffff;}#cms-section-header .nav-active { min-width: 120px;}#cms-section-header .drawer-mob { position: fixed; width: 380px; max-width: 100vw; height: 100%; right: 0; top: 0; display: flex; flex-direction: column; 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:before { content: ""; width: 100%; height: 100%; top: 0; left: 0; position: absolute; background-color: rgba(245, 255, 250, 0.8); z-index: -1; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); pointer-events: none;}#cms-section-header .drawer-mob svg { transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: transform 200ms cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: transform 200ms 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: 0 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; padding: 0;}#cms-section-header .drawer-mob ul li:before { display: none;}#cms-section-header .drawer-mob ul li:hover { background-color: var(--navi-hover-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; border: none;}#cms-section-header .drawer-mob ul li ul li { border: none; width: 100%;}#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; border-bottom: 2px solid var(--primary-color);}#cms-section-header .drawer-mob ul li ul li:first-child { border: none;}#cms-section-header .drawer-mob ul li a { display: inline-block; padding: 16px 0; flex: 0 1 calc(100% - 56px); box-sizing: border-box; color: var(--drawer-font-color);}#cms-section-header .drawer-mob ul li a:hover { color: var(--primary-color);}#cms-section-header .drawer-mob .mob-sub-active svg { 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 .mob-nav { flex: 0 1 100%; overflow-y: auto; width: 100%;}#cms-section-header .drawer-active { transform: translate(0%, 0px); -webkit-transform: translate(0%, 0px); opacity: 1;}#cms-section-header .mob-submenu { display: flex; align-items: center; justify-content: center; height: 56px; position: absolute; right: 0; top: 0; width: 56px;}#cms-section-header .mob-submenu svg { fill: var(--primary-color); stroke: unset; background-color: unset; width: 24px; height: 24px;}#cms-section-header .mob-submenu span { height: 24px;}#cms-section-header .close-drawer { height: 56px; position: relative; top: 0; left: 0; flex: 0 0 56px;}#cms-section-header .close-drawer-btn { position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}#cms-section-header .close-drawer-btn svg { fill: var(--drawer-font-color); width: 24px; height: 24px; background-color: unset; stroke: unset; transform: scale(1) translate(0px, 0px); -webkit-transform: scale(1) 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 .close-drawer-btn:hover svg { transform: scale(1.1) translate(2px, 0px); -webkit-transform: scale(1.1) translate(2px, 0px);}#cms-section-header .mob-topbar { display: flex; align-items: center; width: 100%; padding: 0; box-sizing: border-box; margin: 0 0 24px 0;}#cms-section-header .mob-title { flex: 0 1 100%; display: flex; align-items: center; justify-content: center;}#cms-section-header .mob-title p { margin: 0; padding: 0; text-align: center; color: var(--drawer-font-color);}#cms-section-header .mob-logo { display: flex; justify-content: center; align-items: center; height: 56px; width: 56px; padding: 8px; box-sizing: border-box;}#cms-section-header .page-up-btn { position: fixed; bottom: 40px; right: 32px; background-color: #54bad1; 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 svg { fill: #ffffff; stroke: unset; background-color: unset; height: 24px;}#cms-section-header .page-up-btn span { position: absolute; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}#cms-section-header .page-up-btn:hover { opacity: 0.8; cursor: pointer;}#cms-section-header .search-input { display: flex; align-items: center; justify-content: center; padding: 0 24px; height: 48px; box-sizing: border-box; margin-bottom: 24px;}#cms-section-header .search-input svg { height: 24px;}#cms-section-header .search-input label { flex: 0 1 100%; height: 100%; border: 1px solid var(--border-color); box-sizing: border-box;}#cms-section-header .search-input label:focus-within { border: 1px solid var(--focus-input-border-color);}#cms-section-header .search-input input { display: inline-block; border: none; border-radius: 0px; -webkit-border-radius: 0px; width: 100%; height: 100%; padding: 3px 5px; box-sizing: border-box; outline: none; background-color: var(--input-bg-color); font-size: 16px;}#cms-section-header .search-input button { border: none; border-radius: 0px; flex: 0 0 56px; height: 100%; background-color: var(--button-secondary-color);}#cms-section-header .search-input button svg { fill: var(--button-secondary-font-color); background-color: unset; stroke: unset;}@media (max-width: 800px) { #cms-section-header .menu-bar ul { display: none; } #cms-section-header .menu-bar.drawer-mob ul { display: block; } #cms-section-header .menu-bar.drawer-mob ul li ul { display: none; } #cms-section-header .menu-bar.drawer-mob ul .mob-sub-active ul { display: block; } #cms-section-header .social-media-bar { right: var(--tablet-gutter-size); } #cms-section-header .mob-nav nav { display: block; } #cms-section-header .toggle-menu { display: flex; } #cms-section-header .biz-open { display: none; } #cms-section-header .email { display: none; } #cms-section-header .welcome-txt { display: none; } #cms-section-header .slide-content { flex: 0 0 100%; padding: 0 calc(48px + var(--tablet-gutter-size)) 0 0; box-sizing: border-box; } #cms-section-header .nav-header-bar-flex { padding: 0 var(--tablet-gutter-size); } #cms-section-header .nav-ctrls { padding: 32px var(--tablet-gutter-size); }}@media (max-width: 480px) { #cms-section-header .header-bg { height: 90vh; } #cms-section-header .social-media-bar { display: none; } #cms-section-header .nav-ctrls { padding: 32px 24px; justify-content: flex-end; } #cms-section-header .nav-header-bar-shell { height: calc(52px); } #cms-section-header .nav-header-bar-flex { padding: 0 var(--mobile-gutter-size); } #cms-section-header .topbar-header-content { align-items: stretch; } #cms-section-header .topbar-header { display: none; } #cms-section-header .logo-header { height: 64px; } #cms-section-header .slide-content { flex: 0 0 100%; padding: 0; }}#cms-section-1321852663 .section-bg { background-color: rgba(0, 0, 0, 0); position: relative;}#cms-section-1321852663 .cms-section-full-buffer { position: relative; z-index: 2; overflow: hidden;}#cms-section-1321852663 .headline { margin-bottom: 56px; display: flex; align-items: center; opacity: 1; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); 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-1321852663 .txt { flex: 0 0 400px; display: inline-block;}#cms-section-1321852663 .txt h1, #cms-section-1321852663 .txt h2, #cms-section-1321852663 .txt h3, #cms-section-1321852663 .txt h4, #cms-section-1321852663 .txt h5, #cms-section-1321852663 .txt h6, #cms-section-1321852663 .txt p { text-align: left; color: #55c2e6;}#cms-section-1321852663 .txt b, #cms-section-1321852663 .txt span { color: #f2fffe;}#cms-section-1321852663 .about-para { flex: 0 1 100%; margin-left: 48px;}#cms-section-1321852663 .about-para h1, #cms-section-1321852663 .about-para h2, #cms-section-1321852663 .about-para h3, #cms-section-1321852663 .about-para h4, #cms-section-1321852663 .about-para h5, #cms-section-1321852663 .about-para h6, #cms-section-1321852663 .about-para p { color: #0d94bd;}#cms-section-1321852663 .content-left { text-align: left;}#cms-section-1321852663 .content-center { text-align: center;}#cms-section-1321852663 .content-right { text-align: right;}#cms-section-1321852663 .container { flex: 0 1 100%; position: relative;}#cms-section-1321852663 .bg-image { position: absolute; top: 0; left: 0; width: 100%; height: calc(100% - 0px); z-index: 1; background-position: center; background-color: #b2e8f7; background-size: cover;}#cms-section-1321852663 .bg-image:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #b2e8f7; opacity: 1;}#cms-section-1321852663 .svg-divider { position: absolute; width: 100%; height: 100px; bottom: -2px; left: 0;}#cms-section-1321852663 .svg-divider svg { width: 100%; stroke: unset; fill: var(--website-bg-color); background-color: transparent; position: absolute; bottom: 0; height: 100%;}#cms-section-1321852663 .list { display: flex; list-style: none; padding: 0; margin: 0; box-sizing: border-box;}#cms-section-1321852663 .list-item { flex: 0 0 360px; padding-right: 24px; box-sizing: border-box; opacity: 1; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); 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); transition-delay: var(--animation-delay); -webkit-transition-delay: var(--animation-delay);}#cms-section-1321852663 .item-bg-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: center; background-size: cover; transform: scale(1); -webkit-transform: scale(1); transition: transform var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1), filter 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), filter var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1);}#cms-section-1321852663 .item-bg-image:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #36494f; opacity: 0.45;}#cms-section-1321852663 .not-active-btn { opacity: 0;}#cms-section-1321852663 .img-box { width: 100%; line-height: 0; box-sizing: border-box; aspect-ratio: 1; overflow: hidden; position: relative; box-shadow: 0 8px 16px #264e57; -webkit-box-shadow: 0 8px 16px #264e57; transition: box-shadow var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1); -webkit-transition: box-shadow var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1);}#cms-section-1321852663 .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-1321852663 .img-box svg { width: 100%;}#cms-section-1321852663 .img-box:hover { box-shadow: 0 16px 32px #264e57; -webkit-box-shadow: 0 16px 32px #264e57;}#cms-section-1321852663 .img-box:hover .item-bg-image { transform: scale(1.1); -webkit-transform: scale(1.1);}#cms-section-1321852663 .img-box:hover .item-title, #cms-section-1321852663 .img-box:hover .item-info { opacity: 0; transform: translate(0px, -40px); -webkit-transform: translate(0px, -40px);}#cms-section-1321852663 .img-box:hover .item-link p { transform: translate(0px, -24px); -webkit-transform: translate(0px, -24px);}#cms-section-1321852663 .img-box:hover .mouse-icon svg { opacity: 1; transform: scale(1) translate(0px, -64px); -webkit-transform: scale(1) translate(0px, -64px);}#cms-section-1321852663 .txt-padding { box-sizing: border-box; padding: 8px; position: absolute; top: 0; left: 0; width: 100%; height: 100%;}#cms-section-1321852663 .item-txt { position: relative; z-index: 2; height: 100%; box-sizing: border-box; border: 0.5px solid var(--border-color); display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 8px 24px;}#cms-section-1321852663 .item-txt p, #cms-section-1321852663 .item-txt h3, #cms-section-1321852663 .item-txt h2, #cms-section-1321852663 .item-txt h1 { color: #ffffff;}#cms-section-1321852663 .item-txt svg { fill: #ffffff;}#cms-section-1321852663 .item-txt svg { height: 40px; position: absolute; top: 0; left: 0; opacity: 0; background: transparent; stroke: unset; opacity: 0; transform: scale(0) translate(0px, 0px); -webkit-transform: scale(0) translate(0px, 0px); 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-1321852663 .item-title, #cms-section-1321852663 .item-info { opacity: 1; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); 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-1321852663 .item-link p { text-decoration: underline; text-underline-offset: 4px; font-weight: 700; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); 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); min-width: 100px;}#cms-section-1321852663 .no-border .item-txt { border: none;}#cms-section-1321852663 .thin-border .txt-padding { padding: 0;}#cms-section-1321852663 .dashes .item-txt { border: 2px dashed var(--border-color);}#cms-section-1321852663 .nav-btn { position: absolute; display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; top: 50%; left: 0; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); border-radius: 50%; -webkit-border-radius: 50%; background-color: #a4d460;}#cms-section-1321852663 .nav-btn svg { background-color: unset; width: 12px;}#cms-section-1321852663 .nav-btn svg { fill: var(--website-bg-color);}#cms-section-1321852663 .nav-btn:hover { cursor: pointer;}#cms-section-1321852663 .right-btn { right: 0; left: unset; transform: translate(50%, -50%); -webkit-transform: translate(50%, -50%);}#cms-section-1321852663 .mouse-icon { position: relative;}#cms-section-1321852663 .hide-btn { display: none;}#cms-section-1321852663 .navbar { display: block; text-align: center; margin: 0px auto; padding: 16px 0 0 0;}#cms-section-1321852663 .nav-item { border-radius: 50%; -webkit-border-radius: 50%; border: 1px solid var(--body-font-color); border: 1px solid #a4d460; width: 8px; height: 8px; 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-1321852663 .nav-active { background-color: #a4d460;}#cms-section-1321852663 .cms-animation.list-item { opacity: 0; transform: translate(-32px, 0px); -webkit-transform: translate(-32px, 0px);}#cms-section-1321852663 .cms-animation.headline { opacity: 0; transform: translate(0px, 32px); -webkit-transform: translate(0px, 32px);}@media (max-width: 800px) { #cms-section-1321852663 .headline { display: block; } #cms-section-1321852663 .about-para { margin: 0; } #cms-section-1321852663 .list-item { flex: 0 0 280px; }}@media (max-width: 480px) { #cms-section-1321852663 .svg-divider { height: 40px; } #cms-section-1321852663 .nav-btn { display: none; }}#cms-section-5546828631 .section-bg { position: relative; overflow: hidden;}#cms-section-5546828631 .product-box { display: flex; padding-bottom: 0px; z-index: 5;}#cms-section-5546828631 .bg-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center;}#cms-section-5546828631 .bg-img:before { content: ""; background-image: radial-gradient(at bottom left, rgba(255, 255, 255, 0.5) 0%, #ffffff 60%); background-image: -webkit-radial-gradient(at bottom left, rgba(255, 255, 255, 0.5) 0%, #ffffff 60%); position: absolute; top: 0; left: 0; width: 100%; height: 100%;}#cms-section-5546828631 .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-5546828631 .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-5546828631 .image .cms-animation { transform: translate3d(30px, 0px, 0px) rotateY(5deg); -webkit-transform: translate3d(30px, 0px, 0px) rotateY(5deg); opacity: 0;}#cms-section-5546828631 .content-top { align-items: flex-start;}#cms-section-5546828631 .content-bottom { align-items: flex-end;}#cms-section-5546828631 .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-5546828631 .content h2 { width: 100%;}#cms-section-5546828631 .content h1, #cms-section-5546828631 .content h2, #cms-section-5546828631 .content h3, #cms-section-5546828631 .content h4, #cms-section-5546828631 .content h5, #cms-section-5546828631 .content h6, #cms-section-5546828631 .content p { text-align: left;}#cms-section-5546828631 .content h1 b, #cms-section-5546828631 .content h1 span, #cms-section-5546828631 .content h2 b, #cms-section-5546828631 .content h2 span, #cms-section-5546828631 .content h3 b, #cms-section-5546828631 .content h3 span, #cms-section-5546828631 .content h4 b, #cms-section-5546828631 .content h4 span, #cms-section-5546828631 .content h5 b, #cms-section-5546828631 .content h5 span, #cms-section-5546828631 .content h6 b, #cms-section-5546828631 .content h6 span, #cms-section-5546828631 .content p b, #cms-section-5546828631 .content p span { color: #ffd025;}#cms-section-5546828631 .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-5546828631 .main-heading.cms-animation { transform: translate3d(-30px, 0px, -10px) rotateY(-5deg); -webkit-transform: translate3d(-30px, 0px, -10px) rotateY(-5deg); opacity: 0;}#cms-section-5546828631 .keypoints { margin: 2rem 0;}#cms-section-5546828631 .keypoints ul { list-style: none; padding: 0; margin: 0; perspective: 480px;}#cms-section-5546828631 .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-5546828631 .keypoints ul .cms-animation { transform: translate3d(-30px, 0px, 0px) rotateY(-10deg); -webkit-transform: translate3d(-30px, 0px, 0px) rotateY(-10deg); opacity: 0;}#cms-section-5546828631 .keypoints h3 { font-size: 18px; margin: 0 0 8px 0; letter-spacing: 0; color: #123167;}#cms-section-5546828631 .keypoints p { font-size: 14px; margin: 0 0 16px;}#cms-section-5546828631 .icon { flex: 0 0 52px; box-sizing: border-box; margin: 0 32px 0 0;}#cms-section-5546828631 .icon img { width: 100%;}#cms-section-5546828631 .icon svg { width: 100%; background-color: unset; stroke: none; fill: var(--primary-color);}#cms-section-5546828631 .written-block { flex: 0 1 100%;}#cms-section-5546828631 .switch .content { order: 2; padding: 0 0 0 4rem;}#cms-section-5546828631 .switch .content .cms-animation { transform: translate3d(30px, 0px, -10px) rotateY(10deg); -webkit-transform: translate3d(30px, 0px, -10px) rotateY(10deg); opacity: 0;}#cms-section-5546828631 .switch .image { order: 1;}#cms-section-5546828631 .switch .image .cms-animation { transform: translate3d(-30px, 0px, -10px) rotateY(-5deg); -webkit-transform: translate3d(-30px, 0px, -10px) rotateY(-5deg); opacity: 0;}#cms-section-5546828631 .switch .keypoints ul .cms-animation { transform: translate3d(30px, 0px, 10px) rotateY(10deg); -webkit-transform: translate3d(30px, 0px, -10px) rotateY(10deg); opacity: 0;}#cms-section-5546828631 .bottom-divider { position: absolute; bottom: -1px; left: -1px; width: 100%; height: 0px; z-index: 5;}#cms-section-5546828631 .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-5546828631 .product-box { display: block; } #cms-section-5546828631 .image { padding: 0 0 var(--tablet-section-spacing) 0; } #cms-section-5546828631 .content { padding: 0; } #cms-section-5546828631 .switch .content { padding: 0; } #cms-section-5546828631 .bottom-divider { height: calc(0px / 2); }}@media (max-width: 480px) { #cms-section-5546828631 .image { padding: 0 0 var(--mobile-section-spacing) 0; } #cms-section-5546828631 .bottom-divider { height: calc(0px / 3); }}#cms-section-1184809235 .section-bg { background-color: #b2e8f7;}#cms-section-1184809235 .cms-section-full-buffer { overflow: hidden;}#cms-section-1184809235 .txt { max-width: 720px; display: inline-block;}#cms-section-1184809235 .txt h1, #cms-section-1184809235 .txt h2, #cms-section-1184809235 .txt h3, #cms-section-1184809235 .txt h4, #cms-section-1184809235 .txt h5, #cms-section-1184809235 .txt h6, #cms-section-1184809235 .txt p { text-align: center; color: #50b7d1;}#cms-section-1184809235 .txt b, #cms-section-1184809235 .txt span { color: #50b7d1;}#cms-section-1184809235 .content-left { text-align: left;}#cms-section-1184809235 .content-center { text-align: center;}#cms-section-1184809235 .content-right { text-align: right;}#cms-section-1184809235 .blog-container { flex: 0 1 100%; overflow: hidden; margin-top: var(--desktop-section-spacing); width: calc(100% + 2rem); margin-left: -1rem;}#cms-section-1184809235 .list { display: flex; list-style: none; padding: 0; margin: 0; box-sizing: border-box;}#cms-section-1184809235 .list-item { flex: 0 0 33.4%; padding: 0 1rem; box-sizing: border-box; overflow: hidden;}#cms-section-1184809235 .not-active-btn { opacity: 0.3;}#cms-section-1184809235 .img-box { width: 100%; line-height: 0; box-sizing: border-box; overflow: hidden;}#cms-section-1184809235 .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; object-fit: cover; transform: scale(1); -webkit-transform: scale(1); transition: transform 1000ms ease-in; -webkit-transition: transform 1000ms ease-in;}#cms-section-1184809235 .img-box svg { width: 100%;}#cms-section-1184809235 .img-box:hover img { transform: scale(1.1); -webkit-transform: scale(1.1);}#cms-section-1184809235 .nav-ctrls { display: flex; align-items: center; justify-content: center; padding: 8px 0; margin-top: var(--desktop-section-spacing);}#cms-section-1184809235 .center-ctrls { display: inline-block;}#cms-section-1184809235 .nav-btn { position: relative; width: 16px; height: 16px; display: flex; align-items: center; justify-content: center; border-radius: 50%; -webkit-border-radius: 50%; padding: 0 8px;}#cms-section-1184809235 .nav-btn svg { background-color: unset; height: 16px;}#cms-section-1184809235 .nav-btn svg { fill: var(--body-font-color);}#cms-section-1184809235 .nav-btn:hover { cursor: pointer;}#cms-section-1184809235 .hide-btn { display: none;}#cms-section-1184809235 .navbar { display: block; text-align: center; margin: 0px auto;}#cms-section-1184809235 .nav-item { 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); font-family: var(--body-font-family); opacity: 0.3; user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; padding: 0 8px;}#cms-section-1184809235 .nav-active { opacity: 1;}#cms-section-1184809235 .details { position: relative; top: -1.2rem; padding: 0 16px; box-sizing: border-box;}#cms-section-1184809235 .details p, #cms-section-1184809235 .details a { margin: 0; padding: 0; display: block;}#cms-section-1184809235 .details .b-headline { margin-top: 1rem;}#cms-section-1184809235 .theme-bar { display: inline-block; min-width: 96px; padding: 11px 16px; background-color: #f2ecbf; position: relative; box-sizing: border-box;}#cms-section-1184809235 .theme-bar a { font-size: 14px; display: block; color: #288db8;}#cms-section-1184809235 .b-headline { font-size: 20px; display: -webkit-inline-box; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; color: #3eadc9;}#cms-section-1184809235 .img-port { aspect-ratio: 0.6666666667;}#cms-section-1184809235 .img-square { aspect-ratio: 1;}#cms-section-1184809235 .img-land { aspect-ratio: 1.5;}#cms-section-1184809235 .author-info { display: block;}#cms-section-1184809235 .author-info p { font-size: 12px; text-transform: uppercase; color: #124d66;}@media (max-width: 800px) { #cms-section-1184809235 .blog-container { margin-top: var(--tablet-section-spacing); } #cms-section-1184809235 .nav-ctrls { margin-top: var(--tablet-section-spacing); } #cms-section-1184809235 .list-item { flex: 0 0 50%; }}@media (max-width: 480px) { #cms-section-1184809235 .blog-container { margin-top: var(--mobile-section-spacing); } #cms-section-1184809235 .nav-ctrls { margin-top: var(--mobile-section-spacing); } #cms-section-1184809235 .list-item { flex: 0 0 100%; } #cms-section-1184809235 .nav-item { margin: 0 4px; padding: 0 4px; }}#cms-section-4081096549 .section-bg { background-color: rgba(0, 0, 0, 0);}#cms-section-4081096549 .cms-section-full-buffer { padding-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; max-width: none;}#cms-section-4081096549 .txt { max-width: 720px; display: inline-block; margin-bottom: 3rem;}#cms-section-4081096549 .txt h1, #cms-section-4081096549 .txt h2, #cms-section-4081096549 .txt h3, #cms-section-4081096549 .txt h4, #cms-section-4081096549 .txt h5, #cms-section-4081096549 .txt h6, #cms-section-4081096549 .txt p { text-align: center;}#cms-section-4081096549 .txt b, #cms-section-4081096549 .txt span { color: #000000;}#cms-section-4081096549 .content-left { text-align: left;}#cms-section-4081096549 .content-center { text-align: center;}#cms-section-4081096549 .content-right { text-align: right;}#cms-section-4081096549 .image-gallery { display: flex; flex-wrap: wrap;}#cms-section-4081096549 .img-item { flex: 0 0 25%; line-height: 0; overflow: hidden;}#cms-section-4081096549 .img-item img { width: 100%; aspect-ratio: 1; object-fit: cover; 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); transform: scale(1); -webkit-transform: scale(1);}#cms-section-4081096549 .img-item:hover img { cursor: pointer; transform: scale(1.1); -webkit-transform: scale(1.1);}#cms-section-4081096549 .view-image-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.3); z-index: 999; backdrop-filter: blur(4px); display: none;}#cms-section-4081096549 .view-image-box { position: relative; max-height: 90%; max-width: 90%; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); display: inline-block; text-align: center;}#cms-section-4081096549 .view-image-box img { max-width: 100%; max-height: 90vh;}@media (max-width: 480px) { #cms-section-4081096549 .img-item { flex: 0 0 50%; }}#cms-section-9349666619 .section-bg { background-color: #5ba384;}#cms-section-9349666619 .txt { display: inline-block; text-align: left;}#cms-section-9349666619 .txt h1, #cms-section-9349666619 .txt h2, #cms-section-9349666619 .txt h3, #cms-section-9349666619 .txt h4, #cms-section-9349666619 .txt h5, #cms-section-9349666619 .txt h6, #cms-section-9349666619 .txt p, #cms-section-9349666619 .txt li { text-align: left;}#cms-section-9349666619 .headline { flex: 0 0 50%; padding-right: 3rem; box-sizing: border-box; display: flex; justify-content: center;}#cms-section-9349666619 .content-area { list-style: none; padding: 0; margin: 0;}#cms-section-9349666619 .content-area .cms-animation .headline { transform: translate(0px, 48px); -webkit-transform: translate(0px, 48px); opacity: 0;}#cms-section-9349666619 .content-area .cms-animation .img-box { transform: translate(48px, 0px); -webkit-transform: translate(48px, 0px); opacity: 0;}#cms-section-9349666619 .content-area li:nth-child(even) .img-box { order: 1;}#cms-section-9349666619 .content-area li:nth-child(even) .headline { order: 2; padding-right: 0; padding-left: 3rem; box-sizing: border-box;}#cms-section-9349666619 .content-area li.cms-animation:nth-child(even) .img-box { transform: translate(-48px, 0px); -webkit-transform: translate(-48px, 0px);}#cms-section-9349666619 .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-9349666619 .headline ul { display: block; list-style: none; padding: 0; margin: 1.6rem 0;}#cms-section-9349666619 .headline li { position: relative; padding-left: 2.5rem; margin-top: 12px;}#cms-section-9349666619 .headline svg { fill: #ff7b47;}#cms-section-9349666619 .headline li::before { content: ""; position: absolute; top: 4px; left: 0; width: 1.4em; height: 1.4em; background-size: contain; background-repeat: no-repeat; color: #ff7b47; background-color: #ff7b47;}#cms-section-9349666619 .content-top { align-items: flex-start;}#cms-section-9349666619 .content-middle { align-items: center;}#cms-section-9349666619 .content-bottom { align-items: flex-end;}#cms-section-9349666619 .img-top { align-items: flex-start;}#cms-section-9349666619 .img-middle { align-items: center;}#cms-section-9349666619 .img-bottom { align-items: flex-end;}#cms-section-9349666619 .content-item { display: flex;}#cms-section-9349666619 .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); display: flex; justify-content: center; align-items: center;}#cms-section-9349666619 .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-9349666619 .cta-btn { display: inline-block; position: relative; text-align: center; padding: 16px 24px; min-width: 180px; 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; box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15); transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); transition: box-shadow 300ms cubic-bezier(0.3, 0, 0.1, 0.5), background-color 300ms cubic-bezier(0.3, 0, 0.1, 0.5), transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: box-shadow 300ms cubic-bezier(0.3, 0, 0.1, 0.5), background-color 300ms cubic-bezier(0.3, 0, 0.1, 0.5), transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-9349666619 .cta-btn:hover { background-color: var(--button-primary-hover-color); cursor: pointer; box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.25); transform: translate(0px, -2px); -webkit-transform: translate(0px, -2px);}#cms-section-9349666619 .solid-round-btn { border-radius: 45px; -webkit-border-radius: 45px;}#cms-section-9349666619 .border-btn { background-color: unset; padding: 14px 24px; border: 2px solid var(--button-primary-color); color: var(--button-primary-color);}#cms-section-9349666619 .border-btn:hover { background-color: unset; color: var(--button-primary-hover-color); border: 2px solid var(--button-primary-hover-color);}#cms-section-9349666619 .border-rounded { border-radius: 45px; -webkit-border-radius: 45px;}#cms-section-9349666619 .lazyload { filter: blur(4px); -webkit-filter: blur(4px);}#cms-section-9349666619 .list-item:nth-child(1) h1, #cms-section-9349666619 .list-item:nth-child(1) h2, #cms-section-9349666619 .list-item:nth-child(1) h3, #cms-section-9349666619 .list-item:nth-child(1) h4, #cms-section-9349666619 .list-item:nth-child(1) h5, #cms-section-9349666619 .list-item:nth-child(1) h6, #cms-section-9349666619 .list-item:nth-child(1) p, #cms-section-9349666619 .list-item:nth-child(1) li { color: #f0fff0;}#cms-section-9349666619 .list-item:nth-child(1) b, #cms-section-9349666619 .list-item:nth-child(1) span { color: #ffc905;}#cms-section-9349666619 .list-item:nth-child(1) .cta-btn { color: #ffffff; background-color: #f7a131;}#cms-section-9349666619 .list-item:nth-child(1) .cta-btn:hover { background-color: var(--button-primary-hover-color);}#cms-section-9349666619 .list-item:nth-child(1) .border-btn { background-color: unset; border: 2px solid var(--button-primary-color); border: 2px solid #f7a131; color: #f7a131;}#cms-section-9349666619 .list-item:nth-child(1) .border-btn:hover { background-color: unset; color: var(--button-primary-hover-color); border: 2px solid var(--button-primary-hover-color);}#cms-section-9349666619 .list-item:nth-child(2) h1, #cms-section-9349666619 .list-item:nth-child(2) h2, #cms-section-9349666619 .list-item:nth-child(2) h3, #cms-section-9349666619 .list-item:nth-child(2) h4, #cms-section-9349666619 .list-item:nth-child(2) h5, #cms-section-9349666619 .list-item:nth-child(2) h6, #cms-section-9349666619 .list-item:nth-child(2) p, #cms-section-9349666619 .list-item:nth-child(2) li { color: #f5fffa;}#cms-section-9349666619 .list-item:nth-child(2) b, #cms-section-9349666619 .list-item:nth-child(2) span { color: #ffdd63;}#cms-section-9349666619 .list-item:nth-child(2) .cta-btn { color: #ffffff; background-color: #a4d460;}#cms-section-9349666619 .list-item:nth-child(2) .cta-btn:hover { background-color: var(--button-primary-hover-color);}#cms-section-9349666619 .list-item:nth-child(2) .border-btn { background-color: unset; border: 2px solid var(--button-primary-color); border: 2px solid #a4d460; color: #a4d460;}#cms-section-9349666619 .list-item:nth-child(2) .border-btn:hover { background-color: unset; color: var(--button-primary-hover-color); border: 2px solid var(--button-primary-hover-color);}@media (max-width: 800px) { #cms-section-9349666619 .txt { width: 100%; margin-bottom: var(--tablet-section-spacing); } #cms-section-9349666619 .content-item { display: block; } #cms-section-9349666619 .headline { padding: 0; } #cms-section-9349666619 .content-area { list-style: none; padding: 0; margin: 0; } #cms-section-9349666619 .content-area .cms-animation .headline { transform: translate(0px, 48px); -webkit-transform: translate(0px, 48px); opacity: 0; } #cms-section-9349666619 .content-area .cms-animation .img-box { transform: translate(48px, 0px); -webkit-transform: translate(48px, 0px); opacity: 0; } #cms-section-9349666619 .content-area li:nth-child(even) .headline { padding: 0; }}@media (max-width: 480px) { #cms-section-9349666619 .txt { margin-bottom: var(--mobile-section-spacing); }}