body,html{width:100%;height:100%}body :not(script){border:0;margin:0;padding:0;box-sizing:border-box}.buttonStyle{color:#fff;font-size:16px;cursor:pointer;font-weight:700;border-radius:30px;padding:10px 30px;align-items:center;display:inline-flex;justify-content:center;background:#dd4b57;transition:all .3s ease;border:1px solid #dd4b57}.buttonStyle:hover{color:#dd4b57;background:#fff}.webviewMode .contentWrapper{margin:0 auto;padding:20px 40px;background:#f5f2f2}.contentWrapper{min-height:50vh;max-width:768px;margin:150px auto 50px}.contentWrapper h1{font-size:36px}.contentWrapper h2,.contentWrapper h3,.contentWrapper h4,.contentWrapper h5,.contentWrapper h6{font-size:20px;margin-top:50px}.contentWrapper img{max-width:100%;object-fit:cover;margin:50px auto 0}.contentWrapper p{margin:20px 0;line-height:26px}.contentWrapper a:not(.buttonStyle){color:#dd4b57}.contentWrapper a:not(.buttonStyle):hover{text-decoration:underline}.contentWrapper .buttonStyle{margin-top:20px}.contentWrapper ol,.contentWrapper ul{margin:0;padding:0 0 0 10px}.contentWrapper ol li,.contentWrapper ul li{margin:5px 0;line-height:26px}.contentWrapper ol li ol,.contentWrapper ol li ul,.contentWrapper ul li ol,.contentWrapper ul li ul{margin-left:30px}.contentWrapper ol li ol,.contentWrapper ul li ol{list-style-type:lower-alpha}@media(max-width:768px){.contentWrapper{padding:0 calc(5% + 10px)}.contentWrapper h1{font-size:24px}.contentWrapper h2,.contentWrapper h3,.contentWrapper h4,.contentWrapper h5,.contentWrapper h6{font-size:18px}}html{height:100%;scroll-behavior:smooth}body{margin:0;font-size:16px;font-weight:400;color:#000;overflow-x:hidden;overflow-y:scroll;background:#fff;font-family:Inter,sans-serif;scrollbar-width:thin;scrollbar-color:rgba(69,130,195,.5) rgba(0,0,0,.1)}body::-webkit-scrollbar,html::-webkit-scrollbar{width:3px!important}body::-webkit-scrollbar-track,html::-webkit-scrollbar-track{background:rgba(0,0,0,.03)!important;border-radius:2px}body::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb{background:#4582c3!important;border-radius:2px;-webkit-transition:background .3s ease;transition:background .3s ease}body::-webkit-scrollbar-thumb:hover,html::-webkit-scrollbar-thumb:hover{opacity:.8!important}button,h2,h3,h4,h5,h6,strong,t h1{font-weight:700}a{color:#000;text-decoration:none}p{line-height:24px}p a{vertical-align:top;display:inline-block}.noborder{border:0!important}button,input,select,textarea{border:0;outline:none;font-family:DM Sans,sans-serif}.headingStyle{font-size:24px;font-weight:0;line-height:32px}.flexCenter{display:flex}.flexCenter,.inlineFlexCenter{align-items:center;justify-content:center}.inlineFlexCenter{display:inline-flex}.blockSection{padding:80px 5%;overflow-x:hidden}@media(max-width:768px){.blockSection{padding:50px 5%}}.seprator{width:100%;height:1px;display:block;background:#ebebeb}.grayBackground{background:#f5f2f2}.themeBackgound{background:#dd4b57}.gridColumn{width:100%;margin:0 auto;max-width:1140px}.slick-slider{-webkit-user-select:unset!important;-moz-user-select:unset!important;user-select:unset!important}.fade-appear,.fade-enter{opacity:0}.fade-appear-active,.fade-enter-active{transition:opacity .3s linear;opacity:1}.fade-exit{transition:opacity .2s linear;opacity:1}.fade-exit-active{opacity:0}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.container.container-sm{max-width:800px}.container.container-lg{max-width:1400px}.container.container-fluid{max-width:none;padding:0 5%}@media(max-width:768px){.container{padding:0 15px}}.section{padding:80px 0}.section.section-sm{padding:40px 0}.section.section-lg{padding:120px 0}.section.section-hero{padding:120px 0;min-height:80vh;display:flex;align-items:center}@media(max-width:768px){.section{padding:60px 0}.section.section-sm{padding:30px 0}.section.section-lg{padding:80px 0}.section.section-hero{padding:80px 0;min-height:60vh}}.grid{display:grid;grid-gap:40px;gap:40px}.grid.grid-1{grid-template-columns:1fr}.grid.grid-2{grid-template-columns:1fr 1fr}@media(max-width:768px){.grid.grid-2{grid-template-columns:1fr}}.grid.grid-3{grid-template-columns:1fr 1fr 1fr}@media(max-width:768px){.grid.grid-3{grid-template-columns:1fr}}@media(min-width:769px)and (max-width:1024px){.grid.grid-3{grid-template-columns:1fr 1fr}}.grid.grid-4{grid-template-columns:repeat(4,1fr)}@media(max-width:768px){.grid.grid-4{grid-template-columns:1fr 1fr}}@media(max-width:480px){.grid.grid-4{grid-template-columns:1fr}}.grid.grid-60-40{grid-template-columns:60% 40%}@media(max-width:768px){.grid.grid-60-40{grid-template-columns:1fr}}.grid.grid-70-30{grid-template-columns:70% 30%}@media(max-width:768px){.grid.grid-70-30{grid-template-columns:1fr}}.grid.gap-sm{gap:20px}.grid.gap-lg{gap:60px}.grid.gap-xl{gap:80px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.content-block{background:#fff;border-radius:15px;padding:40px;box-shadow:0 4px 20px rgba(0,0,0,.05)}.content-block.content-block-bordered{border:2px solid #4582c3}.content-block.content-block-gradient{background:linear-gradient(135deg,#f8f9fa,#fff)}@media(max-width:768px){.content-block{padding:30px 20px}.hide-mobile{display:none!important}}@media(min-width:769px){.hide-desktop{display:none!important}}.show-mobile{display:none}@media(max-width:768px){.show-mobile{display:block!important}}.spacing-xs{margin:10px 0}.spacing-sm{margin:20px 0}.spacing-md{margin:40px 0}.spacing-lg{margin:60px 0}.spacing-xl{margin:80px 0}.spacing-top-xs{margin-top:10px}.spacing-top-sm{margin-top:20px}.spacing-top-md{margin-top:40px}.spacing-top-lg{margin-top:60px}.spacing-top-xl{margin-top:80px}.spacing-bottom-xs{margin-bottom:10px}.spacing-bottom-sm{margin-bottom:20px}.spacing-bottom-md{margin-bottom:40px}.spacing-bottom-lg{margin-bottom:60px}.spacing-bottom-xl{margin-bottom:80px}.has-background{position:relative;overflow-x:hidden}.has-background.bg-pattern-dots:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle,rgba(69,130,195,.1) 1px,transparent 0);background-size:20px 20px;z-index:-1}.has-background.bg-pattern-lines:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(90deg,rgba(69,130,195,.05) 1px,transparent 0);background-size:40px 40px;z-index:-1}.bg-image.size-small{position:absolute;pointer-events:none;opacity:.15;z-index:0;width:300px}@media(max-width:768px){.bg-image.size-small{width:200px}}.bg-image.size-small{height:auto}.bg-image.size-medium{position:absolute;pointer-events:none;opacity:.15;z-index:0;width:500px}@media(max-width:768px){.bg-image.size-medium{width:300px}}.bg-image.size-medium{height:auto}.bg-image.size-large{position:absolute;pointer-events:none;opacity:.15;z-index:0;width:700px}@media(max-width:768px){.bg-image.size-large{width:400px}}.bg-image.size-large{height:auto}.bg-image.pos-top-left{position:absolute;pointer-events:none;opacity:.15;z-index:0;width:500px}@media(max-width:768px){.bg-image.pos-top-left{width:300px}}.bg-image.pos-top-left{height:auto;top:100px;left:-50px}@media(max-width:768px){.bg-image.pos-top-left{top:50px;left:-30px}}.bg-image.pos-top-right{position:absolute;pointer-events:none;opacity:.15;z-index:0;width:500px}@media(max-width:768px){.bg-image.pos-top-right{width:300px}}.bg-image.pos-top-right{height:auto;top:100px;right:-50px}@media(max-width:768px){.bg-image.pos-top-right{top:50px;right:-30px}}.bg-image.pos-bottom-left{position:absolute;pointer-events:none;opacity:.15;z-index:0;width:500px}@media(max-width:768px){.bg-image.pos-bottom-left{width:300px}}.bg-image.pos-bottom-left{height:auto;bottom:100px;left:-50px}@media(max-width:768px){.bg-image.pos-bottom-left{bottom:50px;left:-30px}}.bg-image.pos-bottom-right{position:absolute;pointer-events:none;opacity:.15;z-index:0;width:500px}@media(max-width:768px){.bg-image.pos-bottom-right{width:300px}}.bg-image.pos-bottom-right{height:auto;bottom:100px;right:-50px}@media(max-width:768px){.bg-image.pos-bottom-right{bottom:50px;right:-30px}}.bg-image.pos-center{position:absolute;pointer-events:none;opacity:.08;z-index:0;width:700px}@media(max-width:768px){.bg-image.pos-center{width:400px}}.bg-image.pos-center{height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.bg-white{background-color:#fff}.bg-light-gray{background-color:#f8f9fa}.bg-gradient-primary{background:linear-gradient(90deg,#dd4b57,#d37d92 33%,#9d74ac 66%,#4582c3)}.bg-gradient-light{background:linear-gradient(135deg,#f8f9fa,#fff)}.section{position:relative;width:100%;overflow:hidden}.section.bg-white{background:#fff;color:#333}.section.bg-gradient{background:linear-gradient(90deg,#dd4b57,#d37d92 33%,#9d74ac 66%,#4582c3);color:#fff}.section.bg-gradient .section-title,.section.bg-gradient h1,.section.bg-gradient h2,.section.bg-gradient h3,.section.bg-gradient h4,.section.bg-gradient h5,.section.bg-gradient h6{color:#fff}.section.bg-png{color:#333;position:relative}.section.bg-png.bg-image-bg_1{background-image:url(/svg/Background/bg_1.png)}.section.bg-png.bg-image-bg_1,.section.bg-png.bg-image-bg_2{background-size:cover;background-repeat:no-repeat;background-position:50%;background-attachment:scroll}.section.bg-png.bg-image-bg_2{background-image:url(/svg/Background/bg_2.png)}.section.bg-png.bg-image-bg_3{background-image:url(/svg/Background/bg_3.png);background-size:cover;background-repeat:no-repeat;background-position:50%;background-attachment:scroll}.section.bg-png:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.7);z-index:0;pointer-events:none}.section.padding-none{padding:0}.section.padding-small{padding:40px 0}@media(max-width:768px){.section.padding-small{padding:30px 0}}.section.padding-normal{padding:80px 0}@media(max-width:768px){.section.padding-normal{padding:60px 0}}.section.padding-large{padding:120px 0}@media(max-width:768px){.section.padding-large{padding:80px 0}}.section .section-content{position:relative;z-index:2;width:96vw;margin:0 auto;padding:0 20px;box-sizing:border-box}@media(max-width:768px){.section .section-content{width:96vw}}.section .section-title{font-family:Nunito,sans-serif;font-size:48px;font-weight:700;text-align:center;color:#4582c3;margin:0 0 50px}@media(max-width:768px){.section .section-title{font-size:36px;margin:0 0 40px}}@media(max-width:680px){.section .section-title{font-size:28px}}.landing-page-template{position:relative;width:100%;padding-top:70px;scroll-behavior:smooth}.landing-page-template.shop-page{padding-top:70px}.landing-page-template.shop-page>:first-child{margin-top:0}.page-template{position:relative;width:100%;padding-top:70px;min-height:100vh;scroll-behavior:smooth}.page-template:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.7);z-index:0;pointer-events:none}.page-backgrounds{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:-1}.background-layer{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:scroll}.background-layer.bg-bg_1{background-image:url(/svg/Background/bg_1.png)}.background-layer.bg-bg_2{background-image:url(/svg/Background/bg_2.png)}.background-layer.bg-bg_3{background-image:url(/svg/Background/bg_3.png)}.page-content{position:relative;z-index:1;width:100%;margin:0;padding:0;background:transparent}.page-content>:first-child{margin-top:0;padding-top:30px}@media(max-width:768px){.page-content>:first-child{padding-top:25px}}.page-content .sectionTitle{background:#fff;display:inline-block;padding:15px 30px;text-align:center;width:auto;font-family:Nunito,sans-serif;font-size:48px;font-weight:700;color:#4582c3}@media(max-width:768px){.page-content .sectionTitle{padding:12px 25px;font-size:36px}}@media(max-width:680px){.page-content .sectionTitle{padding:10px 20px;font-size:28px}}.page-content .aboutHero,.page-content section:has(.sectionTitle){text-align:center}.sectionTitle{font-size:48px;text-align:center;color:#4582c3;font-family:Nunito,sans-serif;font-weight:700}@media(max-width:768px){.sectionTitle{font-size:36px;text-align:center}}@media(max-width:680px){.sectionTitle{font-size:28px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease-out}.modal-content{background:#fff;border-radius:12px;padding:30px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:slideUp .3s ease-out}.modal-close{position:absolute;top:15px;right:20px;background:none;border:none;font-size:28px;cursor:pointer;color:#666;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.modal-close:hover{background-color:#f5f5f5;color:#333}.modal-header{margin-bottom:25px}.modal-header h2{margin:0 0 10px;color:#4582c3;font-family:Nunito,sans-serif;font-size:24px;font-weight:700}.modal-header p{margin:0;color:#333;font-family:Inter,sans-serif;line-height:1.5}.newsletter-form .form-group{margin-bottom:20px}.newsletter-form .form-group label{display:block;margin-bottom:8px;color:#333;font-family:Inter,sans-serif;font-weight:600}.newsletter-form .form-group input[type=email]{width:100%;padding:12px 15px;border:2px solid #e0e0e0;border-radius:8px;font-family:Inter,sans-serif;font-size:16px;transition:all .3s ease;box-sizing:border-box}.newsletter-form .form-group input[type=email]:focus{outline:none;border-color:#4582c3;box-shadow:0 0 0 3px rgba(69,130,195,.1)}.newsletter-form .form-group input[type=email]:disabled{background-color:#f5f5f5;cursor:not-allowed}.newsletter-form .submit-button-newsletter{width:100%;padding:15px 30px;background:#fff;color:#4582c3;border:2px solid transparent;background:linear-gradient(#fff,#fff) padding-box,rgba(69,130,195,.6) border-box;border-radius:10px;font-family:Inter,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.newsletter-form .submit-button-newsletter:hover:not(:disabled){box-shadow:0 6px 20px rgba(69,130,195,.3);background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#dd4b57,#d37d92 33%,#9d74ac 66%,#4582c3) border-box;color:#369}.newsletter-form .submit-button-newsletter:active:not(:disabled){transform:translateY(0)}.newsletter-form .submit-button-newsletter:disabled{background:#f0f0f0;color:#999;border:2px solid #e0e0e0;cursor:not-allowed;transform:none;box-shadow:none}.newsletter-form .message{margin-top:15px;padding:12px 16px;border-radius:6px;font-size:14px;text-align:center}.newsletter-form .message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.newsletter-form .message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.modal-footer{margin-top:25px;padding-top:20px;border-top:1px solid #e9ecef}.modal-footer p{margin:0;color:#666;font-family:Inter,sans-serif;font-size:13px;text-align:center}.modal-footer p a{color:#4582c3;text-decoration:none}.modal-footer p a:hover{text-decoration:underline}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:768px){.modal-content{margin:20px;padding:20px;width:calc(100% - 40px)}.modal-header h2{font-size:20px}}.footer{padding:clamp(15px,3vw,25px) 0 clamp(10px,2vw,15px);background:linear-gradient(90deg,#dd4b57,#d37d92 33%,#9d74ac 66%,#4582c3);color:#fff;width:100%;box-sizing:border-box}.footer .gridColumn{display:flex;flex-direction:column;width:96vw;max-width:none;margin:0 auto;padding:0;box-sizing:border-box}@media(max-width:768px){.footer .gridColumn{width:96vw}}.footer .footerContent{display:grid;grid-template-columns:2fr 2fr 1.5fr;grid-gap:clamp(20px,4vw,60px);gap:clamp(20px,4vw,60px);margin-bottom:clamp(10px,2vw,20px);align-items:start;width:100%;max-width:none;box-sizing:border-box}@media(max-width:768px){.footer .footerContent{grid-template-columns:1fr;gap:clamp(35px,7vw,50px);text-align:left}}@media(max-width:680px){.footer .footerContent{gap:clamp(12px,2.5vw,20px)}}@media(max-width:768px){.footer .column{display:flex;flex-direction:column;align-items:flex-start}.footer .column.desktop-nav-only{display:none}.footer .column.contact-column{margin-bottom:clamp(20px,4vw,30px);order:1}.footer .column.newsletter-column{order:2}}.footer .column strong{color:#fff;font-weight:700;font-size:clamp(14px,3vw,18px);display:block;margin-bottom:clamp(8px,2vw,12px)}.footer .column p{color:#fff;margin:0 0 clamp(12px,2.5vw,18px);line-height:1.5;font-size:clamp(13px,2.5vw,15px)}.footer .column p .link{color:#fff;text-decoration:underline}.footer .column p .link:hover{color:hsla(0,0%,100%,.8)}.footer .column .footerNavContainer{display:flex;gap:clamp(15px,3vw,30px);justify-content:space-between;width:100%;max-width:min(90vw,900px);margin:0 auto}@media(max-width:768px){.footer .column .footerNavContainer{flex-direction:row;gap:clamp(40px,8vw,60px);justify-content:center;align-items:flex-start;max-width:none}}.footer .column:has(.footerNavContainer) strong{margin-left:clamp(20px,8vw,80px)}@media(max-width:768px){.footer .column:has(.footerNavContainer) strong{margin-left:0}}.footer .column .navColumn{flex:0 0 auto}.footer .column .navColumn:first-child{margin-left:clamp(20px,8vw,80px)}@media(max-width:768px){.footer .column .navColumn:first-child{margin-left:0;transform:translateX(10px)}}.footer .column .navColumn:last-child{display:flex;justify-content:flex-end}@media(max-width:768px){.footer .column .navColumn:last-child{justify-content:flex-start;transform:translateX(10px)}}.footer .column .footerNav{display:flex;flex-direction:column;gap:clamp(4px,1vw,8px);align-items:flex-start}@media(max-width:768px){.footer .column .footerNav{align-items:center}}.navColumn:last-child .footer .column .footerNav{align-items:flex-end}@media(max-width:768px){.navColumn:last-child .footer .column .footerNav{align-items:center}}.footer .column .footerNav a{color:#fff;text-decoration:none;transition:color .3s ease;display:inline-block;width:-moz-fit-content;width:fit-content;font-size:clamp(12px,2.2vw,14px)}.footer .column .footerNav a:hover{color:hsla(0,0%,100%,.8)}.footer .column .footerNav a.active{color:hsla(0,0%,100%,.9);font-weight:600}.footer .column .newsletterBtn{background:transparent;color:#fff;border:2px solid #fff;border-radius:clamp(15px,3vw,25px);padding:clamp(8px,2vw,12px) clamp(15px,3vw,25px);font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:all .3s ease;font-size:clamp(12px,2.5vw,15px)}.footer .column .newsletterBtn:hover{background:#fff;color:#4582c3}@media(max-width:680px){.footer .column .newsletterBtn{width:100%;text-align:center}}.footer .column .socialLinks{display:flex;gap:10px;margin-top:10px}.footer .column .socialLinks .socialLink{width:28px;height:28px}.footer .column .socialLinks .socialLink img{width:100%;height:100%;transition:all .3s ease}.footer .column .socialLinks .socialLink:hover img{transform:scale(1.1)}.footer .column .footerSocialLinks{display:flex;align-items:center;gap:12px;margin-top:clamp(4px,1vw,8px);overflow:visible}.footer .column .footerSocialLinks a.footerSocialLink{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;transition:all .3s ease;text-decoration:none;background:transparent;overflow:visible}.footer .column .footerSocialLinks a.footerSocialLink svg{width:16px;height:16px;transition:all .3s ease}.footer .column .footerSocialLinks a.footerSocialLink svg circle,.footer .column .footerSocialLinks a.footerSocialLink svg g,.footer .column .footerSocialLinks a.footerSocialLink svg path,.footer .column .footerSocialLinks a.footerSocialLink svg rect{fill:#fff!important}.footer .column .footerSocialLinks a.footerSocialLink:hover{background:hsla(0,0%,100%,.1);box-shadow:0 4px 12px rgba(0,0,0,.1)}.footer .column .footerSocialLinks a.footerSocialLink:hover svg{transform:scale(1.1)}.footer .footerBottom{display:flex;justify-content:space-between;align-items:center;padding-top:clamp(8px,2vw,15px);border-top:1px solid hsla(0,0%,100%,.2)}@media(max-width:768px){.footer .footerBottom{flex-direction:column;gap:clamp(20px,4vw,30px);align-items:center}}@media(max-width:680px){.footer .footerBottom{gap:clamp(10px,2.5vw,15px)}}.footer .footerBottom .footerBottomLeft{flex:0 0 auto}@media(max-width:768px){.footer .footerBottom .footerBottomLeft{order:2;width:100%;display:flex;justify-content:center}}.footer .footerBottom .footerBottomCenter{flex:1 1;text-align:center}@media(max-width:768px){.footer .footerBottom .footerBottomCenter{text-align:center;order:1}}.footer .footerBottom .footerSocialSection strong{color:#fff;font-weight:700;font-size:14px;display:block;margin-bottom:8px}.footer .footerBottom .footerSocialSection .footerSocialLinks{display:flex;gap:12px;margin-top:6px}.footer .footerBottom .footerSocialSection .footerSocialLinks .footerSocialLink{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;transition:all .3s ease;text-decoration:none;background:transparent}.footer .footerBottom .footerSocialSection .footerSocialLinks .footerSocialLink svg{width:16px;height:16px;transition:all .3s ease}.footer .footerBottom .footerSocialSection .footerSocialLinks .footerSocialLink:hover{background:hsla(0,0%,100%,.1);box-shadow:0 4px 12px rgba(0,0,0,.1)}.footer .footerBottom .footerSocialSection .footerSocialLinks .footerSocialLink:hover svg{transform:scale(1.1)}.footer .footerBottom .footerSocialSection .footerSocialLinks .footerSocialLink:active{transform:translateY(0)}.footer .footerBottom .companyInfo{color:#fff;font-size:clamp(10px,2vw,12px);font-family:Inter,sans-serif;line-height:1.4}@media(max-width:680px){.footer .footerBottom .companyInfo{text-align:left}}.appstoreButtons .row{display:flex}.appstoreButtons .row a:not(:last-child){margin-right:15px}.appstoreButtons .row a{width:132px}.appstoreButtons .row a img{width:100%;margin-top:0}.logoWrapper{z-index:3;display:inline-flex;align-items:flex-start}.logoWrapper .logo{width:200px;transition:width .4s ease}@media(max-width:768px){.logoWrapper .logo{width:150px}}.header{position:fixed;top:0;width:100vw;height:70px;z-index:3;padding:0;background:linear-gradient(90deg,#dd4b57,#d37d92 33%,#9d74ac 66%,#4582c3);border-bottom:none;box-sizing:border-box;transition:all .4s ease}.header .headerContainer.desktop-only{position:relative;top:100%;transform:translateY(-50%);width:96vw;max-width:none;z-index:4;margin:0 auto;padding:0 20px;background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:space-between;gap:0;transition:all .4s ease;box-sizing:border-box}@media(max-width:768px){.header .headerContainer.desktop-only{display:none}}.header .headerContainer.desktop-only .headerLeft{flex:0 0 auto}.header .headerContainer.desktop-only .headerRight{flex:0 0 auto;display:flex;align-items:center;gap:25px;position:relative}.header .headerContainer.desktop-only .headerRight .languageFlags{display:flex;gap:2px;margin-left:15px}.header .headerContainer.desktop-only .headerRight .languageFlags .flagBtn{background:transparent;border:none;cursor:pointer;padding:3px;border-radius:4px;transition:transform .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:24px}.header .headerContainer.desktop-only .headerRight .languageFlags .flagBtn svg{width:24px;height:18px}.header .headerContainer.desktop-only .headerRight .languageFlags .flagBtn:hover{transform:scale(1.1)}.header .headerContainer.desktop-only .socialLinks{position:absolute;top:-45px;right:-20px;display:flex;align-items:center;gap:12px;z-index:5;overflow:visible}.header .headerContainer.desktop-only .socialLinks .socialLink{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;transition:all .3s ease;text-decoration:none;background:transparent;overflow:visible}.header .headerContainer.desktop-only .socialLinks .socialLink svg{width:16px;height:16px;transition:all .3s ease}.header .headerContainer.desktop-only .socialLinks .socialLink svg circle,.header .headerContainer.desktop-only .socialLinks .socialLink svg g,.header .headerContainer.desktop-only .socialLinks .socialLink svg path,.header .headerContainer.desktop-only .socialLinks .socialLink svg rect{fill:#fff!important}.header .headerContainer.desktop-only .socialLinks .socialLink img{width:16px;height:16px;transition:all .3s ease;filter:brightness(0) invert(1)}.header .headerContainer.desktop-only .socialLinks .socialLink:hover{background:hsla(0,0%,100%,.1);box-shadow:0 4px 12px rgba(0,0,0,.1)}.header .headerContainer.desktop-only .socialLinks .socialLink:hover img,.header .headerContainer.desktop-only .socialLinks .socialLink:hover svg{transform:scale(1.1)}.header .headerContainer.desktop-only .socialLinks .socialLink:active{transform:translateY(0)}.header .mobileHeader.mobile-only{display:none}@media(max-width:768px){.header .mobileHeader.mobile-only{display:flex;align-items:center;justify-content:space-between;position:relative;height:100%;padding:0 5%;z-index:4}}.header .mobileHeader.mobile-only .mobileCenter,.header .mobileHeader.mobile-only .mobileLeft,.header .mobileHeader.mobile-only .mobileRight{flex:0 0 auto}.header .mobileHeader.mobile-only .mobileLeft .hamburger-react{padding:8px;border-radius:6px;transition:all .3s ease}.header .mobileHeader.mobile-only .mobileLeft .hamburger-react:hover{background:hsla(0,0%,100%,.1)}.header .mobileHeader.mobile-only .mobileCenter{flex:1 1 auto;display:flex;justify-content:center}.header .mobileHeader.mobile-only .mobileCenter .logo{padding:8px;border-radius:6px;transition:all .3s ease}.header .mobileHeader.mobile-only .mobileCenter .logo:hover{background:hsla(0,0%,100%,.1)}.header .mobileMenuBackdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);z-index:-1;opacity:0;transition:all .5s ease;pointer-events:none}.header .mobileMenuBackdrop.open{opacity:1;z-index:9;pointer-events:auto}.header .mobSlideMenu{position:fixed;top:0;left:0;width:0;height:100vh;background:linear-gradient(135deg,#fff,#f8fafc);z-index:-2;opacity:0;transition:all .6s cubic-bezier(.25,.8,.25,1);overflow:hidden;box-shadow:4px 0 20px rgba(0,0,0,.15)}.header .mobSlideMenu.open{width:70%;max-width:280px;opacity:1;z-index:10}.header .mobSlideMenu .mobileNavItems{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;height:100%;padding:16px 0 24px;gap:2px}.header .mobSlideMenu .mobileNavItems .mobileLogo{display:flex;align-items:center;justify-content:center;padding:12px;margin-bottom:0;border-bottom:1px solid rgba(69,130,195,.1)}.header .mobSlideMenu .mobileNavItems .mobileLogo svg{height:24px;width:auto}.header .mobSlideMenu .mobileNavItems .mobileLogo .logo,.header .mobSlideMenu .mobileNavItems .mobileLogo .logoWrapper{padding:0!important;border-radius:0!important;transition:none!important;background:transparent!important;transform:none!important;position:relative!important}.header .mobSlideMenu .mobileNavItems .mobileLogo .logo:before,.header .mobSlideMenu .mobileNavItems .mobileLogo .logoWrapper:before{display:none!important}.header .mobSlideMenu .mobileNavItems .mobileLogo .logo:hover,.header .mobSlideMenu .mobileNavItems .mobileLogo .logoWrapper:hover{background:transparent!important;transform:none!important}.header .mobSlideMenu .mobileNavItems .mobileLogo .logo:hover:before,.header .mobSlideMenu .mobileNavItems .mobileLogo .logoWrapper:hover:before{display:none!important;height:0!important}.header .mobSlideMenu .mobileNavItems a,.header .mobSlideMenu .mobileNavItems span{font-family:Inter,sans-serif;font-size:15px;font-weight:600;color:#4582c3;cursor:pointer;padding:10px 16px;border-radius:6px;transition:all .3s ease;margin:0 12px;position:relative;text-transform:none;text-decoration:none;display:block}.header .mobSlideMenu .mobileNavItems a:hover,.header .mobSlideMenu .mobileNavItems span:hover{background:rgba(69,130,195,.08);transform:translateX(6px);color:#2d5a87}.header .mobSlideMenu .mobileNavItems a:active,.header .mobSlideMenu .mobileNavItems span:active{transform:translateX(4px);background:rgba(69,130,195,.12)}.header .mobSlideMenu .mobileNavItems a:before,.header .mobSlideMenu .mobileNavItems span:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:0;background:#4582c3;border-radius:2px;transition:height .3s ease}.header .mobSlideMenu .mobileNavItems a:hover:before,.header .mobSlideMenu .mobileNavItems span:hover:before{height:60%}.header .mobSlideMenu .mobileNavItems .mobileFlagsContainer{margin:16px 12px 0;padding:0}.header .mobSlideMenu .mobileNavItems .mobileFlagsContainer .flagsLabel{display:none}.header .mobSlideMenu .mobileNavItems .mobileFlagsContainer .mobileFlags{display:flex;justify-content:flex-start}.header .mobSlideMenu .mobileNavItems .mobileFlagsContainer .mobileFlags .flagToggle{background:transparent;border:none;color:#4582c3;font-family:Inter,sans-serif;font-size:15px;font-weight:600;cursor:pointer;padding:10px 16px;border-radius:6px;transition:all .3s ease;display:flex;align-items:center;justify-content:flex-start;gap:8px;width:100%;position:relative;text-transform:capitalize}.header .mobSlideMenu .mobileNavItems .mobileFlagsContainer .mobileFlags .flagToggle svg{width:18px;height:13px;flex-shrink:0}.header .mobSlideMenu .mobileNavItems .mobileFlagsContainer .mobileFlags .flagToggle:hover{background:rgba(69,130,195,.08);transform:translateX(6px);color:#2d5a87}.header .mobSlideMenu .mobileNavItems .mobileFlagsContainer .mobileFlags .flagToggle:active{transform:translateX(4px);background:rgba(69,130,195,.12)}.header .mobSlideMenu .mobileNavItems .mobileFlagsContainer .mobileFlags .flagToggle:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:0;background:#4582c3;border-radius:2px;transition:height .3s ease}.header .mobSlideMenu .mobileNavItems .mobileFlagsContainer .mobileFlags .flagToggle:hover:before{height:60%}@media(min-width:768px){.header{padding:20px 0 0}.header .backarrow{display:none!important}.header>.socialLinks{display:flex}}@media(max-width:768px){.header>.socialLinks{display:none}}.header .backarrow{display:inline-flex}.header .backarrow svg{width:30px;height:30px;fill:#333;transition:fill .2s ease}.header .backarrow img{filter:brightness(0) invert(1);width:24px;height:24px}.header .backarrow:hover svg{fill:rgba(51,51,51,.7)}.header .backarrow:hover img{opacity:.7}@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Inter:wght@400;500;600;700&family=Nunito:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&family=Roboto:wght@400;500;700&family=Open+Sans:wght@400;600;700&family=Lato:wght@400;700&family=Montserrat:wght@400;500;600;700&family=Playfair+Display:wght@400;700&family=Crimson+Text:wght@400;600&family=Dancing+Script:wght@400;700&family=Pacifico&family=Great+Vibes&family=Lobster&family=Indie+Flower&family=Caveat:wght@400;700&family=Amatic+SC:wght@400;700&family=Fredoka:wght@400;600&family=Comfortaa:wght@400;700&family=Righteous&family=Bebas+Neue&family=Oswald:wght@400;600&family=Anton&family=Bangers&display=swap";.headerMenu ul{margin:0;padding:0;display:flex;list-style-type:none;gap:1rem}.headerMenu ul li a,.headerMenu ul li span{cursor:pointer;position:relative;color:#4582c3;font-family:Inter,sans-serif;font-weight:500;padding:.5rem 1rem;border-radius:4px;display:inline-block;transition:background-color .3s ease,transform .3s ease;text-decoration:none}.headerMenu ul li a:hover,.headerMenu ul li span:hover{color:#4582c3;background-color:rgba(69,130,195,.1)}.headerMenu ul li a.active,.headerMenu ul li span.active{color:transparent;background:linear-gradient(90deg,#dd4b57,#d37d92 33%,#9d74ac 66%,#4582c3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600;transition:none}.headerMenu ul li a.active:after,.headerMenu ul li span.active:after{left:50%;transform:translateX(-50%);content:"";width:80%;height:3px;bottom:-8px;position:absolute;background:linear-gradient(90deg,#dd4b57,#d37d92 33%,#9d74ac 66%,#4582c3);border-radius:2px;transition:all .3s ease}@media(max-width:768px){.headerMenu{display:none}}@font-face{font-family:__DM_Sans_6f7b8a;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__DM_Sans_6f7b8a;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__DM_Sans_6f7b8a;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__DM_Sans_6f7b8a;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__DM_Sans_Fallback_6f7b8a;src:local("Arial");ascent-override:94.90%;descent-override:29.66%;line-gap-override:0.00%;size-adjust:104.53%}.__className_6f7b8a{font-family:__DM_Sans_6f7b8a,__DM_Sans_Fallback_6f7b8a;font-style:normal}