.header{position:sticky;top:0;padding:0 40px;transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease;z-index:999;background:#181a1ce6;border-bottom:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header_scrolled{background:#000000db;border-bottom-color:#8fc8f624;box-shadow:0 12px 30px #00000038}.nav{max-width:1440px;margin:0 auto;min-height:72px;padding:0;display:flex;justify-content:space-between;align-items:center}.animated-logo{padding:2px 0 4px;border:none;background:transparent;color:inherit;font:inherit;font-size:30px;font-weight:600;display:inline-block;cursor:pointer;line-height:1.15}.animated-logo span{display:inline-block;line-height:inherit;background:linear-gradient(90deg,#8e9eab,#cfd9df,#8e9eab);background-size:200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;transition:filter .3s ease,background-position .3s ease}.animated-logo:hover span,.animated-logo:focus-visible span{animation:gradient-letter 5s ease-in-out infinite;filter:brightness(1.5)}.animated-logo:focus-visible{outline:2px solid rgba(143,200,246,.7);outline-offset:6px;border-radius:4px}.animated-logo span:nth-child(1){animation-delay:0s}.animated-logo span:nth-child(2){animation-delay:.1s}.animated-logo span:nth-child(3){animation-delay:.2s}.animated-logo span:nth-child(4){animation-delay:.3s}.animated-logo span:nth-child(5){animation-delay:.4s}.animated-logo span:nth-child(6){animation-delay:.5s}.animated-logo span:nth-child(7){animation-delay:.6s}.animated-logo span:nth-child(8){animation-delay:.7s}.animated-logo span:nth-child(9){animation-delay:.8s}.animated-logo span:nth-child(10){animation-delay:.9s}.animated-logo span:nth-child(11){animation-delay:1s}.animated-logo span:nth-child(12){animation-delay:1.1s}.animated-logo span:nth-child(13){animation-delay:1.2s}.animated-logo span:nth-child(14){animation-delay:1.3s}.animated-logo span:nth-child(15){animation-delay:1.4s}.animated-logo span:nth-child(16){animation-delay:1.5s}.nav__links{display:flex;align-items:center;gap:6px;color:#fff}.nav__link{position:relative;display:inline-flex;align-items:center;min-height:40px;padding:0 12px;border-radius:6px;text-decoration:none;color:#ffffffd1;font-size:16px;font-weight:500;transition:background-color .3s ease,color .3s ease}.nav__link:hover,.nav__link:focus-visible{background-color:#ffffff12;color:#fff;outline:none}.nav__link:after{content:"";position:absolute;right:12px;bottom:6px;left:12px;height:1px;background-color:#8fc8f6;transform:scaleX(0);transform-origin:center;transition:transform .3s ease}.nav__link:hover:after,.nav__link:focus-visible:after{transform:scaleX(1)}.nav__link_cta{margin-left:6px;padding:0 16px;background-color:#0077b5;color:#fff;box-shadow:0 8px 16px #0077b529}.nav__link_cta:hover,.nav__link_cta:focus-visible{background-color:#1b8cc9}.nav__link_cta:after{display:none}.header__button{display:none}@media screen and (max-width: 1100px){.animated-logo{font-size:28px}.nav__link{padding:0 10px}.nav__link:after{right:10px;left:10px}}@keyframes gradient-letter{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@media screen and (max-width: 800px){.header{padding:0 24px}.nav{min-height:64px}.animated-logo{font-size:26px}.nav__links{display:none}.header__button{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='4'%20y='8'%20width='16'%20height='2'%20fill='white'/%3e%3crect%20x='4'%20y='14'%20width='16'%20height='2'%20fill='white'/%3e%3c/svg%3e") center no-repeat;background-size:22px 22px;position:relative;display:block;border:none;border-radius:6px;width:44px;height:44px;padding:0;cursor:pointer;transition:background-color .3s ease}.header__button:hover,.header__button:focus-visible,.header__button_active{background-color:#ffffff14}.header__button:focus-visible{outline:2px solid rgba(143,200,246,.7);outline-offset:2px}.header__button_active{background-image:none}.header__button_active:before,.header__button_active:after{content:"";position:absolute;top:21px;left:12px;width:20px;height:2px;border-radius:999px;background-color:#fff}.header__button_active:before{transform:rotate(45deg)}.header__button_active:after{transform:rotate(-45deg)}}@media screen and (max-width: 520px){.header{padding:0 16px}.nav{min-height:60px}.animated-logo{font-size:21px}}@media (prefers-reduced-motion: reduce){.animated-logo span{animation:none}.header,.nav__link,.nav__link:after,.header__button{transition:none}}.hero{margin:0;min-height:calc(100svh - 72px);padding:clamp(56px,6vw,96px) 40px clamp(56px,6vw,88px);background:linear-gradient(to right,#232526,#414345);color:#fff;box-sizing:border-box;overflow-x:clip}.hero__content{max-width:1440px;display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,1.02fr);gap:clamp(36px,5vw,80px);align-items:center;margin:0 auto;color:#fff;opacity:0;transform:translateY(20px);animation:fadeUp 1s ease-out .3s forwards}.hero__copy{display:flex;flex-direction:column;align-items:flex-start;max-width:620px}.hero__eyebrow{margin:0 0 18px;color:#8fc8f6;font-size:clamp(13px,1.3vw,16px);font-weight:600;letter-spacing:0;text-transform:uppercase}.hero__title{max-width:780px;margin:0;font-size:clamp(44px,6vw,82px);line-height:1.06}.hero__description{max-width:540px;margin:28px 0 0;color:#e7edf3;font-size:clamp(18px,2vw,24px);font-weight:300;line-height:1.5}.hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.hero__button{display:inline-flex;justify-content:center;align-items:center;min-height:52px;padding:0 24px;border:1px solid transparent;border-radius:6px;color:#fff;font-size:17px;font-weight:600;text-decoration:none;transition:background-color .3s ease,border-color .3s ease,color .3s ease,transform .3s ease;box-sizing:border-box}.hero__button:hover{transform:translateY(-2px)}.hero__button_primary{background:#0077b5;box-shadow:0 12px 24px #0077b53d}.hero__button_primary:hover{background-color:#1b8cc9}.hero__button_secondary{background:#ffffff0f;border-color:#ffffff47}.hero__button_secondary:hover{border-color:#8fc8f6;color:#8fc8f6}.hero__media{position:relative;width:100%}.hero__media:before{content:"";position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px;border:1px solid rgba(143,200,246,.28);border-radius:16px}.hero__image{position:relative;display:block;width:100%;aspect-ratio:3 / 2;object-fit:cover;margin:0;border-radius:12px;box-shadow:0 24px 60px #00000061}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@media screen and (max-width: 1165px){.hero{min-height:auto}.hero__content{grid-template-columns:1fr;max-width:820px;gap:44px;justify-items:center;text-align:center}.hero__copy{align-items:center}.hero__title{text-align:center}.hero__description{max-width:640px}.hero__button{font-size:16px}}@media screen and (max-width: 800px){.hero{padding:64px 24px 56px}.hero__description{max-width:560px}.hero__button{min-height:48px;font-size:15px}}@media screen and (max-width: 520px){.hero{padding:48px 16px 44px}.hero__eyebrow{margin-bottom:14px}.hero__title{font-size:clamp(36px,11vw,44px)}.hero__description{margin-top:22px;font-size:16px}.hero__actions{width:100%;flex-direction:column;margin-top:24px}.hero__button{width:100%}.hero__media:before{top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:14px}}@media (prefers-reduced-motion: reduce){.hero__content{animation:none;opacity:1;transform:none}.hero__button{transition:none}}.portfolio{padding:clamp(72px,8vw,112px) 40px;background:linear-gradient(180deg,#e9f1fc,#f7fafe);border-top:1px solid rgba(0,119,181,.08);color:#000}.portfolio__container{display:flex;flex-direction:column;max-width:1200px;opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease;margin:0 auto}.portfolio__container--fade-up{opacity:1;transform:translateY(0)}.portfolio__header{max-width:760px;margin-bottom:56px}.portfolio__eyebrow{margin:0 0 14px;color:#0077b5;font-size:14px;font-weight:700;letter-spacing:0;text-transform:uppercase}.portfolio__title{margin:0;color:#151719;font-size:clamp(36px,5vw,56px);font-weight:700;line-height:1.08}.portfolio__subtitle{color:#666;margin:22px 0 0;font-size:clamp(17px,2vw,20px);line-height:1.55;font-weight:300;max-width:600px}.project__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.project__card{display:flex;flex-direction:column;background-color:#fff;border:1px solid rgba(0,119,181,.1);border-radius:8px;overflow:hidden;box-shadow:0 16px 40px #14283c0f;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.project__card:hover{transform:translateY(-5px);border-color:#0077b557;box-shadow:0 20px 48px #14283c1a}.project__media{display:block;width:100%;padding:12px;border:none;background-color:#eef4fb;overflow:hidden;cursor:pointer;box-sizing:border-box}.project__image{display:block;width:100%;aspect-ratio:4 / 3;object-fit:contain;border-radius:5px;transition:transform .4s ease}.project__card:hover .project__image,.project__media:focus-visible .project__image{transform:scale(1.03)}.project__media:focus-visible{outline:3px solid rgba(0,119,181,.45);outline-offset:-3px}.project__content{display:flex;flex:1;flex-direction:column;padding:24px;text-align:left}.project__type{margin:0 0 10px;color:#0077b5;font-size:13px;font-weight:700;text-transform:uppercase}.project__title{margin:0;color:#151719;font-size:22px;font-weight:600;line-height:1.2}.project__description{margin:14px 0 0;font-size:16px;line-height:1.55;color:#666;font-weight:300}.project__tags{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.5rem}.tag{background-color:#0077b514;color:#31576f;padding:.35rem .55rem;border-radius:4px;font-size:.75rem;font-weight:600}.project__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto;padding-top:20px}.project__button{display:inline-flex;justify-content:center;align-items:center;min-height:42px;padding:0 16px;border:1px solid transparent;border-radius:6px;font:inherit;font-size:15px;font-weight:600;text-decoration:none;cursor:pointer;transition:background-color .3s ease,border-color .3s ease,color .3s ease}.project__button_primary{background-color:#0077b5;color:#fff}.project__button_primary:hover,.project__button_primary:focus-visible{background-color:#1b8cc9;outline:none}.project__button_secondary{background-color:transparent;border-color:#0077b547;color:#0077b5}.project__button_secondary:hover,.project__button_secondary:focus-visible{border-color:#0077b5;outline:none}@media screen and (max-width: 800px){.project__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}@media screen and (max-width: 670px){.portfolio__container{align-items:center}.portfolio__header{margin-bottom:40px;text-align:center}.portfolio__subtitle{max-width:400px}}@media screen and (max-width: 600px){.portfolio{padding:56px 16px}.project__grid{grid-template-columns:1fr}.project__content{padding:22px}.tag{padding:.3rem .5rem;font-size:.72rem}.project__actions,.project__button{width:100%}}@media (prefers-reduced-motion: reduce){.portfolio__container,.project__card,.project__image,.project__button{transition:none}.project__card:hover,.project__card:hover .project__image,.project__media:focus-visible .project__image{transform:none}}.services{padding:clamp(72px,8vw,112px) 40px;text-align:center;opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease;background:linear-gradient(180deg,#fff,#f7fafe)}.services--fade-up{opacity:1;transform:translateY(0)}.services__header{max-width:680px;margin:0 auto 56px}.services__eyebrow{margin:0 0 14px;color:#0077b5;font-size:14px;font-weight:700;letter-spacing:0;text-transform:uppercase}.services__title{margin:0;color:#151719;font-size:clamp(36px,5vw,56px);line-height:1.08}.services__intro{font-size:clamp(17px,2vw,20px);line-height:1.55;max-width:700px;margin:22px auto 0;color:#666;font-weight:300}.services__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;max-width:1200px;margin:0 auto}.service-card{display:flex;flex-direction:column;align-items:flex-start;background:#fff;min-height:220px;padding:28px;border:1px solid rgba(0,119,181,.1);border-radius:8px;box-shadow:0 16px 40px #14283c0f;text-align:left;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;box-sizing:border-box}.service-card:hover{transform:translateY(-5px);border-color:#0077b557;box-shadow:0 20px 48px #14283c1a}.service-card__badge{display:inline-flex;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:22px;border-radius:50%;background-color:#0077b51a;color:#0077b5;font-size:13px;font-weight:700}.service-card__title{font-size:22px;line-height:1.2;margin:0 0 12px;color:#151719}.service-card__text{margin:0;font-size:17px;line-height:1.55;color:#666;font-weight:300}.services__cta{display:inline-flex;justify-content:center;align-items:center;min-height:52px;margin-top:48px;padding:0 24px;border-radius:6px;background-color:#0077b5;color:#fff;font-size:17px;font-weight:600;text-decoration:none;box-shadow:0 10px 20px #0077b52e;transition:background-color .3s ease,transform .3s ease}.services__cta:hover,.services__cta:focus-visible{background-color:#1b8cc9;transform:translateY(-2px);outline:none}@media screen and (max-width: 950px){.services__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}@media screen and (max-width: 600px){.services__grid{grid-template-columns:1fr}}@media screen and (max-width: 450px){.services{padding:56px 16px}.services__header{margin-bottom:40px}.service-card{width:100%;min-height:auto;padding:24px}.service-card__badge{margin-bottom:18px}.service-card__title{font-size:20px}.service-card__text{font-size:16px}.services__cta{width:100%;margin-top:40px;box-sizing:border-box}}@media (prefers-reduced-motion: reduce){.services,.service-card,.services__cta{transition:none}.service-card:hover,.services__cta:hover,.services__cta:focus-visible{transform:none}}.about{max-width:1440px;padding:clamp(72px,8vw,112px) 40px;margin:0 auto;opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease;box-sizing:border-box}.about--fade-up{opacity:1;transform:translateY(0)}.about__content{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(0,1fr);gap:clamp(48px,7vw,96px);align-items:center}.about__media{position:relative;width:min(100%,420px);margin:0 auto}.about__media:before{content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;border:1px solid rgba(0,119,181,.22);border-radius:50%}.about__image{position:relative;display:block;width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:50%;box-shadow:0 20px 48px #14283c24}.about__container{max-width:650px;display:flex;flex-direction:column;align-items:flex-start}.about__eyebrow{margin:0 0 14px;color:#0077b5;font-size:14px;font-weight:700;letter-spacing:0;text-transform:uppercase}.about__title{margin:0;color:#151719;font-size:clamp(36px,5vw,56px);line-height:1.08}.about__lead{margin:24px 0 0;color:#151719;font-size:clamp(19px,2vw,22px);font-weight:600;line-height:1.45}.about__text{font-size:18px;line-height:1.65;color:#666;font-weight:300;margin:18px 0 0}.about__proof-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.about__proof-item{padding:9px 12px;border:1px solid rgba(0,119,181,.16);border-radius:6px;background-color:#0077b50f;color:#31576f;font-size:14px;font-weight:600}@media screen and (max-width: 1100px){.about__content{grid-template-columns:1fr;justify-items:center;text-align:center}.about__media{width:min(100%,340px)}.about__container{align-items:center}.about__proof-list{justify-content:center}}@media screen and (max-width: 470px){.about{padding:56px 16px}.about__media{width:min(100%,280px)}.about__text{font-size:16px}}@media (prefers-reduced-motion: reduce){.about{transition:none}}.contact{padding:clamp(72px,8vw,112px) 40px;max-width:1440px;opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease;margin:0 auto;box-sizing:border-box}.contact--fade-up{opacity:1;transform:translateY(0)}.contact__content{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr);gap:clamp(32px,5vw,72px);align-items:center;padding:clamp(32px,5vw,64px);border:1px solid rgba(0,119,181,.12);border-radius:8px;background:linear-gradient(135deg,#e9f1fc,#f7fafe);box-shadow:0 20px 50px #14283c14;box-sizing:border-box}.contact__container{max-width:430px}.contact__eyebrow{margin:0 0 14px;color:#0077b5;font-size:14px;font-weight:700;text-transform:uppercase}.contact__title{margin:0;color:#151719;font-size:clamp(34px,4.5vw,52px);line-height:1.08}.contact__text{font-size:18px;line-height:1.6;margin:22px 0 0;color:#555;font-weight:300}.contact__trust-list{display:grid;gap:10px;margin-top:28px}.contact__trust-list span{padding-left:18px;position:relative;color:#31576f;font-size:15px;font-weight:600}.contact__trust-list span:before{content:"";position:absolute;top:8px;left:0;width:7px;height:7px;border-radius:50%;background-color:#0077b5}.form{display:flex;flex-direction:column;width:100%;padding:clamp(28px,4vw,44px);border:1px solid rgba(0,119,181,.1);border-radius:8px;box-shadow:0 16px 40px #14283c14;background-color:#fff;box-sizing:border-box}.form__container{display:flex;gap:16px;margin-bottom:18px}.form__input-wrapper{position:relative;flex:1}.form__input-wrapper input,.form__input-wrapper textarea{width:100%;padding:18px 12px 6px;height:52px;border:1px solid rgba(0,0,0,.16);font-weight:300;color:#151719;font-size:16px;border-radius:6px;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.form__input-wrapper textarea{min-height:120px;padding-top:26px;resize:vertical}.form__input-wrapper input:focus,.form__input-wrapper textarea:focus{border-color:#0077b5;box-shadow:0 0 0 3px #0077b51f;outline:none}.form__input-wrapper label{position:absolute;top:9px;left:8px;background-color:#fff;font-size:15px;pointer-events:none;color:#7c7c7c;padding:0 4px;transition:.2s ease all}.form__input-wrapper input:focus+label,.form__input-wrapper textarea:focus+label,.form__label--active{top:3px;font-size:13px;color:#0077b5}.form__text{margin:8px 0 22px;color:#777;font-size:14px;font-weight:300;line-height:1.5}.form__submitbtn{width:100%;min-height:52px;margin:0;font-size:17px;font-weight:600;background:#0077b5;transition:background-color .3s ease,transform .3s ease;color:#fff;border:none;cursor:pointer;border-radius:6px}.form__submitbtn:hover,.form__submitbtn:focus-visible{background-color:#1b8cc9;transform:translateY(-2px);outline:none}@media screen and (max-width: 1050px){.contact__content{grid-template-columns:1fr}.contact__container{max-width:680px;text-align:center;margin:0 auto}.contact__trust-list{justify-items:center}}@media screen and (max-width: 600px){.contact{padding:56px 16px}.contact__content{padding:24px}.form__container{flex-direction:column}}@media (prefers-reduced-motion: reduce){.contact,.form__input-wrapper input,.form__input-wrapper textarea,.form__submitbtn{transition:none}.form__submitbtn:hover,.form__submitbtn:focus-visible{transform:none}}.back-to-top{display:flex;align-items:center;justify-content:center;gap:6px;margin:0 auto 50px;min-height:44px;padding:0 18px;border:1px solid rgba(0,119,181,.22);border-radius:999px;font-size:15px;font-weight:600;color:#0077b5;background-color:#fff;box-shadow:0 10px 24px #14283c14;cursor:pointer;transition:opacity 1s ease,background-color .3s ease,border-color .3s ease,color .3s ease,transform .3s ease;opacity:0}.back-to-top__icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;font-size:16px;line-height:1;transform:translateY(-1px)}.back-to-top--fade-up{opacity:1}.back-to-top:hover,.back-to-top:focus-visible{background-color:#0077b5;border-color:#0077b5;color:#fff;transform:translateY(-2px);outline:none}@media screen and (max-width: 1160px){.back-to-top{margin-bottom:30px}}@media (prefers-reduced-motion: reduce){.back-to-top{transition:none}.back-to-top:hover,.back-to-top:focus-visible{transform:none}}.footer{background-color:#0f1113;border-top:1px solid rgba(143,200,246,.14)}.footer__content{max-width:1440px;padding:36px 40px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;gap:32px;align-items:center;box-sizing:border-box}.footer__brand{display:flex;flex-direction:column;gap:6px}.footer__name{color:#fff;margin:0;font-size:18px;font-weight:700}.footer__tagline,.footer__copyright{color:#ffffffad;margin:0;font-size:14px;font-weight:300}.footer__nav{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.footer__nav-link{padding:8px 10px;border-radius:6px;color:#ffffffc7;font-size:14px;font-weight:500;text-decoration:none;transition:background-color .2s ease,color .2s ease}.footer__nav-link:hover,.footer__nav-link:focus-visible{background-color:#ffffff14;color:#fff;outline:none}.footer__meta{display:flex;justify-content:flex-end;align-items:center;gap:18px}.footer__link{display:inline-flex;align-items:center;min-height:28px}.footer__link-image{width:82px}@media screen and (max-width: 800px){.footer__content{grid-template-columns:1fr;justify-items:center;text-align:center;padding:32px 24px}.footer__meta{justify-content:center;flex-direction:column;gap:10px}}@media screen and (max-width: 450px){.footer__content{padding:28px 16px}}@media (prefers-reduced-motion: reduce){.footer__nav-link{transition:none}}.modal{position:fixed;top:0;right:0;background-color:#00000073;width:100vw;height:100vh;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility 0s ease .3s;z-index:999}.modal_opened{visibility:visible;opacity:1;transition:visibility 0s,opacity .6s}.modal__content{position:absolute;top:76px;right:40px;width:min(304px,calc(100vw - 48px));border:1px solid rgba(143,200,246,.18);border-radius:12px;background:#141618f5;padding:14px;box-shadow:0 24px 60px #00000052;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-sizing:border-box}.modal__links{display:flex;flex-direction:column;gap:6px;align-items:stretch}.modal__link{display:flex;align-items:center;min-height:46px;padding:0 14px;border-radius:6px;text-decoration:none;color:#ffffffdb;font-family:Helvetica Neue,sans-serif;font-size:16px;font-weight:500;transition:background-color .2s ease,color .2s ease}.modal__link:hover,.modal__link:focus-visible{background-color:#ffffff14;color:#fff;outline:none}.modal__link_cta{justify-content:center;margin-top:8px;background-color:#0077b5;color:#fff}.modal__link_cta:hover,.modal__link_cta:focus-visible{background-color:#1b8cc9}@media screen and (max-width: 520px){.modal__content{top:66px;right:16px;width:calc(100vw - 32px)}}@media (prefers-reduced-motion: reduce){.modal,.modal__link{transition:none}}.modal-preview{position:fixed;top:0;right:0;display:flex;justify-content:center;align-items:center;background-color:#000000b8;width:100vw;height:100vh;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility 0s ease .3s;z-index:999;padding:24px;box-sizing:border-box}.modal-preview_opened{visibility:visible;opacity:1;transition:visibility 0s,opacity .6s}.modal-preview__content{width:min(1120px,calc(100vw - 48px));max-height:calc(100vh - 48px);display:flex;flex-direction:column;gap:18px;border:1px solid rgba(143,200,246,.18);background:#141618f5;padding:22px;border-radius:12px;box-shadow:0 28px 80px #0000006b;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-sizing:border-box;overflow:auto}.modal-preview__header{display:flex;justify-content:space-between;gap:24px;align-items:flex-start}.modal-preview__eyebrow{margin:0 0 6px;color:#8fc8f6;font-size:13px;font-weight:700;text-transform:uppercase}.modal-preview__title{margin:0;color:#fff;font-size:clamp(22px,3vw,32px);line-height:1.15}.modal-preview__close-button{position:relative;flex:0 0 auto;width:42px;height:42px;border:1px solid rgba(255,255,255,.18);border-radius:6px;background:#ffffff0f;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.modal-preview__close-button:before,.modal-preview__close-button:after{content:"";position:absolute;top:20px;left:11px;width:18px;height:2px;border-radius:999px;background-color:#fff}.modal-preview__close-button:before{transform:rotate(45deg)}.modal-preview__close-button:after{transform:rotate(-45deg)}.modal-preview__stage{position:relative;display:grid;grid-template-columns:40px minmax(0,1fr) 40px;gap:12px;align-items:center;min-height:0}.modal-preview__image{display:block;width:100%;max-height:min(68vh,720px);object-fit:contain;border-radius:8px;background-color:#eef4fb}.modal-preview__nav-button{position:relative;width:40px;height:40px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:#ffffff0f;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.modal-preview__nav-button:before{content:"";position:absolute;top:15px;width:12px;height:12px;border-top:2px solid #fff;border-left:2px solid #fff}.modal-preview__nav-button_prev:before{left:15px;transform:rotate(-45deg)}.modal-preview__nav-button_next:before{right:15px;transform:rotate(135deg)}.modal-preview__close-button:hover,.modal-preview__close-button:focus-visible,.modal-preview__nav-button:hover,.modal-preview__nav-button:focus-visible{background-color:#8fc8f61f;border-color:#8fc8f6a6;outline:none}.modal-preview__counter{margin:0;color:#ffffffb8;font-size:14px;text-align:center}@media screen and (max-width: 900px){.modal-preview{padding:16px}.modal-preview__content{width:calc(100vw - 32px);padding:16px}.modal-preview__stage{grid-template-columns:1fr}.modal-preview__nav-button{position:absolute;top:50%;z-index:1;transform:translateY(-50%);background:#00000080}.modal-preview__nav-button_prev{left:18px}.modal-preview__nav-button_next{right:18px}}@media screen and (max-width: 650px){.modal-preview{padding:12px}.modal-preview__content{width:calc(100vw - 24px);max-height:calc(100vh - 24px);padding:14px}.modal-preview__image{max-height:64vh}}@media (prefers-reduced-motion: reduce){.modal-preview{transition:none}}html{scroll-behavior:smooth}.page{min-height:100vh}.page__content{margin:0 auto;padding:0;font-family:Helvetica Neue,sans-serif}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:Helvetica Neue;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/HelveticaNeueRoman-CSpBGpqm.otf) format("opentype")}@font-face{font-family:Helvetica Neue;font-style:normal;font-weight:300;font-display:swap;src:url(/assets/HelveticaNeueLight-Ct5-NwMS.otf) format("opentype")}@font-face{font-family:Helvetica Neue;font-style:normal;font-weight:100;font-display:swap;src:url(/assets/HelveticaNeueThin-5D5bnMyF.otf) format("opentype")}
