@charset "UTF-8";footer{background-color:var(--clr-primary)}footer .xxs-title{color:var(--clr-light)}footer .footer-row{display:grid;grid-template-columns:430px 430px 1fr;gap:120px 25px}@media(max-width:1199px){footer .footer-row{grid-template-columns:minmax(0,320px) minmax(0,320px) 1fr;gap:80px 20px}}@media(max-width:899px){footer .footer-row{grid-template-columns:minmax(0,220px) minmax(0,280px) 1fr;gap:60px 18px}}@media(max-width:749px){footer .footer-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 18px}footer .footer-row .footer-col:nth-child(1){grid-column:1;grid-row:1}footer .footer-row .footer-col:nth-child(3){grid-column:2;grid-row:1}footer .footer-row .footer-col:nth-child(2){grid-column:1;grid-row:2}footer .footer-row .footer-col:nth-child(4){grid-column:2;grid-row:2;text-align:end;align-items:end}}@media(max-width:499px){footer .footer-row .footer-col:nth-child(4){grid-column:1;grid-row:3;text-align:start;align-items:flex-start}}footer .footer-col{display:flex;flex-direction:column;gap:20px}footer .footer-col.socials{text-align:end;align-items:end}footer .footer-col.socials a{display:flex;align-items:center;justify-content:end;gap:10px}footer .footer-list{color:#fff;display:flex;flex-direction:column;gap:clamp(.625rem,1.078vw - .043rem,1.25rem)}footer .footer-list a{color:inherit;transition:var(--transition);font-size:clamp(1.125rem,1.078vw + .457rem,1.75rem);line-height:clamp(.813rem,.754vw + .345rem,1.25rem);font-weight:500;letter-spacing:normal}footer .footer-list a svg path{transition:var(--transition)}@media(pointer:fine)and (hover:hover){footer .footer-list a:hover,footer .footer-list a:focus-visible{color:var(--clr-secondary)}footer .footer-list a:hover svg path,footer .footer-list a:focus-visible svg path{fill:var(--clr-secondary)}}footer .footer-info-list{color:#fff;display:flex;flex-direction:column}footer .footer-info-list a{transition:var(--transition);color:inherit;font-size:clamp(1rem,.216vw + .866rem,1.125rem);line-height:13px;font-weight:400;letter-spacing:normal}@media(pointer:fine)and (hover:hover){footer .footer-info-list a:hover,footer .footer-info-list a:focus-visible{color:var(--clr-secondary)}}@media(min-width:992px){footer .footer-info-list{gap:10px}}@media(max-width:991px){footer .footer-info-list{gap:5px}}footer .footer-bottom{color:#fff}footer .footer-bottom-title{color:inherit}@media(min-width:992px){footer .footer-bottom .text-center{text-align:center}}footer .footer-bottom .atlasunknown{color:#fff}@media(min-width:992px){footer .footer-bottom .atlasunknown{text-align:end}}@media(min-width:992px){footer .footer-bottom{padding-top:250px;display:grid;grid-template-columns:25% auto 25%}}@media(max-width:991px){footer .footer-bottom{padding-top:100px;display:flex;flex-direction:column;gap:5px;font-size:14px;line-height:20px;font-weight:400;letter-spacing:normal}}@media(min-width:992px){footer{padding-block:60px 40px}}@media(max-width:991px){footer{padding-block:20px}}.site-header{--header-bg: var(--clr-primary);--header-text: #fff;padding-block:10px;position:fixed;top:0;left:0;right:0;z-index:1300;color:var(--header-text);background-color:var(--header-bg);transition:background-color .25s ease,border-color .25s ease,color .25s ease}.site-header--theme-light{--header-bg: var(--clr-primary);--header-border: var(--clr-alt-1);--header-text: #fff}.site-header--theme-dark{--header-bg: #fff;--header-border: rgba(25, 25, 25, .12);--header-text: #191919}.site-header--transparent-start:not(.is-scrolled):not(.menu-open){--header-bg: transparent;--header-border: transparent}@media(pointer:fine)and (hover:hover){.site-header--transparent-start:not(.is-scrolled):not(.menu-open) .header-contact-btn:hover .primary-btn__label,.site-header--transparent-start:not(.is-scrolled):not(.menu-open) .header-contact-btn:focus-visible .primary-btn__label{color:var(--clr-secondary);border-color:var(--clr-secondary)}}.site-header .header-wrapper{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;width:100%;gap:24px;position:relative;z-index:2}.site-header .header-logo{display:block;width:auto}.site-header .header-logo svg{width:100%;height:100%}@media(min-width:992px){.site-header .header-logo{height:55px;width:120px}}@media(max-width:991px){.site-header .header-logo{height:30px;width:100px}}.site-header .header-brand{grid-column:2;grid-row:1;justify-self:center;color:inherit;transition:opacity .25s ease,visibility .25s ease}.site-header .header-brand picture{display:block}.site-header--logo-reveal:not(.is-logo-revealed):not(.menu-open) .header-brand{opacity:0;visibility:hidden;pointer-events:none}.site-header .header-lang{flex-shrink:0;color:var(--header-text);text-decoration:none;transition:color .25s ease}.site-header .header-lang:visited,.site-header .header-lang:active,.site-header .header-lang:focus{color:var(--header-text)}@media(pointer:fine)and (hover:hover){.site-header .header-lang:hover,.site-header .header-lang:focus-visible{color:var(--clr-secondary)}}.site-header .header-tools{grid-column:3;grid-row:1;justify-self:end;display:flex;align-items:center;gap:18px}.site-header .header-contact-btn .primary-btn__label{color:var(--header-text);border-color:var(--header-text);padding:10px 20px;line-height:1}@media(pointer:fine)and (hover:hover){.site-header .header-contact-btn:hover .primary-btn__label,.site-header .header-contact-btn:focus-visible .primary-btn__label{color:var(--clr-secondary);border-color:var(--clr-secondary)}}.site-header .navigation{grid-column:1;grid-row:1;justify-self:start;flex:1 1 auto;min-width:0}.site-header .navigation-list{display:flex;justify-content:flex-start;gap:clamp(18px,2vw,40px);font-size:clamp(1rem,.214vw + .866rem,1.125rem);line-height:26px;font-weight:400;letter-spacing:normal}.site-header .navigation-list a{color:inherit;white-space:nowrap;transition:var(--transition)}@media(pointer:fine)and (hover:hover){.site-header .navigation-list a:hover,.site-header .navigation-list a:focus-visible{color:var(--clr-secondary)}}.site-header .header-menu-toggle{display:none;width:34px;height:24px;flex-direction:column;justify-content:space-between;align-items:stretch;cursor:pointer}.site-header .header-menu-toggle span{display:block;width:100%;height:1px;background-color:var(--header-text);transform-origin:center;transition:background-color .25s ease,opacity .2s ease,transform .25s ease}.site-header .header-mobile-panel{display:none}@media(max-width:991px){.site-header .header-wrapper{display:flex;justify-content:space-between}.site-header .navigation{display:none}.site-header .header-menu-toggle{display:inline-flex}.site-header .header-contact-btn{display:none}.site-header .header-mobile-panel{display:none;position:fixed;inset:0;z-index:1;overflow-y:auto;background-color:var(--clr-primary);color:#fff;padding:116px clamp(10px,4vw,60px) 32px;min-height:100dvh;flex-direction:column;box-sizing:border-box;overscroll-behavior:contain}.site-header.menu-open .header-mobile-panel{display:flex}.site-header.menu-open .header-menu-toggle span:first-child{transform:translateY(11px) rotate(45deg)}.site-header.menu-open .header-menu-toggle span:nth-child(2){opacity:0}.site-header.menu-open .header-menu-toggle span:last-child{transform:translateY(-11px) rotate(-45deg)}.site-header .header-mobile-nav__list{display:flex;flex-direction:column;gap:20px}.site-header .header-mobile-nav__list a{color:inherit;font-size:32px;line-height:22px;font-weight:500;letter-spacing:normal}.site-header .header-mobile-contact{margin-top:34px;padding-block:22px;border-top:1px solid var(--clr-alt-1);border-bottom:1px solid var(--clr-alt-1)}.site-header .header-mobile-contact__list{display:flex;flex-direction:column;gap:5px}.site-header .header-mobile-contact__list a{color:inherit;font-size:16px;line-height:11px;font-weight:400;letter-spacing:normal}.site-header .header-mobile-socials{display:flex;justify-content:space-between;gap:20px;margin-top:auto;padding-top:22px}.site-header .header-mobile-socials a{display:inline-flex;align-items:center;gap:10px;color:inherit;font-size:18px;line-height:20px;font-weight:500;letter-spacing:normal}}.engine-card{position:relative;display:grid;grid-template-columns:minmax(180px,.65fr) 150px 160px 140px 130px 120px;column-gap:40px;row-gap:24px;align-items:start;min-height:220px;padding:48px 340px 48px 72px;box-sizing:border-box}.engine-card__name,.engine-card__spec,.engine-card__price{position:relative;z-index:1;display:flex;flex-direction:column;gap:8px;min-width:0}.engine-card__name{padding-right:20px}.engine-card__trigger{width:100%;padding:0;border:0;background:transparent;text-align:left;display:block;pointer-events:none;cursor:default}.engine-card__trigger .title{font-size:34px;line-height:40px;font-weight:500;letter-spacing:normal}.engine-card__content{display:contents}.engine-card__media{position:absolute;right:0;width:250px;height:100%;margin:0;overflow:hidden;display:flex;align-items:center;justify-content:center;opacity:.7;pointer-events:none;z-index:0;background-color:#fff}.engine-card__media img{width:100%;height:100%;object-fit:contain;object-position:center;filter:grayscale(1) contrast(1.08);box-sizing:border-box}.engine-card__toggle{display:none}.engine-card__value{color:var(--clr-light);font-size:clamp(18px,1.3vw,28px);line-height:1.25;font-weight:500;letter-spacing:normal;white-space:nowrap;max-width:100%}.engine-card__label{color:var(--clr-light);font-size:15px;line-height:22px;font-weight:400;letter-spacing:normal;border-top:1px solid var(--clr-alt-1);padding-top:10px;max-width:100%;box-sizing:border-box}.engine-card__price{color:var(--clr-light);text-decoration:none;transition:color .2s ease;grid-column:2;grid-row:2}.engine-card__price-value{font-size:clamp(18px,1.3vw,28px);line-height:1.25;font-weight:500;letter-spacing:normal;white-space:nowrap}.engine-card__price-label{color:var(--clr-light);font-size:15px;line-height:22px;font-weight:400;letter-spacing:normal;border-top:1px solid var(--clr-alt-1);padding-top:10px;transition:border-color .2s ease}.engine-card__price:hover,.engine-card__price:focus-visible{color:var(--clr-secondary)}.engine-card__price:hover .engine-card__price-label,.engine-card__price:focus-visible .engine-card__price-label{border-color:var(--clr-secondary)}@media(max-width:1649px){.engine-card{grid-template-columns:minmax(180px,.65fr) 150px 160px 140px 120px}.engine-card__price{grid-column:2;grid-row:2}.engine-card__content>.engine-card__spec:nth-child(4){grid-column:3;grid-row:2}.engine-card__content>.engine-card__spec:nth-child(5){grid-column:4;grid-row:2}}@media(max-width:991px){.engine-card__trigger .title{font-size:clamp(20px,4vw,34px);line-height:1.15}.engine-card__value,.engine-card__label{overflow-wrap:anywhere;white-space:normal}}.ribs-card{padding:clamp(1.25rem,5vw - 2.5rem,2.5rem);background-color:#191919;display:flex;flex-direction:column;height:100%;width:100%;min-width:0;box-sizing:border-box;text-decoration:none;color:inherit}.ribs-card .ribs-card-content{color:var(--clr-alt-2);font-size:14px;line-height:15px;font-weight:400;letter-spacing:normal}.ribs-wrapper img{display:block;width:100%;height:auto}.ribs-card__content{display:flex;flex-direction:column;flex:1;min-width:0;gap:clamp(1.25rem,5vw - 2.5rem,2.5rem)}.ribs-card__intro{display:flex;flex-direction:column;gap:16px}.ribs-card__footer{display:flex;flex-direction:column;gap:clamp(1.25rem,5vw - 2.5rem,2.5rem);margin-top:auto}.ribs-card__divider{width:100%;height:1px;background-color:var(--clr-alt-1);transition:background-color .35s ease}.ribs-card__specs{display:grid;grid-template-columns:.5fr 1px 1fr 1px .6fr;column-gap:clamp(1.25rem,5vw - 2.5rem,2.5rem);min-width:0}.ribs-card__spec{display:flex;flex-direction:column;gap:8px;position:relative}.ribs-card__spec:nth-child(1){grid-column:1}.ribs-card__spec:nth-child(2){grid-column:3}.ribs-card__spec:nth-child(3){grid-column:5}.ribs-card__spec:not(:last-child):after{content:"";position:absolute;top:0;width:1px;height:100%;background-color:var(--clr-alt-1);transition:background-color .35s ease}.ribs-card__spec:nth-child(1):after{right:calc(-1*clamp(1.25rem,5vw - 2.5rem,2.5rem) - 1px)}.ribs-card__spec:nth-child(2):after{right:calc(-1*clamp(1.25rem,5vw - 2.5rem,2.5rem) - 1px)}.ribs-card:hover .ribs-card__divider,.ribs-card:hover .ribs-card__spec:not(:last-child):after{background-color:var(--clr-secondary)}.ribs-card__value{color:var(--clr-light);font-size:clamp(1rem,.323vw + .738rem,1.125rem);line-height:22px;font-weight:400;letter-spacing:normal}.ribs-card__label{color:var(--clr-alt-1);white-space:nowrap;font-size:clamp(11px,.45vw + 7px,14px);line-height:1.1;font-weight:400;letter-spacing:normal}.ribs-card .primary-btn{align-self:flex-end;margin-top:clamp(1.25rem,5vw - 2.5rem,2.5rem)}.services-section{background-color:var(--clr-primary)}.services-section .services-list{display:flex;flex-direction:column}.services-section .service-highlight{display:grid;grid-template-columns:minmax(0,1fr) 2px minmax(0,1fr);grid-template-areas:"content divider media";column-gap:10px;align-items:stretch}@media(min-width:992px){.services-section .service-highlight{border-bottom:2px solid var(--clr-alt-1)}}@media(max-width:991px){.services-section .service-highlight{border-bottom:2px solid var(--clr-alt-1);padding-bottom:51px}}.services-section .service-highlight--image-left{grid-template-areas:"media divider content"}@media(min-width:992px){.services-section .service-highlight--image-left .service-highlight__content{padding-right:clamp(30px,4vw,100px);padding-left:clamp(30px,4vw,100px);padding-block:51px}.services-section .service-highlight--image-left .service-highlight__media{padding-left:clamp(40px,4vw,100px);padding-right:40px}}.services-section .service-highlight__content{grid-area:content;display:flex;flex-direction:column;justify-content:center;gap:32px;color:var(--clr-light)}@media(min-width:992px){.services-section .service-highlight__content{padding-left:clamp(30px,4vw,100px);padding-right:clamp(30px,4vw,100px);padding-block:51px}}.services-section .service-highlight__title{color:var(--clr-light);font-size:clamp(1.125rem,1.119vw + .408rem,1.75rem);line-height:clamp(1.625rem,1.566vw + .621rem,2.5rem);font-weight:500;letter-spacing:normal}.services-section .service-highlight__divider{grid-area:divider;width:2px;background-color:var(--clr-alt-1)}@media(max-width:991px){.services-section .service-highlight__divider{display:none}}.services-section .service-highlight__media{grid-area:media;display:flex;flex-direction:column;gap:20px}.services-section .service-highlight__media .service-highlight__image-reveal{position:relative;overflow:hidden;isolation:isolate}.services-section .service-highlight__media .service-highlight__image-reveal picture{display:block;width:100%;height:100%}.services-section .service-highlight__media .service-highlight__image-reveal--left:after,.services-section .service-highlight__media .service-highlight__image-reveal--right:after{content:"";position:absolute;inset:0;z-index:1;background-color:var(--clr-primary);transform:translateZ(0);transition:transform 1.05s cubic-bezier(.22,1,.36,1);will-change:transform;pointer-events:none}.services-section .service-highlight__media .service-highlight__image-reveal--left.is-visible:after,.services-section .service-highlight__media .service-highlight__image-reveal--right.is-visible:after{will-change:auto}.services-section .service-highlight__media .service-highlight__image-reveal--left.is-visible:after{transform:translate3d(101%,0,0)}.services-section .service-highlight__media .service-highlight__image-reveal--right.is-visible:after{transform:translate3d(-101%,0,0)}.services-section .service-highlight__media img{display:block;width:100%;height:clamp(340px,42vw,560px);object-fit:cover}@media(min-width:992px){.services-section .service-highlight__media{padding-left:40px;padding-right:clamp(40px,4vw,100px)}}.services-section .service-highlight__mobile-title{display:none;color:var(--clr-light);border-bottom:1px solid var(--clr-alt-1);padding-bottom:20px}.services-section .service-highlight .content-box{color:var(--clr-light)}@media(min-width:992px){.services-section .service-highlight img{padding-block:51px}}@media(max-width:991px){.services-section .services-list{gap:72px}.services-section .service-highlight{grid-template-columns:1fr;grid-template-areas:"media" "content";row-gap:24px}.services-section .service-highlight--image-left{grid-template-columns:1fr;grid-template-areas:"media" "content"}.services-section .service-highlight__divider,.services-section .service-highlight__title{display:none}.services-section .service-highlight__mobile-title{display:block}.services-section .service-highlight__media img{height:clamp(260px,65vw,340px)}}.top-model-card{display:block;height:100%;color:inherit;text-decoration:none}.top-model-card__media{position:relative;height:600px;overflow:hidden;background-color:#101010}.top-model-card__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#19191933 49.52%,#191919 97.33%);pointer-events:none}.top-model-card__media picture{display:block;width:100%;height:100%}.top-model-card__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.top-model-card--overlay-even .top-model-card__media:after{background:linear-gradient(360deg,#15151533 49.52%,#151515 97.33%)}.top-model-card__body{display:flex;flex-direction:column;gap:18px;padding:24px 28px 26px;background:var(--clr-bg-2);height:100%}.top-model-card__top{display:flex;align-items:center;justify-content:space-between;gap:18px}.top-model-card__title{flex:1}.top-model-card__arrow{display:inline-flex;align-items:center;justify-content:end;width:54px;height:54px;flex-shrink:0}.top-model-card__arrow svg{width:18px;height:18px}.top-model-card__arrow svg path{transition:var(--transition)}.top-model-card__divider{width:100%;height:1px;background-color:#ffffff29;transition:background-color .35s ease}.top-model-card__length{color:var(--clr-content);font-size:clamp(1rem,.258vw + .79rem,1.125rem);line-height:1.4;font-weight:400;letter-spacing:normal}@media(pointer:fine)and (hover:hover){.top-model-card:hover .top-model-card__media img,.top-model-card:focus-visible .top-model-card__media img{transform:scale(1.04)}.top-model-card:hover .top-model-card__arrow svg path,.top-model-card:focus-visible .top-model-card__arrow svg path{fill:var(--clr-secondary)}.top-model-card:hover .top-model-card__divider,.top-model-card:focus-visible .top-model-card__divider{background-color:var(--clr-secondary)}}@media(max-width:767px){.top-model-card__media{height:420px}.top-model-card__top{gap:14px}.top-model-card__arrow{width:46px;height:46px}}.about-card{display:flex;gap:40px;padding:40px;border:1px solid var(--clr-alt-1);color:var(--clr-light)}.about-card__media{overflow:hidden;background-color:var(--clr-bg-2)}.about-card__media picture{display:block;width:100%;height:100%}.about-card__media img{display:block;width:100%;height:100%;object-fit:cover}.about-card__body{display:flex;flex-direction:column;align-items:flex-start;gap:24px;text-align:left}.about-card__title{color:var(--clr-light)}.about-card__content{color:var(--clr-content)}.about-card--row{align-items:stretch}.about-card--row .about-card__media,.about-card--row .about-card__body{width:50%}.about-card--row .about-card__media{height:100%}.about-card--stacked{flex-direction:column;justify-content:space-between}.about-card--stacked .about-card__body{order:1}.about-card--stacked .about-card__media{order:2;height:clamp(23.125rem,21.382vw + 9.868rem,31.25rem)}@media(max-width:991px){.about-card{gap:28px;padding:28px}.about-card--row{flex-direction:column}.about-card--row .about-card__media,.about-card--row .about-card__body{width:100%}.about-card--row .about-card__media,.about-card--stacked .about-card__media{min-height:280px}}@media(max-width:767px){.about-card{padding:22px}.about-card--row .about-card__media,.about-card--stacked .about-card__media{min-height:220px}}:root{--clr-primary: #151515;--clr-secondary: #2846ff;--clr-light: #ffffff;--bg-body: #ffffff;--clr-alt-1: #5c5c5c;--clr-alt-2: #c0c0c0;--clr-content: #ededed;--clr-bg-2: #191919}.clr-primary{color:var(--clr-primary)}.clr-secondary{color:var(--clr-secondary)}.clr-light{color:var(--clr-light)}.clr-content{color:var(--clr-content)}.contact-form{width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:3rem}.contact-form__fields{display:flex;flex-direction:column;gap:20px}.contact-form__fields,.contact-form__footer{transition:filter .2s ease,opacity .2s ease}.contact-form__fields[hidden],.contact-form__footer[hidden]{display:none}.contact-form.is-submitting{pointer-events:none}.contact-form.is-submitting .contact-form__fields,.contact-form.is-submitting .contact-form__footer{filter:blur(3px);opacity:.5}.contact-form.is-success{gap:0}.contact-form__footer{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;gap:1.5rem;margin-top:auto}@media(max-width:991px){.contact-form__footer{align-items:stretch;gap:1rem;justify-content:flex-start}}.contact-form .cf-turnstile{max-width:100%;overflow:hidden}@media(max-width:991px){.contact-form .cf-turnstile{align-self:flex-start}}.contact-form__meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.5rem}.contact-form__checkbox{display:grid;grid-template-columns:1.15em auto;gap:.75rem;color:var(--clr-light);cursor:pointer;font-size:14px;line-height:14px;font-weight:400;letter-spacing:normal}.contact-form__checkbox-input{-webkit-appearance:none;appearance:none;background-color:transparent;margin:0;font:inherit;color:currentColor;width:1.15em;height:1.15em;border:.08em solid currentColor;border-radius:50%;transform:translateY(.08em);display:grid;place-content:center;cursor:pointer;transition:border-color .2s ease,background-color .22s ease}.contact-form__checkbox-input:after{content:"";width:.34em;height:.62em;transform:scale(0);transition:.12s transform ease-in-out;border:solid var(--clr-light);border-width:0 .14em .14em 0;transform-origin:center;clip-path:none;translate:0 -.05em;rotate:45deg}.contact-form__checkbox-input:checked:after{transform:scale(1)}.contact-form__checkbox-input:focus{outline:none}.contact-form__checkbox-input:disabled{color:#15151559;cursor:not-allowed}.contact-form__checkbox:has(.contact-form__checkbox-input:disabled){cursor:not-allowed;color:#15151559}.contact-form__submit{padding:0;border:0;background:transparent;display:inline-flex;align-items:center;justify-content:flex-end;color:var(--clr-primary);cursor:pointer;font-family:var(--font-tt-commons);font-size:18px;line-height:24px;font-weight:500;letter-spacing:normal}@media(max-width:991px){.contact-form__submit{justify-content:space-between;width:100%}}@media(pointer:fine)and (hover:hover){.contact-form__submit:hover .contact-form__submit-icon,.contact-form__submit:focus-visible .contact-form__submit-icon{transform:translate(4px)}}.contact-form__submit:disabled{cursor:wait;opacity:.55}.contact-form__status{display:none;margin:0;color:var(--clr-light);font-family:var(--font-tt-commons);font-size:18px;line-height:24px;font-weight:500;letter-spacing:normal}.contact-form__status.is-error{color:#ffb4a8}.contact-form__status.is-success{color:var(--clr-light)}.contact-form__submit-icon{width:48px;height:48px;border:1px solid currentColor;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:transform .25s ease}.form-field{position:relative;border-bottom:1px solid var(--clr-alt-2)}.form-field--textarea .form-field__input--textarea{min-height:72px;padding-top:2rem;padding-bottom:.65rem}.form-field--textarea .form-field__counter{position:absolute;right:0;bottom:-2.25rem;color:var(--clr-primary);font-size:16px;line-height:20px;font-weight:400;letter-spacing:normal}.form-field--textarea .form-field__label{top:0;bottom:auto;transform:translateY(36px)}.form-field--textarea .form-field__input:focus+.form-field__label,.form-field--textarea .form-field__input:not(:placeholder-shown)+.form-field__label{top:0;bottom:auto;transform:translateY(0)}.form-field__input{width:100%;border:0;outline:0;background:transparent;color:var(--clr-light);font-family:var(--font-tt-commons);padding:20px 0 .65rem}@media(min-width:992px){.form-field__input{font-size:18px;line-height:26px;font-weight:400;letter-spacing:normal}}@media(max-width:991px){.form-field__input{font-size:16px;line-height:24px;font-weight:400;letter-spacing:normal}}.form-field__input::placeholder{color:var(--clr-alt-1)}.form-field__input:-webkit-autofill,.form-field__input:-webkit-autofill:hover,.form-field__input:-webkit-autofill:focus,.form-field__input:-webkit-autofill:active{-webkit-text-fill-color:var(--clr-light);caret-color:var(--clr-light);box-shadow:0 0 0 1000px #191919 inset;transition:background-color 9999s ease-in-out 0s}.form-field__input:focus+.form-field__label,.form-field__input:not(:placeholder-shown)+.form-field__label{top:0;transform:translateY(0);font-size:14px;line-height:18px;font-weight:400;letter-spacing:normal}.form-field__label{position:absolute;left:0;top:50%;transform:translateY(-10%);color:var(--clr-alt-1);pointer-events:none;transition:top .25s ease,transform .25s ease,font-size .25s ease,line-height .25s ease,color .25s ease}@media(min-width:992px){.form-field__label{font-size:18px;line-height:26px;font-weight:400;letter-spacing:normal}}@media(max-width:991px){.form-field__label{font-size:16px;line-height:24px;font-weight:400;letter-spacing:normal}}.form-field:focus-within{border-bottom-color:var(--clr-alt-2)}.form-field:focus-within .form-field__label{color:var(--clr-alt-1)}*{padding:0;margin:0}* ul{list-style-type:none;padding-left:unset;margin-bottom:0}* u{text-decoration-line:none}* p{margin-bottom:0}* ol li{padding-left:25px}* h1,* h2,* h3,* h4,* h5,* h6{line-height:normal;margin-bottom:0}* a{text-decoration:none}* button{border:0;padding:0;box-shadow:none;background:transparent}* button[disabled]{cursor:not-allowed;pointer-events:none;opacity:.7}* img{max-width:100%;object-fit:cover}* img.svg,* svg{max-width:100%}* iframe,* video{margin:0;border:0;padding:0;max-width:100%!important}* table{width:100%}:focus{outline-offset:4px}[type=button]{-webkit-appearance:none!important}input[type=search]::-webkit-search-cancel-button{display:none}input:focus,textarea:focus{outline:none;box-shadow:none}textarea{resize:none}:root{--font-gotham: "gotham", sans-serif}.content-box>*:not(:last-child){margin-bottom:20px}.content-box>*:last-child{margin-bottom:0}.content-box strong,.content-box b{font-weight:800}.content-box img,.content-box video{width:100%}.content-box ul{padding-left:20px;list-style:none;position:relative}.content-box ul li:before{content:"•";font-size:.8em;position:absolute;margin-right:5px;left:5px}.content-box ol{padding-left:20px}.content-box ol li{padding-left:0}.content-box table{border-collapse:collapse;display:block;width:100%;flex-shrink:0;overflow-x:auto;flex-grow:1}.content-box table th,.content-box table td{padding:.5rem;border:1px solid var(--clr-secondary)}.content-box table th{text-align:left;background-color:transparent;color:var(--clr-secondary)}.content-box table th:not(:last-child){border-right-color:var(--clr-secondary)}.content-box iframe{width:100%}.content-box a{color:var(--clr-primary);border-bottom:1px solid var(--clr-primary);transition:var(--transition)}@media(pointer:fine)and (hover:hover){.content-box a:hover,.content-box a:focus-visible{color:var(--clr-secondary)}}.content-box h1,.content-box h2,.content-box h3,.content-box h4,.content-box h5,.content-box h6{color:inherit;font-family:var(--font-new-roman)}.content-box h1{font-size:clamp(1.625rem,2.632vw - .007rem,2.625rem);line-height:clamp(2.125rem,2.632vw + .493rem,3.125rem);font-weight:400;letter-spacing:normal}@media(min-width:992px){.content-box h2{font-size:30px;line-height:38px;font-weight:400;letter-spacing:normal}}@media(max-width:991px){.content-box h2{font-size:22px;line-height:30px;font-weight:400;letter-spacing:normal}}.content-box h3{font-size:clamp(1.625rem,.658vw + 1.217rem,1.875rem);line-height:clamp(1.875rem,.822vw + 1.365rem,2.188rem);font-weight:400;letter-spacing:normal}.content-box h4{font-size:20px;line-height:28px;font-weight:400;letter-spacing:normal}.content-box h5{font-size:18px;line-height:26px;font-weight:400;letter-spacing:normal}.content-box h6{font-size:16px;line-height:24px;font-weight:400;letter-spacing:normal}.content-box i{font-weight:300}@media(min-width:992px){.content-box{font-size:18px;line-height:26px;font-weight:400;letter-spacing:normal}}@media(max-width:991px){.content-box{font-size:16px;line-height:24px;font-weight:400;letter-spacing:normal}}.content-box.clr-light a{color:inherit;text-decoration:underline;transition:var(--transition)}@media(pointer:fine)and (hover:hover){.content-box.clr-light a:hover,.content-box.clr-light a:focus-visible{color:var(--clr-secondary)}}.section-title{font-size:clamp(1.625rem,2.685vw - .096rem,3.125rem);line-height:clamp(2rem,3.017vw + .129rem,3.75rem);font-weight:500;letter-spacing:normal}.lg-title{font-size:clamp(1.25rem,2.237vw - .185rem,2.5rem);line-height:clamp(1.75rem,1.342vw + .889rem,2.5rem);font-weight:500;letter-spacing:normal}.title{font-size:28px;line-height:40px;font-weight:500;letter-spacing:normal}.sm-title{font-size:20px;line-height:30;font-weight:400;letter-spacing:normal}.xs-title{font-size:18px;line-height:22px;font-weight:400;letter-spacing:normal}.xxs-title{font-size:14px;line-height:20px;font-weight:400;letter-spacing:normal}.section-subtitle{font-size:clamp(.813rem,.224vw + .669rem,.938rem);line-height:clamp(.563rem,.112vw + .491rem,.625rem);font-weight:500;letter-spacing:normal;text-transform:uppercase}:root{--transition: .3s ease-in-out}body{font-family:var(--font-gotham);background-color:var(--bg-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{position:relative;z-index:99}@media(min-width:992px){main{padding-top:75px}}@media(max-width:991px){main{padding-top:50px}}.container{max-width:1920px;margin-inline:auto;--bs-gutter-x: 0;--bs-gutter-y: 0}@media(min-width:992px){.container{padding-inline:60px}}@media(max-width:991px){.container{padding-inline:20px;max-width:900px}}::selection{background:var(--clr-secondary);color:#fff}.img-div img{max-width:100%;height:auto;object-fit:cover;width:100%}html,body{overflow-x:clip}.menu-backdrop{inset:0;z-index:2100;position:fixed;background-color:transparent;transition:.7s ease-in-out}.menu-backdrop:not(.active){opacity:1;opacity:0;pointer-events:none}.menu-backdrop.open-filters{opacity:1;pointer-events:all;background-color:#000000b2}@media(max-width:991px){.menu-backdrop{background-color:#000000b2}}.swiper,.swiper-wrapper,.swiper-slide{max-height:fit-content}.breadcrumb{flex-wrap:nowrap;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.breadcrumb::-webkit-scrollbar{display:none}.breadcrumb li{flex-shrink:0}.breadcrumb .breadcrumb-item:first-child{padding-left:0!important}.breadcrumb .breadcrumb-item a{color:var(--clr-secondary)}.breadcrumb .breadcrumb-item.active{color:var(--clr-primary)}@media(min-width:992px){.breadcrumb{margin-block:40px 60px}}@media(max-width:991px){.breadcrumb{margin-block:40px}}@media(min-width:992px){.spacing-top{padding-top:100px}}@media(max-width:991px){.spacing-top{padding-top:80px}}@media(min-width:992px){.spacing-bottom{padding-bottom:100px}}@media(max-width:991px){.spacing-bottom{padding-bottom:80px}}@media(min-width:992px){.spacing-block{padding-block:100px}}@media(max-width:991px){.spacing-block{padding-block:80px}}.section-header{--section-header-max-width: 750px;display:flex;flex-direction:column;gap:20px;color:inherit;max-width:var(--section-header-max-width);margin-inline:auto}.section-header .section-subtitle{color:var(--clr-secondary)}.section-header.light{color:#fff}@media(min-width:992px){.section-header{text-align:center}}@media(max-width:991px){.section-header{text-align:start}}.primary-btn{display:inline-flex;align-items:center;width:fit-content;overflow:hidden}.primary-btn__label,.primary-btn p{display:flex;width:fit-content;white-space:nowrap;color:var(--clr-light);border:1px solid var(--clr-light);padding:clamp(.938rem,.323vw + .737rem,1.125rem) clamp(1.25rem,2.155vw - .086rem,2.5rem);border-radius:100px;transition:var(--transition);font-size:clamp(.938rem,.493vw + .632rem,1.125rem);line-height:13px;font-weight:400;letter-spacing:normal}.primary-btn__icon{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--clr-light);border-radius:100px;overflow:hidden;flex-shrink:0;transition:background-color .35s ease,border-color .35s ease}@media(min-width:992px){.primary-btn__icon{width:50px;height:50px}}@media(max-width:991px){.primary-btn__icon{width:40px;height:40px}}.primary-btn__icon-track{position:relative;width:28px;height:28px;display:block}.primary-btn__icon-track svg{position:absolute;inset:0;width:28px;height:28px;transition:transform .35s ease}.primary-btn__icon-track svg path{fill:var(--clr-light);transition:fill .35s ease}.primary-btn__icon-track svg:first-child{transform:translate(0)}.primary-btn__icon-track svg:last-child{transform:translate(-170%)}@media(pointer:fine)and (hover:hover){.primary-btn:hover .primary-btn__label,.primary-btn:hover p,.primary-btn:focus-visible .primary-btn__label,.primary-btn:focus-visible p{color:var(--clr-secondary);background-color:var(--clr-light)}.primary-btn:hover .primary-btn__icon-track svg:first-child,.primary-btn:focus-visible .primary-btn__icon-track svg:first-child{transform:translate(170%)}.primary-btn:hover .primary-btn__icon-track svg:last-child,.primary-btn:focus-visible .primary-btn__icon-track svg:last-child{transform:translate(0)}.primary-btn:hover .primary-btn__icon-track svg path,.primary-btn:focus-visible .primary-btn__icon-track svg path{fill:var(--clr-secondary)}.primary-btn:hover .primary-btn__icon,.primary-btn:focus-visible .primary-btn__icon{background-color:var(--clr-light)}}.primary-btn--dark .primary-btn__label,.primary-btn--dark p{color:var(--clr-primary);border-color:var(--clr-primary)}.primary-btn--dark .primary-btn__icon{border-color:var(--clr-primary)}.primary-btn--dark .primary-btn__icon-track svg path{fill:var(--clr-primary)}@media(pointer:fine)and (hover:hover){.primary-btn--dark:hover .primary-btn__label,.primary-btn--dark:hover p,.primary-btn--dark:focus-visible .primary-btn__label,.primary-btn--dark:focus-visible p{color:var(--clr-light);background-color:var(--clr-primary)}.primary-btn--dark:hover .primary-btn__icon,.primary-btn--dark:focus-visible .primary-btn__icon{background-color:var(--clr-primary)}.primary-btn--dark:hover .primary-btn__icon-track svg path,.primary-btn--dark:focus-visible .primary-btn__icon-track svg path{fill:var(--clr-light)}}.primary-btn-row{display:flex;justify-content:center;margin-top:100px}.head-anime{display:block}.head-anime__line{display:block;overflow:hidden}.head-anime__line-inner{display:block;will-change:transform,opacity;padding-bottom:2px}.reading-anim__word{will-change:opacity}.contact-section{background-color:var(--clr-primary)}.contact-section .contact-row{display:flex;align-items:stretch;gap:25px}.contact-section .contact-row .contact-col{display:flex}@media(min-width:992px){.contact-section .contact-row .contact-col{width:100%}}.contact-section .contact-row .contact-info__wrapper{width:100%;display:flex;flex-direction:column;min-width:0;color:#fff}@media(min-width:992px){.contact-section .contact-row .contact-info__wrapper{padding:40px;gap:50px;font-size:18px;line-height:26px;font-weight:400;letter-spacing:normal}}@media(max-width:991px){.contact-section .contact-row .contact-info__wrapper{padding-top:35px;gap:25px;font-size:16px;line-height:24px;font-weight:400;letter-spacing:normal}}.contact-section .contact-row .contact-info{display:flex;min-width:0}.contact-section .contact-row .contact-info svg{flex:0 0 auto}@media(min-width:992px){.contact-section .contact-row .contact-info{gap:20px}}@media(max-width:991px){.contact-section .contact-row .contact-info{gap:15px}}.contact-section .contact-row .contact-info__wrap{display:flex;flex-direction:column;gap:5px;min-width:0}.contact-section .contact-row .contact-info__wrap a{color:#fff;overflow-wrap:anywhere;word-break:break-word}.contact-section .contact-row .form-col{background-color:#191919;height:fit-content}@media(min-width:992px){.contact-section .contact-row .form-col{padding:40px}}@media(max-width:991px){.contact-section .contact-row .form-col{padding:20px}}@media(min-width:992px){.contact-section .contact-row{margin-top:100px}}@media(max-width:991px){.contact-section .contact-row{flex-direction:column}}.goal-section .goal-subtitle{margin-inline:auto;border-bottom:1px solid var(--clr-primary);text-align:center;max-width:585px;padding-bottom:40px;margin-bottom:100px}.goal-section .goal-content{margin-inline:auto;text-align:center;max-width:1500px;font-size:50px;line-height:62px;font-weight:400;letter-spacing:normal}.goal-section .goal-content.is-enhanced .goal-word{color:var(--clr-primary);opacity:.18}@media(max-width:991px){.goal-section .goal-content{font-size:26px;line-height:32px;font-weight:400;letter-spacing:normal}}.goal-section--reverse{background-color:var(--clr-primary)}.goal-section--reverse .goal-subtitle{border-bottom-color:var(--clr-alt-1)}.goal-section--reverse .goal-content,.goal-section--reverse .goal-content.is-enhanced .goal-word{color:var(--clr-light)}.hero-section{position:relative;min-height:90vh;display:flex;align-items:flex-end;overflow:hidden;background-color:var(--clr-primary)}.hero-section .container{position:relative;z-index:2;width:100%}.hero-section__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-section__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#1515151f,#151515b3);z-index:1}.hero-section__content{max-width:900px;padding-bottom:100px;color:var(--clr-light)}.hero-section__content h1{margin-bottom:32px;color:inherit}.hero-section__content .content-box{max-width:900px}.hero-section__content .content-box p{color:inherit}@media(max-width:991px){.hero-section__content{padding-bottom:60px}}.home .home-hero{--hero-bg-scale: 1;position:relative;height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.home .home-hero:before{content:"";position:absolute;inset:0;z-index:0;background-image:inherit;background-size:cover;background-position:center;background-repeat:no-repeat;transform:scale(var(--hero-bg-scale));transform-origin:center;will-change:transform}.home .home-hero__video{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;transform:scale(var(--hero-bg-scale));transform-origin:center;will-change:transform}.home .home-hero__overlay{position:absolute;inset:0;z-index:1;background:#00000073;pointer-events:none}.home .home-hero .container{height:100%;position:relative;z-index:2}.home .home-hero__boat{position:absolute;left:50%;top:50%;width:clamp(300px,36vw,680px);aspect-ratio:1805/537;overflow:hidden;transform:translate(-50%,-50%);pointer-events:none;z-index:3}.home .home-hero .centered-img{position:absolute;top:-132.96%;left:-56.45%;width:212.74%;max-width:none;height:auto}.home .home-hero__content-wrapper{position:relative;height:100%;z-index:2}.home .home-hero__center{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:28px;padding-inline:24px}.home .home-hero__logo{display:block;width:clamp(150px,20vw,320px);height:auto}.home .home-hero__center>picture{display:block}.home .home-hero .hero-title{margin:0;font-size:clamp(30px,8vw,100px);line-height:clamp(34px,8vw,100px);font-weight:500;max-width:1200px}.home .home-hero__line{display:block;overflow:hidden}.home .home-hero__line-inner{display:block;will-change:transform,opacity}.home .home-hero__bottom{width:100%;max-width:700px;margin-inline:auto;display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}.home .home-hero .content-box,.home .home-hero .content-box p{margin:0}@media(max-width:991px){.home .home-hero__boat{width:78vw}.home .home-hero__center{padding-inline:16px}.home .home-hero__bottom{max-width:calc(100% - 32px)}.home .home-hero .content-box{display:none}}.home .about-section{background-color:var(--clr-primary);color:#fff}.home .about-section .section-subtitle{margin-bottom:15px}.home .about-section .row{display:flex;gap:40px}@media(max-width:991px){.home .about-section .row{flex-direction:column}}.home .about-section .col{width:100%}@media(min-width:992px){.home .about-section .col .lg-title{max-width:750px}}.home .about-section .primary-btn{margin-top:60px;width:100%}@media(min-width:992px){.home .about-section .primary-btn{justify-content:end}}@media(max-width:991px){.home .about-section .primary-btn{justify-content:start}}.home .ribs-section{overflow:hidden;background-color:var(--clr-primary);color:var(--clr-light)}.home .ribs-section__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:56px}.home .ribs-section__controls{display:flex;align-items:center;justify-content:center;gap:14px;flex-shrink:0;transition:opacity .35s ease;margin-top:40px}.home .ribs-section__control{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background-color:transparent;color:var(--clr-light);transition:border-color .35s ease,background-color .35s ease,opacity .35s ease,transform .35s ease;cursor:pointer}.home .ribs-section__control svg{width:18px;height:18px}.home .ribs-section__control--prev{transform:rotate(180deg)}.home .ribs-section__control:disabled{opacity:.35;cursor:default}@media(pointer:fine)and (hover:hover){.home .ribs-section__control:not(:disabled):hover,.home .ribs-section__control:not(:disabled):focus-visible{border-color:var(--clr-secondary);background-color:var(--clr-secondary)}}.home .ribs-section .ribs-carousel__viewport{overflow:hidden}.home .ribs-section .ribs-carousel__container{display:flex}.home .ribs-section .ribs-carousel__slide{flex:0 0 20%;min-width:0}.home .ribs-section .top-model-card{height:100%}.home .ribs-section.is-static .ribs-section__controls{opacity:0;pointer-events:none}@media(max-width:1599px){.home .ribs-section .ribs-carousel__slide{flex-basis:25%}}@media(max-width:1199px){.home .ribs-section .ribs-carousel__slide{flex-basis:50%}}@media(max-width:991px){.home .ribs-section__heading{flex-direction:column;align-items:stretch;margin-bottom:40px}.home .ribs-section__controls{justify-content:flex-end}.home .ribs-section .ribs-carousel__slide{flex-basis:72%}}@media(max-width:767px){.home .ribs-section__controls{display:none}.home .ribs-section .ribs-carousel__slide{flex-basis:86%}}.home .gallery-section .section-header{color:var(--clr-primary)}.home .gallery-section .gallery-grid{display:grid;gap:24px;margin-top:56px}@media(min-width:992px){.home .gallery-section .gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:991px){.home .gallery-section .gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:36px}}.home .gallery-section .gallery-card{position:relative;overflow:hidden;margin:0;background:#eef4ff;border-radius:6px;isolation:isolate}.home .gallery-section .gallery-card:after{content:"";position:absolute;inset:auto 0 0;height:45%;background:linear-gradient(180deg,#15151500,#151515c7);opacity:0;transition:opacity var(--transition);pointer-events:none}.home .gallery-section .gallery-card--square{aspect-ratio:1/1}.home .gallery-section .gallery-card--portrait{aspect-ratio:10/12}.home .gallery-section .gallery-card__image{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease}.home .gallery-section .gallery-card__caption{position:absolute;left:22px;right:22px;bottom:20px;z-index:1;color:var(--clr-light);opacity:0;transition:opacity var(--transition);font-size:20px;line-height:28px;font-weight:500;letter-spacing:normal}@media(max-width:991px){.home .gallery-section .gallery-card__caption{left:16px;right:16px;bottom:16px;opacity:1;font-size:16px;line-height:22px;font-weight:500;letter-spacing:normal}.home .gallery-section .gallery-card:after{opacity:1}}@media(max-width:767px){.home .gallery-section .gallery-card--portrait,.home .gallery-section .gallery-card--square{aspect-ratio:4/3}}.default{background-color:var(--clr-primary);padding-block:100px}.default .default-wrapper{display:flex;flex-direction:column;gap:40px;max-width:1250px}
