@charset "UTF-8";*{outline:none!important}*,*:before,*:after{box-sizing:border-box}::selection{background:#3c8dea;color:#fff}:root{--header-height: 88px;--container-padding: 38px}@media (max-width: 991.98px){:root{--header-height: 64px}}@media (max-width: 768px){:root{--container-padding: 20px}}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}html{height:100%;margin:0;padding:0;font-size:15px;line-height:1.47;scroll-behavior:smooth;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;text-rendering:optimizeLegibility;font-optical-sizing:auto;-webkit-font-smoothing:antialiased}body{font-size:1rem;min-height:100vh;font-family:Inter,sans-serif;font-optical-sizing:auto;color:#1a1d27;font-weight:400;padding:0;margin:0;overflow-x:hidden}a{transition:all .2s ease-in-out;border:none;padding:0;margin:0;text-decoration:none;color:#1a1d27;background:none}a:hover{color:#1a1d27;text-decoration:none}button{transition:all .2s ease-in-out;border:none;padding:0;margin:0;text-decoration:none;color:#fff;background:transparent;cursor:pointer;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;outline:none}img{vertical-align:middle;border-style:none;max-width:100%;height:auto}svg{overflow:hidden;vertical-align:middle;pointer-events:none}p{padding:0;margin:0 0 16px}p:last-child{margin-bottom:0}h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-family:Inter,sans-serif;font-weight:700}h1{margin-bottom:40px;font-size:72px;font-weight:600;line-height:80px;letter-spacing:-2.88px}@media (max-width: 767.98px){h1{font-size:45px;line-height:48px;letter-spacing:-1.8px}}h2{margin-bottom:32px;font-size:56px;line-height:60px;letter-spacing:-1.68px}@media (max-width: 767.98px){h2{font-size:34px;line-height:40px;letter-spacing:-1.02px}}h3{margin-bottom:24px;font-size:45px;line-height:48px;letter-spacing:-1.35px}@media (max-width: 767.98px){h3{font-size:28px;line-height:34px;letter-spacing:-.56px}}h4{margin-bottom:24px;font-size:34px;line-height:40px;letter-spacing:-1.02px}@media (max-width: 767.98px){h4{font-size:24px;line-height:30px;letter-spacing:-.24px}}h5{margin-bottom:16px;font-size:28px;line-height:34px;letter-spacing:-.56px}@media (max-width: 767.98px){h5{font-size:20px;line-height:24px;letter-spacing:-.2px}}h6{margin-bottom:16px;font-size:24px;line-height:28px;letter-spacing:-.48px}@media (max-width: 767.98px){h6{font-size:16px;line-height:20px;letter-spacing:-.16px}}ul,ol{box-sizing:border-box;list-style:none;padding:0;margin:0 0 24px}ul:last-child,ol:last-child{margin-bottom:0}ul li,ol li{margin:0;padding:0}hr{background-color:#f0f0f0;margin:32px 0;opacity:1}.app-text .text-section{margin-bottom:40px}.app-text h6{font-size:24px;line-height:28px;letter-spacing:-.48px}@media (max-width: 767.98px){.app-text h6{font-size:24px;line-height:28px;letter-spacing:-.48px}}.app-text a{color:#3c8dea}.app-text a:hover{color:#80b8fb;text-decoration:none}.app-text ul{padding-bottom:8px;margin-bottom:16px}.app-text ul li{position:relative;padding-left:26px;margin-bottom:8px}.app-text ul li:before{display:block;content:"";position:absolute;top:5px;left:0;width:10px;height:10px;border-radius:100%;background-color:#1a1d27}::placeholder{color:#c7c7c7;opacity:1}:-ms-input-placeholder{color:#c7c7c7}::-ms-input-placeholder{color:#c7c7c7}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{font-size:14px!important;line-height:14px!important}input[type=text],input[type=email],input[type=password],input[type=tel],input[type=number],input[type=search],input[type=date],select,textarea{transition:all .2s ease-in-out;width:100%;height:48px;font-size:15px;line-height:15px;font-family:Inter,sans-serif;padding:0 16px;border:0;border-radius:8px;background-color:#fff;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;color:#1a1d27}textarea{padding:20px;height:72px}select{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 6.75L9 11.25L13.5 6.75' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:calc(100% - 12px) center;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0 40px 0 20px}select::-ms-expand{display:none}.app-radio{position:relative}.app-radio input[type=radio]{display:none}.app-radio label{display:inline-flex;align-items:center;cursor:pointer;padding-left:32px;position:relative;-webkit-user-select:none;user-select:none}.app-radio label:before{content:"";position:absolute;left:0;top:2px;width:18px;height:18px;border:2px solid #98999d;border-radius:50%;background-color:transparent;transition:border-color .2s,background-color .2s;flex-shrink:0}.app-radio input[type=radio]:checked+label:before{border-color:#80b8fb}.app-radio input[type=radio]:checked+label:after{content:"";position:absolute;left:4px;top:6px;width:10px;height:10px;background-color:#80b8fb;border-radius:50%}.app-radio label:hover:before{border-color:#80b8fb}.app-checkbox{position:relative}.app-checkbox input[type=checkbox]{display:none}.app-checkbox label{display:inline-flex;align-items:center;cursor:pointer;padding-left:32px;position:relative;-webkit-user-select:none;user-select:none}.app-checkbox label:before{content:"";position:absolute;left:0;top:2px;width:18px;height:18px;border:2px solid #98999d;border-radius:5px;background-color:transparent;transition:border-color .2s,background-color .2s;flex-shrink:0}.app-checkbox input[type=checkbox]:checked+label:before{background-color:#80b8fb;border-color:#80b8fb}.app-checkbox input[type=checkbox]:checked+label:after{content:"";position:absolute;left:5px;top:7px;width:9px;height:5px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg)}.app-checkbox label:hover:before{border-color:#80b8fb}.app-checkbox--white label:before{border-color:#fff;background:transparent}.app-checkbox--white label:hover:before{border-color:#fff}.app-checkbox--white input[type=checkbox]:checked+label:before{background-color:#fff;border-color:#fff}.app-checkbox--white input[type=checkbox]:checked+label:after{border-left:2px solid #222;border-bottom:2px solid #222}.app-container{position:relative;width:100%;max-width:1268px;margin:0 auto;padding:0 var(--container-padding)}@media (max-width: 575.98px){.app-container{max-width:100%}}@media only screen and (max-width: 1280px){.app-container.full{padding:0}}section{padding:72px 0}.app-heading{margin-bottom:72px}.app-heading .app-title{margin:0}.text-lg{font-size:18px;line-height:24px;letter-spacing:-.18px}.text-neutral-300{color:#98999d}.app-fixed-cta{position:fixed;right:8px;z-index:5;bottom:16px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.app-fixed-cta.visible{opacity:1;visibility:visible}.app-fixed-cta .app-btn{color:#fff;background:#3c8deab3;-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px)}.app-fixed-cta .app-btn:hover{background:#3c8deab3;-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px)}.swiper-controls{display:flex;align-items:center;justify-content:space-between}.swiper-buttons{position:relative;display:flex;align-items:center;gap:8px;flex-shrink:0}.swiper-buttons .swiper-button{transition:all .25s ease-in-out;position:relative;display:block;right:auto;top:auto;left:auto;bottom:auto;margin:0;width:28px;height:28px;border:0;border-radius:100%;background:#ffffff61;background-image:none;cursor:pointer;z-index:10}@media (max-width: 575.98px){.swiper-buttons .swiper-button{width:24px;height:24px}}.swiper-buttons .swiper-button:after{transition:all .25s ease-in-out;content:"";display:block;width:100%;height:100%;font-size:0;background-position:center;background-repeat:no-repeat}@media (max-width: 575.98px){.swiper-buttons .swiper-button:after{zoom:.7}}.swiper-buttons .swiper-button:active{background:#fff9}.swiper-buttons .swiper-button.swiper-button-prev:after{transform:translate(-1px);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M3.75 9L14.25 9M3.75 9L8.25 13.5M3.75 9L8.25 4.5' stroke='%231A1D27' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.swiper-buttons .swiper-button.swiper-button-next:after{transform:translate(1px);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 9L3.75 9M14.25 9L9.75 4.5M14.25 9L9.75 13.5' stroke='%231A1D27' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.swiper-buttons .swiper-button-disabled{opacity:.5}.swiper-pagination.custom-pagination{position:relative;left:auto;bottom:auto;width:auto}.swiper-pagination.custom-pagination .swiper-pagination-bullet{transition:all .25s ease-in-out;margin:0 3px;width:8px;height:8px;background:#fff;opacity:1}.swiper-pagination.custom-pagination .swiper-pagination-bullet-active{position:relative;background:#98999d;width:32px;background:#fff6;border-radius:4px;opacity:1}.swiper-pagination.custom-pagination .swiper-pagination-bullet-active:before{content:"";position:absolute;display:block;left:0;top:0;width:8px;height:8px;background:#fff;border-radius:24px}.app-icon-circle{width:32px;height:32px;border-radius:100%;background-color:#1a1d27;display:flex;align-items:center;justify-content:center;flex-shrink:0}.app-icon-circle img{width:18px;height:18px}.app-tags{display:flex;gap:2px}.app-tags .app-tag{padding:6px;display:inline-flex;justify-content:flex-start;align-items:center;text-align:left;gap:3px;border-radius:4px;font-size:9px;font-weight:500;line-height:11px;letter-spacing:.09px;color:#1a1d27;background-color:#80b8fb}.app-tags .app-tag img{width:12px;height:12px}.app-tags .app-tag--primary-500{background-color:#80b8fb}.app-tags .app-tag--peach-500{background-color:#ffbea5}.app-tags .app-tag--beige-600{background-color:#f6e4bb}.app-tags--lg{gap:4px}.app-tags--lg .app-tag{font-size:12px;line-height:16px;border-radius:8px;font-weight:400;padding:6px 10px}.app-card{background-color:#fff;border-radius:16px;padding:26px;height:100%;color:#1a1d27}@media (max-width: 991.98px){.app-card{padding:20px}}@media (max-width: 575.98px){.app-card{padding:12px}}.app-card .card-toprow{display:flex;justify-content:space-between;gap:24px;margin-bottom:24px}.app-card h5{margin-bottom:8px;font-size:18px;line-height:24px;letter-spacing:-.18px}@media (max-width: 767.98px){.app-card h5{font-size:16px;line-height:20px}}@media (max-width: 767.98px){.app-card p{font-size:12px;line-height:16px}}.app-list li{position:relative;padding-left:12px;margin-bottom:6px}.app-list li:before{content:"•";position:absolute;top:0;left:0;font-size:14px;line-height:14px}.app-bullet-list{margin-top:8px}.app-bullet-list li{position:relative;padding-left:26px;margin-bottom:8px}.app-bullet-list li:before{display:block;content:"";position:absolute;top:5px;left:0;width:10px;height:10px;border-radius:100%;background-color:#80b8fb}.app-bullet-list li>ul{margin-top:8px;margin-bottom:16px}.app-bullet-list li>ul li{padding-left:24px}.app-bullet-list li>ul li:before{top:6px;width:8px;height:8px;background-color:#1a1d27}.app-bullet-list--black li:before{background-color:#1a1d27}.app-icon-list{margin-top:8px}.app-icon-list li{position:relative;padding-left:32px;margin-bottom:8px}.app-icon-list li.icon-yes:before{content:"";display:block;position:absolute;top:2px;left:0;width:18px;height:18px;background-image:url("data:image/svg+xml;utf8,<svg fill='none' stroke='%233dbb78' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M5 13l4 4L19 7'/></svg>");background-repeat:no-repeat;flex-shrink:0;background-size:contain}.app-icon-list li.icon-no:before{content:"";display:block;position:absolute;top:2px;left:0;width:18px;height:18px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M4.5 4.5L13.5 13.5M13.5 4.5L4.5 13.5' stroke='%23EE3939' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;flex-shrink:0}.app-review-card{display:flex;flex-direction:column;gap:32px;border-radius:32px;background:#fff4db;-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);padding:32px;height:100%}.app-review-card .review-image img{border-radius:84px;width:128px;height:200px}.app-review-card .review-content{display:flex;flex-direction:column;flex:1}.app-review-card .review-author{font-size:18px;font-weight:700;line-height:24px;letter-spacing:-.18px;margin-bottom:6px}.app-review-card .review-text{font-size:15px;font-weight:400;line-height:22px;letter-spacing:-.15px;flex:1}.app-review-card .app-tags{margin-top:auto;padding-top:32px}.app-review-card .app-tags .app-tag{background-color:#f6e4bb}.app-tabs{padding:4px;display:inline-flex;justify-content:center;margin-bottom:48px;background:#eaeaeb;border-radius:28px}@media (max-width: 767.98px){.app-tabs{margin-bottom:16px}}.app-tabs .app-btn{background:#eaeaeb;height:36px;padding:0 16px;border-radius:28px;min-width:140px;cursor:pointer;color:#1a1d27;font-size:11px;line-height:11px}@media (max-width: 767.98px){.app-tabs .app-btn{min-width:100px}}@media (max-width: 575.98px){.app-tabs .app-btn{min-width:auto}}.app-tabs .app-btn.active{background:#80b8fb}.app-tabs--dark .app-btn.active{background:#1a1d27;color:#fff}.app-faq .accordion-item{border:0;background-color:transparent;border-bottom:1px solid #f8f8f8}.app-faq .accordion-button{color:#1a1d27;padding:20px 32px 20px 0;background-color:transparent;font-size:15px;font-weight:700;line-height:22px;letter-spacing:-.15px}.app-faq .accordion-button:focus{box-shadow:none}.app-faq .accordion-button:after{content:"";position:absolute;width:24px;height:24px;background:transparent;right:0;top:50%;margin-top:-12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23BBBCBF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;transition:transform .2s ease-in-out}.app-faq .accordion-button:not(.collapsed){box-shadow:none}.app-faq .accordion-body{padding:0 0 20px}.app-plan-card{background:#fff;border-radius:1.5rem;display:flex;flex-direction:column;gap:16px;padding-bottom:32px;height:100%}.app-plan-card .plan-card-head{position:relative;height:143px;padding:16px;border-radius:24px;overflow:hidden}.app-plan-card .plan-card-head .plan-image{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;z-index:0}.app-plan-card .plan-card-head .plan-info{display:flex;flex-direction:column;gap:16px;position:relative;font-weight:700;z-index:1}.app-plan-card .plan-card-head .plan-info .plan-info-bottom{margin-top:auto}.app-plan-card .plan-card-head .plan-info .plan-title{font-size:20px;line-height:24px;letter-spacing:-.2px}.app-plan-card .plan-card-head .plan-info .plan-subtitle{font-size:11px;line-height:13px;letter-spacing:-.11px}.app-plan-card .plan-card-head .plan-info .plan-price{font-size:34px;line-height:40px;letter-spacing:-1.02px}.app-plan-card .plan-card-head .plan-info .plan-price span{font-size:16px;line-height:20px;letter-spacing:-.16px}.app-plan-card .plan-card-head .plan-info .plan-vat{position:relative;display:flex;align-items:center;gap:2px;font-size:12px;line-height:16px}.app-plan-card .plan-card-head .plan-info .plan-vat:before{content:"";display:block;width:12px;height:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 6.30556L4.46154 8.75L10 3.25' stroke='%231A1D27' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.app-plan-card .plan-card-head.text-white{color:#fff}.app-plan-card .plan-card-head.text-white .plan-vat:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 6.30556L4.46154 8.75L10 3.25' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.app-plan-card .plan-card-content{padding:0 16px}.app-plan-card .plan-card-content .plan-card-cta{margin-bottom:24px;text-align:center}.app-plan-card .plan-card-content .plan-card-cta .plan-discount{margin-top:12px;text-align:center}.app-plan-card .plan-card-content .plan-card-cta .plan-discount a{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:#98999d;font-weight:500;line-height:13px;letter-spacing:-.11px}.app-plan-card .plan-card-content .plan-section{padding:8px}.app-plan-card .plan-card-content .plan-section.plan-section-grey{background:#eaeaeb;border-radius:8px}.app-plan-card .plan-card-content .plan-section-header{display:flex;align-items:center;gap:8px}.app-plan-card .plan-card-content .plan-section-header,.app-plan-card .plan-card-content .plan-subsection-header{min-height:24px;width:100%;padding:0;background:#eaeaeb;border:none;outline:none;font-size:12px;font-weight:400;line-height:16px;border-radius:8px;cursor:pointer;position:relative;text-align:left;color:#1a1d27}.app-plan-card .plan-card-content .plan-section-header:after,.app-plan-card .plan-card-content .plan-subsection-header:after{content:"";position:absolute;display:block;right:8px;top:50%;width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23BBBCBF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:center;transform:translateY(-50%) rotate(0);transition:transform .25s;pointer-events:none}.app-plan-card .plan-card-content .plan-section-header[aria-expanded=true]:after,.app-plan-card .plan-card-content .plan-subsection-header[aria-expanded=true]:after{transform:translateY(-50%) rotate(180deg)}.app-plan-card .plan-card-content .plan-subsection-header{font-size:12px;font-weight:700;line-height:16px;margin-top:16px}.app-plan-card .plan-card-content .plan-feature{display:flex;gap:8px;font-size:12px;font-weight:400;line-height:16px;margin-top:8px}.app-plan-card .plan-card-content .plan-feature.included:before{content:"";display:block;width:18px;height:18px;background-image:url("data:image/svg+xml;utf8,<svg fill='none' stroke='%233dbb78' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M5 13l4 4L19 7'/></svg>");background-repeat:no-repeat;flex-shrink:0}.app-plan-card .plan-card-content .plan-feature.excluded:before{content:"";display:block;width:18px;height:18px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M4.5 4.5L13.5 13.5M13.5 4.5L4.5 13.5' stroke='%23BBBCBF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;flex-shrink:0}.app-video{display:block;position:relative;overflow:hidden}.app-video.with-btn:after{content:"";transition:all .3s ease-in-out;position:absolute;display:block;width:40px;height:40px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M5.25 2.25L15.75 9L5.25 15.75V2.25Z' fill='white' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");top:16px;right:16px;border-radius:40px;background-color:#3c8deab3;-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);z-index:1;background-repeat:no-repeat;background-position:center}@media (max-width: 575.98px){.app-video.with-btn:after{top:16px;right:16px}}.app-video:hover:after{background-color:#3c8deae6}.app-video video,.app-video img{object-fit:cover;width:100%;height:100%;pointer-events:none}.app-video.video-autolpay video,.app-video.video-autolpay img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0;pointer-events:none}.app-nav-card{position:relative;display:flex;align-items:center;gap:20px;padding:20px 24px;border-radius:16px;text-decoration:none;color:#1a1d27;transition:all .2s ease-in-out;background-color:#f9f9f9;-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px)}@media (max-width: 575.98px){.app-nav-card{padding:12px}}.app-nav-card:after{transition:all .2s ease-in-out;content:"";position:absolute;right:20px;top:calc(50% - 6px);width:12px;height:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M4.5 9L7.5 6L4.5 3' stroke='%23BBBCBF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.app-nav-card:hover:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M4.5 9L7.5 6L4.5 3' stroke='%23222222' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.app-nav-card picture,.app-nav-card img{flex-shrink:0;width:64px}.app-breadcrumbs{padding-top:48px}@media (max-width: 575.98px){.app-breadcrumbs{padding-top:24px}}.app-breadcrumbs .breadcrumbs-list{display:flex;align-items:center}.app-breadcrumbs .breadcrumbs-list .breadcrumbs-item{font-weight:400;font-size:12px;line-height:16px;color:#98999d;display:flex;align-items:center;padding:0}.app-breadcrumbs .breadcrumbs-list .breadcrumbs-item:not(:last-child){margin-inline-end:8px}.app-breadcrumbs .breadcrumbs-list .breadcrumbs-item+.breadcrumbs-item:before{content:"";display:block;width:12px;height:12px;margin-right:8px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M4.5 9L7.5 6L4.5 3' stroke='%235F6168' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat}.app-breadcrumbs .breadcrumbs-list .breadcrumbs-item .breadcrumbs-link{display:block;color:#1a1d27}.app-breadcrumbs .breadcrumbs-list .breadcrumbs-item .breadcrumbs-link:hover{color:#1a1d27}.app-content-layout{padding:40px 0 112px}@media (max-width: 575.98px){.app-content-layout{padding:24px 0 56px}}.app-post .post-hero{margin-bottom:40px}.app-post .post-title{font-size:56px;font-weight:700;line-height:60px;letter-spacing:-1.68px;margin-bottom:40px}@media (max-width: 767.98px){.app-post .post-title{font-size:34px;line-height:40px;letter-spacing:-1.02px}}.app-post .post-meta{display:flex;flex-wrap:wrap;gap:20px;padding-bottom:32px;border-bottom:1px solid #eaeaeb;margin-bottom:40px}@media (max-width: 575.98px){.app-post .post-meta{padding-bottom:24px}}.app-post .post-meta .post-author{display:flex;gap:12px;margin-right:auto}.app-post .post-meta .post-author .author-avatar{display:flex;padding:0;margin:0}.app-post .post-meta .post-author .author-avatar li{position:relative;width:48px;height:48px;border-radius:100%;border:2px solid #ffffff;overflow:hidden}@media (max-width: 575.98px){.app-post .post-meta .post-author .author-avatar li{width:40px;height:40px}}.app-post .post-meta .post-author .author-avatar li:not(:first-child){margin-left:-16px}.app-post .post-meta .post-author .author-avatar li:nth-child(1){z-index:5}.app-post .post-meta .post-author .author-avatar li:nth-child(2){z-index:4}.app-post .post-meta .post-author .author-avatar li:nth-child(3){z-index:3}.app-post .post-meta .post-author .author-avatar li:nth-child(4){z-index:2}.app-post .post-meta .post-author .author-avatar li:nth-child(5){z-index:1}.app-post .post-meta .post-author .author-avatar li.bot{width:32px;height:32px;border:0}.app-post .post-meta .post-author .author-avatar li img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.app-post .post-meta .post-author .author-name{padding-top:4px;font-size:15px;font-weight:700;line-height:22px;letter-spacing:-.15px}.app-post .post-meta .post-author .author-job{margin-top:2px;font-size:12px;font-weight:400;line-height:16px;color:#98999d}.app-post .post-meta .post-author .social-icons{margin-top:12px;display:flex;align-items:center;gap:16px}.app-post .post-meta .post-author .social-icons a{display:block}.app-post .post-meta .post-author .social-icons img{height:18px}.app-post .post-meta .post-date{white-space:nowrap;margin-left:auto;margin-top:10px;background-color:#f8f8f8;border-radius:14px;height:28px;display:flex;align-items:center;gap:6px;padding:0 8px;font-size:11px;font-weight:500;line-height:13px;letter-spacing:-.11px}@media (max-width: 575.98px){.app-post .post-meta .post-date{margin-left:0}}.app-post .post-media{position:relative;padding:32px;margin-bottom:40px;aspect-ratio:752/422;border-radius:24px;overflow:hidden;display:flex;align-items:flex-end}@media (max-width: 575.98px){.app-post .post-media{padding:16px}}.app-post .post-media .media-image{position:absolute;width:100%;height:100%;object-fit:cover;top:0;left:0;z-index:0}.app-post .post-media .media-content{position:relative;z-index:1}.app-post .post-media .app-tags .app-tag{background:#fff4dbb3;-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px)}.app-post .post-footer{display:flex;align-items:center;justify-content:space-between;gap:40px;border-bottom:1px solid #eaeaeb;padding:48px 0;margin-bottom:40px}@media (max-width: 575.98px){.app-post .post-footer{flex-direction:column;align-items:flex-start}}.app-post .post-share{display:flex;align-items:center;gap:20px}.app-post .post-share-label{font-size:18px;font-weight:700;line-height:22px;letter-spacing:-.36px}.app-post .post-share-socials .social-icons{display:flex;align-items:center;gap:20px}.app-post .post-share-socials .social-icons a{display:block}.app-post .post-share-socials .social-icons img{height:24px}.app-post .post-share-btn .app-btn{gap:4px;min-width:88px}.app-post .post-share-btn .app-btn img{width:12px}.app-banner{position:relative;min-height:200px;padding:32px;border-radius:24px;overflow:hidden}@media (max-width: 575.98px){.app-banner{padding:24px 20px}}.app-banner--peach{background-color:#ffbea5}.app-banner .banner-image{position:absolute;right:0;bottom:0;width:auto;display:flex;align-items:center;max-width:150px}@media (max-width: 575.98px){.app-banner .banner-image{max-width:100px}}.app-banner .banner-info{display:flex;flex-direction:column;gap:16px;position:relative;font-weight:700;z-index:1}.app-banner .banner-info .banner-info-bottom{display:flex;align-items:flex-end;gap:48px}@media (max-width: 767.98px){.app-banner .banner-info .banner-info-bottom{flex-direction:column;align-items:flex-start}}.app-banner .banner-info .banner-title{font-size:28px;font-weight:700;line-height:34px;letter-spacing:-.56px;margin:0}.app-banner .banner-info .banner-subtitle{margin-top:2px;font-size:12px;font-weight:700;line-height:16px}.app-banner .banner-info .banner-price{font-size:45px;font-weight:600;line-height:48px;letter-spacing:-1.8px}.app-banner .banner-info .banner-price span{font-size:20px;font-weight:700;line-height:24px;letter-spacing:-.2px}.app-banner .banner-info .banner-vat{margin-top:4px;position:relative;display:flex;align-items:center;gap:4px;font-size:15px;font-weight:700;line-height:22px;letter-spacing:-.15px}.app-banner .banner-info .banner-vat:before{content:"";display:block;width:18px;height:18px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 6.30556L4.46154 8.75L10 3.25' stroke='%231A1D27' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:contain}.app-banner .banner-info .banner-cta .app-btn{background:#ffffffb3;-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px)}.app-banner .banner-info .banner-cta .app-btn:hover{background:#ffffffe6}.app-banner.text-white{color:#fff}.app-banner.text-white .plan-vat:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 6.30556L4.46154 8.75L10 3.25' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.app-sidebar{transition:all 3s ease-in-out;position:sticky;top:24px}.app-sidebar .sidebar-section{display:flex;flex-direction:column;gap:24px;border-radius:16px;background-color:#f8f8f8;padding:24px 32px;margin-bottom:8px}@media (max-width: 575.98px){.app-sidebar .sidebar-section{padding:24px 16px}}.app-sidebar .sidebar-section-title{font-size:18px;font-weight:700;line-height:22px;letter-spacing:-.36px;margin:0}.app-sidebar .app-tags{margin:0;flex-wrap:wrap}.app-sidebar .app-tags .app-tag{background-color:#f6e4bb}.app-sidebar .app-tags .app-tag:hover{background-color:#f4dfad}.app-sidebar .sidebar-post{padding:24px 0;border-bottom:1px solid #eaeaeb}.app-sidebar .sidebar-post:last-child{border-bottom:0}.app-sidebar .sidebar-post .sidebar-post-link{display:flex;gap:16px}.app-sidebar .sidebar-post .sidebar-post-img{flex-shrink:0;width:96px;height:54px;border-radius:8px;overflow:hidden}.app-sidebar .sidebar-post .sidebar-post-img img{display:block;width:100%;height:100%;object-fit:cover}.app-sidebar .sidebar-post .sidebar-post-title{font-size:16px;font-weight:700;line-height:20px;letter-spacing:-.16px;margin:0}.app-sidebar .sidebar-post .sidebar-post-text{margin-top:8px;font-size:12px;line-height:16px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.app-sidebar .sidebar-post-footer{display:flex;align-items:center;gap:24px;margin-top:20px}.app-sidebar .sidebar-post-footer .app-btn{min-width:88px;margin-left:auto}.app-sidebar .sidebar-post-date{position:relative;white-space:nowrap;background-color:#fff;color:#1a1d27;border-radius:14px;height:22px;display:flex;align-items:center;gap:6px;padding:0 8px;font-size:9px;font-weight:500;line-height:11px;letter-spacing:-.11px}.app-sidebar .sidebar-post-date:before{content:"";display:block;width:12px;height:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M1.5 5H10.5M3.5 1.5V2.5M8.5 1.5V2.5M3.1 10.5H8.9C9.46005 10.5 9.74008 10.5 9.95399 10.391C10.1422 10.2951 10.2951 10.1422 10.391 9.95399C10.5 9.74008 10.5 9.46005 10.5 8.9V4.1C10.5 3.53995 10.5 3.25992 10.391 3.04601C10.2951 2.85785 10.1422 2.70487 9.95399 2.60899C9.74008 2.5 9.46005 2.5 8.9 2.5H3.1C2.53995 2.5 2.25992 2.5 2.04601 2.60899C1.85785 2.70487 1.70487 2.85785 1.60899 3.04601C1.5 3.25992 1.5 3.53995 1.5 4.1V8.9C1.5 9.46005 1.5 9.74008 1.60899 9.95399C1.70487 10.1422 1.85785 10.2951 2.04601 10.391C2.25992 10.5 2.53995 10.5 3.1 10.5Z' stroke='%231A1D27' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:contain}.app-search .app-search-field{position:relative;display:flex;align-items:center;gap:14px;padding:4px;border-radius:32px;background-color:#fff;height:44px}.app-search .app-search-input{background-color:#fff;height:24px}.app-search .app-btn{flex-shrink:0;height:36px}.app-btn-group{width:100%;background:#e5e6e9;border-radius:40px;overflow:hidden;padding:4px;height:44px}.app-btn-group .app-btn{transition:all .2s ease-in-out;flex:1 1 0;height:36px;background:transparent;border:0;font-size:11px;font-weight:700;line-height:13px;letter-spacing:-.11px}.app-btn-group .btn-check:checked+.app-btn{background:#1a1d27;color:#fff}.app-btn{font-family:Inter,sans-serif;font-weight:700;letter-spacing:.012rem;line-height:1.33;display:inline-flex;align-items:center;justify-content:center;gap:4px;border:none;border-radius:64px;text-decoration:none;cursor:pointer;-webkit-user-select:none;user-select:none;height:48px;font-size:1rem;padding:0 1.333rem;background:none;color:inherit;position:relative;white-space:nowrap}.app-btn--lg{height:3.733rem;font-size:1.2rem;padding:0 1.6rem}.app-btn--md{height:48px;font-size:1rem;padding:0 20px}.app-btn--sm{height:2.4rem;font-size:.8rem;padding:0 .8rem}.app-btn--xs{height:1.867rem;font-size:.733rem;padding:0 .667rem}.app-btn--primary{background-color:#80b8fb;color:#1a1d27}.app-btn--primary-white{background-color:#80b8fb;color:#fff}.app-btn--secondary-peach{background-color:#ffbea5;color:#1a1d27}.app-btn--secondary-beige{background-color:#fff4db;color:#1a1d27}.app-btn--white{background-color:#fff;color:#1a1d27}.app-btn--neutral{background-color:#d1d2d4;color:#1a1d27}.app-btn--next:before,.app-btn--next:after,.app-btn--prev:before,.app-btn--prev:after{content:"";background-size:contain}.app-btn--next:after{display:inline-block;width:18px;height:18px;margin-left:.5em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 12L5 12M19 12L13 6M19 12L13 18' stroke='%231A1D27' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.app-btn--next.app-btn--xs:after{width:12px;height:12px;margin:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' viewBox='0 0 13 12' fill='none'%3E%3Cpath d='M10 6L3 6M10 6L7 3M10 6L7 9' stroke='%231A1D27' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.app-btn--prev:before{display:inline-block;width:18px;height:18px;margin-right:.5em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M3.75 9L14.25 9M3.75 9L8.25 13.5M3.75 9L8.25 4.5' stroke='%231A1D27' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.app-btn--link{background:transparent;color:#3c8dea;padding:0;border-radius:0}.app-btn--link.app-btn--xs:after{width:12px;height:12px}.app-btn--link.app-btn--next:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M9.5 6L2.5 6M9.5 6L6.5 3M9.5 6L6.5 9' stroke='%233C8DEA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.app-btn:hover.app-btn--primary{background-color:#67aafa}.app-btn:hover.app-btn--secondary-peach{background-color:#ffac8c}.app-btn:hover.app-btn--secondary-beige{background-color:#ffecc2}.app-btn:hover.app-btn--white{background-color:#f3f8ff}.app-btn:hover.app-btn--neutral{background-color:#c4c5c8}.app-btn:hover.app-btn--link{color:#3c8dea}.app-btn:disabled{opacity:.5;cursor:not-allowed}.app-header{background-color:#fff;position:relative;z-index:10;padding:0;margin:0;transition:background-color .2s ease,top .2s linear;z-index:20;position:sticky;left:0;top:0;width:100%}.app-header.header-up{top:calc(var(--header-height) * -1)}.app-header.header-bg-white{background-color:#fff}@media (max-width: 991.98px){body.header-mode-mobile .app-header{position:fixed}}.app-header .header-content{display:flex;align-items:center;height:88px}@media (max-width: 991.98px){.app-header .header-content{height:64px}}.app-header .header-logo{transition:all .2s ease-in-out;flex-shrink:0;margin-right:48px}.app-header .header-logo img{height:34px}.app-header .header-logo .logo-mobile{display:none}.app-header .header-offcanvas{width:360px}@media (max-width: 1199.98px){.app-header .header-offcanvas{padding:20px 20px 48px;gap:32px;overflow-y:scroll}}@media (max-width: 575.98px){.app-header .header-offcanvas{width:100%}}.app-header .header-offcanvas .offcanvas-header{padding:0}.app-header .header-offcanvas .offcanvas-header .header-logo img{height:34px}.app-header .header-offcanvas .offcanvas-header .btn-close{opacity:.4;border:0;box-shadow:none;zoom:.8}.app-header .header-offcanvas .offcanvas-banner{background-color:#80b8fb;color:#1a1d27;border-radius:12px;padding:20px;display:flex;align-items:center;justify-content:space-between}@media (min-width: 1200px){.app-header .header-offcanvas .offcanvas-banner{display:none}}.app-header .header-offcanvas .offcanvas-banner .banner-content{display:flex;justify-content:space-between;align-items:center;gap:16px;width:100%}.app-header .header-offcanvas .offcanvas-banner .banner-content .banner-title{font-size:1.067rem;line-height:1.3;font-weight:700;letter-spacing:-.011rem;margin-bottom:4px}.app-header .header-offcanvas .offcanvas-banner .banner-content .banner-subtitle{font-size:.8rem;line-height:1.3}.app-header .header-offcanvas .offcanvas-banner .banner-content .banner-icon{flex-shrink:0}.app-header .header-offcanvas .offcanvas-banner .banner-content .banner-icon img{width:72px;height:72px}.app-header .header-offcanvas .offcanvas-footer{display:flex;flex-direction:column;gap:32px;margin-top:auto;padding:20px 0 0;border-top:1px solid #f3f8ff}@media (min-width: 1200px){.app-header .header-offcanvas .offcanvas-footer{display:none}}.app-header .header-offcanvas .offcanvas-socials{display:flex;justify-content:space-between;align-items:center;gap:24px}.app-header .header-offcanvas .offcanvas-socials p{font-size:.8rem;line-height:1.06;color:#98999d;margin:0}.app-header .header-offcanvas .offcanvas-socials .social-icons{display:flex;justify-content:center;align-items:center;gap:24px}.app-header .header-offcanvas .offcanvas-socials .social-icons a{display:block}.app-header .header-offcanvas .offcanvas-socials .social-icons img{height:24px}.app-header .header-offcanvas .offcanvas-lang{width:100%;display:flex;align-items:center}@media (min-width: 1200px){.app-header .header-offcanvas .offcanvas-lang{display:none}}.app-header .header-offcanvas .offcanvas-lang .lang-btn{font-size:.8rem;font-weight:700;color:#98999d;height:36px;min-width:64px;padding:0 12px;border-radius:2rem;transition:background-color .2s ease-in-out,color .2s ease-in-out;cursor:pointer}.app-header .header-offcanvas .offcanvas-lang .lang-btn.active{background-color:#fff4db;color:#1a1d27}.app-header .header-nav-menu{display:flex;flex-direction:column}@media (min-width: 1200px){.app-header .header-nav-menu{flex-direction:row;align-items:center;gap:24px}}@media (min-width: 1400px){.app-header .header-nav-menu{gap:32px}}.app-header .header-nav-menu .nav-link{padding:0;font-size:1rem;line-height:1.47;letter-spacing:.01rem;font-weight:400;color:#1a1d27;text-decoration:none;display:inline-block;transition:color .2s ease-in-out}@media (max-width: 1199.98px){.app-header .header-nav-menu .nav-link{font-size:1.2rem;display:block;padding:16px 0}}.app-header .header-nav-menu .nav-link.dropdown-toggle{position:relative;padding-right:16px}.app-header .header-nav-menu .nav-link.dropdown-toggle:after{transition:all .2s ease-in-out;margin-left:0;content:"";border:0;position:absolute;right:0;top:calc(50% - 6px);width:12px;height:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%231A1D27' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.app-header .header-nav-menu .nav-link.dropdown-toggle.show:after{transform:rotate(180deg)}@media (max-width: 1199.98px){.app-header .header-nav-menu .nav-link.dropdown-toggle:after{top:calc(50% - 12px);width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23BBBCBF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}}.app-header .header-nav-menu .nav-link:hover,.app-header .header-nav-menu .nav-link:focus{color:#3c8dea}.app-header .header-nav-menu .nav-link:hover.dropdown-toggle:after,.app-header .header-nav-menu .nav-link:focus.dropdown-toggle:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%233C8DEA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}@media (max-width: 1199.98px){.app-header .header-nav-menu .nav-link:hover.dropdown-toggle:after,.app-header .header-nav-menu .nav-link:focus.dropdown-toggle:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%233C8DEA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}}.app-header .header-dropdown .dropdown-menu{padding:8px;border-radius:12px;font-size:1rem;color:#1a1d27;background-color:#f8f8f8b3;-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);border:none}@media (max-width: 1199.98px){.app-header .header-dropdown .dropdown-menu{position:static;min-width:100%;width:100%}}.app-header .header-dropdown .dropdown-menu ul{display:flex;flex-direction:column;align-items:center;gap:4px}.app-header .header-dropdown .dropdown-menu ul li{width:100%}.app-header .header-dropdown .dropdown-menu ul li a{display:block;padding:8px 12px;border-radius:28px}.app-header .header-dropdown .dropdown-menu ul li a:hover{background-color:#fff4db}.app-header .header-dropdown--cards .dropdown-menu{left:50%;transform:translate(-50%);padding:16px;border-radius:24px}@media (max-width: 1199.98px){.app-header .header-dropdown--cards .dropdown-menu{left:auto;transform:none;border-radius:12px;padding:0 12px;background-color:#f8f8f8}}.app-header .header-dropdown--cards .dropdown-menu .dropdown-cards{min-width:592px;display:grid;grid-template-columns:repeat(2,1fr);gap:4px}@media (max-width: 1199.98px){.app-header .header-dropdown--cards .dropdown-menu .dropdown-cards{min-width:unset;grid-template-columns:1fr}}.app-header .header-dropdown--cards .dropdown-menu .dropdown-cards .dropdown-card{position:relative;display:flex;align-items:center;gap:12px;padding:12px 16px;background-color:#f9f9f9;border-radius:12px;text-decoration:none;color:#1a1d27;transition:all .2s ease-in-out;background-color:#fff;-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px)}@media (max-width: 1199.98px){.app-header .header-dropdown--cards .dropdown-menu .dropdown-cards .dropdown-card{background-color:transparent;padding:12px 0}.app-header .header-dropdown--cards .dropdown-menu .dropdown-cards .dropdown-card:not(:last-child){border-bottom:1px solid #eaeaeb}}.app-header .header-dropdown--cards .dropdown-menu .dropdown-cards .dropdown-card:after{transition:all .2s ease-in-out;content:"";position:absolute;right:.8rem;top:calc(50% - 6px);width:12px;height:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M4.5 9L7.5 6L4.5 3' stroke='%23BBBCBF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.app-header .header-dropdown--cards .dropdown-menu .dropdown-cards .dropdown-card:hover:after:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M4.5 9L7.5 6L4.5 3' stroke='%23222222' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.app-header .header-dropdown--cards .dropdown-menu .dropdown-cards .dropdown-card picture,.app-header .header-dropdown--cards .dropdown-menu .dropdown-cards .dropdown-card img{flex-shrink:0;width:48px;height:48px}@media (max-width: 1199.98px){.app-header .header-dropdown--cards .dropdown-menu .dropdown-cards .dropdown-card picture,.app-header .header-dropdown--cards .dropdown-menu .dropdown-cards .dropdown-card img{width:56px;height:56px}}.app-header .header-dropdown--cards .dropdown-menu .dropdown-cards .dropdown-card span{display:block;transition:all .2s ease-in-out}@media (max-width: 1199.98px){.app-header .header-dropdown--language{display:none}}.app-header .header-dropdown--language .dropdown-menu{min-width:80px;padding:8px;border-radius:12px}.app-header .header-dropdown--language .dropdown-menu ul{display:flex;flex-direction:column;align-items:center;gap:4px}.app-header .header-dropdown--language .dropdown-menu ul li a{display:inline-flex;align-items:center;justify-content:center;min-width:64px;text-transform:uppercase}.app-header .header-dropdown--language .dropdown-menu ul li a:hover{background-color:#fff4db}.app-header .header-actions{display:flex;gap:6px;align-items:center;margin-left:auto}.app-header .header-actions .app-btn{min-width:88px}@media (max-width: 575.98px){.app-header .header-actions .btn-cta{display:none}}@media (max-width: 991.98px){.app-header .header-actions .btn-login{background-color:transparent;padding:0;min-width:auto;margin-left:18px}}.app-header .header-actions .btn-login svg{display:none}@media (max-width: 991.98px){.app-header .header-actions .btn-login svg{display:block}}.app-header .header-actions .btn-login span{display:block}@media (max-width: 991.98px){.app-header .header-actions .btn-login span{display:none}}.app-header .header-toggler{margin-left:24px}@media (min-width: 1200px){.app-header .header-toggler{display:none}}@media (max-width: 767.98px){.app-header .header-toggler{margin-left:16px}}@media (max-width: 991.98px){body.header-mode-mobile .app-header{background-color:transparent}}@media (max-width: 991.98px){body.header-mode-mobile .app-header .header-logo .logo-desktop{display:none}}@media (max-width: 991.98px){body.header-mode-mobile .app-header .header-logo .logo-mobile{display:block}}@media (max-width: 991.98px){body.header-mode-mobile .app-header .header-actions .btn-cta{background:#3c8deab3;-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);color:#fff}}@media (max-width: 991.98px){body.header-mode-mobile .app-header .header-actions .btn-login svg path{stroke:#fff}}@media (max-width: 991.98px){body.header-mode-mobile .app-header .header-toggler svg path{stroke:#fff}}body.header-mode-mobile .app-header.header-bg-white{background-color:#fff}@media (max-width: 991.98px){body.header-mode-mobile .app-header.header-bg-white .header-logo .logo-desktop{display:block}}@media (max-width: 991.98px){body.header-mode-mobile .app-header.header-bg-white .header-logo .logo-mobile{display:none}}@media (max-width: 991.98px){body.header-mode-mobile .app-header.header-bg-white .header-actions .btn-cta{background:#3c8deab3;-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);color:#1a1d27}}@media (max-width: 991.98px){body.header-mode-mobile .app-header.header-bg-white .header-actions .btn-login svg path{stroke:#1a1d27}}@media (max-width: 991.98px){body.header-mode-mobile .app-header.header-bg-white .header-toggler svg path{stroke:#1a1d27}}.app-footer{background-color:#f8f8f8;padding:72px 0}.app-footer .footer-inner{position:relative}.app-footer .footer-top{display:flex;align-items:center;margin-bottom:56px}.app-footer .footer-top .scroll-top{margin-left:auto}.app-footer .footer-content{display:flex;gap:20px}@media (max-width: 991.98px){.app-footer .footer-content{flex-direction:column;gap:56px}}.app-footer .footer-info{height:100%;width:25%;display:flex;flex-direction:column}@media (max-width: 991.98px){.app-footer .footer-info{order:1;width:100%}}@media (max-width: 991.98px){.app-footer .footer-info .footer-socials{position:absolute;top:0;right:0}}.app-footer .footer-info .social-icons{display:flex;align-items:center;gap:24px;margin-bottom:72px}.app-footer .footer-info .social-icons a{display:block}.app-footer .footer-info .social-icons img{height:24px}.app-footer .footer-info .footer-contact{font-size:12px;font-weight:500;line-height:18px;letter-spacing:-.12px;margin-top:auto}.app-footer .footer-info .footer-copyright{margin-top:16px;font-size:12px;font-weight:500;line-height:14px;letter-spacing:-.12px;text-transform:uppercase;color:#1a1d2761}@media (max-width: 991.98px){.app-footer .footer-info .footer-copyright{max-width:143px}}.app-footer .footer-col{height:100%}.app-footer .footer-nav{flex:1;max-width:600px;display:flex;gap:20px;margin-left:auto}@media (max-width: 991.98px){.app-footer .footer-nav{flex-direction:column;gap:56px;margin-left:0;max-width:100%}}.app-footer .footer-nav-list{width:100%;max-width:286px}@media (max-width: 991.98px){.app-footer .footer-nav-list{max-width:100%}}.app-footer .footer-nav-list .list-title{color:#1a1d2761;font-size:15px;font-weight:700;line-height:20px;letter-spacing:-.15px;margin-bottom:32px}.app-footer .footer-nav-list ul li{margin-bottom:12px}.app-footer .footer-nav-list ul li a{font-size:16px;font-weight:500;line-height:24px;letter-spacing:-.16px}.app-footer .footer-nav-list ul li a:hover{color:#3c8dea}.app-footer .scroll-top{position:relative}@media (max-width: 991.98px){.app-footer .scroll-top{margin-bottom:-100px;z-index:2}}.app-footer .scroll-top .app-btn:after{content:"";background-size:contain;display:inline-block;width:12px;height:12px;margin-left:.5em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M6 2.5V9.5M6 2.5L3 5.5M6 2.5L9 5.5' stroke='%231A1D27' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.app-modal .modal-dialog{max-width:480px;padding:0 16px}@media (max-width: 575.98px){.app-modal .modal-dialog{width:auto;margin:1.75rem auto}}.app-modal .modal-content{position:relative;border:0;border-radius:32px;padding:24px;box-shadow:0 0 80px #00000040;background:#ffffffd9;-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px)}@media (max-width: 575.98px){.app-modal .modal-content{padding:20px}}.app-modal .btn-close{position:absolute;right:24px;top:32px;opacity:.3;padding:0;width:18px;height:18px;background-position:center;background-size:12px}.app-modal .btn-close:hover{opacity:1}.app-modal .modal-actions{margin-top:24px;display:flex;gap:16px;align-items:center;justify-content:flex-end}.app-modal--login .modal-head{margin-bottom:24px}@media (max-width: 575.98px){.app-modal--login .modal-head{margin-bottom:20px}}.app-modal--login .login-nav{display:flex;flex-direction:column;gap:4px}.app-modal--login .login-nav h6{margin:0;font-size:18px;line-height:24px;letter-spacing:-.18px}.app-modal--login .login-nav span{display:block;margin-top:4px}.modal-backdrop.show{opacity:.09}.section-hero-banner{padding:24px 0 72px}@media (max-width: 991.98px){.section-hero-banner{padding:0}}@media (max-width: 991.98px){.section-hero-banner .app-container{padding:0}}.section-hero-banner .banner-swiper{position:relative;overflow:hidden}@media (max-width: 991.98px){.section-hero-banner .banner-swiper{padding-top:116px}}@media (max-width: 575.98px){.section-hero-banner .banner-swiper{padding-top:84px}}.section-hero-banner .banner-swiper:not(.swiper-initialized){visibility:hidden}.section-hero-banner .swiper-slide{position:relative;display:flex;width:100%;height:auto!important;gap:56px;background-color:#80b8fb;border-radius:32px;padding:48px 64px 0}@media (max-width: 991.98px){.section-hero-banner .swiper-slide:before{content:"";display:block;position:absolute;width:100%;height:120%;bottom:0;left:0;background-color:inherit;z-index:-1}}@media (max-width: 1199.98px){.section-hero-banner .swiper-slide{gap:32px;padding:48px 38px 0}}@media (max-width: 991.98px){.section-hero-banner .swiper-slide{gap:16px;padding:0 38px;flex-direction:column;border-radius:0}}@media (max-width: 767.98px){.section-hero-banner .swiper-slide{padding:0 20px}}.section-hero-banner .swiper-slide .banner-left{position:relative;z-index:2;width:50%;padding:16px 0 40px;color:#1a1d27;display:flex;flex-direction:column}@media (max-width: 991.98px){.section-hero-banner .swiper-slide .banner-left{width:100%;padding:0}}@media (max-width: 767.98px){.section-hero-banner .swiper-slide .banner-left{order:1}}.section-hero-banner .swiper-slide .banner-left .banner-title{margin:0}.section-hero-banner .swiper-slide .banner-left .banner-subtitle{font-size:18px;line-height:24px;letter-spacing:-.18px;margin-top:20px;max-width:426px}@media (max-width: 991.98px){.section-hero-banner .swiper-slide .banner-left .banner-subtitle{max-width:none}}@media (max-width: 767.98px){.section-hero-banner .swiper-slide .banner-left .banner-subtitle{font-size:15px;line-height:22px}}.section-hero-banner .swiper-slide .banner-left .banner-price{margin-top:48px;font-size:34px;font-weight:700;line-height:40px;letter-spacing:-1.02px;color:#ffffff80}@media (max-width: 991.98px){.section-hero-banner .swiper-slide .banner-left .banner-price{display:flex;flex-direction:column;position:absolute;left:0;top:100%;font-size:24px;line-height:28px;letter-spacing:-.48px;color:#fff;margin-top:24px}}@media (max-width: 767.98px){.section-hero-banner .swiper-slide .banner-left .banner-price{font-size:18px;line-height:24px;letter-spacing:-.18px;margin-top:30%}}@media (max-width: 575.98px){.section-hero-banner .swiper-slide .banner-left .banner-price{font-size:15px;line-height:22px;letter-spacing:-.15px}}.section-hero-banner .swiper-slide .banner-left .price-amount{font-size:45px;line-height:48px;letter-spacing:-1.35px;color:#fff}@media (max-width: 991.98px){.section-hero-banner .swiper-slide .banner-left .price-amount{font-size:68px;font-weight:600;line-height:76px;letter-spacing:-2.88px}}@media (max-width: 767.98px){.section-hero-banner .swiper-slide .banner-left .price-amount{font-size:45px;line-height:48px;letter-spacing:-1.8px}}@media (max-width: 575.98px){.section-hero-banner .swiper-slide .banner-left .price-amount{font-size:34px;font-weight:700;line-height:40px;letter-spacing:-1.02px}}.section-hero-banner .swiper-slide .banner-left .price-note{font-size:1rem;color:#ffffffb3}.section-hero-banner .swiper-slide .banner-right{align-self:flex-end;background-color:inherit;width:50%;position:relative}@media (max-width: 991.98px){.section-hero-banner .swiper-slide .banner-right{width:100%;margin-top:auto}}@media (max-width: 767.98px){.section-hero-banner .swiper-slide .banner-right{order:3}}.section-hero-banner .swiper-slide .banner-right .slide-image{position:relative;text-align:center;display:flex;align-items:flex-end;justify-content:center;height:100%;margin-bottom:-100px}@media (max-width: 1199.98px){.section-hero-banner .swiper-slide .banner-right .slide-image{margin-bottom:0}}.section-hero-banner .swiper-slide .banner-right .slide-image img{display:inline-block;width:auto;max-width:450px}@media (max-width: 1199.98px){.section-hero-banner .swiper-slide .banner-right .slide-image img{max-width:380px}}@media (max-width: 991.98px){.section-hero-banner .swiper-slide .banner-right .slide-image img{max-height:680px;max-width:460px}}@media (max-width: 767.98px){.section-hero-banner .swiper-slide .banner-right .slide-image img{max-height:600px;max-width:440px}}@media (max-width: 575.98px){.section-hero-banner .swiper-slide .banner-right .slide-image img{max-width:90%}}.section-hero-banner .swiper-slide .banner-right .slide-info{display:inline-flex;gap:12px;position:absolute;bottom:20%;right:0;width:unset;max-width:280px;background-color:#ffffffb3;-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);border-radius:16px;padding:16px}@media (max-width: 767.98px){.section-hero-banner .swiper-slide .banner-right .slide-info{right:auto;left:0}}@media (max-width: 575.98px){.section-hero-banner .swiper-slide .banner-right .slide-info{max-width:240px}}.section-hero-banner .swiper-slide .banner-right .info-title{font-size:18px;font-weight:700;line-height:22px;letter-spacing:-.36px;margin:0}@media (max-width: 767.98px){.section-hero-banner .swiper-slide .banner-right .info-title{font-size:15px;line-height:18px;letter-spacing:-.16px}}.section-hero-banner .swiper-slide .banner-right .info-text{margin-top:4px;font-size:12px;line-height:16px}@media (max-width: 767.98px){.section-hero-banner .swiper-slide .banner-right .info-text{font-size:11px;font-weight:500;line-height:13px;letter-spacing:-.11px}}.section-hero-banner .swiper-controls{position:absolute;padding:0 64px;bottom:32px;left:0;width:100%;z-index:10}@media (max-width: 1199.98px){.section-hero-banner .swiper-controls{padding:0 32px}}@media (max-width: 767.98px){.section-hero-banner .swiper-controls{bottom:60%;justify-content:flex-end}}@media (max-width: 575.98px){.section-hero-banner .swiper-controls{bottom:58%;justify-content:flex-end}}@media (max-width: 767.98px){.section-hero-banner .swiper-controls .swiper-buttons{display:none}}.section-hero-banner .swiper-controls .swiper-pagination.custom-pagination{position:relative;left:auto;bottom:auto;width:auto!important}.section-hero-banner .swiper-slide--blue{background-color:#80b8fb}.section-hero-banner .swiper-slide--yellow{background-color:#e3ce10}.section-hero-banner .swiper-slide--violet{background-color:#d8bfea}.section-profi{background-color:#f8f8f8;overflow:hidden;margin-bottom:72px}@media (max-width: 991.98px){.section-profi{margin-bottom:0}}.section-profi .app-heading{max-width:800px;margin-bottom:72px}@media (max-width: 991.98px){.section-profi .app-heading{margin-bottom:32px}}.section-profi .app-heading .app-title{margin:0}.section-profi .profi-images{width:auto;max-width:1920px;margin:0 auto 72px;text-align:center}@media (max-width: 991.98px){.section-profi .profi-images{display:none}}.section-profi .profi-images .profi-images-list{display:inline-flex;justify-content:center;gap:32px;width:max-content}.section-profi .profi-images a{display:block;pointer-events:none}.section-profi .profi-images a img{width:168px}@media (max-width: 1199.98px){.section-profi .profi-images a img{width:128px}}.section-profi .profi-images a.align-end{margin-top:auto}.section-profi .profi-cards .card-item{background-color:#fff;border-radius:20px;padding:32px;height:100%}@media (max-width: 991.98px){.section-profi .profi-cards .card-item{padding:20px}}.section-profi .profi-cards .card-item--users{display:flex;align-items:center;gap:40px}@media (max-width: 1199.98px){.section-profi .profi-cards .card-item--users{align-items:normal;flex-direction:column;gap:32px}}@media (max-width: 991.98px){.section-profi .profi-cards .card-item--users{background-color:#80b8fb;gap:24px}}.section-profi .profi-cards .card-item--users .card-toprow{display:flex;align-items:center;gap:40px;margin:0}@media (max-width: 991.98px){.section-profi .profi-cards .card-item--users .card-toprow{align-items:flex-start;gap:40px}}.section-profi .profi-cards .card-item--users .card-toprow .card-user-count{font-size:56px;font-weight:700;line-height:60px;letter-spacing:-1.68px}@media (max-width: 991.98px){.section-profi .profi-cards .card-item--users .card-toprow .card-user-count{font-size:45px;font-weight:600;line-height:48px}}.section-profi .profi-cards .card-item--users .card-toprow .card-user-images{display:flex;align-items:center}.section-profi .profi-cards .card-item--users .card-toprow .card-user-images li{position:relative;margin-left:-25px;width:64px;height:64px;border-radius:100%;border:2px solid #ffffff;overflow:hidden}@media (max-width: 991.98px){.section-profi .profi-cards .card-item--users .card-toprow .card-user-images li{border:2px solid #80b8fb}}@media (max-width: 575.98px){.section-profi .profi-cards .card-item--users .card-toprow .card-user-images li{width:48px;height:48px}}.section-profi .profi-cards .card-item--users .card-toprow .card-user-images li:first-child{margin-left:0}.section-profi .profi-cards .card-item--users .card-toprow .card-user-images img{position:absolute;width:100%;height:100%;object-fit:cover}.section-profi .profi-cards .card-item--users .card-text{margin-left:auto;max-width:528px}@media (max-width: 1199.98px){.section-profi .profi-cards .card-item--users .card-text{max-width:100%}}@media (max-width: 991.98px){.section-profi .profi-cards .card-item--users .card-text{margin-left:0}}.section-profi .profi-cards .card-toprow{display:flex;justify-content:space-between;gap:24px;margin-bottom:24px}.section-profi .profi-cards .card-toprow .card-images{display:flex;align-items:flex-start;gap:4px;display:none}@media (max-width: 991.98px){.section-profi .profi-cards .card-toprow .card-images{display:flex}}.section-profi .profi-cards .card-toprow .card-images img{width:64px}.section-profi .profi-cards h5{margin-bottom:8px;font-size:18px;line-height:24px;letter-spacing:-.18px}.section-problems-banner{padding:0;margin:0 0 32px;overflow:hidden}@media (max-width: 991.98px){.section-problems-banner{margin-bottom:0}}@media (max-width: 991.98px){.section-problems-banner .app-container{padding:0}}.section-problems-banner .problems-content{position:relative;display:flex;flex-direction:column;align-items:center;padding:64px;background-color:#ffbea5;border-radius:32px}@media (max-width: 991.98px){.section-problems-banner .problems-content{border-radius:0;padding:72px 38px}}@media (max-width: 991.98px){.section-problems-banner .problems-content{border-radius:0;padding:72px 20px}}.section-problems-banner .problems-title h3{margin:0;text-align:center}@media (max-width: 991.98px){.section-problems-banner .problems-title h3{text-align:left}}.section-problems-banner .problems-image{position:relative;text-align:center;width:100%;max-width:980px;z-index:1}.section-problems-banner .problems-image img{position:relative;left:50%;transform:translate(-50%);max-width:none}.section-problems-banner .problems-cards-wrapper{position:absolute;height:100%;width:100%;bottom:0;left:0}@media (max-width: 991.98px){.section-problems-banner .problems-cards-wrapper{top:0;right:0;bottom:0;left:0;display:flex;align-items:center}}.section-problems-banner .problems-cards{position:relative;display:grid;grid-template-columns:auto 1fr auto;grid-auto-rows:auto;align-content:center;align-items:start;column-gap:20px;row-gap:8px;width:100%;height:100%;overflow:visible}@media (max-width: 991.98px){.section-problems-banner .problems-cards{display:block;height:200px}}.section-problems-banner .app-problem-card{position:relative;z-index:2;display:inline-block;max-width:280px;width:auto;height:auto;min-width:190px;border-radius:16px;background:#ffffffb3;opacity:0;-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);text-align:left}@media (max-width: 991.98px){.section-problems-banner .app-problem-card{position:absolute;max-width:240px}}@media (max-width: 575.98px){.section-problems-banner .app-problem-card{max-width:240px}}.section-problems-banner .app-problem-card .problem-card-inner{display:flex;flex-direction:column;gap:8px;padding:16px}.section-problems-banner .app-problem-card .problem-card-inner .problem-wrap,.section-problems-banner .app-problem-card .problem-card-inner .solution-wrap{display:flex;align-items:flex-start;gap:8px}.section-problems-banner .app-problem-card .problem-card-inner .problem-wrap .icon,.section-problems-banner .app-problem-card .problem-card-inner .solution-wrap .icon{width:24px;height:24px;margin-top:-1px}.section-problems-banner .app-problem-card .problem-card-inner .problem-wrap .icon img,.section-problems-banner .app-problem-card .problem-card-inner .solution-wrap .icon img{width:24px;height:24px}.section-problems-banner .app-problem-card .problem-card-inner .problem-wrap h4,.section-problems-banner .app-problem-card .problem-card-inner .solution-wrap h4{margin:0 0 4px;font-size:15px;line-height:22px;letter-spacing:-.15px}.section-problems-banner .app-problem-card .problem-card-inner .problem-wrap p,.section-problems-banner .app-problem-card .problem-card-inner .solution-wrap p{margin:0;font-size:12px;line-height:16px}@media (max-width: 575.98px){.section-problems-banner .app-problem-card .problem-card-inner .problem-wrap p,.section-problems-banner .app-problem-card .problem-card-inner .solution-wrap p{font-size:11px;line-height:13px;letter-spacing:-.11px}}.section-problems-banner .app-problem-card:nth-child(odd){left:0}.section-problems-banner .app-problem-card:nth-child(2n){right:0}@media (min-width: 992px){.section-problems-banner .card-1{grid-column:1;grid-row:1}.section-problems-banner .card-2{grid-column:1;grid-row:2;margin-left:10%;margin-right:10%}.section-problems-banner .card-3{grid-column:3;grid-row:1}.section-problems-banner .card-4{grid-column:3;grid-row:2;margin-right:10%;margin-left:-10%}}.section-features-banner{overflow:hidden;padding:0;margin:0}@media (max-width: 991.98px){.section-features-banner .app-container{padding:0}}.section-features-banner .features-content{position:relative;display:flex;gap:20px;align-items:center;min-height:100vh;padding:64px;background-color:#fff4db;border-radius:32px}@media (max-width: 991.98px){.section-features-banner .features-content{display:grid;gap:24px;grid-template-columns:1fr;grid-template-areas:"title" "image" "desc";grid-auto-rows:auto;align-items:start;padding:72px 38px 140px;border-radius:0}}@media (max-width: 767.98px){.section-features-banner .features-content{padding:40px 20px 160px}}.section-features-banner .features-left{width:47%}@media (max-width: 991.98px){.section-features-banner .features-left{width:100%;display:contents}}.section-features-banner .features-left .features-title{font-size:2.4rem;font-weight:700;margin:0 0 24px;grid-area:title}@media (max-width: 991.98px){.section-features-banner .features-left .features-title{margin:0}}.section-features-banner .features-left .features-title h3{margin:0}.section-features-banner .features-left .features-caption{position:relative;margin-top:64px;max-width:388px;grid-area:desc}@media (max-width: 991.98px){.section-features-banner .features-left .features-caption{margin-top:0;max-width:100%}}.section-features-banner .features-left .features-caption .caption-item{position:absolute;top:0;left:0;width:100%;opacity:0;pointer-events:none;transition:opacity .3s}.section-features-banner .features-left .features-caption h6{margin:0 0 8px}@media (max-width: 767.98px){.section-features-banner .features-left .features-caption h6{font-size:18px;line-height:24px}}.section-features-banner .features-left .features-caption p{font-size:18px;line-height:24px;letter-spacing:-.18px;margin:0}@media (max-width: 767.98px){.section-features-banner .features-left .features-caption p{font-size:15px;line-height:22px}}.section-features-banner .features-right{position:relative;margin-left:auto;grid-area:image}@media (max-width: 991.98px){.section-features-banner .features-right{padding:0;justify-self:center;max-width:460px;margin:0 auto}}@media (max-width: 767.98px){.section-features-banner .features-right{max-width:400px}}@media (max-width: 575.98px){.section-features-banner .features-right{max-width:90%}}.section-features-banner .features-right .features-image{position:relative}.section-features-banner .features-right .features-widgets-wrapper{position:absolute;right:-64px;width:100%;height:100%;top:0;display:flex;align-items:center;padding-top:10%}@media (max-width: 991.98px){.section-features-banner .features-right .features-widgets-wrapper{right:-100px}}@media (max-width: 575.98px){.section-features-banner .features-right .features-widgets-wrapper{right:0}}.section-features-banner .features-right .features-widgets{position:relative;width:480px;height:170px;overflow:visible}@media (max-width: 575.98px){.section-features-banner .features-right .features-widgets{width:100%}}.section-features-banner .features-right .features-widgets .app-widget{position:absolute;top:0;left:50%;display:inline-block;min-width:190px;border-radius:16px;background:#ffffffb3;opacity:0;transform:translate(-50%);-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem}.section-features-banner .features-right .features-widgets .app-widget>img{max-width:100%}.section-steps{text-align:center;overflow:hidden}@media (max-width: 1199.98px){.section-steps{padding-bottom:160px}}.section-steps .app-tabs .app-btn{flex:1;min-width:140px}.section-steps .steps-slider{position:relative}.section-steps .swiper{overflow:visible}.section-steps .tab-pane.fade{opacity:0;transform:translateY(15px);transition:opacity .1s ease,transform .2s ease}.section-steps .tab-pane.fade.active.show{opacity:1;transform:translateY(0)}.section-steps .swiper-wrapper{overflow:visible}.section-steps .step-slide{padding:0 32px;display:flex;flex-direction:column;align-items:center}@media (max-width: 767.98px){.section-steps .step-slide{padding:0 20px}}.section-steps .step-slide-content{position:relative}.section-steps .step-slide-image{border-radius:380px;overflow:hidden;width:286px;height:428px;background-color:#eee}@media (max-width: 575.98px){.section-steps .step-slide-image{width:220px;height:330px}}.section-steps .step-slide-image.peach-500{background-color:#ffbea5}.section-steps .step-slide-image.beige-500{background-color:#fff4db}.section-steps .step-slide-image.primary-300{background-color:#abd1fc}.section-steps .step-slide-image img{width:100%}.section-steps .step-slide .step-cards{position:absolute;display:flex;flex-direction:column;align-items:center;gap:4px;width:max-content}.section-steps .step-slide .step-cards--left{top:40%;right:70%}.section-steps .step-slide .step-cards--left .step-card-item+.step-card-item{margin-left:12px}.section-steps .step-slide .step-cards--right{bottom:10%;left:60%}.section-steps .step-slide .step-card-item{position:relative;text-align:left;display:inline-block;padding:8px;font-size:9px;border-radius:8px;background:#ffffffb3;box-shadow:0 4px 20px #1a1d2733;-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);overflow:hidden;max-width:140px}@media (max-width: 1200px){.section-steps .step-slide .step-card-item{-webkit-backdrop-filter:unset;backdrop-filter:unset}.section-steps .step-slide .step-card-item:before{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;background:#fff9;z-index:-1}}.section-steps .step-slide .step-card-item--blue{background:#3c8deab3;font-size:11px;line-height:13px}.section-steps .step-slide .step-card-item .icon{margin-bottom:4px}.section-steps .step-slide .step-card-item .icon--circle{width:18px;height:18px;border-radius:100%;background-color:#80b8fb;display:flex;align-items:center;justify-content:center}.section-steps .step-slide .step-card-item .icon--circle img{max-width:12px;max-height:12px}.section-steps .step-slide .step-card-item strong{display:block;font-size:12px;line-height:16px;margin:4px 0}.section-steps .step-slide .step-card-item .app-tags{margin-top:8px;flex-direction:column;align-items:flex-start}.section-steps .step-slide-desc{margin-top:20px;font-size:18px;font-weight:700;line-height:24px;letter-spacing:-.18px;text-align:center}@media (max-width: 1200px){.section-steps .step-slide-desc{order:-1;margin-bottom:15px;max-width:400px}}.section-steps .steps-pagination{display:flex;justify-content:center;align-items:center;margin-top:16px}@media (min-width: 1200px){.section-steps .steps-pagination{display:none}}.section-steps .steps-pagination .swiper-pagination-bullet{width:24px;height:24px;border-radius:50%;background-color:transparent;border:2px solid #d1d2d4;color:#d1d2d4;font-weight:700;display:flex;align-items:center;justify-content:center;font-size:16px;opacity:1;cursor:pointer;transition:background-color .3s ease}.section-steps .steps-pagination .swiper-pagination-bullet-active{color:#fff;background-color:#1a1d27;border:2px solid #1a1d27;width:32px;height:32px}.section-benefits{background-color:#80b8fb;padding-bottom:0;padding-top:64px}@media (max-width: 1199.98px){.section-benefits{padding-bottom:72px}}.section-benefits .benefits-content{display:flex;align-items:flex-end;gap:94px}@media (max-width: 1199.98px){.section-benefits .benefits-content{flex-direction:column;align-items:center;gap:0}}.section-benefits .benefits-image{position:relative;width:40%;z-index:0}@media (max-width: 1199.98px){.section-benefits .benefits-image{width:auto;max-width:440px;margin-top:-140px;margin-bottom:-280px}.section-benefits .benefits-image:after{content:"";display:block;position:absolute;left:0;bottom:0;width:100%;height:50%;background:linear-gradient(180deg,#80b9fb00 41.15%,#80b9fb 83.81%)}}@media (max-width: 767.98px){.section-benefits .benefits-image{max-width:280px;margin-top:-120px;margin-bottom:-160px}}.section-benefits .benefits-text{color:#fff;width:50%;position:relative;z-index:1;padding-bottom:72px}@media (max-width: 1199.98px){.section-benefits .benefits-text{width:auto;display:flex;flex-direction:column;align-items:center;padding-bottom:0}}.section-benefits .benefits-tilte{margin-bottom:48px}@media (max-width: 1199.98px){.section-benefits .benefits-tilte{text-align:center;max-width:600px}}@media (max-width: 575.98px){.section-benefits .benefits-tilte{margin-bottom:32px}}.section-partners{background-color:#ffbea5;padding:96px 0}@media (max-width: 991.98px){.section-partners{padding:72px 0}}.section-partners .partners-content{align-items:center;justify-content:space-between}@media (max-width: 991.98px){.section-partners .partners-content{justify-content:center;gap:32px;text-align:center}}@media (max-width: 575.98px){.section-partners .partners-content{text-align:left}}@media (max-width: 991.98px){.section-partners .partners-text{max-width:580px;margin:0 auto}}.section-partners .partners-title{margin-bottom:16px}.section-partners .partners-desc{font-size:18px;line-height:24px;letter-spacing:-.18px}@media (max-width: 991.98px){.section-partners .partners-logos{justify-content:center}}.section-partners .partners-logos .partners-logo{width:100%;text-align:center}.section-quiz{background-color:#f8f8f8}.section-quiz .quiz-content{display:flex;align-items:center;gap:124px;background-color:#fff;padding:64px;border-radius:32px}@media (max-width: 1199.98px){.section-quiz .quiz-content{flex-direction:column;align-items:flex-start;gap:52px}}@media (max-width: 767.98px){.section-quiz .quiz-content{gap:40px;padding:0;background-color:transparent}}.section-quiz .quiz-image{max-width:258px;display:inline-block}@media (max-width: 1199.98px){.section-quiz .quiz-image{max-width:168px}}.section-quiz .quiz-caption{max-width:420px}@media (max-width: 1199.98px){.section-quiz .quiz-caption{display:flex;width:100%;max-width:100%;gap:72px}}@media (max-width: 991.98px){.section-quiz .quiz-caption{flex-direction:column;align-items:center;text-align:center;gap:48px}}@media (max-width: 767.98px){.section-quiz .quiz-caption{gap:24px}}.section-quiz .quiz-caption h3{margin-bottom:16px}.section-quiz .app-quiz{flex:1}@media (max-width: 767.98px){.section-quiz .app-quiz{padding:48px;border-radius:16px;background-color:#fff}}@media (max-width: 575.98px){.section-quiz .app-quiz{padding:24px}}.section-quiz .app-quiz .quiz-step{display:none}.section-quiz .app-quiz .quiz-step.active{display:block;animation:fadeIn .3s}.section-quiz .app-quiz .quiz-step--final{margin:0 auto;max-width:500px;text-align:center}.section-quiz .app-quiz .quiz-step--final .quiz-final-image{max-width:168px;margin:0 auto 24px}.section-quiz .app-quiz .quiz-step--final .app-btn{margin-top:32px}.section-quiz .app-quiz .quiz-step--final .inputblock input{border:1px solid #ddd}.section-quiz .app-quiz .quiz-progress{display:flex;align-items:center;margin-bottom:32px}.section-quiz .app-quiz .quiz-progress .quiz-progress-segments{display:flex;flex:1;gap:6px}.section-quiz .app-quiz .quiz-progress .quiz-progress-segment{flex:1;height:8px;border-radius:4px;background:#1a1d271f}.section-quiz .app-quiz .quiz-progress .quiz-progress-segment.filled{background:#f6e4bb}.section-quiz .app-quiz .quiz-progress .quiz-progress-text{margin-left:24px;font-size:12px;font-weight:700;line-height:16px;color:#1a1d27;white-space:nowrap}.section-quiz .app-quiz .quiz-question{font-size:24px;font-weight:700;line-height:28px;letter-spacing:-.48px;margin-bottom:24px}@media (max-width: 767.98px){.section-quiz .app-quiz .quiz-question{font-size:20px;line-height:24px;letter-spacing:-.2px}}.section-quiz .app-quiz .quiz-answers{list-style:none;margin:0 0 20px}.section-quiz .app-quiz .quiz-answers li{margin-bottom:20px;position:relative}.section-quiz .app-quiz .quiz-answers li .quiz-answer-feedback{margin-top:8px;font-size:12px;line-height:16px;margin-left:32px}.section-quiz .app-quiz .quiz-answers li .quiz-answer-feedback--success{color:#3c8dea}.section-quiz .app-quiz .quiz-answers li .quiz-answer-feedback--error{color:#ee3939}.section-quiz .app-quiz .quiz-answers li .quiz-answer-feedback.visually-hidden{display:none}.section-quiz .app-quiz .quiz-correct-answer{position:relative;margin-bottom:20px;padding:16px 16px 16px 46px;background:#c7e0fd;border-radius:8px;color:#1a1d27}.section-quiz .app-quiz .quiz-correct-answer:before{content:"";position:absolute;display:block;left:16px;top:16px;width:18px;height:18px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M15.75 9C15.75 12.7279 12.7279 15.75 9 15.75C5.27208 15.75 2.25 12.7279 2.25 9C2.25 5.27208 5.27208 2.25 9 2.25C12.7279 2.25 15.75 5.27208 15.75 9Z' fill='%233C8DEA'/%3E%3Cpath d='M6 9.25L7.84615 11.25L12 6.75' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.section-quiz .app-quiz .quiz-correct-answer.visually-hidden{display:none}.section-quiz .app-quiz .quiz-correct-answer__title{font-weight:600;margin-bottom:8px;color:#3c8dea;font-size:12px;font-weight:700;line-height:16px}.section-quiz .app-quiz .quiz-correct-answer__text{margin:0}.section-quiz .app-quiz .quiz-nav{display:flex;align-items:center;justify-content:space-between;gap:8px}.section-quiz .app-quiz .quiz-nav .app-btn{min-width:124px}@media (max-width: 767.98px){.section-quiz .app-quiz .quiz-nav .app-btn{flex:1}}.section-quiz .app-quiz .quiz-nav .app-btn:disabled{opacity:.5;cursor:not-allowed}.section-quiz .app-quiz .quiz-nav .app-btn--next{margin-left:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.section-quiz .guiz-final{justify-content:center!important;align-items:center!important}.section-quiz .guiz-final .quiz-caption{display:none}.section-reviews{overflow:hidden}.section-reviews .app-heading{margin-bottom:48px}@media (max-width: 575.98px){.section-reviews .app-heading{margin-bottom:32px}}.section-reviews .reviews-slider{overflow:visible}.section-reviews .reviews-slider .swiper-slide{height:auto!important}.section-reviews .swiper-controls{margin-top:48px;justify-content:flex-end}@media (max-width: 575.98px){.section-reviews .swiper-controls{margin-top:32px}}.section-reviews .swiper-pagination.custom-pagination .swiper-pagination-bullet{background:#1a1d27}.section-reviews .swiper-pagination.custom-pagination .swiper-pagination-bullet-active{background:#eaeaeb}.section-reviews .swiper-pagination.custom-pagination .swiper-pagination-bullet-active:before{background:#1a1d27}.section-plans{background-color:#f8f8f8;overflow:hidden}.section-plans .app-heading,.section-plans .plans-tabs{text-align:center;margin-bottom:32px}.section-plans .plans-tabs .app-tabs{margin:0}.section-plans .plans-tabs .app-tabs .app-btn{flex:1;min-width:140px}.section-plans .plans-tabs .plans-desc{font-size:15px;text-align:center;line-height:22px;letter-spacing:-.15px;margin-top:16px}.section-plans .plans-tab-content{max-width:1000px;margin:0 auto;padding:0 8px}.section-plans .plans-slider{overflow:visible;width:100%}.section-plans .plans-slider .swiper-slide{height:auto!important}@media (max-width: 767.98px){.section-plans .plans-slider .swiper-slide{width:100%;max-width:270px}}.section-subscribe .subscribe-block{background-color:#80b8fb;padding:64px;border-radius:32px;display:flex;justify-content:space-between;gap:48px}@media (max-width: 991.98px){.section-subscribe .subscribe-block{padding:32px;gap:32px;flex-direction:column;align-items:center}}@media (max-width: 767.98px){.section-subscribe .subscribe-block{padding:24px;gap:16px}}.section-subscribe .subscribe-image{max-width:320px}@media (max-width: 991.98px){.section-subscribe .subscribe-image{max-width:240px}}@media (max-width: 767.98px){.section-subscribe .subscribe-image{max-width:160px}}.section-subscribe .subscribe-content{max-width:528px}@media (max-width: 991.98px){.section-subscribe .subscribe-content{max-width:100%}}.section-subscribe .subscribe-title{margin:0}.section-subscribe .subscribe-desc{font-size:18px;line-height:24px;letter-spacing:-.18px;margin-top:16px}@media (max-width: 575.98px){.section-subscribe .subscribe-desc{font-size:15px;line-height:22px}}.section-subscribe .subscribe-form{margin-top:24px}.section-subscribe .subscribe-form .subscribe-fields{margin-bottom:24px}.section-subscribe .subscribe-form .subscribe-agreements .app-checkbox{margin-bottom:12px}.section-subscribe .subscribe-form .subscribe-additional{background-color:#91c2fc;padding:16px;border-radius:8px;display:none}.section-subscribe .subscribe-form .app-tags{margin-bottom:6px}.section-subscribe .subscribe-form h5{font-size:15px;font-weight:700;line-height:22px;letter-spacing:-.15px;margin-bottom:12px}.section-subscribe .subscribe-form .subscribe-cta{display:flex;align-items:center;justify-content:flex-end;margin-top:24px}@media (max-width: 575.98px){.section-subscribe .subscribe-form .subscribe-cta .app-btn{flex:1}}.section-faq .app-heading{text-align:center}.section-faq .faq-tabs{display:flex;justify-content:center;width:100%}.section-faq .faq-tab-content{max-width:592px;margin:0 auto}@media (max-width: 991.98px){.section-message .app-container{padding:0}}.section-message .message-content{background-color:#ffbea5;border-radius:32px;padding:32px 64px 0;display:flex;align-items:center;justify-content:space-between;gap:48px}@media (max-width: 1199.98px){.section-message .message-content{flex-direction:column;align-items:center;gap:0;padding:32px 64px 72px}}@media (max-width: 991.98px){.section-message .message-content{border-radius:0}}@media (max-width: 767.98px){.section-message .message-content{padding:0 20px 72px}}.section-message .message-image{position:relative;width:40%;z-index:0;margin-top:-80px}@media (max-width: 1199.98px){.section-message .message-image{width:auto;max-width:440px;margin-top:-80px}}@media (max-width: 991.98px){.section-message .message-image{margin-top:-40px}}.section-message .message-card{position:absolute;padding:8px 12px;display:inline-flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:2px;border-radius:8px;background:#ffffffb3;-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);max-width:120px}.section-message .message-card .name{font-size:12px;font-style:normal;font-weight:700;line-height:16px}.section-message .message-card .desc{font-size:9px;font-style:normal;font-weight:500;line-height:11px;letter-spacing:.09px}.section-message .message-card.card-1{top:35%;left:-5%}@media (max-width: 991.98px){.section-message .message-card.card-1{top:30%;left:-1%}}.section-message .message-card.card-2{top:50%;right:-5%}@media (max-width: 991.98px){.section-message .message-card.card-2{top:40%;right:-1%}}.section-message .message-card.card-3{top:80%;right:15%;max-width:92px}@media (max-width: 991.98px){.section-message .message-card.card-3{top:55%;right:15%}}.section-message .message-text{color:#1a1d27;width:45%;position:relative;z-index:1;padding-bottom:72px}@media (max-width: 1199.98px){.section-message .message-text{width:auto;display:flex;flex-direction:column;padding-bottom:0;width:100%}}.section-message .message-tilte{margin-bottom:12px}.section-message .message-desc{font-size:18px;line-height:24px;letter-spacing:-.18px}@media (max-width: 575.98px){.section-message .message-desc{font-size:15px;line-height:22px;letter-spacing:-.15px}}.section-message .message-contact{margin-top:32px;display:flex;align-items:center;gap:40px;justify-content:space-between}@media (max-width: 575.98px){.section-message .message-contact{gap:24px;flex-wrap:wrap}}.section-message .message-contact .email{font-size:18px;font-weight:700;line-height:24px;letter-spacing:-.18px}.section-media{overflow:hidden;padding:72px 0 32px}.section-media .media-content{display:flex;align-items:center;justify-content:space-between;gap:48px}@media (max-width: 1199.98px){.section-media .media-content{flex-direction:column;align-items:flex-start}}.section-media .media-heading{width:50%}@media (max-width: 1199.98px){.section-media .media-heading{width:100%}}.section-media .media-heading .media-title{margin:0}.section-media .media-heading .media-desc{margin-top:16px;font-size:18px;line-height:24px;letter-spacing:-.18px}.section-media .media-switcher{width:100%;max-width:500px}@media (max-width: 991.98px){.section-media .media-switcher{margin:0 auto}}.section-media .media-tabs{width:100%;min-height:180px;display:flex;justify-content:space-between;gap:16px;margin-bottom:24px}.section-media .media-tabs .media-tab-btn{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;color:#1a1d27;font-size:12px;line-height:16px;font-weight:700}@media (max-width: 767.98px){.section-media .media-tabs .media-tab-btn{min-width:100px}}@media (max-width: 575.98px){.section-media .media-tabs .media-tab-btn{min-width:auto}}.section-media .media-tabs .media-tab-btn .media-tab-image{display:inline-block;position:relative;width:100%;height:80px;filter:grayscale(1)}.section-media .media-tabs .media-tab-btn .media-tab-image img{transition:all .3s ease-in-out;position:absolute;width:80px;height:80px;border-radius:104px;object-fit:cover;object-position:top;left:50%;transform:translate(-50%);top:0}.section-media .media-tabs .media-tab-btn span{transition:all .3s ease-in-out;display:block;text-align:center;max-width:140px}.section-media .media-tabs .media-tab-btn.active .media-tab-image{border-radius:104px;filter:grayscale(0)}.section-media .media-tabs .media-tab-btn.active .media-tab-image img{width:104px;height:169px}.section-media .media-tabs .media-tab-btn.active span{opacity:0}.section-media .media-caption-slides{margin-top:24px;font-size:24px;font-weight:700;line-height:28px;letter-spacing:-.48px}@media (max-width: 991.98px){.section-media .media-caption-slides{text-align:center}}.section-media .media-caption-slides .caption-slide{display:none}.section-media .media-caption-slides .caption-slide.active{display:block}.section-media .tab-content{margin-top:32px}.app-media-slider{background-color:#f8f8f8;padding:48px 64px;border-radius:32px;margin-bottom:20px;overflow:hidden}@media (max-width: 1199.98px){.app-media-slider{background-color:transparent;padding:24px 0 48px;margin-bottom:0;overflow:visible;border-radius:0}.app-media-slider:first-child{border-bottom:1px solid #eaeaeb}}@media (max-width: 575.98px){.app-media-slider{padding:24px 0 32px}}.app-media-slider .slider-toprow{display:flex;gap:32px;margin-bottom:32px}@media (max-width: 575.98px){.app-media-slider .slider-toprow{margin-bottom:16px}}.app-media-slider .slider-toprow .slider-toprow-right{margin-left:auto}.app-media-slider .video-slider,.app-media-slider .posts-slider{overflow:visible}.app-media-slider .video-card .app-video{aspect-ratio:254/318;border-radius:16px;overflow:hidden}.app-media-slider .video-card .card-content{margin-top:16px}@media (max-width: 575.98px){.app-media-slider .video-card .card-content{margin-top:12px}}.app-media-slider .video-card h5{margin:0;font-size:18px;font-weight:700;line-height:22px;letter-spacing:-.36px}@media (max-width: 575.98px){.app-media-slider .video-card h5{font-size:14px;line-height:18px;letter-spacing:-.14px}}.app-media-slider .post-card{display:block;cursor:pointer}.app-media-slider .post-card .post-card-image{display:block;aspect-ratio:345/128;position:relative;overflow:hidden;border-radius:8px}.app-media-slider .post-card .post-card-image img{width:100%;height:100%;object-fit:cover}.app-media-slider .post-card .post-card-content{margin-top:16px;padding-right:32px}.app-media-slider .post-card .post-card-content h5{margin:0;font-size:18px;font-weight:700;line-height:22px;letter-spacing:-.36px}@media (max-width: 575.98px){.app-media-slider .post-card .post-card-content h5{font-size:14px;line-height:18px;letter-spacing:-.14px}}.app-media-slider .post-card .post-card-content .post-desc{margin-top:8px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}@media (max-width: 575.98px){.app-media-slider .post-card .post-card-content .post-desc{margin-top:6px;font-size:11px;font-weight:500;line-height:13px;letter-spacing:-.11px}}.app-media-slider .swiper-controls{margin-top:32px;justify-content:flex-end}.app-media-slider .swiper-pagination.custom-pagination .swiper-pagination-bullet{background:#1a1d27}.app-media-slider .swiper-pagination.custom-pagination .swiper-pagination-bullet-active{background:#eaeaeb}.app-media-slider .swiper-pagination.custom-pagination .swiper-pagination-bullet-active:before{background:#1a1d27}.section-calculator-banner .banner-block{background-color:#80b8fb;padding:64px;border-radius:32px;display:flex;justify-content:space-between;gap:48px}@media (max-width: 1199.98px){.section-calculator-banner .banner-block{padding:64px 48px}}@media (max-width: 991.98px){.section-calculator-banner .banner-block{padding:40px;gap:32px}}@media (max-width: 767.98px){.section-calculator-banner .banner-block{padding:40px 24px;gap:32px;flex-direction:column;align-items:center}}.section-calculator-banner .banner-image{max-width:240px}.section-calculator-banner .banner-content{max-width:528px}@media (max-width: 767.98px){.section-calculator-banner .banner-content{max-width:100%;width:100%}}.section-calculator-banner .banner-title{margin:0;font-size:34px;line-height:40px;letter-spacing:-1.02px}@media (max-width: 767.98px){.section-calculator-banner .banner-title{font-size:28px;line-height:34px;letter-spacing:-.56px}}.section-calculator-banner .banner-desc{font-size:18px;line-height:24px;letter-spacing:-.18px;margin-top:16px}@media (max-width: 575.98px){.section-calculator-banner .banner-desc{font-size:15px;line-height:22px}}.section-calculator-banner .banner-cta{display:flex;align-items:center;justify-content:flex-end;margin-top:32px}@media (max-width: 575.98px){.section-calculator-banner .banner-cta .app-btn{flex:1}}.calculator-nav{padding:32px 0}.calculator-nav .calculator-nav-inner{display:flex;gap:40px}@media (max-width: 575.98px){.calculator-nav .calculator-nav-inner{flex-direction:column;gap:20px}}.calculator-nav .calculator-nav-img{max-width:128px;flex-shrink:0}@media (max-width: 991.98px){.calculator-nav .calculator-nav-img{max-width:168px}}@media (max-width: 575.98px){.calculator-nav .calculator-nav-img{max-width:128px}}.calculator-nav .calculator-nav-title{margin-bottom:32px;font-size:34px;line-height:40px;letter-spacing:-1.02px}.calculator-nav .calculator-nav-menu{display:flex;align-items:center;flex-wrap:wrap;gap:8px}@media (max-width: 575.98px){.calculator-nav .calculator-nav-menu{flex-direction:column;align-items:flex-start}}.calculator-nav .calculator-nav-menu li a{position:relative;border-radius:8px;background-color:#f8f8f8;display:flex;align-items:center;gap:4px;padding:8px 20px;font-size:12px;font-weight:700;line-height:16px;color:#3c8dea;min-height:52px}.calculator-nav .calculator-nav-menu li a:hover{background-color:#eaeaeb}@media (max-width: 575.98px){.calculator-nav .calculator-nav-menu li a{min-height:48px;padding:8px 0;background-color:transparent}.calculator-nav .calculator-nav-menu li a:hover{background-color:transparent}}.calculator-nav .calculator-nav-menu li a:after{content:"";display:block;width:18px;height:18px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 9L3.75 9M14.25 9L9.75 4.5M14.25 9L9.75 13.5' stroke='%233C8DEA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:contain}@media (max-width: 991.98px){.section-calculator{padding:48px 0}}@media (max-width: 575.98px){.section-calculator{padding:32px 0}}.section-calculator .app-heading{margin-bottom:48px}@media (max-width: 991.98px){.section-calculator .app-heading{margin-bottom:32px}}@media (max-width: 575.98px){.section-calculator .app-heading{margin-bottom:24px}}.section-calculator .app-heading .app-title{max-width:890px}@media (max-width: 991.98px){.section-calculator .app-heading .app-title{font-size:34px;line-height:40px;letter-spacing:-1.02px}}@media (max-width: 575.98px){.section-calculator .app-heading .app-title{font-size:28px;line-height:34px;letter-spacing:-.56px}}.section-calculator .app-heading .desc{margin-top:24px;max-width:700px;font-size:18px;line-height:24px;letter-spacing:-.18px}@media (max-width: 991.98px){.section-calculator .app-heading .desc{margin-top:20px;font-size:15px;line-height:22px;letter-spacing:-.15px}}.section-calculator .calculator-box{padding:48px;background-color:#f8f8f8;border-radius:24px}@media (max-width: 991.98px){.section-calculator .calculator-box{padding:40px}}@media (max-width: 575.98px){.section-calculator .calculator-box{padding:0;background-color:transparent}}@media (max-width: 575.98px){.section-calculator .calculator-form{padding:24px;background-color:#f8f8f8;border-radius:24px}}.section-calculator .calculator-form .form-title{font-size:24px;font-weight:700;line-height:28px;letter-spacing:-.48px;margin-bottom:32px}.section-calculator .calculator-form .form-label{display:flex;flex-direction:column;gap:6px}.section-calculator .calculator-form .form-section{margin-bottom:32px}.section-calculator .calculator-form .form-section.with-border{padding-left:20px;border-left:4px solid #eaeaeb}.section-calculator .calculator-form .form-section-title{margin-bottom:16px;font-size:15px;font-weight:700;line-height:22px;letter-spacing:-.15px}@media (max-width: 575.98px){.section-calculator .calculator-form .form-section-title{margin-bottom:12px}}.section-calculator .calculator-form .form-item{height:100%;display:flex;flex-direction:column;justify-content:space-between}.section-calculator .calculator-form .inputblock label{font-size:12px;font-weight:700;line-height:16px;margin-bottom:10px}.section-calculator .calculator-form .inputblock input{border:1px solid #eaeaeb}.section-calculator .calculator-form .form-options-list .app-radio{margin-bottom:12px}.section-calculator .calculator-form .form-options-row{display:flex;gap:48px}.section-calculator .calculator-result{background:#abd1fc;border-radius:12px;padding:32px;height:100%}@media (max-width: 575.98px){.section-calculator .calculator-result{padding:24px}}@media (max-width: 575.98px){.section-calculator .calculator-result--final .result-title{font-size:15px;line-height:22px;letter-spacing:-.15px}}.section-calculator .calculator-result .result-title{font-size:24px;font-weight:700;line-height:28px;letter-spacing:-.48px}.section-calculator .calculator-result .result-list{width:100%}.section-calculator .calculator-result .result-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0}@media (max-width: 575.98px){.section-calculator .calculator-result .result-item{gap:8px;flex-wrap:wrap;background-color:#91c2fc;border:0;border-radius:8px;margin-bottom:4px;padding:12px}}.section-calculator .calculator-result .result-item:not(:last-child){border-bottom:1px solid #91c2fc}.section-calculator .calculator-result .result-item--bold{font-weight:700;align-items:flex-end}@media (max-width: 1199.98px){.section-calculator .calculator-result .result-item--bold{display:flex;flex-direction:column;gap:4px;text-align:left;align-items:flex-start}}.section-calculator .calculator-result .result-item--bold .name{font-size:15px;line-height:22px;letter-spacing:-.15px}.section-calculator .calculator-result .result-item--bold .value{font-size:45px;line-height:48px;letter-spacing:-1.35px}@media (max-width: 575.98px){.section-calculator .calculator-result .result-item--bold .value{font-size:34px;line-height:40px;letter-spacing:-1.02px;margin-left:0}}.section-calculator .calculator-result .name{width:60%}@media (max-width: 575.98px){.section-calculator .calculator-result .name{width:100%}}.section-calculator .calculator-result .name.sm{font-size:12px;line-height:16px}.section-calculator .calculator-result .perc{width:20%;text-align:right}@media (max-width: 575.98px){.section-calculator .calculator-result .perc{text-align:left}}.section-calculator .calculator-result .value{text-align:right;font-weight:700}@media (max-width: 575.98px){.section-calculator .calculator-result .value{margin-left:auto}}.section-calculator .calculator-result .result-note{display:flex;gap:8px;margin-top:25px;font-size:12px;font-weight:700;line-height:16px}.section-calculator .calculator-result .result-final{font-size:34px;font-weight:700;line-height:40px;letter-spacing:-1.02px}@media (max-width: 991.98px){.section-calculator .calculator-result .result-final{font-size:28px;line-height:34px;letter-spacing:-.56px}}@media (max-width: 575.98px){.section-calculator .calculator-result .result-final{font-size:20px;line-height:24px;letter-spacing:-.2px}}.section-calculator .calculator-note{max-width:820px;display:flex;align-items:baseline;gap:12px;margin-top:24px;font-size:12px;line-height:16px}.section-calculator .calculator-note .note-icon{position:relative;bottom:-4px}.section-calculator .calculator-cta{display:flex;gap:8px;align-items:center}@media (max-width: 991.98px){.section-calculator .calculator-cta{justify-content:flex-end}}@media (max-width: 575.98px){.section-calculator .calculator-cta .app-btn{width:100%}}.section-calculator-info{padding-top:0}.section-calculator-info .info-text{margin-bottom:32px;font-size:18px;line-height:24px;letter-spacing:-.18px}@media (max-width: 575.98px){.section-calculator-info .info-text{font-size:15px;line-height:22px;letter-spacing:-.15px}}.section-calculator-info .info-box{margin-bottom:8px;padding:40px;border-radius:24px;background-color:#f8f8f8}@media (max-width: 575.98px){.section-calculator-info .info-box{padding:24px}}.section-calculator-info .info-box--primary-300{background-color:#abd1fc}.section-calculator-info .info-box--beige-500{background-color:#fff4db}.section-calculator-info .info-title{margin-bottom:24px}.section-calculator-info .info-title--sm{font-size:20px;line-height:24px;letter-spacing:-.2px}.section-calculator-info .info-box-section{margin-bottom:40px}.section-calculator-info .info-box-table{width:100%}@media (max-width: 575.98px){.section-calculator-info .info-box-table{display:block}}.section-calculator-info .info-box-table tr{border-bottom:1px solid #91c2fc}@media (max-width: 575.98px){.section-calculator-info .info-box-table tr{display:flex;flex-direction:column;gap:8px;border:0;border-radius:8px;background-color:#91c2fc;padding:12px;margin-bottom:4px}}.section-calculator-info .info-box-table th,.section-calculator-info .info-box-table td{padding:17px 40px 17px 0}@media (max-width: 575.98px){.section-calculator-info .info-box-table th,.section-calculator-info .info-box-table td{padding:0}.section-calculator-info .info-box-table th:first-child,.section-calculator-info .info-box-table td:first-child{font-weight:400}.section-calculator-info .info-box-table th:last-child,.section-calculator-info .info-box-table td:last-child{text-align:right;font-weight:700}}.section-search{padding:24px 0}.section-search .search-block{background-color:#fff4db;padding:64px 64px 0;border-radius:32px;display:flex;justify-content:space-between;gap:64px}@media (max-width: 1199.98px){.section-search .search-block{padding:64px 48px}}@media (max-width: 991.98px){.section-search .search-block{padding:40px;gap:32px}}@media (max-width: 767.98px){.section-search .search-block{padding:40px 24px;gap:32px;flex-direction:column;align-items:center}}.section-search .search-image{max-width:500px;align-self:flex-end}.section-search .search-content{display:flex;flex-direction:column;gap:40px;max-width:528px;padding-bottom:64px}@media (max-width: 767.98px){.section-search .search-content{max-width:100%;width:100%}}.section-search .search-title{font-size:34px;line-height:40px;letter-spacing:-1.02px;margin:0}@media only screen and (min-width: 480px) and (max-width: 767px){.section-search .search-title{font-size:45px;font-weight:600;line-height:48px;letter-spacing:-1.8px}}.section-search .search-desc{margin-top:16px}.section-search .search-form{margin-top:auto}.section-search .app-tags{margin:24px 0 0;flex-wrap:wrap}.section-search .app-tags .app-tag{background-color:#f6e4bb}.section-search .app-tags .app-tag:hover{background-color:#f4dfad}
