.main{max-width:100%;width:100%}.c{max-width:calc(100% - 40px);width:100%;margin:0 auto}@media screen and (min-width: 980px){.c{max-width:940px}}.c--w{max-width:calc(100% - 40px);padding:0}@media screen and (min-width: 768px){.c--w{padding:0 20px}}@media screen and (min-width: 1420px){.c--w{max-width:1400px;padding:0 40px}}.s-hero{background:#f5f5f5;padding:40px 0 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}@media screen and (min-width: 768px){.s-hero{padding:40px 0}}.s-hero__ctn{padding:40px 20px 20px}@media screen and (min-width: 768px){.s-hero__ctn{padding:80px 35px 200px}}.s-hero .c{position:relative;z-index:1}.s-hero__breadcrumbs{margin:0 0 40px;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;list-style:none;gap:0 10px}@media screen and (min-width: 768px){.s-hero__breadcrumbs{margin:0 0 68px}}.s-hero__breadcrumbs li{display:inline-block;font-size:12px}@media screen and (min-width: 768px){.s-hero__breadcrumbs li{font-size:14px}}.s-hero__breadcrumbs li a{color:#0e2f37;font-size:12px;text-decoration:none}@media screen and (min-width: 768px){.s-hero__breadcrumbs li a{font-size:14px}}.s-hero h1{max-width:380px;margin:32px 0;color:#0e2f37;font-weight:700}@media screen and (max-width: 767px){.s-hero h1{max-width:250px;font-size:32px}}.s-hero p{max-width:580px;color:#0e2f37}.s-hero__list{margin:60px 0 0;padding:0;list-style:none}.s-hero__list li{margin:0 0 20px;color:#0e2f37;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:12px;font-size:14px;line-height:1.4}@media screen and (min-width: 768px){.s-hero__list li{font-size:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.s-hero__list li .icon{width:16px;height:16px;margin-top:4px;fill:#0e2f37}@media screen and (min-width: 768px){.s-hero__list li .icon{width:24px;height:24px;margin:0}}.s-hero .button{margin-top:32px}.s-hero__bg{width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;border-radius:12px;overflow:hidden}@media screen and (min-width: 768px){.s-hero__bg{border-radius:24px}}.s-hero__bg .overlay{background:-webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0.8)));background:linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 100%);width:100%;height:100%;position:absolute;top:0;left:0;opacity:.9;pointer-events:none}@media screen and (min-width: 1200px){.s-hero__bg .overlay{background:-webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));background:linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);width:80%}}.s-hero__bg img,.s-hero__bg video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center bottom;object-position:center bottom}.s-features{background:#f5f5f5;padding:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}@media screen and (min-width: 1200px){.s-features{padding:60px 0}}.s-features .c{max-width:1480px;position:relative;padding:0 20px;z-index:1}@media screen and (min-width: 1420px){.s-features .c{padding:0 40px}}.s-features__tabs{background:#fff;display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0 0 20px;padding:6px;list-style:none;border-radius:8px;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.08);box-shadow:0 4px 8px 0 rgba(0,0,0,.08)}@media screen and (min-width: 768px){.s-features__tabs{grid-template-columns:repeat(3, 1fr);margin:0 0 40px;padding:10px;border-radius:12px}.s-features__tabs.cols--1{max-width:240px;grid-template-columns:1fr}.s-features__tabs.cols--2{max-width:480px;grid-template-columns:1fr 1fr}.s-features__tabs.cols--3{max-width:720px;grid-template-columns:repeat(3, 1fr)}}@media screen and (min-width: 1200px){.s-features__tabs{grid-template-columns:repeat(6, 1fr);margin:0 auto 80px}.s-features__tabs.cols--1{max-width:240px;grid-template-columns:1fr}.s-features__tabs.cols--2{max-width:480px;grid-template-columns:1fr 1fr}.s-features__tabs.cols--3{max-width:720px;grid-template-columns:repeat(3, 1fr)}.s-features__tabs.cols--4{max-width:960px;grid-template-columns:repeat(4, 1fr)}.s-features__tabs.cols--5{max-width:1200px;grid-template-columns:repeat(5, 1fr)}}.s-features__tabs li{min-height:32px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#0e2f37;font-size:.875rem;font-weight:600;text-align:center;border-radius:6px;cursor:pointer;-webkit-box-shadow:300px 0 0 0 rgba(0,0,0,0) inset;box-shadow:300px 0 0 0 rgba(0,0,0,0) inset;-webkit-transition:.4s;transition:.4s}@media screen and (min-width: 768px){.s-features__tabs li{min-height:48px;font-size:1rem;border-radius:8px}}@media screen and (min-width: 1200px){.s-features__tabs li{min-height:60px;font-size:1.25rem}}.s-features__tabs li.active-tab{background:#2cbfc5;color:#fff}.s-features__tabs li:hover{-webkit-box-shadow:300px 0 0 0 rgba(0,0,0,.1) inset;box-shadow:300px 0 0 0 rgba(0,0,0,.1) inset}.s-features__wtk{max-height:0;visibility:hidden}.s-features__wtk__intro{max-width:1060px;margin:0 auto 20px;text-align:center;opacity:0;visibility:hidden;-webkit-transform:translate3d(0, 20px, 0);transform:translate3d(0, 20px, 0)}@media screen and (min-width: 1200px){.s-features__wtk__intro{margin:0 auto 80px}}@media screen and (max-width: 767px){.s-features__wtk__intro h2{margin:40px 0 0;font-size:1.75rem}}.s-features__wtk .wtk-cards{display:grid;grid-template-columns:1fr;gap:20px}@media screen and (min-width: 768px){.s-features__wtk .wtk-cards{grid-template-columns:repeat(2, 1fr);gap:20px}}@media screen and (min-width: 1200px){.s-features__wtk .wtk-cards{grid-template-columns:repeat(3, 1fr);gap:36px}}.s-features__wtk .wtk-cards .wtk-card{background:#fff;padding:16px 20px 40px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;border-radius:8px;opacity:0;visibility:hidden;-webkit-transform:translate3d(20px, 0, 0);transform:translate3d(20px, 0, 0);-webkit-transition-delay:0s;transition-delay:0s}@media screen and (min-width: 768px){.s-features__wtk .wtk-cards .wtk-card{border-radius:16px}}.s-features__wtk .wtk-cards .wtk-card__left{background:#f5f5f5;width:50px;min-width:50px;height:50px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:100px}@media screen and (min-width: 768px){.s-features__wtk .wtk-cards .wtk-card__left{width:64px;min-width:64px;height:64px}}.s-features__wtk .wtk-cards .wtk-card__left img{max-width:32px;max-height:32px;width:auto;height:auto;display:block}@media screen and (min-width: 768px){.s-features__wtk .wtk-cards .wtk-card__left img{max-width:46px;max-height:46px}}.s-features__wtk .wtk-cards .wtk-card__right h4{margin:10px 0}.s-features__wtk .wtk-cards .wtk-card__right p{margin:0}.s-features__wtk.active-tab{max-height:unset;visibility:visible}.s-features__wtk.active-tab .s-features__wtk__intro,.s-features__wtk.active-tab .wtk-card{opacity:1;visibility:visible;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-transition:.3s;transition:.3s}.s-features__wtk.active-tab .wtk-cards>*:nth-child(1){-webkit-transition-delay:0.1s;transition-delay:0.1s}.s-features__wtk.active-tab .wtk-cards>*:nth-child(2){-webkit-transition-delay:0.2s;transition-delay:0.2s}.s-features__wtk.active-tab .wtk-cards>*:nth-child(3){-webkit-transition-delay:0.3s;transition-delay:0.3s}.s-features__wtk.active-tab .wtk-cards>*:nth-child(4){-webkit-transition-delay:0.4s;transition-delay:0.4s}.s-features__wtk.active-tab .wtk-cards>*:nth-child(5){-webkit-transition-delay:0.5s;transition-delay:0.5s}.s-features__wtk.active-tab .wtk-cards>*:nth-child(6){-webkit-transition-delay:0.6s;transition-delay:0.6s}.s-features__feature{max-height:0;visibility:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.s-features__feature__left{background:#0e2f37;width:100%;border-radius:8px;overflow:hidden;position:relative}@media screen and (min-width: 992px){.s-features__feature__left{width:50%;border-radius:16px}}.s-features__feature__left img,.s-features__feature__left video,.s-features__feature__left iframe{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;-webkit-transition:0s;transition:0s}.s-features__feature__left video{-o-object-fit:contain;object-fit:contain}.s-features__feature__right{width:100%;padding:20px}@media screen and (min-width: 992px){.s-features__feature__right{width:50%;padding:60px 0 60px 60px}}.s-features__feature__right h2{max-width:90%;margin:0 0 30px;opacity:0;-webkit-transform:translate3d(20px, 0, 0);transform:translate3d(20px, 0, 0);-webkit-transition:0s;transition:0s}@media screen and (max-width: 767px){.s-features__feature__right h2{font-size:1.75rem;margin:0 0 10px}}.s-features__feature__right p{margin:0;opacity:0;-webkit-transform:translate3d(20px, 0, 0);transform:translate3d(20px, 0, 0);-webkit-transition:0s;transition:0s}.s-features__feature__right .g01__cta{margin-top:32px;opacity:0;-webkit-transform:translate3d(20px, 0, 0);transform:translate3d(20px, 0, 0);-webkit-transition:0s;transition:0s}.s-features__feature__right .features{width:100%;margin:20px 0 0;padding:20px 0 0;border-top:1px solid #46bac7;opacity:0;-webkit-transform:translate3d(0, 20px, 0);transform:translate3d(0, 20px, 0);-webkit-transition:0s;transition:0s}@media screen and (min-width: 768px){.s-features__feature__right .features{margin:60px 0 0;padding:36px 0 0}}.s-features__feature__right .features h6{margin:0 0 24px;color:#46bac7}.s-features__feature__right .features ul{margin:0;padding:0;list-style:none}.s-features__feature__right .features ul li{margin:0 0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0 16px}.s-features__feature__right .features ul li .dot{background:#dde1e2;width:25px;height:25px;border-radius:100px}.s-features__feature__right .features ul li span{color:#259ea2;font-weight:700}.s-features__feature.active-tab{max-height:unset;visibility:visible}.s-features__feature.active-tab .s-features__feature__left img,.s-features__feature.active-tab .s-features__feature__left video,.s-features__feature.active-tab .s-features__feature__left iframe{opacity:1;visibility:visible;-webkit-transition:.3s;transition:.3s}.s-features__feature.active-tab .s-features__feature__right h2,.s-features__feature.active-tab .s-features__feature__right p,.s-features__feature.active-tab .s-features__feature__right .g01__cta,.s-features__feature.active-tab .s-features__feature__right .features{opacity:1;visibility:visible;-webkit-transform:translate3D(0, 0, 0);transform:translate3D(0, 0, 0);-webkit-transition:.4s;transition:.4s}.s-features__feature.active-tab .s-features__feature__right p{-webkit-transition-delay:.1s;transition-delay:.1s}.s-features__feature.active-tab .s-features__feature__right .g01__cta{-webkit-transition-delay:.2s;transition-delay:.2s}.s-features__feature.active-tab .s-features__feature__right .features{-webkit-transition-delay:.3s;transition-delay:.3s}.products{background:#fff;padding:40px 0;position:relative}@media screen and (min-width: 768px){.products{padding:68px 0 76px}}.products .c{max-width:1480px;position:relative;padding:0 20px;z-index:1}@media screen and (min-width: 1420px){.products .c{padding:0 40px}}.products h2{text-align:center;margin-bottom:40px}@media screen and (min-width: 768px){.products h2{margin-bottom:65px}}.products .single-product-item h3{margin-bottom:20px}.products .single-product-item p{margin-bottom:20px}.products .single-product-item h3,.products .single-product-item p,.products .single-product-item .button{padding:0 30px}.s-case-study{background:#f5f5f5;padding:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}@media screen and (min-width: 1200px){.s-case-study{padding:40px 0}}.s-case-study .c{background:#fff;position:relative;display:grid;grid-template-columns:1fr;gap:20px;padding:20px;border-radius:8px;z-index:1}@media screen and (min-width: 992px){.s-case-study .c{grid-template-columns:1fr 1fr}}@media screen and (min-width: 1080px){.s-case-study .c{gap:20px 40px;padding:40px;border-radius:16px}}@media screen and (min-width: 1200px){.s-case-study .c{grid-template-columns:1.18fr .82fr;gap:20px 60px;padding:60px}}@media screen and (min-width: 1420px){.s-case-study .c{grid-template-columns:1.18fr .82fr;gap:20px 90px;padding:65px 80px}}.s-case-study__left{position:relative}.s-case-study__left__top{display:grid;grid-template-columns:1fr;gap:20px}@media screen and (min-width: 1200px){.s-case-study__left__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0 40px}}.s-case-study__left__top img{width:auto;max-height:60px}@media screen and (min-width: 1200px){.s-case-study__left__top img{max-height:86px}}.s-case-study__left__top h3{margin:0 0 4px;color:#0e2f37;font-weight:600}.s-case-study__left__top p{margin:0;color:#0e2f37;opacity:.5}.s-case-study__left__center p{color:#7d8d8e;font-size:1.125rem;font-style:italic;line-height:1.45}@media screen and (min-width: 1420px){.s-case-study__left__center p{font-size:1.5rem}}.s-case-study__left__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px 0}@media screen and (max-width: 1199px){.s-case-study__left__bottom{margin-bottom:20px}}@media screen and (max-width: 1199px){.s-case-study__left__bottom .name{width:100%}}.s-case-study__left__bottom .name p{margin:0;color:#0e2f37}.s-case-study__right{aspect-ratio:1/1;overflow:hidden;border-radius:8px}@media screen and (min-width: 1200px){.s-case-study__right{border-radius:24px}}.s-case-study__right img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.s-cta{background:#f5f5f5;padding:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}@media screen and (min-width: 1200px){.s-cta{padding:64px 0}}.s-cta--bottom{background:#fff}.s-cta__ctn{display:grid;grid-template-columns:1fr;gap:20px;padding:20px}@media screen and (min-width: 768px){.s-cta__ctn{padding:40px 20px}}@media screen and (min-width: 1200px){.s-cta__ctn{grid-template-columns:280px 1fr 220px;gap:72px;padding:25px 40px}}.s-cta__ctn__left img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.s-cta__ctn__center{padding:10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff}.s-cta__ctn__center h4{margin:0 0 20px;color:#fff}.s-cta__ctn__center p{margin:0}.s-cta__ctn__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.s-cta__ctn__right a{max-width:320px;width:100%;padding-inline:10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.s-cta .c{position:relative;z-index:1}.s-cta__bg{width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;border-radius:12px;overflow:hidden}@media screen and (min-width: 768px){.s-cta__bg{border-radius:24px}}.s-cta__bg .overlay{background:-webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));background:linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);width:80%;height:100%;position:absolute;top:0;left:0;opacity:.9;pointer-events:none}.s-cta__bg img,.s-cta__bg video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center bottom;object-position:center bottom}.resources{background:#f5f5f5;padding:40px 0;position:relative}@media screen and (min-width: 768px){.resources{padding:68px 0 76px}}.resources .c{position:relative;z-index:1}.resources .c--w{max-width:1198px}.resources h2{text-align:center;margin-bottom:40px}@media screen and (min-width: 768px){.resources h2{margin-bottom:65px}}.resources .m08__posts .single-card-item-three{background:#fff;height:auto;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex}.resources .m08__posts .single-card-item-three__item-link{height:auto;margin:0}.resources .m08__posts .single-card-item-three__content{height:auto;min-height:unset}.resources .swiper{padding:10px 29px 29px}.resources .slide-btn{background:#2cbfc5;width:58px;height:58px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:3px;position:absolute;top:34px;left:0;z-index:2;border-radius:100%}.resources .slide-btn.slide-next{left:auto;right:0}.resources .slide-btn.slide-prev{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.resources .slide-btn:active,.resources .slide-btn:focus{border:none;outline:none}.resources .slide-btn .icon{width:20px;height:auto;fill:#fff}.m36{background:#fff;padding:40px 0;position:relative}@media screen and (min-width: 768px){.m36{padding:80px 0}}.m36 .c{margin:0 auto}.m36 .c h2{margin:0 auto 60px;color:#0e2f37;text-align:center}.m36 .c>p{color:#0e2f37}@media screen and (min-width: 768px){.m36 .c>p{padding:0 20px}}.m36 .c>p a{color:#0e2f37;font-weight:600}.m36 .c--w{max-width:1180px;padding:0 20px}.m36 .faq__wrapper{display:grid;grid-template-columns:1fr;gap:20px}@media screen and (min-width: 992px){.m36 .faq__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 40px}}.m36 .faq__tabs{margin:0;padding:0;-webkit-box-flex:0;-ms-flex:0 0 300px;flex:0 0 300px;list-style:none}.m36 .faq__tabs li{width:100%;border-bottom:1px solid #dedfe0}@media screen and (max-width: 992px){.m36 .faq__tabs li:first-child{border-top:1px solid #dedfe0}}.m36 .faq__tabs li a{height:64px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 12px;color:#0e2f37;font-family:"MPlus1";font-size:17px;font-weight:700;outline:none;border:none;-webkit-box-shadow:0 0 0 0 #e9f8f9 inset;box-shadow:0 0 0 0 #e9f8f9 inset;-webkit-transition:.3s;transition:.3s}.m36 .faq__tabs li a.active{-webkit-box-shadow:992px 0 0 0 #e9f8f9 inset;box-shadow:992px 0 0 0 #e9f8f9 inset;color:#2cbfc5}@media screen and (min-width: 992px){.m36 .faq__tabs li a.active{-webkit-box-shadow:300px 0 0 0 #e9f8f9 inset;box-shadow:300px 0 0 0 #e9f8f9 inset}}.m36 .faq__content{position:relative}.m36 .faq__ctn{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative}.m36 .faq__ctn .faq-tab-panel{display:grid;grid-template-columns:1fr;gap:20px}.m36 .faq__ctn .faq-tab-panel .faq-item{border:1px solid rgba(99,102,108,.2);border-radius:12px}.m36 .faq__ctn .faq-tab-panel .faq-item .faq-question{width:100%;background:none;display:block;padding:20px 60px 20px 20px;color:#0e2f37;font-weight:600;line-height:1.6;text-align:left;outline:none;border:none;position:relative;-webkit-transition:.4s;transition:.4s}.m36 .faq__ctn .faq-tab-panel .faq-item .faq-question::before,.m36 .faq__ctn .faq-tab-panel .faq-item .faq-question::after{content:"";position:absolute;top:50%;background:#2cbfc5;-webkit-transform:translate3d(0, -50%, 0);transform:translate3d(0, -50%, 0);-webkit-transition:.3s;transition:.3s}.m36 .faq__ctn .faq-tab-panel .faq-item .faq-question::before{width:14px;height:4px;right:23px}.m36 .faq__ctn .faq-tab-panel .faq-item .faq-question::after{width:4px;height:14px;right:28px}.m36 .faq__ctn .faq-tab-panel .faq-item .faq-answer{max-height:0;padding:0 20px;overflow:hidden;opacity:0;-webkit-transition:.4s;transition:.4s;-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0);visibility:hidden}.m36 .faq__ctn .faq-tab-panel .faq-item .faq-answer p:first-child{margin-top:0}.m36 .faq__ctn .faq-tab-panel .faq-item.active .faq-question{color:#2cbfc5}.m36 .faq__ctn .faq-tab-panel .faq-item.active .faq-question::before{-webkit-transform:translate3d(0, -50%, 0) rotate(180deg);transform:translate3d(0, -50%, 0) rotate(180deg)}.m36 .faq__ctn .faq-tab-panel .faq-item.active .faq-question::after{-webkit-transform:translate3d(0, -50%, 0) rotate(90deg);transform:translate3d(0, -50%, 0) rotate(90deg)}.m36 .faq__ctn .faq-tab-panel .faq-item.active .faq-answer{max-height:unset;opacity:1;visibility:visible;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.learn-more{background:#f8f7f6;padding:40px 0;text-align:center;position:relative;scroll-margin-top:90px}@media screen and (min-width: 768px){.learn-more{padding:68px 0 76px}}.learn-more::after{content:"";background:#d5f2f3;width:100%;height:80%;position:absolute;left:0;top:0;z-index:0}.learn-more .c{position:relative;z-index:1}.learn-more__text{margin-bottom:50px}.learn-more__text h6{margin-bottom:20px;font-weight:700}.learn-more__text h2{margin:0 auto 40px;text-align:center}.learn-more__text p{max-width:800px;margin:0 auto;color:#0e2f37;font-size:14px}.learn-more__text p a{color:#0e2f37;font-weight:600}.learn-more__form{background:#fff;padding:40px 30px;border-radius:16px}@media screen and (min-width: 768px){.learn-more__form{padding:60px 70px}}.learn-more__form .form-columns-3{max-width:100%;display:grid;grid-template-columns:1fr;gap:20px;margin:0 0 20px}@media screen and (min-width: 768px){.learn-more__form .form-columns-3{grid-template-columns:1fr 1fr 1fr}}.learn-more__form .form-columns-3 label{text-align:left;margin-bottom:10px}.learn-more__form .form-columns-3 .input{margin:0 !important}.learn-more__form .form-columns-3 .input input{background:#faf9f8;width:100% !important;border:1px solid #dfdfdf;border-radius:6px}.learn-more__form .form-columns-3 select{background-color:#faf9f8;width:100% !important;border:1px solid #dfdfdf;border-radius:6px}.learn-more__form .form-columns-3 .hs-form-field{width:100% !important}.learn-more__form .form-columns-3 .hs-state{margin-top:20px}@media screen and (min-width: 768px){.learn-more__form .form-columns-3 .hs-state{position:relative;left:calc(-100% - 20px)}}.learn-more__form .form-columns-1{max-width:100%}.learn-more__form .form-columns-1 label span{padding:0 30px;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex}.learn-more__form .form-columns-1 label span.hs-form-required{padding:0 2px}.learn-more__form .form-columns-1 label span::before{top:3px}.learn-more__form .form-columns-1 label span::after{top:3px}.learn-more__form .hs-submit input{color:#fff;font-size:.9375rem}@media screen and (min-width: 768px){.learn-more__form .hs-submit input{font-size:1.25rem}}.learn-more__form .submitted-message p{font-size:1.25rem}