*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:100px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:#f5f0e8;color:#2c2a26;font-family:DM Sans,system-ui,sans-serif;line-height:1.6}::-moz-selection{background-color:#4a7c59;color:#f5f0e8}::selection{background-color:#4a7c59;color:#f5f0e8}a{color:inherit;text-decoration:none}img{display:block;height:auto;max-width:100%}button{background:none;border:none;cursor:pointer;font:inherit}ol,ul{list-style:none}h1,h2,h3,h4{font-family:Lora,Georgia,serif;letter-spacing:-.02em;line-height:1.2}.site-header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#4a7c59f2;border-bottom:1px solid rgba(58,99,71,.3);position:sticky;top:0;z-index:50}.site-header__inner{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1152px;min-height:64px;padding:8px 24px}.site-header__logo{align-items:center;display:flex;transition:opacity .2s}.site-header__logo:hover{opacity:.8}.site-header__logo-img{display:block;height:64px;width:auto}.site-header__nav{align-items:center;display:none;gap:4px}@media(min-width:768px){.site-header__nav{display:flex}}.site-header__link{border-radius:8px;color:#2c2a26;font-size:.875rem;font-weight:700;padding:8px 16px;transition:color .2s,background .2s}.site-header__link:hover{background:#5e9e71;color:#2c2a26}.site-header__link--active{background:#5e9e71!important;color:#2c2a26!important}.site-header__toggle{color:#2c2a26;padding:8px}@media(min-width:768px){.site-header__mobile,.site-header__toggle{display:none}}.site-header__mobile{background:#4a7c59;border-top:1px solid rgba(58,99,71,.3);padding:8px 24px 16px}.site-header__mobile-link{border-bottom:1px solid rgba(44,42,38,.12);border-radius:8px;color:#2c2a26;display:block;font-size:.875rem;font-weight:700;padding:12px 8px;transition:background .2s}.site-header__mobile-link:last-child{border-bottom:none}.site-header__mobile-link:hover{background:#5e9e71}.site-header__mobile-link--active{background:#5e9e71!important}.mobile-nav-enter-active{transition:all .2s ease-out}.mobile-nav-leave-active{transition:all .15s ease-in}.mobile-nav-enter-from,.mobile-nav-leave-to{opacity:0;transform:translateY(-8px)}.site-footer{background:linear-gradient(165deg,#3a6347,#4a7c59 60%,#5e9e71);color:#f6f1ead9}.site-footer__inner{margin:0 auto;max-width:1152px;padding:64px 24px 40px}.site-footer__grid{display:grid;gap:40px;grid-template-columns:1fr}@media(min-width:768px){.site-footer__grid{grid-template-columns:1.2fr 1fr 1fr}}.site-footer__brand h3{color:#f5f0e8;font-size:1.25rem;font-weight:700;margin-bottom:12px}.site-footer__brand p{font-size:.875rem;line-height:1.6}.site-footer__col h4{color:#daa35e;font-family:DM Sans,system-ui,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.15em;margin-bottom:16px;text-transform:uppercase}.site-footer__col ul{display:flex;flex-direction:column;gap:8px}.site-footer__col a,.site-footer__col li{font-size:.875rem;transition:color .2s}.site-footer__col a:hover{color:#f5f0e8}.site-footer__bottom{border-top:1px solid hsla(37,39%,94%,.2);color:#f6f1eab3;font-size:.75rem;margin-top:48px;padding-top:24px;text-align:center}.site-footer__legal{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:12px}.site-footer__legal a,.site-footer__legal button{color:inherit;font-size:.75rem;transition:color .2s}.site-footer__legal a:hover,.site-footer__legal button:hover{color:#f5f0e8}.site-footer__legal button{font-family:inherit;padding:0}.site-footer__legal span{color:#f6f1ea66}.section{padding:80px 0}@media(max-width:640px){.section{padding:56px 0}}.section__inner{margin:0 auto;max-width:1152px;padding:0 24px}.section--alt{background:#e8e0d2}.section--dark{background:linear-gradient(165deg,#2c2a26,#3d3a34 60%,#504d45);color:#f5f0e8}.section__header{margin-bottom:40px}.section__title{font-size:1.875rem;font-weight:700;margin-top:12px}.section__title-row{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}@media(min-width:768px){.section__title-row{align-items:flex-end;flex-direction:row;justify-content:space-between}}.section__prose{max-width:720px}.section__prose p{color:#7a766d;line-height:1.7;margin-bottom:16px}.section__prose p:last-child{margin-bottom:0}.section__prose strong{color:#2c2a26}.section__prose--with-image{align-items:center;display:grid;gap:32px;grid-template-columns:1fr;max-width:none}@media(min-width:768px){.section__prose--with-image{gap:48px;grid-template-columns:1fr 1fr}}.section__prose-image{aspect-ratio:4/3;border-radius:12px;height:auto;-o-object-fit:cover;object-fit:cover;width:100%}.grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}@media(max-width:640px){.grid{grid-template-columns:1fr}}.grid--2{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}@media(max-width:640px){.grid--2{grid-template-columns:1fr}}.grid--3{display:grid;gap:24px;grid-template-columns:1fr}@media(min-width:768px){.grid--3{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid--3{grid-template-columns:repeat(3,1fr)}}.grid--4{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}@media(max-width:640px){.grid--4{grid-template-columns:1fr}}@media(min-width:1024px){.grid--4{grid-template-columns:repeat(4,1fr)}}.hero{background:linear-gradient(165deg,#2c2a26,#3d3a34 60%,#504d45);color:#f5f0e8;overflow:hidden;padding:96px 0 80px;position:relative}@media(min-width:768px){.hero{padding:128px 0 100px}}.hero__bg{height:100%;-o-object-fit:cover;object-fit:cover;width:100%;z-index:0}.hero__bg,.hero__overlay{inset:0;position:absolute}.hero__overlay{background:radial-gradient(ellipse at top right,rgba(74,124,89,.15),transparent 70%);z-index:1}.hero--with-image .hero__overlay{background:linear-gradient(180deg,#2c2a264d,#2c2a2673),radial-gradient(ellipse at top right,rgba(74,124,89,.15),transparent 70%)}.hero__inner{margin:0 auto;max-width:1152px;padding:0 24px;position:relative;text-align:center;z-index:2}.hero__label{justify-content:center;margin-bottom:24px}.hero__title{font-size:2.25rem;font-weight:700;letter-spacing:-.02em;margin-bottom:20px}@media(min-width:768px){.hero__title{font-size:3rem}}@media(min-width:1024px){.hero__title{font-size:3.75rem}}.hero__highlight{color:#f9af36}.hero__desc{color:#d6ccbb;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:640px;white-space:pre-line}.hero__actions{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:32px}.section-label{align-items:center;display:flex;gap:16px}.section-label__line{display:block;height:1px;width:32px}.section-label__text{font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.section-label--primary .section-label__line{background:#4a7c59}.section-label--primary .section-label__text{color:#4a7c59}.section-label--accent .section-label__line{background:#c8873e}.section-label--accent .section-label__text{color:#c8873e}.section-label--dark .section-label__line{background:#2c2a26}.section-label--dark .section-label__text{color:#2c2a26}.section-label--light .section-label__line{background:#d6ccbb}.section-label--light .section-label__text{color:#d6ccbb}.btn{align-items:center;border-radius:8px;display:inline-flex;font-size:.875rem;font-weight:600;padding:10px 24px;transition:background .2s,color .2s,border-color .2s}.btn__arrow{height:16px;margin-left:8px;transition:transform .2s;width:16px}.btn:hover .btn__arrow{transform:translate(3px)}.btn--primary{background:#2c2a26;color:#f5f0e8}.btn--primary:hover{background:#504d45}.btn--primary-inv{background:#fff;color:#4a7c59}.btn--primary-inv:hover{background:#f5f0e8}.btn--secondary{background:transparent;border:2px solid #2c2a26;color:#2c2a26;padding:8px 24px}.btn--secondary:hover{background:#2c2a26;color:#f5f0e8}.btn--secondary-inv{background:transparent;border:2px solid #fff;color:#fff;padding:8px 24px}.btn--secondary-inv:hover{background:#ffffff1a}.product-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f,0 4px 16px #0000000a;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{box-shadow:0 2px 6px #00000014,0 8px 24px #0000000f;transform:translateY(-2px)}.product-card__img{align-items:center;background:linear-gradient(135deg,#3a6347,#4a7c59);color:#ffffff4d;display:flex;font-size:.875rem;font-weight:500;height:192px;justify-content:center;overflow:hidden}.product-card__img--accent{background:linear-gradient(135deg,#a86e2e,#c8873e)}.product-card__img-el{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.product-card__body{padding:20px}.product-card__category{align-items:center;display:flex;gap:8px;margin-bottom:8px}.product-card__category:before{background:#4a7c59;content:"";display:block;height:1px;width:16px}.product-card__category span{color:#4a7c59;font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.product-card__category--accent:before{background:#c8873e}.product-card__category--accent span{color:#c8873e}.product-card__name{font-size:1.1rem;font-weight:600;margin-bottom:4px}.product-card__desc{color:#7a766d;font-size:.875rem;line-height:1.6;margin-bottom:16px}.product-card__footer{align-items:center;display:flex;justify-content:space-between}.product-card__price{color:#c8873e;font-size:1.1rem;font-weight:700}.product-card__price--muted{color:#7a766d;font-size:.875rem;font-style:italic;font-weight:400}.testimonial{border-radius:12px;box-shadow:0 1px 3px #0000000f;padding:32px}.testimonial--light{background:#fff}.testimonial--dark{background:linear-gradient(165deg,#2c2a26,#3d3a34 60%,#504d45)}.testimonial__icon{height:32px;margin-bottom:16px;width:32px}.testimonial__icon--light{color:#4a7c5933}.testimonial__icon--dark{color:#5e9e7133}.testimonial__quote{font-family:Lora,Georgia,serif;font-size:1.25rem;font-style:italic;font-weight:400;line-height:1.5;margin-bottom:20px}.testimonial__quote--light{color:#2c2a26}.testimonial__quote--dark{color:#f5f0e8}.testimonial__author{align-items:center;display:flex;gap:12px}.testimonial__avatar{align-items:center;border-radius:50%;display:flex;font-size:.875rem;font-weight:700;height:40px;justify-content:center;width:40px}.testimonial__avatar--light{background:#4a7c591a;color:#4a7c59}.testimonial__avatar--dark{background:#5e9e7126;color:#5e9e71}.testimonial__name{font-size:.875rem;font-weight:600}.testimonial__name--dark{color:#f5f0e8}.testimonial__location{color:#7a766d;font-size:.75rem}.testimonial__location--dark{color:#d6ccbb}.engagement-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f,0 4px 16px #0000000a;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.engagement-card:hover{box-shadow:0 2px 6px #00000014,0 8px 24px #0000000f;transform:translateY(-2px)}.engagement-card{padding:24px;text-align:center}.engagement-card__icon{align-items:center;background:#4a7c591a;border-radius:50%;display:flex;height:48px;justify-content:center;margin:0 auto 16px;width:48px}.engagement-card__icon svg{color:#4a7c59;height:24px;width:24px}.engagement-card__title{font-size:1rem;font-weight:600;margin-bottom:8px}.engagement-card__desc{color:#7a766d;font-size:.875rem;line-height:1.6;white-space:pre-line}.market-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f,0 4px 16px #0000000a;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.market-card:hover{box-shadow:0 2px 6px #00000014,0 8px 24px #0000000f;transform:translateY(-2px)}.market-card{border-left:4px solid #4a7c59;padding:20px}.market-card--shop{border-left-color:#c8873e}.market-card__header{align-items:center;display:flex;gap:8px;margin-bottom:8px}.market-card__header svg{color:#4a7c59;height:16px;width:16px}.market-card--shop .market-card__header svg{color:#c8873e}.market-card__name{font-size:1rem;font-weight:600}.market-card__postal{color:inherit;font-weight:400}.market-card__desc{color:#7a766d;font-size:.875rem;margin-bottom:12px}.market-card__meta{align-items:center;display:flex;gap:8px}.market-card__day{background:#4a7c591a;border-radius:100px;color:#4a7c59;display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.1em;padding:4px 10px;text-transform:uppercase}.market-card--shop .market-card__day{background:#c8873e1a;color:#c8873e}.market-card__hours{color:#7a766d;font-size:.75rem}.market-card__details{border-top:1px solid rgba(44,42,38,.08);color:#4a7c59;font-size:.8rem;margin-top:12px;padding-top:10px}.market-card--shop .market-card__details{color:#c8873e}.cta-banner{border-radius:12px;padding:40px;text-align:center}@media(min-width:768px){.cta-banner{padding:48px}}.cta-banner--primary{background:linear-gradient(135deg,#4a7c59,#3a6347)}.cta-banner--dark{background:linear-gradient(165deg,#2c2a26,#504d45)}.cta-banner__title{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:12px}@media(min-width:768px){.cta-banner__title{font-size:1.875rem}}.cta-banner__desc{color:#fffc;font-size:.875rem;margin:0 auto 24px;max-width:480px}.cta-banner__actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.step-card{min-height:240px;perspective:1200px;position:relative}.step-card__inner{height:100%;min-height:inherit;position:relative;transform-style:preserve-3d;transition:transform .6s ease;width:100%}@media(hover:hover){.step-card--flippable:hover .step-card__inner{transform:rotateY(180deg)}}.step-card__face{backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:12px;inset:0;overflow:hidden;position:absolute}.step-card__face--front{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f,0 4px 16px #0000000a;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.step-card__face--front:hover{box-shadow:0 2px 6px #00000014,0 8px 24px #0000000f;transform:translateY(-2px)}.step-card__face--front{display:flex;flex-direction:column;padding:24px}.step-card__face--back{background:#2c2a26;transform:rotateY(180deg)}.step-card__back-img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.step-card__number{align-items:center;background:#4a7c591a;border-radius:50%;color:#4a7c59;display:flex;font-family:Lora,Georgia,serif;font-size:1.1rem;font-weight:700;height:40px;justify-content:center;margin-bottom:16px;width:40px}.step-card__title{font-size:1rem;font-weight:600;margin-bottom:8px}.step-card__desc{color:#7a766d;font-size:.875rem;line-height:1.6}.contact-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f,0 4px 16px #0000000a;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.contact-card:hover{box-shadow:0 2px 6px #00000014,0 8px 24px #0000000f;transform:translateY(-2px)}.contact-card{padding:24px;text-align:center}.contact-card__icon{align-items:center;background:#4a7c591a;border-radius:50%;display:flex;height:48px;justify-content:center;margin:0 auto 16px;width:48px}.contact-card__icon svg{color:#4a7c59;height:24px;width:24px}.contact-card__title{font-size:1rem;font-weight:600;margin-bottom:4px}.contact-card__value{color:#7a766d;font-size:.875rem}@font-face{font-display:swap;font-family:DM Sans;font-style:italic;font-weight:400;src:url(./DM_Sans-italic-400-latin-ext.BpitL8Uu.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:DM Sans;font-style:italic;font-weight:400;src:url(./DM_Sans-italic-400-latin.DRLHr0TN.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:DM Sans;font-style:normal;font-weight:400;src:url(./DM_Sans-normal-400-latin-ext.BOFOeGcA.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:DM Sans;font-style:normal;font-weight:400;src:url(./DM_Sans-normal-400-latin.Xz1IZZA0.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:DM Sans;font-style:normal;font-weight:500;src:url(./DM_Sans-normal-400-latin-ext.BOFOeGcA.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:DM Sans;font-style:normal;font-weight:500;src:url(./DM_Sans-normal-400-latin.Xz1IZZA0.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:DM Sans;font-style:normal;font-weight:600;src:url(./DM_Sans-normal-400-latin-ext.BOFOeGcA.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:DM Sans;font-style:normal;font-weight:600;src:url(./DM_Sans-normal-400-latin.Xz1IZZA0.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:DM Sans;font-style:normal;font-weight:700;src:url(./DM_Sans-normal-400-latin-ext.BOFOeGcA.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:DM Sans;font-style:normal;font-weight:700;src:url(./DM_Sans-normal-400-latin.Xz1IZZA0.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Lora;font-style:italic;font-weight:400;src:url(./Lora-italic-400-cyrillic-ext.Cgu7qCFu.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Lora;font-style:italic;font-weight:400;src:url(./Lora-italic-400-cyrillic.BWw7-oF9.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Lora;font-style:italic;font-weight:400;src:url(./Lora-italic-400-math.CnuSFIyO.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-display:swap;font-family:Lora;font-style:italic;font-weight:400;src:url(./Lora-italic-400-symbols.BMZuTBzt.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-display:swap;font-family:Lora;font-style:italic;font-weight:400;src:url(./Lora-italic-400-vietnamese.BGkqizij.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Lora;font-style:italic;font-weight:400;src:url(./Lora-italic-400-latin-ext.BC6VAxdc.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Lora;font-style:italic;font-weight:400;src:url(./Lora-italic-400-latin.DBI-iqMr.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Lora;font-style:italic;font-weight:500;src:url(./Lora-italic-400-cyrillic-ext.Cgu7qCFu.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Lora;font-style:italic;font-weight:500;src:url(./Lora-italic-400-cyrillic.BWw7-oF9.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Lora;font-style:italic;font-weight:500;src:url(./Lora-italic-400-math.CnuSFIyO.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-display:swap;font-family:Lora;font-style:italic;font-weight:500;src:url(./Lora-italic-400-symbols.BMZuTBzt.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-display:swap;font-family:Lora;font-style:italic;font-weight:500;src:url(./Lora-italic-400-vietnamese.BGkqizij.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Lora;font-style:italic;font-weight:500;src:url(./Lora-italic-400-latin-ext.BC6VAxdc.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Lora;font-style:italic;font-weight:500;src:url(./Lora-italic-400-latin.DBI-iqMr.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Lora;font-style:normal;font-weight:400;src:url(./Lora-normal-400-cyrillic-ext.YcVxMP-u.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Lora;font-style:normal;font-weight:400;src:url(./Lora-normal-400-cyrillic.UWPuZLjM.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Lora;font-style:normal;font-weight:400;src:url(./Lora-normal-400-math.sOy7rEfW.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-display:swap;font-family:Lora;font-style:normal;font-weight:400;src:url(./Lora-normal-400-symbols.DQ5VrUkH.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-display:swap;font-family:Lora;font-style:normal;font-weight:400;src:url(./Lora-normal-400-vietnamese.CfJ7gtf3.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Lora;font-style:normal;font-weight:400;src:url(./Lora-normal-400-latin-ext.C2Wlntb9.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Lora;font-style:normal;font-weight:400;src:url(./Lora-normal-400-latin.BiLcIKcI.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Lora;font-style:normal;font-weight:500;src:url(./Lora-normal-400-cyrillic-ext.YcVxMP-u.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Lora;font-style:normal;font-weight:500;src:url(./Lora-normal-400-cyrillic.UWPuZLjM.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Lora;font-style:normal;font-weight:500;src:url(./Lora-normal-400-math.sOy7rEfW.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-display:swap;font-family:Lora;font-style:normal;font-weight:500;src:url(./Lora-normal-400-symbols.DQ5VrUkH.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-display:swap;font-family:Lora;font-style:normal;font-weight:500;src:url(./Lora-normal-400-vietnamese.CfJ7gtf3.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Lora;font-style:normal;font-weight:500;src:url(./Lora-normal-400-latin-ext.C2Wlntb9.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Lora;font-style:normal;font-weight:500;src:url(./Lora-normal-400-latin.BiLcIKcI.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Lora;font-style:normal;font-weight:600;src:url(./Lora-normal-400-cyrillic-ext.YcVxMP-u.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Lora;font-style:normal;font-weight:600;src:url(./Lora-normal-400-cyrillic.UWPuZLjM.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Lora;font-style:normal;font-weight:600;src:url(./Lora-normal-400-math.sOy7rEfW.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-display:swap;font-family:Lora;font-style:normal;font-weight:600;src:url(./Lora-normal-400-symbols.DQ5VrUkH.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-display:swap;font-family:Lora;font-style:normal;font-weight:600;src:url(./Lora-normal-400-vietnamese.CfJ7gtf3.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Lora;font-style:normal;font-weight:600;src:url(./Lora-normal-400-latin-ext.C2Wlntb9.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Lora;font-style:normal;font-weight:600;src:url(./Lora-normal-400-latin.BiLcIKcI.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Lora;font-style:normal;font-weight:700;src:url(./Lora-normal-400-cyrillic-ext.YcVxMP-u.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Lora;font-style:normal;font-weight:700;src:url(./Lora-normal-400-cyrillic.UWPuZLjM.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Lora;font-style:normal;font-weight:700;src:url(./Lora-normal-400-math.sOy7rEfW.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-display:swap;font-family:Lora;font-style:normal;font-weight:700;src:url(./Lora-normal-400-symbols.DQ5VrUkH.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-display:swap;font-family:Lora;font-style:normal;font-weight:700;src:url(./Lora-normal-400-vietnamese.CfJ7gtf3.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Lora;font-style:normal;font-weight:700;src:url(./Lora-normal-400-latin-ext.C2Wlntb9.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Lora;font-style:normal;font-weight:700;src:url(./Lora-normal-400-latin.BiLcIKcI.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.errorpage[data-v-397a491d]{align-items:center;display:flex;min-height:60vh;padding:6rem 24px;text-align:center}.errorpage__inner[data-v-397a491d]{margin:0 auto;max-width:1152px;width:100%}.errorpage__code[data-v-397a491d]{color:#c8873e;font-family:Lora,Georgia,serif;font-size:clamp(3rem,10vw,6rem);font-weight:700;line-height:1;margin:0}.errorpage__title[data-v-397a491d]{color:#2c2a26;font-size:clamp(1.5rem,4vw,2.25rem);margin:1rem 0 0}.errorpage__text[data-v-397a491d]{color:#7a766d;margin:1rem auto 2rem;max-width:560px}
