:root{--base-size: 1rem;--base-font-size: 1em;--primary-color: #00858e;--secondary-color: #61c4de;--tertiary-color: #cbd742;--compplementary-color: #015156;--text-color-dark: #303030;--text-color-light: #7b7c7a;--white: #ffffff}button,.button__main,.button__link,.button__ghost{border:1px solid transparent;background:none;padding:10px 20px;margin:0;border-radius:calc(var(--base-size) / 1.75);font-weight:600;cursor:pointer;transition:all .5s ease-in-out;font-size:clamp(.75rem,.4375rem + 1vw,1rem)}.button__main{background-color:var(--primary-color);color:var(--white)}.button__main:hover{background-color:var(--compplementary-color)}.button__ghost{border:1px solid var(--text-color-light)}.button__secondary{background-color:var(--secondary-color);color:var(--white)}.button__link:hover{color:var(--primary-color)}.accordion__container{padding-bottom:calc(var(--base-size) * 3)}@media(min-width:992px){.accordion__container{padding-left:calc(var(--base-size) * 7);padding-right:calc(var(--base-size) * 7)}}.accordion-link{color:var(--text-color-dark);text-decoration:none;width:100%;display:flex;align-items:center;justify-content:space-between;padding:var(--base-size) 0}.accordion-link .link-title{font-weight:600;font-size:clamp(1rem,-2.75rem + 12vw,1.3rem)}.accordion-link i{color:var(--text-color-dark);padding:.5rem}.accordion-link div{display:flex}.accordion-link .arrow-down{display:none}.answer{max-height:0;overflow:hidden;position:relative;transition:max-height .65s}.answer p{color:var(--text-color-dark);padding-bottom:var(--base-size)}.accordion-item:target .answer{max-height:20rem}.accordion-item:target .accordion-link .arrow-forward{display:none}.accordion-item:target .accordion-link .arrow-down{display:block}*,*:before,*:after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}h1,h2,h3,h4{line-height:1.1}h1{font-size:clamp(1.6rem,-2.75rem + 12vw,3rem);font-weight:800}h2{font-size:clamp(1.6rem,-2.75rem + 12vw,3rem);font-weight:700}h3{font-size:clamp(1.15rem,-2.75rem + 12vw,1.25em);font-weight:500;line-height:1.4}h4{font-size:clamp(.8rem,-2.75rem + 12vw,1.3rem);font-weight:600}.full__width.full__width--footer{background-color:var(--compplementary-color);color:var(--white)}.full__width.full__width--footer .icon__64{stroke:var(--white)}#footer{display:flex;flex-direction:column;gap:var(--base-size);padding:calc(var(--base-size) * 1.5)}#footer .footer__newsletter{text-align:center;display:flex;flex-direction:column;gap:var(--base-size)}@media(min-width:576px){#footer .footer__newsletter{padding:calc(var(--base-size) * 3) 0}}@media(min-width:768px){#footer .footer__newsletter{width:70%;margin:0 auto}}#footer .footer__newsletter .newsletter__title{font-size:clamp(1.5rem,.4375rem + 1vw,3.5rem);font-weight:600}#footer .footer__newsletter .newsletter__fields{display:grid;grid-template-columns:2fr 1fr;gap:calc(var(--base-size) / 1.75);margin-bottom:calc(var(--base-size) / 1.75)}#footer .footer__newsletter .newsletter__fields input{border-radius:calc(var(--base-size) / 1.75);border:none;padding:10px 20px;font-size:clamp(.75rem,.4375rem + 1vw,1rem)}#footer .footer__newsletter p{font-size:clamp(.8rem,-2.75rem + 12vw,.9rem)}#footer .foot{display:flex;flex-direction:column;text-align:center;align-items:center;gap:var(--base-size)}#footer .foot .copyright{font-size:clamp(.8rem,-2.75rem + 12vw,.9rem)}@media(min-width:576px){#footer .foot{padding:calc(var(--base-size) * 1.5) 0;padding-bottom:calc(var(--base-size) * 2)}}@media(min-width:768px){#footer .foot{flex-direction:row;justify-content:space-between}}#footer .foot .foot__social{display:flex;gap:calc(var(--base-size) / 1.75)}#footer .foot .foot__social .icon__24{stroke:var(--white);stroke-width:1.5}.header{width:100%;height:100vh;height:100svh;background:#f5f8d8;background:linear-gradient(45deg,#f5f8d8a6,#edfeff73)}@media(min-width:768px){.header{display:grid;grid-template-rows:auto 1fr}}.header.header__inner{height:auto;padding-bottom:calc(var(--base-size) * 1.75);background:linear-gradient(-135deg,#f2fa994d,#f2fa994d 1%,#f2fa9900)}.header.header__inner.header__inner--ecommerce{height:auto}@media(min-width:768px){.header.header__inner{height:50vh;height:50svh}}#header__top{width:100%;margin-bottom:calc(var(--base-size) * 1.25)}.header__hero{display:grid;grid-template-columns:100%;text-align:center;align-items:start;gap:calc(var(--base-size) * 1.5)}@media(min-width:768px){.header__hero{grid-template-columns:1fr 1fr;text-align:left;align-items:center}}.header__hero p{color:var(--text-color-light);font-size:clamp(.9rem,.4375rem + 1vw,1.25rem);width:95%;margin:0 auto}@media(min-width:768px){.header__hero p{width:auto;margin:none}}.header__hero .header__hero--column:first-child{display:flex;flex-direction:column;gap:var(--base-size)}.header__hero .header__hero--column:last-child{position:relative;align-items:start;height:50svh}@media(min-width:768px){.header__hero .header__hero--column:last-child{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}}.header__hero .header__hero--column:last-child .big_img{width:70%;height:80%;z-index:1;-o-object-fit:cover;object-fit:cover}@media(min-width:576px){.header__hero .header__hero--column:last-child .big_img{width:75%}}@media(min-width:768px){.header__hero .header__hero--column:last-child .big_img{width:90%}}@media(min-width:992px){.header__hero .header__hero--column:last-child .big_img{height:80%;width:70%}}.header__hero .header__hero--column:last-child .small_img{position:absolute;bottom:0;right:0;z-index:10;width:60%;-o-object-fit:cover;object-fit:cover;box-shadow:0 0 0 8px #f8fdf1;-webkit-box-shadow:0 0 0 8px #f8fdf1;-moz-box-shadow:0 0 0 8px #f8fdf1}@media(min-width:576px){.header__hero .header__hero--column:last-child .small_img{width:55%;bottom:-3rem}}@media(min-width:768px){.header__hero .header__hero--column:last-child .small_img{width:70%;left:-4em;bottom:1rem}}@media(min-width:992px){.header__hero .header__hero--column:last-child .small_img{height:30%;width:65%;bottom:2rem}}#header__cart{display:flex;flex-direction:row;justify-content:end;margin-bottom:calc(var(--base-size) * 1.25);padding:calc(var(--base-size) / 1.5) 0}#header__cart #header__cart--nav{display:flex;flex-direction:row;gap:var(--base-size);justify-content:end}#header__cart #header__cart--nav li a{display:flex;flex-direction:row;align-items:center;gap:calc(var(--base-size) / 2.5);font-size:calc(var(--base-size) / 1.25);font-weight:500;color:var(--text-color-dark)}#header__cart #header__cart--nav .cart__btn{display:flex;flex-direction:row;gap:calc(var(--base-size) / 2)}#header__cart #header__cart--nav .cart__btn span.cart__badge{display:flex;justify-content:center;align-items:center;font-size:10px;background-color:var(--primary-color);color:var(--white);font-weight:800;padding:4px 8px;height:16px;border-radius:25%}#header__nav--main{display:flex;justify-content:center;align-items:center;position:sticky;top:0;z-index:999}#header__nav--main .navContainer{display:flex;justify-content:space-between;width:100%}#header__nav--main .navContainer #header__nav--logo img{width:clamp(5rem,-2.75rem + 12vw,9rem)}#header__top ul .navitem.active .navlink{color:var(--secondary-color)}.menubar{display:flex;align-items:center;gap:calc(var(--base-size) * 1.6)}a.navlink{font-size:1rem;font-weight:600;transition:all .5s ease-in-out;color:var(--text-color-dark)}a.navlinka:hover{color:var(--primary-color)}@media screen and (max-width:768px){#header__nav--main .navContainer{position:relative;display:flex;z-index:1;padding:0}.menubar{display:none;flex-direction:column;margin:0;position:absolute;top:calc(var(--base-size) * 2);right:0;opacity:0;transition:all .5s ease-in-out;z-index:-1;gap:0}.menubar.active{display:flex;background:var(--primary-color);top:100%;opacity:1;transition:all .5s ease-in-out;z-index:99;margin-top:var(--base-size);border-radius:calc(var(--base-size) / 1.75)}.menubar.active .navitem{display:flex;height:100%}.navToggle .bar{width:25px;height:3px;margin:5px auto;transition:all .3s ease-in-out;background:var(--primary-color)}.navitem{width:100%}.navitem .navlink{text-align:right;width:100%;display:table;padding:var(--base-size) var(--base-size) var(--base-size) calc(var(--base-size) * 3);color:var(--white);font-size:1.05rem}#mobile-menu{position:absolute;top:20%;right:0;transform:translate(5%,20%)}.navToggle .bar{display:block;cursor:pointer}#mobile-menu.is-active .bar:nth-child(2){opacity:0}#mobile-menu.is-active .bar:nth-child(1){transform:translateY(8px) rotate(45deg)}#mobile-menu.is-active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}}section.container{padding:calc(var(--base-size) * 1.5)}@media(min-width:576px){section.container{padding:calc(var(--base-size) * 3) 0}}@media(min-width:992px){section.container{padding:calc(var(--base-size) * 4.5) 0}}section.container header.section__header{margin-bottom:calc(var(--base-size) * 1.5);text-align:center}section.container header.section__header p{color:var(--text-color-light)}section.container header.section__header.section__header--alt p{color:var(--white)}@media(min-width:576px){section.container header.section__header{width:65ch;margin:0 auto;margin-bottom:calc(var(--base-size) * 3)}}.full__width{width:100%}.full__width.full__width--main{background-color:var(--primary-color);color:var(--white)}.full__width.full__width--main .icon__64{stroke:var(--white)}.content__cards--small ul{display:flex;flex-direction:column;gap:var(--base-size)}.content__cards--small ul .card__small{display:flex;flex-direction:column;align-items:center;gap:calc(var(--base-size) / 1.75);border-radius:calc(var(--base-size) / 1.75);background-color:#32a0aa;padding:var(--base-size);text-align:center}.content__cards--small ul .card__small .price{font-size:clamp(1.8rem,.4375rem + 1vw,3rem);font-weight:800}.content__cards--small ul .card__small .comparative{display:flex;flex-direction:column;gap:calc(var(--base-size) / 2)}.content__cards--small ul .card__small .comparative li{display:flex;flex-direction:row;align-items:center;gap:calc(var(--base-size) / 2.5)}.content__cards--small ul .card__small .comparative li .icon__12{stroke:var(--secondary-color)}@media(min-width:992px){.content__cards--small ul .card__small{width:100%;padding:calc(var(--base-size) * 3)}.content__cards--small ul{flex-direction:row}}.form{display:flex;flex-direction:column;gap:calc(var(--base-size) * 1)}@media(min-width:768px){.form{flex-direction:row;gap:calc(var(--base-size) * 3)}}.form>*{flex:1}.form .column img{-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;width:100%;height:22rem}.form .column:first-child{order:2}@media(min-width:768px){.form .column:first-child{order:inherit}}.form .form-container{display:flex;flex-direction:column;gap:var(--base-size)}.form .form-container input{border:1px solid #c1c7cd;background-color:#f2f4f8;color:var(--text-color-dark);padding:calc(var(--base-size) / 2);border-radius:calc(var(--base-size) / 1.75)}.form .form-container textarea{border:1px solid #c1c7cd;background-color:#f2f4f8;color:#000;width:100%;padding:calc(var(--base-size) / 2);border-radius:calc(var(--base-size) / 1.75)}.content__info ul{display:flex;flex-direction:column;gap:calc(var(--base-size) * 2)}@media(min-width:576px){.content__info ul{gap:calc(var(--base-size) * 4)}}@media(min-width:992px){.content__info ul{gap:calc(var(--base-size) * 8)}}.content__info ul .info__card{display:flex;flex-direction:column;gap:var(--base-size)}.content__info ul .info__card .card__img img{width:100%;height:50%;-o-object-fit:cover;object-fit:cover}@media(min-width:576px){.content__info ul .info__card{display:grid;grid-template-columns:1fr 1fr;align-items:center}.content__info ul .info__card:nth-child(2) .card__info{order:1}.content__info ul .info__card:nth-child(2) .card__img{order:2}}@media(min-width:768px){.content__info ul .info__card{gap:calc(var(--base-size) * 3)}}@media(min-width:992px){.content__info ul .info__card{gap:calc(var(--base-size) * 6)}}@media(min-width:1200px){.content__info ul .info__card{gap:calc(var(--base-size) * 9)}}.content__info ul .info__card .card__info button{margin-top:calc(var(--base-size) / 2);width:100%}@media(min-width:768px){.content__info ul .info__card .card__info button{width:inherit}.content__info ul .info__card h3{margin-bottom:.5rem}}.cards__icon ul,.cards__stores ul{display:grid;gap:var(--base-size)}@media(min-width:576px){.cards__icon ul,.cards__stores ul{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.cards__icon ul,.cards__stores ul{grid-template-columns:repeat(3,1fr)}}.cards__icon ul li,.cards__stores ul li{padding:calc(var(--base-size) * 2);border-radius:calc(var(--base-size) / 1.75);border:1px solid #f3f4f6}.cards__icon ul li .wrap__icon,.cards__stores ul li .wrap__icon{display:flex;justify-content:center;align-items:center;width:64px;height:64px;background-color:var(--tertiary-color);border-radius:100%;margin-bottom:calc(var(--base-size) * 1.5)}.cards__icon ul li .wrap__icon .icon__32,.cards__stores ul li .wrap__icon .icon__32{stroke:var(--white)}.cards__icon ul li .card__title,.cards__stores ul li .card__title{font-weight:600;font-size:clamp(1rem,.4375rem + 1vw,1.15rem);line-height:1.25;margin-bottom:calc(var(--base-size) / 1.5)}.cards__stores ul li{background-color:var(--secondary-color);color:var(--compplementary-color);border:none;display:flex;flex-direction:column;align-items:center}.cards__stores ul li .wrap__icon{width:32px;height:32px;background-color:transparent}.cards__stores ul li .wrap__icon .icon__32{stroke:var(--compplementary-color)}@media(min-width:576px){.cards__stores ul{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.cards__stores ul{grid-template-columns:repeat(3,1fr)}}.cards__icon ul .wrap__logo{display:flex;justify-content:center;align-items:center;width:64px;height:64px;overflow:hidden;border-radius:100%;border:1px solid #f3f4f6;margin-bottom:calc(var(--base-size) * 1.5)}.cards__icon ul .wrap__logo img{width:100%;-o-object-fit:contain;object-fit:contain}.cards__icon ul li .button__ghost{margin-top:calc(var(--base-size) * 1.5)}.ecommerce .ecommerce__wrap{display:flex;flex-direction:column;gap:calc(var(--base-size) * 2)}.ecommerce .ecommerce__wrap .ecommerce__header{align-self:flex-end;display:flex;gap:var(--base-size)}.ecommerce .ecommerce__wrap .ecommerce__header input{border:1px solid #c1c7cd;background-color:#f2f4f8;color:var(--text-color-dark);padding:calc(var(--base-size) / 2);border-radius:calc(var(--base-size) / 1.75)}.ecommerce .ecommerce__wrap .ecommerce__cards ul{display:grid;grid-template-columns:1fr;gap:calc(var(--base-size) * 2)}@media(min-width:768px){.ecommerce .ecommerce__wrap .ecommerce__cards ul{grid-template-columns:1fr 1fr}}@media(min-width:992px){.ecommerce .ecommerce__wrap .ecommerce__cards ul{grid-template-columns:1fr 1fr 1fr}}.ecommerce .ecommerce__wrap .ecommerce__cards ul .ecommerce__card .ecommerce__link{display:flex;flex-direction:column;gap:calc(var(--base-size) / 2);color:var(--text-color-dark)}.ecommerce .ecommerce__wrap .ecommerce__cards ul .ecommerce__card .ecommerce__link .product__image img{width:100%;height:15rem;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.ecommerce .ecommerce__wrap .ecommerce__cards ul .ecommerce__card .ecommerce__link .product__info .product__info--title{font-weight:600}.ecommerce .ecommerce__wrap .ecommerce__cards ul .ecommerce__card .ecommerce__link .product__info .product__info--price{font-size:clamp(.9rem,.4375rem + 1vw,1.25rem)}.ecommerce .ecommerce__pagination{display:flex;justify-content:center;width:100%;padding:calc(var(--base-size) * 4) 0}.ecommerce .ecommerce__pagination ul{display:flex;flex-direction:row;gap:calc(var(--base-size) / 2)}.ecommerce .ecommerce__pagination ul li{display:flex;flex-direction:row;border:1px solid #9f9f9f}.ecommerce .ecommerce__pagination ul li.pagination__separation{border:none}.ecommerce .ecommerce__pagination ul li.current__page{background-color:var(--primary-color);border-color:var(--primary-color)}.ecommerce .ecommerce__pagination ul li.current__page a{color:var(--white)}.ecommerce .ecommerce__pagination ul li a{display:flex;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;text-align:center;color:var(--text-color-dark)}.ecommerce .prduct__detail{display:grid;grid-template-columns:1fr;gap:calc(var(--base-size) * 1);margin-bottom:calc(var(--base-size) * 5)}@media(min-width:576px){.ecommerce .prduct__detail{grid-template-columns:1fr 1fr;gap:calc(var(--base-size) * 4)}}.ecommerce .prduct__detail .product__image img{width:100%;height:20rem;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media(min-width:768px){.ecommerce .prduct__detail .product__image img{height:30rem}}.ecommerce .prduct__detail .product__info h3{font-size:clamp(1.55rem,-2.75rem + 12vw,2.25em);font-weight:800}.ecommerce .prduct__detail .product__info .product__info--details{display:flex;flex-direction:column;gap:calc(var(--base-size) / 2.5)}.ecommerce .prduct__detail .product__info .product__info--details .product__price{font-size:clamp(1.3rem,.4375rem + 1vw,1.85rem);font-weight:800}.ecommerce .prduct__detail .product__info button{width:100%}@media(min-width:576px){.ecommerce .prduct__detail .product__info button{width:auto}}.ecommerce .prduct__detail .product__info .ecommerce__buttons{display:grid;grid-template-columns:100%;gap:calc(var(--base-size) / 2)}.ecommerce .prduct__detail .product__info .ecommerce__buttons button{width:100%}@media(min-width:576px){.ecommerce .prduct__detail .product__info .ecommerce__buttons{display:flex;flex-direction:column}.ecommerce .prduct__detail .product__info .ecommerce__buttons button{width:inherit}}.ecommerce .product__quantity{margin:calc(var(--base-size) * 2) 0 var(--base-size)}.ecommerce .product__quantity .stepper{display:grid;grid-template-columns:2.5rem auto 2.5rem}@media(min-width:576px){.ecommerce .product__quantity .stepper{grid-template-columns:2.5rem 5rem 2.5rem}}.ecommerce .product__quantity .stepper input{text-align:center;border:none;padding:calc(var(--base-size) / 2)}.ecommerce .product__quantity .stepper button{background-color:#f2f4f8;border:none;cursor:pointer;color:#000;padding:calc(var(--base-size) / 2)}.ecommerce .product__quantity .stepper button:hover{background-color:#e0e6ed}.ecommerce .cart{display:flex;flex-direction:column;gap:var(--base-size);width:100%;margin-bottom:calc(var(--base-size) * 5)}.ecommerce .cart .mobile__header{font-size:12px;text-transform:uppercase;color:#6e6e6e;margin-bottom:10px}@media(min-width:768px){.ecommerce .cart .mobile__header{display:none}}.ecommerce .cart .product__quantity{margin:0}.ecommerce .cart .cart__header{display:none}@media(min-width:768px){.ecommerce .cart .cart__header{display:grid;grid-template-columns:3fr 1fr 1fr 1fr;gap:var(--base-size);border-bottom:1px solid #e5e5e5;padding-bottom:calc(var(--base-size) / 1)}}.ecommerce .cart .cart__productTable{display:flex;flex-direction:column}.ecommerce .cart .cart__productTable .cart__productTable--detail{display:flex;flex-direction:column;border-bottom:1px solid #e5e5e5;padding:calc(var(--base-size) * 2) 0}.ecommerce .cart .cart__productTable .cart__productTable--detail ul{display:grid;gap:var(--base-size)}@media(min-width:576px){.ecommerce .cart .cart__productTable .cart__productTable--detail ul{grid-template-columns:3fr 1fr 1fr 1fr}}.ecommerce .cart .cart__productTable .cart__productTable--detail ul .prduct__cart--main{display:grid;grid-template-columns:1fr;gap:calc(var(--base-size) / 2)}@media(min-width:576px){.ecommerce .cart .cart__productTable .cart__productTable--detail ul .prduct__cart--main{grid-template-columns:1fr 2fr;gap:var(--base-size)}}.ecommerce .cart .cart__productTable .cart__productTable--detail ul .prduct__cart--main .product__image img{width:100%;height:8rem;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.ecommerce .cart .cart__productTable .cart__productTable--detail ul .prduct__cart--main .product__cart-detail a{color:var(--text-color-dark);font-size:12px}.ecommerce .cart .total{display:flex;flex-direction:column;gap:var(--base-size);width:100%}@media(min-width:576px){.ecommerce .cart .total{flex-direction:row;justify-content:end;align-items:center}}.ecommerce .cart .total button{width:100%}@media(min-width:576px){.ecommerce .cart .total button{width:auto}}.ecommerce .cart .total .total__amount{font-weight:800}@font-face{font-family:InterVariable;font-style:normal;font-weight:100 900;font-display:swap;src:url(resources/fonts/InterVariable.woff2) format("woff2")}@font-face{font-family:InterVariable;font-style:italic;font-weight:100 900;font-display:swap;src:url(resources/fonts/InterVariable-Italic.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:100;font-display:swap;src:url(resources/fonts/Inter-Thin.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:100;font-display:swap;src:url(resources/fonts/Inter-ThinItalic.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:200;font-display:swap;src:url(resources/fonts/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:200;font-display:swap;src:url(resources/fonts/Inter-ExtraLightItalic.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(resources/fonts/Inter-Light.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:300;font-display:swap;src:url(resources/fonts/Inter-LightItalic.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(resources/fonts/Inter-Regular.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:400;font-display:swap;src:url(resources/fonts/Inter-Italic.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(resources/fonts/Inter-Medium.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:500;font-display:swap;src:url(resources/fonts/Inter-MediumItalic.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(resources/fonts/Inter-SemiBold.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:600;font-display:swap;src:url(resources/fonts/Inter-SemiBoldItalic.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(resources/fonts/Inter-Bold.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:700;font-display:swap;src:url(resources/fonts/Inter-BoldItalic.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(resources/fonts/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:800;font-display:swap;src:url(resources/fonts/Inter-ExtraBoldItalic.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(resources/fonts/Inter-Black.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:900;font-display:swap;src:url(resources/fonts/Inter-BlackItalic.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:100;font-display:swap;src:url(resources/fonts/InterDisplay-Thin.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:100;font-display:swap;src:url(resources/fonts/InterDisplay-ThinItalic.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:200;font-display:swap;src:url(resources/fonts/InterDisplay-ExtraLight.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:200;font-display:swap;src:url(resources/fonts/InterDisplay-ExtraLightItalic.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:300;font-display:swap;src:url(resources/fonts/InterDisplay-Light.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:300;font-display:swap;src:url(resources/fonts/InterDisplay-LightItalic.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:400;font-display:swap;src:url(resources/fonts/InterDisplay-Regular.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:400;font-display:swap;src:url(resources/fonts/InterDisplay-Italic.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:500;font-display:swap;src:url(resources/fonts/InterDisplay-Medium.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:500;font-display:swap;src:url(resources/fonts/InterDisplay-MediumItalic.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:600;font-display:swap;src:url(resources/fonts/InterDisplay-SemiBold.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:600;font-display:swap;src:url(resources/fonts/InterDisplay-SemiBoldItalic.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:700;font-display:swap;src:url(resources/fonts/InterDisplay-Bold.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:700;font-display:swap;src:url(resources/fonts/InterDisplay-BoldItalic.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:800;font-display:swap;src:url(resources/fonts/InterDisplay-ExtraBold.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:800;font-display:swap;src:url(resources/fonts/InterDisplay-ExtraBoldItalic.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:900;font-display:swap;src:url(resources/fonts/InterDisplay-Black.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:900;font-display:swap;src:url(resources/fonts/InterDisplay-BlackItalic.woff2) format("woff2")}body{font-family:Inter,Tahoma,Geneva,Verdana,sans-serif;height:100vh;margin:0}a{text-decoration:none}ul,ol,li{margin:0;padding:0;list-style:none}img{border-radius:calc(var(--base-size) / 1.75)}.icon__12,.icon__16,.icon__24,.icon__32,.icon__64{stroke:var(--text-color-dark);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none}.icon__12{height:12px;width:12px}.icon__16{height:16px;width:16px}.icon__24{height:24px;width:24px}.icon__32{height:32px;width:32px}.icon__64{height:64px;width:64px;stroke-width:1}.container{margin:0 auto;padding:0 calc(var(--base-size) * 1.25)}@media(min-width:576px){.container{max-width:95vw;padding:0 var(--base-size);padding:0}}@media(min-width:768px){.container{max-width:720px}}@media(min-width:992px){.container{max-width:960px}}@media(min-width:1200px){.container{max-width:1140px}}
