@charset "UTF-8";
.modal {
    display: none;
    z-index: 100
}

.modal-open {
    overflow: hidden
}

.iti {
    width: 100%;
    height: 100%
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    overflow: auto
}

.modal.modal-bid .modal__circle {
    position: absolute;
    width: 41rem;
    height: 63rem;
    border-radius: 63rem;
    background: radial-gradient(50% 50% at 50% 50%, rgba(232, 124, 22, .6) 0, rgba(232, 124, 22, .6) 100%);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    z-index: -1
}

.modal.modal-bid .modal__circle_top {
    top: -46rem;
    left: -19rem
}

.modal.modal-bid .modal__circle_bottom {
    bottom: -39rem;
    right: -18rem
}

@media only screen and (min-width:1024px) {
    .modal.modal-bid .modal__circle_bottom {
        bottom: -30rem;
        -webkit-transform: rotate(17.031deg);
        -ms-transform: rotate(17.031deg);
        transform: rotate(17.031deg)
    }
}

.modal.modal-bid .modal__dialog {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 5rem 0;
    min-height: 100%;
    width: 100%
}

.modal.modal-bid .modal__dialog::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -10
}

@media only screen and (min-width:768px) {
    .modal.modal-bid .modal__dialog {
        max-width: 56rem;
        min-height: auto;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        border-radius: 1.2rem
    }
}

.modal.modal-bid .modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 2.4rem;
    height: 2.4rem;
    z-index: 10;
    cursor: pointer
}

.modal.modal-bid .modal__close::after,
.modal.modal-bid .modal__close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 2.4rem;
    background: #e87c16;
    border-radius: 10rem;
    -webkit-transition: height .15s linear;
    transition: height .15s linear
}

.modal.modal-bid .modal__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.modal.modal-bid .modal__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.modal.modal-bid .modal__close:hover::after,
.modal.modal-bid .modal__close:hover::before {
    height: 3px
}

.form-bid {
    text-align: center;
    font-family: Karla
}

.form-bid__title {
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: none
}

@media only screen and (min-width:1024px) {
    .form-bid__title {
        margin: 0 auto;
        width: 75%;
        font-size: 2.8rem
    }
}

@media only screen and (min-width:1280px) {
    .form-bid__title {
        font-size: 3rem
    }
}

@media only screen and (min-width:1440px) {
    .form-bid__title {
        font-size: 3.4rem
    }
}

.form-bid__subtitle {
    margin-top: 2rem;
    font-size: 1.8rem;
    font-weight: 400
}

@media only screen and (min-width:1280px) {
    .form-bid__subtitle {
        font-size: 2.2rem
    }
}

@media only screen and (min-width:1440px) {
    .form-bid__subtitle {
        font-size: 2.4rem
    }
}

.form-bid__name {
    color: #e87c16;
    font-size: 2rem;
    font-style: italic;
    font-weight: 400;
    line-height: 105%
}

@media only screen and (min-width:1280px) {
    .form-bid__name {
        font-size: 2.2rem
    }
}

@media only screen and (min-width:1440px) {
    .form-bid__name {
        font-size: 2.4rem
    }
}

.form-bid fieldset {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem
}

@media only screen and (min-width:1024px) {
    .form-bid fieldset {
        margin: 2rem auto 0;
        max-width: 40.5rem
    }
}

.form-bid__input {
    position: relative;
    width: 100%;
    padding: 1.8rem 1rem;
    background: 0 0;
    border-radius: 8px;
    border: 1px solid #e87c16;
    color: #979797;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 105%;
    -webkit-transition: border .3s linear;
    transition: border .3s linear
}

.form-bid__input:hover {
    border-color: #fff
}

.form-bid__input input {
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear
}

.form-bid__input_text input {
    color: grey;
    font-size: 1.4rem
}

.form-bid__input_text input:not(:-moz-placeholder-shown)+span {
    transform: translateY(-2.8rem);
    font-size: 1.4rem;
    background: #000;
    padding: 0 .4rem;
    color: #979797
}

.form-bid__input_text input:not(:-ms-input-placeholder)+span {
    -ms-transform: translateY(-2.8rem);
    transform: translateY(-2.8rem);
    font-size: 1.4rem;
    background: #000;
    padding: 0 .4rem;
    color: #979797
}

.form-bid__input_text input:not(:placeholder-shown)+span {
    -webkit-transform: translateY(-2.8rem);
    -ms-transform: translateY(-2.8rem);
    transform: translateY(-2.8rem);
    font-size: 1.4rem;
    background: #000;
    padding: 0 .4rem;
    color: #979797
}

.form-bid__input_text input::-webkit-input-placeholder {
    opacity: 0
}

.form-bid__input_text input::-moz-placeholder {
    opacity: 0
}

.form-bid__input_text input:-ms-input-placeholder {
    opacity: 0
}

.form-bid__input_text input::-ms-input-placeholder {
    opacity: 0
}

.form-bid__input_text input::placeholder {
    opacity: 0
}

.form-bid__input-plh {
    position: absolute;
    top: 2rem;
    left: 1rem;
    pointer-events: none;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.form-bid input {
    width: 100%;
    height: 100%;
    background: 0 0;
    border: none;
    outline: 0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 105%
}

.form-bid__submit {
    margin-top: 4rem;
    padding: 1.6rem 4rem;
    font-family: Montserrat;
    font-size: 2rem;
    font-weight: 600;
    line-height: 105%
}

@media only screen and (max-width:480px) {
    .form-bid__submit {
        width: 100%;
        padding: 1.6rem
    }
}

@media only screen and (min-width:1024px) {
    .form-bid__submit {
        margin-top: 2rem
    }
}

.form-bid__errors {
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: red;
    display: none
}

.form-bid__description {
    margin-top: 4rem;
    padding: 0 4.5rem;
    color: #979797;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 105%
}

.course {
    overflow: hidden
}

.course>.container {
    padding-top: 12rem;
    position: relative
}

@media only screen and (min-width:1024px) {
    .course>.container {
        padding-top: 16rem
    }
}

@media only screen and (min-width:1280px) {
    .course>.container {
        padding-top: 20rem
    }
}

@media only screen and (min-width:1440px) {
    .course>.container {
        padding-top: 28rem
    }
}

.course__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 175%;
    height: 52.5rem;
    z-index: -1
}

@media only screen and (min-width:480px) {
    .course__bg {
        width: 150%;
        height: 53rem
    }
}

@media only screen and (min-width:1024px) {
    .course__bg {
        width: 100%;
        height: 72rem
    }
}

@media only screen and (min-width:1280px) {
    .course__bg {
        height: 80rem
    }
}

@media only screen and (min-width:1440px) {
    .course__bg {
        height: 100rem
    }
}

@media only screen and (min-width:1500px) {
    .course__bg {
        border-radius: 2.4rem;
        overflow: hidden
    }
}

.course__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right top;
    object-position: right top
}

@media only screen and (min-width:1024px) {
    .course__bg img {
        -o-object-position: center top;
        object-position: center top
    }
}

.course__title {
    max-width: 64rem;
    font-weight: 400
}

.course__title span {
    font-weight: 700
}

@media only screen and (min-width:1024px) {
    .course__title {
        width: 50%
    }
}

@media only screen and (min-width:1280px) {
    .course__title {
        font-size: 2.6rem
    }
}

.course__desc {
    margin-top: 4rem;
    margin-bottom: 4rem;
    width: 30rem;
    position: relative
}

@media only screen and (min-width:1024px) {
    .course__desc {
        width: auto;
        margin-top: 8rem;
        text-align: center
    }
}

@media only screen and (min-width:1280px) {
    .course__desc {
        margin-top: 8rem
    }
}

@media only screen and (min-width:1440px) {
    .course__desc {
        margin-top: 16rem
    }
}

@media only screen and (min-width:1024px) {
    .course__desc-free {
        font-size: 2.4rem
    }
}

@media only screen and (min-width:1280px) {
    .course__desc-free {
        font-size: 3rem
    }
}

@media only screen and (min-width:1440px) {
    .course__desc-free {
        font-size: 4rem
    }
}

@media only screen and (min-width:1024px) {
    .course__desc-free span:nth-of-type(1) {
        padding-left: 0
    }
}

.course__desc-free span:nth-of-type(2) {
    padding: 3px;
    border-radius: 2px;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    background: #fefeff;
    -webkit-box-shadow: 0 1.291px 1.291px 0 rgba(30, 30, 30, .1);
    box-shadow: 0 1.291px 1.291px 0 rgba(30, 30, 30, .1);
    color: #e87c16;
    font-size: 1.3rem;
    font-style: italic;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase
}

@media only screen and (min-width:1024px) {
    .course__desc-free span:nth-of-type(2) {
        margin: 0 1rem;
        font-size: inherit
    }
}

.course__desc-free span:nth-of-type(3) {
    top: 3rem;
    right: 2rem
}

@media only screen and (min-width:1024px) {
    .course__desc-free span:nth-of-type(3) {
        font-size: inherit;
        position: static;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.course__desc-start {
    margin-top: 1rem;
    font-weight: 800;
    letter-spacing: 2px;
    color: #e87c16;
    text-shadow: 6px 1px 12px rgba(9, 9, 9, .4);
    font-size: 36px;
    line-height: 120%
}

@media only screen and (min-width:1024px) {
    .course__desc-start {
        margin: 1rem auto 0;
        padding: 1rem 2.4rem;
        border-radius: .8rem;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-size: 3.2rem;
        letter-spacing: 4px;
        text-shadow: 8px 3px 7.6px rgba(30, 30, 30, .2)
    }
}

@media only screen and (min-width:1280px) {
    .course__desc-start {
        font-size: 4rem
    }
}

@media only screen and (min-width:1440px) {
    .course__desc-start {
        font-size: 5.8rem
    }
}

@media only screen and (min-width:1024px) {
    .course__desc-start span {
        background: 0 0;
        padding: 0
    }
}

.course__desc-start span:nth-of-type(3) {
    display: inline-block
}

.course__desc-target {
    font-size: 2rem;
    line-height: 130%;
    font-weight: 600;
    margin-bottom: 0px
}

@media only screen and (min-width:1024px) {
    .course__desc-target {
        position: static;
        margin-top: 1rem;
        width: auto;
        font-size: 1.6rem;
        margin-bottom: 0px
    }
}

@media only screen and (min-width:1280px) {
    .course__desc-target {
        font-size: 2rem;
        margin-bottom: 0px
    }
}

@media only screen and (min-width:1440px) {
    .course__desc-target {
        margin-top: 2rem;
        font-size: 2.4rem;
        margin-bottom: 0px
    }
}

.course__download1 {
    padding: .8rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #ffffff;
    font-size: 1.8rem;
    line-height: 100%;
    font-weight: 600;
    text-transform: uppercase;
    color: #e87c16;
    border: 2px solid #000000;
    -webkit-animation: 1s infinite scale alternate;
    animation: 1s infinite scale alternate
}

@media only screen and (min-width:1024px) {
    .course__download1 {
        margin-top: 4rem;
        font-size: 2.4rem;
        border-radius: 12px
    }
}

@media only screen and (min-width:1280px) {
    .course__download1 {
        font-size: 3.2rem
    }
}

@media only screen and (min-width:1440px) {
    .course__download1 {
        padding: 1.8rem;
        font-size: 4.8rem
    }
}

.course__download1:hover {
    border: 2px solid #ffffff;
    background: #000000;
    -webkit-box-shadow: 0 4px 4px 0 rgba(30, 30, 30, .1);
    box-shadow: 0 4px 4px 0 rgba(30, 30, 30, .1);
    color: #e87c16
}

.course__download1:hover path {
    stroke: #e87c16
}

@media only screen and (min-width:1024px) {
    .course__download1:hover {
        border: 3px solid #ffffff
    }
}

.course__download1:active {
    border-color: #fefeff
}

.course__download1 svg {
    width: 1.8rem;
    height: 1.8rem
}

.course__download1 svg path {
    -webkit-transition: stroke .15s linear;
    transition: stroke .15s linear
}

.course__download {
    margin: 7.2rem auto 0;
    padding: .8rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.8rem;
    line-height: 100%;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    -webkit-animation: 1s infinite scale alternate;
    animation: 1s infinite scale alternate
}

@media only screen and (min-width:1024px) {
    .course__download {
        margin-top: 4rem;
        font-size: 2.4rem;
        border-radius: 12px
    }
}

@media only screen and (min-width:1280px) {
    .course__download {
        font-size: 3.2rem
    }
}

@media only screen and (min-width:1440px) {
    .course__download {
        padding: 1.8rem;
        font-size: 4.8rem
    }
}

.course__download:hover {
    border: 2px solid #e87c16;
    background: #fefeff;
    -webkit-box-shadow: 0 4px 4px 0 rgba(30, 30, 30, .1);
    box-shadow: 0 4px 4px 0 rgba(30, 30, 30, .1);
    color: #e87c16
}

.course__download:hover path {
    stroke: #e87c16
}

@media only screen and (min-width:1024px) {
    .course__download:hover {
        border: 3px solid #e87c16
    }
}

.course__download:active {
    border-color: #fefeff
}

.course__download svg {
    width: 1.8rem;
    height: 1.8rem
}

.course__download svg path {
    -webkit-transition: stroke .15s linear;
    transition: stroke .15s linear
}

@media only screen and (min-width:1024px) {
    .course__download svg {
        width: 2.4rem;
        height: 2.4rem
    }
}

@media only screen and (min-width:1280px) {
    .course__download svg {
        width: 3.2rem;
        height: 3.2rem
    }
}

@media only screen and (min-width:1440px) {
    .course__download svg {
        width: 4.8rem;
        height: 4.8rem
    }
}

.course__list-wrap {
    padding: 12rem 0 8rem;
    position: relative;
    color: #090909
}

@media only screen and (min-width:1024px) {
    .course__list-wrap {
        margin-top: 12rem;
        padding-top: 16rem
    }
}

.course__list-wrap::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 103rem;
    height: 71rem;
    border-radius: 103rem;
    background: radial-gradient(50% 50% at 50% 50%, #fff 0, rgba(232, 124, 22, 0) 100%);
    z-index: -1
}

@media only screen and (min-width:1024px) {
    .course__list-wrap::before {
        width: 250rem;
        border-radius: 250rem
    }
}

.course__list-title {
    text-align: center
}

.course__list {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem 1rem
}

.course__list-item {
    width: calc(50% - .5rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media only screen and (min-width:1024px) {
    .course__list-item {
        width: calc(25% - 1rem)
    }
}

.course__list-item p {
    text-transform: uppercase;
    font-weight: 600
}

@media only screen and (min-width:1440px) {
    .course__list-item p {
        font-size: 2.4rem
    }
}

.course__list-img {
    width: 9rem;
    height: auto
}

@media only screen and (min-width:1024px) {
    .course__list-img {
        width: 16rem
    }
}

.course__list-img img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.target {
    padding: 8rem 0 16rem;
    position: relative;
    background: #191919
}

@media only screen and (min-width:1024px) {
    .target {
        padding: 4rem 0
    }
}

.target__circle {
    position: absolute;
    top: -6rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 815px;
    height: 463px;
    background: radial-gradient(50% 50% at 50% 50%, #e87c16 0, rgba(232, 124, 22, 0) 100%);
    border-radius: 815px;
    z-index: -1
}

@media only screen and (min-width:1024px) {
    .target__circle {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 2539px;
        height: 80rem;
        border-radius: 2539px;
        background: radial-gradient(50% 50% at 50% 50%, #e87c16 0, rgba(232, 124, 22, 0) 100%)
    }
}

@media only screen and (min-width:1440px) {
    .target__circle {
        height: 70rem
    }
}

.target__title {
    color: #e87c16;
    font-weight: 500;
    text-align: center
}

.target__title span {
    font-weight: 800
}

@media only screen and (min-width:1024px) {
    .target__title {
        margin: 0 auto;
        width: 60rem
    }
}

.target__list {
    margin: 4rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 32rem;
    gap: 4rem
}

@media only screen and (min-width:1024px) {
    .target__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 92rem
    }
}

@media only screen and (min-width:1440px) {
    .target__list {
        gap: 3rem;
        max-width: unset
    }
}

.target__list-item {
    position: relative;
    padding: 7rem 1rem 2rem;
    text-align: center;
    background: #e87c16
}

@media only screen and (min-width:1024px) {
    .target__list-item {
        padding: 2rem 1rem 2rem;
        width: calc(50% - 2rem);
        max-width: 44rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        min-height: 17.6rem
    }
}

@media only screen and (min-width:1440px) {
    .target__list-item {
        min-height: 22rem;
        padding: 2rem 1rem 2rem 3rem;
        width: calc(25% - 2.3rem)
    }
}

.target__list-item::before {
    content: "";
    position: absolute;
    bottom: -3.9rem;
    left: 0;
    width: 0;
    height: 0;
    border-left: 160px solid transparent;
    border-right: 160px solid transparent;
    border-top: 4rem solid #e87c16;
    z-index: 10
}

@media only screen and (min-width:1024px) {
    .target__list-item::before {
        left: calc(100% - 1px);
        top: 0;
        bottom: unset;
        border-top: 8.8rem solid transparent;
        border-bottom: 8.8rem solid transparent;
        border-right: unset;
        border-left: 4rem solid #e87c16
    }
}

@media only screen and (min-width:1440px) {
    .target__list-item::before {
        border-top: 11rem solid transparent;
        border-bottom: 11rem solid transparent;
        border-left: 3rem solid #e87c16
    }
}

.target__list-item::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 16rem solid transparent;
    border-right: 16rem solid transparent;
    border-top: 4rem solid #191919;
    z-index: 10
}

@media only screen and (min-width:1024px) {
    .target__list-item::after {
        left: -1px;
        top: 0;
        bottom: unset;
        border-top: 8.8rem solid transparent;
        border-bottom: 8.8rem solid transparent;
        border-right: unset;
        border-left: 4rem solid #191919
    }
}

@media only screen and (min-width:1440px) {
    .target__list-item::after {
        border-top: 11rem solid transparent;
        border-bottom: 11rem solid transparent;
        border-left: 3rem solid #191919
    }
}

.target__list-title {
    font-size: 2.2rem;
    line-height: 120%;
    font-weight: 600
}

.target__list-subtitle {
    margin-top: 2rem;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase
}

@media only screen and (min-width:1440px) {
    .target__list-subtitle {
        font-size: 3rem
    }
}

.target__list-text {
    margin-top: 1rem;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 140%
}

.target__table {
    margin-top: 8rem;
    padding: 4rem 2rem;
    border-radius: 2.4rem;
    border: .2rem solid #fff;
    background: linear-gradient(112deg, rgba(255, 255, 255, .4) 0, rgba(255, 255, 255, 0) 101.12%);
    -webkit-backdrop-filter: blur(35.4668388367px);
    backdrop-filter: blur(35.4668388367px);
    text-align: center
}

@media only screen and (min-width:1024px) {
    .target__table {
        margin-top: 12rem;
        padding: 6rem
    }
}

@media only screen and (min-width:1440px) {
    .target__table {
        padding: 8rem 10rem;
        margin-top: 16rem
    }
}

.target__table-title {
    font-weight: 400
}

@media only screen and (min-width:1024px) {
    .target__table-title {
        font-weight: 700
    }
}

.target__table-title span {
    font-weight: 700
}

.target__table-text {
    margin-top: 3.6rem;
    color: #e87c16;
    text-shadow: .241px .724px 1.833px rgba(30, 30, 30, .2);
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 2px;
    text-transform: uppercase
}

@media only screen and (min-width:1024px) {
    .target__table-text {
        margin: 2rem auto 0;
        padding: 1rem 3rem;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        border-radius: 12px;
        background: #fefeff;
        -webkit-box-shadow: 0 3.988px 3.988px 0 rgba(30, 30, 30, .1);
        box-shadow: 0 3.988px 3.988px 0 rgba(30, 30, 30, .1);
        font-size: 3.2rem
    }
}

@media only screen and (min-width:1280px) {
    .target__table-text {
        font-size: 3.8rem
    }
}

.finance {
    padding-top: 8rem
}

@media only screen and (min-width:1024px) {
    .finance {
        padding-top: 12rem
    }
}

@media only screen and (min-width:1440px) {
    .finance {
        padding-top: 16rem
    }
}

.finance>.container {
    padding-right: 0
}

@media only screen and (max-width:1023px) {
    .finance>.container {
        padding-left: 0
    }
}

.finance__table {
    padding-bottom: 8rem;
    background: #e87c16
}

@media only screen and (min-width:1024px) {
    .finance__table {
        padding-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.finance__img {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff
}

@media only screen and (min-width:1024px) {
    .finance__img {
        width: 60%
    }
}

.finance__img::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(-.65%, #e87c16), color-stop(103.03%, rgba(9, 9, 9, 0)));
    background: linear-gradient(270deg, #e87c16 -.65%, rgba(9, 9, 9, 0) 103.03%);
    z-index: 5
}

.finance__img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-.65%, #e87c16), color-stop(103.03%, rgba(9, 9, 9, 0)));
    background: linear-gradient(0deg, #e87c16 -.65%, rgba(9, 9, 9, 0) 103.03%);
    z-index: 5
}

@media only screen and (min-width:1024px) {
    .finance__img::after {
        display: none
    }
}

.finance__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.finance__content {
    position: relative;
    z-index: 30
}

@media only screen and (min-width:1024px) {
    .finance__content {
        padding: 4rem 0
    }
}

@media only screen and (min-width:1440px) {
    .finance__content {
        padding: 8rem 0
    }
}

.finance__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem
}

@media only screen and (min-width:1440px) {
    .finance__title {
        font-size: 4.2rem
    }
}

.finance__title span {
    padding: 3px;
    border-radius: 2px;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    background: #fefeff;
    border-radius: .8rem;
    -webkit-box-shadow: 0 1.291px 1.291px 0 rgba(30, 30, 30, .1);
    box-shadow: 0 1.291px 1.291px 0 rgba(30, 30, 30, .1);
    color: #e87c16;
    font-size: 3.4rem;
    font-style: italic;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase
}

@media only screen and (min-width:1440px) {
    .finance__title span {
        font-size: inherit
    }
}

.finance__subtitle {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 800;
    text-align: center
}

@media only screen and (min-width:1024px) {
    .finance__subtitle {
        font-size: 3rem
    }
}

@media only screen and (min-width:1440px) {
    .finance__subtitle {
        font-size: 3.6rem
    }
}

.finance__subtitle span {
    font-size: 5.8rem;
    line-height: 105%;
    text-shadow: 0 0 0 #e87c16, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff
}

@media only screen and (min-width:1024px) {
    .finance__subtitle span {
        font-size: 6rem
    }
}

@media only screen and (min-width:1280px) {
    .finance__subtitle span {
        font-size: 8rem
    }
}

@media only screen and (min-width:1440px) {
    .finance__subtitle span {
        font-size: 10rem
    }
}

.finance__download {
    margin: 4rem auto 0;
    padding: .8rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2.8rem;
    line-height: 100%;
    font-weight: 600;
    text-transform: uppercase;
    color: #e87c16;
    background: #fefeff;
    border: 2px solid rgba(25, 25, 25, .1);
    -webkit-box-shadow: 0 4px 4px 0 rgba(30, 30, 30, .1);
    box-shadow: 0 4px 4px 0 rgba(30, 30, 30, .1)
}

@media only screen and (min-width:1024px) {
    .finance__download {
        margin-top: 4rem;
        font-size: 2.4rem;
        border-radius: 1.2rem
    }
}

@media only screen and (min-width:1280px) {
    .finance__download {
        font-size: 3.2rem
    }
}

@media only screen and (min-width:1440px) {
    .finance__download {
        padding: 1.8rem;
        font-size: 4.8rem
    }
}

.finance__download:hover {
    border-color: rgba(25, 25, 25, .1);
    background: #191919;
    -webkit-box-shadow: 0 4px 4px 0 rgba(30, 30, 30, .1);
    box-shadow: 0 4px 4px 0 rgba(30, 30, 30, .1);
    color: #fefeff
}

.finance__download:hover path {
    stroke: #fefeff
}

.finance__download:active {
    background: #fefeff;
    color: #e87c16;
    border-color: #e87c16
}

.finance__download:active path {
    stroke: #e87c16
}

.finance__download svg {
    width: 1.8rem;
    height: 1.8rem
}

@media only screen and (min-width:1024px) {
    .finance__download svg {
        width: 2.4rem;
        height: 2.4rem
    }
}

@media only screen and (min-width:1280px) {
    .finance__download svg {
        width: 3.2rem;
        height: 3.2rem
    }
}

@media only screen and (min-width:1440px) {
    .finance__download svg {
        width: 4.8rem;
        height: 4.8rem
    }
}

.finance__download1 {
    margin: 4rem auto 0;
    padding: .1rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2rem;
    line-height: 100%;
    font-weight: 600;
    text-transform: uppercase;
    color: #e87c16;
    background: #fefeff;
    border: 1px solid rgba(25, 25, 25, .1);
    -webkit-box-shadow: 0 4px 4px 0 rgba(30, 30, 30, .1);
    box-shadow: 0 4px 4px 0 rgba(30, 30, 30, .1);
    border-radius: 1.2rem
}

@media only screen and (min-width:1024px) {
    .finance__download1 {
        padding: .8rem;
        margin-top: 4rem;
        font-size: 2rem;
        border-radius: 1.2rem
    }
}

@media only screen and (min-width:1280px) {
    .finance__download1 {
        padding: .8rem;
        font-size: 2rem
    }
}

@media only screen and (min-width:1440px) {
    .finance__download1 {
        padding: .8rem;
        font-size: 2rem
    }
}

.finance__download1:hover {
    border-color: rgba(25, 25, 25, .1);
    background: #191919;
    -webkit-box-shadow: 0 4px 4px 0 rgba(30, 30, 30, .1);
    box-shadow: 0 4px 4px 0 rgba(30, 30, 30, .1);
    color: #fefeff
}

.finance__download1:hover path {
    stroke: #fefeff
}

.finance__download1:active {
    background: #fefeff;
    color: #e87c16;
    border-color: #e87c16
}

.finance__download1:active path {
    stroke: #e87c16
}

.finance__download1 svg {
    width: 1.8rem;
    height: 1.8rem
}

@media only screen and (min-width:1024px) {
    .finance__download1 svg {
        width: 2rem;
        height: 2rem
    }
}

@media only screen and (min-width:1280px) {
    .finance__download1 svg {
        width: 3rem;
        height: 3rem
    }
}

@media only screen and (min-width:1440px) {
    .finance__download1 svg {
        width: 2rem;
        height: 2rem
    }
}

.orient {
    padding-top: 8rem;
    position: relative;
    z-index: 10
}

@media only screen and (min-width:1024px) {
    .orient {
        padding-top: 12rem
    }
}

@media only screen and (min-width:1280px) {
    .orient {
        padding-top: 16rem
    }
}

@media only screen and (min-width:1024px) {
    .orient>.container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.orient__title {
    font-weight: 400;
    text-align: center;
    text-transform: none;
    color: #090909
}

@media only screen and (min-width:1024px) {
    .orient__title {
        width: 100%;
        font-weight: 600;
        text-transform: uppercase
    }
}

.orient__title span {
    font-weight: 600
}

.orient__card {
    position: relative;
    margin: 4rem -2rem 0;
    padding: 4rem 2rem
}

@media only screen and (min-width:400px) {
    .orient__card {
        padding: 4rem 4rem;
        margin: 4rem -4rem 0
    }
}

@media only screen and (min-width:1024px) {
    .orient__card {
        margin: 4rem 0 0;
        padding: 4rem
    }
}

.orient__card::after,
.orient__card::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 5rem
}

.orient__card:nth-of-type(1) {
    background-color: #191919
}

@media only screen and (min-width:1024px) {
    .orient__card:nth-of-type(1) {
        width: 40%;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.orient__card:nth-of-type(1)::after,
.orient__card:nth-of-type(1)::before {
    background-color: #191919;
    -webkit-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    transform: skewY(5deg);
    z-index: -1
}

@media only screen and (min-width:768px) {
    .orient__card:nth-of-type(1)::after,
    .orient__card:nth-of-type(1)::before {
        -webkit-transform: skewY(3deg);
        -ms-transform: skewY(3deg);
        transform: skewY(3deg)
    }
}

.orient__card:nth-of-type(1)::before {
    top: -2.4rem;
    border-radius: 1rem 1rem 0 0
}

.orient__card:nth-of-type(1)::after {
    bottom: -2.4rem;
    border-radius: 0 0 1rem 1rem
}

.orient__card:nth-of-type(2) {
    margin-top: 4rem;
    background-color: #e87c16
}

@media only screen and (min-width:1024px) {
    .orient__card:nth-of-type(2) {
        width: 60%;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.orient__card:nth-of-type(2)::after,
.orient__card:nth-of-type(2)::before {
    background-color: #e87c16;
    -webkit-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    transform: skewY(-5deg);
    z-index: -1
}

@media only screen and (min-width:768px) {
    .orient__card:nth-of-type(2)::after,
    .orient__card:nth-of-type(2)::before {
        -webkit-transform: skewY(-3deg);
        -ms-transform: skewY(-3deg);
        transform: skewY(-3deg)
    }
}

.orient__card:nth-of-type(2)::before {
    top: -2.4rem;
    border-radius: 1rem 1rem 0 0
}

.orient__card:nth-of-type(2)::after {
    bottom: -2.4rem;
    border-radius: 0 0 1rem 1rem
}

.orient__subtitle {
    font-size: 4.8rem;
    line-height: 120%;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 0 0 0 #191919, -1px -1px 0 #e87c16, 1px -1px 0 #e87c16, -1px 1px 0 #e87c16, 1px 1px 0 #e87c16
}

@media only screen and (min-width:1024px) {
    .orient__subtitle {
        font-size: 6rem
    }
}

@media only screen and (min-width:1280px) {
    .orient__subtitle {
        font-size: 7.2rem
    }
}

@media only screen and (min-width:1440px) {
    .orient__subtitle {
        font-size: 9rem
    }
}

.orient__subtitle_white {
    text-shadow: 0 0 0 #e87c16, -1px -1px 0 #090909, 1px -1px 0 #090909, -1px 1px 0 #090909, 1px 1px 0 #090909
}

.orient__list {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2rem
}

@media only screen and (min-width:1280px) {
    .orient__list {
        margin-top: 4rem
    }
}

.orient__list-item {
    padding: 1rem;
    border-radius: .6rem;
    border: 1px solid #fefeff
}

.author {
    margin-top: 2rem;
    padding-top: 6rem;
    padding-bottom: 4rem;
    position: relative;
    z-index: 5;
    background: #191919
}

.author__wrap {
    position: relative;
    padding: 4rem 3.4rem 5.4rem;
    border-radius: 24px;
    border: 2px solid #fff;
    background: linear-gradient(112deg, rgba(255, 255, 255, .4) 0, rgba(255, 255, 255, 0) 101.12%);
    -webkit-backdrop-filter: blur(35.4668388367px);
    backdrop-filter: blur(35.4668388367px)
}

@media only screen and (min-width:1024px) {
    .author__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (min-width:1440px) {
    .author__wrap {
        padding: 8rem 3.4rem
    }
}

.author__title {
    width: 100%;
    color: #fefeff;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase
}

@media only screen and (min-width:1024px) {
    .author__title {
        text-align: center
    }
}

@media only screen and (min-width:1280px) {
    .author__title {
        font-size: 3.8rem
    }
}

.author__img {
    position: relative;
    left: -5.4rem;
    margin-top: 4rem;
    width: calc(100% + 5.4rem);
    border-radius: 0 24px 24px 0;
    overflow: hidden
}

@media only screen and (min-width:400px) {
    .author__img {
        left: -8.4rem;
        width: calc(100% + 8.4rem)
    }
}

@media only screen and (min-width:1024px) {
    .author__img {
        width: calc(50% + 8.4rem);
        position: static;
        margin-left: -11.4rem
    }
}

.author__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.author__content {
    margin-top: 4rem
}

@media only screen and (min-width:1024px) {
    .author__content {
        width: 50%
    }
}

.author__name {
    text-shadow: .71px 2.13px 5.397px rgba(30, 30, 30, .2);
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 1.68px;
    text-transform: uppercase
}

@media only screen and (min-width:1024px) {
    .author__name {
        font-size: 3.2rem
    }
}

@media only screen and (min-width:1280px) {
    .author__name {
        font-size: 3.8rem
    }
}

@media only screen and (min-width:1440px) {
    .author__name {
        font-size: 4.8rem
    }
}

.author__features {
    margin-top: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.6rem
}

.author__feature {
    color: #fefeff
}

.author__feature p {
    font-weight: 500
}

.author__feature p span {
    font-weight: 300
}

.author__bttn {
    position: absolute;
    bottom: -2.3rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 3.2rem auto 0;
    padding: 1.2rem 1.6rem;
    gap: 1.6rem;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 120%;
    font-weight: 600;
    background: #191919;
    border: .1rem solid #e87c16
}

.author__bttn:hover {
    border-color: #fefeff;
    background: #e87c16;
    -webkit-box-shadow: 0 4px 4px 0 rgba(30, 30, 30, .1);
    box-shadow: 0 4px 4px 0 rgba(30, 30, 30, .1);
    color: #fefeff
}

.author__bttn:hover path {
    stroke: #fefeff
}

.author__bttn:active {
    background: #191919;
    color: #e87c16;
    border-color: #e87c16
}

.author__bttn:active path {
    stroke: #e87c16
}

@media only screen and (min-width:1024px) {
    .author__bttn {
        font-size: 2.4rem;
        bottom: -2.4rem;
        border-radius: 1.2rem;
        border: .2rem solid #e87c16
    }
}

@media only screen and (min-width:1280px) {
    .author__bttn {
        font-size: 3.2rem;
        bottom: -2.9rem
    }
}

@media only screen and (min-width:1440px) {
    .author__bttn {
        padding: 1.8rem;
        font-size: 4.8rem;
        bottom: -5rem
    }
}

.author__bttn svg {
    width: 2rem;
    height: 2rem
}

@media only screen and (min-width:1024px) {
    .author__bttn svg {
        width: 2.4rem;
        height: 2.4rem
    }
}

@media only screen and (min-width:1280px) {
    .author__bttn svg {
        width: 3.2rem;
        height: 3.2rem
    }
}

@media only screen and (min-width:1440px) {
    .author__bttn svg {
        width: 4.8rem;
        height: 4.8rem
    }
}

.reviews {
    padding-top: 8rem
}

@media only screen and (min-width:1024px) {
    .reviews {
        padding-top: 12rem
    }
}

@media only screen and (min-width:1280px) {
    .reviews {
        padding-top: 16rem
    }
}

@media only screen and (min-width:1440px) {
    .reviews {
        padding-top: 20rem
    }
}

.reviews__title {
    text-align: center;
    color: #191919
}

.reviews__subtitle {
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    color: #191919
}

@media only screen and (min-width:1024px) {
    .reviews__subtitle {
        margin-top: 1rem;
        font-size: 2.8rem
    }
}

@media only screen and (min-width:1440px) {
    .reviews__subtitle {
        margin-top: 0;
        font-size: 3.4rem
    }
}

.reviews__cards {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3.5rem
}

@media only screen and (min-width:1024px) {
    .reviews__cards {
        margin-top: 4rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (min-width:1440px) {
    .reviews__cards {
        margin-top: 8rem;
        gap: 4rem
    }
}

.reviews__card {
    padding: 3rem 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    background: #191919;
    -webkit-box-shadow: 0 2.963px 48.896px 0 #979797;
    box-shadow: 0 2.963px 48.896px 0 #979797;
    max-width: 25rem;
    color: #979797
}

@media only screen and (min-width:1280px) {
    .reviews__card {
        max-width: 28rem
    }
}

@media only screen and (min-width:1440px) {
    .reviews__card {
        max-width: 30.5rem
    }
}

.reviews__card_orange {
    padding: 3rem 1.6rem;
    max-width: 31rem;
    background: #191919;
    border-radius: 1.6rem;
    -webkit-box-shadow: 0 3.69px 36.905px 0 #e87c16;
    box-shadow: 0 3.69px 36.905px 0 #e87c16;
    color: #fefeff
}

@media only screen and (min-width:1280px) {
    .reviews__card_orange {
        padding: 4rem 2rem;
        max-width: 36rem;
        -webkit-box-shadow: 0 5px 50px 0 #e87c16;
        box-shadow: 0 5px 50px 0 #e87c16
    }
}

@media only screen and (min-width:1440px) {
    .reviews__card_orange {
        max-width: 42rem
    }
}

.reviews__card_orange .reviews__img {
    width: 10rem;
    height: 10rem
}

@media only screen and (min-width:1280px) {
    .reviews__card_orange .reviews__img {
        width: 12rem;
        height: 12rem
    }
}

@media only screen and (min-width:1280px) {
    .reviews__card_orange .reviews__img {
        width: 14rem;
        height: 14rem
    }
}

.reviews__card_orange .reviews__name {
    margin-top: 3rem;
    font-size: 2.1rem;
    line-height: 140%
}

@media only screen and (min-width:1280px) {
    .reviews__card_orange .reviews__name {
        font-size: 2.4rem
    }
}

@media only screen and (min-width:1440px) {
    .reviews__card_orange .reviews__name {
        font-size: 2.8rem
    }
}

.reviews__card_orange .reviews__age {
    font-size: 1.6rem
}

@media only screen and (min-width:1280px) {
    .reviews__card_orange .reviews__age {
        font-size: 1.8rem
    }
}

@media only screen and (min-width:1440px) {
    .reviews__card_orange .reviews__age {
        font-size: 2.2rem
    }
}

.reviews__card_orange .reviews__text {
    font-size: 1.2rem;
    font-weight: 500;
    color: #fefeff
}

@media only screen and (min-width:1280px) {
    .reviews__card_orange .reviews__text {
        font-size: 1.4rem
    }
}

@media only screen and (min-width:1440px) {
    .reviews__card_orange .reviews__text {
        font-size: 1.6rem
    }
}

.reviews__img {
    border-radius: .3rem;
    overflow: hidden;
    width: 6rem;
    height: 6rem
}

@media only screen and (min-width:1280px) {
    .reviews__img {
        width: 8rem;
        height: 8rem
    }
}

.reviews__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.reviews__name {
    margin-top: 1.6rem;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 142.471%;
    text-transform: uppercase
}

@media only screen and (min-width:1280px) {
    .reviews__name {
        font-size: 2rem
    }
}

@media only screen and (min-width:1440px) {
    .reviews__name {
        margin-top: 2rem;
        font-size: 2.4rem
    }
}

.reviews__age {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 142.471%;
    text-transform: uppercase
}

@media only screen and (min-width:1280px) {
    .reviews__age {
        font-size: 1.6rem
    }
}

@media only screen and (min-width:1440px) {
    .reviews__age {
        font-size: 2rem
    }
}

.reviews__text {
    margin-top: 1.6rem;
    font-size: 1rem;
    line-height: 150%;
    color: #979797;
    font-weight: 400
}

@media only screen and (min-width:1280px) {
    .reviews__text {
        margin-top: 2rem;
        font-size: 1.2rem
    }
}

.variants {
    padding-top: 8rem
}

@media only screen and (min-width:1280px) {
    .variants {
        padding-top: 12rem
    }
}

@media only screen and (min-width:1440px) {
    .variants {
        padding-top: 16rem
    }
}

@media only screen and (min-width:1024px) {
    .variants>.container {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.variants__title {
    font-weight: 700;
    text-align: center;
    color: #191919
}

@media only screen and (min-width:1024px) {
    .variants__title {
        width: 100%
    }
}

.variants__title span {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 120%;
    text-transform: none
}

@media only screen and (min-width:1024px) {
    .variants__title span {
        font-size: inherit
    }
}

@media only screen and (min-width:1024px) {
    .variants__card {
        width: 50%
    }
}

.variants__card>p {
    margin-top: 5rem;
    font-size: 1.2rem;
    color: #191919
}

.variants__card_leave .variants__card-wrap {
    background-color: #191919
}

.variants__card_leave .variants__card-wrap::after,
.variants__card_leave .variants__card-wrap::before {
    background-color: #191919;
    -webkit-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    transform: skewY(10deg)
}

@media only screen and (min-width:600px) {
    .variants__card_leave .variants__card-wrap::after,
    .variants__card_leave .variants__card-wrap::before {
        -webkit-transform: skewY(5deg);
        -ms-transform: skewY(5deg);
        transform: skewY(5deg)
    }
}

.variants__card_leave .variants__card-wrap::before {
    top: -4.4rem;
    border-radius: 1rem 1rem 0 0
}

.variants__card_leave .variants__card-wrap::after {
    bottom: -4.4rem;
    border-radius: 0 0 0 1rem
}

.variants__card_leave>p {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg)
}

@media only screen and (min-width:600px) {
    .variants__card_leave>p {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }
}

@media only screen and (min-width:1024px) {
    .variants__card_leave>p {
        padding-left: 2rem;
        font-size: 1.8rem
    }
}

@media only screen and (min-width:1440px) {
    .variants__card_leave>p {
        font-size: 2.2rem
    }
}

.variants__card_stay .variants__card-wrap {
    margin-top: 10rem;
    background-color: #e87c16
}

.variants__card_stay .variants__card-wrap::after,
.variants__card_stay .variants__card-wrap::before {
    background-color: #e87c16;
    -webkit-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    transform: skewY(-10deg)
}

@media only screen and (min-width:600px) {
    .variants__card_stay .variants__card-wrap::after,
    .variants__card_stay .variants__card-wrap::before {
        -webkit-transform: skewY(-5deg);
        -ms-transform: skewY(-5deg);
        transform: skewY(-5deg)
    }
}

.variants__card_stay .variants__card-wrap::before {
    top: -4.4rem;
    border-radius: 1rem 0 0 0
}

.variants__card_stay .variants__card-wrap::after {
    bottom: -4.4rem;
    border-radius: 0 0 1rem 1rem
}

.variants__card_stay>p {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    color: #e87c16;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 110%
}

@media only screen and (min-width:600px) {
    .variants__card_stay>p {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@media only screen and (min-width:1024px) {
    .variants__card_stay>p {
        font-size: 1.8rem;
        text-align: center
    }
}

@media only screen and (min-width:1440px) {
    .variants__card_stay>p {
        font-size: 2.4rem
    }
}

.variants__card-wrap {
    margin: 8rem -2rem 0;
    position: relative;
    padding: 2rem 4rem;
    border-radius: 6px;
    background: #121212
}

@media only screen and (min-width:400px) {
    .variants__card-wrap {
        margin: 8rem -4rem 0
    }
}

@media only screen and (min-width:1024px) {
    .variants__card-wrap {
        margin: 8rem 0 0;
        padding: 4rem 2rem;
        min-height: 46rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }
}

@media only screen and (min-width:1280px) {
    .variants__card-wrap {
        min-height: 49rem;
        padding: 4rem
    }
}

@media only screen and (min-width:1440px) {
    .variants__card-wrap {
        min-height: 64rem;
        padding: 4rem 6rem
    }
}

.variants__card-wrap::after,
.variants__card-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 9rem;
    z-index: -1
}

.variants__card-title {
    font-size: 1.8rem;
    line-height: 120%;
    font-weight: 700
}

@media only screen and (min-width:1024px) {
    .variants__card-title {
        font-size: 2.4rem
    }
}

@media only screen and (min-width:1280px) {
    .variants__card-title {
        font-size: 3rem
    }
}

@media only screen and (min-width:1440px) {
    .variants__card-title {
        font-size: 3.8rem
    }
}

.variants__card-list {
    margin-top: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1rem
}

@media only screen and (min-width:1024px) {
    .variants__card-list {
        margin-top: 2rem;
        gap: 1.2rem
    }
}

@media only screen and (min-width:1440px) {
    .variants__card-list {
        margin-top: 4rem;
        gap: 2rem
    }
}

.variants__card-list li {
    padding: .8rem;
    border-radius: 4px;
    border: 1px solid #fefeff
}

@media only screen and (min-width:1440px) {
    .variants__card-list li {
        padding: 1rem
    }
}

.market {
    margin-top: 10rem;
    padding: 4rem 0 4.5rem;
    position: relative
}

@media only screen and (min-width:1024px) {
    .market {
        padding-top: 6rem;
        padding-bottom: 6.5rem
    }
}

@media only screen and (min-width:1440px) {
    .market {
        padding-top: 8rem
    }
}

.market__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.market__background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.market__title {
    font-size: 2rem;
    line-height: 120%;
    text-align: center;
    text-shadow: 8px 3px 7.6px rgba(30, 30, 30, .2)
}

@media only screen and (min-width:1024px) {
    .market__title {
        font-size: 3.6rem
    }
}

@media only screen and (min-width:1280px) {
    .market__title {
        font-size: 4.8rem
    }
}

.market__title span {
    font-size: 5.8rem;
    line-height: 120%;
    text-shadow: 0 0 0 #655b52, -1px -1px 0 #fefeff, 1px -1px 0 #fefeff, -1px 1px 0 #fefeff, 1px 1px 0 #fefeff
}

.market-form {
    max-width: 48.5rem;
    margin: 2rem auto 0
}

@media only screen and (min-width:1024px) {
    .market-form {
        margin-top: 4rem
    }
}

.market-form fieldset {
    margin: 0 auto;
    padding: 2rem 1rem;
    border-radius: 12px;
    background: #191919;
    max-width: 100%;
    font-family: Karla
}

@media only screen and (min-width:1024px) {
    .market-form fieldset {
        padding: 4rem
    }
}

.market-form__input {
    border: 2px solid #fefeff
}

@media only screen and (min-width:1024px) {
    .market-form__input {
        padding: 1.8rem 1rem
    }
}

.market-form__input_text input:not(:-moz-placeholder-shown)+span {
    background: #e87c16;
    color: #fefeff
}

.market-form__input_text input:not(:-ms-input-placeholder)+span {
    background: #e87c16;
    color: #fefeff
}

.market-form__input_text input:not(:placeholder-shown)+span {
    background: #e87c16;
    color: #fefeff
}

@media only screen and (min-width:768px) {
    .market-form__input_text input:not(:-moz-placeholder-shown)+span {
        transform: translateY(-2.8rem)
    }
    .market-form__input_text input:not(:-ms-input-placeholder)+span {
        -ms-transform: translateY(-2.8rem);
        transform: translateY(-2.8rem)
    }
    .market-form__input_text input:not(:placeholder-shown)+span {
        -webkit-transform: translateY(-2.8rem);
        -ms-transform: translateY(-2.8rem);
        transform: translateY(-2.8rem)
    }
}

.market-form input,
.market-form__input-plh {
    color: #fefeff;
    font-size: 1.4rem
}

@media only screen and (min-width:1024px) {
    .market-form__input-plh {
        top: 2rem;
        left: 1rem
    }
}

.market-form input::-webkit-input-placeholder {
    color: #fefeff
}

.market-form input::-moz-placeholder {
    color: #fefeff
}

.market-form input:-ms-input-placeholder {
    color: #fefeff
}

.market-form input::-ms-input-placeholder {
    color: #fefeff
}

.market-form input::placeholder {
    color: #fefeff
}

.market-form__errors {
    margin-top: 1rem;
    text-align: center
}

.market-form__submit {
    margin: 2rem auto 0;
    padding: .8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 1.6rem;
    border: 2px solid #e87c16
}

@media only screen and (min-width:1024px) {
    .market-form__submit {
        padding: 1.6rem;
        border-radius: 1.2rem;
        font-size: 2rem
    }
}

@media only screen and (min-width:1280px) {
    .market-form__submit {
        font-size: 2.4rem
    }
}

@media only screen and (min-width:1440px) {
    .market-form__submit {
        font-size: 3.4rem
    }
}

.market-form__submit svg {
    width: 3.2rem;
    height: 3.2rem
}

@media only screen and (min-width:1024px) {
    .market-form__submit svg {
        width: 4.2rem;
        height: 4.2rem
    }
}

.market-form__description {
    margin-top: 2rem
}

.market-form .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
    font-size: 1.4rem
}

.market-form .iti__selected-flag {
    color: #fefeff
}

.iti__country-list {
    color: #979797
}

@-webkit-keyframes scale {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }
}

@keyframes scale {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }
}

.time {
    position: fixed;
    top: 5rem;
    right: 0;
    background-color: #fff;
    padding: 1rem 2rem 1.5rem 7rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: none;
    z-index: 999;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px
}

.last__box-text {
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    line-height: 1.1;
    color: #000;
    font-weight: 700
}

.last__box-count {
    font-size: 14px;
    line-height: 1;
    color: #ef2b2b;
    font-weight: 600
}

.block-download-time:before {
    content: "";
    background-image: url(../../images/icon_download_green.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 8%;
    width: 30px;
    height: 30px
}