@font-face {
    font-family: 'Involve';
    src: url('https://dl.dropboxusercontent.com/scl/fi/8fwhoa7dfiv1ni6rqcdvj/Involve-Regular.woff?rlkey=c8fctkjdpzo5f80kwojfjndeo&st=ia89r5ih&dl=0') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Involve';
    src: url('https://dl.dropboxusercontent.com/scl/fi/hpn7wvfozrqtnlguva2ni/Involve-Medium.woff?rlkey=0wfzm09bn3jtnrcdwg35x202g&st=0r7frxag&dl=0') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Involve';
    src: url('https://dl.dropboxusercontent.com/scl/fi/525bwl6re9eyk93842ont/Involve-SemiBold.woff?rlkey=nny2byhvjkpj9aasd6btjlcwb&st=qkrk74pg&dl=0') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Involve';
    src: url('https://dl.dropboxusercontent.com/scl/fi/7lnot933jsgzr26eb4elq/Involve-Bold.woff?rlkey=0bhxz8euxp9aicjxu28ff2qqx&st=gaonmtwe&dl=0') format('woff');
    font-weight: 700;
    font-style: normal;
}

@-webkit-keyframes slide-bg {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -300% 0;
    }
}

@keyframes slide-bg {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -300% 0;
    }
}

@-webkit-keyframes opacity {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes opacity {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@-webkit-keyframes light {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes light {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
}

@-webkit-keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - var(--gap, 3rem)));
    }
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - var(--gap, 3rem)));
    }
}

html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    background: #020002;
    color: #ffffff;
    font-family: 'Involve', Arial, Helvetica, sans-serif;
    overflow-x: clip;
}

ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

a {
    text-decoration: none;
    color: inherit !important;
}

h1,
h2 {
    text-transform: uppercase;
    font-weight: 400;
}

h1 {
    font-size: 3.375rem;
}

h2 {
    font-size: 2.25rem;
}

h3 {
    font-weight: 500;
}

h5 {
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 60%);
    font-weight: 400;
}

.header nav,
.container {
    max-width: 1174px;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.container.container_680 {
    max-width: 720px;
}

.container.container_1086 {
    max-width: 1126px;
}

.section__top {
    display: flex;
    gap: 2.5rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}

.descr,
.section__descr {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5;
    color: rgb(233 242 255 / 95%);
}

.t-body #allrecords .t-form .t-submit,
.t-body #allrecords .t-btn,
.btn {
    height: 2.75rem;
    background: #FEFFFF !important;
    color: rgb(15 15 15 / 90%) !important;
    box-shadow: 0px 0px 250px #A0AFBB,
        0px 0px 250px #A0AFBB,
        0px 0px 187px #A0AFBB,
        0px 0px 93px #FFFFFF,
        0px 0px 26px #FFFFFF,
        0px 0px 13px #FFFFFF !important;
    border-radius: 10rem;
    padding: 0.875rem 2.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.08em;
    transition: box-shadow 0.3s ease;
    will-change: box-shadow;
}

.t-body #allrecords .t-form .t-submit:hover,
.btn:hover {
    box-shadow: 0px 0px 155px #E5E5E5 !important;
}

.header {
    position: absolute;
    isolation: isolate;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    padding: 4.75rem 0 1.25rem;
}

.header nav {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: clamp(60px, 10vh, 4.5rem);
}

.header nav ul {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.header nav ul li a {
    pointer-events: all;
    color: #ffffff !important;
    transition: opacity 0.4s ease;
    font-size: 0.875rem;
    line-height: 1.2;
}

.header nav ul li a:hover {
    opacity: 0.4;
}

.logo {
    display: flex;
}

.header.active nav ul {
    transform: translate(0, 0);
    right: 0;
    transition: all 0.4s cubic-bezier(0.67, 0.06, 0.43, 0.97);
}

.header.active .logo {
    transform: translate(0, 0);
    left: 0;
    transition: all 0.4s cubic-bezier(0.67, 0.06, 0.43, 0.97);
}

.header nav ul li {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.header nav ul li:after {
    content: '';
    height: 13px;
    width: 1px;
    background: rgb(255 255 255 / 20%);
}

.header nav ul li:last-child:after {
    display: none;
}

.main {
    /*background: #080808;*/
    isolation: isolate;
    position: relative;
    padding: clamp(270px, 50vh, 520px) 0 58px;
}

.main .section__descr {
    max-width: 310px;
}

.main.active .main__bg {
    -webkit-animation: opacity 1s forwards 0.3s;
    animation: opacity 1s forwards 0.3s, light 4s infinite 1.3s ease;
}

.main__bg {
    opacity: 0;
    transform: translateY(-10%) scale(1.1);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none;
    overflow: hidden;
}

.main__bg img {
    height: 100%;
    width: 1440px;
    min-width: 100%;
    -o-object-position: top center;
    object-position: top center;
}

.main .section__top {
    gap: 1.25rem;
}

.main .section__title {
    background: linear-gradient(180deg, #FFFFFF 35.73%, rgba(20, 44, 64, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    color: transparent;
    text-shadow: 0px 0px 100px rgba(0, 0, 0, 0.6);
    letter-spacing: 0.054em;
}

.main .btn {
    margin-top: 2.5rem;
    display: flex;
}

.main .section__bottom {
    display: flex;
    justify-content: space-between;
    gap: 1.25rem;
}

.main .section__bottom .descr {
    max-width: 252px;
}

.main .container {
    display: flex;
    flex-direction: column;
    gap: clamp(90px, 20vh, 210px);
}

.marquee .container {
    --gap: 3rem;
    display: flex;
    gap: var(--gap, 3rem);
    overflow: hidden;
    -webkit-mask: linear-gradient(270deg, rgba(0, 0, 0, 0) -0.88%, #FFFFFF 13.23%, #FFFFFF 81.61%, rgba(0, 0, 0, 0) 103.34%);
    mask: linear-gradient(270deg, rgba(0, 0, 0, 0) -0.88%, #FFFFFF 13.23%, #FFFFFF 81.61%, rgba(0, 0, 0, 0) 103.34%);
}

.marquee ul {
    flex-shrink: 0;
    display: flex;
    gap: var(--gap, 3rem);
}

.marquee.active ul {
    -webkit-animation: marquee 20s linear infinite;
    animation: marquee 20s linear infinite;
}

.marquee li {
    display: flex;
    flex-shrink: 0;
}

.services {
    padding: 10rem 0 0;
}

.services .cards {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 1fr;
    gap: 1.25rem;
}

.services .cards__item {
    grid-column: span 2;
    position: relative;
    isolation: isolate;
    border-radius: 0.75rem;
    overflow: hidden;
    padding: 1.75rem 1.75rem 3rem;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    justify-content: space-between;
    transition: transform 0.3s ease;
}

.services .cards__item:hover {
    transform: scale(1.0125);
}

.services .cards__item:nth-child(-n+2) {
    grid-column: span 3;
}

.services .cards__item-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
}

.services .cards__item-tags {
    --max-width: 245px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    max-width: var(--max-width, 245px);
}

.services .cards__item-tags li {
    font-weight: 500;
    font-size: 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    opacity: 0.8;
    border-radius: 4px;
    padding: 0.375rem 0.75rem;
}

.services .cards__item-title.title {
    font-size: 1.375rem;
    line-height: 1.3;
}

.services .container {
    display: flex;
    flex-direction: column;
    gap: 7.5rem;
}

.rating .descr,
.services .descr {
    max-width: 436px;
    margin: 0 auto;
    text-align: center;
}

.result {
    padding: 10rem 0 0;
    position: relative;
    z-index: 1;
}

.stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px 112px;
    position: relative;
    padding-left: calc(min(1126px, 100vw)/2 - 473px);
}

.stats__item {
    display: flex;
    flex-direction: column;
    gap: 2.25rem;
}

.stats__item-top {
    text-align: right;
}

.result .container {
    display: flex;
    flex-direction: column;
    gap: 7.5rem;
}

.stats__item-bottom {
    max-width: 214px;
}

.stats__item .descr {
    color: rgb(233 242 255 / 60%);
}

.stats__item .descr span {
    color: #ffffff;
}

.stats__item .title {
    font-size: 60px;
    font-weight: 400;
    line-height: 1.1;
}

.stats__item .title .num {
    font-size: 1.66em;
}

.stats:before {
    content: '';
    position: absolute;
    left: calc(50% + max(calc((min(1126px, 100vw) / 2 - 473px) / 2), 0px));
    top: 0;
    height: 80%;
    width: 1px;
    background: linear-gradient(to bottom, #ffffff 22%, transparent);
}

.group {
    margin-top: -210px;
    padding: 210px 0 0;
    background: url('https://static.tildacdn.com/tild3861-3137-4635-b863-323337373966/bg.png') no-repeat center top / max(100%, 1440px) 100%;
}

.rating {
    padding: 296px 0 0;
}

.team {
    padding-top: 4rem;
}

.team__cards {
    display: flex;
    gap: 1.25rem;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    padding-top: 1.5rem;
    padding-inline: 1.5rem;
    margin-inline: -1.5rem;
}

.team__cards-item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: all 0.3s ease;
}

.team__cards-item-bottom {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    opacity: 0;
    transform: translateY(-1.75rem);
    transition: all 0.4s ease;
    pointer-events: none;
    padding-bottom: 28px;
}

.team__cards-item-top {
    display: flex;
    border-radius: 0.25rem;
    overflow: hidden;
    background: #0F1010;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

.team__cards-item.active .team__cards-item-top {
    border-radius: 0.5rem;
    box-shadow: 0px -10px 40px rgba(0, 0, 0, 0.2);
    transform: scale(1.2);
}

.team__cards-item.active:after {
    opacity: 1;
}

.team__cards-item.active .team__cards-item-bottom {
    opacity: 1;
    pointer-events: unset;
    transform: translateY(28px);
}

.team__cards-item-top img {
    width: 100%;
    aspect-ratio: 160 / 198;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: top center;
    -o-object-position: top center;
}

.team__cards-item.active {
    margin: 0 1rem;
}

.team .container {
    display: flex;
    flex-direction: column;
    gap: 7.5rem;
}

.team__cards .subtitle,
.team__cards .descr {
    font-size: 0.625rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 60%);
}

.team__cards-item.active:first-child {
    margin-left: 0 !important;
}

.team__cards-item.active:last-child {
    margin-right: 0 !important;
}

.team__cards .title {
    font-size: 1.125rem;
    line-height: 1.3;
}

.form {
    padding-top: 250px;
    padding-bottom: 360px;
}

.footer {
    color: #020102;
    position: relative;
    z-index: 1;
    padding: 1.5rem 0 5.25rem;
    font-size: 0.75rem;
    line-height: 1.5;
}

.footer .container {
    display: flex;
    flex-direction: column;
    gap: 8.75rem;
}

.footer__top {
    display: flex;
    justify-content: space-between;
    gap: 1.25rem;
}

.footer__description {
    max-width: 230px;
}

.footer__left {
    display: flex;
    gap: 1.875rem;
}

.footer__right {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.25rem;
    max-width: 426px;
    width: 100%;
}

.footer__city {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    height: 17px;
}

.footer__icon {
    display: flex;
}

.footer__location {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: right;
    font-size: 0.875rem;
    line-height: 1.2;
}

.footer__timezone {
    color: rgba(2, 1, 2, 0.6);
}

.footer__menu {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    line-height: 1.2;
}

.footer__privacy {
    text-decoration: underline !important;
    text-underline-offset: 2px;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

.footer__bottom p {
    text-align: center;
    color: rgba(2, 1, 2, 0.3);
}

.form .t-container,
.form .t-col {
    max-width: unset !important;
    margin: 0 !important;
    padding: 0 !important;
}

.form .t-input {
    border-color: transparent !important;
    background: #1A181B;
    height: 2.75rem;
    font-size: 0.75rem;
    color: rgb(255 255 255 / 60%) !important;
}

.form input.t-input {
    padding: 0 1rem !important;
    position: relative;
}

.form .t-input-block:before {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    border-radius: 6px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    background-size: 300% 100% !important;
    background-position: 0 0;
    animation: slide-bg 4s linear infinite;
}

.form .t-input-block:has(.t-input:focus)::before {
    opacity: 1;
}

.form input.t-input:autofill {
    box-shadow: 0 0 0 1000px rgb(26 24 27) inset !important;
    -webkit-text-fill-color: rgb(255 255 255 / 60%) !important;
    -moz-text-fill-color: rgb(255 255 255 / 60%) !important;
    caret-color: rgb(255 255 255 / 60%) !important;
}

.form input.t-input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px rgb(26 24 27) inset !important;
    box-shadow: 0 0 0 1000px rgb(26 24 27) inset !important;
    -webkit-text-fill-color: rgb(255 255 255 / 60%) !important;
    caret-color: rgb(255 255 255 / 60%) !important;
}

.form input.t-input:-moz-autofill {
    -moz-box-shadow: 0 0 0 1000px rgb(26 24 27) inset !important;
    box-shadow: 0 0 0 1000px rgb(26 24 27) inset !important;
    -moz-text-fill-color: rgb(255 255 255 / 60%) !important;
    caret-color: rgb(255 255 255 / 60%) !important;
}

.form textarea.t-input {
    padding: 0.5rem 1rem !important;
    resize: none;
}

.form .container {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.form__container {
    max-width: 454px;
    margin: 0 auto;
    padding: 2.5rem 2rem;
    box-sizing: border-box;
    background: url('https://static.tildacdn.com/tild3963-6166-4162-b732-633564373263/form.png') no-repeat center top / cover;
    border-radius: 1.5rem;
    overflow: hidden;
}

.form .t-form__submit {
    margin: 2rem 0 0 !important;
}

.form .t-input-group {
    margin-bottom: 0.75rem;
    position: relative;
}

.form .t-input-block {
    display: flex;
    position: relative;
    isolation: isolate;
    padding: 1px;
}

.form .t678__form-bottom-text {
    font-size: 9px;
    color: rgb(255 255 255 / 50%);
    margin: 0;
}

.form__container * {
    font-family: 'Involve', Arial, Helvetica, sans-serif;
}

.form .t-form__errorbox-middle {
    display: none;
}

.form .t-input-error {
    font-size: 0.75rem !important;
}

.footer__menu a {
    transition: opacity 0.4s ease;
}

.footer__menu a:hover {
    opacity: 0.4;
}

.t-form-success-popup__wrapper {
    border-radius: 1.5rem !important;
    padding: 60px 32px !important;
    right: unset !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background: url('https://static.tildacdn.com/tild3939-3635-4034-a230-313234356562/bg.png') no-repeat center / cover !important;
}

.t-form-success-popup__wrapper .t-form-success-popup__button,
.t-form-success-popup__wrapper .t-form-success-popup__content-icon {
    display: none;
}

.t-form-success-popup__wrapper .t-form-success-popup__title {
    color: #ffffff;
    margin-bottom: 1rem;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.t-form-success-popup__wrapper .t-form-success-popup__text {
    margin: 0;
    color: #ffffff;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5;
}

.t-form-success-popup__wrapper .t-form-success-popup__close-icon {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0.75rem;
    top: 0.75rem;
}

.t-form-success-popup__wrapper .t-form-success-popup__close-icon svg path {
    fill: #ffffff;
}

.t-form-success-popup_new.t-form-success-popup {
    -webkit-backdrop-filter: blur(0.75rem);
    backdrop-filter: blur(0.75rem);
}

.preloader {
    position: fixed;
    z-index: 1000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #020002;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    transition: all 0.4s cubic-bezier(0.67, 0.06, 0.43, 0.97);
}

.preloader__container {
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.preloader__percent {
    text-align: right;
    font-size: 1rem;
    line-height: 1.25;
}

.preloader__bar {
    height: 3px;
    background: #FFFFFF;
    box-shadow: 0px 0px 142.223px #FFFFFF, 0px 0px 81.27px #FFFFFF, 0px 0px 47.4075px #FFFFFF, 0px 0px 23.7038px #FFFFFF, 0px 0px 6.7725px #FFFFFF, 0px 0px 3.38625px #FFFFFF;
    transition: width 0.2s ease;
}

.preloader.hidden {
    opacity: 0;
    transform: scale(1.3);
    pointer-events: none;
}

@media screen and (max-width: 960px) {
    .team__cards-item {
        flex-shrink: 0;
        width: 160px;
        scroll-snap-align: start;
    }

    .team__cards {
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        scroll-padding: 1.5rem;
    }

    .footer__right {
        width: unset;
    }
}

@media screen and (max-width: 768px) {
    .main {
        padding-top: clamp(200px, 30vh, 360px);
    }

    .main .section__title {
        font-size: 3rem;
    }

    h2 {
        font-size: 2rem;
    }

    .section__top {
        gap: 1.5rem;
    }

    .services .container,
    .result .container,
    .team .container,
    .form .container,
    .footer .container {
        gap: 5rem;
    }

    .services,
    .result,
    .form {
        padding-top: 8rem;
    }

    .stats__item .title {
        font-size: 3rem;
    }

    .form {
        padding-bottom: 16rem;
    }

    .services .cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .services .cards__item,
    .services .cards__item:nth-child(-n+2) {
        grid-column: unset;
    }

    .header nav {
        gap: 3.5rem;
    }

    .header {
        padding-top: 3rem;
    }
}

@media screen and (max-width: 640px) {
    .header nav ul {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 230px;
        gap: 1.0625rem;
    }

    .header nav ul li {
        gap: 1.0625rem;
    }

    .header nav ul li:nth-child(3):after {
        display: none;
    }

    .header nav {
        gap: 2rem;
    }

    .main .section__title {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    .main .btn {
        margin-top: 2rem;
    }

    .services .cards {
        grid-template-columns: 1fr;
    }

    .team__cards-item.active .team__cards-item-top {
        transform: unset;
    }

    .team__cards-item.active {
        margin: 0;
    }

    .team__cards-item.active .team__cards-item-bottom,
    .team__cards-item-bottom {
        transform: unset;
        opacity: 1;
        padding: 0;
    }

    .services .container,
    .result .container,
    .team .container,
    .form .container,
    .footer .container {
        gap: 3rem;
    }

    .services,
    .result,
    .form {
        padding-top: 6rem;
    }

    .stats__item .title {
        font-size: 2.5rem;
    }

    .stats__item {
        gap: 2rem;
    }

    .form__container {
        padding: 1.5rem 1.25rem;
    }

    .form .t-form__submit {
        width: unset !important;
    }

    .t-body #allrecords .t-form .t-submit {
        width: unset;
    }

    .footer__right {
        flex-direction: column;
        text-align: right;
        gap: 0.75rem;
    }
    
    .rating {
        padding: 96px 0 0;
    }
}

@media screen and (max-width: 480px) {
    .main .section__bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .main .section__bottom .descr {
        max-width: unset;
    }

    .services .cards__item {
        padding: 1.25rem 1.25rem 1.75rem;
    }

    .stats {
        gap: 4rem 3.5rem;
    }

    .group {
        padding-top: 380px;
    }

    .footer__left {
        gap: 1.25rem;
    }

    .services .container,
    .result .container,
    .team .container,
    .form .container,
    .footer .container {
        gap: 2.5rem;
    }
}