@import "https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap";.header{z-index:1000;background:#eae9e9;border-bottom:1px solid #fff;flex-direction:column;justify-content:space-between;width:100%;padding:0 5%;font-family:Archivo;transition:background .3s,box-shadow .3s,padding .3s;display:flex;position:fixed;top:0;left:0}.header__top{justify-content:space-between;align-items:center;width:100%;display:flex}.header__top__left{align-items:center;display:flex}.header__top__left-logo{cursor:pointer;width:250px}.header__top__left-logo svg{width:100%;height:auto;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;shape-rendering:geometricprecision;text-rendering:geometricprecision}.header__top__right{justify-content:space-between;align-items:center;gap:2vw;display:flex}.header__top__right__text{font-size:20px;font-weight:400}.header__bottom{z-index:2;background:linear-gradient(#2f2f2f,#101010);border-radius:20px;justify-content:space-between;align-items:center;width:100%;height:max-content;margin-bottom:-1.5vw;padding:.5vw 2vw;font-size:20px;font-weight:400;transition:padding .3s,margin .3s,font-size .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;display:flex}.header__bottom__left{align-items:center;gap:1vw;display:flex}.header__bottom__left .header__link{color:#fff;border-left:1px solid #1a1a1a;padding-left:1vw;transition:color .3s}.header__bottom__left .header__link.as-btn{cursor:pointer;font:inherit;color:#fff;background:0 0;border-left:1px solid #b39a4d;padding:0 0 0 1vw}.header__bottom__left .header__link:first-child{border:none}.header__bottom__left .header__link:hover{color:#fff}.header__bottom__left .header__link.active{color:#fff;text-shadow:0 0 8px #ffffff4d;font-weight:600}.header__bottom__right{align-items:center;gap:1vw;display:flex}.header__bottom__right .header-phone{color:#fff;transition:color .3s}.header__bottom__right .header-phone svg path{stroke:#fff}.header__bottom__right .header-phone:hover svg path{stroke:#d2aa2b}.header__bottom__right .header-phone:hover{color:#d2aa2b}.mode-editor{cursor:pointer;-webkit-user-select:none;user-select:none;width:86px;height:42px;box-shadow:white 10px;background:#656565;border-radius:999px;padding:5px;transition:background .25s,box-shadow .25s;display:inline-block;position:relative}.mode-editor__icon{justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.mode-editor__icon svg *{fill:#fff!important;stroke:none!important}.mode-editor__knob{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .28s;display:flex;position:absolute;top:5px;left:5px;box-shadow:0 3px 8px #00000040}.mode-editor__knob svg *{fill:#000!important;stroke:none!important}.mode-editor.is-light .mode-editor__knob{transform:translate(0)}.header__top__right--desktop,.header__bottom--desktop{display:flex}button.mnav__link.as-btn{text-align:left;font:inherit;color:inherit;background:0 0;border:none;padding:0}.header__burger{display:none}.mnav{color:#1a1a1a;z-index:10001;background:#f0efe9;flex-direction:column;width:100%;font-family:Archivo;transition:transform .28s;display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:8px 0 24px #00000024}.mnav.is-open{transform:translate(0)}.mnav__backdrop{opacity:0;pointer-events:none;z-index:10000;background:#00000059;transition:opacity .25s;position:fixed;top:0;bottom:0;left:0;right:0}.mnav__backdrop.is-open{opacity:1;pointer-events:auto}.mnav__bar{background:#f0efe9;justify-content:space-between;align-items:center;padding:2vw;display:flex}.mnav__logo{width:200px}.mnav__close{cursor:pointer;background:linear-gradient(#d2aa2b,#e5d19d);border:0;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;gap:1vw;width:62px;height:62px;padding:1vw 0;display:inline-flex}.mnav__row{justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 16px 8px;display:flex}.mnav__tagline{max-width:56%;margin:0;font-size:14px;line-height:1.5}.mnav__lang .ant-select{width:90px}.mnav__lang .ant-select-selector{border-radius:14px!important}.mnav__links{text-transform:uppercase;flex-direction:column;justify-items:center;gap:22px;padding:12px 16px 0;font-size:20px;display:flex;position:absolute;top:30%}.mnav__link{letter-spacing:.2px;color:inherit;font-size:20px;text-decoration:none;transition:all .3s}.mnav__link.active{color:#e5d19d;font-weight:700;transform:translate(4px)}.mnav__link:hover{color:#e5d19d}.mnav__bottom{justify-content:space-between;align-items:center;margin-top:auto;padding:16px;display:flex}.mnav__phone{color:inherit;align-items:center;gap:8px;text-decoration:none;display:inline-flex}.mnav__phone svg{width:18px;height:18px}.mnav__phone svg path{stroke:#1a1a1a}.mnav__phone span{font-size:14px}.mobile-mode-editor{background:#f4f4f0}body.dark{--mnav-bg:#0f0f10}body.dark .mnav{color:#f3f3f3}body.dark .mnav__bar{background:#121214}body.dark .mnav__switch{background:#1c1c1f}.header-lang-dropdown .ant-select-item{padding:8px 10px}@media (max-width:992px){.header{padding:2vw}.header__top{justify-content:space-between;align-items:center;padding:1vw 0;display:flex}.header__top__left{width:200px}.header__top__right--desktop,.header__bottom--desktop{display:none!important}.header__burger{cursor:pointer;background:linear-gradient(#d2aa2b,#e5d19d);border:0;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;gap:1vw;width:62px;height:62px;padding:1vw 0;display:inline-flex}}.main-layout{min-height:100dvh}.layout{min-height:inherit;width:100%;display:flex}.app-container{margin-inline-start:auto;margin-inline-end:auto;width:100%;padding-top:var(--app-header-h,0px);margin:0 auto}.layout-spacer{height:0}@media (max-width:992px){.app-container{padding-top:var(--app-header-h,0px);width:100%;margin:0 auto;padding-bottom:0;padding-left:0;padding-right:0;overflow-x:hidden}}.footer-wrapper{color:#fff;background:#1a1a1a;margin:0 auto;padding:5vw 5vw .5vw;font-family:Archivo}.footer{margin:0 auto;position:relative}.footer__top{grid-template-columns:2fr 2fr;align-items:center;gap:5vw;display:grid}@media (max-width:900px){.footer__top{grid-template-columns:1fr;align-items:start}}.footer__logo{flex-direction:column;gap:6px;display:flex}.footer__sub__title{max-width:400px;margin:1vw 0;font-size:24px}.footer__sub__form{grid-template-columns:1fr auto;gap:1vw;width:90%;height:100%;display:grid}.footer__input{color:#4e4e4e;background:#fff;border:0;border-radius:15px;outline:none;width:100%;padding:1vw 1.5vw;font-size:18px;font-weight:400}.footer__btn{color:#4e4e4e;cursor:pointer;background:#d2aa2b;border:0;border-radius:15px;place-items:center;width:64px;height:70%;transition:transform .15s,filter .2s;display:grid}.footer__btn:hover{filter:brightness(1.05);transform:translateY(-1px)}.footer__btn:hover svg path{stroke:#fff}.footer__btn:active{transform:translateY(0)}.footer__btn__arrow{font-size:22px;font-weight:700}.footer__divider{border:0;border-top:1px solid #8c8b85;margin:2vw 0}.footer__grid{grid-template-columns:1.1fr .7fr .7fr;gap:2vw;font-size:18px;font-weight:400;display:grid}@media (max-width:900px){.footer__grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.footer__grid{grid-template-columns:1fr}}.footer__links--socials{grid-template-columns:1fr 1fr}.footer__list,.footer__links{gap:12px;margin:0;padding:0;list-style:none;display:grid}.footer__list svg,.footer__links svg{transition:all .3s;width:20px!important;height:20px!important}.footer__list svg path,.footer__links svg path{fill:#fff}.footer__item{color:#fff;grid-template-columns:1vw 1fr;align-items:center;gap:12px;transition:all .3s;display:grid;text-decoration:none!important}.footer__item a{color:#fff;transition:all .3s;text-decoration:none!important}.footer__item:hover{opacity:1;cursor:pointer;text-decoration:none;color:#d2aa2b!important}.footer__item:hover a{text-decoration:none;color:#d2aa2b!important}.footer__item:hover svg path{stroke:#d2aa2b}.footer__icon{opacity:.9}.footer__icon svg{transition:all .3s}.footer__icon svg path{stroke:#fff;fill:none}.footer__icon svg:hover path{stroke:#d2aa2b}.footer__links li a{opacity:.92;align-items:center;gap:.5vw;text-decoration:none;transition:all .3s;display:flex}.footer__links li a:hover{opacity:1;cursor:pointer;color:#d2aa2b;text-decoration:none}.footer__links li a:hover svg path{fill:#d2aa2b}.footer__bottom{text-align:center;color:#4e4e4e;margin:2vw 2vw 1vw}.footer__call{color:#4e4e4e;z-index:50;background:#d2aa2b;border:4px solid #fff;border-radius:50%;place-items:center;width:80px;height:80px;text-decoration:none;transition:transform .15s,filter .2s;display:grid;position:fixed;bottom:26px;right:26px;box-shadow:0 10px 30px #0000002e}.footer__call__phone{font-size:26px}.footer__call:hover{filter:brightness(1.2);transform:translateY(-1px)}.footer__call:active{transform:translateY(0)}@media (max-width:992px){.footer__top{grid-template-columns:1fr;align-items:start;gap:5vw}.footer__logo img{max-width:220px;height:auto}.footer__sub__title{text-align:start;max-width:100%;margin:2vw 0 3vw;font-size:16px;line-height:1.5}.footer__sub__form{grid-template-columns:1fr 56px;gap:10px;width:100%;display:grid}.footer__input{border-radius:14px;padding:14px 16px;font-size:14px}.footer__btn{border-radius:14px;width:56px;height:56px}.footer__btn__arrow{font-size:20px}.footer__divider{margin:5vw 0 4vw}.footer__grid{grid-template-columns:1fr 1fr;grid-template-areas:"links socials""contact contact";gap:5vw;font-size:16px;display:grid}.footer__grid>.footer__col:first-child{grid-area:contact}.footer__grid>.footer__col:nth-child(2){grid-area:links}.footer__grid>.footer__col:nth-child(3){grid-area:socials}.footer__list,.footer__links{gap:14px}.footer__item{grid-template-columns:20px 1fr;gap:10px}.footer__icon svg{width:18px;height:18px}.footer__links li a{gap:10px}.footer__links li a svg{flex:0 0 18px;width:18px;height:18px}.footer__bottom{margin:6vw 0 2vw}.footer__bottom p{color:#4e4e4e;font-size:16px}.footer__call{right:14px;bottom:max(14px, env(safe-area-inset-bottom));border-width:3px;width:58px;height:58px}.footer__call__phone{font-size:20px}}:root{--ink:#0f172a;--ink-2:#334155;--shadow:0 14px 40px #0000001f}.c-toasts{z-index:9999;pointer-events:none;flex-direction:column;gap:12px;font-family:Archivo;display:flex;position:fixed;top:16px;right:16px}.c-toast{--bg:#fff;--bd:#0000001a;--icon-bg:#64748b;--icon-fg:#fff;pointer-events:auto;width:min(92vw,520px);box-shadow:var(--shadow);background:var(--bg);border:1px solid var(--bd);border-radius:18px;grid-template-columns:40px 1fr auto;align-items:start;gap:12px;padding:14px 14px 14px 16px;animation:.18s ease-out both toast-in;display:grid;position:relative}.c-toast__icon{background:var(--icon-bg);border-radius:999px;place-items:center;width:40px;height:40px;margin-top:4px;display:grid}.c-toast__icon svg{width:22px;height:22px;stroke:var(--icon-fg);fill:none;display:block}.c-toast__content{overflow:hidden}.c-toast__title{color:var(--ink);letter-spacing:.1px;margin:0;font-size:20px;font-weight:800;line-height:1.25}.c-toast__desc{color:var(--ink-2);margin-top:4px;font-size:15px;line-height:1.4}.c-toast__close{color:var(--ink);cursor:pointer;opacity:.7;background:0 0;border:none;margin-left:4px;padding:4px;font-size:18px;line-height:1}.c-toast__close:hover{opacity:1}.c-toast__progress{background:var(--icon-bg);opacity:.28;transform-origin:0;border-bottom-right-radius:18px;border-bottom-left-radius:18px;height:3px;transition:transform .12s linear;position:absolute;bottom:0;left:0;right:0}.c-toast--success{--bg:#e9f8ee;--bd:#bde7c8;--icon-bg:#22c55e;--icon-fg:#fff}.c-toast--error{--bg:#feebec;--bd:#f7c2c6;--icon-bg:#ef4444;--icon-fg:#fff}.c-toast--warning{--bg:#fff6e5;--bd:#fadba8;--icon-bg:#f59e0b;--icon-fg:#fff}.c-toast--info{--bg:#eaf4ff;--bd:#c6dfff;--icon-bg:#3b82f6;--icon-fg:#fff}@keyframes toast-in{0%{opacity:0;transform:translateY(-8px)translate(8px)}to{opacity:1;transform:translateY(0)translate(0)}}@media (prefers-reduced-motion:reduce){.c-toast{animation:none}.c-toast__progress{transition:none}}@media (max-width:480px){.c-toasts{top:10px;left:10px;right:10px}.c-toast{border-radius:16px;grid-template-columns:36px 1fr auto;padding:12px}.c-toast__icon{width:36px;height:36px}.c-toast__title{font-size:18px}.c-toast__desc{font-size:14px}}.m-hero{z-index:1;width:100%;height:90vh;margin-top:-2vw;font-family:Archivo;position:relative;overflow:hidden}.m-hero__swiper{width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.m-hero__swiper .swiper-slide,.m-hero__slide{width:100%;height:100%}.m-hero__slide__img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.m-hero__nav{z-index:3;pointer-events:auto;gap:12px;display:flex;position:absolute;bottom:18%;left:50%;transform:translate(-50%)}.m-hero__nav button{cursor:pointer;color:#fff;background:#0000004d;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;padding:1vw;transition:transform .15s;display:inline-flex;box-shadow:0 2px 8px #0000004d}.m-hero__nav button svg{width:1.5vw;height:1.5vw}.m-hero__nav button svg path{stroke:#fff}.m-hero__nav button:hover{transform:translateY(-1px)scale(1.03)}.m-hero__nav button:active{transform:translateY(0)scale(.98)}.m-hero__nav button:disabled{opacity:.5;cursor:not-allowed}.m-hero__video{position:absolute;top:0;bottom:0;left:0;right:0}.m-hero__video video{-o-object-fit:cover!important;object-fit:cover!important;width:100%!important;height:100%!important}.m-hero__video iframe{pointer-events:none!important}.m-hero__static{position:absolute;top:0;bottom:0;left:0;right:0}.m-hero__static img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.m-hero__static--fallback{background:radial-gradient(circle at 72% 48%,#d7b03f1c,#0000 28%),linear-gradient(125deg,#080a08 0%,#10130f 50%,#050605 100%)}.m-hero__video--noPointer,.m-hero__video--noPointer *{pointer-events:none!important}.m-hero__caption{pointer-events:none;z-index:2;justify-content:center;display:flex;position:absolute;bottom:0;left:0;right:0}.m-hero__caption__inner{text-align:center;color:#fff;background:#0000004d;border-radius:4px;width:100%;padding:1.5vw;font-size:32px;font-weight:400}.m-hero__controls{z-index:3;pointer-events:auto;gap:12px;display:flex;position:absolute;bottom:18%;left:50%;transform:translate(-50%)}.m-hero__control{cursor:pointer;color:#fff;background:#0000004d;border:none;border-radius:50%;justify-content:center;align-items:center;padding:1vw;transition:transform .15s;display:inline-flex;box-shadow:0 2px 8px #0000004d}.m-hero__control svg{width:1.5vw;height:1.5vw}.m-hero__control svg path{stroke:#fff}.m-hero__control:hover{transform:translateY(-1px)scale(1.03)}.m-hero__control:active{transform:translateY(0)scale(.98)}.m-hero__overlay{pointer-events:none;z-index:1;background:linear-gradient(#0000 50%,#0000004d 100%);position:absolute;top:0;bottom:0;left:0;right:0}.m-info{z-index:3;will-change:transform;background:url(/assets/info-optimized-BsJ6ZnbF.webp) 50%/cover no-repeat;flex-direction:column;justify-content:center;align-items:center;height:100dvh;margin-top:10vw;display:flex;transform:translateZ(0)}.m-info__card{text-align:center;will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#fff;border-radius:2px;flex-direction:column;align-items:center;gap:1vw;width:30dvw;padding:2.5vw;transition:all .4s cubic-bezier(.25,.46,.45,.94);display:flex;box-shadow:0 10px 30px #0000002e}.m-info__card:hover{cursor:pointer;transform:translateY(-2px)translateZ(0)}.m-info__card .m-info__icon{color:#d2aa2b;width:80px;height:102px;margin:0 auto 12px;display:block}.m-info__title{color:#1a1a1a;will-change:opacity, transform;margin:6px 0 12px;font-size:36px;font-weight:700;line-height:1.3}.m-info__subtitle{color:#4e4e4e;will-change:opacity, transform;margin:0 0 20px;font-family:Archivo;font-size:clamp(14px,1.2vw,16px);line-height:1.6}.m-info__btn{cursor:pointer;text-transform:uppercase;color:#1a1a1a;will-change:background, color, transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:linear-gradient(90deg,#d2aa2b,#e5d19d);border:none;border-radius:15px;justify-content:center;align-items:center;gap:10px;width:-moz-fit-content;width:fit-content;padding:1vw 2vw;font-family:Archivo;font-size:18px;font-weight:500;transition:all .4s cubic-bezier(.25,.46,.45,.94);display:flex}.m-info__btn:hover svg path{fill:#fff}.m-products{z-index:1;padding:5vw;position:relative}.m-products__title{text-align:center;margin-bottom:1.2vw;font-size:44px;font-weight:700}.m-products__grid{grid-template-columns:repeat(3,1fr);gap:1vw;width:100%;display:grid}.m-products__card{isolation:isolate;background:#f6f6f6;border-radius:14px;text-decoration:none;position:relative;overflow:hidden;box-shadow:0 10px 24px #0000000f}.m-products__card__wrapper{position:relative;overflow:hidden}.m-products__card__wrapper__img{-o-object-fit:cover;object-fit:cover;width:100%;height:600px;transition:transform .4s,filter .4s;display:block}.m-products__card__wrapper:after{content:"";pointer-events:none;z-index:1;background:#00000073;transition:opacity .4s;position:absolute;top:0;bottom:0;left:0;right:0}.m-products__card__wrapper__name{z-index:2;color:#fff;text-shadow:0 10px 30px #0000002e;border-radius:2px;margin:0;padding:6px 10px;font-size:32px;font-weight:700;position:absolute;top:12px;left:14px}.m-products__card__overlay{z-index:2;color:#fff;pointer-events:none;flex-direction:column;justify-content:flex-end;padding:14px;transition:opacity .2s,transform .2s;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.m-products__card__overlay__meta{font-family:Archivo;font-size:18px;font-weight:400;line-height:1.5;transition:opacity .2s,transform .2s}.m-products__card__overlay__meta__line{align-items:baseline;gap:4px;display:flex}.m-products__card__overlay__meta__line span{font-weight:600}.m-products__card__hoverbtn{opacity:0;pointer-events:none;justify-content:center;align-items:center;transition:opacity .2s,transform .2s;display:inline-flex;position:absolute;bottom:28px;left:24px;transform:translateY(6px)}.m-products__card__hoverbtn__chevron{font-size:22px;line-height:1;display:inline-flex}@media (hover:hover){.m-products__card:hover .m-products__card__wrapper:after{opacity:0}.m-products__card:hover .m-products__card__wrapper__img{filter:brightness(1.1)}.m-products__card:hover .m-products__card__overlay__meta{opacity:0;transform:translateY(6px)}.m-products__card:hover .m-products__card__wrapper__name{color:#000;text-shadow:none}.m-products__card:hover .m-products__card__hoverbtn{opacity:1;pointer-events:auto;transform:translateY(0)}}.m-products__card:hover .m-products__card__wrapper__img{opacity:1}.m-products__card:hover .m-products__card__overlay__meta{opacity:0;transform:translateY(6px)}.m-products__card:hover .m-products__card__wrapper__name{color:#000}.m-products__hoverbtn{opacity:0;pointer-events:none;justify-content:center;align-items:center;transition:opacity .2s,transform .2s;display:flex;position:absolute;bottom:28px;left:24px}.m-products__card:hover .m-products__hoverbtn{opacity:1;pointer-events:auto;transform:translateY(0)}.m-products__seeall{text-align:center;border:1px solid #fff;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;gap:2vw;width:100%;height:100%;transition:all .3s;display:flex}.m-products__seeall__title{font-size:32px;font-weight:600}.m-products__seeall__arrow{font-size:22px;transition:transform .2s;display:inline-block}.m-products__seeall:hover{border:1px solid #d2aa2b}.m-products__seeall:hover svg path{transform:translate(2px,-2px)}.m-products__seeall:hover{color:#000}.m-testimonials{z-index:1;background:#fff;padding:5vw;position:relative}.m-testimonials__title{text-align:center;margin-bottom:1vw;font-size:44px;font-weight:700}.m-testimonials__card{flex-direction:column;gap:12px;font-family:Archivo;transition:all .3s;display:flex}.m-testimonials__card:hover{cursor:pointer;color:#4e4e4e;opacity:.9;transform:translateY(-2px)}.m-testimonials__card__media{border-radius:2px;max-width:400px;max-height:500px;position:relative;overflow:hidden}.m-testimonials__video{aspect-ratio:9/16;border-radius:2px;width:100%;position:relative}.m-testimonials__controls{gap:1vw;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.m-testimonials__ctrlbtn{cursor:pointer;background:#0000004d;border:none;border-radius:50%;place-items:center;width:3vw;height:3vw;transition:transform .15s,background .2s;display:grid;box-shadow:0 10px 30px #0000002e}.m-testimonials__ctrlbtn:hover{transform:translateY(-1px)}.m-testimonials__ctrlbtn:active{transform:translateY(0)}.m-testimonials__meta{text-align:left;padding:4px 2px}.m-testimonials__name{margin:0;font-size:18px;font-weight:700}.m-testimonials__role{color:#8c8b85;margin:4px 0 0;font-size:14px}.m-testimonials__nav{justify-content:center;gap:12px;margin-top:20px;display:flex}.m-testimonials__navbtn{cursor:pointer;background:#f0efe9;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex}.m-testimonials__navbtn:hover{background:#d2aa2b}.m-testimonials__navbtn:hover svg path{stroke:#fff}.m-testimonials .m-testimonials__play .icon-play{display:inline-flex}.m-testimonials .m-testimonials__play .icon-pause,.m-testimonials .m-testimonials__play.is-playing .icon-play{display:none}.m-testimonials .m-testimonials__play.is-playing .icon-pause{display:inline-flex}.m-testimonials .m-testimonials__mute .icon-volume,.m-testimonials .m-testimonials__mute.is-unmuted .icon-mute{display:none}.m-testimonials .m-testimonials__mute.is-unmuted .icon-volume{display:inline-flex}.m-news{z-index:1;padding:clamp(72px, 7vw, 120px) var(--py-gutter);background:var(--py-bg);font-family:Archivo;position:relative}.m-news__swiper{width:100%;max-width:var(--py-container);margin-inline-start:auto;margin-inline-end:auto}.m-news__title{text-align:center;color:var(--py-text);margin:0 0 clamp(34px,4vw,58px);font-family:Playfair Display,sans-serif;font-size:clamp(42px,5vw,76px);font-weight:500}.m-news__card{border:1px solid var(--py-border);height:100%;color:var(--py-text);background:var(--py-surface);border-radius:22px;flex-direction:column;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 18px 50px #12120e12}.m-news__card:hover{cursor:pointer;border-color:#caa94475;transform:translateY(-6px);box-shadow:0 26px 70px #12120e1f}.m-news__media{aspect-ratio:16/10;background:radial-gradient(circle at 72% 16%,#cbaa4647,#0000 34%),linear-gradient(145deg,#161812,#0d0f0c);place-items:center;width:100%;min-height:240px;display:grid;position:relative;overflow:hidden}.m-news__img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .45s;position:absolute;top:0;bottom:0;left:0;right:0}.m-news__card:hover .m-news__img{transform:scale(1.035)}.m-news__placeholder{color:#d4b75d;letter-spacing:-.08em;font-family:Playfair Display,serif;font-size:clamp(58px,6vw,88px)}.m-news__meta{flex-direction:column;gap:10px;min-height:210px;padding:clamp(22px,2.2vw,32px);display:flex}.m-news__date{color:var(--py-gold);letter-spacing:.06em;background:#cbaa461a;border-radius:50px;width:-moz-fit-content;width:fit-content;padding:7px 11px;font-size:11px;font-weight:700;display:flex}.m-news__cardtitle{color:var(--py-text);margin:2px 0 0;font-family:Playfair Display,serif;font-size:clamp(25px,2vw,34px);font-weight:500;line-height:1.15}.m-news__desc{color:var(--py-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:15px;font-weight:400;line-height:1.65;display:-webkit-box;overflow:hidden}.m-news__nav{justify-content:center;gap:10px;margin-top:24px;display:flex}.m-news__navbtn{border:none;border:1px solid var(--py-border);width:50px;height:50px;color:var(--py-text);background:var(--py-surface);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.m-news__navbtn:hover{background:#d2aa2b}.m-news__navbtn:hover svg path{stroke:#fff}.m-videos{z-index:1;padding:5vw;position:relative}.m-videos__title{text-align:center;margin-bottom:1vw;font-size:44px;font-weight:700}.m-videos__grid{grid-template-columns:repeat(4,1fr);gap:1vw;display:grid}.m-videos__card{transition:all .3s}.m-videos__card:hover{cursor:pointer;color:#4e4e4e;opacity:.9;transform:translateY(-2px)}.m-videos__frame{aspect-ratio:9/16;border-radius:2px;width:100%;position:relative}.m-videos__video{-o-object-fit:cover;object-fit:cover;cursor:pointer;width:100%;height:100%;display:block}.m-videos__play{justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.m-videos__play__icon{cursor:pointer;background:#0003;border-radius:50%;place-items:center;padding:1vw;display:flex}.m-videos__play__icon svg{width:2vw;height:2vw}@media (max-width:992px){.m-hero{height:45vh}.m-hero__nav{justify-content:center;align-items:center;gap:1.5vw;display:flex}.m-hero__nav__navbtn{width:36px!important;height:36px!important}.m-hero__nav__navbtn svg{width:18px!important;height:18px!important}.m-hero__caption__inner{font-size:16px}.m-hero__controls{justify-content:center;align-items:center;gap:1.5vw}.m-hero__control{padding:3vw}.m-hero__control svg{width:20px;height:20px}.m-info{height:65dvh}.m-info__title{font-size:24px}.m-info__description{font-size:14px;line-height:1.6}.m-info__card{will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;justify-content:center;place-items:center;width:90vw;height:62dvh;padding:4vw;display:flex}.m-info__icon{width:auto;height:90px}.m-info__btn{padding:5vw 10vw;font-size:14px}.m-products__title{margin:5vw;font-size:24px}.m-products__grid{grid-template-columns:1fr;gap:10px}.m-products__card__wrapper{height:300px}.m-products__card__wrapper__name{font-size:18px}.m-products__card__wrapper:after{opacity:.45!important}.m-products__card__overlay__meta__line:first-child,.m-products__card__overlay__meta__line:nth-child(2){flex-direction:column;align-items:flex-start;gap:1px;display:flex}.m-products__card__overlay__meta__line{font-size:12px}.m-products__card svg{width:50px;height:50px}.m-products__card:hover .m-products__card__wrapper:after{opacity:.45!important}.m-products__card:hover .m-products__card__wrapper__img{filter:none!important;transform:none!important}.m-products__card:hover .m-products__card__overlay__meta{opacity:1!important;transform:none!important}.m-products__card:hover .m-products__card__wrapper__name{color:#fff!important;text-shadow:0 10px 30px #0000002e!important}.m-products__card:hover .m-products__card__hoverbtn{opacity:0!important;pointer-events:none!important}.m-products__card__hoverbtn{display:none!important}.m-products__seeall{height:150px}.m-products__seeall__title{font-size:20px}.m-testimonials__title{margin:5vw;font-size:24px}.m-testimonials__card{width:200px}.m-testimonials__name{font-size:16px}.m-testimonials__role{font-size:12px}.m-testimonials__video{width:200px;height:300px}.m-testimonials__card__media{max-width:max-content;max-height:max-content}.m-testimonials__ctrlbtn,.m-testimonials__navbtn{width:36px;height:36px}.m-testimonials__ctrlbtn svg,.m-testimonials__navbtn svg{width:16px;height:16px}.m-news{padding:64px 20px}.m-news__title{margin:0 0 30px;font-size:46px}.m-news__card{width:100%}.m-news__media{min-height:230px}.m-news__cardtitle{font-size:27px}.m-news__date{font-size:11px}.m-news__desc{font-size:14px}.m-news__navbtn{width:36px;height:36px}.m-news__navbtn svg{width:16px;height:16px}.m-videos__title{margin:5vw;font-size:24px}.m-videos__grid{grid-template-columns:repeat(2,1fr);gap:10px}.m-videos__play__icon{cursor:pointer;background:#0003;border-radius:50%;justify-content:center;place-items:center;width:60px;height:60px;padding:1vw;display:flex}.m-videos__play__icon svg{width:30px;height:30px}}.m-advantages{text-align:center;padding:4.5vw 5vw 4.2vw}.m-advantages__title{text-align:center;padding-bottom:1vw;font-family:Playfair Display,sans-serif;font-size:44px;font-weight:700}.m-advantages__cards{justify-content:center;gap:2vw;margin-top:1vw;display:flex}.m-advantages__card{text-align:center;border-radius:2px;flex-direction:column;align-items:center;gap:1.5vw;max-width:450px;padding:2vw;display:flex}.m-advantages__card__content{background:#fff;flex-direction:column;justify-content:space-between;align-items:center;gap:1vw;height:65dvh;padding:2.5vw;display:flex}.m-advantages__card__content__wrapper{text-align:center;border-radius:2px;flex-direction:column;gap:1vw;display:flex}.m-advantages__card__content__wrapper__title{font-size:32px;font-weight:700}.m-advantages__card__content__wrapper__description{font-family:Archivo;font-size:16px;font-weight:400}@media (max-width:992px){.m-advantages__title{margin:5vw;font-size:24px}.m-advantages__cards{flex-direction:column;gap:4vw}.m-advantages__card__content{justify-content:center;gap:6dvh;height:40dvh;margin:4vw;padding:4vw;display:flex}.m-advantages__card__content__icon svg{width:25vw}.m-advantages__card__content__wrapper{gap:2vw}.m-advantages__card__content__wrapper__title{font-size:24px}.m-advantages__card__content__wrapper__description{font-size:14px}}.m-faqs{padding:5vw;font-family:Archivo}.m-faqs__title{text-align:center;margin-bottom:1vw;font-family:Playfair Display,sans-serif;font-size:44px;font-weight:700}.m-faqs__grid{grid-template-columns:repeat(2,1fr);align-items:start;gap:14px 22px;display:grid}.m-faqs__item{border-radius:6px;transition:all .3s;overflow:hidden;box-shadow:0 10px 30px #0000002e}.m-faqs__item.is-open .m-faqs__icon-line--v{transform:scaleY(0)}.m-faqs__item:hover{cursor:pointer;color:#4e4e4e;opacity:.9;transform:translateY(-2px)}.m-faqs__head{cursor:pointer;text-align:left;background:#fff;border:0;justify-content:space-between;align-items:center;gap:16px;width:100%;min-height:7vw;max-height:14vw;padding:1vw;display:flex}.m-faqs__question{font-size:24px;font-weight:500}.m-faqs__icon{width:22px;height:22px;display:inline-flex;position:relative}.m-faqs__icon-line{background:#4e4e4e;border-radius:2px;width:16px;height:2px;transition:transform .18s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.m-faqs__icon-line--v{transform:translate(-50%,-50%)rotate(90deg)}.m-faqs__body{background:#fff;border-top:1px solid #f0efe9;transition:max-height .22s;overflow:hidden}.m-faqs__answer{color:#4e4e4e;margin:1vw;font-size:16px;line-height:1.55}.m-faqs{padding:clamp(82px, 8vw, 128px) max(5vw, (100% - var(--py-container,1760px)) / 2);color:var(--py-text,#171713);background:var(--py-bg,#f4f1ea);font-family:Archivo,sans-serif}.m-faqs__title{color:inherit;text-align:left;letter-spacing:-.04em;margin:0 0 42px;font-family:Playfair Display,serif;font-size:clamp(44px,4.5vw,70px);font-weight:500;line-height:1}.m-faqs__grid{gap:12px 18px}.m-faqs__item{border:1px solid var(--py-border,#1717131f);background:var(--py-surface,#fff);box-shadow:none;border-radius:18px}.m-faqs__item:hover{color:inherit;opacity:1;border-color:#d2b15161;transform:translateY(-1px)}.m-faqs__head{min-height:92px;max-height:none;color:inherit;background:0 0;padding:22px 24px}.m-faqs__question{max-width:680px;font-size:clamp(17px,1.25vw,21px);font-weight:600;line-height:1.4}.m-faqs__icon{border:1px solid #d2b15152;border-radius:50%;flex:0 0 36px;width:36px;height:36px}.m-faqs__icon-line{background:#c7a444;width:13px;height:1px}.m-faqs__body{border-color:var(--py-border,#1717131f);background:0 0}.m-faqs__answer{color:var(--py-muted,#66645d);margin:0;padding:4px 24px 26px;font-size:14px;line-height:1.75}@media (max-width:992px){.m-faqs__title{margin:5vw;font-size:24px}.m-faqs__head{padding:20px}.m-faqs__answer{padding:20px;font-size:14px}.m-faqs{padding:72px 20px}.m-faqs__title{text-align:left;margin:0 0 28px;font-size:40px}.m-faqs__grid{grid-template-columns:1fr}.m-faqs__head{min-height:82px;padding:20px}.m-faqs__question{font-size:17px}.m-faqs__answer{margin:0;padding:2px 20px 22px;font-size:14px}}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow-left{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow-right{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow-top{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow-left{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow-right{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow-top{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.m-partners{text-align:center;padding-top:5vw}.m-partners__title{padding-bottom:1vw;font-family:Archivo;font-size:28px;font-weight:500}.m-partners__swiper{padding:8px 16px}.m-partners .swiper-wrapper{will-change:transform;transition-timing-function:linear!important}.m-partners__slide{justify-content:center;align-items:center;display:flex}.m-partners__slide a{justify-content:center;align-items:center;display:inline-flex}.m-partners__slide:hover .m-partners__logo{transform:translateZ(0)scale(1.08)}.m-partners__logo{-o-object-fit:contain;object-fit:contain;image-rendering:auto;opacity:1;filter:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:400px;height:200px;transition:transform .25s;transform:translateZ(0);pointer-events:none!important}@media (max-width:992px){.m-partners{text-align:center;padding-top:10vw;padding-bottom:10vw}.m-partners__title{margin-bottom:8vw;font-size:18px}.m-partners__swiper{padding:16px 8px}.m-partners__logo{-o-object-fit:contain;object-fit:contain;width:100%;max-width:200px;height:auto;max-height:100px}}.m-services{--service-gold:#d8b34a;--service-cream:#f5f0e4;--service-ink:#10110e;color:#fff;background:radial-gradient(circle at 82% 18%,#d8b34a1f,#0000 26%),linear-gradient(145deg,#0c0d0b 0%,#141510 58%,#0b0c0a 100%);padding:clamp(88px,8vw,148px) 5vw;position:relative;overflow:hidden}.m-services:before{content:"";pointer-events:none;opacity:.22;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:72px 72px;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(#000,#0000 72%);mask-image:linear-gradient(#000,#0000 72%)}.m-services__inner{z-index:1;width:min(1640px,100%);margin:0 auto;position:relative}.m-services__header{margin-bottom:clamp(40px,5vw,74px)}.m-services__eyebrow{letter-spacing:.2em;align-items:center;gap:14px;margin:0 0 24px;font-family:Archivo,sans-serif;font-size:12px;font-weight:700;display:flex;color:var(--service-gold)!important}.m-services__eyebrow:before{content:"";background:currentColor;width:44px;height:1px}.m-services__headline{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);align-items:end;gap:clamp(36px,7vw,110px);display:grid}.m-services__title{letter-spacing:-.035em;overflow-wrap:anywhere;max-width:850px;margin:0;font-family:Playfair Display,serif;font-size:clamp(42px,5vw,76px);font-weight:600;line-height:1.04;color:#fff!important}.m-services__intro{max-width:540px;margin:0 0 6px;font-family:Archivo,sans-serif;font-size:16px;line-height:1.75;color:#ffffffa8!important}.m-services__workspace{grid-template-columns:minmax(300px,.72fr) minmax(0,1.65fr);align-items:stretch;gap:clamp(22px,3vw,46px);display:grid}.m-services__nav{border-top:1px solid #ffffff24;flex-direction:column;display:flex}.m-services__navitem{color:#ffffff8a;cursor:pointer;text-align:left;background:0 0;border:0;border-bottom:1px solid #ffffff24;grid-template-columns:34px 48px minmax(0,1fr) 24px;align-items:center;gap:15px;min-height:88px;padding:16px 8px;transition:color .22s,padding .22s,background .22s;display:grid}.m-services__navitem:hover{color:#fff;background:#ffffff06;padding-left:14px}.m-services__navitem.is-active{color:#fff;background:linear-gradient(90deg,#d8b34a1f,#0000 85%);padding-left:14px}.m-services__navitem.is-active .m-services__navnumber,.m-services__navitem.is-active .m-services__navarrow{color:var(--service-gold)!important}.m-services__navitem.is-active .m-services__navicon{border-color:var(--service-gold);background:var(--service-gold);color:var(--service-ink);box-shadow:0 8px 28px #d8b34a2e}.m-services__navnumber{letter-spacing:.12em;font-family:Archivo,sans-serif;font-size:11px;font-weight:700;color:#ffffff57!important}.m-services__navicon,.m-services__featureicon{color:var(--service-gold);border:1px solid #ffffff2e;flex:none;justify-content:center;align-items:center;display:inline-flex}.m-services__navicon svg,.m-services__featureicon svg{width:26px;height:26px;overflow:visible}.m-services__navicon svg path,.m-services__navicon svg rect,.m-services__navicon svg circle,.m-services__featureicon svg path,.m-services__featureicon svg rect,.m-services__featureicon svg circle{fill:none;stroke:currentColor;stroke-width:2.15px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.m-services__navicon{background:#d8b34a12;border-color:#d8b34a73;border-radius:14px;width:46px;height:46px;transition:all .22s;box-shadow:inset 0 0 0 1px #d8b34a0f}.m-services__navtitle{font-family:Archivo,sans-serif;font-size:15px;font-weight:600;line-height:1.35;color:inherit!important}.m-services__navarrow{font-family:Archivo,sans-serif;font-size:20px;transition:transform .22s;color:#ffffff3d!important}.m-services__navitem:hover .m-services__navarrow,.m-services__navitem.is-active .m-services__navarrow{transform:translate(4px)}.m-services__feature{background:#171813;border:1px solid #ffffff1f;border-radius:30px;grid-template-columns:minmax(0,1.14fr) minmax(310px,.86fr);min-height:540px;display:grid;overflow:hidden;box-shadow:0 34px 90px #00000052}.m-services__visual{background:#0f100d;min-height:100%;position:relative;overflow:hidden}.m-services__visual img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;min-height:540px;animation:.52s both serviceImageIn}.m-services__visualshade{background:linear-gradient(90deg,#0000 52%,#171813eb 100%),linear-gradient(#0000 56%,#050604c7);position:absolute;top:0;bottom:0;left:0;right:0}.m-services__proof{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0c0d0bb8;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:12px;padding:10px 14px;display:flex;position:absolute;bottom:24px;left:26px}.m-services__proof span{font-family:Archivo,sans-serif;font-size:11px;font-weight:700;color:var(--service-gold)!important}.m-services__proof strong{color:#fff;letter-spacing:.08em;font-family:Archivo,sans-serif;font-size:11px}.m-services__featurebody{flex-direction:column;justify-content:center;padding:clamp(34px,4vw,62px);display:flex}.m-services__featurebody h3{letter-spacing:-.03em;margin:26px 0 14px;font-family:Playfair Display,serif;font-size:clamp(34px,3.2vw,52px);font-weight:600;line-height:1.08;color:#fff!important}.m-services__featuretop{align-items:center;gap:14px;display:flex}.m-services__featuretop p{letter-spacing:.12em;text-transform:uppercase;margin:0;font-family:Archivo,sans-serif;font-size:11px;font-weight:700;color:var(--service-gold)!important}.m-services__featureicon{background:#d8b34a1a;border-color:#d8b34a6b;border-radius:16px;width:52px;height:52px}.m-services__featuresubtitle{margin:0;font-family:Archivo,sans-serif;font-size:15px;line-height:1.7;color:#ffffffad!important}.m-services__featurepoints{border-top:1px solid #ffffff1f;grid-template-columns:1fr 1fr;gap:18px;margin:30px 0 34px;padding-top:22px;display:grid}.m-services__featurepoints div{gap:7px;display:grid}.m-services__featurepoints span{letter-spacing:.12em;font-family:Archivo,sans-serif;font-size:10px;font-weight:700;color:var(--service-gold)!important}.m-services__featurepoints p{margin:0;font-family:Archivo,sans-serif;font-size:13px;font-weight:600;line-height:1.35;color:#ffffffe0!important}.m-services__cta{background:var(--service-gold);border-radius:14px;justify-content:center;align-items:center;gap:12px;width:-moz-fit-content;width:fit-content;min-height:52px;padding:0 22px;font-family:Archivo,sans-serif;font-size:13px;font-weight:700;transition:transform .22s,background .22s,box-shadow .22s;display:inline-flex;color:var(--service-ink)!important}.m-services__cta svg{width:17px;height:17px}.m-services__cta svg path{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.m-services__cta:hover{background:#e6c76f;transform:translateY(-2px);box-shadow:0 14px 34px #d8b34a33;color:#0d0e0b!important}@keyframes serviceImageIn{0%{opacity:.45;transform:scale(1.025)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.m-services *{transition-duration:.01ms!important;animation:none!important}}@media (max-width:1180px){.m-services__headline{grid-template-columns:1fr;gap:24px}.m-services__workspace{grid-template-columns:1fr}.m-services__nav{scrollbar-width:none;border-top:0;grid-template-columns:repeat(5,minmax(176px,1fr));display:grid;overflow-x:auto}.m-services__nav::-webkit-scrollbar{display:none}.m-services__navitem{border-top:1px solid #ffffff24;border-right:1px solid #ffffff1a;grid-template-columns:34px minmax(0,1fr);grid-template-areas:"icon number""icon title";min-width:184px;min-height:112px}.m-services__navitem.is-active,.m-services__navitem:hover{padding-left:8px}.m-services__navnumber{grid-area:number}.m-services__navicon{grid-area:icon}.m-services__navtitle{grid-area:title}.m-services__navarrow{display:none}}@media (max-width:840px){.m-services{padding:76px 20px}.m-services:before{background-size:48px 48px}.m-services__eyebrow{margin-bottom:18px;font-size:10px}.m-services__title{font-size:clamp(32px,9.5vw,54px)}.m-services__intro{font-size:14px;line-height:1.7}.m-services__workspace{gap:20px}.m-services__feature{border-radius:24px;grid-template-columns:1fr;min-height:auto}.m-services__visual{min-height:330px}.m-services__visual img{min-height:330px;max-height:430px}.m-services__visualshade{background:linear-gradient(#0000 38%,#171813f5 100%)}.m-services__featurebody{padding:30px 24px 32px}.m-services__featurepoints{margin-bottom:28px}}@media (max-width:520px){.m-services__header{margin-bottom:34px}.m-services__nav{margin-right:-20px;padding-right:20px}.m-services__navitem{min-width:168px}.m-services__visual{min-height:260px}.m-services__visual img{height:260px;min-height:260px}.m-services__proof{bottom:16px;left:18px}.m-services__featurebody h3{margin-top:22px;font-size:34px}.m-services__featurepoints{grid-template-columns:1fr;gap:14px}.m-services__cta{width:100%}}.youtube-embed{aspect-ratio:16/9;background:#0c0d0b;border-radius:20px;width:100%;position:relative;overflow:hidden}.youtube-embed iframe,.youtube-embed__poster,.youtube-embed__poster img,.youtube-embed__shade{width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.youtube-embed iframe{border:0}.youtube-embed__poster{cursor:pointer;background:#10110f;border:0;padding:0}.youtube-embed__poster img{-o-object-fit:cover;object-fit:cover;transition:transform .45s,filter .45s}.youtube-embed__shade{background:linear-gradient(#06070514,#060705b8)}.youtube-embed__play{color:#171713;background:#d2b151;border:1px solid #ffffffb3;border-radius:50%;place-items:center;width:66px;height:66px;transition:transform .25s,background .25s;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 16px 42px #00000052}.youtube-embed__play svg{fill:currentColor;width:27px;height:27px}.youtube-embed__label{color:#ffffffdb;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:700;position:absolute;bottom:18px;right:20px}.youtube-embed__poster:hover img{filter:brightness(.84);transform:scale(1.035)}.youtube-embed__poster:hover .youtube-embed__play{background:#e2c875;transform:translate(-50%,-50%)scale(1.06)}.youtube-embed--compact{border-radius:14px}.youtube-embed--compact .youtube-embed__play{width:50px;height:50px}.youtube-embed--invalid{color:#aaa79e;border:1px dashed #ffffff2e;place-items:center;min-height:220px;display:grid}.notfound{z-index:1;height:100vh;margin-top:-2vw;font-family:Archivo;position:relative;overflow:hidden}.notfound__center{flex-direction:column;justify-content:center;align-items:center;display:flex}.notfound__center h1{background:linear-gradient(#dcb435,#f2deaa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:400px;font-weight:500}.notfound__center p{margin-top:-50px;margin-bottom:2vw;font-size:24px;font-weight:400}.notfound__center a{text-transform:uppercase;color:#141414;background:linear-gradient(90deg,#dcb435,#f2deaa);border-radius:25px;justify-content:center;align-items:center;gap:1vw;padding:1vw 2vw;font-size:18px;transition:all .3s;display:flex}.notfound__center a svg path{fill:#141414;transition:all .3s}.notfound__center a:hover{color:#fff;cursor:pointer;background:linear-gradient(90deg,#f2deaa,#dcb435);transition:all .3s}.notfound__center a:hover svg path{fill:#fff}.notfound__text1{color:#fff;text-align:center;z-index:-1;font-size:1139.44px;font-weight:500;position:absolute;top:-140%;left:-20%}.notfound__text2{color:#fff;text-align:center;z-index:-1;font-size:1139.44px;font-weight:500;position:absolute;top:0;left:-20%}@media (max-width:992px){.notfound{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin-top:0;display:flex}.notfound__center h1{font-size:240px}.notfound__center p{font-size:18px}.notfound__center a{padding:12px 22px;font-size:15px}.notfound__text1,.notfound__text2{text-align:center;font-size:760px}.notfound__text1{top:-50%;left:-100%}.notfound__text2{top:20%;left:-100%}}@keyframes fadeLogo{0%,to{opacity:1;filter:grayscale(0)}50%{opacity:.62;transform:scale(.985)}}.loader-overlay{z-index:99999;background:#fff;place-items:center;display:grid;position:fixed;top:0;bottom:0;left:0;right:0}.loader-logo{width:min(390px,68vw);height:auto;animation:1.8s ease-in-out infinite fadeLogo}.playfair-display{font-optical-sizing:auto;font-family:Playfair Display,sans-serif;font-style:normal;font-weight:400}html[lang=ru]{font-family:Arial,serif!important}html[lang=ru] .playfair-display,html[lang=ru] h1,html[lang=ru] h2,html[lang=ru] h3,html[lang=ru] h4,html[lang=ru] h5,html[lang=ru] h6,html[lang=ru] p,html[lang=ru] span,html[lang=ru] a,html[lang=ru] div,html[lang=ru] button,html[lang=ru] input,html[lang=ru] textarea{font-family:Arial!important}.container{max-width:1200px;margin:0 auto;padding:20px}body.dark .container{color:#1a1a1a;background:#141414}.ant-input{color:#02080d;background-color:#fff}.ant-input-outlined{border:2px solid #0000;border-radius:10px;padding:11px}.ant-input-outlined:focus{box-shadow:none;border:2px solid #d2aa2b}.ant-input-outlined:hover{border:2px solid #d2aa2b}.ant-input-affix-wrapper:focus{border:2px solid #d2aa2b!important}.ant-input-password{background-color:#f5f5f5;border:2px solid #0000;border-radius:10px;padding:11px}.ant-input-password:focus,.ant-input-password:focus-within{box-shadow:none;border:2px solid #d2aa2b!important}.ant-input-password:hover{border:2px solid #d2aa2b}.ant-picker{color:#77828a;background-color:#f5f5f5;border:2px solid #0000;border-radius:10px;padding:11px}.ant-picker:hover{border:2px solid #d2aa2b}.ant-picker:focus{box-shadow:none;border:2px solid #d2aa2b}.ant-picker-outlined:focus-within{border-color:#d2aa2b}.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner{background-color:#d2aa2b!important}.ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before{border:1px solid #d2aa2b!important}.ant-picker-today-btn{color:#d2aa2b!important}input:-webkit-autofill{color:#77828a!important;background-color:#f5f5f5!important}input:-webkit-autofill:hover{color:#77828a!important;background-color:#f5f5f5!important}input:-webkit-autofill:focus{color:#77828a!important;background-color:#f5f5f5!important}input:-webkit-autofill:active{color:#77828a!important;background-color:#f5f5f5!important}.custom-search-input{color:#77828a;border-radius:8px;align-items:center;width:100%;height:44px;padding-left:12px;font-size:14px;font-weight:400;line-height:19px;display:flex;position:relative;overflow:hidden;background-color:#f5f5f5!important}.custom-search-input .search-input-inner{border:0;outline:0;width:100%;height:100%;padding:0 30px 0 10px;font-size:14px;font-weight:400;line-height:19px;display:inline-block;background-color:#f5f5f5!important}.custom-search-input .search-input-inner::placeholder{color:#77828a;font-size:14px;font-weight:400;line-height:19px}.custom-search-input .search-input-inner:focus-visible{border:none}.custom-search-input .search-input-inner:focus{border:none}.custom-search-input .anticon-search{position:absolute;top:50%;right:10px;transform:translateY(-50%)}.ant-pagination-item,.ant-pagination-prev,.ant-pagination-next{background-color:#f5f5f5!important;min-width:28px!important;height:28px!important;line-height:26px!important}.ant-pagination-item-active{background-color:#d2aa2b!important;border:none!important}.ant-pagination-item-active a{color:#fff!important}.ant-switch-checked{background-color:#d2aa2b!important}.my-select-wrapper .my-select{border-radius:10px;outline:none;transition:all .3s;color:#02080d!important;background-color:#f5f5f5!important;border:2px solid #0000!important}.my-select-wrapper .my-select:focus,.my-select-wrapper .my-select:focus-within{box-shadow:none;border:2px solid #d2aa2b!important}.my-select-wrapper .my-select:hover{border:2px solid #d2aa2b!important}.my-select-wrapper .css-t3ipsp-control,.my-select-wrapper .css-13cymwt-control{border-radius:10px;padding:2px;box-shadow:none!important;background-color:#f5f5f5!important;border:2px solid #0000!important}.my-select-wrapper .css-uves1z-menu .css-d7l1ni-option,.my-select-wrapper .css-tr4s17-option,.my-select-wrapper .css-10wo9uf-option:hover{background-color:#d2aa2b!important}.my-select-wrapper .css-10wo9uf-option:active{background-color:#579af9!important}.my-select-wrapper .css-d7l1ni-option{background-color:#d2aa2b93!important}.my-asyncselect-wrapper .my-asyncselect{border-radius:10px;outline:none;transition:all .3s;color:#02080d!important;background-color:#f5f5f5!important;border:2px solid #0000!important}.my-asyncselect-wrapper .my-asyncselect:focus,.my-asyncselect-wrapper .my-asyncselect:focus-within{box-shadow:none;border:2px solid #d2aa2b!important}.my-asyncselect-wrapper .my-asyncselect:hover{border:2px solid #d2aa2b!important}.my-asyncselect-wrapper .css-13cymwt-control{border-radius:10px;padding:2px;box-shadow:none!important;cursor:pointer!important;background-color:#f5f5f5!important;border:2px solid #0000!important}.my-asyncselect-wrapper .css-t3ipsp-control{border-radius:10px;padding:2px;box-shadow:none!important;background-color:#f5f5f5!important;border:2px solid #0000!important}.my-asyncselect-wrapper .css-16xfy0z-control{opacity:.5;border-radius:10px;padding:2px;box-shadow:none!important;background-color:#f5f5f5!important;border:2px solid #0000!important}.my-asyncselect-wrapper .css-tr4s17-option{transition:all .3s;background-color:#d2aa2b!important}.my-asyncselect-wrapper .css-10wo9uf-option{transition:all .3s}.my-asyncselect-wrapper .css-10wo9uf-option:hover{background-color:#d2aa2b!important}.my-asyncselect-wrapper .css-10wo9uf-option:active{background-color:#579af9!important}.my-asyncselect-wrapper .css-d7l1ni-option{transition:all .3s;background-color:#d2aa2b93!important}.upload-banner{width:260px!important;height:150px!important}.upload-banner .ant-upload-list-item-container{width:100%!important;height:150px!important}.upload-banner .ant-upload{border-radius:12px!important;width:260px!important;height:150px!important;transition:all .2s!important}.upload-banner .ant-upload:hover{border-color:#d2aa2b!important}.upload-banner .ant-upload .upload-button{flex-direction:column;justify-content:center;align-items:center;display:flex}.upload-banner .ant-upload .upload-button__title{color:var(--White-and-Dark-Dark,#02080d);margin-top:8px;font-family:Inter;font-size:14px;font-weight:500}.upload-banner .ant-upload .upload-button__subtitle{color:var(--Greys-Grey-1,#77828a);text-align:center;max-width:140px;font-family:Inter;font-size:12px;font-weight:400}.default-file-upload .ant-upload,.default-file-upload .ant-upload-list-item-container{width:152px!important;height:152px!important}.ant-checkbox-checked .ant-checkbox-inner,.ant-checkbox-checked:hover .ant-checkbox-inner{background-color:#d2aa2b!important;border-color:#d2aa2b!important}.ant-checkbox-wrapper:hover .ant-checkbox-inner{border-color:#d2aa2b!important}.leaflet-control-attribution{display:none}.ant-select{background-color:#0000!important;border:none!important;border-radius:15px!important}.ant-select:hover{border:none!important}.ant-select:focus-within{box-shadow:none!important;border:none!important}.ant-select-selector{border:none!important;border-radius:15px!important}.ant-select-selector :active,.ant-select-selector :focus{border:none!important}.login-wrapper{flex-direction:column;justify-content:center;height:100%;display:flex}.form-wrapper{justify-content:center;align-items:center;margin:0 auto;display:flex}.forgot-password{cursor:pointer;color:#1677ff;margin-bottom:32px;font-size:12px;font-weight:500}.ant-modal-content{font-family:Inter,sans-serif!important}.auth_tel:hover{color:#1677ff!important}.navigation-bar::-webkit-scrollbar{display:none}.navigation-bar ul{margin:0 18px}.ant-space-compact .ant-btn:first-child{display:none}.ant-space-compact .ant-btn:last-child{border:none;border-radius:50%}.ant-space-compact .ant-btn:last-child:focus{box-shadow:none;border:none}.dot-btn{cursor:pointer;stroke:#77828a;border-radius:5px;transition:all .3s;display:inline-block;position:relative}.dot-btn:hover,.dot-btn--actived{stroke:#1677ff;background-color:#f1a3281a}.action-menu-wrapper .action-menu{z-index:10;background-color:#fff;border:1px solid #f5f5f5;border-radius:6px;padding:12px;display:none;position:absolute;bottom:-85px;right:75px}.action-menu-wrapper .action-menu__item{cursor:pointer;border-bottom:1px solid #f5f5f5;align-items:center;padding-top:12px;padding-bottom:12px;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:normal;transition:all .3s;display:flex}.action-menu-wrapper .action-menu__item p{margin-left:8px}.action-menu-wrapper .action-menu__item:first-child{padding-top:0}.action-menu-wrapper .action-menu__item:last-child{stroke:#f34b4b;color:#f34b4b;border-bottom:0 solid #f5f5f5;padding-bottom:0}.action-menu-wrapper .action-menu__item:hover{transform:scale(1.02)}.action-menu-wrapper .action-menu--opened{display:block}.privacy-title{color:var(--White-and-Dark-Dark,#02080d);margin-bottom:20px;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:27px}.privacy-description{color:var(--Main-colors-Dark-orange,#0d0606);margin-top:20px;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:19px}.chat-file-upload{margin-top:5px;margin-right:12px}.chat-file-upload .ant-upload-wrapper{line-height:0}.chat-file-upload .ant-upload-wrapper .ant-upload-list-item-container{width:40px!important;height:40px!important}.chat-file-upload .ant-upload-wrapper .ant-upload-list-item{border:none!important}.chat-file-upload .ant-upload-wrapper .ant-upload{border:none!important;width:40px!important;height:40px!important}.chat-file-upload .ant-upload-wrapper .ant-upload-list{display:none}.lang-tabs{align-items:center;width:100%;margin-bottom:25px;display:flex}.lang-tabs__tab{cursor:pointer;border:1px solid #0000;border-bottom-color:#1677ff;border-radius:6px 6px 0 0;align-items:center;padding:12px;transition:all .3s;display:flex}.lang-tabs__tab__title{color:var(--White-and-Dark-Dark,#02080d);margin-left:5px;font-family:Inter;font-size:16px;font-weight:500}.lang-tabs__tab--selected{cursor:pointer;border:1px solid #1677ff;border-bottom-color:#0000;border-radius:6px 6px 0 0;align-items:center;padding:12px;transition:all .3s;display:flex}.lang-tabs__tab--selected__title{color:var(--White-and-Dark-Dark,#02080d);margin-left:5px;font-family:Inter;font-size:16px;font-weight:500}.lang-tabs .lang-tabs__last{border-bottom:1px solid #1677ff;width:100%;height:50px}.simple-tabs{background-color:#f5f5f5;align-items:center;padding:0 20px;transition:all .3s;display:flex}.simple-tabs__tab{cursor:pointer;color:#222;padding:12px 20px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;transition:all .3s}.simple-tabs__tab:hover{color:#1677ff}.simple-tabs__tab--selected{cursor:pointer;color:#1677ff;background-color:#fff;border-radius:12px 12px 0 0;padding:12px 20px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;transition:all .3s;box-shadow:0 -2px 6px #0000001a}.table-img{-o-object-fit:contain;object-fit:contain;border:2px solid #fff;border-radius:8px;width:35px;height:35px}.table-img__horizontal{-o-object-fit:contain;object-fit:contain;width:101px;height:44px}.table-img__vertical{-o-object-fit:contain;object-fit:contain;width:44px;height:60px}.table-user{align-items:center;display:flex}.table-user__foto{-o-object-fit:cover;object-fit:cover;border:2px solid #fff;border-radius:50%;width:44px;height:44px}.table-user__info{margin-left:8px}.table-user__info__title{color:var(--White-and-Dark-Dark,#02080d);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:130%}.table-user__info__subtitle{color:var(--Greys-Grey-1,#77828a);margin-top:5px;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:130%}.profile-main{background-color:#fff;border-radius:16px;justify-content:space-between;padding:24px;font-family:Inter;display:flex}.profile-info-panel{display:flex}.profile-info-panel__avatar{width:140px;height:140px;margin-right:25px}.profile-info-panel__avatar img{border-radius:16px;width:100%;height:100%}.profile-info-panel__name{margin-bottom:6px;font-size:24px;font-style:normal;font-weight:600;line-height:32px}.profile-info-panel__role{color:#77828a;background:#77828a21;border-radius:6px;padding:6px 8px;font-size:12px;font-style:normal;font-weight:500;line-height:16px;display:inline-block}.profile-info-panel__more{flex-wrap:wrap;display:flex}.profile-info-panel__more-card{border:1px dashed #e6e8ea;border-radius:6px;min-width:100px;margin-top:18px;margin-right:12px;padding:8px 12px}.profile-info-panel__more-card:last-child{margin-right:0}.profile-info-panel__more-card .registration-date__top{align-items:center;display:flex}.profile-info-panel__more-card .registration-date__top .top-text{margin-right:8px;font-size:14px;font-style:normal;font-weight:500;line-height:19px}.profile-info-panel__more-card .registration-date__top .top-time{color:#77828a;font-size:12px;font-style:normal;font-weight:400;line-height:15px}.profile-info-panel__more-card .bottom-text{color:var(--Greys-Grey-1,#77828a);margin-top:2px;font-size:12px;font-style:normal;font-weight:400;line-height:15.6px}.password-panel .panel-label{color:var(--Greys-Grey-1,#77828a);margin-bottom:2px;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.password-panel .panel-login{color:var(--White-and-Dark-Dark,#02080d);margin-bottom:16px;font-size:16px;font-style:normal;font-weight:500;line-height:21px}.profile-edit-heading{justify-content:space-between;margin-bottom:24px;display:flex}.change-password-warning{border:1px solid var(--Main-colors-Dark-orange,#1677ff);background:#f1a32829;border-radius:10px;margin-top:40px;padding:16px;display:flex}.change-password-warning svg{width:35px;height:35px}.change-password-warning__text{max-width:390px;color:var(--Main-colors-Dark-orange,#0d0606);margin-left:12px;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:130%}.view-action{cursor:pointer}.view-action path{stroke:#77828a}.status-badge{color:var(--Main-Violet,#1677ff);text-transform:uppercase;background:#7735e922;border-radius:20px;justify-content:center;align-items:center;gap:10px;margin-right:5px;padding:4px 10px;font-family:Inter;font-size:11px;font-style:normal;font-weight:500;line-height:normal;display:flex}.rotate-svg svg{width:12px;height:12px;transform:rotate(180deg)}.rotate-svg svg path{stroke:#1677ff}.upload-svg-notify svg{margin-bottom:.5vw}.upload-svg-notify svg path{stroke:#1677ff}.delete-svg svg path{stroke:red}.accordion-row{background-color:#f6f7f8;border-radius:8px;justify-content:space-between;margin-bottom:8px;padding:12px 16px;display:flex;position:relative}.accordion-row__left{align-items:center;display:flex}.accordion-row__left-id{color:#828282;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-right:12px;display:flex}.file-uploader-group-images svg{width:4vw;height:4vw}.file-uploader-group-images svg path{stroke:#1677ff}.svg-black svg path{stroke:#000}.flex--center{justify-content:center;align-items:center;gap:.5vw;display:flex}body.light,body.light .header,body.light .main-layout{color:#1a1a1a;background:#f0efe9}body.light .app-container{background:#f0efe9}body.dark{color:#fff;background:#141414}body.dark p,body.dark span,body.dark div,body.dark a,body.dark li,body.dark ul,body.dark ol,body.dark h1,body.dark h2,body.dark h3,body.dark h4,body.dark h5,body.dark h6{color:#fff}body.dark a:hover{color:#d2aa2b}body.dark .header,body.dark .main-layout,body.dark .app-container{color:#fff;background:#141414}body.dark .m-hero{background:#141414}body.dark .m-hero__caption__inner{color:#fff;background:#141414e6}body.dark .m-info__icon svg path{fill:#fff;stroke:#fff}body.dark .m-info__card{color:#fff;background:#141414}body.dark .m-info__title{color:#fff}body.dark .m-info__subtitle{color:#ccc}body.dark .m-info__btn{color:#1a1a1a;background:linear-gradient(90deg,#d2aa2b,#e5d19d)}body.dark .m-info__btn:hover{color:#fff;background:linear-gradient(90deg,#e5d19d,#d2aa2b)}body.dark .m-info__btn:hover svg path{fill:#fff}body.dark .m-info__btn svg path{fill:#1a1a1a}body.dark .m-services{color:#fff;background:#141414}body.dark .m-services__title{color:#fff}body.dark .m-services__tab{color:#fff;background:#2a2a2a}body.dark .m-services__tab.is-active{color:#1a1a1a;background:linear-gradient(90deg,#d2aa2b,#e5d19d)}body.dark .m-services__content__text__subtitle,body.dark .m-services__content__text__description{color:#fff}body.dark .m-services__content__btn{color:#fff;border-color:#fff}body.dark .m-services__content__btn:hover{color:#000;background:#d2aa2b}body.dark .m-products{background:#141414}body.dark .m-products__title,body.dark .m-products__card__wrapper__name,body.dark .m-products__card__overlay__meta{color:#fff}body.dark .m-products__seeall{color:#fff;border-color:#fff}body.dark .m-products__seeall__title,body.dark .m-products__seeall__arrow{color:#fff}body.dark .m-products__seeall__arrow svg path{stroke:#fff}body.dark .m-products__seeall:hover{border-color:#d2aa2b}body.dark .m-products__seeall:hover .m-products__seeall__arrow svg path{fill:#d2aa2b}body.dark .m-testimonials{background:#141414}body.dark .m-testimonials__title,body.dark .m-testimonials__name{color:#fff}body.dark .m-testimonials__role{color:#ccc}body.dark .m-testimonials__navbtn{color:#fff;background:#323232}body.dark .m-testimonials__navbtn:hover{background:#d2aa2b}body.dark .m-testimonials__navbtn:hover svg path{stroke:#1a1a1a}body.dark .m-testimonials__navbtn svg path{stroke:#fff}body.dark .m-news{background:#141414}body.dark .m-news__title,body.dark .m-news__cardtitle{color:#fff}body.dark .m-news__desc{color:#ccc}body.dark .m-news__date{color:#fff;background:#2a2a2a}body.dark .m-news__navbtn{color:#fff;background:#323232}body.dark .m-news__navbtn:hover{background:#d2aa2b}body.dark .m-news__navbtn:hover svg path{stroke:#1a1a1a}body.dark .m-news__navbtn svg path{stroke:#fff}body.dark .m-videos{background:#141414}body.dark .m-videos__title{color:#fff}body.dark .partners{background:#141414}body.dark .partners__title{color:#fff}body.dark .m-advantages{background:#141414}body.dark .m-advantages__title{color:#fff}body.dark .m-advantages__card,body.dark .m-advantages__card__content{color:#fff;background:#1a1a1a}body.dark .m-advantages__card__content__wrapper__title{color:#fff}body.dark .m-advantages__card__content__wrapper__description{color:#ccc}body.dark .m-faqs{background:#141414}body.dark .m-faqs__title{color:#fff}body.dark .m-faqs__grid{background:0 0}body.dark .m-faqs__item{box-shadow:none;background:#323232}body.dark .m-faqs__item:hover{color:#fff;opacity:1}body.dark .m-faqs__head{color:#fff;background:#323232}body.dark .m-faqs__question{color:#fff}body.dark .m-faqs__body{background:#323232;border-top-color:#2a2a2a}body.dark .m-faqs__answer{color:#fff}body.dark .m-faqs__icon-line{background:#fff}body.dark .about{background:#141414}body.dark .about__banner__title,body.dark .about__banner__grid__item__title{color:#fff}body.dark .about__banner__grid__item__text{color:#ccc}body.dark .about__info{background:#141414}body.dark .about__info__left__wrapper__title{color:#fff}body.dark .about__info__left__wrapper__text__item{color:#ccc}body.dark .about__achievements__title{color:#fff}body.dark .about__achievements__cards{background:#141414}body.dark .about__achievements__cards__item{background:#1a1a1a;border-color:#2a2a2a}body.dark .about__achievements__cards__item__content__title{color:#fff}body.dark .about__achievements__cards__item__content__description{color:#ccc}body.dark .about__achievements__info__card{background:#1a1a1a;border-color:#2a2a2a}body.dark .about__achievements__info__card__content__title{color:#fff}body.dark .about__achievements__info__card__content__description{color:#ccc}body.dark .about-history{background:#141414}body.dark .about-history__head-title,body.dark .about-history__year,body.dark .about-history__text,body.dark .about-history__track-edge{color:#fff}body.dark .vacancy-card{background:#1a1a1a;border-color:#2a2a2a}body.dark .vacancy-card__content__title{color:#fff}body.dark .vacancy-card__content__link,body.dark .vacancy-card__content__link svg path{color:#fff;fill:#fff}body.dark .vacancy-card__content__location span p{color:#fff}body.dark .footer-wrapper,body.dark .footer{color:#fff;background:#1a1a1a}body.dark .footer__title{color:#fff}body.dark .footer__link{color:#ccc}body.dark .footer__link:hover{color:#fff}body.dark .footer__sub__form input{color:#fff;background:#2a2a2a;border-color:#3a3a3a}body.dark .footer__sub__form input::placeholder{color:#888}body.dark .footer__sub__form button{color:#1a1a1a;background:linear-gradient(90deg,#d2aa2b,#e5d19d)}body.dark .footer__sub__form button:hover{color:#fff}body.dark .footer__text{color:#ccc}body.dark .header{-webkit-backdrop-filter:saturate(180%)blur(10px);backdrop-filter:saturate(180%)blur(10px);background:#141414f2;border-bottom-color:#2a2a2a}body.dark .header__bottom__right .header-phone,body.dark .header__bottom--desktop__right .header-phone{color:#fff}body.dark .header__bottom__right .header-phone p,body.dark .header__bottom--desktop__right .header-phone p{color:#fff;transition:all .3s}body.dark .header__bottom__right .header-phone svg path,body.dark .header__bottom--desktop__right .header-phone svg path{stroke:#fff;transition:all .3s}body.dark .header__bottom__right .header-phone:hover,body.dark .header__bottom--desktop__right .header-phone:hover,body.dark .header__bottom__right .header-phone:hover p,body.dark .header__bottom--desktop__right .header-phone:hover p{color:#d2aa2b}body.dark .header__bottom__right .header-phone:hover svg path,body.dark .header__bottom--desktop__right .header-phone:hover svg path{stroke:#d2aa2b}body.dark .mnav{background:#141414}body.dark .mnav__tagline,body.dark .mnav__link{color:#fff}body.dark .mnav__link:hover{color:#d2aa2b}body.dark .mnav__phone{color:#fff}body.dark .mnav__phone svg path{stroke:#fff}body.dark .mnav__backdrop{background:#000c}body.dark .ant-select-selector{color:#fff!important;background:#2a2a2a!important;border-color:#3a3a3a!important}body.dark .ant-select-selection-item{color:#fff!important}body.dark .ant-select-arrow svg path{stroke:#fff!important}body.dark .ant-select-dropdown{background:#2a2a2a!important;border-color:#3a3a3a!important}body.dark .ant-select-dropdown .ant-select-item{color:#fff!important}body.dark .ant-select-dropdown .ant-select-item-option-selected{color:#fff!important;background:#3a3a3a!important}body.dark .ant-select-dropdown .ant-select-item-option-active{background:#3a3a3a!important}body.dark .catalog__pill{color:#fff;background:#2a2a2a}body.dark .catalog__pill.is-active{color:#1a1a1a;background:linear-gradient(#d2aa2b,#e5d19d)}body.dark .catalog__page{color:#fff;background:#2a2a2a}body.dark .catalog__page.is-active{color:#000;background:#ffc107}body.dark .catalog-card{background:#141414}body.dark .catalog-card__wrapper__name,body.dark .catalog-card__overlay__meta{color:#fff}body.dark .products{background:#141414}body.dark .products__backlink{color:#fff}body.dark .products__backlink svg path{stroke:#fff}body.dark .products__backlink:hover{color:#d2aa2b}body.dark .products__backlink:hover svg path{stroke:#d2aa2b}body.dark .products__buybtn{color:#1a1a1a;background:linear-gradient(90deg,#d2aa2b,#e5d19d)}body.dark .products__buybtn svg path{fill:#1a1a1a}body.dark .products__buybtn:hover{color:#fff;background:linear-gradient(90deg,#e5d19d,#d2aa2b)}body.dark .products__buybtn:hover svg path{fill:#fff}body.dark .products__wrapper_info{color:#fff;background:#141414}body.dark .products__wrapper_info_title{color:#fff}body.dark .products__wrapper_info_meta{color:#ccc}body.dark .products-card{background:#141414}body.dark .products-card__wrapper__name,body.dark .products-card__overlay__meta{color:#fff}body.dark .contacts{background:#141414}body.dark .contacts__map__header{background:#1a1a1a;transition:all .3s}body.dark .contacts__map__header svg path{stroke:#fff;transition:all .3s}body.dark .contacts__map__header:hover svg path{stroke:#d2aa2b}body.dark .contacts__banner__title{color:#fff}body.dark .contacts__banner__info__card{color:#fff;background:#1a1a1a}body.dark .contacts__banner__info__card__title{color:#fff}body.dark .contacts__banner__info__card__text{color:#ccc}body.dark .contacts__form{background:#1a1a1a}body.dark .contacts__form__title{color:#fff}body.dark .contacts__form input,body.dark .contacts__form textarea{color:#fff;background:#2a2a2a;border-color:#3a3a3a}body.dark .contacts__form input::-moz-placeholder{color:#888}body.dark .contacts__form textarea::-moz-placeholder{color:#888}body.dark .contacts__form input::placeholder,body.dark .contacts__form textarea::placeholder{color:#888}body.dark .services-inner{background:#141414}body.dark .services-inner__banner__title{color:#fff}body.dark .services-inner__content{color:#fff;background:#141414}body.dark .services-inner__content p,body.dark .services-inner__content li,body.dark .services-inner__content ul,body.dark .services-inner__content ol,body.dark .services-inner__content h1,body.dark .services-inner__content h2,body.dark .services-inner__content h3,body.dark .services-inner__content h4,body.dark .services-inner__content h5,body.dark .services-inner__content h6{color:#fff}body.dark .services-inner__card{color:#fff;background:#141414}body.dark .services-inner__card__title{color:#fff}body.dark .services-inner__card__description{color:#ccc}body.dark .news-inner{background:#141414}body.dark .news-inner__title,body.dark .news-inner__content,body.dark .news-inner__content p,body.dark .news-inner__content li,body.dark .news-inner__content ul,body.dark .news-inner__content ol,body.dark .news-inner__content h1,body.dark .news-inner__content h2,body.dark .news-inner__content h3,body.dark .news-inner__content h4,body.dark .news-inner__content h5,body.dark .news-inner__content h6,body.dark .news-inner__text{color:#fff}body.dark .news-inner__date{color:#fff;background:#2a2a2a}body.dark .profile{background:#141414}body.dark .profile__card{color:#fff;background:#141414;border-color:#2a2a2a}body.dark .profile__name{color:#fff}body.dark .profile__role{color:#ccc;background:#2a2a2a}body.dark .profile-info-panel__more-card{color:#fff;background:#141414;border-color:#2a2a2a}body.dark .s-inner{color:#fff;background:#141414}body.dark .s-inner__title,body.dark .s-inner__text,body.dark .s-inner__backlink{color:#fff}body.dark .s-inner__backlink svg path{stroke:#fff}body.dark .s-inner__backlink:hover{color:#d2aa2b}body.dark .s-inner__backlink:hover svg path{stroke:#d2aa2b}body.dark .s-inner__card{color:#fff;background:#1a1a1a}body.dark .s-inner__card_title{color:#fff}body.dark .s-inner__card_sub{color:#ccc}body.dark .s-inner__label{color:#fff}body.dark .s-inner__input{color:#fff;background:#2a2a2a;border-color:#3a3a3a}body.dark .s-inner__input::placeholder{color:#888}body.dark .s-inner__uploadbtn{color:#fff;background:#2a2a2a;border-color:#3a3a3a}body.dark .s-inner__uploadbtn:hover{background:#3a3a3a}body.dark .s-inner__uploadbtn svg path{stroke:#fff}body.dark .s-inner__submit{color:#1a1a1a;background:linear-gradient(90deg,#d2aa2b,#e5d19d)}body.dark .s-inner__submit:hover{color:#fff;background:linear-gradient(90deg,#e5d19d,#d2aa2b)}body.dark .s-inner__submit:hover svg path{fill:#fff}body.dark .s-inner__filename,body.dark .s-inner__content,body.dark .s-inner__content p,body.dark .s-inner__content li,body.dark .s-inner__content ul,body.dark .s-inner__content ol,body.dark .s-inner__content h1,body.dark .s-inner__content h2,body.dark .s-inner__content h3,body.dark .s-inner__content h4,body.dark .s-inner__content h5,body.dark .s-inner__content h6{color:#fff}body.dark .s-inner__pagination{border-top-color:#ffffff1a}body.dark .s-inner__pagination__btn{color:#fff;border-color:#fff}body.dark .s-inner__pagination__btn svg path{stroke:#fff!important}body.dark .s-inner__pagination__btn:hover:not(.is-disabled){color:#1a1a1a;background:linear-gradient(#d2aa2b,#e5d19d);border-color:#d2aa2b}body.dark .s-inner__pagination__btn:hover:not(.is-disabled) svg path{stroke:#fff!important}body.dark .s-inner__pagination__btn.is-disabled{color:#fff6;border-color:#fff3}body.dark .s-inner__pagination__btn.is-disabled svg path{stroke:#fff6!important}body.dark .s-inner__pagination__dot{border-color:#fff6}body.dark .s-inner__pagination__dot:hover{border-color:#e5d19d}body.dark .s-inner__pagination__dot.active{background:linear-gradient(#d2aa2b,#e5d19d);border-color:#d2aa2b}body.dark .notfound{background:#141414}body.dark .notfound__center h1{background:linear-gradient(#dcb435,#f2deaa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}body.dark .notfound__center p{color:#fff}body.dark .c-toast{--bg:#1a1a1a;--bd:#ffffff1a;--ink:#fff;--ink-2:#ccc}body.dark .c-toast__title{color:#fff}body.dark .c-toast__message{color:#ccc}body.dark .cmodal__overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#000000d9}body.dark .cmodal__panel{color:#fff;background:#1a1a1a;box-shadow:0 30px 60px #00000080}body.dark .cmodal__title{color:#fff}body.dark .cmodal__subtitle{color:#ccc}body.dark .cmodal__close{color:#fff;background:#2a2a2a;border-color:#3a3a3a}body.dark .cmodal__close svg path{stroke:#fff;fill:#fff}body.dark .cmodal__close:hover{color:#d2aa2b;background:#323232}body.dark .cmodal__close:hover svg path{stroke:#d2aa2b;fill:#d2aa2b}body.dark .cmodal__label{color:#fff}body.dark .cmodal__input{color:#fff;background:#2a2a2a;border-color:#3a3a3a}body.dark .cmodal__input::placeholder{color:#888}body.dark .cmodal__input:focus{border-color:#d2aa2b;box-shadow:0 0 0 3px #d2aa2b40}body.dark .cmodal__submit{color:#1a1a1a;background:linear-gradient(90deg,#d2aa2b,#e5d19d)}body.dark .cmodal__submit:hover{color:#fff;background:linear-gradient(90deg,#e5d19d,#d2aa2b)}body.dark .cmodal__submit:hover svg path{fill:#fff}body.dark .cmodal__ok{color:#10b981;background:#10b98126}body.dark .ant-table{color:#fff;background:#1a1a1a}body.dark .ant-table-thead>tr>th{color:#fff;background:#2a2a2a;border-bottom-color:#3a3a3a}body.dark .ant-table-tbody>tr{background:#1a1a1a}body.dark .ant-table-tbody>tr:hover>td{background:#2a2a2a}body.dark .ant-table-tbody>tr>td{color:#fff;border-bottom-color:#3a3a3a}body.dark .skeleton{background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 37%,#2a2a2a 63%) 0 0/400% 100%}body.dark .fixed.bg-\[\#FAF9F6\]{background:#141414!important}body.dark .newsletter-popup{background:#1a1a1a}body.dark .newsletter-popup__close{color:#fff;background:#2a2a2a}body.dark .newsletter-popup__close svg path{stroke:#fff;fill:#fff}body.dark .newsletter-popup__close:hover{color:#d2aa2b;background:#323232}body.dark .newsletter-popup__close:hover svg path{stroke:#d2aa2b;fill:#d2aa2b}body.dark .m-products__seeall__title{color:#000}body.dark .m-products__seeall svg path{stroke:#000}*,:before,:after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}:before,:after{--tw-content:""}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}body{line-height:inherit;margin:0}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-feature-settings:normal;font-variation-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button{-webkit-appearance:button;background-color:#0000;background-image:none}input:where([type=button]){-webkit-appearance:button;background-color:#0000;background-image:none}input:where([type=reset]){-webkit-appearance:button;background-color:#0000;background-image:none}input:where([type=submit]){-webkit-appearance:button;background-color:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder{opacity:1;color:#9ca3af}textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;bottom:0;left:0;right:0}.-bottom-5{bottom:-1.25rem}.right-1{right:.25rem}.right-2{right:.5rem}.top-1\/2{top:50%}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-\[12px\]{margin-bottom:12px}.mb-\[8px\]{margin-bottom:8px}.ml-\[-5px\]{margin-left:-5px}.mr-6{margin-right:1.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-\[20px\]{margin-top:20px}.mt-\[24px\]{margin-top:24px}.mt-\[5px\]{margin-top:5px}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-14{height:3.5rem}.h-40{height:10rem}.h-\[102px\]{height:102px}.h-\[150px\]{height:150px}.h-\[60px\]{height:60px}.h-auto{height:auto}.h-full{height:100%}.min-h-\[1\.25rem\]{min-height:1.25rem}.w-40{width:10rem}.w-\[102px\]{width:102px}.w-\[49\%\]{width:49%}.w-full{width:100%}.-translate-y-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-3{gap:.75rem}.overflow-hidden{overflow:hidden}.rounded{border-radius:.25rem}.rounded-\[12px\]{border-radius:12px}.rounded-\[6px\]{border-radius:6px}.rounded-\[8px\]{border-radius:8px}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-2{border-width:2px}.border-dashed{border-style:dashed}.border-\[\#9EA3B5\]{--tw-border-opacity:1;border-color:rgb(158 163 181/var(--tw-border-opacity,1))}.border-\[\#d9d9d9\]{--tw-border-opacity:1;border-color:rgb(217 217 217/var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.bg-\[\#E6ECFE\]{--tw-bg-opacity:1;background-color:rgb(230 236 254/var(--tw-bg-opacity,1))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-opacity-50{--tw-bg-opacity:.5}.object-cover{-o-object-fit:cover;object-fit:cover}.p-2{padding:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-\[12px\]{padding-left:12px;padding-right:12px}.px-\[15px\]{padding-left:15px;padding-right:15px}.py-\[10px\]{padding-top:10px;padding-bottom:10px}.py-\[6px\]{padding-top:6px;padding-bottom:6px}.pt-\[20px\]{padding-top:20px}.text-left{text-align:left}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[12px\]{font-size:12px}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-\[500\]{font-weight:500}.font-bold{font-weight:700}.font-medium{font-weight:500}.uppercase{text-transform:uppercase}.italic{font-style:italic}.text-\[\#1f1f1f\]{--tw-text-opacity:1;color:rgb(31 31 31/var(--tw-text-opacity,1))}.text-\[\#8c8c8c\]{--tw-text-opacity:1;color:rgb(140 140 140/var(--tw-text-opacity,1))}.text-\[\#9EA3B5\]{--tw-text-opacity:1;color:rgb(158 163 181/var(--tw-text-opacity,1))}.text-\[\#ff4d4f\]{--tw-text-opacity:1;color:rgb(255 77 79/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.placeholder-\[\#9EA3B5\]::placeholder{--tw-placeholder-opacity:1;color:rgb(158 163 181/var(--tw-placeholder-opacity,1))}.opacity-0{opacity:0}.outline-none{outline-offset:2px;outline:2px solid #0000}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.ring-red-100{--tw-ring-opacity:1;--tw-ring-color:rgb(254 226 226/var(--tw-ring-opacity,1))}.blur{--tw-blur:blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-property:opacity;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}html{box-sizing:border-box;height:100%}*,:before,:after{box-sizing:border-box;scroll-behavior:smooth;margin:0;padding:0}.visually-hidden{clip:rect(0 0 0 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}body{background-color:#f0efe9;height:100%;margin:0;padding:0;font-size:16px;line-height:1.5;font-family:Playfair Display,PT Serif!important}#root{height:100%}img{max-width:100%;height:auto}main{flex-grow:1}html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}ul{list-style-type:none}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background-color:#fcfcfc}::-webkit-scrollbar-thumb{background:#c4c4c4;border-radius:12px}::-webkit-scrollbar-thumb:hover{background-color:#1677ff}.center-margin{margin:0 auto}.content-panel{background-color:#fff;border-radius:16px;padding:24px}.content-panel-title{color:var(--White-and-Dark-Dark,#02080d);font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:130%}.page-heading{background-color:#fff;border-radius:8px;justify-content:space-between;margin-bottom:25px;padding:13px 16px;display:flex}.page-heading svg{width:20px;height:20px;margin-right:5px}.page-heading svg path{stroke:#1677ff}.page-heading__title{color:var(--Black,#000019);font-family:Inter;font-size:18px;font-weight:500}.page-heading__subtitle{color:var(--Greys-Grey-1,#77828a);font-family:Inter;font-size:15px;font-style:normal;font-weight:400;line-height:130%}.page-heading__right{align-items:center;display:flex}.page-heading__right button{width:250px;font-size:14px}.ant-table-row:last-child{border-color:#f5f5f5;border-radius:0 0 6px 6px!important}.ant-table-thead .ant-table-cell{color:#77828a!important;border-bottom:1px solid var(--Gray-Gray-3,#c9c9c9)!important;border-radius:12px 12px 0 0!important;padding:10px!important}.ant-table-thead .ant-table-cell:before{display:none}.ant-table-cell{padding:10px!important}.ant-modal-confirm-btns .ant-btn-default:hover{color:#1677ff!important;border-color:#1677ff!important}.ant-modal-confirm-btns .ant-btn-primary{color:#fff;background:#1677ff}.ant-modal-confirm-btns .ant-btn-primary:hover{color:#fff!important;background-color:#1677ff!important}.ant-modal-confirm-btns .ant-btn-primary:focus{color:#fff;background:#1677ff}.ant-modal-confirm-btns .ant-btn-primary:focus-visible{outline:4px solid #ffc691}.ant-modal-confirm-btns .ant-btn-primary:active,.ant-modal-confirm-btns .ant-btn-primary:focus-within{color:#fff;background:#1677ff}::-moz-selection{color:#fff;background:#1677ff}::selection{color:#fff;background:#1677ff}.short-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}a:hover{color:#1677ff}.logo-text{color:#1677ff;font-size:26px;font-weight:400}.placeholder\:text-\[\#bfbfbf\]::placeholder{--tw-text-opacity:1;color:rgb(191 191 191/var(--tw-text-opacity,1))}.placeholder\:text-gray-400::placeholder{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.hover\:border-\[\#000\]:hover{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity,1))}.hover\:border-\[\#005041\]:hover{--tw-border-opacity:1;border-color:rgb(0 80 65/var(--tw-border-opacity,1))}.hover\:border-\[\#00B86A\]:hover{--tw-border-opacity:1;border-color:rgb(0 184 106/var(--tw-border-opacity,1))}.hover\:border-\[\#0104a0\]:hover{--tw-border-opacity:1;border-color:rgb(1 4 160/var(--tw-border-opacity,1))}.hover\:border-\[\#92082F\]:hover{--tw-border-opacity:1;border-color:rgb(146 8 47/var(--tw-border-opacity,1))}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.hover\:text-\[\#000\]:hover{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.focus\:border-\[\#000\]:focus{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity,1))}.focus\:border-\[\#005041\]:focus{--tw-border-opacity:1;border-color:rgb(0 80 65/var(--tw-border-opacity,1))}.focus\:border-\[\#00B86A\]:focus{--tw-border-opacity:1;border-color:rgb(0 184 106/var(--tw-border-opacity,1))}.focus\:border-\[\#0104a0\]:focus{--tw-border-opacity:1;border-color:rgb(1 4 160/var(--tw-border-opacity,1))}.focus\:border-\[\#92082F\]:focus{--tw-border-opacity:1;border-color:rgb(146 8 47/var(--tw-border-opacity,1))}.focus\:border-green-600:focus{--tw-border-opacity:1;border-color:rgb(22 163 74/var(--tw-border-opacity,1))}.focus\:shadow-\[0_0_0_2px_rgba\(24\,144\,255\,0\.2\)\]:focus{--tw-shadow:0 0 0 2px #1890ff33;--tw-shadow-colored:0 0 0 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus\:ring-green-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(220 252 231/var(--tw-ring-opacity,1))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-gray-100:disabled{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.group:hover .group-hover\:opacity-100{opacity:1}@media (min-width:768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (prefers-color-scheme:dark){.dark\:bg-\[\#30354E\]{--tw-bg-opacity:1;background-color:rgb(48 53 78/var(--tw-bg-opacity,1))}.dark\:bg-\[\#454d70\]{--tw-bg-opacity:1;background-color:rgb(69 77 112/var(--tw-bg-opacity,1))}}.newsletter-popup__overlay{z-index:9999;background:#00000052;justify-content:center;align-items:center;font-family:Archivo;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.newsletter-popup{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:550px;margin:20px;padding:40px;position:relative;box-shadow:0 8px 32px #0000001f}.newsletter-popup__close{cursor:pointer;color:#222;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:22px;display:flex;position:absolute;top:0;right:-70px}.newsletter-popup__close svg{width:15px;height:15px}@media (max-width:992px){.newsletter-popup__close{background:0 0;right:0}.newsletter-popup__close svg{width:20px;height:20px}.newsletter-popup__close .newsletter-popup__title{font-size:24px}.newsletter-popup__close .newsletter-popup__desc,.newsletter-popup__close .newsletter-email{font-size:16px}.newsletter-popup__close .newsletter-popup__submit{min-width:25px;height:25px}}.newsletter-popup__title{margin-bottom:12px;font-family:Playfair Display,sans-serif;font-size:32px;font-weight:600}.newsletter-popup__desc{color:#444;margin-bottom:18px;font-size:20px}.newsletter-popup__form{flex-direction:row;align-items:flex-end;gap:8px;margin-top:18px;display:flex}.newsletter-popup__form label{text-align:left;color:#222;flex-basis:100%;margin-bottom:2px;margin-right:100%;font-size:.95rem}.newsletter-popup__form input{background:#f8f8f8;border:1px solid #e0e0e0;border-radius:8px;outline:none;flex:auto;padding:10px 14px;font-size:1rem;transition:border-color .2s}.newsletter-popup__form input:focus{border-color:#d4b13a}.newsletter-popup__submit{color:#fff;cursor:pointer;background:#d4b13a;border:none;border-radius:8px;justify-content:center;align-items:center;min-width:44px;height:44px;padding:0 18px;font-size:1.3rem;display:flex;box-shadow:0 2px 8px #d4b13a14}.newsletter-popup__error{color:#d32f2f;text-align:left;flex-basis:100%;margin-top:4px;font-size:.95rem}:root{--py-bg:#f4f1ea;--py-surface:#fff;--py-surface-soft:#ebe7de;--py-text:#171713;--py-muted:#66645d;--py-dark:#11120f;--py-gold:#c7a444;--py-gold-bright:#e0c065;--py-border:#1717131f;--py-shadow:0 24px 70px #1c19101f;--py-radius:24px;--py-container:1760px;--py-reading:760px;--py-gutter:clamp(20px, 5vw, 96px)}html{background:var(--py-bg)}body{color:var(--py-text);background:var(--py-bg);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:Archivo,Inter,Arial,sans-serif!important}h1,h2,h3,.playfair-display{letter-spacing:-.025em;font-family:Playfair Display,Georgia,serif}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible{outline-offset:3px;outline:3px solid #c7a4448c}button:focus-visible{outline-offset:3px;outline:3px solid #c7a4448c}.header{-webkit-backdrop-filter:blur(18px)saturate(140%);background:#f7f5eff0;border:0;gap:10px;padding:12px clamp(20px,4vw,64px) 0;box-shadow:0 8px 30px #14130e12}.header__top,.header__bottom{max-width:var(--py-container);margin-inline-start:auto;margin-inline-end:auto}.header__top{min-height:54px}.header__top__left-logo{-o-object-fit:contain;object-fit:contain;width:auto;height:50px;display:block}.header__top__left-logo.is-light-version{filter:brightness(0)saturate()}.header__top__left-logo--mobile{display:none}.header__top__right{gap:28px}.header__top__right__text{color:#4f4d47;letter-spacing:.01em;max-width:360px;font-size:14px;font-weight:500;line-height:1.35}.header__bottom{background:#11120ff7;border:1px solid #ffffff17;border-radius:18px;min-height:54px;margin-bottom:-20px;padding:9px 12px 9px 18px;font-size:14px;box-shadow:0 18px 45px #11120f40}.header__bottom__left{gap:4px}.header__bottom__left .header__link,.header__bottom__left .header__link.as-btn{color:#ffffffc2;letter-spacing:.01em;border:0;border-radius:10px;padding:10px 14px;font-family:Archivo,sans-serif;font-size:14px;font-weight:500;position:relative}.header__bottom__left .header__link:hover,.header__bottom__left .header__link.active,.header__bottom__left .header__link.as-btn:hover,.header__bottom__left .header__link.as-btn.active{text-shadow:none;background:#ffffff14;color:#fff!important}.header__bottom__left .header__link.active:after,.header__bottom__left .header__link.as-btn.active:after{background:var(--py-gold);content:"";border-radius:2px;height:2px;position:absolute;bottom:4px;left:14px;right:14px}.header__bottom__right{gap:14px}.header__bottom__right .header-phone{color:#fff;white-space:nowrap;gap:8px;font-size:14px;font-weight:600}.header__bottom__right .header-phone svg{width:16px;height:16px}.language-switcher{border:1px solid var(--py-border);background:#ffffff9e;border-radius:13px;gap:3px;padding:4px;display:inline-flex}.language-switcher__option{color:#6b6860;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:6px;min-height:32px;padding:5px 8px;font-family:Archivo,sans-serif;font-size:12px;font-weight:700;transition:color .2s,background .2s,box-shadow .2s;display:inline-flex}.language-switcher__option img{-o-object-fit:cover;object-fit:cover;border-radius:2px;width:17px;height:12px}.language-switcher__option:hover{color:var(--py-text);background:#ffffffb3}.language-switcher__option.is-active{color:#15150f;background:#fff;box-shadow:0 4px 12px #1a18121a}.mode-editor{background:#353631;width:66px;height:34px;padding:4px}.mode-editor__icon svg{width:15px;height:15px}.mode-editor__icon--sun{left:9px}.mode-editor__icon--moon{right:9px}.mode-editor__knob{width:26px;height:26px;top:4px;left:4px}.mode-editor__knob svg{width:14px;height:14px}.mode-editor.is-dark .mode-editor__knob{transform:translate(32px)}.m-hero{height:calc(100svh - var(--app-header-h,136px) + 20px);background:#0f100e;min-height:760px;max-height:1040px;margin-top:0}.m-hero:after{z-index:2;content:"";pointer-events:none;background:linear-gradient(90deg,#07080700 0%,#070807e6 22%,#070807f0 100%);width:68%;position:absolute;top:0;bottom:0;right:0}.m-hero__overlay{z-index:1;background:linear-gradient(90deg,#070807fe 0%,#070807f5 52%,#070807e6 100%),linear-gradient(#07080747 0%,#070807b3 100%)}.m-hero__brandmark{top:50%;right:max(5vw, (100% - var(--py-container)) / 2);z-index:3;opacity:.2;pointer-events:none;-webkit-user-select:none;user-select:none;width:min(780px,41vw);height:auto;position:absolute;transform:translateY(-50%)}.m-hero__content{top:50%;left:max(5vw, (100% - var(--py-container)) / 2);z-index:4;width:min(var(--py-reading), 54vw);color:#fff;position:absolute;transform:translateY(-46%)}.m-hero__content h1{letter-spacing:-.045em;text-wrap:balance;max-width:760px;margin:18px 0;font-size:clamp(56px,4.6vw,84px);font-weight:600;line-height:.98}.m-hero__content>p{color:#ffffffb8;max-width:680px;font-size:clamp(16px,1.45vw,20px);line-height:1.65}.m-hero__eyebrow{color:var(--py-gold-bright);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:12px;font-size:13px;font-weight:700;display:flex}.m-hero__eyebrow span{background:currentColor;width:38px;height:1px}.m-hero__actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.m-hero__action{color:#fff;letter-spacing:.02em;border:1px solid #ffffff42;border-radius:13px;justify-content:center;align-items:center;gap:10px;min-height:54px;padding:0 22px;font-size:14px;font-weight:700;transition:transform .2s,background .2s,border-color .2s;display:inline-flex}.m-hero__action svg{width:18px;height:18px}.m-hero__action svg path{stroke:currentColor}.m-hero__action:hover{color:#fff;transform:translateY(-2px)}.m-hero__action--primary{border-color:var(--py-gold);color:#171713;background:var(--py-gold)}.m-hero__action--primary:hover{color:#171713;background:var(--py-gold-bright)}.m-hero__action--secondary{background:#ffffff12}.m-hero__stats{border-top:1px solid #ffffff2e;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;max-width:820px;margin-top:42px;padding-top:24px;display:grid}.m-hero__stats div{flex-direction:column;gap:5px;padding-right:22px;display:flex}.m-hero__stats div+div{border-left:1px solid #ffffff29;padding-left:22px}.m-hero__stats strong{color:#fff;font-variant-numeric:tabular-nums;font-family:Arial,Helvetica,sans-serif;font-size:24px;font-weight:700}.m-hero__stats span{color:#ffffff94;font-size:12px;line-height:1.35}.m-hero__caption{display:none}.m-hero__controls,.m-hero__nav{right:max(5vw, (100% - var(--py-container)) / 2);z-index:5;bottom:36px;left:auto;transform:none}.m-hero__control,.m-hero__nav button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#11120f9e;border:1px solid #ffffff38;width:46px;height:46px;padding:0}.m-hero__control svg,.m-hero__nav button svg{width:18px;height:18px}.m-partners,.m-advantages,.m-products,.m-testimonials,.m-news,.m-videos{padding-right:max(24px, (100% - var(--py-container)) / 2);padding-left:max(24px, (100% - var(--py-container)) / 2)}.m-partners{background:var(--py-surface);padding-top:72px;padding-bottom:72px}.m-partners__title{color:var(--py-muted);letter-spacing:.14em;text-transform:uppercase;margin-bottom:28px;font-size:13px;font-weight:700}.m-partners__logo{filter:none;opacity:1;width:220px;height:96px}.m-info{height:auto;min-height:720px;padding-top:72px;padding-bottom:72px;padding-right:max(24px, (100% - var(--py-container)) / 2);padding-left:max(24px, (100% - var(--py-container)) / 2);box-sizing:border-box;isolation:isolate;background-position:50%;align-items:flex-start;margin-top:0;position:relative;overflow:hidden}.m-info:after{z-index:-1;content:"";background:linear-gradient(90deg,#0e0f0d85,#0e0f0d0d);position:absolute;top:0;bottom:0;left:0;right:0}.m-info__card{box-sizing:border-box;color:#fff;text-align:left;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(145deg,#0d0e0cf5,#181915e6);border:1px solid #d2b15147;border-radius:28px;align-items:flex-start;gap:16px;width:min(620px,100%);max-width:100%;padding:44px;box-shadow:0 28px 80px #0000005c}.m-info__card .m-info__icon{width:58px;height:74px;color:var(--py-gold);margin:0 0 8px}.m-info__title{color:#fff;margin:0;font-size:clamp(32px,2.65vw,44px);line-height:1.08}.m-info__subtitle{color:#ffffffa8;margin:0;font-size:16px;line-height:1.7}.m-info__btn{color:#171713;background:var(--py-gold);letter-spacing:.04em;border-radius:12px;min-height:50px;margin-top:8px;padding:0 18px;font-size:13px}.m-info__btn:hover{color:#171713;background:var(--py-gold-bright)}.m-advantages{background:var(--py-bg);padding-top:100px;padding-bottom:110px}.m-advantages__title{padding:0;font-size:clamp(38px,4vw,56px)}.m-advantages__cards{align-items:stretch;gap:18px;margin-top:42px}.m-advantages__card{border-radius:var(--py-radius);background-position:50%;background-size:cover;flex:1 1 0;justify-content:flex-end;min-height:510px;padding:16px;overflow:hidden;box-shadow:0 16px 44px #19171021}.m-advantages__card__content{color:#fff;text-align:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#0e0f0dd1;border:1px solid #ffffff1f;border-radius:18px;justify-content:flex-end;width:100%;height:auto;min-height:250px;padding:28px}.m-advantages__card__content__icon svg{width:58px;height:58px}.m-advantages__card__content__wrapper{text-align:center;gap:10px}.m-advantages__card__content__wrapper__title{color:#fff;font-size:28px;line-height:1.12}.m-advantages__card__content__wrapper__description{color:#ffffffad;text-align:center;font-size:14px;line-height:1.65}.m-services{padding:100px max(24px, (100% - var(--py-container)) / 2) 110px;background:var(--py-dark)}.m-services__inner{max-width:var(--py-container);margin-inline-start:auto;margin-inline-end:auto}.m-services__title{margin-bottom:38px;font-size:clamp(38px,4vw,56px)}.m-services__tabs{margin-bottom:54px}.m-services__tab{background:#ffffff0d;border:1px solid #ffffff1f;min-height:42px;padding:9px 17px}.m-services__tab.is-active{color:#171713;background:var(--py-gold)}.m-services__content{gap:72px}.m-services__content__text{gap:20px}.m-services__content__text__subtitle{font-family:Playfair Display,serif;font-size:clamp(30px,3vw,42px);line-height:1.12}.m-services__content__text__description{color:#ffffffa6;font-size:16px;line-height:1.75}.m-services__content__btn{border-width:1px;border-radius:12px;min-height:50px;padding:0 19px;font-size:13px}.m-services__content__media img{-o-object-fit:cover;object-fit:cover;border-radius:24px;max-height:500px;box-shadow:0 28px 70px #0000006b}.m-products,.m-testimonials,.m-news,.m-videos{padding-top:100px;padding-bottom:110px}.m-products__title,.m-testimonials__title,.m-news__title,.m-videos__title{margin:0 0 42px;font-size:clamp(38px,4vw,56px)}.m-products{background:var(--py-surface)}.m-products__grid{gap:18px}.m-products__grid--empty{grid-template-columns:1fr}.m-products__card{border:1px solid var(--py-border);box-shadow:none;border-radius:22px}.m-products__card__wrapper__img{height:500px}.m-products__card__wrapper__name{padding:0;font-size:30px;line-height:1.1;top:22px;left:22px}.m-products__card__overlay{background:linear-gradient(#0000 35%,#080907db 100%);padding:24px}.m-products__card__overlay__meta{font-size:14px;line-height:1.65}.m-products__seeall{border-color:var(--py-border);background:var(--py-surface-soft);min-height:500px}.m-products__seeall__title{font-size:28px}.m-products__card--empty{background:0 0;border:0;min-height:0}.m-products__card--empty .m-products__seeall{color:#fff;text-align:left;background:linear-gradient(90deg,#080907f7 0%,#080907c2 52%,#08090747 100%),url(/assets/products-rgBHrjtH.jpg) 50% 58%/cover no-repeat;border:1px solid #d2b1513d;align-items:flex-start;min-height:360px;padding:52px;position:relative;overflow:hidden}.m-products__card--empty .m-products__seeall__content{max-width:590px}.m-products__card--empty .m-products__seeall__eyebrow{color:var(--py-gold-bright);letter-spacing:.14em;text-transform:uppercase;margin-bottom:16px;font-size:12px;font-weight:700;display:block}.m-products__card--empty .m-products__seeall__title{color:#fff;font-family:Playfair Display,serif;font-size:clamp(36px,4vw,54px)}.m-products__card--empty .m-products__seeall__content p{color:#ffffffad;max-width:520px;margin-top:16px;font-size:16px;line-height:1.65}.m-products__card--empty .m-products__seeall__arrow{color:#171713;background:var(--py-gold);border-radius:50%;place-items:center;width:52px;height:52px;display:grid;position:absolute;bottom:52px;right:52px}body.dark .m-products__card--empty .m-products__seeall__title{color:#fff}.m-testimonials{background:var(--py-bg)}.m-news{background:var(--py-surface)}.m-videos{background:var(--py-bg)}.m-news__img,.m-testimonials__card__media,.m-videos__frame{border-radius:20px;overflow:hidden}.m-news__cardtitle,.m-testimonials__name{font-family:Playfair Display,serif}body.dark{--py-bg:#0e0f0d;--py-surface:#151613;--py-surface-soft:#1e1f1b;--py-text:#f3f0e8;--py-muted:#aaa79e;--py-border:#ffffff1c}body.dark .header{background:#11120ff0}body.dark .header__top__right__text{color:#ffffffa6}body.dark .language-switcher{background:#ffffff0a;border-color:#ffffff21}body.dark .language-switcher__option{color:#ffffff8c}body.dark .language-switcher__option.is-active{color:#fff;background:#ffffff1c}@media (max-width:992px){body.light .header,body.dark .header,.header{background:#0b0c0af5;border-bottom:1px solid #d2b15133;gap:0;padding:8px 18px;box-shadow:0 10px 34px #0003}body.light .header__top,body.dark .header__top,.header__top{min-height:56px;padding:0}body.light .header__top__left,body.dark .header__top__left,.header__top__left{width:auto}body.light .header__top__left-logo,body.dark .header__top__left-logo,.header__top__left-logo{width:auto;height:38px}body.light .header__top__left-logo--desktop,body.dark .header__top__left-logo--desktop,.header__top__left-logo--desktop{display:none}body.light .header__top__left-logo--mobile,body.dark .header__top__left-logo--mobile,.header__top__left-logo--mobile{display:block}body.light .header__burger,body.dark .header__burger,.header__burger{background:#ffffff09;border:1px solid #d2b15180;border-radius:50%;width:42px;height:42px;padding:0;box-shadow:inset 0 0 0 3px #ffffff04}body.light .header__burger svg,body.dark .header__burger svg,.header__burger svg{width:20px;height:20px}body.light .header__burger svg path,body.dark .header__burger svg path,.header__burger svg path{stroke:#dfbd5d}.mnav{color:#f8f3e7;background:radial-gradient(circle at 18% 3%,#d2b1511f,#0000 32%),#0c0d0b;width:min(420px,100%);padding:0 20px;box-shadow:24px 0 80px #00000080}.mnav__bar{background:0 0;border-bottom:1px solid #ffffff14;min-height:80px;padding:14px 0}.mnav__logo{-o-object-fit:contain;object-fit:contain;width:auto;height:42px}.mnav__close{background:#d2b15114;border:1px solid #d2b1518c;border-radius:50%;width:42px;height:42px;padding:0}.mnav__close svg path{stroke:#dfbd5d}.mnav__row{flex-direction:column;gap:18px;padding:26px 0 6px}.mnav__tagline{color:#dfbd5de6;letter-spacing:.12em;text-transform:uppercase;max-width:310px;font-size:11px;font-weight:700;line-height:1.55}.mnav__links{gap:0;padding:26px 0 0;position:static}.mnav__link{text-transform:none;width:100%;font-size:clamp(27px,8vw,34px);color:#ffffffd1!important;border-bottom:1px solid #ffffff17!important;padding:14px 0!important;font-family:Playfair Display,serif!important}.mnav__link.active{transform:none;color:#dfbd5d!important}.mnav__bottom{border-top:1px solid #ffffff14;padding:20px 0 26px}.mnav__phone{color:#ffffffd1}.mnav__phone svg path{stroke:#dfbd5d}.language-switcher--compact{background:#ffffff0a;border-color:#ffffff1f;width:100%}.language-switcher--compact .language-switcher__option{color:#fff9;flex:1;justify-content:center}.language-switcher--compact .language-switcher__option.is-active{color:#15150f;background:#dfbd5d}.mnav__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008f}.mobile-mode-editor{background:#ffffff14;border:1px solid #ffffff1f}.m-hero{height:calc(100svh - 74px);min-height:650px}.m-hero__overlay{background:linear-gradient(#070807c7 0%,#070807ed 58%,#070807fa 100%),linear-gradient(90deg,#07080773,#07080733)}.m-hero__brandmark,.m-hero:after{display:none}.m-hero__content{width:auto;top:auto;bottom:86px;left:22px;right:22px;transform:none}.m-hero__content h1{margin:14px 0;font-size:clamp(36px,10vw,46px);line-height:.98}.m-hero__content>p{max-width:520px;font-size:15px;line-height:1.55}.m-hero__eyebrow{letter-spacing:.11em;font-size:10px}.m-hero__actions{margin-top:22px}.m-hero__action{min-height:48px;padding:0 16px;font-size:12px}.m-hero__stats{gap:0;margin-top:28px;padding-top:18px}.m-hero__stats div{padding-right:12px}.m-hero__stats div+div{padding-left:12px}.m-hero__stats strong{font-size:18px}.m-hero__stats span{font-size:10px}.m-hero__controls,.m-hero__nav{bottom:18px;right:18px}.m-hero__control,.m-hero__nav button{width:42px;height:42px;padding:0}.m-partners{padding-top:56px;padding-bottom:56px}.m-info{align-items:flex-end;height:auto;min-height:680px;padding:48px 24px}.m-info__card{border-radius:22px;justify-content:flex-start;width:100%;height:auto;padding:30px}.m-info__title{font-size:34px}.m-info__btn{min-height:48px;padding:0 16px}.m-advantages,.m-products,.m-testimonials,.m-news,.m-videos,.m-services{padding:72px 20px}.m-advantages__title,.m-products__title,.m-testimonials__title,.m-news__title,.m-videos__title,.m-services__title{margin:0 0 30px;font-size:38px}.m-advantages__cards{flex-direction:column;gap:16px;margin-top:32px}.m-advantages__card{max-width:none;min-height:430px}.m-advantages__card__content{min-height:220px;padding:24px}.m-services__tabs{flex-wrap:nowrap;justify-content:flex-start;margin-bottom:36px;padding-bottom:6px;overflow-x:auto}.m-services__tab{white-space:nowrap;flex:none}.m-services__content{grid-template-columns:1fr;gap:36px}.m-services__content__text__subtitle{font-size:34px}.m-products__grid{gap:14px}.m-products__card__wrapper{height:auto}.m-products__card__wrapper__img{height:420px}.m-products__seeall{height:auto;min-height:180px}.m-products__card--empty .m-products__seeall{min-height:330px;padding:30px}.m-products__card--empty .m-products__seeall__arrow{bottom:30px;right:30px}.m-testimonials__card,.m-news__card{width:100%}.m-news__img,.m-testimonials__video{width:100%;height:auto}}@media (max-width:560px){.m-hero__actions{grid-template-columns:1fr 1fr;display:grid}.m-hero__action{padding-inline-start:12px;padding-inline-end:12px}.m-hero__stats strong{font-size:16px}.m-hero__stats span{line-height:1.2}.m-products__card__wrapper__img{height:360px}}.m-videos__youtube{border:1px solid #d2b15138;border-radius:18px;width:100%}.m-videos__card-title{color:var(--py-text,#f6f1e6);margin:16px 2px 0;font-family:Archivo,sans-serif;font-size:16px;font-weight:600}.m-certificates{color:#f5f1e8;background:radial-gradient(circle at 5% 20%,#d2b1511c,#0000 28%),#0c0e0d;grid-template-columns:minmax(260px,.75fr) minmax(0,1.6fr);gap:clamp(40px,7vw,110px);padding:clamp(76px,8vw,128px) 5vw;display:grid}.m-certificates__intro>span{color:#d2b151;letter-spacing:.16em;text-transform:uppercase;font-family:Archivo,sans-serif;font-size:11px;font-weight:700}.m-certificates__intro h2{max-width:560px;margin:18px 0;font-size:clamp(38px,4vw,62px);font-weight:500;line-height:1.02}.m-certificates__intro p{color:#a8aba7;max-width:520px;line-height:1.7}.m-certificates__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.m-certificates__card{background:#ffffff09;border:1px solid #ffffff1a;border-radius:18px;align-items:center;gap:18px;min-height:132px;padding:22px;display:flex}.m-certificates__card img,.m-certificates__monogram{-o-object-fit:contain;object-fit:contain;color:#161813;background:#f1ead8;border-radius:12px;flex:0 0 70px;place-items:center;width:70px;height:70px;font-family:Playfair Display,serif;font-weight:700;display:grid}.m-certificates__card h3{margin:0 0 7px;font-size:17px}.m-certificates__card p{color:#92968f;margin:0;font-size:13px}@media (max-width:860px){.m-certificates{grid-template-columns:1fr;padding-inline-start:20px;padding-inline-end:20px}}@media (max-width:560px){.m-certificates__grid{grid-template-columns:1fr}}.m-testimonials{color:#f5f1e8;background:radial-gradient(circle at 92% 8%,#d2b15121,#0000 28%),linear-gradient(145deg,#0c0d0b,#141510);position:relative;overflow:hidden}.m-testimonials:before{top:0;left:max(24px, (100% - var(--py-container)) / 2);background:linear-gradient(90deg, var(--py-gold), transparent);content:"";width:min(420px,40vw);height:1px;position:absolute}.m-testimonials__head{max-width:760px;margin-bottom:42px}.m-testimonials__head>span{color:var(--py-gold-bright);letter-spacing:.16em;text-transform:uppercase;margin-bottom:14px;font-size:11px;font-weight:800;display:block}.m-testimonials__head p{color:#fff9;max-width:680px;margin:0;font-size:15px;line-height:1.7}.m-testimonials__title{color:#fff;text-align:left;margin-bottom:16px!important}.m-testimonials__swiper{overflow:visible}.m-testimonials__card{background:#ffffff0b;border:1px solid #ffffff1a;border-radius:22px;flex-direction:column;justify-content:space-between;width:100%;min-height:330px;padding:30px;display:flex;box-shadow:inset 0 1px #ffffff0a}.m-testimonials__quote>span{height:46px;color:var(--py-gold);font-family:Playfair Display,serif;font-size:72px;line-height:.9;display:block}.m-testimonials__quote p{color:#ffffffd1;margin:18px 0 28px;font-family:Playfair Display,serif;font-size:21px;line-height:1.52}.m-testimonials__meta{border-top:1px solid #ffffff1a;align-items:center;gap:14px;padding-top:18px;display:flex}.m-testimonials__avatar{-o-object-fit:cover;object-fit:cover;border:1px solid #d2b15159;border-radius:50%;flex:0 0 52px;width:52px;height:52px}.m-testimonials__name{color:#fff;margin:0 0 4px;font-size:18px}.m-testimonials__role{color:#ffffff7a;margin:0;font-size:12px;line-height:1.45}.m-testimonials__principles{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.m-testimonials__principles article{background:linear-gradient(145deg,#ffffff0e,#ffffff05);border:1px solid #ffffff1a;border-radius:22px;min-height:270px;padding:30px;position:relative;overflow:hidden}.m-testimonials__principles article:after{content:"";border:1px solid #d2b15121;border-radius:50%;width:150px;height:150px;position:absolute;bottom:-58px;right:-34px}.m-testimonials__principles span{color:var(--py-gold-bright);letter-spacing:.14em;margin-bottom:56px;font-size:12px;font-weight:800;display:block}.m-testimonials__principles h3{color:#fff;margin:0 0 13px;font-size:27px;line-height:1.12}.m-testimonials__principles p{color:#ffffff94;max-width:380px;margin:0;font-size:14px;line-height:1.7}.m-testimonials__nav{justify-content:flex-end;gap:10px;margin-top:28px;display:flex;position:static;transform:none}.m-testimonials__navbtn{color:#fff;background:#ffffff0d;border:1px solid #ffffff24;border-radius:50%;place-items:center;width:46px;height:46px;padding:0;display:grid}@media (max-width:992px){.m-testimonials__principles{grid-template-columns:1fr}.m-testimonials__principles article{min-height:220px}.m-testimonials__principles span{margin-bottom:34px}}@media (max-width:700px){.m-hero{align-items:flex-end;height:auto;min-height:0;max-height:none;padding:clamp(185px,27svh,245px) 20px 54px;display:flex}.m-hero__video,.m-hero__swiper,.m-hero__slide{height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.m-hero__video video,.m-hero__slide__img{-o-object-position:center;object-position:center}.m-hero__overlay{background:linear-gradient(#07080794 0%,#070807e0 34%,#070807fe 69%),linear-gradient(90deg,#0708074d,#07080729)}.m-hero__brandmark{opacity:.1;width:min(300px,76vw);display:block;top:74px;left:50%;right:auto;transform:translate(-50%)}.m-hero__content{width:100%;position:relative;top:auto;bottom:auto;left:auto;right:auto;transform:none}.m-hero__content h1{max-width:580px;margin:13px 0 15px;font-size:clamp(38px,10.4vw,52px);line-height:.99}.m-hero__content>p{max-width:560px;font-size:15px;line-height:1.58}.m-hero__eyebrow{align-items:flex-start;font-size:10px;line-height:1.45}.m-hero__eyebrow span{flex:0 0 30px;margin-top:7px}.m-hero__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:24px;display:grid}.m-hero__action{text-align:center;min-height:50px;padding:0 12px}.m-hero__stats{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:18px;margin-top:28px;padding-top:20px}.m-hero__stats div{padding-right:10px}.m-hero__stats div:nth-child(odd){border-left:0;padding-left:0}.m-hero__stats div:nth-child(2n){border-left:1px solid #ffffff29;padding-left:14px}.m-hero__stats strong{white-space:nowrap;font-size:18px}.m-hero__stats span{font-size:10px}.m-hero__controls,.m-hero__nav{display:none}.m-testimonials{padding-top:68px;padding-bottom:72px}.m-testimonials__head{margin-bottom:28px}.m-testimonials__head p{font-size:14px}.m-testimonials__title{font-size:38px!important}.m-testimonials__card{min-height:300px;padding:24px}.m-testimonials__principles article{min-height:0;padding:24px}.m-testimonials__principles span{margin-bottom:28px}.m-testimonials__principles h3{font-size:24px}}@media (max-width:430px){.m-hero{padding-top:168px;padding-left:16px;padding-right:16px}.m-hero__actions{grid-template-columns:1fr}.m-hero__stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 0}.m-hero__stats div,.m-hero__stats div+div{align-items:flex-start;gap:5px;padding-right:8px;display:flex}.m-hero__stats div:nth-child(2n){border-left:1px solid #ffffff29;padding-left:12px;padding-right:0}.m-hero__stats strong{font-size:18px}}
