@charset "UTF-8";html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{margin:.67em 0;font-size:2em}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-size:1em;font-family:monospace,monospace}a{background-color:transparent}abbr[title]{text-decoration:underline;text-decoration:underline dotted;border-bottom:none}b,strong{font-weight:bolder}code,kbd,samp{font-size:1em;font-family:monospace,monospace}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{margin:0;font-size:100%;line-height:1.15;font-family:inherit}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{display:table;box-sizing:border-box;max-width:100%;padding:0;color:inherit;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-style:normal;font-weight:300;font-family:Inter;font-display:swap;src:url(fonts/inter-light.woff2) format("woff2")}@font-face{font-style:normal;font-weight:400;font-family:Inter;font-display:swap;src:url(fonts/inter-regular.woff2) format("woff2")}@font-face{font-style:normal;font-weight:500;font-family:Inter;font-display:swap;src:url(fonts/inter-medium.woff2) format("woff2")}@font-face{font-style:normal;font-weight:700;font-family:Inter;font-display:swap;src:url(fonts/inter-bold.woff2) format("woff2")}@font-face{font-style:normal;font-weight:400;font-family:Libre Baskerville;font-display:swap;src:url(fonts/LibreBaskerville-Regular.woff2) format("woff2")}@font-face{font-style:italic;font-weight:400;font-family:Libre Baskerville;font-display:swap;src:url(fonts/LibreBaskerville-Italic.woff2) format("woff2")}@font-face{font-style:normal;font-weight:700;font-family:Libre Baskerville;font-display:swap;src:url(fonts/LibreBaskerville-Bold.woff2) format("woff2")}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100vh}html{font-style:normal;font-weight:400;font-size:1vw!important;line-height:1.2;font-family:Inter,Arial,sans-serif;color:#00314b;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}@media(max-width:1024px){html{font-size:2.0833333333vw!important}}@media(max-width:649px){html{font-size:4.1025641026vw!important}}@media(min-width:1920px){html{font-size:16px!important}}body{width:100%;height:100%;background-color:#f8f2f7}a{color:#00314b;text-decoration:none}img,video{display:block;max-width:100%;height:auto}textarea{resize:none}input:-webkit-autofill{box-shadow:inset 0 0 0 1000px #fff;-webkit-text-fill-color:#000000}input,textarea{border-radius:0}input::placeholder,textarea::placeholder{opacity:1}input:invalid,textarea:invalid{box-shadow:none}select{border-radius:0}input::-ms-clear,input::-ms-reveal{display:none}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{appearance:none}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{margin:0;appearance:none}input[type=number]{appearance:textfield}select,textarea,input:matches([type=email],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=url]){appearance:none}button,[type=button],[type=reset],[type=submit]{appearance:none}.wrapper{position:relative;display:flex;flex-direction:column;min-height:100vh;min-height:calc(100 * var(--vh, 1vh))}.wrapper .header,.wrapper .footer{flex-shrink:0}.wrapper main{flex-grow:1}@media(max-width:1024px){.hidden{display:none!important}}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;white-space:nowrap;border:0;clip:rect(0 0 0 0);clip-path:inset(100%)}.scroll-lock-ios{position:fixed;overflow:hidden}.scroll-lock{overflow:hidden}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}.no-transition{transition:none!important}.js-focus-visible :focus:not(.focus-visible){outline:none}.container{width:100%;max-width:100rem;margin:0 auto;padding:0 5rem}.container--no-padding{padding:0}@media(max-width:1024px){.container{padding:0 1.875rem}}@media(max-width:649px){.container{padding:0 1.5625rem}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#1b2b4199;display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.modal-overlay.is-visible{opacity:1;visibility:visible}.modal-content{background-color:#e7f6ec;padding:2.5rem;max-width:36.875rem;width:95%;position:relative;transform:translateY(-20px);max-height:100%;overflow-y:auto;transition:transform .3s ease}.modal-overlay.is-visible .modal-content{transform:translateY(0)}.modal-close{position:absolute;top:.625rem;right:.9375rem;border:none;background:transparent;font-size:1.75rem;line-height:1;color:#888;cursor:pointer;padding:.3125rem}.modal-close:hover{color:#333}.modal-header{text-align:center;margin-bottom:1rem}.modal-title{font-size:2rem;margin-top:0;margin-bottom:1rem;font-family:Libre Baskerville,Arial,sans-serif}.modal-subtitle{color:#737373;margin:0}.modal-form-container .forminator-row{margin-bottom:1rem!important}.modal-form-container .forminator-label{font-size:1.125rem!important;margin-bottom:.625rem!important}.modal-form-container .forminator-input{display:block!important;width:100%!important;padding:1rem!important;font-size:1.125rem!important;border:1px solid #8a8a8a!important;border-radius:.25rem!important;background-color:#e7f6ec!important}.modal-form-container .forminator-field-phone .iti__country-container{display:none}.modal-form-container .forminator-field-select .select2-selection{font-size:1.125rem!important;border:1px solid #8a8a8a!important;border-radius:.25rem!important;background-color:#e7f6ec!important}.modal-form-container .forminator-field-select .select2-selection__rendered{padding:1rem!important}body:has(#wpadminbar) .forminator-select-dropdown-container--open{margin-top:2.5rem!important}.modal-form-container .forminator-button-submit{position:relative;overflow:hidden;display:inline-flex!important;align-items:center;justify-content:center;width:100%!important;border-radius:.25rem!important;border:none!important;padding:1rem .875rem!important;font-size:1.125rem!important;line-height:1.5rem!important;font-weight:500;color:#f8f2f7!important;background-image:linear-gradient(95.63deg,#ed2d41 15.62%,#ffbd1d 147.82%)!important;-webkit-user-select:none;user-select:none;cursor:pointer;transition:color .3s ease}.modal-form-container .forminator-button-submit:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.4),transparent);transition:left .6s ease}@media(hover:hover){.modal-form-container .forminator-button-submit:hover{box-shadow:none!important}.modal-form-container .forminator-button-submit:hover:before{left:100%}.modal-form-container .forminator-button-submit:focus-visible{box-shadow:none!important}.modal-form-container .forminator-button-submit:focus-visible:before{left:100%}}.custom-slider{position:relative;width:100%;display:flex;flex-direction:column;align-items:center}.cards-container{position:relative;width:100%;width:32.1875rem;height:27.5rem;perspective:75rem}@media(max-width:649px){.cards-container{width:21.375rem;height:18.25rem}}.card{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:.75rem;background-color:transparent;transform-origin:bottom center;opacity:0;z-index:0;transform:translateY(20px) scale(.9);transition:none;pointer-events:none;will-change:transform,opacity}.card img{width:100%;height:100%;object-fit:cover;border-radius:.75rem;-webkit-user-select:none;user-select:none}.card.active{opacity:1;z-index:10;pointer-events:auto;animation:floatUp .85s cubic-bezier(.05,.3,.2,1) forwards}.card.next{opacity:.85;z-index:5;transform:translateY(4px) scale(.96) rotate(var(--r));transition:transform .8s cubic-bezier(.2,.8,.2,1),opacity .6s ease}.card.next-2{opacity:.6;z-index:4;transform:translateY(8px) scale(.92) rotate(var(--r));transition:transform .8s cubic-bezier(.2,.8,.2,1),opacity .6s ease}.card.next-3{opacity:.3;z-index:3;transform:translateY(12px) scale(.88) rotate(var(--r));transition:transform .8s cubic-bezier(.2,.8,.2,1),opacity .6s ease}.card.prev{opacity:0;z-index:11;transform:translateY(-12px) scale(1.1) rotate(calc(var(--r) * .5));transition:transform .5s ease-in,opacity .3s ease}@keyframes floatUp{0%{transform:translateY(12px) scale(.96) rotate(var(--r));opacity:0}30%{transform:translateY(-50px) scale(1.02) rotate(calc(var(--r) * .3));opacity:1}to{transform:translateY(0) scale(1) rotate(0);opacity:1}}.slider-nav{position:absolute;display:flex;bottom:1.25rem;gap:0 2.5rem}.nav-btn{width:2.8125rem;height:2.8125rem;border-radius:50%;padding:0;margin:0;cursor:pointer;display:flex;align-items:center;justify-content:center;background:#3645396e;-webkit-backdrop-filter:blur(.3125rem);backdrop-filter:blur(.3125rem);box-shadow:0 0 3px 1px #ffffff7c;border:1px solid rgba(130,130,130,.249)}.header{position:sticky;top:0;z-index:1000}@media(max-width:649px){.header{position:static}}.header__top{background-color:#e7f6ec;padding:1.625rem 0;max-height:4.75rem;overflow:hidden;transition:max-height .3s ease,visibility .3s ease,opacity .3s ease,padding .3s ease}@media(max-width:1024px){.header__top{padding:.8125rem 0}}@media(max-width:649px){.header__top{background-color:#f8f2f7}}.header__top.scrolled{opacity:0;visibility:hidden;max-height:0;padding:0}@media(max-width:649px){.header__top.scrolled{opacity:1;visibility:visible;max-height:100%;padding:.8125rem 0}}.header__top-inner{display:flex;justify-content:space-between;align-items:center}@media(max-width:649px){.header__top-inner{flex-direction:row-reverse}}.header__code{font-size:.875rem;line-height:1.125rem}@media(max-width:649px){.header__code span{display:flex}}.header__rating{display:flex;font-size:1.25rem;line-height:1.25rem;font-weight:500}@media(max-width:1024px){.header__rating{font-size:1.125rem}}@media(max-width:649px){.header__rating{flex-wrap:wrap;gap:.5rem 0;flex-basis:50%}}.header__rating-text{margin-right:1.875rem}@media(max-width:649px){.header__rating-text{order:1;margin-right:0}}.header__rating-value{margin-left:.75rem}@media(max-width:649px){.header__rating-value{margin-left:.625rem}}.header__stars{display:flex}.header__stars svg{width:1.25rem;height:1.1875rem}@media(max-width:649px){.header__stars svg{width:1rem;height:1rem}}.header__bottom{background-image:linear-gradient(270.24deg,#3bd4ad 12.72%,#76c9c1 101.99%);padding:1.625rem 0}@media(max-width:649px){.header__bottom{padding-top:1.5rem;padding-bottom:2.5rem}}.header__bottom-inner{display:flex;align-items:center}@media(max-width:649px){.header__bottom-inner{flex-direction:column;align-items:stretch;gap:2.5rem 0}}.header__logo{display:flex;align-items:center;gap:0 1.875rem;color:#00314b;margin-right:auto;flex-shrink:0}@media(max-width:1024px){.header__logo{gap:0 1.25rem}}@media(max-width:649px){.header__logo{justify-content:space-between;margin-right:0}}.header__logo img{width:10.5625rem;height:3.875rem;object-fit:contain;-webkit-user-select:none;user-select:none}@media(max-width:1024px){.header__logo img{width:4.5rem;height:2.375rem}}@media(max-width:649px){.header__logo img{width:8.375rem;height:3.0625rem}}.header__logo-text{display:flex;flex-direction:column;gap:.375rem 0}.header__logo-title{font-family:Libre Baskerville,Arial,sans-serif;font-size:1.375rem;line-height:1.625rem;font-weight:700}.header__content{display:flex;align-items:center}@media(max-width:1024px){.header__content{flex-direction:column-reverse}}@media(max-width:649px){.header__content{align-items:stretch;gap:2.5rem 0}}.header__icon-list{list-style-type:none;padding:0;margin:0;display:flex;align-items:center;gap:0 1rem;margin-right:2.5rem}@media(max-width:1024px){.header__icon-list{display:none}}@media(max-width:649px){.header__icon-list{display:flex;margin-right:0;justify-content:space-between}}.header__icon-item{position:relative;padding:.5rem .8125rem;font-size:.875rem;line-height:1.125rem;color:#f8f2f7;font-weight:500;display:flex;align-items:center;gap:0 .5rem;background-color:#00637f66;border-radius:.25rem;border-bottom-color:#2116ba33;border-right-color:#2116ba33;box-shadow:inset 1px 1px 2px #fff6;transition:transform .3s ease}@media(hover:hover){.header__icon-item:hover{transform:translateY(-.1875rem)}.header__icon-item:focus-visible{transform:translateY(-.1875rem)}}.header__icon-item svg{width:.875rem;height:.875rem}.header__buttons{display:flex;align-items:center;gap:0 1rem}@media(max-width:649px){.header__buttons{justify-content:space-between}}.btn-transparent{display:inline-flex;gap:0 .3125rem;align-items:center;justify-content:center;width:fit-content;border:.125rem solid #f8f2f7;border-radius:.25rem;padding:1rem 1.1875rem;font-size:1.125rem;line-height:1.5rem;font-weight:500;color:#f8f2f7;background-color:transparent;-webkit-user-select:none;user-select:none;cursor:pointer;transition:background-color .3s ease,color .3s ease}.btn-transparent svg{width:1.5rem;height:1.5rem}@media(hover:hover){.btn-transparent:hover{background-color:#f8f2f7;color:#00314b}.btn-transparent:focus-visible{background-color:#f8f2f7;color:#00314b}}.btn-accent{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;width:fit-content;border-radius:.25rem;border:none;padding:1rem 1.875rem;font-size:1.125rem;line-height:1.5rem;font-weight:500;color:#f8f2f7;-webkit-user-select:none;user-select:none;cursor:pointer;transition:all .3s ease;background-image:linear-gradient(95.63deg,#ed2d41 15.62%,#ffbd1d 147.82%);background-size:200% auto;animation:gradient-flow 4s linear infinite,pulse 1s linear infinite}@media(max-width:1024px){.btn-accent{padding:1rem .875rem;font-size:1.125rem}}.btn-accent--full-width{width:100%}.btn-accent:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.4),transparent);transition:left .6s ease}@media(hover:hover){.btn-accent:hover:before{left:100%}.btn-accent:focus-visible:before{left:100%}}@keyframes gradient-flow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.03)}to{transform:scale(1)}}.title{font-size:2.75rem;margin:0;font-family:Libre Baskerville,Arial,sans-serif;text-align:center;text-transform:capitalize}@media(max-width:649px){.title{font-size:2rem}}.subtitle{font-weight:500;text-transform:uppercase;line-height:1.4;text-align:center;color:#fe7009;display:block;margin-bottom:1rem}.hero{padding-top:13.4375rem;padding-bottom:3rem;background-repeat:no-repeat;background-position:top center;background-size:100% 16.25rem}@media(max-width:1024px){.hero{padding-top:5rem;padding-bottom:5rem;background-size:100% 6.875rem}}@media(max-width:649px){.hero{background-size:auto 6.875rem;padding-top:5.625rem;padding-bottom:5rem}}.hero .container{padding-right:0}@media(max-width:1024px){.hero .container{padding-right:1.875rem}}@media(max-width:649px){.hero .container{padding-right:1.5rem}}.hero__inner{display:flex;justify-content:space-between;gap:0 6.25rem}@media(max-width:1024px){.hero__inner{gap:0;justify-content:center}}.hero__content{max-width:37.5rem;display:flex;flex-direction:column;margin-top:3.75rem}@media(max-width:649px){.hero__content{max-width:100%}}.hero__title{font-size:2.75rem;line-height:1.4;font-family:Libre Baskerville,Arial,sans-serif;margin-top:0;margin-bottom:.5rem}@media(max-width:649px){.hero__title{font-size:2rem;text-align:center}}.hero__text{font-size:1.5rem;margin-bottom:3.375rem}@media(max-width:649px){.hero__text{font-size:1.125rem;text-align:center;margin:0 auto 2.5rem;max-width:80%}}.hero__subtitle{font-size:2rem;line-height:1.4;font-family:Libre Baskerville,Arial,sans-serif;font-style:italic;text-align:justify;margin-bottom:3.375rem;text-shadow:2px 2px 2px #3bd4ad}@media(max-width:649px){.hero__subtitle{font-size:1.25rem;text-align:center;margin-bottom:2.5rem}}.hero__list{margin-top:0;margin-bottom:3.375rem;padding:0;list-style-type:none;display:flex;gap:1.5rem}@media(max-width:649px){.hero__list{order:1;margin-bottom:2.5rem;gap:1.75rem;display:grid;grid-template-columns:1fr 1fr 1fr;justify-content:center;justify-items:center}}.hero__item{display:flex;align-items:center;gap:0 .625rem;line-height:1.4;text-align:center}@media(max-width:649px){.hero__item:last-of-type{grid-column:1/4}}@media(max-width:649px){.hero__item{font-size:.875rem}}.hero__item svg{width:2.0625rem;height:2.0625rem;flex-shrink:0}@media(max-width:649px){.hero__item svg{width:1.9375rem;height:1.9375rem}}.hero__payment-text{color:#3bd4ad;font-weight:700;font-size:1.5rem;text-align:center;margin-bottom:3rem}@media(max-width:649px){.hero__payment-text{margin-bottom:0}}.hero__img{width:100%;height:43.625rem;-webkit-user-select:none;user-select:none;object-fit:cover}@media(max-width:1024px){.hero__img{display:none}}@media(max-width:649px){.hero__btn{order:1}}.stats{background-image:linear-gradient(90.59deg,#3bd4ad 17.68%,#76c9c1 112.39%);padding:5.125rem 0}@media(max-width:649px){.stats{background-image:linear-gradient(90.59deg,#3bd4ad 17.68%,#76c9c1 112.39%);background-repeat:no-repeat;background-size:100% 100%;padding:5rem 0}}.stats__list{display:flex;justify-content:center;gap:8.125rem;margin:0;padding:0;list-style:none}@media(max-width:1024px){.stats__list{justify-content:stretch;display:grid;grid-template-columns:repeat(2,1fr);gap:3.75rem 0}}@media(max-width:649px){.stats__list{gap:3.75rem 3rem}}.stats__item{display:flex;flex-direction:column;gap:.625rem 0}@media(max-width:1024px){.stats__item:nth-child(2){order:2}}@media(max-width:1024px){.stats__item:nth-child(3){order:1}}@media(max-width:1024px){.stats__item:nth-child(4){order:3}}.stats__item-number{font-family:Libre Baskerville,Arial,sans-serif;font-size:2.75rem;font-weight:700;text-align:center;color:#00314b}@media(max-width:649px){.stats__item-number{font-size:1.5rem}}.stats__item-number span{color:#fe7009}.stats__item-title{font-size:1.125rem;text-transform:capitalize;text-align:center;color:#00314b;font-weight:300}.process{padding-top:10rem;padding-bottom:10rem;background-color:#e7f6ec}.process .container{padding:0 3.125rem}@media(max-width:1024px){.process{padding-top:5rem;padding-bottom:6.25rem}}@media(max-width:649px){.process{padding:5rem 0}}.process__list{margin-bottom:0;display:grid;grid-template-columns:repeat(5,1fr);gap:0 2.5rem;padding:0;list-style:none;margin-top:5rem}@media(max-width:1024px){.process__list{display:grid;grid-template-columns:repeat(2,1fr);gap:3.75rem 1.875rem;justify-content:center}}@media(max-width:649px){.process__list{display:flex;flex-direction:column;margin-top:3.5rem;gap:2.5rem 0}}.process__item{display:flex;flex-direction:column;align-items:center}@media(max-width:1024px){.process__item:last-of-type{grid-column:span 2}}@media(max-width:649px){.process__item{gap:1.5rem 0}}.process__item img{width:16.75rem;height:16.625rem;-webkit-user-select:none;user-select:none;margin-top:auto;border-radius:.625rem}@media(max-width:649px){.process__item img{width:14.75rem;height:14.5rem}}@media(hover:hover){.process__item:hover .process__item-number{background-color:#3bd4ad;color:#f8f2f7;border-color:transparent}}.process__item-number{display:flex;align-items:center;justify-content:center;text-align:center;font-family:Libre Baskerville,Arial,sans-serif;border-radius:50%;font-size:2rem;font-weight:700;border:.125rem solid #00314b;margin-bottom:1.5rem;width:6.25rem;height:6.25rem;transition:background-color .3s ease,color .3s ease,border-color .3s ease}@media(max-width:649px){.process__item-number{display:none}}.process__item-title{font-size:1.125rem;font-weight:700;text-align:center;margin-bottom:2.5rem}@media(max-width:649px){.process__item-title{order:1;margin:0}}.process__item-text{text-align:center;margin-top:1.5rem}@media(max-width:649px){.process__item-text{order:2}}.process__logo{margin-top:5rem;display:flex;justify-content:center}@media(max-width:649px){.process__logo img:first-of-type{display:none}}.process__logo img:last-of-type{display:none}@media(max-width:649px){.process__logo img:last-of-type{display:block}}.about{padding:10rem 0;background-repeat:no-repeat;background-size:cover;overflow:hidden}@media(max-width:1024px){.about{padding-top:5rem;padding-bottom:6.25rem;background-image:none!important}}@media(max-width:649px){.about{padding:5rem 0}}.about .title{max-width:41.25rem;margin:0 auto}@media(max-width:649px){.about .title{max-width:80%}}.about__content{display:flex;align-items:center;margin-top:6.25rem;gap:0 10rem}@media(max-width:1024px){.about__content{flex-direction:column-reverse;margin-top:3.75rem}}@media(max-width:649px){.about__content{margin-top:2.5rem}}.about__text{font-family:Libre Baskerville,Arial,sans-serif;font-size:2rem;font-style:italic;line-height:1;margin-top:0;margin-bottom:3.125rem}@media(max-width:1024px){.about__text{text-align:center}}@media(max-width:649px){.about__text{font-size:1.5rem}}.about__text svg{width:1.5625rem;height:1.375rem;vertical-align:middle}.about__list{list-style-type:none;padding:0;margin:0;display:flex;align-items:center;justify-content:space-between}@media(max-width:649px){.about__list{flex-direction:column;gap:2.5rem 0}}.about__item{display:flex;align-items:center;gap:0 .625rem;font-size:1.125rem;line-height:1.4;text-align:center}@media(max-width:649px){.about__item{gap:0 1.25rem;font-size:1rem}}@media(max-width:1024px){.about__text-wrapper{margin-top:6.25rem}}@media(max-width:649px){.about__text-wrapper{margin-top:3.75rem}}.advantages{padding:10rem 0;background-color:#e7f6ec;background-position:bottom center;background-size:100% 27.375rem;background-repeat:no-repeat}@media(max-width:1024px){.advantages{padding:5rem 0;background-size:auto 18.75rem}}.advantages__list{display:grid;grid-template-columns:repeat(4,1fr);gap:0 3rem;margin-bottom:0;margin-top:5rem;padding:0;list-style:none}@media(max-width:1024px){.advantages__list{display:grid;grid-template-columns:repeat(2,1fr);gap:3.75rem 1.875rem}}@media(max-width:649px){.advantages__list{display:grid;grid-template-columns:repeat(1,1fr);gap:3.75rem 0}}.advantages__item{display:flex;flex-direction:column;align-items:center;gap:1rem 0;padding:2.5rem 1.6875rem;box-shadow:4px 8px 8px #112b2229;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#d4fffb33;text-align:center;transition:transform .3s ease;border:1px solid rgba(248,242,247,.2)}@media(max-width:649px){.advantages__item{background-color:#76c9c133}}@media(hover:hover){.advantages__item:hover{transform:scale(1.05)}}.advantages__item-icon{width:4.75rem;height:4.6875rem;display:flex;align-items:center;justify-content:center;background-image:linear-gradient(95.63deg,#76c9c1 15.62%,#3bd4ad 147.82%);border-radius:.375rem}.advantages__item-title{margin:0;font-size:1.25rem;text-transform:capitalize}.advantages__item-text{margin:0}.advantages__item-badge{background-image:linear-gradient(95.63deg,#ed2d41 15.62%,#ffbd1d 147.82%);color:#f8f2f7;padding:.25rem 1rem;text-transform:capitalize;font-weight:500;border-radius:1rem}.promo{padding:20rem 0;background-color:#f8f2f7;background-position:center;background-size:100% 56.0625rem;background-repeat:no-repeat}@media(max-width:649px){.promo .container{padding:0 .4375rem}}@media(max-width:1024px){.promo{padding:10rem 0;background-size:100% 37.5rem}}@media(max-width:649px){.promo{background-color:#e7f6ec;padding:5rem 0;background-image:none!important}}.promo__list{display:grid;grid-template-columns:repeat(3,1fr);gap:0 3rem;margin:0;padding:0;list-style:none}@media(max-width:1024px){.promo__list{display:grid;grid-template-columns:1fr;gap:3.75rem 1.875rem}}.promo__item{background-image:linear-gradient(91.43deg,#3bd4ad,#76c9c1);padding:2.5rem 1rem;border-radius:.5rem;border:4px dashed #f8f2f7;display:flex;flex-direction:column;transition:transform .3s ease}@media(hover:hover){.promo__item:hover{transform:scale(1.05)}}@media(max-width:649px){.promo__item{box-shadow:4px 8px 8px #112b2229}}.promo__price-wrapper{display:flex;gap:0 .9375rem;margin-bottom:2.5rem}.promo__price{font-family:Libre Baskerville,Arial,sans-serif;font-size:4.75rem;color:#f8f2f7;display:flex;align-items:center;gap:0 .9375rem;flex-shrink:0}.promo__price--vertical{margin-top:-1.25rem;flex-direction:column;align-items:start;gap:0;line-height:1}.promo__price-small{font-size:2.375rem}.promo__text{display:flex;flex-direction:column;gap:.3125rem 0}.promo__text-big{font-weight:500;font-size:2.125rem;color:#f8f2f7}.promo__text-small{font-size:.9375rem;font-weight:500;color:#f8f2f7}.promo__text-small--mt{margin-top:1.25rem}.promo__img{width:100%;height:6.6875rem;margin-bottom:1rem}.promo__img img{width:100%;height:100%;object-fit:cover}.promo__warning{font-size:.9375rem;text-align:center;color:#f8f2f7;margin-bottom:2.5rem}.promo .btn-accent{width:100%;gap:0 .625rem}.map{padding:7.75rem 0;background-color:#f8f2f7}@media(max-width:1024px){.map{padding-top:5rem;padding-bottom:6.25rem}}@media(max-width:649px){.map{padding:5rem 0}}.map__inner{display:flex;align-items:center;gap:0 7.6875rem;justify-content:space-between;width:80rem;margin:0 auto}@media(max-width:1024px){.map__inner{flex-direction:column-reverse;width:100%;margin:0}}.map__img{width:51.25rem;height:34.1875rem;flex-shrink:0}@media(max-width:1024px){.map__img{width:100%;height:auto}}.map__img img{width:100%;height:100%;object-fit:contain;display:block;-webkit-user-select:none;user-select:none}.map__title-wrapper{display:flex;flex-direction:column;gap:1.875rem 0}@media(max-width:1024px){.map__title-wrapper{margin-bottom:5rem}}.map__title{font-family:Libre Baskerville,Arial,sans-serif;text-transform:capitalize;text-align:right;font-size:2.75rem;font-weight:400;line-height:1.4;margin:0}@media(max-width:1024px){.map__title{text-align:center}}@media(max-width:649px){.map__title{font-size:2rem}}.action{background-size:cover;background-repeat:no-repeat;padding:5rem 0}@media(max-width:649px){.action{background-position:right 25% center}}.action__inner{display:flex;flex-direction:column;gap:2.5rem 0;justify-content:center;align-items:center}@media(max-width:649px){.action__inner{gap:0}}.action__title{font-family:Libre Baskerville,Arial,sans-serif;font-size:2.75rem;line-height:1.4;margin:0;color:#f8f2f7;text-align:center}@media(max-width:649px){.action__title{font-size:2rem;margin-bottom:2.5rem}}.action__text{color:#f8f2f7;font-size:1.125rem;text-align:center}@media(max-width:649px){.action__text{margin-bottom:1.6875rem}}.action__buttons-wrapper{display:flex;align-items:center;gap:0 1rem}@media(max-width:649px){.action__buttons-wrapper{flex-direction:column;gap:1rem 0}}.action__buttons-wrapper .btn-accent{min-width:14.25rem}@media(max-width:649px){.action__buttons-wrapper .btn-accent{min-width:16.1875rem}}.action__buttons-wrapper .btn-transparent{min-width:12.5rem}.footer{padding:5rem 0;background-color:#3bd4ad}.footer__inner{width:80rem;margin:0 auto}@media(max-width:1024px){.footer__inner{width:100%;margin:0}}@media(max-width:649px){.footer__top .container{border-bottom:1px solid #00314b}}.footer__top-inner{display:flex;justify-content:space-between;border-bottom:1px solid #00314b;padding-bottom:2.5rem}@media(max-width:1024px){.footer__top-inner{gap:1.875rem 0;flex-direction:column}}@media(max-width:649px){.footer__top-inner{align-items:center;text-align:center;border-bottom:none;gap:0}}.footer__left{display:flex;flex-direction:column;gap:1.5rem 0;width:26.75rem}@media(max-width:649px){.footer__left{width:100%}}.footer__title-wrapper{display:flex;flex-direction:column;gap:.25rem 0}.footer__title{font-weight:700;font-size:1.25rem;font-family:Libre Baskerville,Arial,sans-serif}.footer__subtitle{font-size:.875rem}.footer__text{margin:0;font-weight:300;line-height:1.2}@media(max-width:649px){.footer__text{margin-bottom:3.375rem}}.footer__right{display:flex;gap:0 3.125rem}.footer__contacts{display:flex;flex-direction:column;gap:1rem 0;justify-content:center}.footer__contacts-title{margin:0;text-transform:uppercase}.footer__info{display:flex;gap:0 3.125rem}@media(max-width:649px){.footer__info{flex-direction:column;gap:1rem 0}}.footer__info-col{display:flex;flex-direction:column;gap:1rem 0}.footer__link{transition:color .3s ease}@media(hover:hover){.footer__link:hover{color:#fe7009}.footer__link:focus-visible{color:#fe7009}}.footer__bottom{padding-top:2.5rem}.footer__info-text:first-of-type{padding-top:.53125rem}@media(max-width:649px){.footer__info-text:first-of-type{padding-top:0}}.footer__bottom-inner{display:flex;justify-content:space-between}@media(max-width:1024px){.footer__bottom-inner{flex-direction:column;align-items:center;gap:1.25rem 0}}.footer__bottom-text{font-weight:500;font-size:.75rem}@media(max-width:1024px){.footer__bottom-text{font-size:.875rem;text-align:center}}@media(max-width:649px){.footer__bottom-text{font-size:.75rem}}
