/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */*{box-sizing:border-box}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:Poppins,sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button;appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}*{box-sizing:border-box;margin:0;padding:0;outline:none}body{font-family:Poppins,"Helvetica Neue, Helvetica, Arial";background-color:#f4f4f4;color:#000;line-height:1.6}h1,h2,h3,h4,h5,h6{line-height:1.2}.container{max-width:1280px;margin:0 auto;padding-left:30px;padding-right:30px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:0 16px;gap:10px;border:none;background:none;font-size:16px;font-weight:500;text-decoration:none;border-radius:30px;outline:none;cursor:pointer;transition:all ease-in-out .3s}.btn-primary{border:1px solid #01A79C;background:#01a79c;color:#fff}.btn-primary:hover{background:#006059}.btn-sm{height:44px}.btn-lg{font-size:18px;height:54px;padding:0 32px}@media only screen and (max-width:767px){.btn-lg{font-size:16px}}.btn .icon-arrow{position:relative;min-width:24px;height:16px}.btn .icon-arrow:before,.btn .icon-arrow:after{content:"->";display:block;font-family:Inter;font-size:22px;position:absolute;top:50%;right:0;transform:translateY(-50%);transition:all .5s cubic-bezier(.25,.25,.08,1.08)}.btn .icon-arrow:before{opacity:0;transform:translate(-100%,-50%)}.btn:hover .icon-arrow:before{opacity:1;transform:translateY(-50%)}.btn:hover .icon-arrow:after{opacity:0;transform:translate(100%,-50%)}.site-header{position:sticky;background-color:#fff;padding:1rem 0;color:#000;border-bottom:1px solid rgba(0,0,0,.2);top:0;z-index:100}.site-header .container{display:flex;align-items:center;justify-content:space-between;position:relative}.site-header .brand-logo img{display:block}.site-header .menu-toggle{display:none;position:relative;width:28px;height:20px;background:none;border:none;cursor:pointer;z-index:1001;padding:0}.site-header .menu-toggle .bar{position:absolute;left:0;width:100%;height:2px;background:#000;border-radius:2px;transition:transform .3s ease,opacity .3s ease}.site-header .menu-toggle .bar:nth-child(1){top:0}.site-header .menu-toggle .bar:nth-child(2){top:9px}.site-header .menu-toggle .bar:nth-child(3){bottom:0}.site-header .menu-toggle.active .bar:nth-child(1){transform:translateY(9px) rotate(45deg)}.site-header .menu-toggle.active .bar:nth-child(2){opacity:0}.site-header .menu-toggle.active .bar:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.site-header .nav-wrapper{flex:1 1 auto;display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width:1200px){.site-header .nav-wrapper{position:absolute;background-color:#fff;width:100%;top:100%;margin-top:16px;left:0;flex-direction:column;border-top:2px solid #01A79C;opacity:0;visibility:hidden;transition:all ease-in-out .2s}.site-header .nav-wrapper.open{opacity:1;visibility:visible}}.site-header .site-nav{margin:auto}@media only screen and (max-width:1200px){.site-header .site-nav{width:100%}}.site-header .site-nav ul{display:flex;list-style:none;padding:0;margin:0;gap:16px}@media only screen and (max-width:1200px){.site-header .site-nav ul{gap:0}}@media only screen and (max-width:1200px){.site-header .site-nav ul{flex-direction:column}}.site-header .site-nav ul li a{position:relative;display:inline-flex;font-size:14px;color:#000;text-decoration:none;padding:6px 12px;border-radius:6px;transition:all ease .3s}.site-header .site-nav ul li a:hover{background:#0000001a}.site-header .site-nav ul li a.active{font-weight:600}@media only screen and (max-width:1200px){.site-header .site-nav ul li a{display:flex;padding:20px 40px}}@media only screen and (max-width:1200px){.site-header .site-nav ul li{border-bottom:1px solid rgba(255,255,255,.1)}}@media only screen and (max-width:1200px){.site-header .user-nav{width:100%}}.site-header .user-nav ul{display:flex;align-items:center;list-style:none;padding:0;margin:0;gap:16px}@media only screen and (max-width:1200px){.site-header .user-nav ul{padding:24px;display:grid;grid-template-columns:repeat(2,1fr)}}.site-header .user-nav ul li a:not(.btn){display:inline-flex;font-size:14px;color:#000;text-decoration:none;padding:6px 12px;border-radius:6px;transition:all ease .3s}.site-header .user-nav ul li a:not(.btn):hover{background:#ffffff1a}.site-header .user-nav ul li a:not(.btn).active{font-weight:600}@media only screen and (max-width:1200px){.site-header .user-nav ul li a{display:flex!important;align-items:center;justify-content:center;height:44px!important;width:100%!important;border:1px solid #01A79C!important;border-radius:30px!important}}@media only screen and (max-width:1200px){.site-header .menu-toggle{display:flex;margin-left:auto}}.intro-section{padding:40px 0;background-color:#daf5f3}.intro-section .container{display:flex;align-items:center;gap:120px}@media only screen and (max-width:1200px){.intro-section .container{flex-direction:column;gap:40px}}.intro-section .container .intro-text{flex:1 1 auto}.intro-section .container .intro-text .title{font-size:68px;color:#000;line-height:1;margin:0 0 40px}@media only screen and (max-width:767px){.intro-section .container .intro-text .title{font-size:44px}}.intro-section .container .intro-text .lead{font-size:18px;margin:16px 0}@media only screen and (max-width:767px){.intro-section .container .intro-text .lead{font-size:16px}}.intro-section .container .intro-text .btn{margin-top:32px}.intro-section .container .zen-shape{position:relative;flex:0 0 480px;width:100%;overflow:hidden}@media only screen and (max-width:1200px){.intro-section .container .zen-shape{flex:1 1 auto}}.intro-section .container .zen-shape svg{width:100%;height:auto;filter:drop-shadow(0px -10px 7px rgba(0,0,0,.1))}.trusted-brands{padding:40px 0}.privacyzen-works{padding:80px 0;background:#fff;color:#000}.privacyzen-works .container{max-width:820px}.privacyzen-works .container .heading{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:16px;margin-bottom:64px}.privacyzen-works .container .heading .lead{font-size:24px;font-weight:600;text-transform:uppercase}@media only screen and (max-width:767px){.privacyzen-works .container .heading .lead{font-size:16px}}.privacyzen-works .container .heading .title{font-size:48px}@media only screen and (max-width:767px){.privacyzen-works .container .heading .title{font-size:32px}}.privacyzen-works .container .heading .sub-title{font-size:20px;font-weight:500}@media only screen and (max-width:767px){.privacyzen-works .container .heading .sub-title{font-size:18px}}.steps-wrapper{display:flex;flex-direction:column;gap:64px}.steps-wrapper .step-row{position:relative;display:flex;align-items:flex-start;gap:24px}.steps-wrapper .step-row .icon{position:relative;flex:0 0 80px;height:80px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #FCB223;border-radius:100%;z-index:2}@media only screen and (max-width:767px){.steps-wrapper .step-row .icon{flex:0 0 60px;height:60px}}.steps-wrapper .step-row .icon img{max-width:40px;height:auto}@media only screen and (max-width:767px){.steps-wrapper .step-row .icon img{max-width:30px}}.steps-wrapper .step-row .info{flex:1 1 auto}.steps-wrapper .step-row .info .step-title{font-size:32px;margin-bottom:16px}.steps-wrapper .step-row .info p{font-size:18px}.steps-wrapper .step-row:before{position:absolute;width:1px;height:100%;left:40px;top:72px;background-color:#fcb223;opacity:.3;content:"";z-index:1}.steps-wrapper .step-row:last-child:before{display:none}.privacyzen-exposures{padding:80px 0;background-color:#daf5f3}.privacyzen-exposures .container{max-width:1440px}.privacyzen-exposures .container .heading{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:16px;max-width:900px;margin:0 auto 64px}.privacyzen-exposures .container .heading .lead{font-size:20px;font-weight:500;text-transform:uppercase;color:#006059}@media only screen and (max-width:767px){.privacyzen-exposures .container .heading .lead{font-size:16px}}.privacyzen-exposures .container .heading .title{font-size:48px;color:#000}@media only screen and (max-width:767px){.privacyzen-exposures .container .heading .title{font-size:32px}}.privacyzen-exposures .container .heading .sub-title{font-size:20px;font-weight:500}@media only screen and (max-width:767px){.privacyzen-exposures .container .heading .sub-title{font-size:18px}}.privacyzen-exposures .container .exposures-content{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;align-items:center}@media only screen and (max-width:1200px){.privacyzen-exposures .container .exposures-content{grid-template-columns:repeat(1,1fr)}}.privacyzen-exposures .container .exposures-content .image-placeholder{border-radius:12px;overflow:hidden;box-shadow:0 0 40px #0000001a}@media only screen and (max-width:767px){.privacyzen-exposures .container .exposures-content .image-placeholder{height:180px}}.privacyzen-exposures .container .exposures-content .image-placeholder img{display:block;width:100%;height:auto}.privacyzen-exposures .container .exposures-content .info .icon{width:60px;height:60px;margin-bottom:24px;display:flex;align-items:center;justify-content:center;border:1px solid #01A79C;border-radius:12px}.privacyzen-exposures .container .exposures-content .info .icon img{max-width:30px;height:auto}.privacyzen-exposures .container .exposures-content .info .title{font-size:32px;color:#000;margin-bottom:16px}.privacyzen-exposures .container .exposures-content .info ul{padding:0;margin:20px 0 0;list-style:none;display:flex;flex-direction:column;gap:6px}.privacyzen-exposures .container .exposures-content .info ul li{position:relative;font-size:18px;font-weight:500;color:#000;padding-left:40px}.privacyzen-exposures .container .exposures-content .info ul li:before{position:absolute;left:0;top:50%;transform:translateY(-50%);width:23px;height:23px;background:#01a79c;border-radius:100%;content:""}.privacyzen-exposures .container .exposures-content .info ul li:after{position:absolute;transform:rotate(42deg) translate(-50%,-50%);left:7px;top:14px;height:8px;width:4px;border-bottom:2px solid #fff;border-right:2px solid #fff;content:""}.privacyzen-protect{padding:80px 0}.privacyzen-protect .container{max-width:1440px}.privacyzen-protect .container .title{font-size:48px;text-align:center;margin-bottom:40px}@media only screen and (max-width:767px){.privacyzen-protect .container .title{font-size:32px}}.privacyzen-protect .container .protect-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:48px}@media only screen and (max-width:1200px){.privacyzen-protect .container .protect-wrapper{grid-template-columns:repeat(1,1fr);gap:40px}}.privacyzen-protect .container .protect-wrapper .protect-block{display:flex;align-items:flex-start;gap:24px}.privacyzen-protect .container .protect-wrapper .protect-block .icon{flex:0 0 72px;width:72px;height:72px;display:flex;align-items:center;justify-content:center;background:#fcb2231a;border:1px solid #FCB223;border-radius:12px}@media only screen and (max-width:767px){.privacyzen-protect .container .protect-wrapper .protect-block .icon{flex:0 0 60px;width:60px;height:60px}}.privacyzen-protect .container .protect-wrapper .protect-block .icon img{max-width:40px;height:auto}@media only screen and (max-width:767px){.privacyzen-protect .container .protect-wrapper .protect-block .icon img{max-width:30px}}.privacyzen-protect .container .protect-wrapper .protect-block .info .sub-title{font-size:24px;margin-bottom:8px}.privacyzen-faq{padding:80px 0;background:#daf5f3}.privacyzen-faq .container{max-width:1000px}.privacyzen-faq .container .heading{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:16px;margin-bottom:64px}.privacyzen-faq .container .heading .title{font-size:48px;color:#000}@media only screen and (max-width:767px){.privacyzen-faq .container .heading .title{font-size:32px}}.privacyzen-faq .container .heading .sub-title{font-size:20px;font-weight:500}@media only screen and (max-width:767px){.privacyzen-faq .container .heading .sub-title{font-size:18px}}.privacyzen-faq .container .heading .sub-title a{color:#01a79c;text-decoration:underline}.privacyzen-faq .container .heading .sub-title a:hover{color:#000}.privacyzen-faq .container .faq-section{display:flex;flex-direction:column;gap:12px}.privacyzen-faq .container .faq-item{background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:12px}.privacyzen-faq .container .faq-question{width:100%;background:none;border:none;display:flex;justify-content:space-between;align-items:center;font-size:18px;font-weight:500;text-align:left;padding:24px;gap:24px;cursor:pointer;transition:color .2s ease}@media only screen and (max-width:767px){.privacyzen-faq .container .faq-question{font-size:16px;line-height:normal}}.privacyzen-faq .container .faq-question:hover{color:#01a79c}.privacyzen-faq .container .faq-question .arrow{flex:0 0 24px;width:24px;height:24px;transition:transform .25s ease}.privacyzen-faq .container .faq-question[aria-expanded=true] .arrow{transform:rotate(180deg)}.privacyzen-faq .container .faq-answer{max-height:0;overflow:hidden;opacity:0;transition:all .3s ease}.privacyzen-faq .container .faq-answer p{padding:0 24px 24px}.privacyzen-faq .container .faq-answer.open{max-height:300px;opacity:1}@media only screen and (max-width:767px){.privacyzen-faq .container .faq-answer.open{max-height:500px}}.site-footer{padding:80px 0;background:#fff;color:#000;border-top:1px solid rgba(0,0,0,.2);font-size:14px}.site-footer .container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.site-footer .container .brand-logo{max-width:160px}.site-footer .container .brand-logo img{max-width:100%;height:auto}.site-footer .container .footer-signup{position:relative}.site-footer .container .footer-signup input{padding:6px 16px;border:1px solid rgba(0,0,0,.2);border-radius:30px;font-size:14px;width:300px;height:42px;outline:none;transition:all ease-in-out .3s}.site-footer .container .footer-signup input:focus{border-color:#01a79c}.site-footer .container .footer-signup .btn{font-size:14px;position:absolute;right:2px;top:2px;height:calc(100% - 4px);border-radius:30px}.site-footer .container .footer-links{padding:0;margin:0;list-style:none;display:flex;gap:12px}.site-footer .container .footer-links li{position:relative}.site-footer .container .footer-links li:after{content:"|";display:inline-block;margin-left:12px;opacity:.4}.site-footer .container .footer-links li:last-child:after{display:none}.site-footer .container .footer-links li a{color:#000;text-decoration:none;transition:color ease .2s}.site-footer .container .footer-links li a:hover{color:#01a79c}.brands-section{position:relative;display:flex;flex-direction:column;gap:8px;overflow:hidden;padding:20px 0}.brands-section:before,.brands-section:after{content:"";position:absolute;top:0;width:100px;height:100%;pointer-events:none;z-index:4}.brands-section:before{left:0;background:linear-gradient(to right,#f4f4f4,#f4f4f400)}.brands-section:after{right:0;background:linear-gradient(to left,#f4f4f4,#f4f4f400)}.brands-section .brand-row{overflow:hidden;position:relative;width:100%;height:50px;display:flex;gap:8px;z-index:2}.brands-section .brand-row .brand-track{display:flex;gap:8px;position:absolute;top:0;will-change:transform}.brand{display:inline-flex;align-items:center;gap:8px;height:50px;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:30px;padding:0 16px;white-space:nowrap;box-shadow:0 1px 6px #0000000f}.brand .brand-logo{width:24px;height:24px}.brand .brand-logo img{width:100%;height:auto;display:block}.brand .brand-name{font-size:14px;font-weight:600;color:#000}.pricing-heading{display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center;text-align:center;padding:60px 0}.pricing-heading .title{font-size:58px;margin:0}.pricing-heading .lead{font-size:22px;font-weight:500}.pricing-features{max-width:1280px;background:#fff;border:1px solid rgba(0,0,0,.2);border-radius:16px;padding:40px;margin:0 auto 80px}.pricing-features .features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:40px}@media only screen and (max-width:1200px){.pricing-features .features-grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:767px){.pricing-features .features-grid{grid-template-columns:repeat(1,1fr)}}.pricing-features .features-grid .fe-block{background:#f6f6f6;padding:32px;border-radius:12px}.pricing-features .features-grid .fe-block .icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:16px}.pricing-features .features-grid .fe-block .icon img{display:block}.pricing-features .features-grid .fe-block .fe-title{font-size:20px;margin:0}.pricing-features .action{display:flex;justify-content:center}.pricing-features .action .btn{min-width:400px}@media only screen and (max-width:767px){.pricing-features .action .btn{min-width:auto}}.billing-toggle{position:relative;display:inline-grid;grid-template-columns:1fr 1fr;background:#fff;border:1px solid rgba(0,0,0,.2);border-radius:50px;padding:4px;overflow:hidden;width:400px;margin-top:20px}.billing-toggle input{display:none}.billing-toggle label{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 22px;font-size:18px;font-weight:500;cursor:pointer;z-index:2;transition:color .3s ease}.billing-toggle label .price{display:none;font-weight:700;color:#fff}.billing-toggle .toggle-bg{position:absolute;top:4px;left:4px;width:calc(50% - 4px);height:calc(100% - 8px);background:#01a79c;border-radius:50px;z-index:1;transition:transform .35s ease}.billing-toggle #monthly:checked~.toggle-bg{transform:translate(100%)}.billing-toggle #annual:checked~label[for=annual],.billing-toggle #monthly:checked~label[for=monthly]{color:#fff}.billing-toggle #annual:checked~label[for=annual] .price,.billing-toggle #monthly:checked~label[for=monthly] .price{display:inline}.page-banner{position:relative;background:#daf5f3;padding:120px 0 80px;min-height:700px;overflow:hidden}@media only screen and (max-width:1200px){.page-banner{padding:80px 0;min-height:auto}}.page-banner .zen-shape{position:absolute}@media only screen and (max-width:1200px){.page-banner .zen-shape{display:none}}.page-banner .zen-shape.pos-left{left:-350px;top:50%;transform:translateY(-50%)}.page-banner .zen-shape.pos-right{right:-350px;top:50%;transform:translateY(-50%)}.page-banner .banner-text{max-width:700px;margin:auto;text-align:center}.page-banner .banner-text .title{font-size:68px;line-height:1;margin:0 0 40px}@media only screen and (max-width:1200px){.page-banner .banner-text .title{font-size:38px}}.page-banner .banner-text .lead{font-size:18px;margin:16px 0 32px}.page-banner.auto-h{min-height:auto;padding:100px 0}@media only screen and (max-width:1200px){.page-banner.auto-h{padding:80px 0}}.page-banner.auto-h .banner-text{max-width:960px}.zen-protect{padding:80px 0;background:#fff;text-align:center}.zen-protect .title{font-size:48px;margin:0}@media only screen and (max-width:1200px){.zen-protect .title{font-size:30px}}.zen-protect .lead{font-size:20px;font-weight:500;max-width:800px;margin:20px auto}.zen-protect .protect-blocks{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin:40px 0}@media only screen and (max-width:1200px){.zen-protect .protect-blocks{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:767px){.zen-protect .protect-blocks{grid-template-columns:repeat(1,1fr)}}.zen-protect .protect-blocks .col{padding:32px;border:1px solid rgba(0,0,0,.2);border-radius:12px;display:flex;flex-direction:column;gap:16px;text-align:left}.zen-protect .protect-blocks .col .icon{width:70px;height:70px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #FCB223;background-color:#fcb2231a;border-radius:16px;margin-bottom:8px}@media only screen and (max-width:767px){.zen-protect .protect-blocks .col .icon{width:60px;height:60px}}.zen-protect .protect-blocks .col .icon img{max-width:40px;height:auto}@media only screen and (max-width:767px){.zen-protect .protect-blocks .col .icon img{max-width:30px}}.zen-protect .protect-blocks .col .sub-title{font-size:20px;margin:0}.zen-protect .sec-sub-title{font-size:24px;margin:0 0 40px}.zen-protect.bg-zen-sky{background-color:#daf5f3}.zen-protect.bg-zen-sky .protect-blocks{gap:20px}.zen-protect.bg-zen-sky .protect-blocks .col{background:#fff}.zen-protect.bg-zen-sky .protect-blocks .col .icon{border-color:#01a79c;background-color:#01a79c1a}.zen-stats{padding:80px 0;background:#daf5f3}.zen-stats .heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px}.zen-stats .heading .title{font-size:48px;line-height:1;margin:0}@media only screen and (max-width:1200px){.zen-stats .heading .title{font-size:32px}}.zen-stats .heading .line{flex:1 1 auto;height:1px;background:#0003;margin-bottom:2px;margin-right:-20px}.zen-stats .heading .icon{max-width:60px}.zen-stats .heading .icon img{display:block;width:100%;height:auto}.zen-stats .stat-blocks{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}@media only screen and (max-width:1200px){.zen-stats .stat-blocks{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:767px){.zen-stats .stat-blocks{grid-template-columns:repeat(1,1fr)}}.zen-stats .stat-blocks .col{text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px}.zen-stats .stat-blocks .col .icon{max-width:80px}.zen-stats .stat-blocks .col .icon img{display:block;width:100%;height:auto}.zen-stats .stat-blocks .col .sub-title{font-size:22px;font-weight:500;margin:0}.zen-safeguard{padding:80px 0;background:#daf5f3;text-align:center}.zen-safeguard .content{max-width:820px;margin:auto}.zen-safeguard .content .title{font-size:48px;margin:32px 0 20px}@media only screen and (max-width:1200px){.zen-safeguard .content .title{font-size:30px}}.zen-safeguard .content .lead{font-size:22px;margin:16px 0 32px}.zen-approach{padding:80px 0;background:#fff}.zen-approach .container .heading{max-width:860px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:16px;margin:0 auto 64px}.zen-approach .container .heading .title{font-size:48px;color:#000}@media only screen and (max-width:767px){.zen-approach .container .heading .title{font-size:32px}}.zen-approach .container .heading .lead{font-size:20px;font-weight:500}@media only screen and (max-width:767px){.zen-approach .container .heading .lead{font-size:18px}}.zen-approach .container .approach-slider-wrapper{position:relative;overflow:hidden}.zen-approach .container .approach-slider-wrapper .approach-slider .approach-slide{display:flex;gap:80px}@media only screen and (max-width:1200px){.zen-approach .container .approach-slider-wrapper .approach-slider .approach-slide{flex-direction:column;gap:40px}}.zen-approach .container .approach-slider-wrapper .approach-slider .approach-slide .thumb{flex:0 0 700px;height:400px;background:#fff;padding:6px;border:1px solid rgba(0,0,0,.1);border-radius:12px;overflow:hidden}@media only screen and (max-width:1200px){.zen-approach .container .approach-slider-wrapper .approach-slider .approach-slide .thumb{flex:0 0 400px}}.zen-approach .container .approach-slider-wrapper .approach-slider .approach-slide .thumb img{width:100%;height:100%;object-fit:cover;border:1px solid rgba(0,0,0,.2);border-radius:12px}.zen-approach .container .approach-slider-wrapper .approach-slider .approach-slide .info{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;gap:16px}.zen-approach .container .approach-slider-wrapper .approach-slider .approach-slide .info .sub-title{font-size:24px;margin:0}.zen-approach .container .approach-slider-wrapper .approach-slider .approach-slide .info ul{padding:0;margin:20px 0 0;list-style:none;display:flex;flex-direction:column;gap:12px}.zen-approach .container .approach-slider-wrapper .approach-slider .approach-slide .info ul li{position:relative;color:#000;padding-left:40px}.zen-approach .container .approach-slider-wrapper .approach-slider .approach-slide .info ul li:before{position:absolute;left:0;top:4px;width:23px;height:23px;background:#01a79c;border-radius:100%;content:""}.zen-approach .container .approach-slider-wrapper .approach-slider .approach-slide .info ul li:after{position:absolute;transform:rotate(42deg) translate(-50%,-50%);left:7px;top:15px;height:8px;width:4px;border-bottom:2px solid #fff;border-right:2px solid #fff;content:""}.zen-approach .container .zen-statement{margin-top:80px}.zen-approach .container .zen-statement .stat-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:40px}@media only screen and (max-width:1024px){.zen-approach .container .zen-statement .stat-heading{flex-direction:column;align-items:flex-start}}.zen-approach .container .zen-statement .stat-heading .icon{flex:0 0 120px}.zen-approach .container .zen-statement .stat-heading .icon img{display:block;width:100%;height:auto}.zen-approach .container .zen-statement .stat-heading .title{font-size:48px;color:#000;max-width:440px;margin-right:auto}@media only screen and (max-width:767px){.zen-approach .container .zen-statement .stat-heading .title{font-size:32px}}.zen-approach .container .zen-statement .stat-heading .soc-icons{display:inline-flex;gap:24px}.zen-approach .container .zen-statement .stat-heading .soc-icons img{width:auto;max-height:70px}.zen-approach .container .zen-statement .privacy-policy{position:relative}.zen-approach .container .zen-statement .privacy-policy .scrollable-content{display:flex;flex-direction:column;gap:20px;max-height:400px;padding-bottom:60px;overflow:auto}.zen-approach .container .zen-statement .privacy-policy .scrollable-content .date{font-size:14px;font-weight:500}.zen-approach .container .zen-statement .privacy-policy .scrollable-content::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.2);border-radius:10px;background-color:#f5f5f5}.zen-approach .container .zen-statement .privacy-policy .scrollable-content::-webkit-scrollbar{width:10px;background-color:#f5f5f5}.zen-approach .container .zen-statement .privacy-policy .scrollable-content::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#01a79c}.zen-approach .container .zen-statement .privacy-policy:after{width:100%;height:100px;position:absolute;left:0;bottom:0;z-index:1;background:linear-gradient(0deg,#fff,#fff0);content:""}
