@font-face {
    font-family: 'Circe';
    src: url('../fnt/Circe-Light.eot');
    src: local('Circe Light'), local('Circe-Light'),
        url('../fnt/Circe-Light.eot?#iefix') format('embedded-opentype'),
        url('../fnt/Circe-Light.woff2') format('woff2'),
        url('../fnt/Circe-Light.woff') format('woff'),
        url('../fnt/Circe-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Circe Extra';
    src: url('../fnt/Circe-ExtraBold.eot');
    src: local('Circe Extra Bold'), local('Circe-ExtraBold'),
        url('../fnt/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fnt/Circe-ExtraBold.woff2') format('woff2'),
        url('../fnt/Circe-ExtraBold.woff') format('woff'),
        url('../fnt/Circe-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('../fnt/Circe-Thin.eot');
    src: local('Circe Thin'), local('Circe-Thin'),
        url('../fnt/Circe-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fnt/Circe-Thin.woff2') format('woff2'),
        url('../fnt/Circe-Thin.woff') format('woff'),
        url('../fnt/Circe-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('../fnt/Circe-Regular.eot');
    src: local('Circe'), local('Circe-Regular'),
        url('../fnt/Circe-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fnt/Circe-Regular.woff2') format('woff2'),
        url('../fnt/Circe-Regular.woff') format('woff'),
        url('../fnt/Circe-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('../fnt/Circe-Bold.eot');
    src: local('Circe Bold'), local('Circe-Bold'),
        url('../fnt/Circe-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fnt/Circe-Bold.woff2') format('woff2'),
        url('../fnt/Circe-Bold.woff') format('woff'),
        url('../fnt/Circe-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.hidden {
    display: none !important;
}

input:focus,
textarea:focus {
	outline: none;
}

input,
textarea {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button {
    outline: none;
    border: 0;
    cursor: pointer;
}

button:active {
    outline: none;
}

button:focus {
    outline: none;
}

#change-number {
    cursor: pointer;
    text-align: center;
    justify-content: center;
}

#name-error,
#phone-error,
#email-error,
#phoneConfirm-error,
#footerName-error,
#footerEmail-error,
#footerPhone-error,
#codeError {
    display: inherit;
    background: transparent !important;
    font-size: 12px;
    width: auto;
    height: auto;
    color: red;
    margin: 0;
    position: absolute;
    font-family: Verdana, Arial;
}

#name-error {
    margin: -20px 0 0 20px;
}

#email-error {
    margin: -20px 0 0 20px;
}

#phone-error {
    margin: 50px 0 0 20px;
}

#phoneConfirm-error {
    margin: 50px 0 0 20px;
}

#codeError {
    margin: -20px 0 0 20px;
}

.iti.iti--allow-dropdown {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iti.iti--allow-dropdown {
    flex-direction: column;
    align-items: flex-start;
}

.iti__country-name {
    color: #202020;
}

.iti-mobile .iti--container {
    z-index: 999999999;
}

#phone {
    padding-left: 64px;
}

#change-number {
    display: block;
    margin: 0 auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #686868;
    margin-top: 15px;
    text-align: center;
}

#codeError {
    display: none;
}

.popup * {
    font-family: Verdana, Arial;
}

.popup {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999999;
}

.popup_content {
    width: 514px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 34px 43px 50px 43px;
    position: relative;
}

.close_popup {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.popup h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #191938;
    margin-bottom: 25px;
}

.popup p {
    color: #191938;
}

.popup label {
    margin-bottom: 20px;
    display: block;
    position: relative;
}

.popup input {
    border: 1px solid #C0C0C0;
    border-radius: 5px;
    width: 100%;
}

.popup button {
    width: 100%;
}

.popup .politic {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #747474;
    max-width: 358px;
    display: block;
}

.popup .form_button {
    margin-bottom: 20px;
}

.popup_sms_change h3 {
    margin-bottom: 10px;
}

.popup_sms_change h3 ~ p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #686868;
    margin-bottom: 14px;
}

.popup .btn_gradient {
    width: 100%;
}

@media (max-width: 575px) {
    .popup_content {
        width: 100%;
        height: 100%;
        border-radius: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
    }
    .popup_content form {
        width: 100%;
    }
}

#tildaformcaptchabox {
    display: none !important;
}

div.t-records {
    opacity: 1;
}

#rec608871970 .t396__artboard {
    height: 900px;
    background-color: #1b1b1b;
}

#rec608871970 .t396__filter {
    height: 900px;
}

#rec608871970 .t396__carrier {
    height: 900px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec608871970 .t396__artboard {}

    #rec608871970 .t396__filter {}

    #rec608871970 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .t396__artboard {
        height: 1430px;
    }

    #rec608871970 .t396__filter {
        height: 1430px;
    }

    #rec608871970 .t396__carrier {
        height: 1430px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .t396__artboard {
        height: 1510px;
    }

    #rec608871970 .t396__filter {
        height: 1510px;
    }

    #rec608871970 .t396__carrier {
        height: 1510px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 479px) {
    #rec608871970 .t396__artboard {
        height: 1190px;
    }

    #rec608871970 .t396__filter {
        height: 1190px;
    }

    #rec608871970 .t396__carrier {
        height: 1190px;
        background-attachment: scroll;
    }
}

#rec608871970 .tn-elem[data-elem-id="1687764578158"] {
    z-index: 3;
    top: 74px;
    left: calc(50% - 600px + 307px);
    width: 585px;
}

#rec608871970 .tn-elem[data-elem-id="1687764578158"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687764578158"] {
        left: calc(50% - 480px + 188px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687764578158"] {
        top: 75px;
        left: calc(50% - 320px + 80px);
        width: 481px;
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687764578158"] {
        left: calc(50% - 240px + 26px);
        width: 436px;
    }
}

@media screen and (max-width: 479px) {
    #rec608871970 .tn-elem[data-elem-id="1687764578158"] {
        top: -273px;
        left: calc(50% - 160px + 176px);
    }
}

#rec608871970 .tn-elem[data-elem-id="1687768343928"] {
    z-index: 4;
    top: 407px;
    left: calc(50% - 600px + -99px);
    width: 513px;
}

#rec608871970 .tn-elem[data-elem-id="1687768343928"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687768343928"] {
        left: calc(50% - 480px + -221px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687768343928"] {
        top: 908px;
        left: calc(50% - 320px + 338px);
        width: 323px;
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687768343928"] {
        top: 927px;
        left: calc(50% - 240px + 250px);
    }
}

@media screen and (max-width: 479px) {
    #rec608871970 .tn-elem[data-elem-id="1687768343928"] {
        top: 448px;
        left: calc(50% - 160px + 517px);
    }

    #rec608871970 .tn-elem[data-elem-id="1687768343928"] .tn-atom {
        -webkit-transform: rotate(83deg);
        -moz-transform: rotate(83deg);
        transform: rotate(83deg);
    }
}

#rec608871970 .tn-elem[data-elem-id="1687805688094"] {
    z-index: 5;
    top: 596px;
    left: calc(50% - 600px + 730px);
    width: 146px;
}

#rec608871970 .tn-elem[data-elem-id="1687805688094"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec608871970 .tn-elem[data-elem-id="1687805688094"] .tn-atom {
    -webkit-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    transform: rotate(7deg);
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687805688094"] {
        left: calc(50% - 480px + 608px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687805688094"] {
        top: 521px;
        left: calc(50% - 320px + 757px);
    }

    #rec608871970 .tn-elem[data-elem-id="1687805688094"] .tn-atom {
        -webkit-transform: rotate(101deg);
        -moz-transform: rotate(101deg);
        transform: rotate(101deg);
    }
}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {}

#rec608871970 .tn-elem[data-elem-id="1687771015377"] {
    z-index: 6;
    top: 567px;
    left: calc(50% - 600px + -11px);
    width: 405px;
}

#rec608871970 .tn-elem[data-elem-id="1687771015377"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec608871970 .tn-elem[data-elem-id="1687771015377"] .tn-atom {
    -webkit-transform: rotate(171deg);
    -moz-transform: rotate(171deg);
    transform: rotate(171deg);
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687771015377"] {
        left: calc(50% - 480px + -133px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687771015377"] {
        top: 296px;
        left: calc(50% - 320px + -488px);
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687771015377"] {
        top: 399px;
        left: calc(50% - 240px + -86px);
    }
}

@media screen and (max-width: 479px) {
    #rec608871970 .tn-elem[data-elem-id="1687771015377"] {
        top: 419px;
    }
}

#rec608871970 .tn-elem[data-elem-id="1687768222899"] {
    z-index: 7;
    top: 536px;
    left: calc(50% - 600px + -48px);
    width: 414px;
}

#rec608871970 .tn-elem[data-elem-id="1687768222899"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec608871970 .tn-elem[data-elem-id="1687768222899"] .tn-atom {
    -webkit-transform: rotate(333deg);
    -moz-transform: rotate(333deg);
    transform: rotate(333deg);
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687768222899"] {
        left: calc(50% - 480px + -170px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687768222899"] {
        top: 336px;
        left: calc(50% - 320px + -391px);
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687768222899"] {
        top: 33px;
        left: calc(50% - 240px + -563px);
    }
}

@media screen and (max-width: 479px) {
    #rec608871970 .tn-elem[data-elem-id="1687768222899"] {
        top: 852px;
        left: calc(50% - 160px + -55px);
    }
}

#rec608871970 .tn-elem[data-elem-id="1687768434502"] {
    z-index: 8;
    top: 0px;
    left: calc(50% - 600px + -391px);
    width: 642px;
}

#rec608871970 .tn-elem[data-elem-id="1687768434502"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687768434502"] {
        left: calc(50% - 480px + -513px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687768434502"] {
        top: 596px;
        left: calc(50% - 320px + -2px);
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687768434502"] {
        top: 440px;
        left: calc(50% - 240px + 1040px);
    }
}

@media screen and (max-width: 479px) {}

#rec608871970 .tn-elem[data-elem-id="1687768627908"] {
    z-index: 9;
    top: -45px;
    left: calc(50% - 600px + 855px);
    width: 737px;
}

#rec608871970 .tn-elem[data-elem-id="1687768627908"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687768627908"] {
        left: calc(50% - 480px + 733px);
    }
}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {}

#rec608871970 .tn-elem[data-elem-id="1687768736160"] {
    z-index: 10;
    top: 524px;
    left: calc(50% - 600px + 796px);
    width: 363px;
}

#rec608871970 .tn-elem[data-elem-id="1687768736160"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687768736160"] {
        left: calc(50% - 480px + 674px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687768736160"] {
        top: 164px;
        left: calc(50% - 320px + -125px);
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687768736160"] {
        top: 678px;
        left: calc(50% - 240px + -827px);
    }
}

@media screen and (max-width: 479px) {
    #rec608871970 .tn-elem[data-elem-id="1687768736160"] {
        top: 304px;
        left: calc(50% - 160px + 87px);
    }
}

#rec608871970 .tn-elem[data-elem-id="1687770459994"] {
    z-index: 11;
    top: 635px;
    left: calc(50% - 600px + 56px);
    width: 310px;
}

#rec608871970 .tn-elem[data-elem-id="1687770459994"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec608871970 .tn-elem[data-elem-id="1687770459994"] .tn-atom {
    -webkit-transform: rotate(343deg);
    -moz-transform: rotate(343deg);
    transform: rotate(343deg);
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687770459994"] {
        left: calc(50% - 480px + -66px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687770459994"] {
        top: 957px;
        left: calc(50% - 320px + 118px);
    }
}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {
    #rec608871970 .tn-elem[data-elem-id="1687770459994"] {
        top: 905px;
        left: calc(50% - 160px + 59px);
    }
}

#rec608871970 .tn-elem[data-elem-id="1687770776794"] {
    z-index: 12;
    top: 280px;
    left: calc(50% - 600px + 375px);
    width: 215px;
}

#rec608871970 .tn-elem[data-elem-id="1687770776794"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687770776794"] {
        left: calc(50% - 480px + 253px);
    }
}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687770776794"] {
        top: 140px;
        left: calc(50% - 240px + 667px);
    }
}

@media screen and (max-width: 479px) {}

#rec608871970 .tn-elem[data-elem-id="1687769857669"] {
    z-index: 13;
    top: 314px;
    left: calc(50% - 600px + 405px);
    width: 185px;
}

#rec608871970 .tn-elem[data-elem-id="1687769857669"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec608871970 .tn-elem[data-elem-id="1687769857669"] .tn-atom {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687769857669"] {
        left: calc(50% - 480px + 283px);
    }
}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {
    #rec608871970 .tn-elem[data-elem-id="1687769857669"] {
        top: 455px;
        left: calc(50% - 160px + 221px);
    }
}

#rec608871970 .tn-elem[data-elem-id="1687771748320"] {
    z-index: 14;
    top: 411px;
    left: calc(50% - 600px + 790px);
    width: 133px;
}

#rec608871970 .tn-elem[data-elem-id="1687771748320"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec608871970 .tn-elem[data-elem-id="1687771748320"] .tn-atom {
    -webkit-transform: rotate(16deg);
    -moz-transform: rotate(16deg);
    transform: rotate(16deg);
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687771748320"] {
        left: calc(50% - 480px + 668px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687771748320"] {
        top: 638px;
        left: calc(50% - 320px + 55px);
    }

    #rec608871970 .tn-elem[data-elem-id="1687771748320"] .tn-atom {
        -webkit-transform: rotate(144deg);
        -moz-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687771748320"] {
        top: 690px;
        left: calc(50% - 240px + 0px);
    }
}

@media screen and (max-width: 479px) {
    #rec608871970 .tn-elem[data-elem-id="1687771748320"] {
        top: 555px;
        width: 106px;
    }
}

#rec608871970 .tn-elem[data-elem-id="1687771184438"] {
    z-index: 15;
    top: 348px;
    left: calc(50% - 600px + 369px);
    width: 299px;
}

#rec608871970 .tn-elem[data-elem-id="1687771184438"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec608871970 .tn-elem[data-elem-id="1687771184438"] .tn-atom {
    -webkit-transform: rotate(304deg);
    -moz-transform: rotate(304deg);
    transform: rotate(304deg);
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687771184438"] {
        left: calc(50% - 480px + 247px);
    }
}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687771184438"] {
        top: 330px;
        left: calc(50% - 240px + 156px);
    }
}

@media screen and (max-width: 479px) {
    #rec608871970 .tn-elem[data-elem-id="1687771184438"] {
        top: 362px;
        left: calc(50% - 160px + 20px);
    }
}

#rec608871970 .tn-elem[data-elem-id="1687782427292"] {
    z-index: 16;
    top: 278px;
    left: calc(50% - 600px + 668px);
    width: 10px;
}

#rec608871970 .tn-elem[data-elem-id="1687782427292"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687782427292"] {
        left: calc(50% - 480px + 546px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687782427292"] {
        top: 286px;
        left: calc(50% - 320px + 386px);
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687782427292"] {
        top: 273px;
        left: calc(50% - 240px + 300px);
    }
}

@media screen and (max-width: 479px) {
    #rec608871970 .tn-elem[data-elem-id="1687782427292"] {
        top: 281px;
        left: calc(50% - 160px + 211px);
    }
}

#rec608871970 .tn-elem[data-elem-id="1687771035976"] {
    z-index: 17;
    top: 280px;
    left: calc(50% - 600px + 576px);
    width: 347px;
}

#rec608871970 .tn-elem[data-elem-id="1687771035976"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec608871970 .tn-elem[data-elem-id="1687771035976"] .tn-atom {
    -webkit-transform: rotate(77deg);
    -moz-transform: rotate(77deg);
    transform: rotate(77deg);
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687771035976"] {
        left: calc(50% - 480px + 454px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687771035976"] {
        top: 380px;
        left: calc(50% - 320px + 283px);
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687771035976"] {
        top: 304px;
        left: calc(50% - 240px + 0px);
        width: 220px;
    }
}

@media screen and (max-width: 479px) {
    #rec608871970 .tn-elem[data-elem-id="1687771035976"] {
        top: 292px;
        left: calc(50% - 160px + -55px);
    }
}

#rec608871970 .tn-elem[data-elem-id="1687770922378"] {
    z-index: 18;
    top: 329px;
    left: calc(50% - 600px + 391px);
    width: 210px;
}

#rec608871970 .tn-elem[data-elem-id="1687770922378"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec608871970 .tn-elem[data-elem-id="1687770922378"] .tn-atom {
    -webkit-transform: rotate(346deg);
    -moz-transform: rotate(346deg);
    transform: rotate(346deg);
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687770922378"] {
        left: calc(50% - 480px + 269px);
    }
}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687770922378"] {
        top: 217px;
        left: calc(50% - 240px + 546px);
    }
}

@media screen and (max-width: 479px) {}

#rec608871970 .tn-elem[data-elem-id="1687771163583"] {
    z-index: 19;
    top: 343px;
    left: calc(50% - 600px + 452px);
    width: 414px;
}

#rec608871970 .tn-elem[data-elem-id="1687771163583"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec608871970 .tn-elem[data-elem-id="1687771163583"] .tn-atom {
    -webkit-transform: rotate(333deg);
    -moz-transform: rotate(333deg);
    transform: rotate(333deg);
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687771163583"] {
        left: calc(50% - 480px + 330px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687771163583"] {
        top: 415px;
        left: calc(50% - 320px + 46px);
    }

    #rec608871970 .tn-elem[data-elem-id="1687771163583"] .tn-atom {
        -webkit-transform: rotate(12deg);
        -moz-transform: rotate(12deg);
        transform: rotate(12deg);
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687771163583"] {
        top: 97px;
        left: calc(50% - 240px + 1007px);
    }
}

@media screen and (max-width: 479px) {}

#rec608871970 .tn-elem[data-elem-id="1687771123055"] {
    z-index: 20;
    top: 388px;
    left: calc(50% - 600px + 597px);
    width: 269px;
}

#rec608871970 .tn-elem[data-elem-id="1687771123055"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec608871970 .tn-elem[data-elem-id="1687771123055"] .tn-atom {
    -webkit-transform: rotate(69deg);
    -moz-transform: rotate(69deg);
    transform: rotate(69deg);
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687771123055"] {
        left: calc(50% - 480px + 475px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687771123055"] {
        top: 453px;
        left: calc(50% - 320px + 319px);
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687771123055"] {
        top: 333px;
        left: calc(50% - 240px + 687px);
    }
}

@media screen and (max-width: 479px) {}

#rec608871970 .tn-elem[data-elem-id="1687771098129"] {
    z-index: 21;
    top: 317px;
    left: calc(50% - 600px + 557px);
    width: 313px;
}

#rec608871970 .tn-elem[data-elem-id="1687771098129"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec608871970 .tn-elem[data-elem-id="1687771098129"] .tn-atom {
    -webkit-transform: rotate(98deg);
    -moz-transform: rotate(98deg);
    transform: rotate(98deg);
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687771098129"] {
        left: calc(50% - 480px + 435px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687771098129"] {
        top: 354px;
        left: calc(50% - 320px + -645px);
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687771098129"] {
        left: calc(50% - 240px + -903px);
    }
}

@media screen and (max-width: 479px) {}

#rec608871970 .tn-elem[data-elem-id="1687769606743"] {
    z-index: 22;
    top: 217px;
    left: calc(50% - 600px + 454px);
    width: 307px;
}

#rec608871970 .tn-elem[data-elem-id="1687769606743"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687769606743"] {
        left: calc(50% - 480px + 332px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687769606743"] {
        left: calc(50% - 320px + 167px);
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687769606743"] {
        top: 217px;
        left: calc(50% - 240px + 87px);
    }
}

@media screen and (max-width: 479px) {
    #rec608871970 .tn-elem[data-elem-id="1687769606743"] {
        top: 217px;
        left: calc(50% - 160px + 37px);
        width: 263px;
    }
}

#rec608871970 .tn-elem[data-elem-id="1687770021692"] {
    z-index: 23;
    top: 642px;
    left: calc(50% - 600px + 473px);
    width: 257px;
    height: 51px;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

#rec608871970 .tn-elem[data-elem-id="1687770021692"] .tn-atom {
    background-color: #242424;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687770021692"] {
        left: calc(50% - 480px + 351px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687770021692"] {
        top: 641px;
        left: calc(50% - 320px + 191px);
        width: 246px;
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687770021692"] {
        top: 638px;
        left: calc(50% - 240px + 115px);
        height: 39px;
    }
}

@media screen and (max-width: 479px) {
    #rec608871970 .tn-elem[data-elem-id="1687770021692"] {
        top: 590px;
        left: calc(50% - 160px + 44px);
    }
}

#rec608871970 .tn-elem[data-elem-id="1687770492963"] {
    z-index: 24;
    top: 524px;
    left: calc(50% - 600px + 473px);
    width: 382px;
}

#rec608871970 .tn-elem[data-elem-id="1687770492963"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec608871970 .tn-elem[data-elem-id="1687770492963"] .tn-atom {
    -webkit-transform: rotate(346deg);
    -moz-transform: rotate(346deg);
    transform: rotate(346deg);
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687770492963"] {
        left: calc(50% - 480px + 351px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687770492963"] {
        top: 542px;
        left: calc(50% - 320px + 55px);
    }

    #rec608871970 .tn-elem[data-elem-id="1687770492963"] .tn-atom {
        -webkit-transform: rotate(19deg);
        -moz-transform: rotate(19deg);
        transform: rotate(19deg);
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687770492963"] {
        top: 668px;
        left: calc(50% - 240px + 589px);
    }
}

@media screen and (max-width: 479px) {}

#rec608871970 .tn-elem[data-elem-id="1687856521366"] {
    z-index: 25;
    top: 540px;
    left: calc(50% - 600px + 394px);
    width: 382px;
}

#rec608871970 .tn-elem[data-elem-id="1687856521366"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec608871970 .tn-elem[data-elem-id="1687856521366"] .tn-atom {
    -webkit-transform: rotate(24deg);
    -moz-transform: rotate(24deg);
    transform: rotate(24deg);
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687856521366"] {
        left: calc(50% - 480px + 272px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687856521366"] {
        top: 413px;
        left: calc(50% - 320px + 175px);
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687856521366"] {
        top: 423px;
        left: calc(50% - 240px + 34px);
    }
}

@media screen and (max-width: 479px) {
    #rec608871970 .tn-elem[data-elem-id="1687856521366"] {
        top: 329px;
        left: calc(50% - 160px + -488px);
    }
}

#rec608871970 .tn-elem[data-elem-id="1687770692309"] {
    z-index: 26;
    top: 174px;
    left: calc(50% - 600px + 984px);
    width: 150px;
}

#rec608871970 .tn-elem[data-elem-id="1687770692309"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec608871970 .tn-elem[data-elem-id="1687770692309"] .tn-atom {
    -webkit-transform: rotate(299deg);
    -moz-transform: rotate(299deg);
    transform: rotate(299deg);
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687770692309"] {
        left: calc(50% - 480px + 862px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687770692309"] {
        top: 240px;
        left: calc(50% - 320px + -541px);
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687770692309"] {
        top: 389px;
        left: calc(50% - 240px + 857px);
    }
}

@media screen and (max-width: 479px) {}

#rec608871970 .tn-elem[data-elem-id="1687770817913"] {
    z-index: 27;
    top: 184px;
    left: calc(50% - 600px + 957px);
    width: 185px;
}

#rec608871970 .tn-elem[data-elem-id="1687770817913"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec608871970 .tn-elem[data-elem-id="1687770817913"] .tn-atom {
    -webkit-transform: rotate(86deg);
    -moz-transform: rotate(86deg);
    transform: rotate(86deg);
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687770817913"] {
        left: calc(50% - 480px + 835px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687770817913"] {
        top: 415px;
        left: calc(50% - 320px + 427px);
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687770817913"] {
        top: -344px;
        left: calc(50% - 240px + -244px);
    }
}

@media screen and (max-width: 479px) {}

#rec608871970 .tn-elem[data-elem-id="1687770804204"] {
    z-index: 28;
    top: 589px;
    left: calc(50% - 600px + 761px);
    width: 330px;
}

#rec608871970 .tn-elem[data-elem-id="1687770804204"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec608871970 .tn-elem[data-elem-id="1687770804204"] .tn-atom {
    -webkit-transform: rotate(86deg);
    -moz-transform: rotate(86deg);
    transform: rotate(86deg);
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687770804204"] {
        left: calc(50% - 480px + 639px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687770804204"] {
        top: 242px;
        left: calc(50% - 320px + -139px);
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687770804204"] {
        top: 547px;
        left: calc(50% - 240px + -590px);
    }
}

@media screen and (max-width: 479px) {}

#rec608871970 .tn-elem[data-elem-id="1687768800370"] {
    z-index: 29;
    top: 540px;
    left: calc(50% - 600px + 100px);
    width: 403px;
}

#rec608871970 .tn-elem[data-elem-id="1687768800370"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687768800370"] {
        left: calc(50% - 480px + -22px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687768800370"] {
        top: 942px;
        left: calc(50% - 320px + 338px);
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687768800370"] {
        top: -240px;
        left: calc(50% - 240px + 824px);
    }
}

@media screen and (max-width: 479px) {}

#rec608871970 .tn-elem[data-elem-id="1687771251239"] {
    z-index: 30;
    top: 212px;
    left: calc(50% - 600px + 1001px);
    width: 111px;
}

#rec608871970 .tn-elem[data-elem-id="1687771251239"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec608871970 .tn-elem[data-elem-id="1687771251239"] .tn-atom {
    -webkit-transform: rotate(304deg);
    -moz-transform: rotate(304deg);
    transform: rotate(304deg);
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687771251239"] {
        left: calc(50% - 480px + 879px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687771251239"] {
        top: 168px;
        left: calc(50% - 320px + -337px);
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687771251239"] {
        top: 850px;
        left: calc(50% - 240px + 369px);
    }
}

@media screen and (max-width: 479px) {
    #rec608871970 .tn-elem[data-elem-id="1687771251239"] {
        top: 685px;
        left: calc(50% - 160px + 241px);
    }
}

#rec608871970 .tn-elem[data-elem-id="1687783276748"] {
    z-index: 31;
    top: 381px;
    left: calc(50% - 600px + 280px);
    width: 159px;
}

#rec608871970 .tn-elem[data-elem-id="1687783276748"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec608871970 .tn-elem[data-elem-id="1687783276748"] .tn-atom {
    -webkit-transform: rotate(345deg);
    -moz-transform: rotate(345deg);
    transform: rotate(345deg);
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687783276748"] {
        left: calc(50% - 480px + 158px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687783276748"] {
        top: 19px;
        left: calc(50% - 320px + -206px);
    }
}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {}

#rec608871970 .tn-elem[data-elem-id="1687783452877"] {
    color: transparent;
    background-image: linear-gradient(0turn, rgba(255, 255, 255, 1) 0%, rgba(184, 184, 184, 1) 100%);
    -webkit-background-clip: text;
    will-change: transform;
    z-index: 32;
    top: 272px;
    left: calc(50% - 600px + 687px);
    width: 206px;
}

#rec608871970 .tn-elem[data-elem-id="1687783452877"] .tn-atom {
    color: transparent;
    background-image: linear-gradient(0turn, rgba(255, 255, 255, 1) 0%, rgba(184, 184, 184, 1) 100%);
    -webkit-background-clip: text;
    will-change: transform;
    font-size: 20px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687783452877"] {
        left: calc(50% - 480px + 565px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687783452877"] {
        top: 277px;
        left: calc(50% - 320px + 403px);
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687783452877"] {
        top: 259px;
        left: calc(50% - 240px + 318px);
        width: 111px;
    }

    #rec608871970 .tn-elem[data-elem-id="1687783452877"] .tn-atom {
        line-height: 1.15;
    }
}

@media screen and (max-width: 479px) {
    #rec608871970 .tn-elem[data-elem-id="1687783452877"] {
        top: 268px;
        left: calc(50% - 160px + 225px);
        width: 119px;
    }

    #rec608871970 .tn-elem[data-elem-id="1687783452877"] .tn-atom {
        font-size: 16px;
    }
}

#rec608871970 .tn-elem[data-elem-id="1687781821822"] {
    color: transparent;
    background-image: linear-gradient(0turn, rgba(255, 255, 255, 1) 0%, rgba(184, 184, 184, 1) 100%);
    -webkit-background-clip: text;
    will-change: transform;
    z-index: 33;
    top: 295px;
    left: calc(50% - 600px + 687px);
    width: 67px;
}

#rec608871970 .tn-elem[data-elem-id="1687781821822"] .tn-atom {
    color: transparent;
    background-image: linear-gradient(0turn, rgba(255, 255, 255, 1) 0%, rgba(184, 184, 184, 1) 100%);
    -webkit-background-clip: text;
    will-change: transform;
    font-size: 16px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    opacity: 0.6;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687781821822"] {
        left: calc(50% - 480px + 565px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687781821822"] {
        top: 300px;
        left: calc(50% - 320px + 403px);
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687781821822"] {
        top: 305px;
        left: calc(50% - 240px + 318px);
        width: 64px;
    }
}

@media screen and (max-width: 479px) {
    #rec608871970 .tn-elem[data-elem-id="1687781821822"] {
        top: 300px;
        left: calc(50% - 160px + 225px);
        width: 69px;
    }
}

#rec608871970 .tn-elem[data-elem-id="1687771583758"] {
    z-index: 34;
    top: 273px;
    left: calc(50% - 600px + 215px);
    width: 287px;
    height: 121px;
}

#rec608871970 .tn-elem[data-elem-id="1687771583758"] .tn-atom {
    border-radius: 20px;
    background-image: linear-gradient(0.8055086292274999turn, rgba(37, 37, 37, 1) 0%, rgba(64, 64, 64, 1) 100%);
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 60px 0px rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687771583758"] {
        left: calc(50% - 480px + 93px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687771583758"] {
        top: 803px;
        left: calc(50% - 320px + 143px);
        width: 355px;
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687771583758"] {
        top: 820px;
        left: calc(50% - 240px + 63px);
    }
}

@media screen and (max-width: 479px) {
    #rec608871970 .tn-elem[data-elem-id="1687771583758"] {
        top: 781px;
        left: calc(50% - 160px + 0px);
        width: 320px;
        height: 76px;
    }

    #rec608871970 .tn-elem[data-elem-id="1687771583758"] .tn-atom {
        background-image: linear-gradient(0.4572127084375844turn, rgba(31, 31, 31, 1) 0%, rgba(109, 109, 109, 1) 100%);
        background-attachment: scroll;
    }
}

#rec608871970 .tn-elem[data-elem-id="1687782929002"] {
    color: transparent;
    background-image: linear-gradient(0.8785893524618053turn, rgba(255, 255, 255, 1) 0%, rgba(211, 211, 211, 1) 100%);
    -webkit-background-clip: text;
    will-change: transform;
    text-align: center;
    z-index: 35;
    top: 289px;
    left: calc(50% - 600px + 228px);
    width: 260px;
}

#rec608871970 .tn-elem[data-elem-id="1687782929002"] .tn-atom {
    color: transparent;
    background-image: linear-gradient(0.8785893524618053turn, rgba(255, 255, 255, 1) 0%, rgba(211, 211, 211, 1) 100%);
    -webkit-background-clip: text;
    will-change: transform;
    font-size: 20px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687782929002"] {
        left: calc(50% - 480px + 106px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687782929002"] {
        top: 817px;
        left: calc(50% - 320px + 156px);
        width: 329px;
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687782929002"] {
        top: 834px;
        left: calc(50% - 240px + 76px);
    }
}

@media screen and (max-width: 479px) {
    #rec608871970 .tn-elem[data-elem-id="1687782929002"] {
        top: 795px;
        left: calc(50% - 160px + 17px);
        width: 286px;
    }

    #rec608871970 .tn-elem[data-elem-id="1687782929002"] .tn-atom {
        font-size: 16px;
    }
}

#rec608871970 .tn-elem[data-elem-id="1687771597991"] {
    z-index: 36;
    top: 334px;
    left: calc(50% - 600px + 728px);
    width: 276px;
    height: 86px;
}

#rec608871970 .tn-elem[data-elem-id="1687771597991"] .tn-atom {
    border-radius: 20px;
    background-image: linear-gradient(0.4572127084375844turn, rgba(31, 31, 31, 1) 0%, rgba(64, 64, 64, 1) 100%);
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 60px 0px rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687771597991"] {
        left: calc(50% - 480px + 606px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687771597991"] {
        top: 949px;
        left: calc(50% - 320px + 143px);
        width: 355px;
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687771597991"] {
        top: 966px;
        left: calc(50% - 240px + 63px);
    }
}

@media screen and (max-width: 479px) {
    #rec608871970 .tn-elem[data-elem-id="1687771597991"] {
        top: 874px;
        left: calc(50% - 160px + 0px);
        width: 320px;
        height: 73px;
    }

    #rec608871970 .tn-elem[data-elem-id="1687771597991"] .tn-atom {
        background-image: linear-gradient(0.4572127084375844turn, rgba(31, 31, 31, 1) 0%, rgba(109, 109, 109, 1) 100%);
        background-attachment: scroll;
    }
}

#rec608871970 .tn-elem[data-elem-id="1687771561720"] {
    z-index: 37;
    top: 488px;
    left: calc(50% - 600px + 183px);
    width: 355px;
    height: 162px;
}

#rec608871970 .tn-elem[data-elem-id="1687771561720"] .tn-atom {
    border-radius: 20px;
    background-image: linear-gradient(0.8055086292274999turn, rgba(41, 41, 41, 1) 0%, rgba(64, 64, 64, 1) 100%);
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 60px 0px rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687771561720"] {
        left: calc(50% - 480px + 61px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687771561720"] {
        top: 1060px;
        left: calc(50% - 320px + 143px);
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687771561720"] {
        top: 1077px;
        left: calc(50% - 240px + 63px);
    }
}

@media screen and (max-width: 479px) {
    #rec608871970 .tn-elem[data-elem-id="1687771561720"] {
        top: 965px;
        left: calc(50% - 160px + 0px);
        width: 320px;
    }

    #rec608871970 .tn-elem[data-elem-id="1687771561720"] .tn-atom {
        background-image: linear-gradient(0.4572127084375844turn, rgba(31, 31, 31, 1) 0%, rgba(109, 109, 109, 1) 100%);
        background-attachment: scroll;
    }
}

#rec608871970 .tn-elem[data-elem-id="1687782485711"] {
    color: transparent;
    background-image: linear-gradient(0.8785893524618053turn, rgba(255, 255, 255, 1) 0%, rgba(211, 211, 211, 1) 100%);
    -webkit-background-clip: text;
    will-change: transform;
    text-align: center;
    z-index: 38;
    top: 347px;
    left: calc(50% - 600px + 736px);
    width: 260px;
}

#rec608871970 .tn-elem[data-elem-id="1687782485711"] .tn-atom {
    color: transparent;
    background-image: linear-gradient(0.8785893524618053turn, rgba(255, 255, 255, 1) 0%, rgba(211, 211, 211, 1) 100%);
    -webkit-background-clip: text;
    will-change: transform;
    font-size: 20px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687782485711"] {
        left: calc(50% - 480px + 614px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687782485711"] {
        top: 961px;
        left: calc(50% - 320px + 167px);
        width: 306px;
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687782485711"] {
        top: 978px;
        left: calc(50% - 240px + 87px);
    }
}

@media screen and (max-width: 479px) {
    #rec608871970 .tn-elem[data-elem-id="1687782485711"] {
        top: 886px;
        left: calc(50% - 160px + 27px);
        width: 267px;
    }

    #rec608871970 .tn-elem[data-elem-id="1687782485711"] .tn-atom {
        font-size: 16px;
    }
}

#rec608871970 .tn-elem[data-elem-id="1687782793547"] {
    z-index: 39;
    top: 503px;
    left: calc(50% - 600px + 690px);
    width: 314px;
    height: 86px;
}

#rec608871970 .tn-elem[data-elem-id="1687782793547"] .tn-atom {
    border-radius: 20px;
    background-image: linear-gradient(0.4572127084375844turn, rgba(31, 31, 31, 1) 0%, rgba(64, 64, 64, 1) 100%);
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 60px 0px rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687782793547"] {
        left: calc(50% - 480px + 568px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687782793547"] {
        top: 692px;
        left: calc(50% - 320px + 143px);
        width: 355px;
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687782793547"] {
        top: 709px;
        left: calc(50% - 240px + 63px);
    }
}

@media screen and (max-width: 479px) {
    #rec608871970 .tn-elem[data-elem-id="1687782793547"] {
        top: 693px;
        left: calc(50% - 160px + 0px);
        width: 320px;
        height: 71px;
    }

    #rec608871970 .tn-elem[data-elem-id="1687782793547"] .tn-atom {
        background-image: linear-gradient(0.4572127084375844turn, rgba(31, 31, 31, 1) 0%, rgba(109, 109, 109, 1) 100%);
        background-attachment: scroll;
    }
}

#rec608871970 .tn-elem[data-elem-id="1687782746036"] {
    color: transparent;
    background-image: linear-gradient(0.8785893524618053turn, rgba(255, 255, 255, 1) 0%, rgba(81, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    will-change: transform;
    text-align: center;
    z-index: 40;
    top: 504px;
    left: calc(50% - 600px + 205px);
    width: 310px;
}

#rec608871970 .tn-elem[data-elem-id="1687782746036"] .tn-atom {
    color: transparent;
    background-image: linear-gradient(0.8785893524618053turn, rgba(255, 255, 255, 1) 0%, rgba(81, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    will-change: transform;
    font-size: 18px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687782746036"] {
        left: calc(50% - 480px + 83px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687782746036"] {
        top: 1076px;
        left: calc(50% - 320px + 165px);
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687782746036"] {
        top: 1093px;
        left: calc(50% - 240px + 85px);
    }
}

@media screen and (max-width: 479px) {
    #rec608871970 .tn-elem[data-elem-id="1687782746036"] {
        top: 981px;
        left: calc(50% - 160px + 37px);
        width: 253px;
    }

    #rec608871970 .tn-elem[data-elem-id="1687782746036"] .tn-atom {
        font-size: 16px;
    }
}

#rec608871970 .tn-elem[data-elem-id="1687782793557"] {
    color: transparent;
    background-image: linear-gradient(0.8785893524618053turn, rgba(255, 255, 255, 1) 0%, rgba(211, 211, 211, 1) 100%);
    -webkit-background-clip: text;
    will-change: transform;
    text-align: center;
    z-index: 41;
    top: 517px;
    left: calc(50% - 600px + 704px);
    width: 287px;
}

#rec608871970 .tn-elem[data-elem-id="1687782793557"] .tn-atom {
    color: transparent;
    background-image: linear-gradient(0.8785893524618053turn, rgba(255, 255, 255, 1) 0%, rgba(211, 211, 211, 1) 100%);
    -webkit-background-clip: text;
    will-change: transform;
    font-size: 20px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687782793557"] {
        left: calc(50% - 480px + 582px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687782793557"] {
        top: 704px;
        left: calc(50% - 320px + 157px);
        width: 327px;
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687782793557"] {
        top: 721px;
        left: calc(50% - 240px + 77px);
    }
}

@media screen and (max-width: 479px) {
    #rec608871970 .tn-elem[data-elem-id="1687782793557"] {
        top: 705px;
        left: calc(50% - 160px + 13px);
        width: 295px;
    }

    #rec608871970 .tn-elem[data-elem-id="1687782793557"] .tn-atom {
        font-size: 16px;
    }
}

#rec608871970 .tn-elem[data-elem-id="1687782845487"] {
    color: transparent;
    background-image: linear-gradient(0.8785893524618053turn, rgba(255, 255, 255, 1) 0%, rgba(211, 211, 211, 1) 100%);
    -webkit-background-clip: text;
    will-change: transform;
    text-align: center;
    z-index: 42;
    top: 563px;
    left: calc(50% - 600px + 203px);
    width: 315px;
}

#rec608871970 .tn-elem[data-elem-id="1687782845487"] .tn-atom {
    color: transparent;
    background-image: linear-gradient(0.8785893524618053turn, rgba(255, 255, 255, 1) 0%, rgba(211, 211, 211, 1) 100%);
    -webkit-background-clip: text;
    will-change: transform;
    font-size: 16px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687782845487"] {
        left: calc(50% - 480px + 81px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687782845487"] {
        top: 1135px;
        left: calc(50% - 320px + 163px);
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687782845487"] {
        top: 1152px;
        left: calc(50% - 240px + 83px);
    }
}

@media screen and (max-width: 479px) {
    #rec608871970 .tn-elem[data-elem-id="1687782845487"] {
        top: 1040px;
        left: calc(50% - 160px + 32px);
        width: 257px;
    }
}

#rec608871970 .tn-elem[data-elem-id="1687782995941"] {
    color: #343434;
    text-align: center;
    z-index: 43;
    top: 702px;
    left: calc(50% - 600px + 462px);
    width: 276px;
    height: 54px;
}

#rec608871970 .tn-elem[data-elem-id="1687782995941"] .tn-atom {
    color: #343434;
    font-size: 19px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 16px;
    background-image: linear-gradient(0.23648745989510966turn, rgba(255, 255, 255, 1) 0%, rgba(195, 255, 255, 1) 100%);
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 3px 0px 0px rgba(175, 175, 175, 1);
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687782995941"] {
        top: 713px;
        left: calc(50% - 480px + 342px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687782995941"] {
        top: 1268px;
        left: calc(50% - 320px + 182px);
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687782995941"] {
        top: 1279px;
        left: calc(50% - 240px + 102px);
    }
}

@media screen and (max-width: 479px) {
    #rec608871970 .tn-elem[data-elem-id="1687782995941"] {
        top: 601px;
        left: calc(50% - 160px + 22px);
    }
}

#rec608871970 .tn-elem[data-elem-id="1687771875338"] {
    z-index: 44;
    top: 675px;
    left: calc(50% - 600px + 356px);
    width: 96px;
}

#rec608871970 .tn-elem[data-elem-id="1687771875338"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec608871970 .tn-elem[data-elem-id="1687771875338"] .tn-atom {
    -webkit-transform: rotate(17deg);
    -moz-transform: rotate(17deg);
    transform: rotate(17deg);
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687771875338"] {
        left: calc(50% - 480px + 234px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687771875338"] {
        top: 350px;
        left: calc(50% - 320px + -106px);
    }
}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {
    #rec608871970 .tn-elem[data-elem-id="1687771875338"] {
        top: 187px;
        left: calc(50% - 160px + -370px);
    }
}

#rec608871970 .tn-elem[data-elem-id="1687782646095"] {
    color: transparent;
    background-image: linear-gradient(0turn, rgba(255, 255, 255, 1) 0%, rgba(184, 184, 184, 1) 100%);
    -webkit-background-clip: text;
    will-change: transform;
    z-index: 45;
    top: 43px;
    left: calc(50% - 600px + 431px);
    width: 337px;
}

#rec608871970 .tn-elem[data-elem-id="1687782646095"] .tn-atom {
    color: transparent;
    background-image: linear-gradient(0turn, rgba(255, 255, 255, 1) 0%, rgba(184, 184, 184, 1) 100%);
    -webkit-background-clip: text;
    will-change: transform;
    font-size: 20px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687782646095"] {
        left: calc(50% - 480px + 312px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687782646095"] {
        left: calc(50% - 320px + 152px);
    }

    #rec608871970 .tn-elem[data-elem-id="1687782646095"] {
        text-align: center;
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687782646095"] {
        left: calc(50% - 240px + 72px);
    }

    #rec608871970 .tn-elem[data-elem-id="1687782646095"] {
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    #rec608871970 .tn-elem[data-elem-id="1687782646095"] {
        top: 20px;
        width: 177px;
    }

    #rec608871970 .tn-elem[data-elem-id="1687782646095"] .tn-atom {
        font-size: 16px;
    }
}

#rec608871970 .tn-elem[data-elem-id="1687783564986"] {
    z-index: 46;
    top: -45px;
    left: calc(50% - 600px + 1001px);
    width: 591px;
}

#rec608871970 .tn-elem[data-elem-id="1687783564986"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687783564986"] {
        left: calc(50% - 480px + 879px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687783564986"] {
        top: -229px;
        left: calc(50% - 320px + -1236px);
    }
}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {}

#rec608871970 .tn-elem[data-elem-id="1687768569726"] {
    z-index: 47;
    top: 1688px;
    left: calc(50% - 600px + -97px);
    width: 382px;
}

#rec608871970 .tn-elem[data-elem-id="1687768569726"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec608871970 .tn-elem[data-elem-id="1687768569726"] .tn-atom {
    -webkit-transform: rotate(24deg);
    -moz-transform: rotate(24deg);
    transform: rotate(24deg);
}

@media screen and (max-width: 1199px) {
    #rec608871970 .tn-elem[data-elem-id="1687768569726"] {
        left: calc(50% - 480px + 272px);
    }
}

@media screen and (max-width: 959px) {
    #rec608871970 .tn-elem[data-elem-id="1687768569726"] {
        top: 469px;
        left: calc(50% - 320px + -15px);
    }

    #rec608871970 .tn-elem[data-elem-id="1687768569726"] .tn-atom {
        -webkit-transform: rotate(158deg);
        -moz-transform: rotate(158deg);
        transform: rotate(158deg);
    }
}

@media screen and (max-width: 639px) {
    #rec608871970 .tn-elem[data-elem-id="1687768569726"] {
        top: 475px;
        left: calc(50% - 240px + 0px);
    }

    #rec608871970 .tn-elem[data-elem-id="1687768569726"] .tn-atom {
        -webkit-transform: rotate(190deg);
        -moz-transform: rotate(190deg);
        transform: rotate(190deg);
    }
}

@media screen and (max-width: 479px) {
    #rec608871970 .tn-elem[data-elem-id="1687768569726"] {
        top: 449px;
        left: calc(50% - 160px + -2px);
        width: 321px;
    }
}

#rec608871970 .tn-elem[data-elem-id="1687865588799"] {
    z-index: 48;
    top: -763px;
    left: calc(50% - 600px + 240px);
    width: 716px;
}

#rec608871970 .tn-elem[data-elem-id="1687865588799"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {
    #rec608871970 .tn-elem[data-elem-id="1687865588799"] {
        top: 71px;
        left: calc(50% - 160px + 9px);
        width: 303px;
    }
}

#rec609234803 .t396__artboard {
    height: 970px;
    background-color: #fafafa;
}

#rec609234803 .t396__filter {
    height: 970px;
}

#rec609234803 .t396__carrier {
    height: 970px;
    background-position: center center;
    background-attachment: scroll;
    background-image: url('../img/tild3331-3636-4335-b330-646433356236-resize-20x-Frame_2.png');
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec609234803 .t396__artboard {}

    #rec609234803 .t396__filter {}

    #rec609234803 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec609234803 .t396__artboard {}

    #rec609234803 .t396__filter {}

    #rec609234803 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 639px) {
    #rec609234803 .t396__artboard {
        height: 810px;
    }

    #rec609234803 .t396__filter {
        height: 810px;
    }

    #rec609234803 .t396__carrier {
        height: 810px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 479px) {
    #rec609234803 .t396__artboard {
        height: 730px;
    }

    #rec609234803 .t396__filter {
        height: 730px;
    }

    #rec609234803 .t396__carrier {
        height: 730px;
        background-attachment: scroll;
    }
}

#rec609234803 .tn-elem[data-elem-id="1687805986361"] {
    z-index: 2;
    top: -89px;
    left: calc(50% - 600px + -482px);
    width: 2261px;
    height: 114px;
    -webkit-filter: blur(23px);
    filter: blur(23px);
}

#rec609234803 .tn-elem[data-elem-id="1687805986361"] .tn-atom {
    background-color: #1b1b1b;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {}

#rec609234803 .tn-elem[data-elem-id="1687809160160"] {
    z-index: 3;
    top: 81px;
    left: calc(50% - 600px + 351px);
    width: 498px;
}

#rec609234803 .tn-elem[data-elem-id="1687809160160"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609234803 .tn-elem[data-elem-id="1687809160160"] {
        left: calc(50% - 480px + 231px);
    }
}

@media screen and (max-width: 959px) {
    #rec609234803 .tn-elem[data-elem-id="1687809160160"] {
        left: calc(50% - 320px + 71px);
    }
}

@media screen and (max-width: 639px) {
    #rec609234803 .tn-elem[data-elem-id="1687809160160"] {
        top: 48px;
        left: calc(50% - 240px + 24px);
        width: 432px;
    }
}

@media screen and (max-width: 479px) {
    #rec609234803 .tn-elem[data-elem-id="1687809160160"] {
        top: 38px;
        left: calc(50% - 160px + 1px);
        width: 318px;
    }
}

#rec609234803 .tn-elem[data-elem-id="1687808556825"] {
    z-index: 4;
    top: 219px;
    left: calc(50% - 600px + 416px);
    width: 367px;
    height: 92px;
}

#rec609234803 .tn-elem[data-elem-id="1687808556825"] .tn-atom {
    border-radius: 20px;
    background-image: linear-gradient(0.47987636985433turn, rgba(255, 255, 255, 1) 0%, rgba(122, 122, 122, 1) 100%);
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1199px) {
    #rec609234803 .tn-elem[data-elem-id="1687808556825"] {
        left: calc(50% - 480px + 296px);
    }
}

@media screen and (max-width: 959px) {
    #rec609234803 .tn-elem[data-elem-id="1687808556825"] {
        left: calc(50% - 320px + 136px);
    }
}

@media screen and (max-width: 639px) {
    #rec609234803 .tn-elem[data-elem-id="1687808556825"] {
        top: 166px;
        left: calc(50% - 240px + 84px);
        width: 311px;
        height: 78px;
    }
}

@media screen and (max-width: 479px) {
    #rec609234803 .tn-elem[data-elem-id="1687808556825"] {
        top: 114px;
        left: calc(50% - 160px + 17px);
        width: 285px;
    }
}

#rec609234803 .tn-elem[data-elem-id="1687808784810"] {
    z-index: 5;
    top: 341px;
    left: calc(50% - 600px + 416px);
    width: 367px;
    height: 92px;
}

#rec609234803 .tn-elem[data-elem-id="1687808784810"] .tn-atom {
    border-radius: 20px;
    background-image: linear-gradient(0.47987636985433turn, rgba(255, 255, 255, 1) 0%, rgba(122, 122, 122, 1) 100%);
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1199px) {
    #rec609234803 .tn-elem[data-elem-id="1687808784810"] {
        left: calc(50% - 480px + 296px);
    }
}

@media screen and (max-width: 959px) {
    #rec609234803 .tn-elem[data-elem-id="1687808784810"] {
        left: calc(50% - 320px + 136px);
    }
}

@media screen and (max-width: 639px) {
    #rec609234803 .tn-elem[data-elem-id="1687808784810"] {
        top: 269px;
        left: calc(50% - 240px + 84px);
        width: 311px;
        height: 78px;
    }
}

@media screen and (max-width: 479px) {
    #rec609234803 .tn-elem[data-elem-id="1687808784810"] {
        top: 217px;
        left: calc(50% - 160px + 17px);
        width: 285px;
    }
}

#rec609234803 .tn-elem[data-elem-id="1687808812886"] {
    z-index: 6;
    top: 463px;
    left: calc(50% - 600px + 416px);
    width: 367px;
    height: 92px;
}

#rec609234803 .tn-elem[data-elem-id="1687808812886"] .tn-atom {
    border-radius: 20px;
    background-image: linear-gradient(0.47987636985433turn, rgba(255, 255, 255, 1) 0%, rgba(122, 122, 122, 1) 100%);
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1199px) {
    #rec609234803 .tn-elem[data-elem-id="1687808812886"] {
        left: calc(50% - 480px + 296px);
    }
}

@media screen and (max-width: 959px) {
    #rec609234803 .tn-elem[data-elem-id="1687808812886"] {
        left: calc(50% - 320px + 136px);
    }
}

@media screen and (max-width: 639px) {
    #rec609234803 .tn-elem[data-elem-id="1687808812886"] {
        top: 372px;
        left: calc(50% - 240px + 84px);
        width: 311px;
        height: 78px;
    }
}

@media screen and (max-width: 479px) {
    #rec609234803 .tn-elem[data-elem-id="1687808812886"] {
        top: 320px;
        left: calc(50% - 160px + 17px);
        width: 285px;
    }
}

#rec609234803 .tn-elem[data-elem-id="1687808838989"] {
    z-index: 7;
    top: 585px;
    left: calc(50% - 600px + 417px);
    width: 367px;
    height: 118px;
}

#rec609234803 .tn-elem[data-elem-id="1687808838989"] .tn-atom {
    border-radius: 20px;
    background-image: linear-gradient(0.47987636985433turn, rgba(255, 255, 255, 1) 0%, rgba(122, 122, 122, 1) 100%);
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1199px) {
    #rec609234803 .tn-elem[data-elem-id="1687808838989"] {
        left: calc(50% - 480px + 297px);
    }
}

@media screen and (max-width: 959px) {
    #rec609234803 .tn-elem[data-elem-id="1687808838989"] {
        left: calc(50% - 320px + 137px);
    }
}

@media screen and (max-width: 639px) {
    #rec609234803 .tn-elem[data-elem-id="1687808838989"] {
        top: 476px;
        left: calc(50% - 240px + 85px);
        width: 311px;
        height: 100px;
    }
}

@media screen and (max-width: 479px) {
    #rec609234803 .tn-elem[data-elem-id="1687808838989"] {
        top: 424px;
        left: calc(50% - 160px + 18px);
        width: 285px;
    }
}

#rec609234803 .tn-elem[data-elem-id="1687808685106"] {
    color: #000000;
    text-align: center;
    z-index: 8;
    top: 236px;
    left: calc(50% - 600px + 437px);
    width: 325px;
}

#rec609234803 .tn-elem[data-elem-id="1687808685106"] .tn-atom {
    color: #000000;
    font-size: 20px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609234803 .tn-elem[data-elem-id="1687808685106"] {
        left: calc(50% - 480px + 317px);
    }
}

@media screen and (max-width: 959px) {
    #rec609234803 .tn-elem[data-elem-id="1687808685106"] {
        left: calc(50% - 320px + 157px);
    }
}

@media screen and (max-width: 639px) {
    #rec609234803 .tn-elem[data-elem-id="1687808685106"] {
        top: 180px;
        left: calc(50% - 240px + 102px);
        width: 276px;
    }

    #rec609234803 .tn-elem[data-elem-id="1687808685106"] .tn-atom {
        font-size: 16px;
    }
}

@media screen and (max-width: 479px) {
    #rec609234803 .tn-elem[data-elem-id="1687808685106"] {
        top: 128px;
        left: calc(50% - 160px + 34px);
        width: 253px;
    }
}

#rec609234803 .tn-elem[data-elem-id="1687808784805"] {
    color: #000000;
    text-align: center;
    z-index: 9;
    top: 357px;
    left: calc(50% - 600px + 462px);
    width: 275px;
}

#rec609234803 .tn-elem[data-elem-id="1687808784805"] .tn-atom {
    color: #000000;
    font-size: 20px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609234803 .tn-elem[data-elem-id="1687808784805"] {
        left: calc(50% - 480px + 342px);
    }
}

@media screen and (max-width: 959px) {
    #rec609234803 .tn-elem[data-elem-id="1687808784805"] {
        left: calc(50% - 320px + 182px);
    }
}

@media screen and (max-width: 639px) {
    #rec609234803 .tn-elem[data-elem-id="1687808784805"] {
        top: 283px;
        left: calc(50% - 240px + 123px);
        width: 233px;
    }

    #rec609234803 .tn-elem[data-elem-id="1687808784805"] .tn-atom {
        font-size: 16px;
    }
}

@media screen and (max-width: 479px) {
    #rec609234803 .tn-elem[data-elem-id="1687808784805"] {
        top: 231px;
        left: calc(50% - 160px + 53px);
        width: 214px;
    }
}

#rec609234803 .tn-elem[data-elem-id="1687808812881"] {
    color: #000000;
    text-align: center;
    z-index: 10;
    top: 479px;
    left: calc(50% - 600px + 462px);
    width: 275px;
}

#rec609234803 .tn-elem[data-elem-id="1687808812881"] .tn-atom {
    color: #000000;
    font-size: 20px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609234803 .tn-elem[data-elem-id="1687808812881"] {
        left: calc(50% - 480px + 342px);
    }
}

@media screen and (max-width: 959px) {
    #rec609234803 .tn-elem[data-elem-id="1687808812881"] {
        left: calc(50% - 320px + 182px);
    }
}

@media screen and (max-width: 639px) {
    #rec609234803 .tn-elem[data-elem-id="1687808812881"] {
        top: 386px;
        left: calc(50% - 240px + 123px);
        width: 233px;
    }

    #rec609234803 .tn-elem[data-elem-id="1687808812881"] .tn-atom {
        font-size: 16px;
    }
}

@media screen and (max-width: 479px) {
    #rec609234803 .tn-elem[data-elem-id="1687808812881"] {
        top: 334px;
        left: calc(50% - 160px + 53px);
        width: 214px;
    }
}

#rec609234803 .tn-elem[data-elem-id="1687808838984"] {
    color: #000000;
    text-align: center;
    z-index: 11;
    top: 599px;
    left: calc(50% - 600px + 429px);
    width: 342px;
}

#rec609234803 .tn-elem[data-elem-id="1687808838984"] .tn-atom {
    color: #000000;
    font-size: 20px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609234803 .tn-elem[data-elem-id="1687808838984"] {
        left: calc(50% - 480px + 309px);
    }
}

@media screen and (max-width: 959px) {
    #rec609234803 .tn-elem[data-elem-id="1687808838984"] {
        left: calc(50% - 320px + 149px);
    }
}

@media screen and (max-width: 639px) {
    #rec609234803 .tn-elem[data-elem-id="1687808838984"] {
        top: 488px;
        left: calc(50% - 240px + 95px);
        width: 290px;
    }

    #rec609234803 .tn-elem[data-elem-id="1687808838984"] .tn-atom {
        font-size: 16px;
    }
}

@media screen and (max-width: 479px) {
    #rec609234803 .tn-elem[data-elem-id="1687808838984"] {
        top: 436px;
        left: calc(50% - 160px + 27px);
        width: 266px;
    }
}

#rec609234803 .tn-elem[data-elem-id="1687808926392"] {
    color: #fafafa;
    text-align: center;
    z-index: 12;
    top: 727px;
    left: calc(50% - 600px + 432px);
    width: 334px;
}

#rec609234803 .tn-elem[data-elem-id="1687808926392"] .tn-atom {
    color: #fafafa;
    font-size: 18px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609234803 .tn-elem[data-elem-id="1687808926392"] {
        left: calc(50% - 480px + 312px);
    }
}

@media screen and (max-width: 959px) {
    #rec609234803 .tn-elem[data-elem-id="1687808926392"] {
        left: calc(50% - 320px + 152px);
    }
}

@media screen and (max-width: 639px) {
    #rec609234803 .tn-elem[data-elem-id="1687808926392"] {
        top: 607px;
        left: calc(50% - 240px + 85px);
        width: 310px;
    }

    #rec609234803 .tn-elem[data-elem-id="1687808926392"] .tn-atom {
        font-size: 16px;
    }
}

@media screen and (max-width: 479px) {
    #rec609234803 .tn-elem[data-elem-id="1687808926392"] {
        top: 584px;
        left: calc(50% - 160px + 11px);
        width: 297px;
    }
}

#rec609234803 .tn-elem[data-elem-id="1687866542923"] {
    z-index: 13;
    top: 131px;
    left: calc(50% - 600px + 433px);
    width: 335px;
}

#rec609234803 .tn-elem[data-elem-id="1687866542923"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609234803 .tn-elem[data-elem-id="1687866542923"] {
        left: calc(50% - 480px + 313px);
    }
}

@media screen and (max-width: 959px) {
    #rec609234803 .tn-elem[data-elem-id="1687866542923"] {
        left: calc(50% - 320px + 153px);
    }
}

@media screen and (max-width: 639px) {
    #rec609234803 .tn-elem[data-elem-id="1687866542923"] {
        top: 91px;
        left: calc(50% - 240px + 98px);
        width: 284px;
    }
}

@media screen and (max-width: 479px) {
    #rec609234803 .tn-elem[data-elem-id="1687866542923"] {
        top: 59px;
        left: calc(50% - 160px + 58px);
        width: 205px;
    }
}

#rec609250930 .t396__artboard {
    height: 590px;
    background-color: #ffffff;
}

#rec609250930 .t396__filter {
    height: 590px;
}

#rec609250930 .t396__carrier {
    height: 590px;
    background-position: center center;
    background-attachment: scroll;
    background-image: url('../img/tild6361-6263-4537-b362-616239623538-resize-20x-Frame_3.png');
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec609250930 .t396__artboard {}

    #rec609250930 .t396__filter {}

    #rec609250930 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec609250930 .t396__artboard {}

    #rec609250930 .t396__filter {}

    #rec609250930 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 639px) {
    #rec609250930 .t396__artboard {
        height: 520px;
    }

    #rec609250930 .t396__filter {
        height: 520px;
    }

    #rec609250930 .t396__carrier {
        height: 520px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 479px) {
    #rec609250930 .t396__artboard {
        height: 480px;
    }

    #rec609250930 .t396__filter {
        height: 480px;
    }

    #rec609250930 .t396__carrier {
        height: 480px;
        background-attachment: scroll;
    }
}

#rec609250930 .tn-elem[data-elem-id="1687809400221"] {
    z-index: 2;
    top: -89px;
    left: calc(50% - 600px + -482px);
    width: 2261px;
    height: 114px;
    -webkit-filter: blur(23px);
    filter: blur(23px);
}

#rec609250930 .tn-elem[data-elem-id="1687809400221"] .tn-atom {
    background-color: #171717;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {}

#rec609250930 .tn-elem[data-elem-id="1687811957264"] {
    z-index: 3;
    top: 55px;
    left: calc(50% - 600px + 338px);
    width: 524px;
}

#rec609250930 .tn-elem[data-elem-id="1687811957264"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609250930 .tn-elem[data-elem-id="1687811957264"] {
        left: calc(50% - 480px + 216px);
    }
}

@media screen and (max-width: 959px) {
    #rec609250930 .tn-elem[data-elem-id="1687811957264"] {
        left: calc(50% - 320px + 53px);
    }
}

@media screen and (max-width: 639px) {
    #rec609250930 .tn-elem[data-elem-id="1687811957264"] {
        top: 41px;
        left: calc(50% - 240px + 17px);
        width: 447px;
    }
}

@media screen and (max-width: 479px) {
    #rec609250930 .tn-elem[data-elem-id="1687811957264"] {
        top: 42px;
        left: calc(50% - 160px + -8px);
        width: 337px;
    }
}

#rec609250930 .tn-elem[data-elem-id="1687811996956"] {
    z-index: 4;
    top: 208px;
    left: calc(50% - 600px + 417px);
    width: 367px;
    height: 92px;
}

#rec609250930 .tn-elem[data-elem-id="1687811996956"] .tn-atom {
    border-radius: 20px;
    background-image: linear-gradient(0.47987636985433turn, rgba(255, 255, 255, 1) 0%, rgba(122, 122, 122, 1) 100%);
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1199px) {
    #rec609250930 .tn-elem[data-elem-id="1687811996956"] {
        left: calc(50% - 480px + 295px);
    }
}

@media screen and (max-width: 959px) {
    #rec609250930 .tn-elem[data-elem-id="1687811996956"] {
        left: calc(50% - 320px + 132px);
    }
}

@media screen and (max-width: 639px) {
    #rec609250930 .tn-elem[data-elem-id="1687811996956"] {
        top: 175px;
        left: calc(50% - 240px + 57px);
    }
}

@media screen and (max-width: 479px) {
    #rec609250930 .tn-elem[data-elem-id="1687811996956"] {
        top: 135px;
        left: calc(50% - 160px + 0px);
        width: 320px;
        height: 80px;
    }
}

#rec609250930 .tn-elem[data-elem-id="1687812008601"] {
    z-index: 5;
    top: 213px;
    left: calc(50% - 600px + 439px);
    width: 319px;
}

#rec609250930 .tn-elem[data-elem-id="1687812008601"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609250930 .tn-elem[data-elem-id="1687812008601"] {
        left: calc(50% - 480px + 317px);
    }
}

@media screen and (max-width: 959px) {
    #rec609250930 .tn-elem[data-elem-id="1687812008601"] {
        left: calc(50% - 320px + 154px);
    }
}

@media screen and (max-width: 639px) {
    #rec609250930 .tn-elem[data-elem-id="1687812008601"] {
        top: 180px;
        left: calc(50% - 240px + 79px);
    }
}

@media screen and (max-width: 479px) {
    #rec609250930 .tn-elem[data-elem-id="1687812008601"] {
        top: 139px;
        left: calc(50% - 160px + 19px);
        width: 277px;
    }
}

#rec609250930 .tn-elem[data-elem-id="1687812132799"] {
    z-index: 6;
    top: 150px;
    left: calc(50% - 600px + 316px);
    width: 70px;
}

#rec609250930 .tn-elem[data-elem-id="1687812132799"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609250930 .tn-elem[data-elem-id="1687812132799"] {
        left: calc(50% - 480px + 194px);
    }
}

@media screen and (max-width: 959px) {
    #rec609250930 .tn-elem[data-elem-id="1687812132799"] {
        left: calc(50% - 320px + 31px);
    }
}

@media screen and (max-width: 639px) {
    #rec609250930 .tn-elem[data-elem-id="1687812132799"] {
        top: 134px;
        left: calc(50% - 240px + -8px);
        width: 53px;
    }
}

@media screen and (max-width: 479px) {
    #rec609250930 .tn-elem[data-elem-id="1687812132799"] {
        top: 95px;
        left: calc(50% - 160px + -168px);
    }
}

#rec609250930 .tn-elem[data-elem-id="1687812133944"] {
    z-index: 7;
    top: 123px;
    left: calc(50% - 600px + 814px);
    width: 80px;
}

#rec609250930 .tn-elem[data-elem-id="1687812133944"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609250930 .tn-elem[data-elem-id="1687812133944"] {
        left: calc(50% - 480px + 692px);
    }
}

@media screen and (max-width: 959px) {
    #rec609250930 .tn-elem[data-elem-id="1687812133944"] {
        left: calc(50% - 320px + 529px);
    }
}

@media screen and (max-width: 639px) {
    #rec609250930 .tn-elem[data-elem-id="1687812133944"] {
        top: 120px;
        left: calc(50% - 240px + 433px);
        width: 57px;
    }
}

@media screen and (max-width: 479px) {
    #rec609250930 .tn-elem[data-elem-id="1687812133944"] {
        top: 113px;
        left: calc(50% - 160px + 623px);
    }
}

#rec609250930 .tn-elem[data-elem-id="1687812165915"] {
    color: #fafafa;
    text-align: center;
    z-index: 8;
    top: 337px;
    left: calc(50% - 600px + 388px);
    width: 425px;
}

#rec609250930 .tn-elem[data-elem-id="1687812165915"] .tn-atom {
    color: #fafafa;
    font-size: 18px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609250930 .tn-elem[data-elem-id="1687812165915"] {
        left: calc(50% - 480px + 266px);
    }
}

@media screen and (max-width: 959px) {
    #rec609250930 .tn-elem[data-elem-id="1687812165915"] {
        left: calc(50% - 320px + 103px);
    }
}

@media screen and (max-width: 639px) {
    #rec609250930 .tn-elem[data-elem-id="1687812165915"] {
        top: 298px;
        left: calc(50% - 240px + 28px);
    }
}

@media screen and (max-width: 479px) {
    #rec609250930 .tn-elem[data-elem-id="1687812165915"] {
        top: 247px;
        left: calc(50% - 160px + 7px);
        width: 306px;
    }

    #rec609250930 .tn-elem[data-elem-id="1687812165915"] .tn-atom {
        font-size: 16px;
    }
}

#rec609250930 .tn-elem[data-elem-id="1687812215408"] {
    color: #343434;
    text-align: center;
    z-index: 9;
    top: 455px;
    left: calc(50% - 600px + 462px);
    width: 276px;
    height: 54px;
}

#rec609250930 .tn-elem[data-elem-id="1687812215408"] .tn-atom {
    color: #343434;
    font-size: 19px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 16px;
    background-image: linear-gradient(0.23648745989510966turn, rgba(255, 255, 255, 1) 0%, rgba(195, 255, 255, 1) 100%);
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 3px 0px 0px rgba(175, 175, 175, 1);
}

@media screen and (max-width: 1199px) {
    #rec609250930 .tn-elem[data-elem-id="1687812215408"] {
        left: calc(50% - 480px + 340px);
    }
}

@media screen and (max-width: 959px) {
    #rec609250930 .tn-elem[data-elem-id="1687812215408"] {
        left: calc(50% - 320px + 177px);
    }
}

@media screen and (max-width: 639px) {
    #rec609250930 .tn-elem[data-elem-id="1687812215408"] {
        top: 404px;
        left: calc(50% - 240px + 102px);
    }
}

@media screen and (max-width: 479px) {
    #rec609250930 .tn-elem[data-elem-id="1687812215408"] {
        top: 370px;
        left: calc(50% - 160px + 22px);
    }
}

#rec609250930 .tn-elem[data-elem-id="1687812272873"] {
    z-index: 10;
    top: 200px;
    left: calc(50% - 600px + -31px);
    width: 248px;
}

#rec609250930 .tn-elem[data-elem-id="1687812272873"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec609250930 .tn-elem[data-elem-id="1687812272873"] .tn-atom {
    -webkit-transform: rotate(14deg);
    -moz-transform: rotate(14deg);
    transform: rotate(14deg);
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 959px) {
    #rec609250930 .tn-elem[data-elem-id="1687812272873"] {
        top: 347px;
        left: calc(50% - 320px + -111px);
    }
}

@media screen and (max-width: 639px) {
    #rec609250930 .tn-elem[data-elem-id="1687812272873"] {
        top: 313px;
        left: calc(50% - 240px + -134px);
    }
}

@media screen and (max-width: 479px) {
    #rec609250930 .tn-elem[data-elem-id="1687812272873"] {
        top: 198px;
        left: calc(50% - 160px + -321px);
    }
}

#rec609250930 .tn-elem[data-elem-id="1687812263550"] {
    z-index: 11;
    top: 325px;
    left: calc(50% - 600px + 1048px);
    width: 192px;
}

#rec609250930 .tn-elem[data-elem-id="1687812263550"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec609250930 .tn-elem[data-elem-id="1687812263550"] .tn-atom {
    -webkit-transform: rotate(287deg);
    -moz-transform: rotate(287deg);
    transform: rotate(287deg);
}

@media screen and (max-width: 1199px) {
    #rec609250930 .tn-elem[data-elem-id="1687812263550"] {
        top: 337px;
        left: calc(50% - 480px + 800px);
    }
}

@media screen and (max-width: 959px) {
    #rec609250930 .tn-elem[data-elem-id="1687812263550"] {
        top: 292px;
        left: calc(50% - 320px + 536px);
    }
}

@media screen and (max-width: 639px) {
    #rec609250930 .tn-elem[data-elem-id="1687812263550"] {
        top: 320px;
        left: calc(50% - 240px + 385px);
    }
}

@media screen and (max-width: 479px) {
    #rec609250930 .tn-elem[data-elem-id="1687812263550"] {
        top: 252px;
        left: calc(50% - 160px + 421px);
    }
}

#rec609263446 .t396__artboard {
    height: 640px;
    background-color: #ffffff;
}

#rec609263446 .t396__filter {
    height: 640px;
}

#rec609263446 .t396__carrier {
    height: 640px;
    background-position: center center;
    background-attachment: scroll;
    background-image: url('../img/tild3464-6463-4132-a466-653761333565-resize-20x-Frame_4.png');
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec609263446 .t396__artboard {}

    #rec609263446 .t396__filter {}

    #rec609263446 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec609263446 .t396__artboard {
        height: 730px;
    }

    #rec609263446 .t396__filter {
        height: 730px;
    }

    #rec609263446 .t396__carrier {
        height: 730px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 639px) {
    #rec609263446 .t396__artboard {
        height: 900px;
    }

    #rec609263446 .t396__filter {
        height: 900px;
    }

    #rec609263446 .t396__carrier {
        height: 900px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 479px) {
    #rec609263446 .t396__artboard {
        height: 690px;
    }

    #rec609263446 .t396__filter {
        height: 690px;
    }

    #rec609263446 .t396__carrier {
        height: 690px;
        background-attachment: scroll;
    }
}

#rec609263446 .tn-elem[data-elem-id="1687812473535"] {
    z-index: 2;
    top: -89px;
    left: calc(50% - 600px + -482px);
    width: 2261px;
    height: 114px;
    -webkit-filter: blur(23px);
    filter: blur(23px);
}

#rec609263446 .tn-elem[data-elem-id="1687812473535"] .tn-atom {
    background-color: #171717;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {}

#rec609263446 .tn-elem[data-elem-id="1687812719163"] {
    z-index: 3;
    top: 49px;
    left: calc(50% - 600px + 327px);
    width: 546px;
}

#rec609263446 .tn-elem[data-elem-id="1687812719163"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609263446 .tn-elem[data-elem-id="1687812719163"] {
        left: calc(50% - 480px + 207px);
    }
}

@media screen and (max-width: 959px) {
    #rec609263446 .tn-elem[data-elem-id="1687812719163"] {
        left: calc(50% - 320px + 47px);
    }
}

@media screen and (max-width: 639px) {
    #rec609263446 .tn-elem[data-elem-id="1687812719163"] {
        left: calc(50% - 240px + -11px);
        width: 503px;
    }
}

@media screen and (max-width: 479px) {
    #rec609263446 .tn-elem[data-elem-id="1687812719163"] {
        top: 48px;
        left: calc(50% - 160px + -12px);
        width: 345px;
    }
}

#rec609263446 .tn-elem[data-elem-id="1687812868166"] {
    z-index: 4;
    top: 250px;
    left: calc(50% - 600px + 97px);
    width: 1006px;
}

#rec609263446 .tn-elem[data-elem-id="1687812868166"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609263446 .tn-elem[data-elem-id="1687812868166"] {
        left: calc(50% - 480px + -23px);
    }
}

@media screen and (max-width: 959px) {
    #rec609263446 .tn-elem[data-elem-id="1687812868166"] {
        top: 136px;
        left: calc(50% - 320px + 1031px);
    }
}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {}

#rec609263446 .tn-elem[data-elem-id="1687813503238"] {
    z-index: 5;
    top: 181px;
    left: calc(50% - 600px + 461px);
    width: 279px;
    height: 142px;
}

#rec609263446 .tn-elem[data-elem-id="1687813503238"] .tn-atom {
    border-radius: 20px;
    background-image: linear-gradient(0.47987636985433turn, rgba(255, 255, 255, 1) 0%, rgba(122, 122, 122, 1) 100%);
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1199px) {
    #rec609263446 .tn-elem[data-elem-id="1687813503238"] {
        left: calc(50% - 480px + 341px);
    }
}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 639px) {
    #rec609263446 .tn-elem[data-elem-id="1687813503238"] {
        top: 521px;
        left: calc(50% - 240px + 101px);
    }
}

@media screen and (max-width: 479px) {
    #rec609263446 .tn-elem[data-elem-id="1687813503238"] {
        top: 372px;
        left: calc(50% - 160px + 21px);
        height: 94px;
    }
}

#rec609263446 .tn-elem[data-elem-id="1687813454575"] {
    color: #000000;
    text-align: center;
    z-index: 6;
    top: 192px;
    left: calc(50% - 600px + 478px);
    width: 245px;
}

#rec609263446 .tn-elem[data-elem-id="1687813454575"] .tn-atom {
    color: #000000;
    font-size: 20px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609263446 .tn-elem[data-elem-id="1687813454575"] {
        left: calc(50% - 480px + 358px);
    }
}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 639px) {
    #rec609263446 .tn-elem[data-elem-id="1687813454575"] {
        top: 532px;
        left: calc(50% - 240px + 118px);
    }
}

@media screen and (max-width: 479px) {
    #rec609263446 .tn-elem[data-elem-id="1687813454575"] {
        top: 384px;
        left: calc(50% - 160px + 38px);
    }

    #rec609263446 .tn-elem[data-elem-id="1687813454575"] .tn-atom {
        font-size: 16px;
    }
}

#rec609263446 .tn-elem[data-elem-id="1687813542503"] {
    z-index: 7;
    top: 181px;
    left: calc(50% - 600px + 769px);
    width: 279px;
    height: 142px;
}

#rec609263446 .tn-elem[data-elem-id="1687813542503"] .tn-atom {
    border-radius: 20px;
    background-image: linear-gradient(0.47987636985433turn, rgba(255, 255, 255, 1) 0%, rgba(122, 122, 122, 1) 100%);
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1199px) {
    #rec609263446 .tn-elem[data-elem-id="1687813542503"] {
        left: calc(50% - 480px + 649px);
    }
}

@media screen and (max-width: 959px) {
    #rec609263446 .tn-elem[data-elem-id="1687813542503"] {
        top: 351px;
        left: calc(50% - 320px + 181px);
    }
}

@media screen and (max-width: 639px) {
    #rec609263446 .tn-elem[data-elem-id="1687813542503"] {
        left: calc(50% - 240px + 101px);
    }
}

@media screen and (max-width: 479px) {
    #rec609263446 .tn-elem[data-elem-id="1687813542503"] {
        top: 241px;
        left: calc(50% - 160px + 21px);
        height: 103px;
    }
}

#rec609263446 .tn-elem[data-elem-id="1687813542498"] {
    color: #000000;
    text-align: center;
    z-index: 8;
    top: 206px;
    left: calc(50% - 600px + 784px);
    width: 253px;
}

#rec609263446 .tn-elem[data-elem-id="1687813542498"] .tn-atom {
    color: #000000;
    font-size: 20px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609263446 .tn-elem[data-elem-id="1687813542498"] {
        left: calc(50% - 480px + 666px);
    }
}

@media screen and (max-width: 959px) {
    #rec609263446 .tn-elem[data-elem-id="1687813542498"] {
        top: 376px;
        left: calc(50% - 320px + 198px);
    }
}

@media screen and (max-width: 639px) {
    #rec609263446 .tn-elem[data-elem-id="1687813542498"] {
        left: calc(50% - 240px + 118px);
    }
}

@media screen and (max-width: 479px) {
    #rec609263446 .tn-elem[data-elem-id="1687813542498"] {
        top: 259px;
        left: calc(50% - 160px + 38px);
    }

    #rec609263446 .tn-elem[data-elem-id="1687813542498"] .tn-atom {
        font-size: 16px;
    }
}

#rec609263446 .tn-elem[data-elem-id="1687813454569"] {
    z-index: 9;
    top: 181px;
    left: calc(50% - 600px + 153px);
    width: 279px;
    height: 142px;
}

#rec609263446 .tn-elem[data-elem-id="1687813454569"] .tn-atom {
    border-radius: 20px;
    background-image: linear-gradient(0.47987636985433turn, rgba(255, 255, 255, 1) 0%, rgba(122, 122, 122, 1) 100%);
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1199px) {
    #rec609263446 .tn-elem[data-elem-id="1687813454569"] {
        left: calc(50% - 480px + 33px);
    }
}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 639px) {
    #rec609263446 .tn-elem[data-elem-id="1687813454569"] {
        left: calc(50% - 240px + 101px);
    }
}

@media screen and (max-width: 479px) {
    #rec609263446 .tn-elem[data-elem-id="1687813454569"] {
        top: 139px;
        left: calc(50% - 160px + 21px);
        height: 74px;
    }
}

#rec609263446 .tn-elem[data-elem-id="1687813411049"] {
    color: #000000;
    text-align: center;
    z-index: 10;
    top: 207px;
    left: calc(50% - 600px + 186px);
    width: 213px;
}

#rec609263446 .tn-elem[data-elem-id="1687813411049"] .tn-atom {
    color: #000000;
    font-size: 20px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609263446 .tn-elem[data-elem-id="1687813411049"] {
        left: calc(50% - 480px + 66px);
    }
}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 639px) {
    #rec609263446 .tn-elem[data-elem-id="1687813411049"] {
        left: calc(50% - 240px + 134px);
    }
}

@media screen and (max-width: 479px) {
    #rec609263446 .tn-elem[data-elem-id="1687813411049"] {
        top: 153px;
        left: calc(50% - 160px + 54px);
    }

    #rec609263446 .tn-elem[data-elem-id="1687813411049"] .tn-atom {
        font-size: 16px;
    }
}

#rec609263446 .tn-elem[data-elem-id="1687813651883"] {
    color: #fafafa;
    text-align: center;
    z-index: 11;
    top: 383px;
    left: calc(50% - 600px + 438px);
    width: 325px;
}

#rec609263446 .tn-elem[data-elem-id="1687813651883"] .tn-atom {
    color: #fafafa;
    font-size: 19px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609263446 .tn-elem[data-elem-id="1687813651883"] {
        left: calc(50% - 480px + 318px);
    }
}

@media screen and (max-width: 959px) {
    #rec609263446 .tn-elem[data-elem-id="1687813651883"] {
        top: 526px;
        left: calc(50% - 320px + 158px);
    }
}

@media screen and (max-width: 639px) {
    #rec609263446 .tn-elem[data-elem-id="1687813651883"] {
        top: 698px;
        left: calc(50% - 240px + 78px);
    }
}

@media screen and (max-width: 479px) {
    #rec609263446 .tn-elem[data-elem-id="1687813651883"] {
        top: 496px;
        left: calc(50% - 160px + 49px);
        width: 223px;
    }

    #rec609263446 .tn-elem[data-elem-id="1687813651883"] .tn-atom {
        font-size: 16px;
    }
}

#rec609263446 .tn-elem[data-elem-id="1687813736551"] {
    color: #343434;
    text-align: center;
    z-index: 12;
    top: 511px;
    left: calc(50% - 600px + 462px);
    width: 276px;
    height: 54px;
}

#rec609263446 .tn-elem[data-elem-id="1687813736551"] .tn-atom {
    color: #343434;
    font-size: 19px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 16px;
    background-image: linear-gradient(0.23648745989510966turn, rgba(255, 255, 255, 1) 0%, rgba(195, 255, 255, 1) 100%);
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 3px 0px 0px rgba(175, 175, 175, 1);
}

@media screen and (max-width: 1199px) {
    #rec609263446 .tn-elem[data-elem-id="1687813736551"] {
        left: calc(50% - 480px + 342px);
    }
}

@media screen and (max-width: 959px) {
    #rec609263446 .tn-elem[data-elem-id="1687813736551"] {
        top: 607px;
        left: calc(50% - 320px + 182px);
    }
}

@media screen and (max-width: 639px) {
    #rec609263446 .tn-elem[data-elem-id="1687813736551"] {
        top: 781px;
        left: calc(50% - 240px + 102px);
    }
}

@media screen and (max-width: 479px) {
    #rec609263446 .tn-elem[data-elem-id="1687813736551"] {
        top: 572px;
        left: calc(50% - 160px + 22px);
    }
}

#rec609268624 .t396__artboard {
    height: 770px;
    background-color: #ffffff;
}

#rec609268624 .t396__filter {
    height: 770px;
}

#rec609268624 .t396__carrier {
    height: 770px;
    background-position: center center;
    background-attachment: scroll;
    background-image: url('../img/tild3166-3036-4234-b063-373261636361-resize-20x-46464.png');
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec609268624 .t396__artboard {}

    #rec609268624 .t396__filter {}

    #rec609268624 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec609268624 .t396__artboard {
        height: 1630px;
    }

    #rec609268624 .t396__filter {
        height: 1630px;
    }

    #rec609268624 .t396__carrier {
        height: 1630px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 639px) {
    #rec609268624 .t396__artboard {}

    #rec609268624 .t396__filter {}

    #rec609268624 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 479px) {
    #rec609268624 .t396__artboard {
        height: 1540px;
    }

    #rec609268624 .t396__filter {
        height: 1540px;
    }

    #rec609268624 .t396__carrier {
        height: 1540px;
        background-attachment: scroll;
    }
}

#rec609268624 .tn-elem[data-elem-id="1687813897145"] {
    z-index: 2;
    top: -89px;
    left: calc(50% - 600px + -482px);
    width: 2261px;
    height: 114px;
    -webkit-filter: blur(23px);
    filter: blur(23px);
}

#rec609268624 .tn-elem[data-elem-id="1687813897145"] .tn-atom {
    background-color: #171717;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {}

#rec609268624 .tn-elem[data-elem-id="1687852991249"] {
    z-index: 3;
    top: 415px;
    left: calc(50% - 600px + 110px);
    width: 414px;
}

#rec609268624 .tn-elem[data-elem-id="1687852991249"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec609268624 .tn-elem[data-elem-id="1687852991249"] .tn-atom {
    -webkit-transform: rotate(333deg);
    -moz-transform: rotate(333deg);
    transform: rotate(333deg);
}

@media screen and (max-width: 1199px) {
    #rec609268624 .tn-elem[data-elem-id="1687852991249"] {
        left: calc(50% - 480px + 23px);
    }
}

@media screen and (max-width: 959px) {
    #rec609268624 .tn-elem[data-elem-id="1687852991249"] {
        top: 0px;
        left: calc(50% - 320px + -191px);
    }
}

@media screen and (max-width: 639px) {
    #rec609268624 .tn-elem[data-elem-id="1687852991249"] {
        top: 76px;
        left: calc(50% - 240px + -235px);
    }
}

@media screen and (max-width: 479px) {
    #rec609268624 .tn-elem[data-elem-id="1687852991249"] {
        top: 204px;
        left: calc(50% - 160px + -41px);
    }

    #rec609268624 .tn-elem[data-elem-id="1687852991249"] .tn-atom {
        -webkit-transform: rotate(285deg);
        -moz-transform: rotate(285deg);
        transform: rotate(285deg);
    }
}

#rec609268624 .tn-elem[data-elem-id="1687853032287"] {
    z-index: 4;
    top: 320px;
    left: calc(50% - 600px + -38px);
    width: 322px;
}

#rec609268624 .tn-elem[data-elem-id="1687853032287"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec609268624 .tn-elem[data-elem-id="1687853032287"] .tn-atom {
    -webkit-transform: rotate(282deg);
    -moz-transform: rotate(282deg);
    transform: rotate(282deg);
}

@media screen and (max-width: 1199px) {
    #rec609268624 .tn-elem[data-elem-id="1687853032287"] {
        left: calc(50% - 480px + -125px);
    }
}

@media screen and (max-width: 959px) {
    #rec609268624 .tn-elem[data-elem-id="1687853032287"] {
        top: 146px;
        left: calc(50% - 320px + 35px);
    }
}

@media screen and (max-width: 639px) {
    #rec609268624 .tn-elem[data-elem-id="1687853032287"] {
        left: calc(50% - 240px + -43px);
    }
}

@media screen and (max-width: 479px) {
    #rec609268624 .tn-elem[data-elem-id="1687853032287"] {
        top: -107px;
        left: calc(50% - 160px + -533px);
    }
}

#rec609268624 .tn-elem[data-elem-id="1687814961997"] {
    z-index: 5;
    top: 531px;
    left: calc(50% - 600px + 906px);
    width: 105px;
}

#rec609268624 .tn-elem[data-elem-id="1687814961997"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec609268624 .tn-elem[data-elem-id="1687814961997"] .tn-atom {
    -webkit-transform: rotate(310deg);
    -moz-transform: rotate(310deg);
    transform: rotate(310deg);
}

@media screen and (max-width: 1199px) {
    #rec609268624 .tn-elem[data-elem-id="1687814961997"] {
        left: calc(50% - 480px + 819px);
    }
}

@media screen and (max-width: 959px) {
    #rec609268624 .tn-elem[data-elem-id="1687814961997"] {
        top: 385px;
        left: calc(50% - 320px + 485px);
    }
}

@media screen and (max-width: 639px) {
    #rec609268624 .tn-elem[data-elem-id="1687814961997"] {
        left: calc(50% - 240px + 407px);
    }
}

@media screen and (max-width: 479px) {}

#rec609268624 .tn-elem[data-elem-id="1687814461403"] {
    z-index: 6;
    top: 214px;
    left: calc(50% - 600px + 343px);
    width: 513px;
}

#rec609268624 .tn-elem[data-elem-id="1687814461403"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec609268624 .tn-elem[data-elem-id="1687814461403"] .tn-atom {
    -webkit-transform: rotate(333deg);
    -moz-transform: rotate(333deg);
    transform: rotate(333deg);
}

@media screen and (max-width: 1199px) {
    #rec609268624 .tn-elem[data-elem-id="1687814461403"] {
        left: calc(50% - 480px + 256px);
    }
}

@media screen and (max-width: 959px) {
    #rec609268624 .tn-elem[data-elem-id="1687814461403"] {
        top: 172px;
        left: calc(50% - 320px + 77px);
    }
}

@media screen and (max-width: 639px) {
    #rec609268624 .tn-elem[data-elem-id="1687814461403"] {
        left: calc(50% - 240px + -1px);
    }
}

@media screen and (max-width: 479px) {
    #rec609268624 .tn-elem[data-elem-id="1687814461403"] {
        top: 151px;
        left: calc(50% - 160px + -645px);
    }
}

#rec609268624 .tn-elem[data-elem-id="1687853054160"] {
    z-index: 7;
    top: 77px;
    left: calc(50% - 600px + 923px);
    width: 249px;
}

#rec609268624 .tn-elem[data-elem-id="1687853054160"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609268624 .tn-elem[data-elem-id="1687853054160"] {
        left: calc(50% - 480px + 836px);
    }
}

@media screen and (max-width: 959px) {
    #rec609268624 .tn-elem[data-elem-id="1687853054160"] {
        top: -34px;
        left: calc(50% - 320px + 468px);
    }
}

@media screen and (max-width: 639px) {
    #rec609268624 .tn-elem[data-elem-id="1687853054160"] {
        top: 120px;
        left: calc(50% - 240px + 1200px);
    }
}

@media screen and (max-width: 479px) {}

#rec609268624 .tn-elem[data-elem-id="1687814550515"] {
    z-index: 8;
    top: 122px;
    left: calc(50% - 600px + 320px);
    width: 557px;
}

#rec609268624 .tn-elem[data-elem-id="1687814550515"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec609268624 .tn-elem[data-elem-id="1687814550515"] .tn-atom {
    -webkit-transform: rotate(352deg);
    -moz-transform: rotate(352deg);
    transform: rotate(352deg);
}

@media screen and (max-width: 1199px) {
    #rec609268624 .tn-elem[data-elem-id="1687814550515"] {
        left: calc(50% - 480px + 233px);
    }
}

@media screen and (max-width: 959px) {
    #rec609268624 .tn-elem[data-elem-id="1687814550515"] {
        top: 94px;
        left: calc(50% - 320px + 65px);
    }
}

@media screen and (max-width: 639px) {
    #rec609268624 .tn-elem[data-elem-id="1687814550515"] {
        left: calc(50% - 240px + -13px);
    }
}

@media screen and (max-width: 479px) {
    #rec609268624 .tn-elem[data-elem-id="1687814550515"] {
        top: -51px;
        left: calc(50% - 160px + 320px);
    }
}

#rec609268624 .tn-elem[data-elem-id="1687814372904"] {
    z-index: 9;
    top: -35px;
    left: calc(50% - 600px + 377px);
    width: 446px;
}

#rec609268624 .tn-elem[data-elem-id="1687814372904"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609268624 .tn-elem[data-elem-id="1687814372904"] {
        left: calc(50% - 480px + 290px);
    }
}

@media screen and (max-width: 959px) {
    #rec609268624 .tn-elem[data-elem-id="1687814372904"] {
        top: -34px;
        left: calc(50% - 320px + 121px);
    }
}

@media screen and (max-width: 639px) {
    #rec609268624 .tn-elem[data-elem-id="1687814372904"] {
        left: calc(50% - 240px + 43px);
    }
}

@media screen and (max-width: 479px) {
    #rec609268624 .tn-elem[data-elem-id="1687814372904"] {
        top: -65px;
        left: calc(50% - 160px + -23px);
        width: 406px;
    }
}

#rec609268624 .tn-elem[data-elem-id="1687814411114"] {
    z-index: 10;
    top: 581px;
    left: calc(50% - 600px + 422px);
    width: 310px;
    height: 81px;
    -webkit-filter: blur(18px);
    filter: blur(18px);
}

#rec609268624 .tn-elem[data-elem-id="1687814411114"] .tn-atom {
    background-color: #1b1b1b;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609268624 .tn-elem[data-elem-id="1687814411114"] {
        left: calc(50% - 480px + 335px);
    }
}

@media screen and (max-width: 959px) {
    #rec609268624 .tn-elem[data-elem-id="1687814411114"] {
        top: 574px;
        left: calc(50% - 320px + 158px);
        height: 108px;
    }
}

@media screen and (max-width: 639px) {
    #rec609268624 .tn-elem[data-elem-id="1687814411114"] {
        left: calc(50% - 240px + 80px);
    }
}

@media screen and (max-width: 479px) {
    #rec609268624 .tn-elem[data-elem-id="1687814411114"] {
        top: 484px;
        left: calc(50% - 160px + 0px);
    }
}

#rec609268624 .tn-elem[data-elem-id="1687852905315"] {
    z-index: 11;
    top: 36px;
    left: calc(50% - 600px + 365px);
    width: 105px;
}

#rec609268624 .tn-elem[data-elem-id="1687852905315"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec609268624 .tn-elem[data-elem-id="1687852905315"] .tn-atom {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
}

@media screen and (max-width: 1199px) {
    #rec609268624 .tn-elem[data-elem-id="1687852905315"] {
        left: calc(50% - 480px + 278px);
    }
}

@media screen and (max-width: 959px) {
    #rec609268624 .tn-elem[data-elem-id="1687852905315"] {
        top: 493px;
        left: calc(50% - 320px + 53px);
    }

    #rec609268624 .tn-elem[data-elem-id="1687852905315"] .tn-atom {
        -webkit-transform: rotate(17deg);
        -moz-transform: rotate(17deg);
        transform: rotate(17deg);
    }
}

@media screen and (max-width: 639px) {
    #rec609268624 .tn-elem[data-elem-id="1687852905315"] {
        left: calc(50% - 240px + -25px);
    }
}

@media screen and (max-width: 479px) {
    #rec609268624 .tn-elem[data-elem-id="1687852905315"] {
        top: 376px;
        left: calc(50% - 160px + 533px);
    }
}

#rec609268624 .tn-elem[data-elem-id="1687814471200"] {
    z-index: 12;
    top: 415px;
    left: calc(50% - 600px + 232px);
    width: 513px;
}

#rec609268624 .tn-elem[data-elem-id="1687814471200"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec609268624 .tn-elem[data-elem-id="1687814471200"] .tn-atom {
    -webkit-transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    transform: rotate(12deg);
}

@media screen and (max-width: 1199px) {
    #rec609268624 .tn-elem[data-elem-id="1687814471200"] {
        left: calc(50% - 480px + 145px);
    }
}

@media screen and (max-width: 959px) {
    #rec609268624 .tn-elem[data-elem-id="1687814471200"] {
        top: 424px;
        left: calc(50% - 320px + 3px);
    }
}

@media screen and (max-width: 639px) {
    #rec609268624 .tn-elem[data-elem-id="1687814471200"] {
        left: calc(50% - 240px + -75px);
    }
}

@media screen and (max-width: 479px) {
    #rec609268624 .tn-elem[data-elem-id="1687814471200"] {
        top: 131px;
        left: calc(50% - 160px + -617px);
    }
}

#rec609268624 .tn-elem[data-elem-id="1687814452475"] {
    z-index: 13;
    top: 415px;
    left: calc(50% - 600px + 430px);
    width: 513px;
}

#rec609268624 .tn-elem[data-elem-id="1687814452475"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec609268624 .tn-elem[data-elem-id="1687814452475"] .tn-atom {
    -webkit-transform: rotate(339deg);
    -moz-transform: rotate(339deg);
    transform: rotate(339deg);
}

@media screen and (max-width: 1199px) {
    #rec609268624 .tn-elem[data-elem-id="1687814452475"] {
        left: calc(50% - 480px + 343px);
    }
}

@media screen and (max-width: 959px) {
    #rec609268624 .tn-elem[data-elem-id="1687814452475"] {
        top: 385px;
        left: calc(50% - 320px + 109px);
    }
}

@media screen and (max-width: 639px) {
    #rec609268624 .tn-elem[data-elem-id="1687814452475"] {
        left: calc(50% - 240px + 31px);
    }
}

@media screen and (max-width: 479px) {
    #rec609268624 .tn-elem[data-elem-id="1687814452475"] {
        top: 336px;
        left: calc(50% - 160px + -127px);
    }

    #rec609268624 .tn-elem[data-elem-id="1687814452475"] .tn-atom {
        -webkit-transform: rotate(351deg);
        -moz-transform: rotate(351deg);
        transform: rotate(351deg);
    }
}

#rec609268624 .tn-elem[data-elem-id="1687814618498"] {
    z-index: 14;
    top: 98px;
    left: calc(50% - 600px + 42px);
    width: 388px;
    height: 167px;
}

#rec609268624 .tn-elem[data-elem-id="1687814618498"] .tn-atom {
    border-radius: 20px;
    background-image: linear-gradient(0.47987636985433turn, rgba(255, 255, 255, 1) 0%, rgba(122, 122, 122, 1) 100%);
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1199px) {
    #rec609268624 .tn-elem[data-elem-id="1687814618498"] {
        left: calc(50% - 480px + -45px);
    }
}

@media screen and (max-width: 959px) {
    #rec609268624 .tn-elem[data-elem-id="1687814618498"] {
        top: 679px;
        left: calc(50% - 320px + 126px);
    }
}

@media screen and (max-width: 639px) {
    #rec609268624 .tn-elem[data-elem-id="1687814618498"] {
        left: calc(50% - 240px + 48px);
    }
}

@media screen and (max-width: 479px) {
    #rec609268624 .tn-elem[data-elem-id="1687814618498"] {
        top: 616px;
        left: calc(50% - 160px + 16px);
        width: 288px;
        height: 193px;
    }
}

#rec609268624 .tn-elem[data-elem-id="1687814618512"] {
    color: #000000;
    text-align: center;
    z-index: 15;
    top: 114px;
    left: calc(50% - 600px + 55px);
    width: 363px;
}

#rec609268624 .tn-elem[data-elem-id="1687814618512"] .tn-atom {
    color: #000000;
    font-size: 18px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609268624 .tn-elem[data-elem-id="1687814618512"] {
        left: calc(50% - 480px + -32px);
    }
}

@media screen and (max-width: 959px) {
    #rec609268624 .tn-elem[data-elem-id="1687814618512"] {
        top: 695px;
        left: calc(50% - 320px + 139px);
    }
}

@media screen and (max-width: 639px) {
    #rec609268624 .tn-elem[data-elem-id="1687814618512"] {
        left: calc(50% - 240px + 61px);
    }
}

@media screen and (max-width: 479px) {
    #rec609268624 .tn-elem[data-elem-id="1687814618512"] {
        top: 638px;
        left: calc(50% - 160px + 33px);
        width: 254px;
    }

    #rec609268624 .tn-elem[data-elem-id="1687814618512"] .tn-atom {
        font-size: 16px;
    }
}

#rec609268624 .tn-elem[data-elem-id="1687814737927"] {
    z-index: 16;
    top: 309px;
    left: calc(50% - 600px + 110px);
    width: 263px;
    height: 122px;
}

#rec609268624 .tn-elem[data-elem-id="1687814737927"] .tn-atom {
    border-radius: 20px;
    background-image: linear-gradient(0.47987636985433turn, rgba(255, 255, 255, 1) 0%, rgba(122, 122, 122, 1) 100%);
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1199px) {
    #rec609268624 .tn-elem[data-elem-id="1687814737927"] {
        left: calc(50% - 480px + 23px);
    }
}

@media screen and (max-width: 959px) {
    #rec609268624 .tn-elem[data-elem-id="1687814737927"] {
        top: 1445px;
        left: calc(50% - 320px + 126px);
        width: 388px;
        height: 109px;
    }
}

@media screen and (max-width: 639px) {
    #rec609268624 .tn-elem[data-elem-id="1687814737927"] {
        left: calc(50% - 240px + 48px);
    }
}

@media screen and (max-width: 479px) {
    #rec609268624 .tn-elem[data-elem-id="1687814737927"] {
        top: 1391px;
        left: calc(50% - 160px + 16px);
        width: 288px;
        height: 103px;
    }
}

#rec609268624 .tn-elem[data-elem-id="1687814737923"] {
    color: #000000;
    text-align: center;
    z-index: 17;
    top: 329px;
    left: calc(50% - 600px + 130px);
    width: 223px;
}

#rec609268624 .tn-elem[data-elem-id="1687814737923"] .tn-atom {
    color: #000000;
    font-size: 18px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609268624 .tn-elem[data-elem-id="1687814737923"] {
        left: calc(50% - 480px + 43px);
    }
}

@media screen and (max-width: 959px) {
    #rec609268624 .tn-elem[data-elem-id="1687814737923"] {
        top: 1459px;
        left: calc(50% - 320px + 149px);
        width: 343px;
    }
}

@media screen and (max-width: 639px) {
    #rec609268624 .tn-elem[data-elem-id="1687814737923"] {
        left: calc(50% - 240px + 71px);
    }
}

@media screen and (max-width: 479px) {
    #rec609268624 .tn-elem[data-elem-id="1687814737923"] {
        top: 1405px;
        left: calc(50% - 160px + 39px);
        width: 243px;
    }

    #rec609268624 .tn-elem[data-elem-id="1687814737923"] .tn-atom {
        font-size: 16px;
    }
}

#rec609268624 .tn-elem[data-elem-id="1687814849631"] {
    z-index: 18;
    top: 473px;
    left: calc(50% - 600px + 141px);
    width: 324px;
    height: 144px;
}

#rec609268624 .tn-elem[data-elem-id="1687814849631"] .tn-atom {
    border-radius: 20px;
    background-image: linear-gradient(0.47987636985433turn, rgba(255, 255, 255, 1) 0%, rgba(122, 122, 122, 1) 100%);
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1199px) {
    #rec609268624 .tn-elem[data-elem-id="1687814849631"] {
        left: calc(50% - 480px + 54px);
    }
}

@media screen and (max-width: 959px) {
    #rec609268624 .tn-elem[data-elem-id="1687814849631"] {
        top: 878px;
        left: calc(50% - 320px + 127px);
        width: 388px;
        height: 115px;
    }
}

@media screen and (max-width: 639px) {
    #rec609268624 .tn-elem[data-elem-id="1687814849631"] {
        left: calc(50% - 240px + 49px);
    }
}

@media screen and (max-width: 479px) {
    #rec609268624 .tn-elem[data-elem-id="1687814849631"] {
        top: 830px;
        left: calc(50% - 160px + 16px);
        width: 288px;
        height: 128px;
    }
}

#rec609268624 .tn-elem[data-elem-id="1687814849625"] {
    color: #000000;
    text-align: center;
    z-index: 19;
    top: 490px;
    left: calc(50% - 600px + 166px);
    width: 274px;
}

#rec609268624 .tn-elem[data-elem-id="1687814849625"] .tn-atom {
    color: #000000;
    font-size: 18px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609268624 .tn-elem[data-elem-id="1687814849625"] {
        left: calc(50% - 480px + 79px);
    }
}

@media screen and (max-width: 959px) {
    #rec609268624 .tn-elem[data-elem-id="1687814849625"] {
        top: 894px;
        left: calc(50% - 320px + 138px);
        width: 363px;
    }
}

@media screen and (max-width: 639px) {
    #rec609268624 .tn-elem[data-elem-id="1687814849625"] {
        left: calc(50% - 240px + 60px);
    }
}

@media screen and (max-width: 479px) {
    #rec609268624 .tn-elem[data-elem-id="1687814849625"] {
        top: 846px;
        left: calc(50% - 160px + 33px);
        width: 254px;
    }

    #rec609268624 .tn-elem[data-elem-id="1687814849625"] .tn-atom {
        font-size: 16px;
    }
}

#rec609268624 .tn-elem[data-elem-id="1687852763355"] {
    z-index: 20;
    top: 98px;
    left: calc(50% - 600px + 712px);
    width: 324px;
    height: 116px;
}

#rec609268624 .tn-elem[data-elem-id="1687852763355"] .tn-atom {
    border-radius: 20px;
    background-image: linear-gradient(0.47987636985433turn, rgba(255, 255, 255, 1) 0%, rgba(122, 122, 122, 1) 100%);
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1199px) {
    #rec609268624 .tn-elem[data-elem-id="1687852763355"] {
        left: calc(50% - 480px + 625px);
    }
}

@media screen and (max-width: 959px) {
    #rec609268624 .tn-elem[data-elem-id="1687852763355"] {
        top: 1025px;
        left: calc(50% - 320px + 126px);
        width: 388px;
        height: 90px;
    }
}

@media screen and (max-width: 639px) {
    #rec609268624 .tn-elem[data-elem-id="1687852763355"] {
        left: calc(50% - 240px + 48px);
    }
}

@media screen and (max-width: 479px) {
    #rec609268624 .tn-elem[data-elem-id="1687852763355"] {
        top: 979px;
        left: calc(50% - 160px + 16px);
        width: 288px;
        height: 105px;
    }
}

#rec609268624 .tn-elem[data-elem-id="1687852763366"] {
    color: #000000;
    text-align: center;
    z-index: 21;
    top: 115px;
    left: calc(50% - 600px + 737px);
    width: 274px;
}

#rec609268624 .tn-elem[data-elem-id="1687852763366"] .tn-atom {
    color: #000000;
    font-size: 18px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609268624 .tn-elem[data-elem-id="1687852763366"] {
        left: calc(50% - 480px + 650px);
    }
}

@media screen and (max-width: 959px) {
    #rec609268624 .tn-elem[data-elem-id="1687852763366"] {
        top: 1042px;
        left: calc(50% - 320px + 147px);
        width: 347px;
    }
}

@media screen and (max-width: 639px) {
    #rec609268624 .tn-elem[data-elem-id="1687852763366"] {
        left: calc(50% - 240px + 69px);
    }
}

@media screen and (max-width: 479px) {
    #rec609268624 .tn-elem[data-elem-id="1687852763366"] {
        top: 996px;
        left: calc(50% - 160px + 44px);
        width: 233px;
    }

    #rec609268624 .tn-elem[data-elem-id="1687852763366"] .tn-atom {
        font-size: 16px;
    }
}

#rec609268624 .tn-elem[data-elem-id="1687852850336"] {
    z-index: 22;
    top: 482px;
    left: calc(50% - 600px + 636px);
    width: 324px;
    height: 116px;
}

#rec609268624 .tn-elem[data-elem-id="1687852850336"] .tn-atom {
    border-radius: 20px;
    background-image: linear-gradient(0.47987636985433turn, rgba(255, 255, 255, 1) 0%, rgba(122, 122, 122, 1) 100%);
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1199px) {
    #rec609268624 .tn-elem[data-elem-id="1687852850336"] {
        left: calc(50% - 480px + 549px);
    }
}

@media screen and (max-width: 959px) {
    #rec609268624 .tn-elem[data-elem-id="1687852850336"] {
        top: 1297px;
        left: calc(50% - 320px + 126px);
        width: 388px;
    }
}

@media screen and (max-width: 639px) {
    #rec609268624 .tn-elem[data-elem-id="1687852850336"] {
        left: calc(50% - 240px + 48px);
    }
}

@media screen and (max-width: 479px) {
    #rec609268624 .tn-elem[data-elem-id="1687852850336"] {
        top: 1261px;
        left: calc(50% - 160px + 16px);
        width: 288px;
        height: 109px;
    }
}

#rec609268624 .tn-elem[data-elem-id="1687852850350"] {
    color: #000000;
    text-align: center;
    z-index: 23;
    top: 499px;
    left: calc(50% - 600px + 661px);
    width: 274px;
}

#rec609268624 .tn-elem[data-elem-id="1687852850350"] .tn-atom {
    color: #000000;
    font-size: 18px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609268624 .tn-elem[data-elem-id="1687852850350"] {
        left: calc(50% - 480px + 574px);
    }
}

@media screen and (max-width: 959px) {
    #rec609268624 .tn-elem[data-elem-id="1687852850350"] {
        top: 1314px;
        left: calc(50% - 320px + 148px);
        width: 344px;
    }

    #rec609268624 .tn-elem[data-elem-id="1687852850350"] .tn-atom {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@media screen and (max-width: 639px) {
    #rec609268624 .tn-elem[data-elem-id="1687852850350"] {
        left: calc(50% - 240px + 70px);
    }
}

@media screen and (max-width: 479px) {
    #rec609268624 .tn-elem[data-elem-id="1687852850350"] {
        top: 1278px;
        left: calc(50% - 160px + 30px);
        width: 258px;
    }

    #rec609268624 .tn-elem[data-elem-id="1687852850350"] .tn-atom {
        font-size: 16px;
    }
}

#rec609268624 .tn-elem[data-elem-id="1687852815797"] {
    z-index: 24;
    top: 272px;
    left: calc(50% - 600px + 745px);
    width: 324px;
    height: 152px;
}

#rec609268624 .tn-elem[data-elem-id="1687852815797"] .tn-atom {
    border-radius: 20px;
    background-image: linear-gradient(0.47987636985433turn, rgba(255, 255, 255, 1) 0%, rgba(122, 122, 122, 1) 100%);
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1199px) {
    #rec609268624 .tn-elem[data-elem-id="1687852815797"] {
        left: calc(50% - 480px + 658px);
    }
}

@media screen and (max-width: 959px) {
    #rec609268624 .tn-elem[data-elem-id="1687852815797"] {
        top: 1147px;
        left: calc(50% - 320px + 126px);
        width: 388px;
        height: 118px;
    }
}

@media screen and (max-width: 639px) {
    #rec609268624 .tn-elem[data-elem-id="1687852815797"] {
        left: calc(50% - 240px + 48px);
    }
}

@media screen and (max-width: 479px) {
    #rec609268624 .tn-elem[data-elem-id="1687852815797"] {
        top: 1105px;
        left: calc(50% - 160px + 16px);
        width: 288px;
        height: 135px;
    }
}

#rec609268624 .tn-elem[data-elem-id="1687852815809"] {
    color: #000000;
    text-align: center;
    z-index: 25;
    top: 292px;
    left: calc(50% - 600px + 770px);
    width: 274px;
}

#rec609268624 .tn-elem[data-elem-id="1687852815809"] .tn-atom {
    color: #000000;
    font-size: 18px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609268624 .tn-elem[data-elem-id="1687852815809"] {
        left: calc(50% - 480px + 683px);
    }
}

@media screen and (max-width: 959px) {
    #rec609268624 .tn-elem[data-elem-id="1687852815809"] {
        top: 1166px;
        left: calc(50% - 320px + 142px);
        width: 357px;
    }
}

@media screen and (max-width: 639px) {
    #rec609268624 .tn-elem[data-elem-id="1687852815809"] {
        left: calc(50% - 240px + 64px);
    }
}

@media screen and (max-width: 479px) {
    #rec609268624 .tn-elem[data-elem-id="1687852815809"] {
        top: 1124px;
        left: calc(50% - 160px + 40px);
        width: 240px;
    }

    #rec609268624 .tn-elem[data-elem-id="1687852815809"] .tn-atom {
        font-size: 16px;
    }
}

#rec609268624 .tn-elem[data-elem-id="1687854861521"] {
    color: transparent;
    background-image: linear-gradient(0turn, rgba(255, 255, 255, 1) 0%, rgba(184, 184, 184, 1) 100%);
    -webkit-background-clip: text;
    will-change: transform;
    text-align: center;
    z-index: 26;
    top: 664px;
    left: calc(50% - 600px + 463px);
    width: 206px;
}

#rec609268624 .tn-elem[data-elem-id="1687854861521"] .tn-atom {
    color: transparent;
    background-image: linear-gradient(0turn, rgba(255, 255, 255, 1) 0%, rgba(184, 184, 184, 1) 100%);
    -webkit-background-clip: text;
    will-change: transform;
    font-size: 20px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609268624 .tn-elem[data-elem-id="1687854861521"] {
        left: calc(50% - 480px + 377px);
    }
}

@media screen and (max-width: 959px) {
    #rec609268624 .tn-elem[data-elem-id="1687854861521"] {
        top: 603px;
        left: calc(50% - 320px + 217px);
    }
}

@media screen and (max-width: 639px) {
    #rec609268624 .tn-elem[data-elem-id="1687854861521"] {
        left: calc(50% - 240px + 139px);
    }
}

@media screen and (max-width: 479px) {
    #rec609268624 .tn-elem[data-elem-id="1687854861521"] {
        top: 521px;
        left: calc(50% - 160px + 57px);
    }
}

#rec609268624 .tn-elem[data-elem-id="1687854861530"] {
    color: transparent;
    background-image: linear-gradient(0turn, rgba(255, 255, 255, 1) 0%, rgba(184, 184, 184, 1) 100%);
    -webkit-background-clip: text;
    will-change: transform;
    text-align: center;
    z-index: 27;
    top: 687px;
    left: calc(50% - 600px + 533px);
    width: 67px;
}

#rec609268624 .tn-elem[data-elem-id="1687854861530"] .tn-atom {
    color: transparent;
    background-image: linear-gradient(0turn, rgba(255, 255, 255, 1) 0%, rgba(184, 184, 184, 1) 100%);
    -webkit-background-clip: text;
    will-change: transform;
    font-size: 16px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    opacity: 0.6;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609268624 .tn-elem[data-elem-id="1687854861530"] {
        left: calc(50% - 480px + 447px);
    }
}

@media screen and (max-width: 959px) {
    #rec609268624 .tn-elem[data-elem-id="1687854861530"] {
        top: 626px;
        left: calc(50% - 320px + 287px);
    }
}

@media screen and (max-width: 639px) {
    #rec609268624 .tn-elem[data-elem-id="1687854861530"] {
        left: calc(50% - 240px + 209px);
    }
}

@media screen and (max-width: 479px) {
    #rec609268624 .tn-elem[data-elem-id="1687854861530"] {
        top: 552px;
        left: calc(50% - 160px + 127px);
    }
}

#rec609376327 .t396__artboard {
    height: 1120px;
    background-color: #ffffff;
}

#rec609376327 .t396__filter {
    height: 1120px;
}

#rec609376327 .t396__carrier {
    height: 1120px;
    background-position: center center;
    background-attachment: scroll;
    background-image: url('../img/tild6237-6132-4636-a163-373431396138-resize-20x-Frame_3.png');
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec609376327 .t396__artboard {}

    #rec609376327 .t396__filter {}

    #rec609376327 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec609376327 .t396__artboard {
        height: 1810px;
    }

    #rec609376327 .t396__filter {
        height: 1810px;
    }

    #rec609376327 .t396__carrier {
        height: 1810px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 639px) {
    #rec609376327 .t396__artboard {}

    #rec609376327 .t396__filter {}

    #rec609376327 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 479px) {
    #rec609376327 .t396__artboard {
        height: 1420px;
    }

    #rec609376327 .t396__filter {
        height: 1420px;
    }

    #rec609376327 .t396__carrier {
        height: 1420px;
        background-attachment: scroll;
    }
}

#rec609376327 .tn-elem[data-elem-id="1687853216630"] {
    z-index: 2;
    top: -89px;
    left: calc(50% - 600px + -482px);
    width: 2261px;
    height: 114px;
    -webkit-filter: blur(23px);
    filter: blur(23px);
}

#rec609376327 .tn-elem[data-elem-id="1687853216630"] .tn-atom {
    background-color: #171717;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {}

#rec609376327 .tn-elem[data-elem-id="1687853434636"] {
    z-index: 3;
    top: 64px;
    left: calc(50% - 600px + 334px);
    width: 532px;
}

#rec609376327 .tn-elem[data-elem-id="1687853434636"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609376327 .tn-elem[data-elem-id="1687853434636"] {
        left: calc(50% - 480px + 220px);
    }
}

@media screen and (max-width: 959px) {
    #rec609376327 .tn-elem[data-elem-id="1687853434636"] {
        top: 69px;
        left: calc(50% - 320px + 54px);
    }
}

@media screen and (max-width: 639px) {
    #rec609376327 .tn-elem[data-elem-id="1687853434636"] {
        left: calc(50% - 240px + -26px);
    }
}

@media screen and (max-width: 479px) {
    #rec609376327 .tn-elem[data-elem-id="1687853434636"] {
        top: 50px;
        left: calc(50% - 160px + -4px);
        width: 329px;
    }
}

#rec609376327 .tn-elem[data-elem-id="1687853635551"] {
    z-index: 4;
    top: 168px;
    left: calc(50% - 600px + 612px);
    width: 447px;
}

#rec609376327 .tn-elem[data-elem-id="1687853635551"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609376327 .tn-elem[data-elem-id="1687853635551"] {
        left: calc(50% - 480px + 498px);
    }
}

@media screen and (max-width: 959px) {
    #rec609376327 .tn-elem[data-elem-id="1687853635551"] {
        top: 499px;
        left: calc(50% - 320px + 97px);
    }
}

@media screen and (max-width: 639px) {
    #rec609376327 .tn-elem[data-elem-id="1687853635551"] {
        left: calc(50% - 240px + 17px);
    }
}

@media screen and (max-width: 479px) {
    #rec609376327 .tn-elem[data-elem-id="1687853635551"] {
        top: 371px;
        left: calc(50% - 160px + -19px);
        width: 352px;
    }
}

#rec609376327 .tn-elem[data-elem-id="1687854191991"] {
    z-index: 5;
    top: 418px;
    left: calc(50% - 600px + 634px);
    width: 402px;
    height: 87px;
}

#rec609376327 .tn-elem[data-elem-id="1687854191991"] .tn-atom {
    border-radius: 20px;
    background-image: linear-gradient(0.47987636985433turn, rgba(255, 255, 255, 1) 0%, rgba(122, 122, 122, 1) 100%);
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1199px) {
    #rec609376327 .tn-elem[data-elem-id="1687854191991"] {
        left: calc(50% - 480px + 520px);
    }
}

@media screen and (max-width: 959px) {
    #rec609376327 .tn-elem[data-elem-id="1687854191991"] {
        top: 749px;
        left: calc(50% - 320px + 119px);
    }
}

@media screen and (max-width: 639px) {
    #rec609376327 .tn-elem[data-elem-id="1687854191991"] {
        left: calc(50% - 240px + 39px);
    }
}

@media screen and (max-width: 479px) {
    #rec609376327 .tn-elem[data-elem-id="1687854191991"] {
        top: 568px;
        left: calc(50% - 160px + -2px);
        width: 326px;
        height: 69px;
    }
}

#rec609376327 .tn-elem[data-elem-id="1687854192007"] {
    color: #000000;
    text-align: center;
    z-index: 6;
    top: 434px;
    left: calc(50% - 600px + 665px);
    width: 340px;
}

#rec609376327 .tn-elem[data-elem-id="1687854192007"] .tn-atom {
    color: #000000;
    font-size: 18px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609376327 .tn-elem[data-elem-id="1687854192007"] {
        left: calc(50% - 480px + 551px);
    }
}

@media screen and (max-width: 959px) {
    #rec609376327 .tn-elem[data-elem-id="1687854192007"] {
        top: 765px;
        left: calc(50% - 320px + 150px);
    }
}

@media screen and (max-width: 639px) {
    #rec609376327 .tn-elem[data-elem-id="1687854192007"] {
        left: calc(50% - 240px + 70px);
    }
}

@media screen and (max-width: 479px) {
    #rec609376327 .tn-elem[data-elem-id="1687854192007"] {
        top: 579px;
        left: calc(50% - 160px + 10px);
        width: 294px;
    }

    #rec609376327 .tn-elem[data-elem-id="1687854192007"] .tn-atom {
        font-size: 16px;
    }
}

#rec609376327 .tn-elem[data-elem-id="1687853635582"] {
    z-index: 7;
    top: 209px;
    left: calc(50% - 600px + 142px);
    width: 361px;
}

#rec609376327 .tn-elem[data-elem-id="1687853635582"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609376327 .tn-elem[data-elem-id="1687853635582"] {
        left: calc(50% - 480px + 28px);
    }
}

@media screen and (max-width: 959px) {
    #rec609376327 .tn-elem[data-elem-id="1687853635582"] {
        top: 214px;
        left: calc(50% - 320px + 134px);
    }
}

@media screen and (max-width: 639px) {
    #rec609376327 .tn-elem[data-elem-id="1687853635582"] {
        left: calc(50% - 240px + 54px);
    }
}

@media screen and (max-width: 479px) {
    #rec609376327 .tn-elem[data-elem-id="1687853635582"] {
        top: 139px;
        left: calc(50% - 160px + 9px);
        width: 293px;
    }
}

#rec609376327 .tn-elem[data-elem-id="1687854254708"] {
    z-index: 8;
    top: 422px;
    left: calc(50% - 600px + 127px);
    width: 402px;
    height: 87px;
}

#rec609376327 .tn-elem[data-elem-id="1687854254708"] .tn-atom {
    border-radius: 20px;
    background-image: linear-gradient(0.47987636985433turn, rgba(255, 255, 255, 1) 0%, rgba(122, 122, 122, 1) 100%);
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1199px) {
    #rec609376327 .tn-elem[data-elem-id="1687854254708"] {
        left: calc(50% - 480px + 13px);
    }
}

@media screen and (max-width: 959px) {
    #rec609376327 .tn-elem[data-elem-id="1687854254708"] {
        top: 427px;
        left: calc(50% - 320px + 119px);
    }
}

@media screen and (max-width: 639px) {
    #rec609376327 .tn-elem[data-elem-id="1687854254708"] {
        left: calc(50% - 240px + 39px);
    }
}

@media screen and (max-width: 479px) {
    #rec609376327 .tn-elem[data-elem-id="1687854254708"] {
        top: 312px;
        left: calc(50% - 160px + -3px);
        width: 326px;
        height: 70px;
    }
}

#rec609376327 .tn-elem[data-elem-id="1687854254693"] {
    color: #000000;
    text-align: center;
    z-index: 9;
    top: 438px;
    left: calc(50% - 600px + 158px);
    width: 340px;
}

#rec609376327 .tn-elem[data-elem-id="1687854254693"] .tn-atom {
    color: #000000;
    font-size: 18px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609376327 .tn-elem[data-elem-id="1687854254693"] {
        left: calc(50% - 480px + 44px);
    }
}

@media screen and (max-width: 959px) {
    #rec609376327 .tn-elem[data-elem-id="1687854254693"] {
        top: 443px;
        left: calc(50% - 320px + 150px);
    }
}

@media screen and (max-width: 639px) {
    #rec609376327 .tn-elem[data-elem-id="1687854254693"] {
        left: calc(50% - 240px + 70px);
    }
}

@media screen and (max-width: 479px) {
    #rec609376327 .tn-elem[data-elem-id="1687854254693"] {
        top: 324px;
        left: calc(50% - 160px + 22px);
        width: 276px;
    }

    #rec609376327 .tn-elem[data-elem-id="1687854254693"] .tn-atom {
        font-size: 16px;
    }
}

#rec609376327 .tn-elem[data-elem-id="1687853635567"] {
    z-index: 10;
    top: 475px;
    left: calc(50% - 600px + 96px);
    width: 500px;
}

#rec609376327 .tn-elem[data-elem-id="1687853635567"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609376327 .tn-elem[data-elem-id="1687853635567"] {
        left: calc(50% - 480px + -18px);
    }
}

@media screen and (max-width: 959px) {
    #rec609376327 .tn-elem[data-elem-id="1687853635567"] {
        top: 1134px;
        left: calc(50% - 320px + 70px);
    }
}

@media screen and (max-width: 639px) {
    #rec609376327 .tn-elem[data-elem-id="1687853635567"] {
        left: calc(50% - 240px + -10px);
    }
}

@media screen and (max-width: 479px) {
    #rec609376327 .tn-elem[data-elem-id="1687853635567"] {
        top: 877px;
        left: calc(50% - 160px + -44px);
        width: 422px;
    }
}

#rec609376327 .tn-elem[data-elem-id="1687854436164"] {
    z-index: 11;
    top: 730px;
    left: calc(50% - 600px + 145px);
    width: 402px;
    height: 87px;
}

#rec609376327 .tn-elem[data-elem-id="1687854436164"] .tn-atom {
    border-radius: 20px;
    background-image: linear-gradient(0.47987636985433turn, rgba(255, 255, 255, 1) 0%, rgba(122, 122, 122, 1) 100%);
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1199px) {
    #rec609376327 .tn-elem[data-elem-id="1687854436164"] {
        left: calc(50% - 480px + 31px);
    }
}

@media screen and (max-width: 959px) {
    #rec609376327 .tn-elem[data-elem-id="1687854436164"] {
        top: 1389px;
        left: calc(50% - 320px + 119px);
    }
}

@media screen and (max-width: 639px) {
    #rec609376327 .tn-elem[data-elem-id="1687854436164"] {
        left: calc(50% - 240px + 39px);
    }
}

@media screen and (max-width: 479px) {
    #rec609376327 .tn-elem[data-elem-id="1687854436164"] {
        top: 1092px;
        left: calc(50% - 160px + -3px);
        width: 326px;
        height: 73px;
    }
}

#rec609376327 .tn-elem[data-elem-id="1687854436174"] {
    color: #000000;
    text-align: center;
    z-index: 12;
    top: 746px;
    left: calc(50% - 600px + 176px);
    width: 340px;
}

#rec609376327 .tn-elem[data-elem-id="1687854436174"] .tn-atom {
    color: #000000;
    font-size: 18px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609376327 .tn-elem[data-elem-id="1687854436174"] {
        left: calc(50% - 480px + 62px);
    }
}

@media screen and (max-width: 959px) {
    #rec609376327 .tn-elem[data-elem-id="1687854436174"] {
        top: 1405px;
        left: calc(50% - 320px + 150px);
    }
}

@media screen and (max-width: 639px) {
    #rec609376327 .tn-elem[data-elem-id="1687854436174"] {
        left: calc(50% - 240px + 70px);
    }
}

@media screen and (max-width: 479px) {
    #rec609376327 .tn-elem[data-elem-id="1687854436174"] {
        top: 1105px;
        left: calc(50% - 160px + 18px);
        width: 287px;
    }

    #rec609376327 .tn-elem[data-elem-id="1687854436174"] .tn-atom {
        font-size: 16px;
    }
}

#rec609376327 .tn-elem[data-elem-id="1687853635574"] {
    z-index: 13;
    top: 474px;
    left: calc(50% - 600px + 604px);
    width: 501px;
}

#rec609376327 .tn-elem[data-elem-id="1687853635574"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609376327 .tn-elem[data-elem-id="1687853635574"] {
        left: calc(50% - 480px + 490px);
    }
}

@media screen and (max-width: 959px) {
    #rec609376327 .tn-elem[data-elem-id="1687853635574"] {
        top: 805px;
        left: calc(50% - 320px + 70px);
    }
}

@media screen and (max-width: 639px) {
    #rec609376327 .tn-elem[data-elem-id="1687853635574"] {
        left: calc(50% - 240px + -10px);
    }
}

@media screen and (max-width: 479px) {
    #rec609376327 .tn-elem[data-elem-id="1687853635574"] {
        top: 616px;
        left: calc(50% - 160px + -41px);
        width: 400px;
    }
}

#rec609376327 .tn-elem[data-elem-id="1687854463365"] {
    z-index: 14;
    top: 730px;
    left: calc(50% - 600px + 653px);
    width: 402px;
    height: 87px;
}

#rec609376327 .tn-elem[data-elem-id="1687854463365"] .tn-atom {
    border-radius: 20px;
    background-image: linear-gradient(0.47987636985433turn, rgba(255, 255, 255, 1) 0%, rgba(122, 122, 122, 1) 100%);
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1199px) {
    #rec609376327 .tn-elem[data-elem-id="1687854463365"] {
        left: calc(50% - 480px + 539px);
    }
}

@media screen and (max-width: 959px) {
    #rec609376327 .tn-elem[data-elem-id="1687854463365"] {
        top: 1061px;
        left: calc(50% - 320px + 119px);
    }
}

@media screen and (max-width: 639px) {
    #rec609376327 .tn-elem[data-elem-id="1687854463365"] {
        left: calc(50% - 240px + 39px);
    }
}

@media screen and (max-width: 479px) {
    #rec609376327 .tn-elem[data-elem-id="1687854463365"] {
        top: 820px;
        left: calc(50% - 160px + -2px);
        width: 326px;
        height: 69px;
    }
}

#rec609376327 .tn-elem[data-elem-id="1687854463375"] {
    color: #000000;
    text-align: center;
    z-index: 15;
    top: 746px;
    left: calc(50% - 600px + 684px);
    width: 340px;
}

#rec609376327 .tn-elem[data-elem-id="1687854463375"] .tn-atom {
    color: #000000;
    font-size: 18px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609376327 .tn-elem[data-elem-id="1687854463375"] {
        left: calc(50% - 480px + 570px);
    }
}

@media screen and (max-width: 959px) {
    #rec609376327 .tn-elem[data-elem-id="1687854463375"] {
        top: 1077px;
        left: calc(50% - 320px + 150px);
    }
}

@media screen and (max-width: 639px) {
    #rec609376327 .tn-elem[data-elem-id="1687854463375"] {
        left: calc(50% - 240px + 70px);
    }
}

@media screen and (max-width: 479px) {
    #rec609376327 .tn-elem[data-elem-id="1687854463375"] {
        top: 831px;
        left: calc(50% - 160px + 24px);
        width: 271px;
    }

    #rec609376327 .tn-elem[data-elem-id="1687854463375"] .tn-atom {
        font-size: 16px;
    }
}

#rec609376327 .tn-elem[data-elem-id="1687854565217"] {
    color: #343434;
    text-align: center;
    z-index: 16;
    top: 908px;
    left: calc(50% - 600px + 462px);
    width: 276px;
    height: 54px;
}

#rec609376327 .tn-elem[data-elem-id="1687854565217"] .tn-atom {
    color: #343434;
    font-size: 19px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 16px;
    background-image: linear-gradient(0.23648745989510966turn, rgba(255, 255, 255, 1) 0%, rgba(195, 255, 255, 1) 100%);
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 3px 0px 0px rgba(175, 175, 175, 1);
}

@media screen and (max-width: 1199px) {
    #rec609376327 .tn-elem[data-elem-id="1687854565217"] {
        left: calc(50% - 480px + 348px);
    }
}

@media screen and (max-width: 959px) {
    #rec609376327 .tn-elem[data-elem-id="1687854565217"] {
        top: 1553px;
        left: calc(50% - 320px + 182px);
    }
}

@media screen and (max-width: 639px) {
    #rec609376327 .tn-elem[data-elem-id="1687854565217"] {
        left: calc(50% - 240px + 102px);
    }
}

@media screen and (max-width: 479px) {
    #rec609376327 .tn-elem[data-elem-id="1687854565217"] {
        top: 1213px;
        left: calc(50% - 160px + 22px);
    }
}

#rec609376327 .tn-elem[data-elem-id="1687854593098"] {
    color: #fafafa;
    text-align: center;
    z-index: 17;
    top: 990px;
    left: calc(50% - 600px + 465px);
    width: 270px;
}

#rec609376327 .tn-elem[data-elem-id="1687854593098"] .tn-atom {
    color: #fafafa;
    font-size: 18px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609376327 .tn-elem[data-elem-id="1687854593098"] {
        left: calc(50% - 480px + 351px);
    }
}

@media screen and (max-width: 959px) {
    #rec609376327 .tn-elem[data-elem-id="1687854593098"] {
        top: 1649px;
        left: calc(50% - 320px + 185px);
    }
}

@media screen and (max-width: 639px) {
    #rec609376327 .tn-elem[data-elem-id="1687854593098"] {
        left: calc(50% - 240px + 105px);
    }
}

@media screen and (max-width: 479px) {
    #rec609376327 .tn-elem[data-elem-id="1687854593098"] {
        top: 1297px;
        left: calc(50% - 160px + 44px);
        width: 232px;
    }

    #rec609376327 .tn-elem[data-elem-id="1687854593098"] .tn-atom {
        font-size: 16px;
    }
}

#rec609376327 .tn-elem[data-elem-id="1687854775277"] {
    z-index: 18;
    top: 97px;
    left: calc(50% - 600px + 1022px);
    width: 113px;
}

#rec609376327 .tn-elem[data-elem-id="1687854775277"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec609376327 .tn-elem[data-elem-id="1687854775277"] .tn-atom {
    -webkit-transform: rotate(343deg);
    -moz-transform: rotate(343deg);
    transform: rotate(343deg);
}

@media screen and (max-width: 1199px) {
    #rec609376327 .tn-elem[data-elem-id="1687854775277"] {
        left: calc(50% - 480px + 908px);
    }
}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {}

#rec609376327 .tn-elem[data-elem-id="1687854761312"] {
    z-index: 19;
    top: 861px;
    left: calc(50% - 600px + 158px);
    width: 113px;
}

#rec609376327 .tn-elem[data-elem-id="1687854761312"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec609376327 .tn-elem[data-elem-id="1687854761312"] .tn-atom {
    -webkit-transform: rotate(105deg);
    -moz-transform: rotate(105deg);
    transform: rotate(105deg);
}

@media screen and (max-width: 1199px) {
    #rec609376327 .tn-elem[data-elem-id="1687854761312"] {
        left: calc(50% - 480px + 44px);
    }
}

@media screen and (max-width: 959px) {
    #rec609376327 .tn-elem[data-elem-id="1687854761312"] {
        top: 543px;
        left: calc(50% - 320px + -436px);
    }
}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {}

#rec609393368 .t396__artboard {
    height: 630px;
    background-color: #ffffff;
}

#rec609393368 .t396__filter {
    height: 630px;
}

#rec609393368 .t396__carrier {
    height: 630px;
    background-position: center center;
    background-attachment: scroll;
    background-image: url('../img/tild6234-3266-4539-a664-313939386535-resize-20x-Frame_3.png');
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec609393368 .t396__artboard {}

    #rec609393368 .t396__filter {}

    #rec609393368 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec609393368 .t396__artboard {}

    #rec609393368 .t396__filter {}

    #rec609393368 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 639px) {
    #rec609393368 .t396__artboard {}

    #rec609393368 .t396__filter {}

    #rec609393368 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 479px) {
    #rec609393368 .t396__artboard {
        height: 690px;
    }

    #rec609393368 .t396__filter {
        height: 690px;
    }

    #rec609393368 .t396__carrier {
        height: 690px;
        background-attachment: scroll;
    }
}

#rec609393368 .tn-elem[data-elem-id="1687854968582"] {
    z-index: 2;
    top: -44px;
    left: calc(50% - 600px + 320px);
    width: 560px;
    height: 170px;
}

#rec609393368 .tn-elem[data-elem-id="1687854968582"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609393368 .tn-elem[data-elem-id="1687854968582"] {
        left: calc(50% - 480px + 200px);
    }
}

@media screen and (max-width: 959px) {
    #rec609393368 .tn-elem[data-elem-id="1687854968582"] {
        left: calc(50% - 320px + 40px);
    }
}

@media screen and (max-width: 639px) {
    #rec609393368 .tn-elem[data-elem-id="1687854968582"] {
        top: -29px;
        left: calc(50% - 240px + 0px);
        width: 480px;
    }
}

@media screen and (max-width: 479px) {
    #rec609393368 .tn-elem[data-elem-id="1687854968582"] {
        top: -18px;
        left: calc(50% - 160px + -28px);
        width: 377px;
    }
}

#ltBlock1788459819 .lt-block-wrapper {
    padding-top: 0px;
    padding-bottom: 45px
}

.f-input {
    border-radius: 18px;
}

input.f-input {
    height: 74px;
}

.btn.f-btn.button-sm {
    padding-left: 35px;
    padding-right: 35px;
    font-size: 14px;
    min-height: 46px;
}

.btn.f-btn.button-lg {
    padding-left: 70px;
    padding-right: 70px;
    min-height: 74px;
    font-size: 20px;
}

.btn.f-btn.button-md {
    padding-left: 60px;
    padding-right: 60px;
    min-height: 60px;
    font-size: 16px;
}

.lt-menu .btn.f-btn.button-md {
    padding-left: 10px;
    padding-right: 10px;
    min-height: 20px;
    font-size: 14px;
}

.lt-menu .btn.f-btn.button-sm {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
    min-height: 18px;
}

.lt-menu .btn.f-btn.button-lg {
    padding-left: 40px;
    padding-right: 40px;
    min-height: 47px;
    font-size: 18px;
}

.btn.f-btn:disabled,
.btn.f-btn[disabled] {
    cursor: not-allowed;
    color: transparent;
    filter: alpha(opacity=65);
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.f-btn {
    position: relative;
}

@keyframes rotation-btn {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn.f-btn[disabled]:after,
.btn.f-btn:disabled:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    animation: rotation-btn 1s linear infinite;
    border-style: solid;
    border-width: 3px;
    border-color: #000000;
}

.btn.f-btn[disabled]:after,
.btn.f-btn:disabled:after {
    border-bottom-color: transparent;
}

.btn.f-btn.button-sm[disabled]:after,
.btn.f-btn.button-sm:disabled:after {
    width: 25px;
    height: 25px;
    border-width: 3px;
}

.btn.f-btn.button-lg[disabled]:after,
.btn.f-btn.button-lg:disabled:after {
    width: 40px;
    height: 40px;
    border-width: 4px;
}

.btn.f-btn.button-md[disabled]:after,
.btn.f-btn.button-md:disabled:after {
    width: 30px;
    height: 30px;
    border-width: 4px;
}

#ltBlock1788459820 .lt-block-wrapper {
    padding-top: 0px;
    padding-bottom: 0px
}

#rec609395904 .t396__artboard {
    height: 290px;
    background-color: #0f0f0f;
}

#rec609395904 .t396__filter {
    height: 290px;
}

#rec609395904 .t396__carrier {
    height: 290px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec609395904 .t396__artboard {
        height: 280px;
    }

    #rec609395904 .t396__filter {
        height: 280px;
    }

    #rec609395904 .t396__carrier {
        height: 280px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec609395904 .t396__artboard {
        height: 390px;
    }

    #rec609395904 .t396__filter {
        height: 390px;
    }

    #rec609395904 .t396__carrier {
        height: 390px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 639px) {
    #rec609395904 .t396__artboard {
        height: 490px;
    }

    #rec609395904 .t396__filter {
        height: 490px;
    }

    #rec609395904 .t396__carrier {
        height: 490px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 479px) {
    #rec609395904 .t396__artboard {
        height: 510px;
    }

    #rec609395904 .t396__filter {
        height: 510px;
    }

    #rec609395904 .t396__carrier {
        height: 510px;
        background-attachment: scroll;
    }
}

#rec609395904 .tn-elem[data-elem-id="1655457273581"] {
    color: #51ffff;
    z-index: 2;
    top: 50px;
    left: calc(50% - 600px + 400px);
    width: 364px;
}

#rec609395904 .tn-elem[data-elem-id="1655457273581"] .tn-atom {
    color: #51ffff;
    font-size: 15px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609395904 .tn-elem[data-elem-id="1655457273581"] {
        top: 60px;
        left: calc(50% - 480px + 374px);
    }
}

@media screen and (max-width: 959px) {
    #rec609395904 .tn-elem[data-elem-id="1655457273581"] {
        top: 60px;
        left: calc(50% - 320px + 250px);
    }

    #rec609395904 .tn-elem[data-elem-id="1655457273581"] .tn-atom {
        font-size: 18px;
    }
}

@media screen and (max-width: 639px) {
    #rec609395904 .tn-elem[data-elem-id="1655457273581"] {
        top: 133px;
        left: calc(50% - 240px + 12px);
    }
}

@media screen and (max-width: 479px) {
    #rec609395904 .tn-elem[data-elem-id="1655457273581"] {
        top: 78px;
        left: calc(50% - 160px + 10px);
        width: 293px;
    }

    #rec609395904 .tn-elem[data-elem-id="1655457273581"] {
        text-align: left;
    }
}

#rec609395904 .tn-elem[data-elem-id="1655457291199"] {
    color: #ffffff;
    z-index: 3;
    top: 90px;
    left: calc(50% - 600px + 400px);
    width: 364px;
}

#rec609395904 .tn-elem[data-elem-id="1655457291199"] .tn-atom {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609395904 .tn-elem[data-elem-id="1655457291199"] {
        top: 100px;
        left: calc(50% - 480px + 374px);
    }
}

@media screen and (max-width: 959px) {
    #rec609395904 .tn-elem[data-elem-id="1655457291199"] {
        top: 84px;
        left: calc(50% - 320px + 250px);
    }

    #rec609395904 .tn-elem[data-elem-id="1655457291199"] .tn-atom {
        font-size: 18px;
    }
}

@media screen and (max-width: 639px) {
    #rec609395904 .tn-elem[data-elem-id="1655457291199"] {
        top: 173px;
        left: calc(50% - 240px + 12px);
    }
}

@media screen and (max-width: 479px) {
    #rec609395904 .tn-elem[data-elem-id="1655457291199"] {
        top: 138px;
        left: calc(50% - 160px + 10px);
        width: 293px;
    }

    #rec609395904 .tn-elem[data-elem-id="1655457291199"] {
        text-align: left;
    }
}

#rec609395904 .tn-elem[data-elem-id="1655457302535"] {
    color: #ffffff;
    z-index: 4;
    top: 130px;
    left: calc(50% - 600px + 400px);
    width: 560px;
}

#rec609395904 .tn-elem[data-elem-id="1655457302535"] .tn-atom {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609395904 .tn-elem[data-elem-id="1655457302535"] {
        top: 140px;
        left: calc(50% - 480px + 374px);
        width: 403px;
    }
}

@media screen and (max-width: 959px) {
    #rec609395904 .tn-elem[data-elem-id="1655457302535"] {
        top: 140px;
        left: calc(50% - 320px + 250px);
        width: 360px;
    }

    #rec609395904 .tn-elem[data-elem-id="1655457302535"] .tn-atom {
        font-size: 18px;
    }
}

@media screen and (max-width: 639px) {
    #rec609395904 .tn-elem[data-elem-id="1655457302535"] {
        top: 213px;
        left: calc(50% - 240px + 12px);
    }
}

@media screen and (max-width: 479px) {
    #rec609395904 .tn-elem[data-elem-id="1655457302535"] {
        top: 158px;
        left: calc(50% - 160px + 10px);
        width: 233px;
    }

    #rec609395904 .tn-elem[data-elem-id="1655457302535"] {
        text-align: left;
    }
}

#rec609395904 .tn-elem[data-elem-id="1655457360014"] {
    color: #484848;
    z-index: 5;
    top: 225px;
    left: calc(50% - 600px + 20px);
    width: 153px;
}

#rec609395904 .tn-elem[data-elem-id="1655457360014"] .tn-atom {
    color: #484848;
    font-size: 18px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609395904 .tn-elem[data-elem-id="1655457360014"] {
        top: 217px;
        left: calc(50% - 480px + 20px);
        width: 153px;
    }
}

@media screen and (max-width: 959px) {
    #rec609395904 .tn-elem[data-elem-id="1655457360014"] {
        top: 301px;
        left: calc(50% - 320px + 16px);
    }
}

@media screen and (max-width: 639px) {
    #rec609395904 .tn-elem[data-elem-id="1655457360014"] {
        top: 348px;
        left: calc(50% - 240px + 10px);
    }
}

@media screen and (max-width: 479px) {
    #rec609395904 .tn-elem[data-elem-id="1655457360014"] {
        top: 369px;
        left: calc(50% - 160px + 10px);
    }
}

#rec609395904 .tn-elem[data-elem-id="1655457327662"] {
    color: #51ffff;
    z-index: 6;
    top: 50px;
    left: calc(50% - 600px + 932px);
    width: 262px;
}

#rec609395904 .tn-elem[data-elem-id="1655457327662"] .tn-atom {
    color: #51ffff;
    font-size: 15px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609395904 .tn-elem[data-elem-id="1655457327662"] {
        top: 60px;
        left: calc(50% - 480px + 704px);
    }
}

@media screen and (max-width: 959px) {
    #rec609395904 .tn-elem[data-elem-id="1655457327662"] {
        top: 164px;
        left: calc(50% - 320px + 250px);
    }

    #rec609395904 .tn-elem[data-elem-id="1655457327662"] .tn-atom {
        font-size: 18px;
    }
}

@media screen and (max-width: 639px) {
    #rec609395904 .tn-elem[data-elem-id="1655457327662"] {
        top: 223px;
        left: calc(50% - 240px + 11px);
    }
}

@media screen and (max-width: 479px) {
    #rec609395904 .tn-elem[data-elem-id="1655457327662"] {
        top: 248px;
        left: calc(50% - 160px + 9px);
    }

    #rec609395904 .tn-elem[data-elem-id="1655457327662"] {
        text-align: left;
    }
}

#rec609395904 .tn-elem[data-elem-id="1655457327675"] {
    color: #ffffff;
    z-index: 7;
    top: 90px;
    left: calc(50% - 600px + 931px);
    width: 262px;
}

#rec609395904 .tn-elem[data-elem-id="1655457327675"] .tn-atom {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609395904 .tn-elem[data-elem-id="1655457327675"] {
        top: 100px;
        left: calc(50% - 480px + 704px);
    }
}

@media screen and (max-width: 959px) {
    #rec609395904 .tn-elem[data-elem-id="1655457327675"] {
        top: 204px;
        left: calc(50% - 320px + 250px);
    }

    #rec609395904 .tn-elem[data-elem-id="1655457327675"] .tn-atom {
        font-size: 18px;
    }
}

@media screen and (max-width: 639px) {
    #rec609395904 .tn-elem[data-elem-id="1655457327675"] {
        top: 263px;
        left: calc(50% - 240px + 11px);
    }
}

@media screen and (max-width: 479px) {
    #rec609395904 .tn-elem[data-elem-id="1655457327675"] {
        top: 288px;
        left: calc(50% - 160px + 9px);
    }

    #rec609395904 .tn-elem[data-elem-id="1655457327675"] {
        text-align: left;
    }
}

#rec609395904 .tn-elem[data-elem-id="1655457452446"] {
    z-index: 8;
    top: 184px;
    left: calc(50% - 600px + 20px);
    width: 1160px;
    height: 1px;
}

#rec609395904 .tn-elem[data-elem-id="1655457452446"] .tn-atom {
    background-color: #303030;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec609395904 .tn-elem[data-elem-id="1655457452446"] {
        width: 930px;
    }
}

@media screen and (max-width: 959px) {
    #rec609395904 .tn-elem[data-elem-id="1655457452446"] {
        top: 270px;
        left: calc(50% - 320px + 16px);
        width: 610px;
    }
}

@media screen and (max-width: 639px) {
    #rec609395904 .tn-elem[data-elem-id="1655457452446"] {
        top: 322px;
        left: calc(50% - 240px + 8px);
        width: 460px;
    }
}

@media screen and (max-width: 479px) {
    #rec609395904 .tn-elem[data-elem-id="1655457452446"] {
        top: 343px;
        left: calc(50% - 160px + 8px);
        width: 300px;
    }
}

#rec609395904 .tn-elem[data-elem-id="1658755178868"] {
    z-index: 9;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
}

#rec609395904 .tn-elem[data-elem-id="1658755178868"] .tn-atom {
    background-color: #4d4d4d;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {}
