html.open-popup {
    overflow: hidden;
    scrollbar-gutter: stable;
}
.popups {
    background-color: rgba(0,0,0,0.8);
}
.popup_captcha {
    width: 280px;
    top: 40%;
    left: 50%;
    position: relative;
    transform: translate(-50%);
    color: #101922;
}
.popup_captcha .header {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup_captcha .header .popup-close {
  background-image: url("../img/cross_dot.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: block;
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
}
.popup_captcha .back {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-color: oklch(87.14% 0.11 92.84);
    z-index: -1;
    border-radius: 30px;
}
.popup_captcha form.captcha {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 10px;
}
.popup_captcha form.captcha .captcha__input {
    height: 37px;
    outline: 0;
    border-radius: 5px;
    border: 0;
    padding: 0 10px;
    width: 131px;
    text-align: center;
    font-size: 26px;
}
.popup_captcha .title {
    font-family: Roboto;
    font-size: 19px;
}
.popup_captcha .content {
    padding: 15px;
}
.popup_captcha .button_submit {
    color: #000000;
    background-color: #e2b51d;
    border-radius: 6px;
    font-family: Roboto;
    font-size: 16px;
    height: 31px;
    padding: 0 15px;
    display: block;
    border: 0;
    cursor: pointer;
}
.popup_captcha .captcha-container {
    display: flex;
    column-gap: 4px;
}
.popup_captcha .captcha_image {
    border-radius: 5px;
    cursor: pointer;
}



.block-header {
    margin-top: 80px;
    margin-bottom: 40px;
}
.block-header .header-title {
    color: #ffffff;
    font-size: 36px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    display: block;
    text-align: center;
}
.block-header .header-subtitle {
    color: #ffffff;
    font-size: 27px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    display: block;
    text-align: center;
}

.menu-type__container {
    display: flex;
    justify-content: center;
    width: 100%;
}
.menu-type {
    width: 1352px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.menu-type .block-cofe,
.menu-type .block-eats {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    width: 50%;
}
.menu-type__container .menu-type__item {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.menu-type__item .menu-type__image {
    height: 205px;
    display: flex;
    align-items: end;
    justify-content: center;
}
.menu-type__item .menu-type__image img {
    max-height: 100%;
    max-width: 100%;
}
.menu-type__item .menu-type__positions {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    width: 100%;
    height: 60px;
}
.menu-type__item.item__classic-cofe .menu-type__positions{
    padding-left: 45px;
}
.menu-type__item.item__classic-brusket .menu-type__positions {
    padding-right: 35px;
}
.menu-type__item.item__breackfest,
.menu-type__item.item__sandwich,
.menu-type__item.item__seasons,
.menu-type__item.item__punsh {
    padding-top: 30px;
}
.menu-type__item .menu-type__positions .menu-type__positions-quantity {
    color: #ffffff;
    font-size: 36px;
    font-family: 'Roboto Medium', Arial, sans-serif;
    font-weight: 500;
    scale: 1.3;
}
.menu-type__item .menu-type__positions .menu-type__positions-name {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: normal;
    line-height: 21px;
    letter-spacing: 0.01em;
}

@media screen and (max-width: 1199px) {
    .menu-type .block-cofe,
    .menu-type .block-eats {
        width: initial;
    }
    #rec349605816 .t396__artboard {
        height: fit-content !important;
        padding-bottom: 80px;
    }
    .menu-type__item.item__classic-cofe .menu-type__positions{
        justify-content: center;
    }
    .menu-type__item.item__classic-brusket .menu-type__positions {
        padding-right: 0;
    }
}

@media screen and (max-width: 959px) {

}

@media screen and (max-width: 639px) {
    .menu-type__item .menu-type__positions .menu-type__positions-quantity {
        font-size: 30px;
    }
    .menu-type__item .menu-type__positions .menu-type__positions-name {
        font-size: 14px;
        line-height: 19px;
    }
    .menu-type__item.item__breackfest,
    .menu-type__item.item__sandwich {
        padding-top: 0;
    }
    .menu-type__item.item__classic-brusket .menu-type__image,
    .menu-type__item.item__sweet_wafle .menu-type__image {
        height: 240px;
    }
    .menu-type__item.item__breackfest .menu-type__image,
    .menu-type__item.item__sandwich .menu-type__image {
        height: 270px;
    }
}

@media screen and (max-width: 479px) {
    .menu-type__item.item__classic-brusket .menu-type__image,
    .menu-type__item.item__sweet_wafle .menu-type__image {
        height: 130px;
    }
    .menu-type__item.item__breackfest .menu-type__image,
    .menu-type__item.item__sandwich .menu-type__image {
        height: 140px;
    }
    .menu-type__item .menu-type__image {
        height: 159px;
    }

    .menu-type .block-eats {
        margin-top: 25px;
    }

    .menu-type__item.item__breackfest, .menu-type__item.item__sandwich {
        margin-top: 17px;
    }
}



/* ##### block */
.csssize {
    height: 5630px
}

.t-body {
    margin: 0
}

#allrecords {
    -webkit-font-smoothing: antialiased;
    background-color: none;
}

#allrecords a {
    color: #ff8562;
    text-decoration: none
}

#allrecords a[href^=tel] {
    color: inherit;
    text-decoration: none
}

#allrecords ol {
    padding-left: 22px
}

#allrecords ul {
    padding-left: 20px
}

#allrecords b, #allrecords strong {
    font-weight: 700
}

@media print {
    body, html {
        min-width: 1200px;
        max-width: 1200px;
        padding: 0;
        margin: 0 auto;
        border: none
    }
}

.t-records {
    -webkit-font_smoothing: antialiased;
    background-color: none
}

.t-records a {
    color: #ff8562;
    text-decoration: none
}

.t-records a[href^=tel] {
    color: inherit;
    text-decoration: none
}

.t-records ol {
    padding-left: 22px;
    margin-top: 0;
    margin-bottom: 10px
}

.t-records ul {
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 10px
}

.t-mbfix {
    opacity: .01;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    position: fixed;
    width: 100%;
    height: 500px;
    background-color: white;
    top: 0;
    left: 0;
    z-index: 10000;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease
}

.t-mbfix_hide {
    -webkit-transform: translateX(3000px);
    -ms-transform: translateX(3000px);
    transform: translateX(3000px)
}

img:not([src]) {
    visibility: hidden
}

.t-body_scroll-locked {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.t-text {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    color: #000
}

.t-text_xs {
    font-size: 15px;
    line-height: 1.55
}

.t-text_sm {
    font-size: 18px;
    line-height: 1.55
}

.t-text_md {
    font-size: 20px;
    line-height: 1.55
}

.t-name {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    color: #000
}

.t-name_md {
    font-size: 20px;
    line-height: 1.35
}

.t-title {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    color: #000
}

.t-title_xxs {
    font-size: 36px;
    line-height: 1.23
}

.t-descr {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    color: #000
}

.t-descr_xxs {
    font-size: 14px;
    line-height: 1.55
}

.t-descr_xs {
    font-size: 16px;
    line-height: 1.55
}

.t-btn {
    display: inline-block;
    font-family: 'Roboto', Arial, sans-serif;
    border: 0 none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    background-image: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.t-btn td {
    vertical-align: middle
}

.t-btn_sending {
    opacity: .5
}

.t-btn_md {
    height: 60px;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px
}

.t-btntext {
    font-family: 'Roboto', Arial, sans-serif;
    color: #000;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    display: inline-block
}

.t-btntext:after {
    content: "\00a0→";
    font-family: Arial, Helvetica, sans-serif
}

.t-uppercase.t-btntext {
    font-size: 16px
}

.t-align_center {
    text-align: center
}

.t-tildalabel {
    background-color: #000;
    color: #fff;
    width: 100%;
    height: 70px;
    font-family: Arial;
    font-size: 14px
}

.t-tildalabel:hover .t-tildalabel__wrapper {
    opacity: 1
}

.t-tildalabel__wrapper {
    display: table;
    height: 30px;
    width: 270px;
    margin: 0 auto;
    padding-top: 20px;
    opacity: .4
}

.t-tildalabel__txtleft {
    display: table-cell;
    width: 120px;
    height: 30px;
    vertical-align: middle;
    text-align: right;
    padding-right: 12px;
    font-weight: 300;
    font-size: 12px
}

.t-tildalabel__wrapimg {
    display: table-cell;
    width: 30px;
    height: 30px;
    vertical-align: middle
}

.t-tildalabel__img {
    width: 30px;
    height: 30px;
    vertical-align: middle
}

.t-tildalabel__txtright {
    display: table-cell;
    width: 120px;
    height: 30px;
    vertical-align: middle;
    padding-left: 12px;
    font-weight: 500;
    letter-spacing: 2px
}

.t-tildalabel__link {
    color: #fff;
    text-decoration: none;
    vertical-align: middle
}

.t-popup {
    display: none
}

.t-submit {
    font-family: 'Roboto', Arial, sans-serif
}

.t-input {
    font-family: 'Roboto', Arial, sans-serif
}

.t-input__vis-ph {
    font-family: 'Roboto', Arial, sans-serif
}

.t-select {
    font-family: 'Roboto', Arial, sans-serif
}

.t-input-error {
    font-family: 'Roboto', Arial, sans-serif
}

.t-form__errorbox-wrapper {
    font-family: 'Roboto', Arial, sans-serif
}

.t-form__errorbox-text {
    font-family: 'Roboto', Arial, sans-serif
}

.t-form__errorbox-item {
    font-family: 'Roboto', Arial, sans-serif
}

.t-form__successbox {
    font-family: 'Roboto', Arial, sans-serif
}

.t-rec_pt_0 {
    padding-top: 0
}

.t-rec_pb_0 {
    padding-bottom: 0
}

@media screen and (max-width: 1200px) {
    .t-text_xs {
        font-size: 14px
    }

    .t-text_sm {
        font-size: 16px
    }

    .t-text_md {
        font-size: 18px
    }

    .t-descr_xxs {
        font-size: 12px
    }

    .t-descr_xs {
        font-size: 14px
    }

    .t-title_xxs {
        font-size: 32px
    }

    .t-name_md {
        font-size: 18px
    }
}

@media screen and (max-width: 640px) {
    .t-text_xs {
        font-size: 12px;
        line-height: 1.45
    }

    .t-text_sm {
        font-size: 14px;
        line-height: 1.45
    }

    .t-text_md {
        font-size: 16px;
        line-height: 1.45
    }

    .t-descr_xs {
        font-size: 12px;
        line-height: 1.45
    }

    .t-title_xxs {
        font-size: 28px
    }

    .t-name_md {
        font-size: 16px
    }

    .t-btn {
        white-space: normal
    }

    .t-btn_md {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 480px) {
    .t-rec_pt_0 {
        padding-top: 0
    }

    .t-rec_pb_0 {
        padding-bottom: 0
    }
}

.t-menusub__menu {
    display: none
}

.t228 {
    width: 100%;
    height: 80px;
    z-index: 2000;
    position: fixed;
    top: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
    transition: background-color .3s linear
}

.t228__beforeready {
    visibility: hidden
}

.t228 ul {
    margin: 0
}

.t228__maincontainer {
    width: 100%;
    height: 80px;
    display: table
}

.t228__maincontainer.t228__c12collumns {
    max-width: 1200px;
    margin: 0 auto
}

.t228__leftside {
    display: table-cell;
    vertical-align: middle
}

.t228__centerside {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%
}

.t228__centerside.t228__menualign_left {
    text-align: left
}

.t228__centerside.t228__menualign_right {
    text-align: right
}

.t228__rightside {
    display: table-cell;
    vertical-align: middle;
    text-align: right
}

.t228__right_langs_lang a[href=""] {
    cursor: text
}

.t228 .lastside {
    display: table-cell;
    vertical-align: middle
}

.t228__padding40px {
    width: 40px
}

.t228__maincontainer.t228__c12collumns .t228__padding40px {
    width: 20px
}

.t228__imgwrapper {
    display: inline-block
}

.t228__logo {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    white-space: nowrap;
    padding-right: 30px
}

.t228__imglogo {
    margin-right: 30px;
    vertical-align: middle
}

.t228__list {
    list-style-type: none;
    margin: 0;
    padding: 0 !important;
    transition: opacity ease-in-out .2s
}

.t228__list_item {
    clear: both;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    color: #000;
    white-space: nowrap
}

.t228__list_item .t-active {
    opacity: .7
}

.t228__list_item:first-child {
    padding-left: 0
}

.t228__list_item:last-child {
    padding-right: 0
}

.t228__leftcontainer {
    display: inline-block
}

.t228__rightcontainer {
    display: table;
    text-align: right;
    width: auto;
    position: relative;
    float: right
}

.t228__right_descr {
    padding-left: 30px;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 13px;
    color: #000
}

.t228__right_buttons {
    padding-left: 30px;
    display: table-cell;
    vertical-align: middle
}

.t228__right_buttons_wrap {
    display: table;
    width: auto;
    float: right
}

.t228__right_buttons_but {
    display: table-cell;
    vertical-align: middle
}

.t228__right_share_buttons {
    display: table-cell;
    vertical-align: middle;
    min-width: 220px
}

.t228 .b-share {
    display: table !important;
    float: right
}

.t228 .b-share-btn__wrap {
    display: table-cell !important;
    float: none !important;
    padding-left: 5px !important
}

.t228__right_langs {
    padding-left: 30px;
    display: table-cell;
    vertical-align: middle
}

.t228__right_langs_wrap {
    display: table;
    width: auto;
    float: right
}

.t228__right_langs_lang {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    color: #000;
    word-break: keep-all
}

.t228 .t-sociallinks, .t228__right_social_links {
    padding-left: 30px;
    display: table-cell;
    vertical-align: middle;
    line-height: 0
}

.t228 .t-sociallinks__wrapper, .t228__right_social_links_wrap {
    display: table;
    width: auto
}

.t228 .t-sociallinks a, .t228__right_social_links a {
    display: block;
    vertical-align: middle
}

.t228 .t-sociallinks__item, .t228__right_social_links_item {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px
}

.t228__mobile {
    display: none;
    width: 100%;
    top: 0;
    z-index: 990
}

.t228 a, #allrecords .t228 a {
    text-decoration: none;
    color: #000
}

.t228 .t-btn {
    height: 40px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 10px
}

.t228__right_langs_lang a, .t228__right_langs_lang .t794__tm-link {
    white-space: nowrap
}

@media screen and (max-width: 1200px) {
    .t228__padding40px {
        width: 20px
    }

    .t228__maincontainer.t228__c12collumns .t228__padding40px {
        width: 20px
    }

    .t228__imglogo {
        margin-right: 15px
    }

    .t228__logo {
        padding-right: 15px
    }

    .t228__right_descr {
        padding-left: 15px
    }

    .t228__right_buttons {
        padding-left: 15px
    }

    .t228__right_share_buttons {
        padding-left: 15px
    }

    .t228__right_langs {
        padding-left: 15px
    }

    .t228 .t-sociallinks, .t228__right_social_links {
        padding-left: 15px
    }
}

@media screen and (max-width: 980px) {
    .t228__list_hidden {
        opacity: 1
    }

    .t228 {
        position: static;
        text-align: center;
        display: block;
        margin: 0;
        padding: 0;
        height: auto !important
    }

    .t228__maincontainer {
        height: auto !important;
        display: block
    }

    .t228__mobile.t228__positionfixed + .t228.t228__positionfixed {
        top: 64px
    }

    .t228__leftside, .t228__rightside, .t228__centerside {
        display: block;
        text-align: center;
        float: none
    }

    .t228__leftcontainer, .t228__centercontainer, .t228__rightcontainer {
        padding: 20px 0
    }

    .t228__imglogo {
        width: auto !important;
        box-sizing: border-box;
        padding: 20px;
        margin: 0 auto
    }

    .t228__imglogomobile.t228__imglogo {
        width: 100% !important;
        min-width: 100% !important
    }

    .t228__padding40px {
        display: none
    }

    .t228__padding10px {
        display: none
    }

    .t228__rightcontainer {
        display: table;
        position: static;
        float: none;
        text-align: center;
        margin: 0 auto
    }

    .t228__right_share_buttons {
        display: table;
        position: static;
        padding: 15px 0;
        margin: 0 auto;
        text-align: center;
        float: none;
        min-width: inherit
    }

    .t228__right_buttons {
        display: table;
        padding: 15px 0;
        margin: 0 auto;
        text-align: center
    }

    .t228 .t-sociallinks, .t228__right_descr, .t228__right_langs, .t228__right_social_links {
        display: table;
        padding: 10px 0;
        margin: 0 auto;
        text-align: center
    }

    .t228__logo {
        text-align: center;
        margin: 20px
    }

    .t228 img {
        float: inherit
    }

    .t228 .t228__list_item {
        display: block;
        text-align: center;
        padding: 10px !important;
        white-space: normal
    }

    .t228__list_item a {
        display: inline-block
    }

    .t228 .t-btn {
        margin-left: 5px;
        margin-left: 5px
    }

    .t228__logo {
        white-space: normal;
        padding: 0
    }

    .t228.t228__hidden {
        display: none;
        height: 100%
    }

    .t228__mobile {
        background-color: #111;
        display: block
    }

    .t228__mobile_text {
        position: absolute;
        color: #fff;
        top: 50%;
        max-width: calc(100% - 80px);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 20px
    }

    .t228__mobile_container {
        padding: 20px;
        position: relative;
        min-height: 24px
    }

    .t228__burger {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 20px;
        width: 28px;
        height: 20px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 1003
    }

    .t228__burger span {
        display: block;
        position: absolute;
        width: 100%;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .25s ease-in-out;
        height: 3px;
        background-color: #fff
    }

    .t228__burger span:nth-child(1) {
        top: 0
    }

    .t228__burger span:nth-child(2), .t228__burger span:nth-child(3) {
        top: 8px
    }

    .t228__burger span:nth-child(4) {
        top: 16px
    }

    .t228_opened .t228__burger span:nth-child(1) {
        top: 8px;
        width: 0%;
        left: 50%
    }

    .t228_opened .t228__burger span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .t228_opened .t228__burger span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .t228_opened .t228__burger span:nth-child(4) {
        top: 8px;
        width: 0%;
        left: 50%
    }
}

@media screen and (max-width: 640px) {
    .t228__right_buttons_but {
        display: table;
        padding: 0 0;
        margin: 0 auto 10px
    }
}

.t228__overflow {
    overflow: scroll
}

.t228__positionabsolute {
    position: absolute
}

.t228__mobile.t228__positionfixed {
    position: fixed
}

.t228__positionstatic {
    position: static
}

.t228 .ya-share2__container_size_m .ya-share2__icon {
    width: 28px;
    height: 28px
}

.t228 .ya-share2__list {
    margin-bottom: 0
}

.t228 .ya-share2__container_size_m .ya-share2__counter {
    line-height: 28px
}

.t228__black-white .ya-share2__badge {
    background-color: #111 !important
}

.t228__transp-white .ya-share2__badge {
    background-color: transparent !important
}

.t228__transp-white .ya-share2__container_size_m .ya-share2__counter:before {
    display: none
}

.t228__transp-white .ya-share2__container_size_m .ya-share2__counter {
    padding-left: 0 !important;
    margin-top: 2px
}

.t228__white-black .ya-share2__badge {
    background-color: #fff !important
}

.t228__white-black .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjEgMjN2LTguMjFoMi43NzNsLjQxNS0zLjJIMTUuMVY5LjU0N2MwLS45MjcuMjYtMS41NTggMS41OTYtMS41NThsMS43MDQtLjAwMlY1LjEyNkEyMi43ODcgMjIuNzg3IDAgMCAwIDE1LjkxNyA1QzEzLjQ2IDUgMTEuNzggNi40OTIgMTEuNzggOS4yM3YyLjM2SDl2My4yaDIuNzhWMjNoMy4zMnoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==)
}

.t228__white-black .ya-share2__container_size_m .ya-share2__counter {
    color: #222
}

.t228__white-black .ya-share2__counter:before {
    background-color: #222
}

.t228__white-black .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0Ljg4MyAxOS4zOTZzLjMyNS0uMDM2LjQ5LS4yMThjLjE1NC0uMTY3LjE1LS40OC4xNS0uNDhzLS4wMjMtMS40NjguNjQ4LTEuNjg0Yy42Ni0uMjEzIDEuNTEgMS40MTggMi40MDggMi4wNDYuNjguNDc0IDEuMTk3LjM3IDEuMTk3LjM3bDIuNDA0LS4wMzRzMS4yNTYtLjA4LjY2LTEuMDg0Yy0uMDUtLjA4Mi0uMzQ4LS43NDMtMS43ODgtMi4xMDItMS41MDctMS40MjMtMS4zMDUtMS4xOTIuNTEtMy42NTMgMS4xMDYtMS40OTggMS41NDgtMi40MTIgMS40MS0yLjgwNC0uMTMyLS4zNzMtLjk0NS0uMjc1LS45NDUtLjI3NWwtMi43MDYuMDE3cy0uMi0uMDI4LS4zNS4wNjNjLS4xNDQuMDg4LS4yMzguMjk1LS4yMzguMjk1cy0uNDI4IDEuMTYtMSAyLjE0NmMtMS4yMDQgMi4wOC0xLjY4NiAyLjE5LTEuODgzIDIuMDYtLjQ2LS4zLS4zNDUtMS4yMS0uMzQ1LTEuODU1IDAtMi4wMTcuMy0yLjg1Ny0uNTg2LTMuMDc1LS4yOTUtLjA3Mi0uNTEyLS4xMi0xLjI2NC0uMTI4LS45NjYtLjAxLTEuNzgzLjAwMy0yLjI0Ni4yMzQtLjMwOC4xNTMtLjU0Ni40OTUtLjQuNTE0LjE3OC4wMjUuNTgzLjExLjc5OC40MS4yNzcuMzgyLjI2OCAxLjI0NC4yNjggMS4yNDRzLjE2IDIuMzczLS4zNzMgMi42NjhjLS4zNjUuMjAyLS44NjUtLjIxLTEuOTQtMi4wOTgtLjU1LS45NjctLjk2Ni0yLjAzNi0uOTY2LTIuMDM2cy0uMDgtLjItLjIyMy0uMzA2Yy0uMTczLS4xMy0uNDE2LS4xNy0uNDE2LS4xN2wtMi41Ny4wMTZzLS4zODguMDEtLjUzLjE4MmMtLjEyNS4xNTItLjAxLjQ2Ni0uMDEuNDY2czIuMDE0IDQuNzkgNC4yOTQgNy4yMDJjMi4wOSAyLjIxNCA0LjQ2NSAyLjA2OCA0LjQ2NSAyLjA2OGgxLjA3NnoiICBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=)
}

.t228__white-black .ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIzIDguNzNhNy4zOCA3LjM4IDAgMCAxLTIuMTIuNTgzIDMuNzA2IDMuNzA2IDAgMCAwIDEuNjIzLTIuMDQzIDcuMzk3IDcuMzk3IDAgMCAxLTIuMzQ2Ljg5NiAzLjY5MyAzLjY5MyAwIDAgMC02LjI5MyAzLjM2OCAxMC40ODUgMTAuNDg1IDAgMCAxLTcuNjEtMy44NThjLS4zMi41NDUtLjUgMS4xOC0uNSAxLjg1NiAwIDEuMjguNjUgMi40MSAxLjY0MiAzLjA3M2EzLjY4MyAzLjY4MyAwIDAgMS0xLjY3My0uNDYydi4wNDdjMCAxLjc4OCAxLjI3MyAzLjI4IDIuOTYyIDMuNjJhMy43MTggMy43MTggMCAwIDEtMS42NjcuMDYzIDMuNjk3IDMuNjk3IDAgMCAwIDMuNDUgMi41NjRBNy40MSA3LjQxIDAgMCAxIDUgMTkuOTY3YTEwLjQ1MyAxMC40NTMgMCAwIDAgNS42NiAxLjY1OGM2Ljc5NCAwIDEwLjUwOC01LjYyNiAxMC41MDgtMTAuNTA1IDAtLjE2LS4wMDMtLjMyLS4wMS0uNDc4QTcuNTA3IDcuNTA3IDAgMCAwIDIzIDguNzMyeiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
}

.t228__white-black .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNTBweCIgaGVpZ2h0PSIxNTBweCIgdmlld0JveD0iMCAwIDE1MCAxNTAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1MCAxNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjx0aXRsZT5TaGFwZTwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGcgaWQ9IldlbGNvbWUiPjxwYXRoIGlkPSJTaGFwZSIgZmlsbD0iIzIyMjIyMiIgZD0iTTc0Ljk5Nyw0Ni4wMTFjLTQuOTAzLDAuMDA2LTguODc1LDMuOTc5LTguODgzLDguODgzYzAsNC44OTQsMy45ODUsOC44NzksOC44ODMsOC44NzljNC45MDMtMC4wMDgsOC44NzUtMy45NzksOC44OC04Ljg3OUM4My44NzksNDkuOTg5LDc5LjksNDYuMDE3LDc0Ljk5Nyw0Ni4wMTFMNzQuOTk3LDQ2LjAxMXogTTc0Ljk5Nyw3Ni4zMzhjLTExLjgzOC0wLjAxLTIxLjQzNy05LjYwNi0yMS40NDgtMjEuNDQ0YzAuMDA4LTExLjg0Niw5LjYwNC0yMS40NDIsMjEuNDQ4LTIxLjQ1NWMxMS44NDUsMC4wMSwyMS40NTEsOS42MDksMjEuNDU2LDIxLjQ1NUM5Ni40MzgsNjYuNzM0LDg2LjgzOCw3Ni4zMyw3NC45OTcsNzYuMzM4TDc0Ljk5Nyw3Ni4zMzh6IE02Ni4zMiw5My44MzZjLTQuNDEyLTEuMDAyLTguNjI0LTIuNzQ4LTEyLjQ1NS01LjE1NGMtMi45MzktMS44NS0zLjgyMy01LjczNC0xLjk3My04LjY2OGMxLjg0OC0yLjk0MSw1LjcyOC0zLjgyMiw4LjY2Ni0xLjk3NWM4LjgzNCw1LjUyMywyMC4wNTIsNS41MjMsMjguODg2LDBjMS45MDEtMS4xOTUsNC4yOTctMS4yODcsNi4yODQtMC4yNDJjMS45ODQsMS4wNDksMy4yNiwzLjA3OCwzLjM0Miw1LjMyNGMwLjA4NywyLjI0LTEuMDI3LDQuMzYzLTIuOTMsNS41NjFjLTMuODM0LDIuNDA2LTguMDQ5LDQuMTQ4LTEyLjQ1Nyw1LjE1NGwxMS45OTQsMTJjMi40NTEsMi40NTcsMi40NDYsNi40MzYtMC4wMTEsOC44OTNjLTIuNDU2LDIuNDQ1LTYuNDM0LDIuNDQ1LTguODg2LTAuMDEybC0xMS43NzktMTEuNzg5bC0xMS43ODUsMTEuNzg5Yy0yLjQ1NSwyLjQ1Ny02LjQzNiwyLjQ1Ny04Ljg4OSwwYy0yLjQ1NC0yLjQ1NS0yLjQ1NC02LjQzNCwwLTguODkxTDY2LjMyLDkzLjgzNkw2Ni4zMiw5My44MzZ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 28px 28px
}

.t228__transp-black .ya-share2__badge {
    background-color: transparent !important
}

.t228__transp-black .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjEgMjN2LTguMjFoMi43NzNsLjQxNS0zLjJIMTUuMVY5LjU0N2MwLS45MjcuMjYtMS41NTggMS41OTYtMS41NThsMS43MDQtLjAwMlY1LjEyNkEyMi43ODcgMjIuNzg3IDAgMCAwIDE1LjkxNyA1QzEzLjQ2IDUgMTEuNzggNi40OTIgMTEuNzggOS4yM3YyLjM2SDl2My4yaDIuNzhWMjNoMy4zMnoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==)
}

.t228__transp-black .ya-share2__container_size_m .ya-share2__counter {
    color: #222;
    padding-left: 0 !important;
    margin-top: 2px
}

.t228__transp-black .ya-share2__counter:before {
    display: none
}

.t228__transp-black .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0Ljg4MyAxOS4zOTZzLjMyNS0uMDM2LjQ5LS4yMThjLjE1NC0uMTY3LjE1LS40OC4xNS0uNDhzLS4wMjMtMS40NjguNjQ4LTEuNjg0Yy42Ni0uMjEzIDEuNTEgMS40MTggMi40MDggMi4wNDYuNjguNDc0IDEuMTk3LjM3IDEuMTk3LjM3bDIuNDA0LS4wMzRzMS4yNTYtLjA4LjY2LTEuMDg0Yy0uMDUtLjA4Mi0uMzQ4LS43NDMtMS43ODgtMi4xMDItMS41MDctMS40MjMtMS4zMDUtMS4xOTIuNTEtMy42NTMgMS4xMDYtMS40OTggMS41NDgtMi40MTIgMS40MS0yLjgwNC0uMTMyLS4zNzMtLjk0NS0uMjc1LS45NDUtLjI3NWwtMi43MDYuMDE3cy0uMi0uMDI4LS4zNS4wNjNjLS4xNDQuMDg4LS4yMzguMjk1LS4yMzguMjk1cy0uNDI4IDEuMTYtMSAyLjE0NmMtMS4yMDQgMi4wOC0xLjY4NiAyLjE5LTEuODgzIDIuMDYtLjQ2LS4zLS4zNDUtMS4yMS0uMzQ1LTEuODU1IDAtMi4wMTcuMy0yLjg1Ny0uNTg2LTMuMDc1LS4yOTUtLjA3Mi0uNTEyLS4xMi0xLjI2NC0uMTI4LS45NjYtLjAxLTEuNzgzLjAwMy0yLjI0Ni4yMzQtLjMwOC4xNTMtLjU0Ni40OTUtLjQuNTE0LjE3OC4wMjUuNTgzLjExLjc5OC40MS4yNzcuMzgyLjI2OCAxLjI0NC4yNjggMS4yNDRzLjE2IDIuMzczLS4zNzMgMi42NjhjLS4zNjUuMjAyLS44NjUtLjIxLTEuOTQtMi4wOTgtLjU1LS45NjctLjk2Ni0yLjAzNi0uOTY2LTIuMDM2cy0uMDgtLjItLjIyMy0uMzA2Yy0uMTczLS4xMy0uNDE2LS4xNy0uNDE2LS4xN2wtMi41Ny4wMTZzLS4zODguMDEtLjUzLjE4MmMtLjEyNS4xNTItLjAxLjQ2Ni0uMDEuNDY2czIuMDE0IDQuNzkgNC4yOTQgNy4yMDJjMi4wOSAyLjIxNCA0LjQ2NSAyLjA2OCA0LjQ2NSAyLjA2OGgxLjA3NnoiICBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=)
}

.t228__transp-black .ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIzIDguNzNhNy4zOCA3LjM4IDAgMCAxLTIuMTIuNTgzIDMuNzA2IDMuNzA2IDAgMCAwIDEuNjIzLTIuMDQzIDcuMzk3IDcuMzk3IDAgMCAxLTIuMzQ2Ljg5NiAzLjY5MyAzLjY5MyAwIDAgMC02LjI5MyAzLjM2OCAxMC40ODUgMTAuNDg1IDAgMCAxLTcuNjEtMy44NThjLS4zMi41NDUtLjUgMS4xOC0uNSAxLjg1NiAwIDEuMjguNjUgMi40MSAxLjY0MiAzLjA3M2EzLjY4MyAzLjY4MyAwIDAgMS0xLjY3My0uNDYydi4wNDdjMCAxLjc4OCAxLjI3MyAzLjI4IDIuOTYyIDMuNjJhMy43MTggMy43MTggMCAwIDEtMS42NjcuMDYzIDMuNjk3IDMuNjk3IDAgMCAwIDMuNDUgMi41NjRBNy40MSA3LjQxIDAgMCAxIDUgMTkuOTY3YTEwLjQ1MyAxMC40NTMgMCAwIDAgNS42NiAxLjY1OGM2Ljc5NCAwIDEwLjUwOC01LjYyNiAxMC41MDgtMTAuNTA1IDAtLjE2LS4wMDMtLjMyLS4wMS0uNDc4QTcuNTA3IDcuNTA3IDAgMCAwIDIzIDguNzMyeiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
}

.t228__transp-black .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNTBweCIgaGVpZ2h0PSIxNTBweCIgdmlld0JveD0iMCAwIDE1MCAxNTAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1MCAxNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjx0aXRsZT5TaGFwZTwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGcgaWQ9IldlbGNvbWUiPjxwYXRoIGlkPSJTaGFwZSIgZmlsbD0iIzIyMjIyMiIgZD0iTTc0Ljk5Nyw0Ni4wMTFjLTQuOTAzLDAuMDA2LTguODc1LDMuOTc5LTguODgzLDguODgzYzAsNC44OTQsMy45ODUsOC44NzksOC44ODMsOC44NzljNC45MDMtMC4wMDgsOC44NzUtMy45NzksOC44OC04Ljg3OUM4My44NzksNDkuOTg5LDc5LjksNDYuMDE3LDc0Ljk5Nyw0Ni4wMTFMNzQuOTk3LDQ2LjAxMXogTTc0Ljk5Nyw3Ni4zMzhjLTExLjgzOC0wLjAxLTIxLjQzNy05LjYwNi0yMS40NDgtMjEuNDQ0YzAuMDA4LTExLjg0Niw5LjYwNC0yMS40NDIsMjEuNDQ4LTIxLjQ1NWMxMS44NDUsMC4wMSwyMS40NTEsOS42MDksMjEuNDU2LDIxLjQ1NUM5Ni40MzgsNjYuNzM0LDg2LjgzOCw3Ni4zMyw3NC45OTcsNzYuMzM4TDc0Ljk5Nyw3Ni4zMzh6IE02Ni4zMiw5My44MzZjLTQuNDEyLTEuMDAyLTguNjI0LTIuNzQ4LTEyLjQ1NS01LjE1NGMtMi45MzktMS44NS0zLjgyMy01LjczNC0xLjk3My04LjY2OGMxLjg0OC0yLjk0MSw1LjcyOC0zLjgyMiw4LjY2Ni0xLjk3NWM4LjgzNCw1LjUyMywyMC4wNTIsNS41MjMsMjguODg2LDBjMS45MDEtMS4xOTUsNC4yOTctMS4yODcsNi4yODQtMC4yNDJjMS45ODQsMS4wNDksMy4yNiwzLjA3OCwzLjM0Miw1LjMyNGMwLjA4NywyLjI0LTEuMDI3LDQuMzYzLTIuOTMsNS41NjFjLTMuODM0LDIuNDA2LTguMDQ5LDQuMTQ4LTEyLjQ1Nyw1LjE1NGwxMS45OTQsMTJjMi40NTEsMi40NTcsMi40NDYsNi40MzYtMC4wMTEsOC44OTNjLTIuNDU2LDIuNDQ1LTYuNDM0LDIuNDQ1LTguODg2LTAuMDEybC0xMS43NzktMTEuNzg5bC0xMS43ODUsMTEuNzg5Yy0yLjQ1NSwyLjQ1Ny02LjQzNiwyLjQ1Ny04Ljg4OSwwYy0yLjQ1NC0yLjQ1NS0yLjQ1NC02LjQzNCwwLTguODkxTDY2LjMyLDkzLjgzNkw2Ni4zMiw5My44MzZ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 28px 28px
}

.t396__iframe {
    z-index: 10000;
    background-color: #fff;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    border: 0
}

.t396__body_overflow_hidden {
    overflow: hidden
}

.t396__display_none {
    display: none
}

.t396__artboard {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden
}

.t396__artboard .t396__artboard_scale {
    overflow: visible
}

.t396__artboard.t396__artboard_scale .t396__elem[data-elem-type="text"] .tn-atom {
    word-break: normal;
    -moz-osx-font-smoothing: grayscale
}

.t396__artboard_scale .t396__carrier, .t396__artboard_scale .t396__filter {
    transform-origin: top left
}

.tn-atom__scale-wrapper {
    width: inherit;
    height: inherit
}

.t396__elem .tn-atom__scale-wrapper .tn-atom {
    width: inherit;
    height: inherit !important;
    box-sizing: border-box
}

.t396__artboard.rendering .tn-elem {
    visibility: hidden
}

.t396__artboard.rendered .tn-elem {
    visibility: visible
}

.t396__carrier {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100vh;
    -moz-transform: unset
}

.t396__filter {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    transform: translateZ(0)
}

.t396__elem {
    position: absolute;
    box-sizing: border-box;
    display: table
}

.t396 .tn-atom {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

@media screen and (max-width: 959px) {
    .t396_safari .t396__artboard_scale .tn-atom {
        -webkit-text-size-adjust: auto;
        -moz-text-size-adjust: auto;
        -ms-text-size-adjust: auto
    }
}

.t396 .tn-atom ul, .t396 .tn-atom ol {
    margin-bottom: 0
}

.t396_safari .tn-atom {
    transform: translateZ(0)
}

.t396 a.tn-atom {
    text-decoration: none
}

.t396 .tn-atom__img {
    width: 100%;
    display: block
}

.t396 .tn-atom__html {
    vertical-align: top
}

.t396 .tn-atom__pin {
    border-radius: 1000px;
    border-style: solid
}

.t396 .tn-atom__pin_onclick {
    cursor: pointer
}

.t396 .tn-atom__tip {
    position: absolute;
    box-sizing: border-box;
    width: 300px;
    max-width: 90vw;
    padding: 15px;
    display: none
}

.t396 .tn-atom__pin:hover .tn-atom__tip {
    display: none
}

.t396 .tn-atom__tip-img {
    width: 100%;
    display: block;
    margin-bottom: 10px
}

.t396 .tn-atom__tip[data-tip-pos=top] {
    bottom: 100%;
    margin-bottom: 15px;
    left: 50%;
    transform: translateX(-50%)
}

.t396 .tn-atom__tip[data-tip-pos=bottom] {
    top: 100%;
    margin-top: 15px;
    left: 50%;
    transform: translateX(-50%)
}

.t396 .tn-atom__tip[data-tip-pos=left] {
    right: 100%;
    margin-right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.t396 .tn-atom__tip[data-tip-pos=right] {
    left: 100%;
    margin-left: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.t396__ui {
    position: absolute;
    top: 16px;
    left: 196px;
    background-color: #fa876b;
    color: #000 !important;
    height: 30px;
    line-height: 30px;
    width: 100px;
    z-index: 1000;
    text-align: center;
    border-radius: 3px;
    display: none;
    font-size: 14px
}

.t552__container {
    font-size: 0;
    min-height: 1px
}

.t552__container.t-container {
    padding: 0 20px;
    box-sizing: border-box
}

.t552__container_indent {
    padding: 0 40px 0 40px;
    box-sizing: border-box
}

.t552__container_overflow {
    overflow: hidden
}

.t552__tile {
    display: inline-block;
    vertical-align: bottom
}

.t552__tile_25 {
    width: 25%
}

.t552__tile_50 {
    width: 50%
}

.t552__tile_33 {
    width: 33.3333%
}

.t552__tile_100 {
    width: 100%
}

.t552__blockimg {
    width: 100%;
    height: 240px
}

.t552__blockimg_animated {
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear
}

.t552__blockimg_animated:hover {
    transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -o-transform: scale(1.04);
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 20px 2px rgba(0, 0, 0, .45)
}

.t552__tile_50:nth-child(2n+2) .t552__blockimg_animated, .t552__tile_33:nth-child(3n+3) .t552__blockimg_animated, .t552__tile_25:nth-child(4n+4) .t552__blockimg_animated {
    -webkit-transform-origin: right;
    transform-origin: right
}

.t552__tile_50:nth-child(2n+1) .t552__blockimg_animated, .t552__tile_33:nth-child(3n+1) .t552__blockimg_animated, .t552__tile_25:nth-child(4n+1) .t552__blockimg_animated {
    -webkit-transform-origin: left;
    transform-origin: left
}

.t552__tile.t-tile_100 .t552__blockimg_animated {
    -webkit-transform-origin: center !important;
    transform-origin: center !important
}

.t552__tile_50:nth-child(2n+2) .t552__blockimg_animated:hover, .t552__tile_50:nth-child(2n+1) .t552__blockimg_animated:hover, .t552__tile_33:nth-child(3n+3) .t552__blockimg_animated:hover, .t552__tile_33:nth-child(3n+1) .t552__blockimg_animated:hover, .t552__tile_25:nth-child(4n+4) .t552__blockimg_animated:hover, .t552__tile_25:nth-child(4n+1) .t552__blockimg_animated:hover {
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02)
}

@media screen and (max-width: 1200px) {
    .t552__container.t-container {
        padding: 0 10px
    }
}

@media screen and (max-width: 960px) {
    .t552__container.t-container, .t552__container_indent {
        padding: 0 20px
    }

    .t552__blockimg_animated {
        -webkit-transform: none !important;
        transform: none !important
    }
}

@media screen and (max-width: 640px) {
    .t552__tile_50, .t552__tile_33, .t552__tile_25 {
        width: 50%;
        width: calc(50%)
    }
}

.t123__centeredContainer {
    text-align: center
}

.uploadcare-dialog.uploadcare-active {
    z-index: 9999999
}

.t702__body_popupshowed {
    -webkit-overflow-scrolling: touch !important
}

.t702 .t702__wrapper {
    padding: 40px 45px
}

.t702 .t702__title {
    margin-bottom: 11px
}

.t702 .t702__text-wrapper {
    margin-bottom: 24px
}

.t702 .t702__text {
    margin-top: 20px
}

.t702 .t702__img {
    width: 100%;
    display: block
}

@media screen and (max-width: 640px) {
    .t702 .t702__title {
        margin-bottom: 6px
    }

    .t702 .t702__text-wrapper {
        margin-bottom: 14px
    }

    .t702 .t702__wrapper {
        padding: 20px
    }
}

.t702 .t-form__errorbox-item {
    word-break: break-word
}

.t702 .t-form__inputsbox {
    -webkit-transition: max-height 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: max-height 0.3s cubic-bezier(.19, 1, .22, 1);
    max-height: 10000px
}

.t702 .t702__inputsbox_hidden.t-form__inputsbox {
    overflow: hidden;
    max-height: 0;
    opacity: 0
}

.t702 .t-input-group {
    margin-bottom: 25px
}

.t702 .t-input {
    background-color: transparent;
    -webkit-appearance: none
}

.t702 .t-input::-ms-clear {
    width: 0;
    height: 0
}

.t702 .t-input-block textarea {
    padding-top: 17px;
    background-color: transparent
}

.t702 .t-input-block textarea.t-input_pvis {
    padding-top: 26px
}

.t702 .t-input-title {
    padding-bottom: 5px
}

.t702 .t-input-subtitle {
    padding-bottom: 15px
}

.t702 .t-input-group_rd .t-input-subtitle {
    padding-bottom: 5px
}

.t702 .t-inputtime, .t702 .t-datepicker__wrapper {
    max-width: 245px
}

.t702 .t-form__submit {
    display: block;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    margin-top: 25px
}

.t702 .t-submit {
    width: 100%;
    height: 54px;
    -webkit-appearance: none
}

.t702 .t-form_bbonly .t-input-title {
    padding-bottom: 0;
    margin-bottom: 0
}

.t702 .t-form_bbonly .t-input-subtitle {
    padding-bottom: 0;
    padding-top: 5px
}

.t702 .t-form__inputsbox .t-input-group_st .t-input-block {
    display: none;
    margin-bottom: 0
}

.t702 .t702__form-bottom-text {
    margin-top: 20px
}

.t702 .t702__close {
    top: 10px;
    right: 10px;
    width: 43px;
    height: 43px
}

.t702__close-button {
    width: 23px;
    padding: 10px;
    font-size: 0;
    border: none;
    background-color: transparent;
    cursor: pointer
}

@media screen and (max-width: 640px) {
    .t702 .t-input-group {
        margin-bottom: 20px
    }

    .t702 .t-input-block textarea {
        padding-top: 12px
    }

    .t702 .t-submit, .t702 .t-input {
        height: 50px;
        font-size: 16px
    }

    .t702 .t-input {
        padding: 0 14px
    }

    .t702 .t-input__vis-ph {
        top: 17px
    }

    .t702 .t-input_pvis {
        padding: 22px 20px 10px 20px
    }

    .t702 .t-input-block textarea.t-input_pvis {
        padding-top: 22px
    }
}

@media screen and (max-width: 480px) {
    .t702 .t-inputtime, .t702 .t-datepicker__wrapper {
        max-width: 100%
    }
}

@media screen and (max-width: 560px) {
    .t702 .t-popup_show .t-popup__container {
        max-width: 100%;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        padding-top: 50px;
        margin: 0;
        box-sizing: border-box;
        min-height: 100vh;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        position: relative
    }

    .t702 .t-popup {
        padding: 0
    }

    .t702 .t-popup__close {
        width: 100%;
        height: 50px;
        background: #000;
        position: fixed;
        display: table;
        z-index: 2;
        left: 0;
        right: 0;
        top: 0
    }

    .t702 .t702__close {
        display: flex;
        justify-content: flex-end;
        align-items: center
    }

    .t702 .t-popup__close-wrapper {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
        width: 100%;
        padding-right: 20px;
        font-size: 0
    }

    .t702 .t702__close-button {
        width: 16px;
        margin-right: 10px;
        padding: 10px
    }

    .t702 .t-popup__close-icon {
        width: 16px
    }

    .t702__close .t-popup__close-icon {
        height: 16px
    }
}

.t270__error-msg {
    text-align: center;
    display: none
}

.t270__error-msg-text {
    display: inline-block;
    margin: 0 20px 35px 20px;
    padding: 15px;
    color: red;
    border: 1px solid red;
    font-size: 14px;
    font-family: tfutura, Arial
}
/* ##### block */




@media screen and (max-width: 980px) {
    #rec349499597 .t228__burger span {
        background-color: #fcf9f9;
    }

    #rec349499597 .t228__mobile {
        background-color: transparent;
        position: absolute;
        width: 100%;
        z-index: 999;
    }

    #rec349499597 .t228__burger {
        left: 20px;
        right: unset;
    }

    #rec349499597 .t228__mobile_text {
        text-align: right;
        right: 20px;
        left: unset;
    }

    #rec349499597 .t228 {
        position: static;
    }
}
@media (hover), (min-width: 0\0) {
    #rec349499597 .t-btn:not(.t-animate_no-hover):hover {
        color: #000000 !important;
    }

    #rec349499597 .t-btn:not(.t-animate_no-hover) {
        -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    }

    #rec349499597 .t-btntext:not(.t-animate_no-hover):hover {
        color: #000000 !important;
    }
}

#rec349499597 .t-menu__link-item {
    -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    position: relative;
}

#rec349499597 .t-menu__link-item:not(.t-active):not(.tooltipstered)::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 20%;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-bottom: 0px solid #fcf9f9;
    -webkit-box-shadow: inset 0px -1px 0px 0px #fcf9f9;
    -moz-box-shadow: inset 0px -1px 0px 0px #fcf9f9;
    box-shadow: inset 0px -1px 0px 0px #fcf9f9;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#rec349499597 .t-menu__link-item.t-active {
    color: #fcf9f9 !important;
}

#rec349499597 .t-menu__link-item.t-active::after {
    content: '';
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    width: 100%;
    height: 100%;
    bottom: -0px;
    border-bottom: 0px solid #fcf9f9;
    -webkit-box-shadow: inset 0px -1px 0px 0px #fcf9f9;
    -moz-box-shadow: inset 0px -1px 0px 0px #fcf9f9;
    box-shadow: inset 0px -1px 0px 0px #fcf9f9;
}

#rec349499597 .t-menu__link-item:not(.t-active):not(.tooltipstered):hover::after {
    opacity: 1;
    bottom: -0px;
}

@supports (overflow:-webkit-marquee) and (justify-content:inherit) {
    #rec349499597 .t-menu__link-item,
    #rec349499597 .t-menu__link-item.t-active {
        opacity: 1 !important;
    }
}

 #rec465757086 .t396__artboard {
     height: 580px;
     background-color: #ffffff;
 }

#rec465757086 .t396__filter {
    height: 700px;
    background-color: #000;
    opacity: 0.5;
}

#rec465757086 .t396__carrier {
    height: 700px;
    background-position: center center;
    background-attachment: scroll;
    background-image: url('../img/skype_picture_2021_1.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec465757086 .t396__artboard {
        height: 520px;
    }

    #rec465757086 .t396__filter {
        height: 620px;
    }

    #rec465757086 .t396__carrier {
        height: 620px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec465757086 .t396__artboard {
        height: 495px;
    }

    #rec465757086 .t396__filter {
        height: 556px;
    }

    #rec465757086 .t396__carrier {
        height: 556px;
    }
}

@media screen and (max-width: 639px) {
    #rec465757086 .t396__artboard {
        height: 447px;
        background-color: #ffffff;
    }

    #rec465757086 .t396__filter {
        height: 556px;
    }

    #rec465757086 .t396__carrier {
        height: 556px;
        background-position: center center;
        background-image: url('../img/skype_picture_2021_1.jpeg');
    }
}

@media screen and (max-width: 479px) {
    #rec465757086 .t396__artboard {
        height: 440px;
        background-color: #ffffff;
    }

    #rec465757086 .t396__filter {
        height: 490px;
    }

    #rec465757086 .t396__carrier {
        height: 490px;
        background-position: center center;
        background-image: url('../img/skype_picture_2021_1.jpeg');
    }
}

#rec465757086 .tn-elem[data-elem-id="1629869316420"] {
    z-index: 1;
    top: 222px;
    left: calc(50% - 600px + 900px);
    width: 261px;
    height: 437px;
}

#rec465757086 .tn-elem[data-elem-id="1629869316420"] .tn-atom {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757086 .tn-elem[data-elem-id="1629869316420"] {
        top: 212px;
        left: calc(50% - 480px + 750px);
        width: 220px;
        height: 354px;
    }
}

@media screen and (max-width: 959px) {
    #rec465757086 .tn-elem[data-elem-id="1629869316420"] {
        top: 174px;
        left: calc(50% - 320px + 550px);
        width: 260px;
        height: 435px;
    }
}

@media screen and (max-width: 639px) {
    #rec465757086 .tn-elem[data-elem-id="1629869316420"] {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    #rec465757086 .tn-elem[data-elem-id="1629869316420"] {
        top: 210px;
        left: calc(50% - 160px + 418px);
        width: 324px;
        height: 535px;
    }
}

#rec465757086 .tn-elem[data-elem-id="1629869316431"] {
    color: #ffffff;
    text-align: LEFT;
    z-index: 3;
    top: 214px;
    left: calc(50% - 600px + 45px);
    width: 902px;
}

#rec465757086 .tn-elem[data-elem-id="1629869316431"] .tn-atom {
    color: #ffffff;
    font-size: 50px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.22;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757086 .tn-elem[data-elem-id="1629869316431"] {
        top: 190px;
        left: calc(50% - 480px + 30px);
        width: 739px;
    }

    #rec465757086 .tn-elem[data-elem-id="1629869316431"] .tn-atom {
        line-height: 1.05;
        font-size: 45px;
    }
}

@media screen and (max-width: 959px) {
    #rec465757086 .tn-elem[data-elem-id="1629869316431"] {
        top: 125px;
        left: calc(50% - 320px + 50px);
        width: 559px;
    }

    #rec465757086 .tn-elem[data-elem-id="1629869316431"] .tn-atom {
        font-size: 37px;
    }
}

@media screen and (max-width: 639px) {
    #rec465757086 .tn-elem[data-elem-id="1629869316431"] {
        top: 120px;
        left: calc(50% - 240px + 30px);
    }

    #rec465757086 .tn-elem[data-elem-id="1629869316431"] .tn-atom {
        font-size: 34px;
    }
}

@media screen and (max-width: 479px) {
    #rec465757086 .tn-elem[data-elem-id="1629869316431"] {
        top: 105px;
        left: calc(50% - 160px + 20px);
    }

    #rec465757086 .tn-elem[data-elem-id="1629869316431"] {
        text-align: left;
    }

    #rec465757086 .tn-elem[data-elem-id="1629869316431"] .tn-atom {
        font-size: 27px;
    }
}

#rec465757086 .tn-elem[data-elem-id="1629869316444"] {
    color: #ffffff;
    text-align: LEFT;
    z-index: 5;
    top: 305px;
    left: calc(50% - 600px + 48px);
    width: 668px;
}

#rec465757086 .tn-elem[data-elem-id="1629869316444"] .tn-atom {
    color: #ffffff;
    font-size: 23px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.34;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757086 .tn-elem[data-elem-id="1629869316444"] {
        top: 270px;
        left: calc(50% - 480px + 30px);
        width: 599px;
    }

    #rec465757086 .tn-elem[data-elem-id="1629869316444"] .tn-atom {
        font-size: 21px;
    }
}

@media screen and (max-width: 959px) {
    #rec465757086 .tn-elem[data-elem-id="1629869316444"] {
        top: 195px;
        left: calc(50% - 320px + 50px);
        width: 513px;
    }

    #rec465757086 .tn-elem[data-elem-id="1629869316444"] .tn-atom {
        font-size: 19px;
        line-height: 1.45;
    }
}

@media screen and (max-width: 639px) {
    #rec465757086 .tn-elem[data-elem-id="1629869316444"] {
        top: 190px;
        left: calc(50% - 240px + 30px);
        width: 419px;
    }

    #rec465757086 .tn-elem[data-elem-id="1629869316444"] .tn-atom {
        font-size: 20px;
        line-height: 1.35;
    }
}

@media screen and (max-width: 479px) {
    #rec465757086 .tn-elem[data-elem-id="1629869316444"] {
        top: 160px;
        left: calc(50% - 160px + 20px);
        width: 292px;
    }

    #rec465757086 .tn-elem[data-elem-id="1629869316444"] {
        text-align: left;
    }

    #rec465757086 .tn-elem[data-elem-id="1629869316444"] .tn-atom {
        font-size: 16px;
    }
}

#rec465757086 .tn-elem[data-elem-id="1629869316568"] {
    color: #e1b425;
    text-align: CENTER;
    z-index: 6;
    top: 492px;
    left: calc(50% - 600px + 24px);
    width: 192px;
}

#rec465757086 .tn-elem[data-elem-id="1629869316568"] .tn-atom {
    color: #e1b425;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757086 .tn-elem[data-elem-id="1629869316568"] {
        top: 430px;
        left: calc(50% - 480px + 38px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757086 .tn-elem[data-elem-id="1629869316568"] {
        top: 400px;
        left: calc(50% - 320px + 36px);
        width: 122px;
    }
}

@media screen and (max-width: 639px) {
    #rec465757086 .tn-elem[data-elem-id="1629869316568"] {
        top: 373px;
        left: calc(50% - 240px + 23px);
        width: 95px;
    }

    #rec465757086 .tn-elem[data-elem-id="1629869316568"] {
        color: #e1b425;
    }

    #rec465757086 .tn-elem[data-elem-id="1629869316568"] .tn-atom {
        color: #e1b425;
        font-size: 14px;
    }
}

@media screen and (max-width: 479px) {
    #rec465757086 .tn-elem[data-elem-id="1629869316568"] {
        top: 280px;
        left: calc(50% - 160px + 60px);
        width: 233px;
    }

    #rec465757086 .tn-elem[data-elem-id="1629869316568"] {
        color: #e2b51f;
        text-align: left;
    }

    #rec465757086 .tn-elem[data-elem-id="1629869316568"] .tn-atom {
        color: #e2b51f;
        font-size: 14px;
        letter-spacing: 0px;
    }
}

#rec465757086 .tn-elem[data-elem-id="1629869316573"] {
    color: #e1b425;
    text-align: CENTER;
    z-index: 7;
    top: 492px;
    left: calc(50% - 600px + 595px);
    width: 151px;
}

#rec465757086 .tn-elem[data-elem-id="1629869316573"] .tn-atom {
    color: #e1b425;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757086 .tn-elem[data-elem-id="1629869316573"] {
        top: 430px;
        left: calc(50% - 480px + 510px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757086 .tn-elem[data-elem-id="1629869316573"] {
        top: 400px;
        left: calc(50% - 320px + 415px);
        width: 134px;
    }
}

@media screen and (max-width: 639px) {
    #rec465757086 .tn-elem[data-elem-id="1629869316573"] {
        top: 374px;
        left: calc(50% - 240px + 352px);
        width: 111px;
    }

    #rec465757086 .tn-elem[data-elem-id="1629869316573"] {
        color: #e1b425;
    }

    #rec465757086 .tn-elem[data-elem-id="1629869316573"] .tn-atom {
        color: #e1b425;
        font-size: 14px;
    }
}

@media screen and (max-width: 479px) {
    #rec465757086 .tn-elem[data-elem-id="1629869316573"] {
        top: 370px;
        left: calc(50% - 160px + 60px);
        width: 238px;
    }

    #rec465757086 .tn-elem[data-elem-id="1629869316573"] {
        color: #e2b51f;
        text-align: left;
    }

    #rec465757086 .tn-elem[data-elem-id="1629869316573"] .tn-atom {
        color: #e2b51f;
        font-size: 14px;
    }
}

#rec465757086 .tn-elem[data-elem-id="1629869316577"] {
    color: #e1b425;
    text-align: CENTER;
    z-index: 8;
    top: 492px;
    left: calc(50% - 600px + 335px);
    width: 135px;
}

#rec465757086 .tn-elem[data-elem-id="1629869316577"] .tn-atom {
    color: #e1b425;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757086 .tn-elem[data-elem-id="1629869316577"] {
        top: 430px;
        left: calc(50% - 480px + 299px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757086 .tn-elem[data-elem-id="1629869316577"] {
        top: 400px;
        left: calc(50% - 320px + 218px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757086 .tn-elem[data-elem-id="1629869316577"] {
        top: 374px;
        left: calc(50% - 240px + 175px);
    }

    #rec465757086 .tn-elem[data-elem-id="1629869316577"] {
        color: #e1b425;
    }

    #rec465757086 .tn-elem[data-elem-id="1629869316577"] .tn-atom {
        color: #e1b425;
        font-size: 14px;
    }
}

@media screen and (max-width: 479px) {
    #rec465757086 .tn-elem[data-elem-id="1629869316577"] {
        top: 325px;
        left: calc(50% - 160px + 60px);
        width: 207px;
    }

    #rec465757086 .tn-elem[data-elem-id="1629869316577"] {
        color: #e2b51f;
        text-align: left;
    }

    #rec465757086 .tn-elem[data-elem-id="1629869316577"] .tn-atom {
        color: #e2b51f;
        font-size: 14px;
    }
}

#rec465757086 .tn-elem[data-elem-id="1629869832733"] {
    color: #ffffff;
    text-align: LEFT;
    z-index: 4;
    top: 150px;
    left: calc(50% - 600px + 46px);
    width: 902px;
}

#rec465757086 .tn-elem[data-elem-id="1629869832733"] .tn-atom {
    color: #ffffff;
    font-size: 50px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.22;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757086 .tn-elem[data-elem-id="1629869832733"] {
        top: 125px;
        left: calc(50% - 480px + 30px);
    }

    #rec465757086 .tn-elem[data-elem-id="1629869832733"] .tn-atom {
        font-size: 45px;
    }
}

@media screen and (max-width: 959px) {
    #rec465757086 .tn-elem[data-elem-id="1629869832733"] {
        top: 70px;
        left: calc(50% - 320px + 50px);
        width: 576px;
    }

    #rec465757086 .tn-elem[data-elem-id="1629869832733"] .tn-atom {
        font-size: 37px;
    }
}

@media screen and (max-width: 639px) {
    #rec465757086 .tn-elem[data-elem-id="1629869832733"] {
        top: 70px;
        left: calc(50% - 240px + 30px);
    }

    #rec465757086 .tn-elem[data-elem-id="1629869832733"] .tn-atom {
        font-size: 34px;
    }
}

@media screen and (max-width: 479px) {
    #rec465757086 .tn-elem[data-elem-id="1629869832733"] {
        top: 65px;
        left: calc(50% - 160px + 20px);
        width: 315px;
    }

    #rec465757086 .tn-elem[data-elem-id="1629869832733"] {
        text-align: left;
    }

    #rec465757086 .tn-elem[data-elem-id="1629869832733"] .tn-atom {
        font-size: 27px;
    }
}

#rec465757086 .tn-elem[data-elem-id="1637143445944"] {
    color: #000000;
    text-align: center;
    z-index: 9;
    top: -160px;
    left: calc(50% - 600px + -150px);
    width: 200px;
    height: 55px;
}

#rec465757086 .tn-elem[data-elem-id="1637143445944"] .tn-atom {
    color: #000000;
    font-size: 14px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.5;
    font-weight: 600;
    border-width: 1px;
    border-radius: 10px;
    background-color: #e3c449;
    background-position: center center;
    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;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
    #rec465757086 .tn-elem[data-elem-id="1637143445944"] {
        top: 798px;
        left: calc(50% - 320px + 165px);
        width: 346px;
        height: 61px;
    }

    #rec465757086 .tn-elem[data-elem-id="1637143445944"] .tn-atom {
        font-size: 21px;
    }
}

@media screen and (max-width: 639px) {
    #rec465757086 .tn-elem[data-elem-id="1637143445944"] {
        top: 455px;
        left: calc(50% - 240px + -550px);
        width: 422px;
        height: 70px;
    }

    #rec465757086 .tn-elem[data-elem-id="1637143445944"] .tn-atom {
        font-size: 22px;
        background-color: #e1b425;
    }
}

@media screen and (max-width: 479px) {
    #rec465757086 .tn-elem[data-elem-id="1637143445944"] {
        top: 350px;
        left: calc(50% - 160px + -330px);
        width: 251px;
        height: 51px;
    }

    #rec465757086 .tn-elem[data-elem-id="1637143445944"] .tn-atom {
        font-size: 18px;
        background-color: #e2b51f;
    }
}

#rec465757086 .tn-elem[data-elem-id="1637147261509"] {
    z-index: 10;
    top: -333px;
    left: calc(50% - 600px + -177px);
    width: 100px;
    height: 100px;
}

#rec465757086 .tn-elem[data-elem-id="1637147261509"] .tn-atom {
    background-color: #fff705;
    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) {
    #rec465757086 .tn-elem[data-elem-id="1637147261509"] {
        top: -394px;
        left: calc(50% - 160px + -380px);
        width: 254px;
        height: 190px;
    }
}

#rec465757086 .tn-elem[data-elem-id="1656937922029"] {
    z-index: 11;
    top: 430px;
    left: calc(50% - 600px + 373px);
    width: 60px;
}

#rec465757086 .tn-elem[data-elem-id="1656937922029"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757086 .tn-elem[data-elem-id="1656937922029"] {
        top: 372px;
        left: calc(50% - 480px + 339px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757086 .tn-elem[data-elem-id="1656937922029"] {
        top: 340px;
        left: calc(50% - 320px + 260px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757086 .tn-elem[data-elem-id="1656937922029"] {
        top: 325px;
        left: calc(50% - 240px + 215px);
        width: 50px;
    }
}

@media screen and (max-width: 479px) {
    #rec465757086 .tn-elem[data-elem-id="1656937922029"] {
        top: 320px;
        left: calc(50% - 160px + 18px);
        width: 35px;
    }
}

#rec465757086 .tn-elem[data-elem-id="1656938662594"] {
    z-index: 12;
    top: 429px;
    left: calc(50% - 600px + 640px);
    width: 50px;
}

#rec465757086 .tn-elem[data-elem-id="1656938662594"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757086 .tn-elem[data-elem-id="1656938662594"] {
        top: 377px;
        left: calc(50% - 480px + 560px);
        width: 45px;
    }
}

@media screen and (max-width: 959px) {
    #rec465757086 .tn-elem[data-elem-id="1656938662594"] {
        top: 340px;
        left: calc(50% - 320px + 460px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757086 .tn-elem[data-elem-id="1656938662594"] {
        top: 323px;
        left: calc(50% - 240px + 387px);
        width: 41px;
    }
}

@media screen and (max-width: 479px) {
    #rec465757086 .tn-elem[data-elem-id="1656938662594"] {
        top: 363px;
        left: calc(50% - 160px + 18px);
        width: 32px;
    }
}

#rec465757086 .tn-elem[data-elem-id="1656939111768"] {
    z-index: 13;
    top: 390px;
    left: calc(50% - 600px + 66px);
    width: 105px;
}

#rec465757086 .tn-elem[data-elem-id="1656939111768"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757086 .tn-elem[data-elem-id="1656939111768"] {
        top: 335px;
        left: calc(50% - 480px + 72px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757086 .tn-elem[data-elem-id="1656939111768"] {
        top: 300px;
        left: calc(50% - 320px + 44px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757086 .tn-elem[data-elem-id="1656939111768"] {
        top: 290px;
        left: calc(50% - 240px + 23px);
        width: 84px;
    }
}

@media screen and (max-width: 479px) {
    #rec465757086 .tn-elem[data-elem-id="1656939111768"] {
        top: 255px;
        left: calc(50% - 160px + -2px);
        width: 62px;
    }
}

#rec348749847 .t396__artboard {
    height: 208px;
    background-color: #101922;
}

#rec348749847 .t396__filter {
    height: 416px;
}

#rec348749847 .t396__carrier {
    height: 416px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec348749847 .t396__artboard {
        height: 172px;
    }

    #rec348749847 .t396__filter {
        height: 337px;
    }

    #rec348749847 .t396__carrier {
        height: 337px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec348749847 .t396__artboard {
        height: 390px;
    }

    #rec348749847 .t396__filter {
        height: 557px;
    }

    #rec348749847 .t396__carrier {
        height: 557px;
    }
}

@media screen and (max-width: 639px) {
    #rec348749847 .t396__artboard {
        height: 351px;
    }
}

@media screen and (max-width: 479px) {
    #rec348749847 .t396__artboard {
        height: 375px;
    }

    #rec348749847 .t396__filter {
        height: 526px;
    }

    #rec348749847 .t396__carrier {
        height: 526px;
    }
}

#rec348749847 .tn-elem[data-elem-id="1639452856240"] {
    z-index: 18;
    top: 95px;
    left: calc(50% - 600px + 170px);
    width: 855px;
    height: 46px;
}

#rec348749847 .tn-elem[data-elem-id="1639452856240"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec348749847 .tn-elem[data-elem-id="1639452856240"] {
        top: 75px;
        left: calc(50% - 480px + 22px);
        width: 913px;
        height: 46px;
    }
}

@media screen and (max-width: 959px) {
    #rec348749847 .tn-elem[data-elem-id="1639452856240"] {
        top: 120px;
        left: calc(50% - 320px + 103px);
        width: 413px;
        height: 244px;
    }
}

@media screen and (max-width: 639px) {
    #rec348749847 .tn-elem[data-elem-id="1639452856240"] {
        top: 110px;
        left: calc(50% - 240px + 33px);
        width: 413px;
        height: 244px;
    }
}

@media screen and (max-width: 479px) {
    #rec348749847 .tn-elem[data-elem-id="1639452856240"] {
        top: 122px;
        left: calc(50% - 160px + 25px);
        width: 270px;
        height: 244px;
    }
}

#rec348749847 .tn-elem[data-elem-id="1629870937211"] {
    color: #4c5258;
    text-align: CENTER;
    z-index: 16;
    top: 165px;
    left: calc(50% - 600px + 210px);
    width: 787px;
}

#rec348749847 .tn-elem[data-elem-id="1629870937211"] .tn-atom {
    color: #4c5258;
    font-size: 14px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec348749847 .tn-elem[data-elem-id="1629870937211"] {
        top: 140px;
        left: calc(50% - 480px + 100px);
    }
}

@media screen and (max-width: 959px) {
    #rec348749847 .tn-elem[data-elem-id="1629870937211"] {
        top: 326px;
        left: calc(50% - 320px + 30px);
        width: 558px;
    }
}

@media screen and (max-width: 639px) {
    #rec348749847 .tn-elem[data-elem-id="1629870937211"] {
        top: 305px;
        left: calc(50% - 240px + 31px);
        width: 419px;
    }

    #rec348749847 .tn-elem[data-elem-id="1629870937211"] .tn-atom {
        font-size: 11px;
    }
}

@media screen and (max-width: 479px) {
    #rec348749847 .tn-elem[data-elem-id="1629870937211"] {
        top: 318px;
        left: calc(50% - 160px + 21px);
        width: 279px;
    }

    #rec348749847 .tn-elem[data-elem-id="1629870937211"] .tn-atom {
        font-size: 10px;
    }
}

#rec348749847 .tn-elem[data-elem-id="1629870937167"] {
    color: #ffffff;
    text-align: CENTER;
    z-index: 15;
    top: 25px;
    left: calc(50% - 600px + 150px);
    width: 910px;
}

#rec348749847 .tn-elem[data-elem-id="1629870937167"] .tn-atom {
    color: #ffffff;
    font-size: 30px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 700;
    letter-spacing: 1px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec348749847 .tn-elem[data-elem-id="1629870937167"] {
        top: 25px;
        left: calc(50% - 480px + 25px);
    }

    #rec348749847 .tn-elem[data-elem-id="1629870937167"] .tn-atom {
        font-size: 25px;
    }
}

@media screen and (max-width: 959px) {
    #rec348749847 .tn-elem[data-elem-id="1629870937167"] {
        top: 30px;
        left: calc(50% - 320px + 59px);
        width: 523px;
    }

    #rec348749847 .tn-elem[data-elem-id="1629870937167"] .tn-atom {
        font-size: 25px;
    }
}

@media screen and (max-width: 639px) {
    #rec348749847 .tn-elem[data-elem-id="1629870937167"] {
        top: 25px;
        left: calc(50% - 240px + 51px);
        width: 379px;
    }

    #rec348749847 .tn-elem[data-elem-id="1629870937167"] .tn-atom {
        font-size: 22px;
    }
}

@media screen and (max-width: 479px) {
    #rec348749847 .tn-elem[data-elem-id="1629870937167"] {
        top: 25px;
        left: calc(50% - 160px + 20px);
        width: 280px;
    }

    #rec348749847 .tn-elem[data-elem-id="1629870937167"] .tn-atom {
        font-size: 20px;
    }
}

 #rec349471375 .t396__artboard {
     height: 540px;
     background-color: #ffffff;
 }

#rec349471375 .t396__filter {
    height: 933px;
}

#rec349471375 .t396__carrier {
    height: 933px;
    background-position: center center;
    background-attachment: scroll;
    background-image: url('../img/resize__20x__3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec349471375 .t396__artboard {
        height: 540px;
    }

    #rec349471375 .t396__filter {
        height: 823px;
    }

    #rec349471375 .t396__carrier {
        height: 823px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec349471375 .t396__artboard {
        height: 540px;
    }

    #rec349471375 .t396__filter {
        height: 873px;
    }

    #rec349471375 .t396__carrier {
        height: 873px;
    }
}

@media screen and (max-width: 639px) {
    #rec349471375 .t396__artboard {
        height: 460px;
    }

    #rec349471375 .t396__filter {
        height: 728px;
    }

    #rec349471375 .t396__carrier {
        height: 728px;
    }
}

@media screen and (max-width: 479px) {
    #rec349471375 .t396__artboard {
        height: 540px;
    }

    #rec349471375 .t396__filter {
        height: 747px;
    }

    #rec349471375 .t396__carrier {
        height: 747px;
    }
}

#rec349471375 .tn-elem[data-elem-id="1629889998256"] {
    z-index: 17;
    top: 53px;
    left: calc(50% - 600px + -46px);
    width: 721px;
}

#rec349471375 .tn-elem[data-elem-id="1629889998256"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec349471375 .tn-elem[data-elem-id="1629889998256"] {
        top: 58px;
        left: calc(50% - 480px + -130px);
        width: 663px;
    }
}

@media screen and (max-width: 959px) {
    #rec349471375 .tn-elem[data-elem-id="1629889998256"] {
        top: 53px;
        left: calc(50% - 320px + -240px);
        width: 571px;
    }
}

@media screen and (max-width: 639px) {
    #rec349471375 .tn-elem[data-elem-id="1629889998256"] {
        top: 210px;
        left: calc(50% - 240px + 660px);
        width: 471px;
    }

    #rec349471375 .tn-elem[data-elem-id="1629889998256"] .tn-atom {
        opacity: 1;
    }
}

@media screen and (max-width: 479px) {
}

#rec349471375 .tn-elem[data-elem-id="1629887517378"] {
    color: #101922;
    text-align: CENTER;
    z-index: 23;
    top: 40px;
    left: calc(50% - 600px + 620px);
}

#rec349471375 .tn-elem[data-elem-id="1629887517378"] .tn-atom {
    color: #101922;
    font-size: 33px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec349471375 .tn-elem[data-elem-id="1629887517378"] {
        left: calc(50% - 480px + 450px);
    }

    #rec349471375 .tn-elem[data-elem-id="1629887517378"] {
        text-align: left;
    }

    #rec349471375 .tn-elem[data-elem-id="1629887517378"] .tn-atom {
        font-size: 25px;
    }
}

@media screen and (max-width: 959px) {
    #rec349471375 .tn-elem[data-elem-id="1629887517378"] {
        left: calc(50% - 320px + 260px);
    }

    #rec349471375 .tn-elem[data-elem-id="1629887517378"] .tn-atom {
        font-size: 24px;
    }
}

@media screen and (max-width: 639px) {
    #rec349471375 .tn-elem[data-elem-id="1629887517378"] {
        left: calc(50% - 240px + 71px);
    }

    #rec349471375 .tn-elem[data-elem-id="1629887517378"] .tn-atom {
        font-size: 22px;
    }
}

@media screen and (max-width: 479px) {
    #rec349471375 .tn-elem[data-elem-id="1629887517378"] {
        left: calc(50% - 160px + 10px);
    }

    #rec349471375 .tn-elem[data-elem-id="1629887517378"] .tn-atom {
        font-size: 20px;
    }
}

#rec349471375 .tn-elem[data-elem-id="1629887865263"] {
    color: #101922;
    text-align: LEFT;
    z-index: 21;
    top: 238px;
    left: calc(50% - 600px + 619px);
    width: 559px;
}

#rec349471375 .tn-elem[data-elem-id="1629887865263"] .tn-atom {
    color: #101922;
    font-size: 15px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.35;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec349471375 .tn-elem[data-elem-id="1629887865263"] {
        top: 219px;
        left: calc(50% - 480px + 450px);
        width: 499px;
    }

    #rec349471375 .tn-elem[data-elem-id="1629887865263"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 959px) {
    #rec349471375 .tn-elem[data-elem-id="1629887865263"] {
        top: 240px;
        left: calc(50% - 320px + 260px);
        width: 349px;
    }
}

@media screen and (max-width: 639px) {
    #rec349471375 .tn-elem[data-elem-id="1629887865263"] {
        top: 208px;
        left: calc(50% - 240px + 70px);
    }

    #rec349471375 .tn-elem[data-elem-id="1629887865263"] .tn-atom {
        font-size: 13px;
    }
}

@media screen and (max-width: 479px) {
    #rec349471375 .tn-elem[data-elem-id="1629887865263"] {
        top: 245px;
        left: calc(50% - 160px + 10px);
        width: 298px;
    }

    #rec349471375 .tn-elem[data-elem-id="1629887865263"] .tn-atom {
        line-height: 1.45;
    }
}

#rec349471375 .tn-elem[data-elem-id="1629887517364"] {
    color: #101922;
    text-align: LEFT;
    z-index: 18;
    top: 110px;
    left: calc(50% - 600px + 622px);
    width: 560px;
}

#rec349471375 .tn-elem[data-elem-id="1629887517364"] .tn-atom {
    color: #101922;
    font-size: 21px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.34;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec349471375 .tn-elem[data-elem-id="1629887517364"] {
        top: 93px;
        left: calc(50% - 480px + 450px);
        width: 494px;
    }

    #rec349471375 .tn-elem[data-elem-id="1629887517364"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 959px) {
    #rec349471375 .tn-elem[data-elem-id="1629887517364"] {
        left: calc(50% - 320px + 260px);
        width: 368px;
    }

    #rec349471375 .tn-elem[data-elem-id="1629887517364"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 639px) {
    #rec349471375 .tn-elem[data-elem-id="1629887517364"] {
        left: calc(50% - 240px + 71px);
    }

    #rec349471375 .tn-elem[data-elem-id="1629887517364"] .tn-atom {
        font-size: 17px;
    }
}

@media screen and (max-width: 479px) {
    #rec349471375 .tn-elem[data-elem-id="1629887517364"] {
        left: calc(50% - 160px + 10px);
        width: 301px;
    }
}

 #rec465757393 .t396__artboard {
     height: 1025px;
     background-color: #ffffff;
 }

#rec465757393 .t396__filter {
    height: 1025px;
}

#rec465757393 .t396__carrier {
    height: 1025px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .t396__artboard {
    }

    #rec465757393 .t396__filter {
    }

    #rec465757393 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .t396__artboard {
        height: 1625px;
    }

    #rec465757393 .t396__filter {
        height: 1625px;
    }

    #rec465757393 .t396__carrier {
        height: 1625px;
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .t396__artboard {
        height: 1515px;
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .t396__artboard {
        height: 1275px;
    }

    #rec465757393 .t396__filter {
        height: 1275px;
    }

    #rec465757393 .t396__carrier {
        height: 1275px;
    }
}

#rec465757393 .tn-elem[data-elem-id="1629952362046"] {
    color: #000000;
    text-align: center;
    z-index: 4;
    top: 103px;
    left: calc(50% - 165px + 0px);
    width: 330px;
}

#rec465757393 .tn-elem[data-elem-id="1629952362046"] .tn-atom {
    color: #000000;
    font-size: 36px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 700;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362046"] {
        top: 103px;
        left: calc(50% - 165px + 0px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362046"] {
        top: 70px;
        left: calc(50% - 165px + 5px);
    }

    #rec465757393 .tn-elem[data-elem-id="1629952362046"] .tn-atom {
        font-size: 25px;
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362046"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362046"] {
        top: 52px;
        left: calc(50% - 149px + 0px);
        width: 298px;
    }

    #rec465757393 .tn-elem[data-elem-id="1629952362046"] .tn-atom {
        font-size: 20px;
    }
}

#rec465757393 .tn-elem[data-elem-id="1629952362056"] {
    color: #000000;
    text-align: LEFT;
    z-index: 7;
    top: 547px;
    left: calc(50% - 600px + 602px);
    width: 0px;
}

#rec465757393 .tn-elem[data-elem-id="1629952362056"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.22;
    font-weight: 500;
    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) {
}

#rec465757393 .tn-elem[data-elem-id="1629952362063"] {
    color: #000000;
    text-align: center;
    z-index: 8;
    top: 165px;
    left: calc(50% - 198.5px + 0px);
    width: 397px;
}

#rec465757393 .tn-elem[data-elem-id="1629952362063"] .tn-atom {
    color: #000000;
    font-size: 24px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.30;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362063"] {
        top: 165px;
        left: calc(50% - 198.5px + 0px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362063"] {
        top: 113px;
        left: calc(50% - 198.5px + 4px);
    }

    #rec465757393 .tn-elem[data-elem-id="1629952362063"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362063"] {
        top: 105px;
        left: calc(50% - 198.5px + 9px);
    }

    #rec465757393 .tn-elem[data-elem-id="1629952362063"] .tn-atom {
        font-size: 18px;
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362063"] {
        top: 90px;
        left: calc(50% - 162px + 0px);
        width: 324px;
    }

    #rec465757393 .tn-elem[data-elem-id="1629952362063"] .tn-atom {
        font-size: 16px;
    }
}

#rec465757393 .tn-elem[data-elem-id="1629952362068"] {
    z-index: 9;
    top: 260px;
    left: calc(50% - 600px + -60px);
    width: 395px;
    height: 260px;
}

#rec465757393 .tn-elem[data-elem-id="1629952362068"] .tn-atom {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362068"] {
        top: 260px;
        left: calc(50% - 480px + -122px);
        width: 368px;
        height: 243px;
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362068"] {
        top: 185px;
        left: calc(50% - 320px + -2px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362068"] {
        top: 185px;
        left: calc(50% - 240px + -112px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362068"] {
        top: 155px;
        left: calc(50% - 160px + 6px);
        width: 156px;
        height: 151px;
    }
}

#rec465757393 .tn-elem[data-elem-id="1629952362083"] {
    z-index: 10;
    top: 301px;
    left: calc(50% - 600px + 677px);
    width: 310px;
    height: 225px;
}

#rec465757393 .tn-elem[data-elem-id="1629952362083"] .tn-atom {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362083"] {
        top: 301px;
        left: calc(50% - 480px + 485px);
        width: 295px;
        height: 219px;
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362083"] {
        top: 930px;
        left: calc(50% - 320px + 78px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362083"] {
        top: 798px;
        left: calc(50% - 240px + 0px);
        width: 260px;
        height: 196px;
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362083"] {
        top: 715px;
        left: calc(50% - 160px - 6px);
        width: 184px;
        height: 130px;
    }
}

#rec465757393 .tn-elem[data-elem-id="1629952362088"] {
    color: #000000;
    text-align: LEFT;
    z-index: 11;
    top: 670px;
    left: calc(50% - 600px + 355px);
    width: 98px;
}

#rec465757393 .tn-elem[data-elem-id="1629952362088"] .tn-atom {
    color: #000000;
    font-size: 24px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 500;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362088"] {
        top: 668px;
        left: calc(50% - 480px + 260px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362088"] {
        top: 575px;
        left: calc(50% - 320px + 390px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362088"] {
        top: 535px;
        left: calc(50% - 240px + 275px);
    }

    #rec465757393 .tn-elem[data-elem-id="1629952362088"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362088"] {
        top: 444px;
        left: calc(50% - 160px + 188px);
    }

    #rec465757393 .tn-elem[data-elem-id="1629952362088"] .tn-atom {
        font-size: 18px;
    }
}

#rec465757393 .tn-elem[data-elem-id="1629952362092"] {
    color: #000000;
    text-align: LEFT;
    z-index: 12;
    top: 730px;
    left: calc(50% - 600px + 370px);
    width: 187px;
}

#rec465757393 .tn-elem[data-elem-id="1629952362092"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.22;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362092"] {
        top: 730px;
        left: calc(50% - 480px + 277px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362092"] {
        top: 634px;
        left: calc(50% - 320px + 406px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362092"] {
        top: 590px;
        left: calc(50% - 240px + 300px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362092"] {
        top: 489px;
        left: calc(50% - 160px + 201px);
        width: 118px;
    }

    #rec465757393 .tn-elem[data-elem-id="1629952362092"] .tn-atom {
        font-size: 12px;
    }
}

#rec465757393 .tn-elem[data-elem-id="1629952362104"] {
    color: #000000;
    text-align: LEFT;
    z-index: 13;
    top: 785px;
    left: calc(50% - 600px + 370px);
    width: 201px;
}

#rec465757393 .tn-elem[data-elem-id="1629952362104"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.22;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362104"] {
        top: 785px;
        left: calc(50% - 480px + 277px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362104"] {
        top: 688px;
        left: calc(50% - 320px + 406px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362104"] {
        top: 642px;
        left: calc(50% - 240px + 300px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362104"] {
        top: 528px;
        left: calc(50% - 160px + 201px);
        width: 109px;
    }

    #rec465757393 .tn-elem[data-elem-id="1629952362104"] .tn-atom {
        font-size: 12px;
    }
}

#rec465757393 .tn-elem[data-elem-id="1629952362111"] {
    z-index: 14;
    top: 793px;
    left: calc(50% - 600px + 354px);
    width: 6px;
    height: 6px;
}

#rec465757393 .tn-elem[data-elem-id="1629952362111"] .tn-atom {
    border-radius: 3000px;
    background-color: #3ab1bf;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362111"] {
        top: 795px;
        left: calc(50% - 480px + 262px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362111"] {
        top: 695px;
        left: calc(50% - 320px + 388px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362111"] {
        top: 650px;
        left: calc(50% - 240px + 278px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362111"] {
        top: 533px;
        left: calc(50% - 160px + 187px);
        width: 5px;
        height: 5px;
    }
}

#rec465757393 .tn-elem[data-elem-id="1629952362118"] {
    color: #000000;
    text-align: LEFT;
    z-index: 15;
    top: 671px;
    left: calc(50% - 600px + 1005px);
    width: 137px;
}

#rec465757393 .tn-elem[data-elem-id="1629952362118"] .tn-atom {
    color: #000000;
    font-size: 24px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 500;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362118"] {
        top: 668px;
        left: calc(50% - 480px + 787px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362118"] {
        top: 1275px;
        left: calc(50% - 320px + 388px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362118"] {
        top: 1181px;
        left: calc(50% - 240px + 280px);
    }

    #rec465757393 .tn-elem[data-elem-id="1629952362118"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362118"] {
        top: 1009px;
        left: calc(50% - 160px + 188px);
    }

    #rec465757393 .tn-elem[data-elem-id="1629952362118"] .tn-atom {
        font-size: 18px;
    }
}

#rec465757393 .tn-elem[data-elem-id="1629952362122"] {
    color: #000000;
    text-align: LEFT;
    z-index: 16;
    top: 730px;
    left: calc(50% - 600px + 1030px);
    width: 154px;
}

#rec465757393 .tn-elem[data-elem-id="1629952362122"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.22;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362122"] {
        top: 729px;
        left: calc(50% - 480px + 806px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362122"] {
        top: 1335px;
        left: calc(50% - 320px + 404px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362122"] {
        top: 1234px;
        left: calc(50% - 240px + 300px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362122"] {
        top: 1050px;
        left: calc(50% - 160px + 201px);
    }

    #rec465757393 .tn-elem[data-elem-id="1629952362122"] .tn-atom {
        font-size: 12px;
    }
}

#rec465757393 .tn-elem[data-elem-id="1629952362132"] {
    color: #000000;
    text-align: LEFT;
    z-index: 17;
    top: 785px;
    left: calc(50% - 600px + 1030px);
    width: 164px;
}

#rec465757393 .tn-elem[data-elem-id="1629952362132"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.22;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362132"] {
        top: 784px;
        left: calc(50% - 480px + 806px);
        width: 154px;
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362132"] {
        top: 1389px;
        left: calc(50% - 320px + 404px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362132"] {
        top: 1288px;
        left: calc(50% - 240px + 300px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362132"] {
        top: 1090px;
        left: calc(50% - 160px + 201px);
    }

    #rec465757393 .tn-elem[data-elem-id="1629952362132"] .tn-atom {
        font-size: 12px;
    }
}

#rec465757393 .tn-elem[data-elem-id="1629952362137"] {
    z-index: 18;
    top: 790px;
    left: calc(50% - 600px + 1014px);
    width: 6px;
    height: 6px;
}

#rec465757393 .tn-elem[data-elem-id="1629952362137"] .tn-atom {
    border-radius: 3000px;
    background-color: #3ab1bf;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362137"] {
        top: 789px;
        left: calc(50% - 480px + 788px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362137"] {
        top: 1395px;
        left: calc(50% - 320px + 386px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362137"] {
        top: 1294px;
        left: calc(50% - 240px + 278px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362137"] {
        top: 1096px;
        left: calc(50% - 160px + 187px);
        width: 5px;
        height: 5px;
    }
}

#rec465757393 .tn-elem[data-elem-id="1629952362143"] {
    color: #000000;
    text-align: LEFT;
    z-index: 19;
    top: 283px;
    left: calc(50% - 600px + 1005px);
    width: 179px;
}

#rec465757393 .tn-elem[data-elem-id="1629952362143"] .tn-atom {
    color: #000000;
    font-size: 24px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 500;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362143"] {
        top: 278px;
        left: calc(50% - 480px + 787px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362143"] {
        top: 910px;
        left: calc(50% - 320px + 390px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362143"] {
        top: 845px;
        left: calc(50% - 240px + 280px);
    }

    #rec465757393 .tn-elem[data-elem-id="1629952362143"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362143"] {
        top: 712px;
        left: calc(50% - 160px + 188px);
        width: 135px;
    }

    #rec465757393 .tn-elem[data-elem-id="1629952362143"] .tn-atom {
        font-size: 18px;
    }
}

#rec465757393 .tn-elem[data-elem-id="1629952362148"] {
    color: #000000;
    text-align: LEFT;
    z-index: 20;
    top: 371px;
    left: calc(50% - 600px + 1021px);
    width: 164px;
}

#rec465757393 .tn-elem[data-elem-id="1629952362148"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.22;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362148"] {
        top: 370px;
        left: calc(50% - 480px + 806px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362148"] {
        top: 998px;
        left: calc(50% - 320px + 410px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362148"] {
        top: 923px;
        left: calc(50% - 240px + 300px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362148"] {
        top: 775px;
        left: calc(50% - 160px + 201px);
        width: 114px;
    }

    #rec465757393 .tn-elem[data-elem-id="1629952362148"] .tn-atom {
        font-size: 12px;
    }
}

#rec465757393 .tn-elem[data-elem-id="1629952362153"] {
    z-index: 21;
    top: 378px;
    left: calc(50% - 600px + 1005px);
    width: 6px;
    height: 6px;
}

#rec465757393 .tn-elem[data-elem-id="1629952362153"] .tn-atom {
    border-radius: 3000px;
    background-color: #3ab1bf;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362153"] {
        top: 380px;
        left: calc(50% - 480px + 789px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362153"] {
        top: 1010px;
        left: calc(50% - 320px + 388px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362153"] {
        top: 935px;
        left: calc(50% - 240px + 278px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362153"] {
        top: 779px;
        left: calc(50% - 160px + 187px);
        width: 5px;
        height: 5px;
    }
}

#rec465757393 .tn-elem[data-elem-id="1629952362160"] {
    color: #000000;
    text-align: LEFT;
    z-index: 22;
    top: 425px;
    left: calc(50% - 600px + 1020px);
    width: 169px;
}

#rec465757393 .tn-elem[data-elem-id="1629952362160"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.22;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362160"] {
        top: 425px;
        left: calc(50% - 480px + 806px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362160"] {
        top: 1054px;
        left: calc(50% - 320px + 410px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362160"] {
        top: 980px;
        left: calc(50% - 240px + 300px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362160"] {
        top: 816px;
        left: calc(50% - 160px + 201px);
        width: 114px;
    }

    #rec465757393 .tn-elem[data-elem-id="1629952362160"] .tn-atom {
        font-size: 12px;
    }
}

#rec465757393 .tn-elem[data-elem-id="1629952362172"] {
    color: #000000;
    text-align: LEFT;
    z-index: 23;
    top: 283px;
    left: calc(50% - 600px + 355px);
    width: 161px;
}

#rec465757393 .tn-elem[data-elem-id="1629952362172"] .tn-atom {
    color: #000000;
    font-size: 24px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 500;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362172"] {
        top: 280px;
        left: calc(50% - 480px + 259px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362172"] {
        top: 205px;
        left: calc(50% - 320px + 390px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362172"] {
        top: 205px;
        left: calc(50% - 240px + 276px);
    }

    #rec465757393 .tn-elem[data-elem-id="1629952362172"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362172"] {
        top: 155px;
        left: calc(50% - 160px + 188px);
        width: 130px;
    }

    #rec465757393 .tn-elem[data-elem-id="1629952362172"] .tn-atom {
        font-size: 18px;
    }
}

#rec465757393 .tn-elem[data-elem-id="1629952362176"] {
    color: #000000;
    text-align: LEFT;
    z-index: 24;
    top: 373px;
    left: calc(50% - 600px + 371px);
    width: 229px;
}

#rec465757393 .tn-elem[data-elem-id="1629952362176"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.22;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362176"] {
        top: 370px;
        left: calc(50% - 480px + 274px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362176"] {
        top: 295px;
        left: calc(50% - 320px + 409px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362176"] {
        top: 285px;
        left: calc(50% - 240px + 300px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362176"] {
        top: 220px;
        left: calc(50% - 160px + 201px);
        width: 118px;
    }

    #rec465757393 .tn-elem[data-elem-id="1629952362176"] .tn-atom {
        font-size: 12px;
    }
}

#rec465757393 .tn-elem[data-elem-id="1629952362186"] {
    color: #000000;
    text-align: LEFT;
    z-index: 26;
    top: 428px;
    left: calc(50% - 600px + 371px);
    width: 201px;
}

#rec465757393 .tn-elem[data-elem-id="1629952362186"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.22;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362186"] {
        top: 425px;
        left: calc(50% - 480px + 274px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362186"] {
        top: 350px;
        left: calc(50% - 320px + 409px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362186"] {
        top: 340px;
        left: calc(50% - 240px + 300px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362186"] {
        top: 260px;
        left: calc(50% - 160px + 201px);
        width: 98px;
    }

    #rec465757393 .tn-elem[data-elem-id="1629952362186"] .tn-atom {
        font-size: 12px;
    }
}

#rec465757393 .tn-elem[data-elem-id="1629952362196"] {
    z-index: 1;
    top: 574px;
    left: calc(50% - 600px + 692px);
    width: 349px;
    height: 370px;
}

#rec465757393 .tn-elem[data-elem-id="1629952362196"] .tn-atom {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362196"] {
        top: 577px;
        left: calc(50% - 480px + 508px);
        width: 314px;
        height: 345px;
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362196"] {
        top: 1185px;
        left: calc(50% - 320px + 98px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362196"] {
        top: 1096px;
        left: calc(50% - 240px + -16px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362196"] {
        top: 966px;
        left: calc(50% - 160px + -9px);
        width: 213px;
        height: 219px;
    }
}

#rec465757393 .tn-elem[data-elem-id="1629952362219"] {
    color: #000000;
    text-align: LEFT;
    z-index: 28;
    top: 480px;
    left: calc(50% - 600px + 371px);
    width: 201px;
}

#rec465757393 .tn-elem[data-elem-id="1629952362219"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.22;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362219"] {
        top: 480px;
        left: calc(50% - 480px + 282px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362219"] {
        top: 405px;
        left: calc(50% - 320px + 409px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362219"] {
        top: 390px;
        left: calc(50% - 240px + 300px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362219"] {
        top: 300px;
        left: calc(50% - 160px + 201px);
        width: 111px;
    }

    #rec465757393 .tn-elem[data-elem-id="1629952362219"] .tn-atom {
        font-size: 12px;
    }
}

#rec465757393 .tn-elem[data-elem-id="1629952362247"] {
    color: #000000;
    text-align: LEFT;
    z-index: 32;
    top: 480px;
    left: calc(50% - 600px + 1030px);
    width: 201px;
}

#rec465757393 .tn-elem[data-elem-id="1629952362247"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.22;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362247"] {
        top: 479px;
        left: calc(50% - 480px + 809px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362247"] {
        top: 1110px;
        left: calc(50% - 320px + 410px);
        width: 135px;
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362247"] {
        top: 1034px;
        left: calc(50% - 240px + 300px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362247"] {
        top: 861px;
        left: calc(50% - 160px + 200px);
        width: 94px;
    }

    #rec465757393 .tn-elem[data-elem-id="1629952362247"] .tn-atom {
        font-size: 12px;
    }
}

#rec465757393 .tn-elem[data-elem-id="1629952362252"] {
    color: #000000;
    text-align: LEFT;
    z-index: 33;
    top: 840px;
    left: calc(50% - 600px + 370px);
    width: 201px;
}

#rec465757393 .tn-elem[data-elem-id="1629952362252"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.22;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362252"] {
        top: 840px;
        left: calc(50% - 480px + 277px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362252"] {
        top: 745px;
        left: calc(50% - 320px + 406px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362252"] {
        top: 697px;
        left: calc(50% - 240px + 300px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362252"] {
        top: 571px;
        left: calc(50% - 160px + 201px);
        width: 114px;
    }

    #rec465757393 .tn-elem[data-elem-id="1629952362252"] .tn-atom {
        font-size: 12px;
    }
}

#rec465757393 .tn-elem[data-elem-id="1629952362262"] {
    z-index: 34;
    top: 840px;
    left: calc(50% - 600px + 345px);
    width: 19px;
    height: 19px;
}

#rec465757393 .tn-elem[data-elem-id="1629952362262"] .tn-atom {
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362262"] {
        top: 841px;
        left: calc(50% - 480px + 252px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362262"] {
        top: 751px;
        left: calc(50% - 320px + 379px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362262"] {
        top: 700px;
        left: calc(50% - 240px + 268px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362262"] {
        top: 569px;
        left: calc(50% - 160px + 176px);
    }
}

#rec465757393 .tn-elem[data-elem-id="1629952362270"] {
    z-index: 35;
    top: 842px;
    left: calc(50% - 600px + 350px);
    width: 14px;
}

#rec465757393 .tn-elem[data-elem-id="1629952362270"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362270"] {
        top: 841px;
        left: calc(50% - 480px + 257px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362270"] {
        top: 749px;
        left: calc(50% - 320px + 383px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362270"] {
        top: 700px;
        left: calc(50% - 240px + 273px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362270"] {
        top: 571px;
        left: calc(50% - 160px + 181px);
    }
}

#rec465757393 .tn-elem[data-elem-id="1629952362277"] {
    color: #3ab1bf;
    text-align: LEFT;
    z-index: 36;
    top: 841px;
    left: calc(50% - 600px + 354px);
    width: 5px;
}

#rec465757393 .tn-elem[data-elem-id="1629952362277"] .tn-atom {
    color: #3ab1bf;
    font-size: 12px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.22;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362277"] {
        top: 840px;
        left: calc(50% - 480px + 261px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362277"] {
        top: 747px;
        left: calc(50% - 320px + 387px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362277"] {
        top: 699px;
        left: calc(50% - 240px + 277px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362277"] {
        top: 570px;
        left: calc(50% - 160px + 185px);
    }
}

#rec465757393 .tn-elem[data-elem-id="1629952362282"] {
    color: #000000;
    text-align: LEFT;
    z-index: 37;
    top: 840px;
    left: calc(50% - 600px + 1030px);
    width: 201px;
}

#rec465757393 .tn-elem[data-elem-id="1629952362282"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.22;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362282"] {
        top: 840px;
        left: calc(50% - 480px + 807px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362282"] {
        top: 1445px;
        left: calc(50% - 320px + 410px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362282"] {
        top: 1359px;
        left: calc(50% - 240px + 300px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362282"] {
        top: 1128px;
        left: calc(50% - 160px + 201px);
    }

    #rec465757393 .tn-elem[data-elem-id="1629952362282"] .tn-atom {
        font-size: 12px;
    }
}

#rec465757393 .tn-elem[data-elem-id="1629952362180"] {
    z-index: 25;
    top: 380px;
    left: calc(50% - 600px + 355px);
    width: 6px;
}

#rec465757393 .tn-elem[data-elem-id="1629952362180"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362180"] {
        top: 379px;
        left: calc(50% - 480px + 259px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362180"] {
        top: 305px;
        left: calc(50% - 320px + 389px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362180"] {
        top: 295px;
        left: calc(50% - 240px + 278px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362180"] {
        top: 225px;
        left: calc(50% - 160px + 187px);
        width: 5px;
    }
}

#rec465757393 .tn-elem[data-elem-id="1629952918268"] {
    z-index: 38;
    top: 735px;
    left: calc(50% - 600px + 355px);
    width: 6px;
    height: 6px;
}

#rec465757393 .tn-elem[data-elem-id="1629952918268"] .tn-atom {
    border-radius: 3000px;
    background-color: #3ab1bf;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629952918268"] {
        top: 735px;
        left: calc(50% - 480px + 262px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629952918268"] {
        top: 640px;
        left: calc(50% - 320px + 388px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629952918268"] {
        top: 595px;
        left: calc(50% - 240px + 278px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629952918268"] {
        top: 493px;
        left: calc(50% - 160px + 187px);
        width: 5px;
        height: 5px;
    }
}

#rec465757393 .tn-elem[data-elem-id="1629953192139"] {
    z-index: 39;
    top: 736px;
    left: calc(50% - 600px + 1013px);
    width: 6px;
    height: 6px;
}

#rec465757393 .tn-elem[data-elem-id="1629953192139"] .tn-atom {
    border-radius: 3000px;
    background-color: #3ab1bf;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629953192139"] {
        top: 734px;
        left: calc(50% - 480px + 788px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629953192139"] {
        top: 1341px;
        left: calc(50% - 320px + 386px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629953192139"] {
        top: 1240px;
        left: calc(50% - 240px + 278px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629953192139"] {
        top: 1054px;
        left: calc(50% - 160px + 187px);
        width: 5px;
        height: 5px;
    }
}

#rec465757393 .tn-elem[data-elem-id="1630306057082"] {
    z-index: 40;
    top: 636px;
    left: calc(50% - 600px + 25px);
    width: 288px;
}

#rec465757393 .tn-elem[data-elem-id="1630306057082"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1630306057082"] {
        top: 660px;
        left: calc(50% - 480px + -3px);
        width: 245px;
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1630306057082"] {
        top: 565px;
        left: calc(50% - 320px + 122px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1630306057082"] {
        top: 522px;
        left: calc(50% - 240px + 11px);
        width: 239px;
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1630306057082"] {
        top: 443px;
        left: calc(50% - 160px + 2px);
        width: 164px;
    }
}

#rec465757393 .tn-elem[data-elem-id="1629952362191"] {
    z-index: 27;
    top: 433px;
    left: calc(50% - 600px + 355px);
    width: 6px;
}

#rec465757393 .tn-elem[data-elem-id="1629952362191"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362191"] {
        top: 430px;
        left: calc(50% - 480px + 259px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362191"] {
        top: 355px;
        left: calc(50% - 320px + 389px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362191"] {
        top: 345px;
        left: calc(50% - 240px + 278px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362191"] {
        top: 262px;
        left: calc(50% - 160px + 187px);
        width: 5px;
    }
}

#rec465757393 .tn-elem[data-elem-id="1630390266553"] {
    z-index: 43;
    top: 432px;
    left: calc(50% - 600px + 1005px);
    width: 6px;
    height: 6px;
}

#rec465757393 .tn-elem[data-elem-id="1630390266553"] .tn-atom {
    border-radius: 3000px;
    background-color: #3ab1bf;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1630390266553"] {
        top: 432px;
        left: calc(50% - 480px + 789px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1630390266553"] {
        top: 1062px;
        left: calc(50% - 320px + 388px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1630390266553"] {
        top: 987px;
        left: calc(50% - 240px + 278px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1630390266553"] {
        top: 820px;
        left: calc(50% - 160px + 187px);
        width: 5px;
        height: 5px;
    }
}

#rec465757393 .tn-elem[data-elem-id="1657001877184"] {
    color: #ffffff;
    text-align: center;
    z-index: 47;
    top: 520px;
    left: calc(50% - 600px + 350px);
    width: 200px;
    height: 41px;
}

#rec465757393 .tn-elem[data-elem-id="1657001877184"] .tn-atom {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 10px;
    background-color: #3ab1bf;
    background-position: center center;
    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;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1657001877184"] {
        top: 520px;
        left: calc(50% - 480px + 257px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1657001877184"] {
        top: 445px;
        left: calc(50% - 320px + 390px);
        width: 192px;
        height: 39px;
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1657001877184"] {
        top: 430px;
        left: calc(50% - 240px + 275px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1657001877184"] {
        top: 375px;
        left: calc(50% - 160px + 56px);
        width: 198px;
        height: 40px;
    }

    #rec465757393 .tn-elem[data-elem-id="1657001877184"] {
        text-align: center;
    }

    #rec465757393 .tn-elem[data-elem-id="1657001877184"] .tn-atom {
        font-size: 14px;
        line-height: 1.15;
        border-radius: 8px;
    }
}

#rec465757393 .tn-elem[data-elem-id="1657002593689"] {
    color: #ffffff;
    text-align: center;
    z-index: 48;
    top: 879px;
    left: calc(50% - 600px + 349px);
    width: 200px;
    height: 41px;
}

#rec465757393 .tn-elem[data-elem-id="1657002593689"] .tn-atom {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 10px;
    background-color: #3ab1bf;
    background-position: center center;
    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;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1657002593689"] {
        top: 880px;
        left: calc(50% - 480px + 257px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1657002593689"] {
        top: 785px;
        left: calc(50% - 320px + 390px);
        width: 192px;
        height: 39px;
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1657002593689"] {
        top: 740px;
        left: calc(50% - 240px + 275px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1657002593689"] {
        top: 645px;
        left: calc(50% - 160px + 59px);
    }
}

#rec465757393 .tn-elem[data-elem-id="1657002599943"] {
    color: #ffffff;
    text-align: center;
    z-index: 49;
    top: 879px;
    left: calc(50% - 600px + 1005px);
    width: 200px;
    height: 41px;
}

#rec465757393 .tn-elem[data-elem-id="1657002599943"] .tn-atom {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 10px;
    background-color: #3ab1bf;
    background-position: center center;
    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;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1657002599943"] {
        top: 880px;
        left: calc(50% - 480px + 783px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1657002599943"] {
        top: 1152px;
        left: calc(50% - 320px + 390px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1657002599943"] {
        top: 1075px;
        left: calc(50% - 240px + 280px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1657002599943"] {
        top: 935px;
        left: calc(50% - 160px + 55px);
    }
}

#rec465757393 .tn-elem[data-elem-id="1657002648082"] {
    color: #ffffff;
    text-align: center;
    z-index: 50;
    top: 520px;
    left: calc(50% - 600px + 1005px);
    width: 200px;
    height: 41px;
}

#rec465757393 .tn-elem[data-elem-id="1657002648082"] .tn-atom {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 10px;
    background-color: #3ab1bf;
    background-position: center center;
    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;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1657002648082"] {
        top: 519px;
        left: calc(50% - 480px + 783px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1657002648082"] {
        top: 1490px;
        left: calc(50% - 320px + 390px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1657002648082"] {
        top: 1400px;
        left: calc(50% - 240px + 280px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1657002648082"] {
        top: 1205px;
        left: calc(50% - 160px + 55px);
    }
}

#rec465757393 .tn-elem[data-elem-id="1657007514701"] {
    z-index: 2;
    top: 1080px;
    left: calc(50% - 600px + 226px);
    width: 100px;
    height: 100px;
}

#rec465757393 .tn-elem[data-elem-id="1657007514701"] .tn-atom {
    border-width: 2px;
    border-radius: 10px;
    background-position: center center;
    border-color: #b3b3b3;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1657007514701"] {
        top: 1807px;
        left: calc(50% - 320px + 242px);
    }
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1657007514701"] {
        top: 990px;
        left: calc(50% - 160px + -9px);
        width: 338px;
        height: 201px;
    }

    #rec465757393 .tn-elem[data-elem-id="1657007514701"] .tn-atom {
        border-width: 1px;
        border-color: #e8e8e8;
    }
}

#rec465757393 .tn-elem[data-elem-id="1657007597088"] {
    z-index: 5;
    top: 1090px;
    left: calc(50% - 600px + 236px);
    width: 100px;
    height: 100px;
}

#rec465757393 .tn-elem[data-elem-id="1657007597088"] .tn-atom {
    border-width: 2px;
    border-radius: 10px;
    background-position: center center;
    border-color: #b3b3b3;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1657007597088"] {
        top: 1817px;
        left: calc(50% - 320px + 252px);
    }
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1657007597088"] {
        top: 699px;
        left: calc(50% - 160px + -9px);
        width: 338px;
        height: 226px;
    }

    #rec465757393 .tn-elem[data-elem-id="1657007597088"] .tn-atom {
        border-width: 1px;
        border-color: #e8e8e8;
    }
}

#rec465757393 .tn-elem[data-elem-id="1657007628623"] {
    z-index: 3;
    top: 1100px;
    left: calc(50% - 600px + 246px);
    width: 100px;
    height: 100px;
}

#rec465757393 .tn-elem[data-elem-id="1657007628623"] .tn-atom {
    border-width: 2px;
    border-radius: 10px;
    background-position: center center;
    border-color: #b3b3b3;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1657007628623"] {
        top: 1827px;
        left: calc(50% - 320px + 262px);
    }
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1657007628623"] {
        top: 137px;
        left: calc(50% - 160px + -9px);
        width: 338px;
        height: 224px;
    }

    #rec465757393 .tn-elem[data-elem-id="1657007628623"] .tn-atom {
        border-width: 1px;
        border-color: #e8e8e8;
    }
}

#rec465757393 .tn-elem[data-elem-id="1657007670340"] {
    z-index: 6;
    top: 1110px;
    left: calc(50% - 600px + 256px);
    width: 100px;
    height: 100px;
}

#rec465757393 .tn-elem[data-elem-id="1657007670340"] .tn-atom {
    border-width: 2px;
    border-radius: 10px;
    background-position: center center;
    border-color: #b3b3b3;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1657007670340"] {
        top: 1837px;
        left: calc(50% - 320px + 272px);
    }
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1657007670340"] {
        top: 427px;
        left: calc(50% - 160px + -9px);
        width: 338px;
        height: 206px;
    }

    #rec465757393 .tn-elem[data-elem-id="1657007670340"] .tn-atom {
        border-width: 1px;
        border-color: #e8e8e8;
    }
}

#rec465757393 .tn-elem[data-elem-id="1629952362241"] {
    color: #3ab1bf;
    text-align: LEFT;
    z-index: 31;
    top: 482px;
    left: calc(50% - 600px + 1010px);
    width: 5px;
}

#rec465757393 .tn-elem[data-elem-id="1629952362241"] .tn-atom {
    color: #3ab1bf;
    font-size: 12px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.22;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362241"] {
        top: 481px;
        left: calc(50% - 480px + 791px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362241"] {
        top: 1114px;
        left: calc(50% - 320px + 386px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362241"] {
        top: 1035px;
        left: calc(50% - 240px + 277px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362241"] {
        top: 860px;
        left: calc(50% - 160px + 185px);
    }

    #rec465757393 .tn-elem[data-elem-id="1629952362241"] {
        text-align: center;
    }
}

#rec465757393 .tn-elem[data-elem-id="1629952362235"] {
    z-index: 30;
    top: 483px;
    left: calc(50% - 600px + 1007px);
    width: 14px;
}

#rec465757393 .tn-elem[data-elem-id="1629952362235"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362235"] {
        top: 481px;
        left: calc(50% - 480px + 788px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362235"] {
        top: 1114px;
        left: calc(50% - 320px + 382px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362235"] {
        top: 1036px;
        left: calc(50% - 240px + 273px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362235"] {
        top: 861px;
        left: calc(50% - 160px + 181px);
    }
}

#rec465757393 .tn-elem[data-elem-id="1629952362224"] {
    z-index: 29;
    top: 482px;
    left: calc(50% - 600px + 1007px);
    width: 19px;
    height: 19px;
}

#rec465757393 .tn-elem[data-elem-id="1629952362224"] .tn-atom {
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362224"] {
        top: 481px;
        left: calc(50% - 480px + 788px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362224"] {
        top: 1114px;
        left: calc(50% - 320px + 382px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362224"] {
        top: 1036px;
        left: calc(50% - 240px + 268px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1629952362224"] {
        top: 861px;
        left: calc(50% - 160px + 181px);
    }
}

#rec465757393 .tn-elem[data-elem-id="1630390185933"] {
    z-index: 41;
    top: 843px;
    left: calc(50% - 600px + 1006px);
    width: 14px;
}

#rec465757393 .tn-elem[data-elem-id="1630390185933"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1630390185933"] {
        top: 482px;
        left: calc(50% - 480px + 262px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1630390185933"] {
        top: 1449px;
        left: calc(50% - 320px + 381px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1630390185933"] {
        top: 1362px;
        left: calc(50% - 240px + 273px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1630390185933"] {
        top: 1128px;
        left: calc(50% - 160px + 180px);
    }
}

#rec465757393 .tn-elem[data-elem-id="1630390185948"] {
    color: #3ab1bf;
    text-align: LEFT;
    z-index: 42;
    top: 842px;
    left: calc(50% - 600px + 1010px);
    width: 5px;
}

#rec465757393 .tn-elem[data-elem-id="1630390185948"] .tn-atom {
    color: #3ab1bf;
    font-size: 12px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.22;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1630390185948"] {
        top: 482px;
        left: calc(50% - 480px + 265px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1630390185948"] {
        top: 1447px;
        left: calc(50% - 320px + 385px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1630390185948"] {
        top: 1361px;
        left: calc(50% - 240px + 277px);
    }

    #rec465757393 .tn-elem[data-elem-id="1630390185948"] {
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1630390185948"] {
        top: 1127px;
        left: calc(50% - 160px + 184px);
    }
}

#rec465757393 .tn-elem[data-elem-id="1650446238680"] {
    z-index: 44;
    top: 481px;
    left: calc(50% - 600px + 349px);
    width: 19px;
    height: 19px;
}

#rec465757393 .tn-elem[data-elem-id="1650446238680"] .tn-atom {
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1650446238680"] {
        top: 843px;
        left: calc(50% - 480px + 785px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1650446238680"] {
        top: 404px;
        left: calc(50% - 320px + 379px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1650446238680"] {
        top: 391px;
        left: calc(50% - 240px + 269px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1650446238680"] {
        top: 299px;
        left: calc(50% - 160px + 180px);
    }
}

#rec465757393 .tn-elem[data-elem-id="1650446238694"] {
    z-index: 45;
    top: 483px;
    left: calc(50% - 600px + 350px);
    width: 14px;
}

#rec465757393 .tn-elem[data-elem-id="1650446238694"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1650446238694"] {
        top: 843px;
        left: calc(50% - 480px + 785px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1650446238694"] {
        top: 406px;
        left: calc(50% - 320px + 384px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1650446238694"] {
        top: 392px;
        left: calc(50% - 240px + 274px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1650446238694"] {
        top: 300px;
        left: calc(50% - 160px + 180px);
    }
}

#rec465757393 .tn-elem[data-elem-id="1650446238705"] {
    color: #3ab1bf;
    text-align: LEFT;
    z-index: 46;
    top: 482px;
    left: calc(50% - 600px + 353px);
    width: 5px;
}

#rec465757393 .tn-elem[data-elem-id="1650446238705"] .tn-atom {
    color: #3ab1bf;
    font-size: 12px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.22;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465757393 .tn-elem[data-elem-id="1650446238705"] {
        top: 842px;
        left: calc(50% - 480px + 789px);
    }
}

@media screen and (max-width: 959px) {
    #rec465757393 .tn-elem[data-elem-id="1650446238705"] {
        top: 405px;
        left: calc(50% - 320px + 388px);
    }
}

@media screen and (max-width: 639px) {
    #rec465757393 .tn-elem[data-elem-id="1650446238705"] {
        top: 391px;
        left: calc(50% - 240px + 277px);
    }
}

@media screen and (max-width: 479px) {
    #rec465757393 .tn-elem[data-elem-id="1650446238705"] {
        top: 298px;
        left: calc(50% - 160px + 184px);
    }
}

#rec465774774 .t396__artboard {
    height: 1290px;
    background-color: #ffffff;
}

#rec465774774 .t396__filter {
    height: 1290px;
}

#rec465774774 .t396__carrier {
    height: 1290px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .t396__artboard {
        height: 1260px;
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .t396__artboard {
        height: 1930px;
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .t396__artboard {
        height: 2471px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .t396__artboard {
        height: 2220px;
        background-color: #ffffff;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947578"] {
    color: #101922;
    text-align: CENTER;
    z-index: 2;
    top: 102px;
    left: calc(50% - 600px + 285px);
    width: 631px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947578"] .tn-atom {
    color: #101922;
    font-size: 36px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 900;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947578"] {
        top: 102px;
        left: calc(50% - 480px + 165px);
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947578"] {
        top: 102px;
        left: calc(50% - 320px + 5px);
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947578"] {
        top: 90px;
        left: calc(50% - 240px + 56px);
        width: 368px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947578"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947578"] {
        top: 62px;
        left: calc(50% - 145px + 0px);
        width: 290px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947578"] .tn-atom {
        font-size: 20px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947588"] {
    z-index: 3;
    top: 345px;
    left: calc(50% - 600px + 0px);
    width: 359px;
    height: 652px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947588"] .tn-atom {
    background-color: #f1f1f1;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947588"] {
        top: 345px;
        left: calc(50% - 480px + 0px);
        width: 296px;
        height: 652px;
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947588"] {
        top: 190px;
        left: calc(50% - 320px + 10px);
        width: 301px;
        height: 664px;
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947588"] {
        top: 160px;
        left: calc(50% - 240px + 71px);
        width: 340px;
        height: 595px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947588"] {
        top: 140px;
        left: calc(50% - 160px + 0px);
        width: 320px;
        height: 512px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947599"] {
    z-index: 4;
    top: 210px;
    left: calc(50% - 600px + 421px);
    width: 359px;
    height: 787px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947599"] .tn-atom {
    background-color: #f1f1f1;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947599"] {
        top: 210px;
        left: calc(50% - 480px + 321px);
        width: 325px;
        height: 787px;
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947599"] {
        top: 190px;
        left: calc(50% - 320px + 330px);
        width: 298px;
        height: 664px;
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947599"] {
        top: 804px;
        left: calc(50% - 240px + 69px);
        width: 340px;
        height: 688px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947599"] {
        top: 696px;
        left: calc(50% - 160px + 0px);
        width: 319px;
        height: 624px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947604"] {
    z-index: 5;
    top: 345px;
    left: calc(50% - 600px + 842px);
    width: 359px;
    height: 652px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947604"] .tn-atom {
    background-color: #f1f1f1;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947604"] {
        top: 345px;
        left: calc(50% - 480px + 669px);
        width: 291px;
        height: 652px;
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947604"] {
        top: 909px;
        left: calc(50% - 320px + 9px);
        width: 298px;
        height: 722px;
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947604"] {
        top: 1537px;
        left: calc(50% - 240px + 68px);
        width: 341px;
        height: 611px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947604"] {
        top: 1365px;
        left: calc(50% - 160px + -1px);
        width: 320px;
        height: 535px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947609"] {
    z-index: 6;
    top: 1034px;
    left: calc(50% - 600px + -6px);
    width: 1204px;
    height: 536px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947609"] .tn-atom {
    background-color: #f1f1f1;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947609"] {
        top: 1037px;
        left: calc(50% - 480px + 1px);
        width: 969px;
        height: 531px;
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947609"] {
        top: 909px;
        left: calc(50% - 320px + 330px);
        width: 296px;
        height: 722px;
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947609"] {
        top: 2195px;
        left: calc(50% - 240px + 68px);
        width: 341px;
        height: 664px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947609"] {
        top: 1945px;
        left: calc(50% - 160px + -2px);
        width: 320px;
        height: 680px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947620"] {
    color: #000000;
    text-align: LEFT;
    z-index: 8;
    top: 1133px;
    left: calc(50% - 600px + 876px);
    width: 319px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947620"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.05;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947620"] {
        top: 1135px;
        left: calc(50% - 480px + 650px);
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947620"] {
        top: 1202px;
        left: calc(50% - 320px + 347px);
        width: 280px;
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947620"] {
        top: 2496px;
        left: calc(50% - 240px + 110px);
        width: 286px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947620"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947620"] {
        top: 2279px;
        left: calc(50% - 160px + 39px);
        width: 268px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947620"] .tn-atom {
        font-size: 12px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947625"] {
    color: #000000;
    text-align: CENTER;
    z-index: 9;
    top: 575px;
    left: calc(50% - 600px + 35px);
    width: 250px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947625"] .tn-atom {
    color: #000000;
    font-size: 24px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 700;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947625"] {
        top: 573px;
        left: calc(50% - 480px + 19px);
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947625"] {
        text-align: left;
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947625"] {
        top: 410px;
        left: calc(50% - 320px + 30px);
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947625"] {
        text-align: left;
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947625"] {
        top: 395px;
        left: calc(50% - 240px + 110px);
        width: 266px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947625"] {
        text-align: left;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947625"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947625"] {
        top: 341px;
        left: calc(50% - 160px + 41px);
        width: 223px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947625"] {
        text-align: left;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947625"] .tn-atom {
        font-size: 18px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947630"] {
    color: #000000;
    text-align: LEFT;
    z-index: 10;
    top: 745px;
    left: calc(50% - 600px + 43px);
    width: 282px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947630"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.37;
    font-weight: 900;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947630"] {
        top: 744px;
        left: calc(50% - 480px + 21px);
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947630"] {
        top: 600px;
        left: calc(50% - 320px + 30px);
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947630"] {
        top: 525px;
        left: calc(50% - 240px + 110px);
        width: 301px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947630"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947630"] {
        top: 458px;
        left: calc(50% - 160px + 43px);
        width: 253px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947630"] .tn-atom {
        font-size: 12px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947634"] {
    color: #000000;
    text-align: LEFT;
    z-index: 11;
    top: 825px;
    left: calc(50% - 600px + 43px);
    width: 171px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947634"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.88;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947634"] {
        top: 824px;
        left: calc(50% - 480px + 21px);
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947634"] {
        top: 683px;
        left: calc(50% - 320px + 30px);
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947634"] {
        top: 600px;
        left: calc(50% - 240px + 110px);
        width: 181px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947634"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947634"] {
        top: 521px;
        left: calc(50% - 160px + 43px);
        width: 233px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947634"] .tn-atom {
        font-size: 12px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947640"] {
    color: #000000;
    text-align: LEFT;
    z-index: 12;
    top: 636px;
    left: calc(50% - 600px + 42px);
    width: 288px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947640"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.00;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947640"] {
        top: 634px;
        left: calc(50% - 480px + 21px);
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947640"] {
        top: 460px;
        left: calc(50% - 320px + 30px);
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947640"] {
        top: 445px;
        left: calc(50% - 240px + 110px);
        width: 306px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947640"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947640"] {
        top: 387px;
        left: calc(50% - 160px + 43px);
        width: 256px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947640"] .tn-atom {
        font-size: 12px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947645"] {
    z-index: 13;
    top: 336px;
    left: calc(50% - 600px + 6px);
    width: 346px;
    height: 185px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947645"] .tn-atom {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947645"] {
        top: 355px;
        left: calc(50% - 480px + 8px);
        width: 280px;
        height: 185px;
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947645"] {
        top: 198px;
        left: calc(50% - 320px + 17px);
        width: 285px;
        height: 185px;
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947645"] {
        top: 168px;
        left: calc(50% - 240px + 81px);
        width: 321px;
        height: 190px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947645"] {
        top: 147px;
        left: calc(50% - 160px + 6px);
        width: 306px;
        height: 163px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947660"] {
    z-index: 14;
    top: 336px;
    left: calc(50% - 600px + 849px);
    width: 346px;
    height: 185px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947660"] .tn-atom {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947660"] {
        top: 354px;
        left: calc(50% - 480px + 676px);
        width: 278px;
        height: 185px;
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947660"] {
        top: 915px;
        left: calc(50% - 320px + 15px);
        width: 285px;
        height: 186px;
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947660"] {
        top: 1545px;
        left: calc(50% - 240px + 76px);
        width: 326px;
        height: 215px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947660"] {
        top: 1373px;
        left: calc(50% - 160px + 4px);
        width: 306px;
        height: 163px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947667"] {
    color: #000000;
    text-align: CENTER;
    z-index: 15;
    top: 1075px;
    left: calc(50% - 600px + 872px);
    width: 235px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947667"] .tn-atom {
    color: #000000;
    font-size: 24px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 700;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947667"] {
        top: 1077px;
        left: calc(50% - 480px + 650px);
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947667"] {
        text-align: left;
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947667"] {
        top: 1152px;
        left: calc(50% - 320px + 347px);
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947667"] {
        top: 2446px;
        left: calc(50% - 240px + 110px);
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947667"] {
        text-align: left;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947667"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947667"] {
        top: 2229px;
        left: calc(50% - 160px + 39px);
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947667"] {
        text-align: left;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947667"] .tn-atom {
        font-size: 20px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947671"] {
    color: #000000;
    text-align: LEFT;
    z-index: 16;
    top: 1315px;
    left: calc(50% - 600px + 878px);
    width: 318px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947671"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.37;
    font-weight: 900;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947671"] {
        top: 1317px;
        left: calc(50% - 480px + 650px);
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947671"] {
        top: 1374px;
        left: calc(50% - 320px + 350px);
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947671"] {
        top: 2636px;
        left: calc(50% - 240px + 110px);
        width: 234px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947671"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947671"] {
        top: 2409px;
        left: calc(50% - 160px + 39px);
        width: 241px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947671"] .tn-atom {
        font-size: 12px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947675"] {
    color: #000000;
    text-align: LEFT;
    z-index: 17;
    top: 1399px;
    left: calc(50% - 600px + 880px);
    width: 171px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947675"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.88;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947675"] {
        top: 1402px;
        left: calc(50% - 480px + 650px);
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947675"] {
        top: 1459px;
        left: calc(50% - 320px + 347px);
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947675"] {
        top: 2706px;
        left: calc(50% - 240px + 110px);
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947675"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947675"] {
        top: 2483px;
        left: calc(50% - 160px + 39px);
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947675"] .tn-atom {
        font-size: 12px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947679"] {
    color: #000000;
    text-align: LEFT;
    z-index: 18;
    top: 636px;
    left: calc(50% - 600px + 882px);
    width: 292px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947679"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.00;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947679"] {
        top: 634px;
        left: calc(50% - 480px + 695px);
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947679"] {
        top: 1202px;
        left: calc(50% - 320px + 26px);
        width: 260px;
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947679"] {
        top: 1835px;
        left: calc(50% - 240px + 107px);
        width: 238px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947679"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947679"] {
        top: 1619px;
        left: calc(50% - 160px + 40px);
        width: 229px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947679"] .tn-atom {
        font-size: 12px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947685"] {
    color: #000000;
    text-align: CENTER;
    z-index: 19;
    top: 575px;
    left: calc(50% - 600px + 875px);
    width: 223px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947685"] .tn-atom {
    color: #000000;
    font-size: 24px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 700;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947685"] {
        top: 574px;
        left: calc(50% - 480px + 685px);
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947685"] {
        top: 1152px;
        left: calc(50% - 320px + 27px);
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947685"] {
        text-align: left;
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947685"] {
        top: 1791px;
        left: calc(50% - 240px + 107px);
        width: 261px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947685"] {
        text-align: left;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947685"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947685"] {
        top: 1570px;
        left: calc(50% - 160px + 40px);
        width: 198px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947685"] .tn-atom {
        font-size: 20px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947692"] {
    color: #000000;
    text-align: LEFT;
    z-index: 20;
    top: 745px;
    left: calc(50% - 600px + 882px);
    width: 283px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947692"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.37;
    font-weight: 900;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947692"] {
        top: 744px;
        left: calc(50% - 480px + 695px);
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947692"] {
        top: 1374px;
        left: calc(50% - 320px + 29px);
        width: 241px;
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947692"] {
        top: 1915px;
        left: calc(50% - 240px + 107px);
        width: 231px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947692"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947692"] {
        top: 1689px;
        left: calc(50% - 160px + 40px);
        width: 251px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947692"] .tn-atom {
        font-size: 12px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947700"] {
    color: #000000;
    text-align: LEFT;
    z-index: 21;
    top: 825px;
    left: calc(50% - 600px + 882px);
    width: 171px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947700"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.88;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947700"] {
        top: 824px;
        left: calc(50% - 480px + 695px);
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947700"] {
        top: 1460px;
        left: calc(50% - 320px + 27px);
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947700"] {
        top: 1991px;
        left: calc(50% - 240px + 107px);
        width: 200px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947700"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947700"] {
        top: 1759px;
        left: calc(50% - 160px + 40px);
        width: 151px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947700"] .tn-atom {
        font-size: 12px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947706"] {
    z-index: 22;
    top: 811px;
    left: calc(50% - 600px + 43px);
    width: 271px;
    height: 4px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947706"] .tn-atom {
    background-color: #eec94e;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947706"] {
        top: 810px;
        left: calc(50% - 480px + 21px);
        width: 243px;
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947706"] {
        top: 671px;
        left: calc(50% - 320px + 30px);
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947706"] {
        top: 580px;
        left: calc(50% - 240px + 110px);
        width: 243px;
        height: 3px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947706"] {
        top: 510px;
        left: calc(50% - 160px + 42px);
        width: 196px;
        height: 2px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947714"] {
    z-index: 23;
    top: 811px;
    left: calc(50% - 600px + 883px);
    width: 270px;
    height: 4px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947714"] .tn-atom {
    background-color: #eec94e;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947714"] {
        top: 810px;
        left: calc(50% - 480px + 695px);
        width: 243px;
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947714"] {
        top: 1444px;
        left: calc(50% - 320px + 27px);
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947714"] {
        top: 1973px;
        left: calc(50% - 240px + 107px);
        width: 240px;
        height: 3px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947714"] {
        top: 1741px;
        left: calc(50% - 160px + 40px);
        width: 198px;
        height: 2px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947722"] {
    z-index: 24;
    top: 1381px;
    left: calc(50% - 600px + 878px);
    width: 270px;
    height: 4px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947722"] .tn-atom {
    background-color: #eec94e;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947722"] {
        top: 1382px;
        left: calc(50% - 480px + 650px);
        width: 243px;
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947722"] {
        top: 1444px;
        left: calc(50% - 320px + 347px);
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947722"] {
        top: 2691px;
        left: calc(50% - 240px + 110px);
        width: 243px;
        height: 3px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947722"] {
        top: 2461px;
        left: calc(50% - 160px + 39px);
        width: 198px;
        height: 2px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947730"] {
    z-index: 25;
    top: 811px;
    left: calc(50% - 600px + 460px);
    width: 270px;
    height: 4px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947730"] .tn-atom {
    background-color: #eec94e;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947730"] {
        top: 810px;
        left: calc(50% - 480px + 360px);
        width: 243px;
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947730"] {
        top: 670px;
        left: calc(50% - 320px + 351px);
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947730"] {
        top: 1318px;
        left: calc(50% - 240px + 105px);
        width: 243px;
        height: 3px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947730"] {
        top: 1166px;
        left: calc(50% - 160px + 40px);
        width: 198px;
        height: 2px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947739"] {
    color: #101922;
    text-align: CENTER;
    z-index: 26;
    top: 1060px;
    left: calc(50% - 600px + 229px);
    width: 739px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947739"] .tn-atom {
    color: #101922;
    font-size: 24px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 900;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947739"] {
        top: 1055px;
        left: calc(50% - 480px + 130px);
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947739"] {
        top: 1685px;
        left: calc(50% - 320px + -2px);
        width: 640px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947739"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947739"] {
        top: 2203px;
        left: calc(50% - 240px + 95px);
        width: 288px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947739"] .tn-atom {
        font-size: 16px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947739"] {
        top: 1950px;
        left: calc(50% - 160px + 10px);
        width: 301px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947739"] .tn-atom {
        font-size: 16px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947747"] {
    z-index: 27;
    top: 1107px;
    left: calc(50% - 600px + 179px);
    width: 352px;
    height: 71px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947747"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947747"] {
        top: 1692px;
        left: calc(50% - 480px + 90px);
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947747"] {
        top: 1749px;
        left: calc(50% - 320px + 86px);
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947747"] {
        top: 2954px;
        left: calc(50% - 240px + 139px);
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947747"] {
        top: 2736px;
        left: calc(50% - 160px + 62px);
        width: 199px;
        height: 40px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947755"] {
    color: #000000;
    text-align: LEFT;
    z-index: 28;
    top: 1128px;
    left: calc(50% - 600px + 179px);
    width: 352px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947755"] .tn-atom {
    color: #000000;
    font-size: 18px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.25;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947755"] {
        top: 1123px;
        left: calc(50% - 480px + 90px);
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947755"] {
        top: 1744px;
        left: calc(50% - 320px + 86px);
        width: 223px;
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947755"] {
        top: 2268px;
        left: calc(50% - 240px + 139px);
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947755"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947755"] {
        top: 2024px;
        left: calc(50% - 160px + 72px);
        width: 199px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947755"] .tn-atom {
        font-size: 14px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947760"] {
    color: #000000;
    text-align: LEFT;
    z-index: 29;
    top: 1160px;
    left: calc(50% - 600px + 179px);
    width: 352px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947760"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.25;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947760"] {
        top: 1155px;
        left: calc(50% - 480px + 90px);
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947760"] {
        top: 1779px;
        left: calc(50% - 320px + 86px);
        width: 223px;
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947760"] {
        top: 2291px;
        left: calc(50% - 240px + 139px);
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947760"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947760"] {
        top: 2050px;
        left: calc(50% - 160px + 72px);
        width: 226px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947760"] .tn-atom {
        font-size: 12px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947788"] {
    color: #000000;
    text-align: LEFT;
    z-index: 31;
    top: 1128px;
    left: calc(50% - 600px + 780px);
    width: 352px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947788"] .tn-atom {
    color: #000000;
    font-size: 18px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.25;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947788"] {
        top: 1123px;
        left: calc(50% - 480px + 687px);
        width: 275px;
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947788"] {
        top: 1745px;
        left: calc(50% - 320px + 440px);
        width: 200px;
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947788"] {
        top: 2353px;
        left: calc(50% - 240px + 139px);
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947788"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947788"] {
        top: 2106px;
        left: calc(50% - 160px + 72px);
        width: 243px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947788"] .tn-atom {
        font-size: 14px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947794"] {
    color: #000000;
    text-align: LEFT;
    z-index: 32;
    top: 1160px;
    left: calc(50% - 600px + 780px);
    width: 392px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947794"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.25;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947794"] {
        top: 1155px;
        left: calc(50% - 480px + 687px);
        width: 275px;
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947794"] {
        top: 1779px;
        left: calc(50% - 320px + 440px);
        width: 191px;
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947794"] {
        top: 2378px;
        left: calc(50% - 240px + 139px);
        width: 269px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947794"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947794"] {
        top: 2130px;
        left: calc(50% - 160px + 72px);
        width: 239px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947794"] .tn-atom {
        font-size: 12px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947800"] {
    z-index: 33;
    top: 1130px;
    left: calc(50% - 600px + 93px);
    width: 56px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947800"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947800"] {
        top: 1125px;
        left: calc(50% - 480px + 10px);
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947800"] {
        top: 1749px;
        left: calc(50% - 320px + 6px);
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947800"] {
        top: 2273px;
        left: calc(50% - 240px + 69px);
        width: 45px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947800"] {
        top: 2030px;
        left: calc(50% - 160px + 20px);
        width: 34px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947809"] {
    z-index: 34;
    top: 1124px;
    left: calc(50% - 600px + 700px);
    width: 66px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947809"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947809"] {
        top: 1119px;
        left: calc(50% - 480px + 602px);
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947809"] {
        top: 1739px;
        left: calc(50% - 320px + 360px);
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947809"] {
        top: 2353px;
        left: calc(50% - 240px + 69px);
        width: 54px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947809"] {
        top: 2104px;
        left: calc(50% - 160px + 20px);
        width: 39px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947911"] {
    color: #000000;
    text-align: CENTER;
    z-index: 35;
    top: 535px;
    left: calc(50% - 600px + 452px);
    width: 275px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947911"] .tn-atom {
    color: #000000;
    font-size: 24px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 700;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947911"] {
        top: 534px;
        left: calc(50% - 480px + 352px);
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947911"] {
        top: 410px;
        left: calc(50% - 320px + 350px);
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947911"] {
        text-align: left;
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947911"] {
        top: 1120px;
        left: calc(50% - 240px + 105px);
        width: 256px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947911"] {
        text-align: left;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947911"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947911"] {
        top: 972px;
        left: calc(50% - 160px + 42px);
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947911"] .tn-atom {
        font-size: 20px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947915"] {
    color: #000000;
    text-align: LEFT;
    z-index: 36;
    top: 600px;
    left: calc(50% - 600px + 460px);
    width: 255px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947915"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.00;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947915"] {
        top: 600px;
        left: calc(50% - 480px + 360px);
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947915"] {
        top: 460px;
        left: calc(50% - 320px + 351px);
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947915"] {
        top: 1166px;
        left: calc(50% - 240px + 105px);
        width: 266px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947915"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947915"] {
        top: 1020px;
        left: calc(50% - 160px + 42px);
        width: 225px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947915"] .tn-atom {
        font-size: 12px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947918"] {
    color: #000000;
    text-align: LEFT;
    z-index: 37;
    top: 744px;
    left: calc(50% - 600px + 460px);
    width: 266px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947918"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.37;
    font-weight: 900;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947918"] {
        top: 740px;
        left: calc(50% - 480px + 360px);
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947918"] {
        top: 600px;
        left: calc(50% - 320px + 351px);
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947918"] {
        top: 1266px;
        left: calc(50% - 240px + 105px);
        width: 279px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947918"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947918"] {
        top: 1112px;
        left: calc(50% - 160px + 42px);
        width: 233px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947918"] .tn-atom {
        font-size: 12px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947922"] {
    color: #000000;
    text-align: LEFT;
    z-index: 38;
    top: 825px;
    left: calc(50% - 600px + 460px);
    width: 171px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947922"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.88;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947922"] {
        top: 824px;
        left: calc(50% - 480px + 360px);
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947922"] {
        top: 683px;
        left: calc(50% - 320px + 351px);
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947922"] {
        top: 1338px;
        left: calc(50% - 240px + 105px);
        width: 179px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947922"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947922"] {
        top: 1178px;
        left: calc(50% - 160px + 42px);
        width: 149px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947922"] .tn-atom {
        font-size: 12px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947926"] {
    z-index: 39;
    top: 216px;
    left: calc(50% - 600px + 428px);
    width: 346px;
    height: 270px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947926"] .tn-atom {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947926"] {
        top: 217px;
        left: calc(50% - 480px + 327px);
        width: 314px;
        height: 270px;
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947926"] {
        top: 197px;
        left: calc(50% - 320px + 336px);
        width: 286px;
        height: 185px;
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947926"] {
        top: 810px;
        left: calc(50% - 240px + 75px);
        width: 329px;
        height: 274px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947926"] {
        top: 704px;
        left: calc(50% - 160px + 8px);
        width: 305px;
        height: 239px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629971256291"] {
    color: #000000;
    z-index: 42;
    top: 855px;
    left: calc(50% - 600px + 42px);
    width: 123px;
}

#rec465774774 .tn-elem[data-elem-id="1629971256291"] .tn-atom {
    color: #000000;
    font-size: 24px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 700;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629971256291"] {
        top: 854px;
        left: calc(50% - 480px + 21px);
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629971256291"] {
        top: 713px;
        left: calc(50% - 320px + 30px);
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629971256291"] {
        top: 626px;
        left: calc(50% - 240px + 110px);
        width: 130px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629971256291"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629971256291"] {
        top: 542px;
        left: calc(50% - 160px + 43px);
        width: 221px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629971256291"] .tn-atom {
        font-size: 18px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629971382534"] {
    color: #000000;
    z-index: 43;
    top: 855px;
    left: calc(50% - 600px + 460px);
    width: 123px;
}

#rec465774774 .tn-elem[data-elem-id="1629971382534"] .tn-atom {
    color: #000000;
    font-size: 24px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 700;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629971382534"] {
        top: 854px;
        left: calc(50% - 480px + 360px);
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629971382534"] {
        top: 713px;
        left: calc(50% - 320px + 351px);
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629971382534"] {
        top: 1362px;
        left: calc(50% - 240px + 105px);
        width: 129px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629971382534"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629971382534"] {
        top: 1198px;
        left: calc(50% - 160px + 42px);
        width: 108px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629971382534"] .tn-atom {
        font-size: 20px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629972161125"] {
    color: #000000;
    z-index: 44;
    top: 855px;
    left: calc(50% - 600px + 882px);
    width: 140px;
}

#rec465774774 .tn-elem[data-elem-id="1629972161125"] .tn-atom {
    color: #000000;
    font-size: 24px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 700;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629972161125"] {
        top: 854px;
        left: calc(50% - 480px + 695px);
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629972161125"] {
        top: 1489px;
        left: calc(50% - 320px + 27px);
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629972161125"] {
        top: 2015px;
        left: calc(50% - 240px + 107px);
        width: 144px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629972161125"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629972161125"] {
        top: 1779px;
        left: calc(50% - 160px + 40px);
        width: 115px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629972161125"] .tn-atom {
        font-size: 20px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1630036484298"] {
    color: #000000;
    z-index: 45;
    top: 1429px;
    left: calc(50% - 600px + 880px);
    width: 123px;
}

#rec465774774 .tn-elem[data-elem-id="1630036484298"] .tn-atom {
    color: #000000;
    font-size: 24px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 700;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1630036484298"] {
        top: 1429px;
        left: calc(50% - 480px + 650px);
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1630036484298"] {
        top: 1489px;
        left: calc(50% - 320px + 347px);
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1630036484298"] {
        top: 2728px;
        left: calc(50% - 240px + 110px);
    }

    #rec465774774 .tn-elem[data-elem-id="1630036484298"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1630036484298"] {
        top: 2505px;
        left: calc(50% - 160px + 39px);
    }

    #rec465774774 .tn-elem[data-elem-id="1630036484298"] .tn-atom {
        font-size: 20px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947931"] {
    z-index: 40;
    top: 185px;
    left: calc(50% - 600px + 404px);
    width: 60px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947931"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947931"] {
        top: 184px;
        left: calc(50% - 480px + 303px);
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947931"] {
        top: 173px;
        left: calc(50% - 320px + 322px);
        width: 46px;
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947931"] {
        top: 782px;
        left: calc(50% - 240px + 59px);
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947931"] {
        top: 674px;
        left: calc(50% - 160px + 8px);
        width: 51px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1629961947937"] {
    color: #ffffff;
    text-align: CENTER;
    z-index: 41;
    top: 205px;
    left: calc(50% - 600px + 414px);
    width: 39px;
}

#rec465774774 .tn-elem[data-elem-id="1629961947937"] .tn-atom {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 900;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947937"] {
        top: 204px;
        left: calc(50% - 480px + 313px);
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947937"] {
        top: 190px;
        left: calc(50% - 320px + 325px);
        width: 40px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947937"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947937"] {
        top: 798px;
        left: calc(50% - 240px + 65px);
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1629961947937"] {
        top: 692px;
        left: calc(50% - 160px + 10px);
        width: 45px;
    }

    #rec465774774 .tn-elem[data-elem-id="1629961947937"] .tn-atom {
        font-size: 16px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1657005984987"] {
    color: #ffffff;
    text-align: center;
    z-index: 46;
    top: 910px;
    left: calc(50% - 600px + 44px);
    width: 270px;
    height: 47px;
}

#rec465774774 .tn-elem[data-elem-id="1657005984987"] .tn-atom {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 10px;
    background-color: #e1b425;
    background-position: center center;
    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;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1657005984987"] {
        top: 909px;
        left: calc(50% - 480px + 19px);
        width: 243px;
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1657005984987"] {
        top: 768px;
        left: calc(50% - 320px + 28px);
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1657005984987"] {
        top: 675px;
        left: calc(50% - 240px + 110px);
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1657005984987"] {
        top: 583px;
        left: calc(50% - 160px + 39px);
        width: 198px;
        height: 40px;
    }

    #rec465774774 .tn-elem[data-elem-id="1657005984987"] {
        text-align: center;
    }

    #rec465774774 .tn-elem[data-elem-id="1657005984987"] .tn-atom {
        font-size: 14px;
        line-height: 1.15;
        border-radius: 8px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1657006020043"] {
    color: #ffffff;
    text-align: center;
    z-index: 47;
    top: 910px;
    left: calc(50% - 600px + 459px);
    width: 270px;
    height: 47px;
}

#rec465774774 .tn-elem[data-elem-id="1657006020043"] .tn-atom {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 10px;
    background-color: #e1b425;
    background-position: center center;
    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;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1657006020043"] {
        top: 909px;
        left: calc(50% - 480px + 690px);
        width: 243px;
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1657006020043"] {
        top: 1544px;
        left: calc(50% - 320px + 37px);
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1657006020043"] {
        top: 2065px;
        left: calc(50% - 240px + 107px);
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1657006020043"] {
        top: 1830px;
        left: calc(50% - 160px + 40px);
        width: 198px;
        height: 40px;
    }

    #rec465774774 .tn-elem[data-elem-id="1657006020043"] {
        text-align: center;
    }

    #rec465774774 .tn-elem[data-elem-id="1657006020043"] .tn-atom {
        font-size: 14px;
        line-height: 1.15;
        border-radius: 8px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1657006087765"] {
    color: #ffffff;
    text-align: center;
    z-index: 48;
    top: 910px;
    left: calc(50% - 600px + 880px);
    width: 270px;
    height: 47px;
}

#rec465774774 .tn-elem[data-elem-id="1657006087765"] .tn-atom {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 10px;
    background-color: #e1b425;
    background-position: center center;
    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;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1657006087765"] {
        top: 909px;
        left: calc(50% - 480px + 360px);
        width: 243px;
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1657006087765"] {
        top: 768px;
        left: calc(50% - 320px + 350px);
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1657006087765"] {
        top: 1410px;
        left: calc(50% - 240px + 105px);
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1657006087765"] {
        top: 1250px;
        left: calc(50% - 160px + 42px);
        width: 198px;
        height: 40px;
    }

    #rec465774774 .tn-elem[data-elem-id="1657006087765"] {
        text-align: center;
    }

    #rec465774774 .tn-elem[data-elem-id="1657006087765"] .tn-atom {
        font-size: 14px;
        line-height: 1.15;
        border-radius: 8px;
    }
}

#rec465774774 .tn-elem[data-elem-id="1657006251106"] {
    color: #ffffff;
    text-align: center;
    z-index: 49;
    top: 1483px;
    left: calc(50% - 600px + 880px);
    width: 270px;
    height: 47px;
}

#rec465774774 .tn-elem[data-elem-id="1657006251106"] .tn-atom {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 10px;
    background-color: #e1b425;
    background-position: center center;
    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;
}

@media screen and (max-width: 1199px) {
    #rec465774774 .tn-elem[data-elem-id="1657006251106"] {
        top: 908px;
        left: calc(50% - 480px + 694px);
        width: 243px;
        height: 47px;
    }
}

@media screen and (max-width: 959px) {
    #rec465774774 .tn-elem[data-elem-id="1657006251106"] {
        top: 1544px;
        left: calc(50% - 320px + 27px);
    }
}

@media screen and (max-width: 639px) {
    #rec465774774 .tn-elem[data-elem-id="1657006251106"] {
        top: 2777px;
        left: calc(50% - 240px + 109px);
    }
}

@media screen and (max-width: 479px) {
    #rec465774774 .tn-elem[data-elem-id="1657006251106"] {
        top: 581px;
        left: calc(50% - 160px + 40px);
        width: 198px;
        height: 40px;
    }

    #rec465774774 .tn-elem[data-elem-id="1657006251106"] {
        text-align: center;
    }

    #rec465774774 .tn-elem[data-elem-id="1657006251106"] .tn-atom {
        font-size: 14px;
        line-height: 1.15;
        border-radius: 8px;
    }
}

 #rec351397240 .t396__artboard {
     height: 271px;
     background-color: #101922;
 }

#rec351397240 .t396__filter {
    height: 446px;
}

#rec351397240 .t396__carrier {
    height: 446px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec351397240 .t396__artboard {
        height: 237px;
    }

    #rec351397240 .t396__filter {
        height: 337px;
    }

    #rec351397240 .t396__carrier {
        height: 337px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec351397240 .t396__artboard {
        height: 390px;
    }

    #rec351397240 .t396__filter {
        height: 557px;
    }

    #rec351397240 .t396__carrier {
        height: 557px;
    }
}

@media screen and (max-width: 639px) {
    #rec351397240 .t396__artboard {
        height: 370px;
    }
}

@media screen and (max-width: 479px) {
    #rec351397240 .t396__artboard {
        height: 395px;
    }

    #rec351397240 .t396__filter {
        height: 526px;
    }

    #rec351397240 .t396__carrier {
        height: 526px;
    }
}

#rec351397240 .tn-elem[data-elem-id="1629870937211"] {
    color: #4c5258;
    text-align: CENTER;
    z-index: 16;
    top: 218px;
    left: calc(50% - 600px + 221px);
    width: 787px;
}

#rec351397240 .tn-elem[data-elem-id="1629870937211"] .tn-atom {
    color: #4c5258;
    font-size: 14px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec351397240 .tn-elem[data-elem-id="1629870937211"] {
        top: 180px;
        left: calc(50% - 480px + 100px);
    }
}

@media screen and (max-width: 959px) {
    #rec351397240 .tn-elem[data-elem-id="1629870937211"] {
        top: 326px;
        left: calc(50% - 320px + 30px);
        width: 558px;
    }
}

@media screen and (max-width: 639px) {
    #rec351397240 .tn-elem[data-elem-id="1629870937211"] {
        top: 310px;
        left: calc(50% - 240px + 31px);
        width: 419px;
    }
    #rec351397240 .tn-elem[data-elem-id="1629870937211"] .tn-atom {
        font-size: 11px;
    }
}

@media screen and (max-width: 479px) {
    #rec351397240 .tn-elem[data-elem-id="1629870937211"] {
        top: 335px;
        left: calc(50% - 160px + 20px);
        width: 279px;
    }

    #rec351397240 .tn-elem[data-elem-id="1629870937211"] .tn-atom {
        font-size: 10px;
    }
}

#rec351397240 .tn-elem[data-elem-id="1629870937167"] {
    color: #ffffff;
    text-align: CENTER;
    z-index: 15;
    top: 40px;
    left: calc(50% - 600px + 226px);
    width: 748px;
}

#rec351397240 .tn-elem[data-elem-id="1629870937167"] .tn-atom {
    color: #ffffff;
    font-size: 30px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 900;
    letter-spacing: 1px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec351397240 .tn-elem[data-elem-id="1629870937167"] {
        top: 35px;
        left: calc(50% - 480px + 70px);
    }

    #rec351397240 .tn-elem[data-elem-id="1629870937167"] .tn-atom {
        font-size: 25px;
    }
}

@media screen and (max-width: 959px) {
    #rec351397240 .tn-elem[data-elem-id="1629870937167"] {
        top: 30px;
        left: calc(50% - 320px + 60px);
        width: 523px;
    }

    #rec351397240 .tn-elem[data-elem-id="1629870937167"] .tn-atom {
        font-size: 25px;
    }
}

@media screen and (max-width: 639px) {
    #rec351397240 .tn-elem[data-elem-id="1629870937167"] {
        top: 30px;
        left: calc(50% - 240px + 51px);
        width: 379px;
    }

    #rec351397240 .tn-elem[data-elem-id="1629870937167"] .tn-atom {
        font-size: 22px;
    }
}

@media screen and (max-width: 479px) {
    #rec351397240 .tn-elem[data-elem-id="1629870937167"] {
        top: 30px;
        left: calc(50% - 160px + 40px);
        width: 248px;
    }

    #rec351397240 .tn-elem[data-elem-id="1629870937167"] .tn-atom {
        font-size: 20px;
        line-height: 1.3;
    }
}

#rec351397240 .tn-elem[data-elem-id="1639453515759"] {
    z-index: 18;
    top: 145px;
    left: calc(50% - 600px + 170px);
    width: 855px;
    height: 46px;
}

#rec351397240 .tn-elem[data-elem-id="1639453515759"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec351397240 .tn-elem[data-elem-id="1639453515759"] {
        top: 100px;
        left: calc(50% - 480px + 22px);
        width: 913px;
        height: 46px;
    }
}

@media screen and (max-width: 959px) {
    #rec351397240 .tn-elem[data-elem-id="1639453515759"] {
        top: 120px;
        left: calc(50% - 320px + 105px);
        width: 413px;
        height: 244px;
    }
}

@media screen and (max-width: 639px) {
    #rec351397240 .tn-elem[data-elem-id="1639453515759"] {
        top: 115px;
        left: calc(50% - 240px + 34px);
        width: 413px;
        height: 244px;
    }
}

@media screen and (max-width: 479px) {
    #rec351397240 .tn-elem[data-elem-id="1639453515759"] {
        top: 135px;
        left: calc(50% - 160px + 30px);
        width: 270px;
        height: 244px;
    }
}

 #rec350224183 .t396__artboard {
     height: 793px;
     background-color: #ffffff;
 }

#rec350224183 .t396__filter {
    height: 793px;
}

#rec350224183 .t396__carrier {
    height: 793px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec350224183 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec350224183 .t396__artboard {
        height: 632px;
    }

    #rec350224183 .t396__filter {
        height: 632px;
    }

    #rec350224183 .t396__carrier {
        height: 632px;
    }
}

@media screen and (max-width: 639px) {
    #rec350224183 .t396__artboard {
        height: 691px;
    }

    #rec350224183 .t396__filter {
        height: 691px;
    }

    #rec350224183 .t396__carrier {
        height: 691px;
    }
}

@media screen and (max-width: 479px) {
    #rec350224183 .t396__artboard {
        height: 672px;
    }

    #rec350224183 .t396__filter {
        height: 672px;
    }

    #rec350224183 .t396__carrier {
        height: 672px;
    }
}

#rec350224183 .tn-elem[data-elem-id="1630041590714"] {
    z-index: 26;
    top: -50px;
    left: calc(50% - 600px + -480px);
    width: 738px;
}

#rec350224183 .tn-elem[data-elem-id="1630041590714"] .tn-atom {
    opacity: 0.15;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350224183 .tn-elem[data-elem-id="1630041590714"] {
        top: 20px;
        left: calc(50% - 480px + -360px);
        width: 580px;
    }
}

@media screen and (max-width: 959px) {
    #rec350224183 .tn-elem[data-elem-id="1630041590714"] {
        top: 30px;
        left: calc(50% - 320px + -390px);
        width: 428px;
    }
}

@media screen and (max-width: 639px) {
    #rec350224183 .tn-elem[data-elem-id="1630041590714"] {
        top: -35px;
        left: calc(50% - 240px + -250px);
        width: 409px;
    }
}

@media screen and (max-width: 479px) {
    #rec350224183 .tn-elem[data-elem-id="1630041590714"] {
        top: -80px;
        left: calc(50% - 160px + -840px);
    }
}

#rec350224183 .tn-elem[data-elem-id="1630041629106"] {
    z-index: 27;
    top: 40px;
    left: calc(50% - 600px + 1130px);
    width: 415px;
}

#rec350224183 .tn-elem[data-elem-id="1630041629106"] .tn-atom {
    opacity: 0.15;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350224183 .tn-elem[data-elem-id="1630041629106"] {
        top: 100px;
        left: calc(50% - 480px + 876px);
        width: 320px;
    }
}

@media screen and (max-width: 959px) {
    #rec350224183 .tn-elem[data-elem-id="1630041629106"] {
        top: 116px;
        left: calc(50% - 320px + 637px);
        width: 263px;
    }
}

@media screen and (max-width: 639px) {
    #rec350224183 .tn-elem[data-elem-id="1630041629106"] {
        top: 435px;
        left: calc(50% - 240px + 400px);
        width: 228px;
    }
}

@media screen and (max-width: 479px) {
    #rec350224183 .tn-elem[data-elem-id="1630041629106"] {
        top: 115px;
        left: calc(50% - 160px + 700px);
        width: 199px;
    }
}

#rec350224183 .tn-elem[data-elem-id="1630040106938"] {
    color: #000000;
    text-align: CENTER;
    z-index: 4;
    top: 163px;
    left: calc(50% - 600px + 164px);
    width: 872px;
}

#rec350224183 .tn-elem[data-elem-id="1630040106938"] .tn-atom {
    color: #000000;
    font-size: 24px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.30;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106938"] {
        top: 159px;
        left: calc(50% - 480px + 0px);
        width: 959px;
    }
}

@media screen and (max-width: 959px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106938"] {
        top: 116px;
        left: calc(50% - 320px + 1px);
        width: 636px;
    }

    #rec350224183 .tn-elem[data-elem-id="1630040106938"] .tn-atom {
        font-size: 18px;
    }
}

@media screen and (max-width: 639px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106938"] {
        top: 105px;
        left: calc(50% - 240px + 70px);
        width: 350px;
    }

    #rec350224183 .tn-elem[data-elem-id="1630040106938"] .tn-atom {
        font-size: 18px;
    }
}

@media screen and (max-width: 479px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106938"] {
        top: 105px;
        left: calc(50% - 160px + 10px);
        width: 299px;
    }

    #rec350224183 .tn-elem[data-elem-id="1630040106938"] .tn-atom {
        font-size: 16px;
    }
}

#rec350224183 .tn-elem[data-elem-id="1630040106945"] {
    color: #101922;
    text-align: CENTER;
    z-index: 5;
    top: 98px;
    left: calc(50% - 600px + 231px);
    width: 739px;
}

#rec350224183 .tn-elem[data-elem-id="1630040106945"] .tn-atom {
    color: #101922;
    font-size: 36px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106945"] {
        top: 100px;
        left: calc(50% - 480px + 73px);
        width: 813px;
    }
}

@media screen and (max-width: 959px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106945"] {
        top: 64px;
        left: calc(50% - 320px + 21px);
        width: 621px;
    }

    #rec350224183 .tn-elem[data-elem-id="1630040106945"] .tn-atom {
        font-size: 25px;
    }
}

@media screen and (max-width: 639px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106945"] {
        top: 56px;
        left: calc(50% - 240px + 40px);
        width: 398px;
    }

    #rec350224183 .tn-elem[data-elem-id="1630040106945"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 479px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106945"] {
        top: 56px;
        left: calc(50% - 160px + 33px);
        width: 251px;
    }

    #rec350224183 .tn-elem[data-elem-id="1630040106945"] .tn-atom {
        font-size: 20px;
    }
}

#rec350224183 .tn-elem[data-elem-id="1630040107044"] {
    z-index: 25;
    top: 550px;
    left: calc(50% - 600px + 222px);
    width: 72px;
}

#rec350224183 .tn-elem[data-elem-id="1630040107044"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107044"] {
        top: 550px;
        left: calc(50% - 480px + 178px);
    }
}

@media screen and (max-width: 959px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107044"] {
        top: 423px;
        left: calc(50% - 320px + 70px);
        width: 59px;
    }
}

@media screen and (max-width: 639px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107044"] {
        top: 380px;
        left: calc(50% - 240px + 122px);
        width: 50px;
    }
}

@media screen and (max-width: 479px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107044"] {
        top: 360px;
        left: calc(50% - 160px + 232px);
        width: 44px;
    }
}

#rec350224183 .tn-elem[data-elem-id="1630040107019"] {
    color: #000000;
    text-align: CENTER;
    z-index: 20;
    top: 644px;
    left: calc(50% - 600px + 881px);
    width: 243px;
}

#rec350224183 .tn-elem[data-elem-id="1630040107019"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.25;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107019"] {
        top: 645px;
        left: calc(50% - 480px + 626px);
    }
}

@media screen and (max-width: 959px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107019"] {
        top: 503px;
        left: calc(50% - 320px + 454px);
        width: 173px;
    }

    #rec350224183 .tn-elem[data-elem-id="1630040107019"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107019"] {
        top: 588px;
        left: calc(50% - 240px + 247px);
        width: 160px;
    }

    #rec350224183 .tn-elem[data-elem-id="1630040107019"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107019"] {
        top: 560px;
        left: calc(50% - 160px + 191px);
        width: 126px;
    }

    #rec350224183 .tn-elem[data-elem-id="1630040107019"] .tn-atom {
        font-size: 12px;
    }
}

#rec350224183 .tn-elem[data-elem-id="1630040107014"] {
    color: #000000;
    text-align: CENTER;
    z-index: 19;
    top: 404px;
    left: calc(50% - 600px + 881px);
    width: 243px;
}

#rec350224183 .tn-elem[data-elem-id="1630040107014"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.25;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107014"] {
        top: 405px;
        left: calc(50% - 480px + 638px);
        width: 218px;
    }
}

@media screen and (max-width: 959px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107014"] {
        top: 315px;
        left: calc(50% - 320px + 450px);
        width: 175px;
    }

    #rec350224183 .tn-elem[data-elem-id="1630040107014"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107014"] {
        top: 588px;
        left: calc(50% - 240px + 67px);
        width: 158px;
    }

    #rec350224183 .tn-elem[data-elem-id="1630040107014"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107014"] {
        top: 420px;
        left: calc(50% - 160px + 0px);
        width: 143px;
    }

    #rec350224183 .tn-elem[data-elem-id="1630040107014"] .tn-atom {
        font-size: 12px;
    }
}

#rec350224183 .tn-elem[data-elem-id="1630040107010"] {
    color: #000000;
    text-align: CENTER;
    z-index: 18;
    top: 644px;
    left: calc(50% - 600px + 512px);
    width: 243px;
}

#rec350224183 .tn-elem[data-elem-id="1630040107010"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.25;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107010"] {
        top: 643px;
        left: calc(50% - 480px + 357px);
    }
}

@media screen and (max-width: 959px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107010"] {
        top: 503px;
        left: calc(50% - 320px + 234px);
        width: 175px;
    }

    #rec350224183 .tn-elem[data-elem-id="1630040107010"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107010"] {
        top: 446px;
        left: calc(50% - 240px + 248px);
        width: 173px;
    }

    #rec350224183 .tn-elem[data-elem-id="1630040107010"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107010"] {
        top: 560px;
        left: calc(50% - 160px + 7px);
        width: 126px;
    }

    #rec350224183 .tn-elem[data-elem-id="1630040107010"] .tn-atom {
        font-size: 12px;
    }
}

#rec350224183 .tn-elem[data-elem-id="1630040107006"] {
    color: #000000;
    text-align: CENTER;
    z-index: 17;
    top: 644px;
    left: calc(50% - 600px + 136px);
    width: 243px;
}

#rec350224183 .tn-elem[data-elem-id="1630040107006"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.25;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107006"] {
        top: 644px;
        left: calc(50% - 480px + 92px);
    }
}

@media screen and (max-width: 959px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107006"] {
        top: 503px;
        left: calc(50% - 320px + 14px);
        width: 175px;
    }

    #rec350224183 .tn-elem[data-elem-id="1630040107006"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107006"] {
        top: 446px;
        left: calc(50% - 240px + 60px);
        width: 175px;
    }

    #rec350224183 .tn-elem[data-elem-id="1630040107006"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107006"] {
        top: 420px;
        left: calc(50% - 160px + 192px);
        width: 124px;
    }

    #rec350224183 .tn-elem[data-elem-id="1630040107006"] .tn-atom {
        font-size: 12px;
    }
}

#rec350224183 .tn-elem[data-elem-id="1630040107001"] {
    color: #000000;
    text-align: CENTER;
    z-index: 16;
    top: 404px;
    left: calc(50% - 600px + 513px);
    width: 243px;
}

#rec350224183 .tn-elem[data-elem-id="1630040107001"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.25;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107001"] {
        top: 403px;
        left: calc(50% - 480px + 358px);
    }
}

@media screen and (max-width: 959px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107001"] {
        top: 315px;
        left: calc(50% - 320px + 230px);
        width: 175px;
    }

    #rec350224183 .tn-elem[data-elem-id="1630040107001"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107001"] {
        top: 294px;
        left: calc(50% - 240px + 251px);
        width: 175px;
    }

    #rec350224183 .tn-elem[data-elem-id="1630040107001"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107001"] {
        top: 273px;
        left: calc(50% - 160px + 194px);
        width: 120px;
    }

    #rec350224183 .tn-elem[data-elem-id="1630040107001"] .tn-atom {
        font-size: 12px;
    }
}

#rec350224183 .tn-elem[data-elem-id="1630040106996"] {
    color: #000000;
    text-align: CENTER;
    z-index: 15;
    top: 403px;
    left: calc(50% - 600px + 155px);
    width: 205px;
}

#rec350224183 .tn-elem[data-elem-id="1630040106996"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.25;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106996"] {
        top: 403px;
        left: calc(50% - 480px + 111px);
    }
}

@media screen and (max-width: 959px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106996"] {
        top: 315px;
        left: calc(50% - 320px + 10px);
        width: 175px;
    }

    #rec350224183 .tn-elem[data-elem-id="1630040106996"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106996"] {
        top: 294px;
        left: calc(50% - 240px + 76px);
        width: 164px;
    }

    #rec350224183 .tn-elem[data-elem-id="1630040106996"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106996"] {
        top: 272px;
        left: calc(50% - 160px + 3px);
        width: 135px;
    }

    #rec350224183 .tn-elem[data-elem-id="1630040106996"] .tn-atom {
        font-size: 12px;
    }
}

#rec350224183 .tn-elem[data-elem-id="1630040106968"] {
    z-index: 12;
    top: 557px;
    left: calc(50% - 600px + 971px);
    width: 70px;
}

#rec350224183 .tn-elem[data-elem-id="1630040106968"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106968"] {
        top: 558px;
        left: calc(50% - 480px + 712px);
    }
}

@media screen and (max-width: 959px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106968"] {
        top: 425px;
        left: calc(50% - 320px + 510px);
        width: 60px;
    }
}

@media screen and (max-width: 639px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106968"] {
        top: 525px;
        left: calc(50% - 240px + 310px);
        width: 50px;
    }
}

@media screen and (max-width: 479px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106968"] {
        top: 505px;
        left: calc(50% - 160px + 232px);
        width: 44px;
    }
}

#rec350224183 .tn-elem[data-elem-id="1630040106957"] {
    z-index: 11;
    top: 550px;
    left: calc(50% - 600px + 600px);
    width: 69px;
}

#rec350224183 .tn-elem[data-elem-id="1630040106957"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106957"] {
        top: 550px;
        left: calc(50% - 480px + 446px);
    }
}

@media screen and (max-width: 959px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106957"] {
        top: 421px;
        left: calc(50% - 320px + 291px);
        width: 59px;
    }
}

@media screen and (max-width: 639px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106957"] {
        top: 380px;
        left: calc(50% - 240px + 310px);
        width: 50px;
    }
}

@media screen and (max-width: 479px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106957"] {
        top: 500px;
        left: calc(50% - 160px + 50px);
        width: 44px;
    }
}

#rec350224183 .tn-elem[data-elem-id="1630040106930"] {
    z-index: 10;
    top: 309px;
    left: calc(50% - 600px + 600px);
    width: 69px;
}

#rec350224183 .tn-elem[data-elem-id="1630040106930"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106930"] {
        top: 308px;
        left: calc(50% - 480px + 446px);
    }
}

@media screen and (max-width: 959px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106930"] {
        top: 229px;
        left: calc(50% - 320px + 287px);
        width: 60px;
    }
}

@media screen and (max-width: 639px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106930"] {
        top: 226px;
        left: calc(50% - 240px + 313px);
        width: 50px;
    }
}

@media screen and (max-width: 479px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106930"] {
        top: 210px;
        left: calc(50% - 160px + 232px);
        width: 45px;
    }
}

#rec350224183 .tn-elem[data-elem-id="1630040107037"] {
    z-index: 24;
    top: 335px;
    left: calc(50% - 600px + 1004px);
    width: 18px;
}

#rec350224183 .tn-elem[data-elem-id="1630040107037"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107037"] {
        top: 335px;
        left: calc(50% - 480px + 740px);
    }
}

@media screen and (max-width: 959px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107037"] {
        top: 245px;
        left: calc(50% - 320px + 533px);
        width: 15px;
    }
}

@media screen and (max-width: 639px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107037"] {
        top: 539px;
        left: calc(50% - 240px + 145px);
        width: 14px;
    }
}

@media screen and (max-width: 479px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107037"] {
        top: 373px;
        left: calc(50% - 160px + 66px);
        width: 13px;
    }
}

#rec350224183 .tn-elem[data-elem-id="1630040107030"] {
    z-index: 23;
    top: 331px;
    left: calc(50% - 600px + 999px);
    width: 19px;
}

#rec350224183 .tn-elem[data-elem-id="1630040107030"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107030"] {
        top: 330px;
        left: calc(50% - 480px + 735px);
    }
}

@media screen and (max-width: 959px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107030"] {
        top: 241px;
        left: calc(50% - 320px + 528px);
        width: 16px;
    }
}

@media screen and (max-width: 639px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107030"] {
        top: 537px;
        left: calc(50% - 240px + 140px);
        width: 15px;
    }
}

@media screen and (max-width: 479px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107030"] {
        top: 370px;
        left: calc(50% - 160px + 62px);
        width: 13px;
    }
}

#rec350224183 .tn-elem[data-elem-id="1630040107024"] {
    z-index: 22;
    top: 332px;
    left: calc(50% - 600px + 1000px);
    width: 23px;
    height: 27px;
}

#rec350224183 .tn-elem[data-elem-id="1630040107024"] .tn-atom {
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107024"] {
        top: 331px;
        left: calc(50% - 480px + 737px);
    }
}

@media screen and (max-width: 959px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107024"] {
        top: 241px;
        left: calc(50% - 320px + 528px);
        width: 21px;
        height: 24px;
    }
}

@media screen and (max-width: 639px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107024"] {
        top: 537px;
        left: calc(50% - 240px + 141px);
        width: 18px;
        height: 20px;
    }
}

@media screen and (max-width: 479px) {
    #rec350224183 .tn-elem[data-elem-id="1630040107024"] {
        top: 370px;
        left: calc(50% - 160px + 64px);
        width: 16px;
        height: 16px;
    }
}

#rec350224183 .tn-elem[data-elem-id="1630040106980"] {
    z-index: 21;
    top: 310px;
    left: calc(50% - 600px + 975px);
    width: 70px;
}

#rec350224183 .tn-elem[data-elem-id="1630040106980"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106980"] {
        top: 310px;
        left: calc(50% - 480px + 712px);
    }
}

@media screen and (max-width: 959px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106980"] {
        top: 224px;
        left: calc(50% - 320px + 507px);
        width: 60px;
    }
}

@media screen and (max-width: 639px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106980"] {
        top: 522px;
        left: calc(50% - 240px + 125px);
        width: 50px;
    }
}

@media screen and (max-width: 479px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106980"] {
        top: 359px;
        left: calc(50% - 160px + 50px);
        width: 43px;
    }
}

#rec350224183 .tn-elem[data-elem-id="1630040106991"] {
    z-index: 14;
    top: 326px;
    left: calc(50% - 600px + 238px);
    width: 38px;
    height: 38px;
}

#rec350224183 .tn-elem[data-elem-id="1630040106991"] .tn-atom {
    border-width: 2px;
    border-radius: 3000px;
    background-position: center center;
    border-color: #808080;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106991"] {
        top: 326px;
        left: calc(50% - 480px + 194px);
    }
}

@media screen and (max-width: 959px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106991"] {
        top: 244px;
        left: calc(50% - 320px + 82px);
        width: 34px;
        height: 34px;
    }
}

@media screen and (max-width: 639px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106991"] {
        top: 239px;
        left: calc(50% - 240px + 136px);
        width: 28px;
        height: 26px;
    }
}

@media screen and (max-width: 479px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106991"] {
        top: 221px;
        left: calc(50% - 160px + 59px);
        width: 23px;
        height: 24px;
    }
}

#rec350224183 .tn-elem[data-elem-id="1630040106986"] {
    z-index: 13;
    top: 310px;
    left: calc(50% - 600px + 222px);
    width: 69px;
}

#rec350224183 .tn-elem[data-elem-id="1630040106986"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106986"] {
        top: 310px;
        left: calc(50% - 480px + 178px);
    }
}

@media screen and (max-width: 959px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106986"] {
        top: 231px;
        left: calc(50% - 320px + 69px);
        width: 63px;
    }
}

@media screen and (max-width: 639px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106986"] {
        top: 227px;
        left: calc(50% - 240px + 125px);
        width: 50px;
    }
}

@media screen and (max-width: 479px) {
    #rec350224183 .tn-elem[data-elem-id="1630040106986"] {
        top: 211px;
        left: calc(50% - 160px + 49px);
        width: 44px;
    }
}

#rec350231280 .t396__artboard {
    height: 501px;
    background-color: #ffffff;
}

#rec350231280 .t396__filter {
    height: 501px;
}

#rec350231280 .t396__carrier {
    height: 501px;
    background-position: center center;
    background-attachment: scroll;
    background-image: url('../img/resize__20x__photo.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec350231280 .t396__artboard {
        height: 741px;
    }

    #rec350231280 .t396__filter {
        height: 741px;
    }

    #rec350231280 .t396__carrier {
        height: 741px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
    #rec350231280 .t396__artboard {
        height: 621px;
    }

    #rec350231280 .t396__filter {
        height: 621px;
    }

    #rec350231280 .t396__carrier {
        height: 621px;
    }
}

@media screen and (max-width: 479px) {
    #rec350231280 .t396__artboard {
        height: 671px;
    }

    #rec350231280 .t396__filter {
        height: 671px;
    }

    #rec350231280 .t396__carrier {
        height: 671px;
    }
}

#rec350231280 .tn-elem[data-elem-id="1630042005303"] {
    color: #101922;
    text-align: CENTER;
    z-index: 8;
    top: 100px;
    left: calc(50% - 600px + 231px);
    width: 739px;
}

#rec350231280 .tn-elem[data-elem-id="1630042005303"] .tn-atom {
    color: #101922;
    font-size: 36px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 900;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005303"] {
        top: 75px;
        left: calc(50% - 480px + 110px);
    }
}

@media screen and (max-width: 959px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005303"] {
        top: 65px;
        left: calc(50% - 320px + 80px);
        width: 498px;
    }

    #rec350231280 .tn-elem[data-elem-id="1630042005303"] {
        text-align: center;
    }

    #rec350231280 .tn-elem[data-elem-id="1630042005303"] .tn-atom {
        font-size: 25px;
    }
}

@media screen and (max-width: 639px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005303"] {
        top: 55px;
        left: calc(50% - 240px + 90px);
        width: 308px;
    }

    #rec350231280 .tn-elem[data-elem-id="1630042005303"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 479px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005303"] {
        top: 55px;
        left: calc(50% - 160px + 10px);
        width: 301px;
    }

    #rec350231280 .tn-elem[data-elem-id="1630042005303"] .tn-atom {
        font-size: 20px;
    }
}

#rec350231280 .tn-elem[data-elem-id="1630043958671"] {
    z-index: 26;
    top: 215px;
    left: calc(50% - 600px + 920px);
    width: 125px;
}

#rec350231280 .tn-elem[data-elem-id="1630043958671"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350231280 .tn-elem[data-elem-id="1630043958671"] {
        top: 545px;
        left: calc(50% - 480px + 70px);
    }
}

@media screen and (max-width: 959px) {
    #rec350231280 .tn-elem[data-elem-id="1630043958671"] {
        top: 510px;
        left: calc(50% - 320px + 70px);
    }
}

@media screen and (max-width: 639px) {
    #rec350231280 .tn-elem[data-elem-id="1630043958671"] {
        top: 445px;
        left: calc(50% - 240px + 60px);
        width: 96px;
    }
}

@media screen and (max-width: 479px) {
    #rec350231280 .tn-elem[data-elem-id="1630043958671"] {
        top: 490px;
        left: calc(50% - 160px + 10px);
        width: 79px;
    }
}

#rec350231280 .tn-elem[data-elem-id="1630042005338"] {
    color: #000000;
    text-align: LEFT;
    z-index: 22;
    top: 260px;
    left: calc(50% - 600px + 1070px);
    width: 263px;
}

#rec350231280 .tn-elem[data-elem-id="1630042005338"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.45;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005338"] {
        top: 600px;
        left: calc(50% - 480px + 230px);
        width: 660px;
    }
}

@media screen and (max-width: 959px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005338"] {
        top: 565px;
        left: calc(50% - 320px + 230px);
        width: 378px;
    }
}

@media screen and (max-width: 639px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005338"] {
        top: 479px;
        left: calc(50% - 240px + 179px);
        width: 255px;
    }

    #rec350231280 .tn-elem[data-elem-id="1630042005338"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005338"] {
        top: 515px;
        left: calc(50% - 160px + 120px);
        width: 198px;
    }

    #rec350231280 .tn-elem[data-elem-id="1630042005338"] .tn-atom {
        font-size: 12px;
    }
}

#rec350231280 .tn-elem[data-elem-id="1630042005334"] {
    color: #000000;
    text-align: LEFT;
    z-index: 19;
    top: 215px;
    left: calc(50% - 600px + 1070px);
    width: 352px;
}

#rec350231280 .tn-elem[data-elem-id="1630042005334"] .tn-atom {
    color: #000000;
    font-size: 18px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.25;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005334"] {
        top: 555px;
        left: calc(50% - 480px + 230px);
    }
}

@media screen and (max-width: 959px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005334"] {
        top: 520px;
        left: calc(50% - 320px + 230px);
    }
}

@media screen and (max-width: 639px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005334"] {
        top: 445px;
        left: calc(50% - 240px + 179px);
    }

    #rec350231280 .tn-elem[data-elem-id="1630042005334"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 479px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005334"] {
        top: 485px;
        left: calc(50% - 160px + 120px);
        width: 200px;
    }

    #rec350231280 .tn-elem[data-elem-id="1630042005334"] .tn-atom {
        font-size: 14px;
    }
}

#rec350231280 .tn-elem[data-elem-id="1630042005317"] {
    z-index: 16;
    top: 215px;
    left: calc(50% - 600px + -90px);
    width: 124px;
    height: 124px;
}

#rec350231280 .tn-elem[data-elem-id="1630042005317"] .tn-atom {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005317"] {
        top: 185px;
        left: calc(50% - 480px + 70px);
    }
}

@media screen and (max-width: 959px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005317"] {
        top: 150px;
        left: calc(50% - 320px + 70px);
    }
}

@media screen and (max-width: 639px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005317"] {
        top: 130px;
        left: calc(50% - 240px + 61px);
        width: 95px;
        height: 94px;
    }
}

@media screen and (max-width: 479px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005317"] {
        top: 125px;
        left: calc(50% - 160px + 13px);
        width: 80px;
        height: 80px;
    }
}

#rec350231280 .tn-elem[data-elem-id="1630042005312"] {
    color: #000000;
    text-align: LEFT;
    z-index: 14;
    top: 260px;
    left: calc(50% - 600px + 60px);
    width: 263px;
}

#rec350231280 .tn-elem[data-elem-id="1630042005312"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.45;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005312"] {
        top: 230px;
        left: calc(50% - 480px + 230px);
        width: 665px;
    }
}

@media screen and (max-width: 959px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005312"] {
        top: 195px;
        left: calc(50% - 320px + 230px);
        width: 381px;
    }
}

@media screen and (max-width: 639px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005312"] {
        top: 155px;
        left: calc(50% - 240px + 179px);
        width: 266px;
    }

    #rec350231280 .tn-elem[data-elem-id="1630042005312"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005312"] {
        top: 155px;
        left: calc(50% - 160px + 120px);
        width: 191px;
    }

    #rec350231280 .tn-elem[data-elem-id="1630042005312"] .tn-atom {
        font-size: 12px;
    }
}

#rec350231280 .tn-elem[data-elem-id="1630042005307"] {
    color: #000000;
    text-align: LEFT;
    z-index: 13;
    top: 215px;
    left: calc(50% - 600px + 60px);
    width: 195px;
}

#rec350231280 .tn-elem[data-elem-id="1630042005307"] .tn-atom {
    color: #000000;
    font-size: 18px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.25;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005307"] {
        top: 190px;
        left: calc(50% - 480px + 230px);
    }
}

@media screen and (max-width: 959px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005307"] {
        top: 155px;
        left: calc(50% - 320px + 230px);
    }
}

@media screen and (max-width: 639px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005307"] {
        top: 128px;
        left: calc(50% - 240px + 179px);
    }

    #rec350231280 .tn-elem[data-elem-id="1630042005307"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 479px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005307"] {
        top: 122px;
        left: calc(50% - 160px + 120px);
    }

    #rec350231280 .tn-elem[data-elem-id="1630042005307"] .tn-atom {
        font-size: 14px;
    }
}

#rec350231280 .tn-elem[data-elem-id="1630042005350"] {
    z-index: 25;
    top: 215px;
    left: calc(50% - 600px + 413px);
    width: 125px;
    height: 126px;
}

#rec350231280 .tn-elem[data-elem-id="1630042005350"] .tn-atom {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005350"] {
        top: 362px;
        left: calc(50% - 480px + 70px);
    }
}

@media screen and (max-width: 959px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005350"] {
        top: 326px;
        left: calc(50% - 320px + 70px);
    }
}

@media screen and (max-width: 639px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005350"] {
        top: 285px;
        left: calc(50% - 240px + 61px);
        width: 93px;
        height: 94px;
    }
}

@media screen and (max-width: 479px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005350"] {
        top: 308px;
        left: calc(50% - 160px + 10px);
        width: 79px;
        height: 79px;
    }
}

#rec350231280 .tn-elem[data-elem-id="1630042005330"] {
    color: #000000;
    text-align: LEFT;
    z-index: 23;
    top: 260px;
    left: calc(50% - 600px + 566px);
    width: 264px;
}

#rec350231280 .tn-elem[data-elem-id="1630042005330"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.45;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005330"] {
        top: 415px;
        left: calc(50% - 480px + 230px);
        width: 658px;
    }
}

@media screen and (max-width: 959px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005330"] {
        top: 380px;
        left: calc(50% - 320px + 230px);
        width: 378px;
    }
}

@media screen and (max-width: 639px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005330"] {
        top: 318px;
        left: calc(50% - 240px + 179px);
        width: 260px;
    }

    #rec350231280 .tn-elem[data-elem-id="1630042005330"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005330"] {
        top: 335px;
        left: calc(50% - 160px + 120px);
        width: 186px;
    }

    #rec350231280 .tn-elem[data-elem-id="1630042005330"] .tn-atom {
        font-size: 12px;
    }
}

#rec350231280 .tn-elem[data-elem-id="1630042005325"] {
    color: #000000;
    text-align: LEFT;
    z-index: 20;
    top: 215px;
    left: calc(50% - 600px + 566px);
    width: 221px;
}

#rec350231280 .tn-elem[data-elem-id="1630042005325"] .tn-atom {
    color: #000000;
    font-size: 18px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.25;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005325"] {
        top: 370px;
        left: calc(50% - 480px + 230px);
    }
}

@media screen and (max-width: 959px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005325"] {
        top: 335px;
        left: calc(50% - 320px + 230px);
    }
}

@media screen and (max-width: 639px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005325"] {
        top: 286px;
        left: calc(50% - 240px + 179px);
    }

    #rec350231280 .tn-elem[data-elem-id="1630042005325"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 479px) {
    #rec350231280 .tn-elem[data-elem-id="1630042005325"] {
        top: 305px;
        left: calc(50% - 160px + 120px);
        width: 175px;
    }

    #rec350231280 .tn-elem[data-elem-id="1630042005325"] .tn-atom {
        font-size: 14px;
    }
}

 #rec350323493 .t396__artboard {
     height: 611px;
     background-color: #101922;
 }

#rec350323493 .t396__filter {
    height: 611px;
}

#rec350323493 .t396__carrier {
    height: 611px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec350323493 .t396__artboard {
        height: 611px;
    }

    #rec350323493 .t396__filter {
        height: 611px;
    }

    #rec350323493 .t396__carrier {
        height: 611px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec350323493 .t396__artboard {
        height: 460px;
    }

    #rec350323493 .t396__filter {
        height: 631px;
    }

    #rec350323493 .t396__carrier {
        height: 631px;
    }
}

@media screen and (max-width: 639px) {
    #rec350323493 .t396__artboard {
        height: 581px;
    }

    #rec350323493 .t396__filter {
        height: 581px;
    }

    #rec350323493 .t396__carrier {
        height: 581px;
    }
}

@media screen and (max-width: 479px) {
    #rec350323493 .t396__artboard {
        height: 471px;
    }

    #rec350323493 .t396__filter {
        height: 471px;
    }

    #rec350323493 .t396__carrier {
        height: 471px;
    }
}

#rec350323493 .tn-elem[data-elem-id="1630058107393"] {
    color: #ffffff;
    text-align: center;
    z-index: 92;
    top: 95px;
    left: calc(50% - 600px + 230px);
    width: 739px;
}

#rec350323493 .tn-elem[data-elem-id="1630058107393"] .tn-atom {
    color: #ffffff;
    font-size: 36px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 900;
    letter-spacing: 0.5px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350323493 .tn-elem[data-elem-id="1630058107393"] {
        top: 73px;
        left: calc(50% - 480px + 111px);
    }
}

@media screen and (max-width: 959px) {
    #rec350323493 .tn-elem[data-elem-id="1630058107393"] {
        top: 41px;
        left: calc(50% - 320px + 96px);
        width: 449px;
    }

    #rec350323493 .tn-elem[data-elem-id="1630058107393"] .tn-atom {
        font-size: 25px;
    }
}

@media screen and (max-width: 639px) {
    #rec350323493 .tn-elem[data-elem-id="1630058107393"] {
        top: 45px;
        left: calc(50% - 240px + -10px);
        width: 489px;
    }

    #rec350323493 .tn-elem[data-elem-id="1630058107393"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 479px) {
    #rec350323493 .tn-elem[data-elem-id="1630058107393"] {
        top: 40px;
        left: calc(50% - 160px + 25px);
        width: 270px;
    }

    #rec350323493 .tn-elem[data-elem-id="1630058107393"] .tn-atom {
        font-size: 20px;
    }
}

#rec350323493 .tn-elem[data-elem-id="1630058242728"] {
    z-index: 91;
    top: 59px;
    left: calc(50% - 600px + 0px);
    width: 890px;
}

#rec350323493 .tn-elem[data-elem-id="1630058242728"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350323493 .tn-elem[data-elem-id="1630058242728"] {
        top: 127px;
        left: calc(50% - 480px + -33px);
        width: 688px;
    }
}

@media screen and (max-width: 959px) {
    #rec350323493 .tn-elem[data-elem-id="1630058242728"] {
        top: 41px;
        left: calc(50% - 320px + 68px);
        width: 533px;
    }
}

@media screen and (max-width: 639px) {
    #rec350323493 .tn-elem[data-elem-id="1630058242728"] {
        top: 30px;
        left: calc(50% - 240px + 37px);
        width: 426px;
    }
}

@media screen and (max-width: 479px) {
    #rec350323493 .tn-elem[data-elem-id="1630058242728"] {
        top: 40px;
        left: calc(50% - 160px + 0px);
        width: 323px;
    }
}

#rec350323493 .tn-elem[data-elem-id="1630058106608"] {
    z-index: 1;
    top: 358px;
    left: calc(50% - 600px + 845px);
    width: 1px;
}

#rec350323493 .tn-elem[data-elem-id="1630058106608"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
    #rec350323493 .tn-elem[data-elem-id="1630058106608"] {
        top: 365px;
        left: calc(50% - 320px + 844px);
    }
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
    #rec350323493 .tn-elem[data-elem-id="1630058106608"] {
        top: 358px;
        left: calc(50% - 160px + 845px);
    }
}

#rec350323493 .tn-elem[data-elem-id="1630058106102"] {
    color: #ffffff;
    text-align: CENTER;
    z-index: 7;
    top: 403px;
    left: calc(50% - 600px + 946px);
    width: 100px;
}

#rec350323493 .tn-elem[data-elem-id="1630058106102"] .tn-atom {
    color: #ffffff;
    font-size: 76px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 900;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350323493 .tn-elem[data-elem-id="1630058106102"] {
        top: 401px;
        left: calc(50% - 480px + 670px);
    }
}

@media screen and (max-width: 959px) {
    #rec350323493 .tn-elem[data-elem-id="1630058106102"] {
        top: 365px;
        left: calc(50% - 320px + 443px);
    }

    #rec350323493 .tn-elem[data-elem-id="1630058106102"] .tn-atom {
        font-size: 50px;
    }
}

@media screen and (max-width: 639px) {
    #rec350323493 .tn-elem[data-elem-id="1630058106102"] {
        top: 493px;
        left: calc(50% - 240px + 155px);
        width: 65px;
    }

    #rec350323493 .tn-elem[data-elem-id="1630058106102"] .tn-atom {
        font-size: 46px;
    }
}

@media screen and (max-width: 479px) {
    #rec350323493 .tn-elem[data-elem-id="1630058106102"] {
        top: 396px;
        left: calc(50% - 160px + 69px);
        width: 56px;
    }

    #rec350323493 .tn-elem[data-elem-id="1630058106102"] .tn-atom {
        font-size: 49px;
    }
}

#rec350323493 .tn-elem[data-elem-id="1630058106094"] {
    color: #ffffff;
    text-align: CENTER;
    z-index: 6;
    top: 289px;
    left: calc(50% - 600px + 948px);
    width: 96px;
}

#rec350323493 .tn-elem[data-elem-id="1630058106094"] .tn-atom {
    color: #ffffff;
    font-size: 76px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 900;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350323493 .tn-elem[data-elem-id="1630058106094"] {
        top: 287px;
        left: calc(50% - 480px + 672px);
    }
}

@media screen and (max-width: 959px) {
    #rec350323493 .tn-elem[data-elem-id="1630058106094"] {
        top: 366px;
        left: calc(50% - 320px + 218px);
    }

    #rec350323493 .tn-elem[data-elem-id="1630058106094"] .tn-atom {
        font-size: 50px;
    }
}

@media screen and (max-width: 639px) {
    #rec350323493 .tn-elem[data-elem-id="1630058106094"] {
        top: 398px;
        left: calc(50% - 240px + 150px);
        width: 74px;
    }

    #rec350323493 .tn-elem[data-elem-id="1630058106094"] .tn-atom {
        font-size: 46px;
    }
}

@media screen and (max-width: 479px) {
    #rec350323493 .tn-elem[data-elem-id="1630058106094"] {
        top: 316px;
        left: calc(50% - 160px + 69px);
        width: 56px;
    }

    #rec350323493 .tn-elem[data-elem-id="1630058106094"] .tn-atom {
        font-size: 49px;
    }
}

#rec350323493 .tn-elem[data-elem-id="1630058106089"] {
    color: #ffffff;
    text-align: CENTER;
    z-index: 5;
    top: 169px;
    left: calc(50% - 600px + 941px);
    width: 110px;
}

#rec350323493 .tn-elem[data-elem-id="1630058106089"] .tn-atom {
    color: #ffffff;
    font-size: 76px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 900;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350323493 .tn-elem[data-elem-id="1630058106089"] {
        top: 167px;
        left: calc(50% - 480px + 665px);
    }
}

@media screen and (max-width: 959px) {
    #rec350323493 .tn-elem[data-elem-id="1630058106089"] {
        top: 367px;
        left: calc(50% - 320px + -17px);
    }

    #rec350323493 .tn-elem[data-elem-id="1630058106089"] .tn-atom {
        font-size: 50px;
    }
}

@media screen and (max-width: 639px) {
    #rec350323493 .tn-elem[data-elem-id="1630058106089"] {
        top: 308px;
        left: calc(50% - 240px + 152px);
        width: 68px;
    }

    #rec350323493 .tn-elem[data-elem-id="1630058106089"] .tn-atom {
        font-size: 46px;
    }
}

@media screen and (max-width: 479px) {
    #rec350323493 .tn-elem[data-elem-id="1630058106089"] {
        top: 236px;
        left: calc(50% - 160px + 67px);
        width: 60px;
    }

    #rec350323493 .tn-elem[data-elem-id="1630058106089"] .tn-atom {
        font-size: 49px;
    }
}

#rec350323493 .tn-elem[data-elem-id="1630058106084"] {
    color: #eec94e;
    text-align: LEFT;
    z-index: 4;
    top: 428px;
    left: calc(50% - 600px + 1067px);
    width: 112px;
}

#rec350323493 .tn-elem[data-elem-id="1630058106084"] .tn-atom {
    color: #eec94e;
    font-size: 18px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 500;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350323493 .tn-elem[data-elem-id="1630058106084"] {
        top: 426px;
        left: calc(50% - 480px + 791px);
    }
}

@media screen and (max-width: 959px) {
    #rec350323493 .tn-elem[data-elem-id="1630058106084"] {
        top: 380px;
        left: calc(50% - 320px + 543px);
    }

    #rec350323493 .tn-elem[data-elem-id="1630058106084"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
    #rec350323493 .tn-elem[data-elem-id="1630058106084"] {
        top: 503px;
        left: calc(50% - 240px + 230px);
    }

    #rec350323493 .tn-elem[data-elem-id="1630058106084"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 479px) {
    #rec350323493 .tn-elem[data-elem-id="1630058106084"] {
        top: 409px;
        left: calc(50% - 160px + 149px);
    }

    #rec350323493 .tn-elem[data-elem-id="1630058106084"] .tn-atom {
        font-size: 14px;
    }
}

#rec350323493 .tn-elem[data-elem-id="1630058106076"] {
    color: #eec94e;
    text-align: LEFT;
    z-index: 3;
    top: 311px;
    left: calc(50% - 600px + 1067px);
    width: 125px;
}

#rec350323493 .tn-elem[data-elem-id="1630058106076"] .tn-atom {
    color: #eec94e;
    font-size: 18px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350323493 .tn-elem[data-elem-id="1630058106076"] {
        top: 309px;
        left: calc(50% - 480px + 791px);
    }
}

@media screen and (max-width: 959px) {
    #rec350323493 .tn-elem[data-elem-id="1630058106076"] {
        top: 380px;
        left: calc(50% - 320px + 313px);
    }

    #rec350323493 .tn-elem[data-elem-id="1630058106076"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
    #rec350323493 .tn-elem[data-elem-id="1630058106076"] {
        top: 410px;
        left: calc(50% - 240px + 230px);
    }

    #rec350323493 .tn-elem[data-elem-id="1630058106076"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 479px) {
    #rec350323493 .tn-elem[data-elem-id="1630058106076"] {
        top: 329px;
        left: calc(50% - 160px + 149px);
    }

    #rec350323493 .tn-elem[data-elem-id="1630058106076"] .tn-atom {
        font-size: 14px;
    }
}

#rec350323493 .tn-elem[data-elem-id="1630058106069"] {
    color: #eec94e;
    text-align: LEFT;
    z-index: 2;
    top: 194px;
    left: calc(50% - 600px + 1067px);
    width: 163px;
}

#rec350323493 .tn-elem[data-elem-id="1630058106069"] .tn-atom {
    color: #eec94e;
    font-size: 18px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec350323493 .tn-elem[data-elem-id="1630058106069"] {
        top: 192px;
        left: calc(50% - 480px + 791px);
    }
}

@media screen and (max-width: 959px) {
    #rec350323493 .tn-elem[data-elem-id="1630058106069"] {
        top: 380px;
        left: calc(50% - 320px + 83px);
    }

    #rec350323493 .tn-elem[data-elem-id="1630058106069"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
    #rec350323493 .tn-elem[data-elem-id="1630058106069"] {
        top: 318px;
        left: calc(50% - 240px + 230px);
    }

    #rec350323493 .tn-elem[data-elem-id="1630058106069"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 479px) {
    #rec350323493 .tn-elem[data-elem-id="1630058106069"] {
        top: 249px;
        left: calc(50% - 160px + 149px);
        width: 139px;
    }

    #rec350323493 .tn-elem[data-elem-id="1630058106069"] .tn-atom {
        font-size: 14px;
    }
}

 #rec351397325 .t396__artboard {
     height: 271px;
     background-color: #101922;
 }

#rec351397325 .t396__filter {
    height: 457px;
}

#rec351397325 .t396__carrier {
    height: 457px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec351397325 .t396__artboard {
        height: 220px;
    }

    #rec351397325 .t396__filter {
        height: 337px;
    }

    #rec351397325 .t396__carrier {
        height: 337px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec351397325 .t396__artboard {
        height: 390px;
    }

    #rec351397325 .t396__filter {
        height: 557px;
    }

    #rec351397325 .t396__carrier {
        height: 557px;
    }
}

@media screen and (max-width: 639px) {
    #rec351397325 .t396__artboard {
        height: 370px;
    }
}

@media screen and (max-width: 479px) {
    #rec351397325 .t396__artboard {
        height: 395px;
    }

    #rec351397325 .t396__filter {
        height: 496px;
    }

    #rec351397325 .t396__carrier {
        height: 496px;
    }
}

#rec351397325 .tn-elem[data-elem-id="1629870937211"] {
    color: #4c5258;
    text-align: CENTER;
    z-index: 16;
    top: 218px;
    left: calc(50% - 600px + 221px);
    width: 787px;
}

#rec351397325 .tn-elem[data-elem-id="1629870937211"] .tn-atom {
    color: #4c5258;
    font-size: 14px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec351397325 .tn-elem[data-elem-id="1629870937211"] {
        top: 170px;
        left: calc(50% - 480px + 100px);
    }
}

@media screen and (max-width: 959px) {
    #rec351397325 .tn-elem[data-elem-id="1629870937211"] {
        top: 326px;
        left: calc(50% - 320px + 30px);
        width: 558px;
    }
}

@media screen and (max-width: 639px) {
    #rec351397325 .tn-elem[data-elem-id="1629870937211"] {
        top: 310px;
        left: calc(50% - 240px + 31px);
        width: 419px;
    }

    #rec351397325 .tn-elem[data-elem-id="1629870937211"] .tn-atom {
        font-size: 11px;
    }
}

@media screen and (max-width: 479px) {
    #rec351397325 .tn-elem[data-elem-id="1629870937211"] {
        top: 330px;
        left: calc(50% - 160px + 20px);
        width: 279px;
    }

    #rec351397325 .tn-elem[data-elem-id="1629870937211"] .tn-atom {
        font-size: 10px;
    }
}

#rec351397325 .tn-elem[data-elem-id="1629870937167"] {
    color: #ffffff;
    text-align: CENTER;
    z-index: 15;
    top: 40px;
    left: calc(50% - 600px + 231px);
    width: 739px;
}

#rec351397325 .tn-elem[data-elem-id="1629870937167"] .tn-atom {
    color: #ffffff;
    font-size: 33px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 900;
    letter-spacing: 1px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec351397325 .tn-elem[data-elem-id="1629870937167"] {
        top: 34px;
        left: calc(50% - 480px + 111px);
    }

    #rec351397325 .tn-elem[data-elem-id="1629870937167"] .tn-atom {
        font-size: 25px;
    }
}

@media screen and (max-width: 959px) {
    #rec351397325 .tn-elem[data-elem-id="1629870937167"] {
        top: 30px;
        left: calc(50% - 320px + 58px);
        width: 524px;
    }

    #rec351397325 .tn-elem[data-elem-id="1629870937167"] .tn-atom {
        font-size: 25px;
    }
}

@media screen and (max-width: 639px) {
    #rec351397325 .tn-elem[data-elem-id="1629870937167"] {
        top: 30px;
        left: calc(50% - 240px + 51px);
        width: 379px;
    }

    #rec351397325 .tn-elem[data-elem-id="1629870937167"] .tn-atom {
        font-size: 22px;
    }
}

@media screen and (max-width: 479px) {
    #rec351397325 .tn-elem[data-elem-id="1629870937167"] {
        top: 30px;
        left: calc(50% - 160px + 20px);
        width: 289px;
    }

    #rec351397325 .tn-elem[data-elem-id="1629870937167"] .tn-atom {
        font-size: 20px;
    }
}

#rec351397325 .tn-elem[data-elem-id="1639453705521"] {
    z-index: 18;
    top: 145px;
    left: calc(50% - 600px + 170px);
    width: 855px;
    height: 46px;
}

#rec351397325 .tn-elem[data-elem-id="1639453705521"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec351397325 .tn-elem[data-elem-id="1639453705521"] {
        top: 93px;
        left: calc(50% - 480px + 22px);
        width: 913px;
        height: 46px;
    }
}

@media screen and (max-width: 959px) {
    #rec351397325 .tn-elem[data-elem-id="1639453705521"] {
        top: 120px;
        left: calc(50% - 320px + 105px);
        width: 413px;
    }
}

@media screen and (max-width: 639px) {
    #rec351397325 .tn-elem[data-elem-id="1639453705521"] {
        top: 110px;
        left: calc(50% - 240px + 34px);
        width: 413px;
    }
}

@media screen and (max-width: 479px) {
    #rec351397325 .tn-elem[data-elem-id="1639453705521"] {
        top: 130px;
        left: calc(50% - 160px + 25px);
        width: 270px;
        height: 244px;
    }
}

#rec351433830 .t396__artboard {
    height: 290px;
    background-color: #ffffff;
}

#rec351433830 .t396__filter {
    height: 591px;
}

#rec351433830 .t396__carrier {
    height: 591px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec351433830 .t396__artboard {
        height: 320px;
    }

    #rec351433830 .t396__filter {
        height: 376px;
    }

    #rec351433830 .t396__carrier {
        height: 376px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec351433830 .t396__artboard {
        height: 336px;
        background-color: #ffffff;
    }

    #rec351433830 .t396__filter {
        height: 336px;
    }

    #rec351433830 .t396__carrier {
        height: 336px;
        background-position: center center;
    }
}

@media screen and (max-width: 639px) {
    #rec351433830 .t396__artboard {
        height: 271px;
    }

    #rec351433830 .t396__filter {
        height: 271px;
    }

    #rec351433830 .t396__carrier {
        height: 271px;
    }
}

@media screen and (max-width: 479px) {
    #rec351433830 .t396__artboard {
        height: 230px;
    }

    #rec351433830 .t396__filter {
        height: 300px;
    }

    #rec351433830 .t396__carrier {
        height: 300px;
    }
}

#rec351433830 .tn-elem[data-elem-id="1470210011265"] {
    color: #000000;
    text-align: center;
    z-index: 6;
    top: 155px;
    left: calc(50% - 291.5px + 12px);
    width: 583px;
}

#rec351433830 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
    color: #000000;
    font-size: 24px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.45;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec351433830 .tn-elem[data-elem-id="1470210011265"] {
        top: 125px;
        left: calc(50% - 300.5px + 1px);
        width: 601px;
    }

    #rec351433830 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
        font-size: 24px;
        line-height: 1.75;
    }
}

@media screen and (max-width: 959px) {
    #rec351433830 .tn-elem[data-elem-id="1470210011265"] {
        top: 135px;
        left: calc(50% - 300px + 0px);
        width: 600px;
    }

    #rec351433830 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
        font-size: 18px;
    }
}

@media screen and (max-width: 639px) {
    #rec351433830 .tn-elem[data-elem-id="1470210011265"] {
        top: 100px;
        left: calc(50% - 230px + 0px);
        width: 460px;
    }

    #rec351433830 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
        font-size: 16px;
    }
}

@media screen and (max-width: 479px) {
    #rec351433830 .tn-elem[data-elem-id="1470210011265"] {
        top: 80px;
        left: calc(50% - 127.5px + 1px);
        width: 255px;
    }

    #rec351433830 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
        font-size: 16px;
        line-height: 1.4;
    }
}

#rec351433830 .tn-elem[data-elem-id="1480422042117"] {
    color: #000000;
    text-align: center;
    z-index: 10;
    top: 60px;
    left: calc(50% - 280px + 0px);
    width: 560px;
}

#rec351433830 .tn-elem[data-elem-id="1480422042117"] .tn-atom {
    color: #000000;
    font-size: 42px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec351433830 .tn-elem[data-elem-id="1480422042117"] {
        top: 40px;
        left: calc(50% - 230px + 0px);
        width: 460px;
    }

    #rec351433830 .tn-elem[data-elem-id="1480422042117"] .tn-atom {
        font-size: 36px;
    }
}

@media screen and (max-width: 959px) {
    #rec351433830 .tn-elem[data-elem-id="1480422042117"] {
        top: 65px;
        left: calc(50% - 300px + 0px);
        width: 600px;
    }

    #rec351433830 .tn-elem[data-elem-id="1480422042117"] .tn-atom {
        font-size: 30px;
    }
}

@media screen and (max-width: 639px) {
    #rec351433830 .tn-elem[data-elem-id="1480422042117"] {
        top: 55px;
        left: calc(50% - 230px + 0px);
        width: 460px;
    }

    #rec351433830 .tn-elem[data-elem-id="1480422042117"] .tn-atom {
        font-size: 20px;
        line-height: 1.45;
    }
}

@media screen and (max-width: 479px) {
    #rec351433830 .tn-elem[data-elem-id="1480422042117"] {
        top: 30px;
        left: calc(50% - 150px + 0px);
        width: 300px;
    }

    #rec351433830 .tn-elem[data-elem-id="1480422042117"] .tn-atom {
        font-size: 20px;
    }
}

#rec351433830 .tn-elem[data-elem-id="1651820193486"] {
    color: #000000;
    text-align: center;
    z-index: 11;
    top: 389px;
    left: calc(50% - 600px + 475px);
    width: 249px;
}

#rec351433830 .tn-elem[data-elem-id="1651820193486"] .tn-atom {
    color: #000000;
    font-size: 15px;
    font-family: 'Roboto', 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) {
    #rec351433830 .tn-elem[data-elem-id="1651820193486"] {
        top: 265px;
        left: calc(50% - 480px + 355px);
    }
}

@media screen and (max-width: 959px) {
    #rec351433830 .tn-elem[data-elem-id="1651820193486"] {
        top: 230px;
        left: calc(50% - 320px + 220px);
        width: 175px;
    }
}

@media screen and (max-width: 639px) {
    #rec351433830 .tn-elem[data-elem-id="1651820193486"] {
        top: 191px;
        left: calc(50% - 240px + 152px);
    }

    #rec351433830 .tn-elem[data-elem-id="1651820193486"] .tn-atom {
        font-size: 11px;
    }
}

@media screen and (max-width: 479px) {
    #rec351433830 .tn-elem[data-elem-id="1651820193486"] {
        top: 220px;
        left: calc(50% - 160px + 70px);
    }
}

#rec351433830 .tn-elem[data-elem-id="1651820453859"] {
    z-index: 12;
    top: 411px;
    left: calc(50% - 600px + 515px);
    width: 166px;
    height: 1px;
}

#rec351433830 .tn-elem[data-elem-id="1651820453859"] .tn-atom {
    background-color: #000000;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec351433830 .tn-elem[data-elem-id="1651820453859"] {
        top: 287px;
        left: calc(50% - 480px + 396px);
    }
}

@media screen and (max-width: 959px) {
    #rec351433830 .tn-elem[data-elem-id="1651820453859"] {
        top: 252px;
        left: calc(50% - 320px + 225px);
        width: 165px;
        height: 1px;
    }
}

@media screen and (max-width: 639px) {
    #rec351433830 .tn-elem[data-elem-id="1651820453859"] {
        top: 209px;
        left: calc(50% - 240px + 178px);
        width: 123px;
    }
}

@media screen and (max-width: 479px) {
    #rec351433830 .tn-elem[data-elem-id="1651820453859"] {
        top: 238px;
        left: calc(50% - 160px + 96px);
    }
}

#rec380459954 input::-webkit-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec380459954 input::-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec380459954 input:-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec380459954 input:-ms-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec380459954 textarea::-webkit-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec380459954 textarea::-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec380459954 textarea:-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec380459954 textarea:-ms-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

.recall-me input:-ms-input-placeholder,
.recall-me input:-moz-placeholder,
.recall-me input::-moz-placeholder,
.recall-me input::-webkit-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

.recall-me .t-form__inputsbox {
    -webkit-transition: max-height 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: max-height 0.3s cubic-bezier(.19, 1, .22, 1);
    max-height: 10000px;
}

.recall-me .t-input-group {
    margin-bottom: 25px;
}

.recall-me .t-input {
    background-color: #0000;
    -webkit-appearance: none;
}

.recall-me .t-form__submit {
    display: block;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    margin-top: 25px;
}

.recall-me .t-submit {
    width: 100%;
    height: 54px;
    -webkit-appearance: none;
}

.recall-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
}

.recall-hidden {
    display: none;
}

.body-popup {
    overflow: hidden;
    height: 100vh;
    min-height: 100vh;
}

 .hidden {
     display: none !important;
 }

.form-waiting button {
    cursor: wait;
    opacity: 0.7;
}

.popups .sms-code .content .body .form-bid,
.popups .sms-code .content .body .confirm-sms {
    height: auto;
    min-height: auto;
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    background: none;
}

.popups .sms-code .content .body .form-bid input,
.popups .sms-code .content .body .confirm-sms input {
    width: 100%;
    max-width: 200px;
    height: 40px;
    border: 0;
    outline: none;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
}

.popups .sms-code .content .body .form-bid button,
.popups .sms-code .content .body .confirm-sms button {
    width: 100%;
    max-width: 163px;
    height: 40px;
    border: none;
    outline: none;
    border-radius: 5px;
    font-family: "Calibri", sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.65px;
    margin-left: 10px;
    cursor: pointer;
}

.popups .sms-code .content .body .form-bid .item-row.title,
.popups .sms-code .content .body .confirm-sms .item-row.title {
    font-family: Roboto Slab, sans-serif;
    font-weight: normal;
    text-align: center;
    color: #000000;
    font-size: 18px;
    letter-spacing: -0.18px;
    line-height: 1;
    padding-bottom: 13px;
    padding-top: 0;
}

.popups .sms-code .content .body .form-bid .item-row.field,
.popups .sms-code .content .body .confirm-sms .item-row.field {
    width: 100%;
    text-align: center;
}

.popups .sms-code .button_black {
    background-color: #000000;
    color: #ffffff;
}

.popups .sms-code .button_yellow {
    background-color: #ebb800;
    color: #000000;
}

.popups {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.popups .hidden-popup {
    display: none !important;
}

.popups .sms-code {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popups .sms-code .back {
    background-color: #000000;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popups .sms-code .content {
    width: 100%;
    max-width: 560px;
    min-height: 350px;
    border-radius: 5px;
    background-color: #ebdba3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    margin: 0 10px;
}

.popups .sms-code .content .header {
    width: 100%;
    height: 40px;
    padding: 0;
    margin: 0;
}

.popups .sms-code .content .body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}

.popups .sms-code .content .body .title {
    font-family: Roboto Slab, sans-serif;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: -0.28px;
    text-align: center;
    line-height: 30px;
    padding-bottom: 27px;
    padding-top: 1px;
    color: #000000;
}

.popups .sms-code .content .body .form-bid {
    padding-bottom: 0;
    padding-top: 27px;
}

.popups .sms-code-success {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popups .sms-code-success .back {
    background-color: #000000;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popups .sms-code-success .content {
    width: 100%;
    max-width: 422px;
    min-height: 202px;
    border-radius: 5px;
    background-color: #ebdba3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    margin: 0 10px;
}

.popups .sms-code-success .content .header {
    width: 100%;
    height: 40px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popups .sms-code-success .content .header .actions {
    padding-right: 10px;
}

.popups .sms-code-success .content .header .close {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABJmlDQ1BBZG9iZSBSR0IgKDE5OTgpAAAoz2NgYDJwdHFyZRJgYMjNKykKcndSiIiMUmA/z8DGwMwABonJxQWOAQE+IHZefl4qAwb4do2BEURf1gWZxUAa4EouKCoB0n+A2CgltTiZgYHRAMjOLi8pAIozzgGyRZKywewNIHZRSJAzkH0EyOZLh7CvgNhJEPYTELsI6Akg+wtIfTqYzcQBNgfClgGxS1IrQPYyOOcXVBZlpmeUKBhaWloqOKbkJ6UqBFcWl6TmFit45iXnFxXkFyWWpKYA1ULcBwaCEIWgENMAarTQZKAyAMUDhPU5EBy+jGJnEGIIkFxaVAZlMjIZE+YjzJgjwcDgv5SBgeUPQsykl4FhgQ4DA/9UhJiaIQODgD4Dw745AMDGT/0ZOjZcAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF+WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIxLTEyLTA5VDE4OjA4OjAyKzA3OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIxLTEyLTA5VDE4OjA4OjAyKzA3OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMS0xMi0wOVQxODowODowMiswNzowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2YjIyMjI1NC0yYTA2LTA1NDMtOGY3YS1iOWVkYjNmNWU1NzYiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpkN2UwZWMwMC1hYmU5LTk3NDAtODU3NC0xZTYwMDViYmI5YTAiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5NjJmZmEzMC0yNzUyLWRkNDUtOWFiNy1jZDM3NTdjMjQzYjAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0iQWRvYmUgUkdCICgxOTk4KSI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6OTYyZmZhMzAtMjc1Mi1kZDQ1LTlhYjctY2QzNzU3YzI0M2IwIiBzdEV2dDp3aGVuPSIyMDIxLTEyLTA5VDE4OjA4OjAyKzA3OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjZiMjIyMjU0LTJhMDYtMDU0My04ZjdhLWI5ZWRiM2Y1ZTU3NiIgc3RFdnQ6d2hlbj0iMjAyMS0xMi0wOVQxODowODowMiswNzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrlYNbgAAABoSURBVCjPY2BgYJgJxFIMpAFJqD6wxo0kGCCJrh5mgCSpGok1QJKQC3EZIEms19ANkCQxTOAGGJCqEQZAGp9DaZLjEWSjIZGxgDNwiI1GnIFD0ABCoSqJywBiowPDAEky0zbYALJzFQBQuBlr/9+PZwAAAABJRU5ErkJggg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    display: block;
    cursor: pointer;
    position: relative;
    top: 0;
    left: 0;
}

.popups .sms-code-success .content .body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}

.popups .sms-code-success .content .body .title {
    font-family: Roboto Slab, sans-serif;
    font-weight: normal;
    font-size: 28px;
    letter-spacing: -0.28px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 9px;
    color: #000000;
}

.popups .sms-code-success .content .body .subtitle {
    font-family: Roboto Slab, sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -0.16px;
    text-align: center;
    line-height: 21px;
    color: #000000;
}

@media screen and (max-width: 420px) {
    .popups .sms-code .content {
        min-height: 234px;
        max-width: 376px;
        min-width: 300px;
    }

    .popups .sms-code .content .header {
        height: 30px;
    }

    .popups .sms-code .content .body {
        padding-bottom: 30px;
    }

    .popups .sms-code .content .body .title {
        font-size: 20px;
        letter-spacing: -0.2px;
        padding-bottom: 18px;
    }

    .popups .sms-code .content .body .form-bid {
        padding-top: 18px;
    }

    .popups .sms-code .content .body .form-bid .item-row.title,
    .popups .sms-code .content .body .confirm-sms .item-row.title {
        font-size: 12px;
        letter-spacing: -0.12px;
        padding-bottom: 8px;
    }

    .popups .sms-code .content .body .form-bid input,
    .popups .sms-code .content .body .confirm-sms input {
        max-width: 135px;
        height: 29px;
        font-size: 12px;
    }

    .popups .sms-code .content .body .form-bid button,
    .popups .sms-code .content .body .confirm-sms button {
        max-width: 110px;
        height: 27px;
        font-size: 9px;
        letter-spacing: 0.9px;
    }

    .popups .sms-code-success .content {
        width: 100%;
        max-width: 282px;
        min-width: 205px;
        min-height: 135px;
    }

    .popups .sms-code-success .content .header {
        height: 30px;
    }

    .popups .sms-code-success .content .body {
        padding-bottom: 30px;
    }

    .popups .sms-code-success .content .body .title {
        font-size: 21px;
        letter-spacing: -0.21px;
        text-align: center;
        line-height: 20px;
        margin-bottom: 9px;
    }

    .popups .sms-code-success .content .body .subtitle {
        font-size: 10px;
        letter-spacing: -0.1px;
        line-height: 14px;
    }
}

.tn-elem-custom .tn-form_horiz .t-section__topwrapper {
    margin-bottom: 75px;
}

.tn-elem-custom .tn-form_horiz .t-section__title {
    margin-bottom: 30px;
}

.tn-elem-custom .tn-form_horiz .t-section__descr {
    max-width: 560px;
}

.tn-elem-custom .tn-form_horiz.t-form_inputs-total_5 .t-input-group {
    width: 20%;
}

.tn-elem-custom .tn-form_horiz.t-form_inputs-total_4 .t-input-group {
    width: 25%;
}

.tn-elem-custom .tn-form_horiz.t-form_inputs-total_3 .t-input-group {
    width: 33.33%;
}

.tn-elem-custom .tn-form_horiz.t-form_inputs-total_2 .t-input-group {
    width: 50%;
}

.tn-elem-custom .tn-form_horiz.t-form_inputs-total_1 .t-input-group {
    width: 100%;
}

.tn-elem-custom .tn-form_horiz .t-form__inputsbox {
    display: table;
    -webkit-transition: max-height 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s linear;
    transition: max-height 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s linear;
    max-height: 5000px;
}

.tn-elem-custom .tn-form_horiz__inputsbox_hidden.t-form__inputsbox {
    display: block;
    overflow: hidden;
    max-height: 0px;
    opacity: 0;
}

.tn-elem-custom .tn-form_horiz .t-input-group {
    display: table-cell;
    vertical-align: bottom;
}

.tn-elem-custom .tn-form_horiz .t-input-block {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.tn-elem-custom .tn-form_horiz .t-input-title {
    padding-bottom: 5px;
}

.tn-elem-custom .tn-form_horiz .t-input-subtitle {
    margin-top: -5px;
    padding-bottom: 10px;
}

.tn-elem-custom .tn-form_horiz .t-form__submit, .tn-elem-custom .tn-form_horiz .tn-form__submit {
    display: table-cell;
    vertical-align: bottom;
    height: 100%;
}

.tn-elem-custom .tn-form_horiz .t-datepicker {
    width: 100%;
}

.tn-elem-custom .tn-form_horiz .t-form_bbonly .t-input-title {
    padding-bottom: 0;
    margin-bottom: 0;
}

.tn-elem-custom .tn-form_horiz .t-form_bbonly .t-input-subtitle {
    padding-bottom: 0;
    padding-top: 5px;
}

.tn-elem-custom .tn-form_horiz .t-input-error {
    display: none !important;
}

@media screen and (max-width: 1199px) {
    .tn-elem-custom {
        left: calc(50% - 480px + 22px);
        width: 913px;
    }
}

@media screen and (max-width: 959px) {
    .tn-elem-custom {
        width: 413px;
        left: calc(50% - 320px + 103px);
    }

    .tn-elem-custom .t-form__inputsbox {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .tn-elem-custom .t-input-group {
        width: 100% !important;
        padding-right: 0 !important;
    }

    .tn-elem-custom .tn-form__submit {
        margin-bottom: 0;
    }

    .tn-elem-custom .tn-form__submit .t-submit {
        width: 246px;
    }
}

.tn-elem-custom {
    left: auto;
}

.tn-elem-custom .t-form__inputsbox {
    display: flex !important;
    align-items: center;
    justify-content: space-around;
}

.tn-elem-custom .tn-form_horiz .t-form__submit,
.tn-elem-custom .tn-form_horiz .tn-form__submit {
    margin-bottom: 20px;
    width: 100%;
    max-width: 246px;
}

 #rec349605816 .t396__artboard {
     height: 905px;
     background-color: #101922;
 }

#rec349605816 .t396__filter {
    height: 701px;
}

#rec349605816 .t396__carrier {
    height: 701px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec349605816 .t396__artboard {
        height: 551px;
    }

    #rec349605816 .t396__filter {
        height: 551px;
    }

    #rec349605816 .t396__carrier {
        height: 551px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec349605816 .t396__artboard {
        height: 1071px;
    }

    #rec349605816 .t396__filter {
        height: 1071px;
    }

    #rec349605816 .t396__carrier {
        height: 1071px;
    }
}

@media screen and (max-width: 639px) {
    #rec349605816 .t396__artboard {
        height: 791px;
    }

    #rec349605816 .t396__filter {
        height: 791px;
    }

    #rec349605816 .t396__carrier {
        height: 791px;
    }
}

@media screen and (max-width: 479px) {
    #rec349605816 .t396__artboard {
        height: 691px;
        padding-bottom: 40px;
    }

    #rec349605816 .t396__filter {
        height: 691px;
    }

    #rec349605816 .t396__carrier {
        height: 691px;
    }
    .tn-elem-custom .tn-form_horiz .t-form__submit,
    .tn-elem-custom .tn-form_horiz .tn-form__submit {
        max-width: unset;
    }
}

#rec349605816 .tn-elem[data-elem-id="1629891372939"] {
    color: #ffffff;
    text-align: LEFT;
    z-index: 10;
    top: 556px;
    left: calc(50% - 600px + 687px);
    width: 204px;
}

#rec349605816 .tn-elem[data-elem-id="1629891372939"] .tn-atom {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.25;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372939"] {
        top: 425px;
        left: calc(50% - 480px + 557px);
        width: 166px;
    }
}

@media screen and (max-width: 959px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372939"] {
        top: 902px;
        left: calc(50% - 320px + 107px);
    }
}

@media screen and (max-width: 639px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372939"] {
        top: 678px;
        left: calc(50% - 240px + 90px);
        width: 125px;
    }

    #rec349605816 .tn-elem[data-elem-id="1629891372939"] .tn-atom {
        font-size: 14px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 479px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372939"] {
        top: 601px;
        left: calc(50% - 160px + 51px);
        width: 113px;
    }

    #rec349605816 .tn-elem[data-elem-id="1629891372939"] .tn-atom {
        font-size: 12px;
    }
}

#rec349605816 .tn-elem[data-elem-id="1629891372944"] {
    z-index: 11;
    top: 0px;
    left: calc(50% - 600px + -88px);
    width: 1286px;
    height: 515px;
}

#rec349605816 .tn-elem[data-elem-id="1629891372944"] .tn-atom {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372944"] {
        top: 0px;
        left: calc(50% - 480px + -77px);
        width: 1070px;
        height: 445px;
    }
}

@media screen and (max-width: 959px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372944"] {
        top: -9px;
        left: calc(50% - 320px + -171px);
        width: 811px;
        height: 445px;
    }
}

@media screen and (max-width: 639px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372944"] {
        top: -10px;
        left: calc(50% - 240px + -90px);
        width: 599px;
        height: 320px;
    }
}

@media screen and (max-width: 479px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372944"] {
        top: -29px;
        left: calc(50% - 160px + -135px);
        width: 588px;
        height: 320px;
    }
}

#rec349605816 .tn-elem[data-elem-id="1629891372951"] {
    color: #ffffff;
    text-align: CENTER;
    z-index: 12;
    top: 555px;
    left: calc(50% - 600px + 627px);
    width: 48px;
}

#rec349605816 .tn-elem[data-elem-id="1629891372951"] .tn-atom {
    color: #ffffff;
    font-size: 36px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 900;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372951"] {
        top: 424px;
        left: calc(50% - 480px + 510px);
        width: 41px;
    }
}

@media screen and (max-width: 959px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372951"] {
        top: 902px;
        left: calc(50% - 320px + 52px);
    }
}

@media screen and (max-width: 639px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372951"] {
        top: 678px;
        left: calc(50% - 240px + 40px);
        width: 41px;
    }

    #rec349605816 .tn-elem[data-elem-id="1629891372951"] .tn-atom {
        font-size: 35px;
    }
}

@media screen and (max-width: 479px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372951"] {
        top: 601px;
        left: calc(50% - 160px + 7px);
        width: 41px;
    }

    #rec349605816 .tn-elem[data-elem-id="1629891372951"] .tn-atom {
        font-size: 25px;
    }
}

#rec349605816 .tn-elem[data-elem-id="1629891372956"] {
    color: #ffffff;
    text-align: CENTER;
    z-index: 13;
    top: 555px;
    left: calc(50% - 600px + 304px);
    width: 48px;
}

#rec349605816 .tn-elem[data-elem-id="1629891372956"] .tn-atom {
    color: #ffffff;
    font-size: 46px;
    font-family: 'Roboto Medium', Arial, sans-serif;
    line-height: 1.27;
    font-weight: normal;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    scale: 1.3;
}

@media screen and (max-width: 1199px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372956"] {
        top: 424px;
        left: calc(50% - 480px + 246px);
        width: 41px;
    }
}

@media screen and (max-width: 959px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372956"] {
        top: 495px;
        left: calc(50% - 320px + 380px);
    }
}

@media screen and (max-width: 639px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372956"] {
        top: 372px;
        left: calc(50% - 240px + 280px);
        width: 41px;
    }

    #rec349605816 .tn-elem[data-elem-id="1629891372956"] .tn-atom {
        font-size: 35px;
    }
}

@media screen and (max-width: 479px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372956"] {
        top: 316px;
        left: calc(50% - 160px + 180px);
        width: 41px;
    }

    #rec349605816 .tn-elem[data-elem-id="1629891372956"] .tn-atom {
        font-size: 25px;
    }
}

#rec349605816 .tn-elem[data-elem-id="1629891372966"] {
    color: #ffffff;
    text-align: CENTER;
    z-index: 15;
    top: 555px;
    left: calc(50% - 600px + 985px);
    width: 21px;
}

#rec349605816 .tn-elem[data-elem-id="1629891372966"] .tn-atom {
    color: #ffffff;
    font-size: 36px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 900;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372966"] {
        top: 424px;
        left: calc(50% - 480px + 800px);
        width: 21px;
    }
}

@media screen and (max-width: 959px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372966"] {
        top: 895px;
        left: calc(50% - 320px + 390px);
    }
}

@media screen and (max-width: 639px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372966"] {
        top: 671px;
        left: calc(50% - 240px + 296px);
        width: 21px;
    }

    #rec349605816 .tn-elem[data-elem-id="1629891372966"] .tn-atom {
        font-size: 35px;
    }
}

@media screen and (max-width: 479px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372966"] {
        top: 601px;
        left: calc(50% - 160px + 190px);
        width: 20px;
    }

    #rec349605816 .tn-elem[data-elem-id="1629891372966"] .tn-atom {
        font-size: 25px;
    }
}

#rec349605816 .tn-elem[data-elem-id="1629891372972"] {
    color: #ffffff;
    text-align: LEFT;
    z-index: 16;
    top: 501px;
    left: calc(50% - 600px + -50px);
    width: 230px;
}

#rec349605816 .tn-elem[data-elem-id="1629891372972"] .tn-atom {
    color: #ffffff;
    font-size: 24px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372972"] {
        top: 425px;
        left: calc(50% - 480px + 20px);
        width: 171px;
    }
}

@media screen and (max-width: 959px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372972"] {
        top: 495px;
        left: calc(50% - 320px + 110px);
    }
}

@media screen and (max-width: 639px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372972"] {
        top: 375px;
        left: calc(50% - 240px + 100px);
        width: 131px;
    }

    #rec349605816 .tn-elem[data-elem-id="1629891372972"] .tn-atom {
        font-size: 14px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 479px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372972"] {
        top: 316px;
        left: calc(50% - 160px + 51px);
        width: 100px;
    }

    #rec349605816 .tn-elem[data-elem-id="1629891372972"] .tn-atom {
        font-size: 12px;
    }
}

#rec349605816 .tn-elem[data-elem-id="1629891372978"] {
    color: #ffffff;
    text-align: LEFT;
    z-index: 17;
    top: 556px;
    left: calc(50% - 600px + 364px);
    width: 170px;
}

#rec349605816 .tn-elem[data-elem-id="1629891372978"] .tn-atom {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.25;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372978"] {
        top: 425px;
        left: calc(50% - 480px + 295px);
        width: 138px;
    }
}

@media screen and (max-width: 959px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372978"] {
        top: 495px;
        left: calc(50% - 320px + 438px);
    }
}

@media screen and (max-width: 639px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372978"] {
        top: 375px;
        left: calc(50% - 240px + 330px);
        width: 106px;
    }

    #rec349605816 .tn-elem[data-elem-id="1629891372978"] .tn-atom {
        font-size: 14px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 479px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372978"] {
        top: 316px;
        left: calc(50% - 160px + 220px);
        width: 95px;
    }

    #rec349605816 .tn-elem[data-elem-id="1629891372978"] .tn-atom {
        font-size: 12px;
    }
}

#rec349605816 .tn-elem[data-elem-id="1629891372982"] {
    color: #ffffff;
    text-align: LEFT;
    z-index: 18;
    top: 556px;
    left: calc(50% - 600px + 1020px);
    width: 203px;
}

#rec349605816 .tn-elem[data-elem-id="1629891372982"] .tn-atom {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.25;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372982"] {
        top: 425px;
        left: calc(50% - 480px + 827px);
        width: 165px;
    }
}

@media screen and (max-width: 959px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372982"] {
        top: 903px;
        left: calc(50% - 320px + 438px);
    }
}

@media screen and (max-width: 639px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372982"] {
        top: 678px;
        left: calc(50% - 240px + 330px);
        width: 126px;
    }

    #rec349605816 .tn-elem[data-elem-id="1629891372982"] .tn-atom {
        font-size: 14px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 479px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372982"] {
        top: 601px;
        left: calc(50% - 160px + 220px);
        width: 114px;
    }

    #rec349605816 .tn-elem[data-elem-id="1629891372982"] .tn-atom {
        font-size: 12px;
    }
}

#rec349605816 .tn-elem[data-elem-id="1629891372987"] {
    z-index: 19;
    top: 170px;
    left: calc(50% - 600px + 1320px);
    width: 88px;
    height: 95px;
}

#rec349605816 .tn-elem[data-elem-id="1629891372987"] .tn-atom {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372987"] {
        top: 140px;
        left: calc(50% - 480px + 240px);
    }
}

@media screen and (max-width: 959px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372987"] {
        top: 145px;
        left: calc(50% - 320px + 88px);
    }
}

@media screen and (max-width: 639px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372987"] {
        top: 165px;
        left: calc(50% - 240px + 90px);
        width: 68px;
        height: 70px;
    }
}

@media screen and (max-width: 479px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372987"] {
        top: 170px;
        left: calc(50% - 160px + 65px);
    }
}

#rec349605816 .tn-elem[data-elem-id="1629891372994"] {
    z-index: 20;
    top: 265px;
    left: calc(50% - 600px + 904px);
    width: 365px;
    height: 267px;
}

#rec349605816 .tn-elem[data-elem-id="1629891372994"] .tn-atom {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372994"] {
        top: 186px;
        left: calc(50% - 480px + 735px);
        width: 240px;
        height: 216px;
    }
}

@media screen and (max-width: 959px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372994"] {
        top: 630px;
        left: calc(50% - 320px + 355px);
    }
}

@media screen and (max-width: 639px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372994"] {
        top: 470px;
        left: calc(50% - 240px + 275px);
        width: 184px;
        height: 166px;
    }
}

@media screen and (max-width: 479px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372994"] {
        top: 443px;
        left: calc(50% - 160px + 175px);
        width: 140px;
        height: 124px;
    }
}

#rec349605816 .tn-elem[data-elem-id="1629891373001"] {
    z-index: 21;
    top: 275px;
    left: calc(50% - 600px + 561px);
    width: 374px;
    height: 273px;
}

#rec349605816 .tn-elem[data-elem-id="1629891373001"] .tn-atom {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec349605816 .tn-elem[data-elem-id="1629891373001"] {
        top: 196px;
        left: calc(50% - 480px + 455px);
        width: 263px;
        height: 218px;
    }
}

@media screen and (max-width: 959px) {
    #rec349605816 .tn-elem[data-elem-id="1629891373001"] {
        top: 622px;
        left: calc(50% - 320px + 22px);
    }
}

@media screen and (max-width: 639px) {
    #rec349605816 .tn-elem[data-elem-id="1629891373001"] {
        top: 464px;
        left: calc(50% - 240px + 20px);
        width: 200px;
        height: 168px;
    }
}

@media screen and (max-width: 479px) {
    #rec349605816 .tn-elem[data-elem-id="1629891373001"] {
        top: 437px;
        left: calc(50% - 160px + 1px);
        width: 148px;
        height: 124px;
    }
}

#rec349605816 .tn-elem[data-elem-id="1629891373009"] {
    z-index: 22;
    top: 220px;
    left: calc(50% - 600px + -100px);
    width: 169px;
    height: 262px;
}

#rec349605816 .tn-elem[data-elem-id="1629891373009"] .tn-atom {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec349605816 .tn-elem[data-elem-id="1629891373009"] {
        top: 156px;
        left: calc(50% - 480px + 0px);
        width: 129px;
        height: 233px;
    }
}

@media screen and (max-width: 959px) {
    #rec349605816 .tn-elem[data-elem-id="1629891373009"] {
        top: 227px;
        left: calc(50% - 320px + 67px);
    }
}

@media screen and (max-width: 639px) {
    #rec349605816 .tn-elem[data-elem-id="1629891373009"] {
        top: 167px;
        left: calc(50% - 240px + 57px);
        width: 99px;
        height: 179px;
    }
}

@media screen and (max-width: 479px) {
    #rec349605816 .tn-elem[data-elem-id="1629891373009"] {
        top: 149px;
        left: calc(50% - 160px + 40px);
        width: 81px;
        height: 145px;
    }
}
#rec349605816 .tn-elem[data-elem-id="1629891372960"] {
    color: #ffffff;
    text-align: CENTER;
    z-index: 14;
    top: 504px;
    left: calc(50% - 600px + -130px);
    width: 48px;
    scale: 1.3;
}

#rec349605816 .tn-elem[data-elem-id="1629891372960"] .tn-atom {
    color: #ffffff;
    font-size: 46px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 900;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372960"] {
        top: 424px;
        left: calc(50% - 480px + -35px);
    }
}

@media screen and (max-width: 959px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372960"] {
        top: 495px;
        left: calc(50% - 320px + 48px);
    }
}

@media screen and (max-width: 639px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372960"] {
        top: 372px;
        left: calc(50% - 240px + 40px);
        width: 41px;
    }

    #rec349605816 .tn-elem[data-elem-id="1629891372960"] .tn-atom {
        font-size: 35px;
    }
}

@media screen and (max-width: 479px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372960"] {
        top: 316px;
        left: calc(50% - 160px + 7px);
        width: 41px;
    }

    #rec349605816 .tn-elem[data-elem-id="1629891372960"] .tn-atom {
        font-size: 25px;
    }
}



#rec349605816 .tn-elem[data-elem-id="1629891373010"] {
    z-index: 22;
    top: 650px;
    left: calc(50% - 600px + 0px);
    width: 166px;
    height: 259px;
}

#rec349605816 .tn-elem[data-elem-id="1629891373010"] .tn-atom {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec349605816 .tn-elem[data-elem-id="1629891373010"] {
        top: 156px;
        left: calc(50% - 480px + 0px);
        width: 129px;
        height: 233px;
    }
}

@media screen and (max-width: 959px) {
    #rec349605816 .tn-elem[data-elem-id="1629891373010"] {
        top: 227px;
        left: calc(50% - 320px + 67px);
    }
}

@media screen and (max-width: 639px) {
    #rec349605816 .tn-elem[data-elem-id="1629891373010"] {
        top: 167px;
        left: calc(50% - 240px + 57px);
        width: 99px;
        height: 179px;
    }
}

@media screen and (max-width: 479px) {
    #rec349605816 .tn-elem[data-elem-id="1629891373010"] {
        top: 149px;
        left: calc(50% - 160px + 40px);
        width: 81px;
        height: 145px;
    }
}

#rec349605816 .tn-elem[data-elem-id="1629891372961"] {
    color: #ffffff;
    text-align: CENTER;
    z-index: 14;
    top: 555px;
    left: calc(50% - 600px + -36px);
    width: 48px;
}

#rec349605816 .tn-elem[data-elem-id="1629891372961"] .tn-atom {
    color: #ffffff;
    font-size: 36px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.27;
    font-weight: 900;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372961"] {
        top: 424px;
        left: calc(50% - 480px + -35px);
    }
}

@media screen and (max-width: 959px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372961"] {
        top: 495px;
        left: calc(50% - 320px + 48px);
    }
}

@media screen and (max-width: 639px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372961"] {
        top: 372px;
        left: calc(50% - 240px + 40px);
        width: 41px;
    }

    #rec349605816 .tn-elem[data-elem-id="1629891372961"] .tn-atom {
        font-size: 35px;
    }
}

@media screen and (max-width: 479px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372961"] {
        top: 316px;
        left: calc(50% - 160px + 7px);
        width: 41px;
    }

    #rec349605816 .tn-elem[data-elem-id="1629891372961"] .tn-atom {
        font-size: 25px;
    }
}
#rec349605816 .tn-elem[data-elem-id="1629891372973"] {
    color: #ffffff;
    text-align: LEFT;
    z-index: 16;
    top: 556px;
    left: calc(50% - 600px + 24px);
    width: 182px;
}

#rec349605816 .tn-elem[data-elem-id="1629891372973"] .tn-atom {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.25;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372973"] {
        top: 425px;
        left: calc(50% - 480px + 20px);
        width: 171px;
    }
}

@media screen and (max-width: 959px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372973"] {
        top: 495px;
        left: calc(50% - 320px + 110px);
    }
}

@media screen and (max-width: 639px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372973"] {
        top: 375px;
        left: calc(50% - 240px + 100px);
        width: 131px;
    }

    #rec349605816 .tn-elem[data-elem-id="1629891372973"] .tn-atom {
        font-size: 14px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 479px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372973"] {
        top: 316px;
        left: calc(50% - 160px + 51px);
        width: 100px;
    }

    #rec349605816 .tn-elem[data-elem-id="1629891372973"] .tn-atom {
        font-size: 12px;
    }
}

#rec349605816 .tn-elem[data-elem-id="1629891373015"] {
    z-index: 23;
    top: 193px;
    left: calc(50% - 600px + 315px);
    width: 165px;
    height: 288px;
}

#rec349605816 .tn-elem[data-elem-id="1629891373015"] .tn-atom {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec349605816 .tn-elem[data-elem-id="1629891373015"] {
        top: 131px;
        left: calc(50% - 480px + 191px);
        width: 251px;
        height: 283px;
    }
}

@media screen and (max-width: 959px) {
    #rec349605816 .tn-elem[data-elem-id="1629891373015"] {
        top: 195px;
        left: calc(50% - 320px + 311px);
    }
}

@media screen and (max-width: 639px) {
    #rec349605816 .tn-elem[data-elem-id="1629891373015"] {
        top: 148px;
        left: calc(50% - 240px + 262px);
        width: 191px;
        height: 218px;
    }
}

@media screen and (max-width: 479px) {
    #rec349605816 .tn-elem[data-elem-id="1629891373015"] {
        top: 131px;
        left: calc(50% - 160px + 160px);
        width: 154px;
        height: 176px;
    }
}

#rec349605816 .tn-elem[data-elem-id="1629891373028"] {
    z-index: 25;
    top: 170px;
    left: calc(50% - 600px + -50px);
    width: 43px;
}

#rec349605816 .tn-elem[data-elem-id="1629891373028"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec349605816 .tn-elem[data-elem-id="1629891373028"] {
        top: 600px;
        left: calc(50% - 480px + 260px);
    }
}

@media screen and (max-width: 959px) {
    #rec349605816 .tn-elem[data-elem-id="1629891373028"] {
        top: 605px;
        left: calc(50% - 320px + 110px);
    }
}

@media screen and (max-width: 639px) {
    #rec349605816 .tn-elem[data-elem-id="1629891373028"] {
        top: 610px;
        left: calc(50% - 240px + 85px);
        width: 34px;
    }
}

@media screen and (max-width: 479px) {
    #rec349605816 .tn-elem[data-elem-id="1629891373028"] {
        top: 615px;
        left: calc(50% - 160px + -5px);
        width: 25px;
    }
}

#rec349605816 .tn-elem[data-elem-id="1629891373116"] {
    color: #ffffff;
    text-align: center;
    z-index: 26;
    top: 105px;
    left: calc(50% - 127px + 0px);
    width: 254px;
}

@media screen and (max-width: 1199px) {
    #rec349605816 .tn-elem[data-elem-id="1629891373116"] {
        top: 84px;
        left: calc(50% - 127px + 17px);
    }

    #rec349605816 .tn-elem[data-elem-id="1629891373116"] .tn-atom {
        font-size: 25px;
    }
}

@media screen and (max-width: 959px) {
    #rec349605816 .tn-elem[data-elem-id="1629891373116"] {
        top: 84px;
        left: calc(50% - 127px + 0px);
    }
}

@media screen and (max-width: 639px) {
    #rec349605816 .tn-elem[data-elem-id="1629891373116"] {
        top: 65px;
        left: calc(50% - 127px + -3px);
    }

    #rec349605816 .tn-elem[data-elem-id="1629891373116"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 479px) {
    #rec349605816 .tn-elem[data-elem-id="1629891373116"] {
        top: 54px;
        left: calc(50% - 127px + -1px);
    }
}

#rec349605816 .tn-elem[data-elem-id="1629891372930"] {
    z-index: 9;
    top: 136px;
    left: calc(50% - 600px + 839px);
    width: 215px;
}

#rec349605816 .tn-elem[data-elem-id="1629891372930"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372930"] {
        top: 119px;
        left: calc(50% - 480px + 690px);
    }
}

@media screen and (max-width: 959px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372930"] {
        top: 165px;
        left: calc(50% - 320px + 475px);
        width: 211px;
    }
}

@media screen and (max-width: 639px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372930"] {
        top: 65px;
        left: calc(50% - 240px + 365px);
        width: 133px;
    }
}

@media screen and (max-width: 479px) {
    #rec349605816 .tn-elem[data-elem-id="1629891372930"] {
        top: 60px;
        left: calc(50% - 160px + 255px);
    }
}

#rec465774777 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #001020;
    padding-top: 50px;
    padding-bottom: 50px;
}

.rec34874984777 {
    display:flex;
    justify-content:center;
    padding-top:0;
    background-color:#100f03;
}
.rec34874984777 .img-container {
    background-image: url("../img/1200.jpg");
    height: 128px;
    width: 100%;
    max-width: 1200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (max-width: 800px) {
    .rec34874984777 .img-container {
        background-image: url("../img/800.jpg");
        height: 85px;
        max-width: 800px;
    }
}
@media screen and (max-width: 540px) {
    .rec34874984777 {
        background-color: #040404;
    }
    .rec34874984777 .img-container {
        background-image: url("../img/300.jpg");
        height: 120px;
        max-width: 300px;
    }
}


.our_social {
    width: 100%;
    height: 280px;
}
.our_social .our_social__title {
    display: inline-block;
    text-align: center;
    width: 100%;
    align-content: center;
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 50px;
    letter-spacing: 1px;
}
.our_social .our_social__list {
    list-style: none;
    margin: 0 !important;
    box-sizing: border-box;
    padding: 0 20px !important;
    font-size: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    width: 100%;
}
.our_social .our_social__list-item {
    max-width: 178px;
    min-width: 100px;
    height: 60px;
    border: 0;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    flex-grow: 1;
    flex-shrink: 1;
}
@media (max-width: 800px) {
    .our_social .our_social__list-item {
        max-width: initial;
    }
}
.our_social .our_social__list-item a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    align-content: center;
}
.our_social .our_social__youtube {
    background-color: #cc181e;
}
.our_social .our_social__dzen {
    background-color: #000000;
}
.our_social .our_social__rutube {
    background-color: #000033;
}
.our_social .our_social__rutube img {
    width: 28px;
    aspect-ratio: 300 / 260;
}
.our_social .our_social__telegram {
    background-color: #1d98dc;
}

