<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
}

.modal {
    position: relative;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.modal[data-modal="video"] {
    padding: 0;
    width: auto;
}

@media screen and (max-width: 575px) {
    .modal[data-modal="video"] {
        height: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

.modal[data-modal="video"] .video-content {
    width: 37rem;
    height: 65rem;
    background: #0c0b12;
    max-width: 100%;
    padding: 0;
}

@media screen and (max-width: 570px) {
    .modal[data-modal="video"] .video-content {
        width: 27rem;
        height: 48rem;
    }
}

.modal[data-modal="video"] iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
}

.modal[data-modal="video"] .modal__close {
    position: absolute;
    right: 0;
    top: -45px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0c0b12;
    cursor: pointer;
}

.modal[data-modal="video"] .modal__close .img-svg {
    width: 20px;
    height: 20px;
}

.modal[data-modal="video"] .modal__close .img-svg path {
    fill: #777777;
}

.modal[data-modal="video"] .modal__close:hover .img-svg path {
    fill: #fff;
}

body {
    font-size: 2.1rem;
    letter-spacing: -0.05rem;
    line-height: 1.25;
}

@media screen and (max-width: 575px) {
    body {
        font-size: 1.6rem;
        letter-spacing: -0.05rem;
    }
}

.t-title {
    font-size: 10rem;
    line-height: 0.9;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .t-title {
        font-size: 5.8rem;
    }
}

.t-title span {
    background-position: center 4.2rem;
    background-size: 2.8rem auto;
}

@media screen and (max-width: 575px) {
    .t-title span {
        background-position: center 2.4rem;
        background-size: 1.5rem auto;
    }
}

.t-subtitle {
    color: #988AE7;
    font-weight: 600;
}

@media screen and (max-width: 575px) {
    .t-subtitle {
        letter-spacing: 0.25rem;
    }
}

.intro-section {
    height: 104.2rem;
    color: #fff;
    background-color: #6C5FBB;
    z-index: 7;
}

@media screen and (max-width: 575px) {
    .intro-section {
        height: 58.8rem;
    }
}

.intro-section.intro2 {
    height: 121.2rem;
    background: #F6F6F6;
}

@media screen and (max-width: 575px) {
    .intro-section.intro2 {
        height: 97rem;
    }
}

.intro-section.intro2 .section__bg.xs {
    background-color: #6C5FBB;
    height: 69rem;
}

.intro-section.intro3 {
    height: 106.9rem;
}

@media screen and (max-width: 575px) {
    .intro-section.intro3 {
        height: 58.9rem;
    }
}

.intro-section.intro3 .notice {
    top: 67rem;
    left: 38rem;
    background: #FFDAC6;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 575px) {
    .intro-section.intro3 .notice {
        top: 49rem;
        left: 0rem;
    }
}

.intro-section.intro4 {
    height: 106.9rem;
}

@media screen and (max-width: 575px) {
    .intro-section.intro4 {
        height: 58.9rem;
    }
}

.intro-section.intro4 .notice span {
    padding: 0 .5rem;
    display: block;
}

.intro-section.intro4 .notice span:nth-child(1) {
    margin-left: 10rem;
}

@media screen and (max-width: 575px) {
    .intro-section.intro4 .notice span:nth-child(1) {
        margin-left: 4.5rem;
    }
}

.intro-section .title {
    position: absolute;
    top: 11.3rem;
    left: 50.5rem;
    font-size: 2.5rem;
    opacity: 0.5;
    text-transform: uppercase;
    letter-spacing: 0.75rem;
}

@media screen and (max-width: 575px) {
    .intro-section .title {
        top: 3.5rem;
        left: 0;
        text-align: center;
        width: 100%;
        font-size: 1rem;
        letter-spacing: 0.3rem;
        opacity: 0.7;
    }
}

.intro-section .potok {
    position: absolute;
    top: 11.3rem;
    left: 11rem;
    font-size: 2.5rem;
    letter-spacing: 0.75rem;
    opacity: 0.7;
    text-transform: uppercase;
}

@media screen and (max-width: 575px) {
    .intro-section .potok {
        top: 33.5rem;
        left: 6rem;
        font-size: 1rem;
        letter-spacing: 0.3rem;
    }
}

.intro-section .date {
    position: absolute;
    top: 20rem;
    left: 9.2rem;
    width: 18.5rem;
    text-align: center;
    color: #392F74;
    line-height: .9;
}

@media screen and (max-width: 575px) {
    .intro-section .date {
        width: 9.5rem;
        top: 26.2rem;
        left: 24.5rem;
    }
}

.intro-section .date__number {
    font-size: 11.3rem;
    font-weight: 500;
    letter-spacing: -.5rem;
}

@media screen and (max-width: 575px) {
    .intro-section .date__number {
        font-size: 5.9rem;
        letter-spacing: -.3rem;
    }
}

.intro-section .date__month {
    font-size: 3.4rem;
    font-weight: 600;
    letter-spacing: -.1rem;
}

@media screen and (max-width: 575px) {
    .intro-section .date__month {
        font-size: 1.75rem;
        letter-spacing: -.05rem;
        padding-left: 0.3rem;
    }
}

.intro-section .subtitle {
    position: absolute;
    top: 39.5rem;
    left: 10.5rem;
    width: 15rem;
    text-align: center;
    font-size: 2.6rem;
    line-height: 1.15;
    letter-spacing: -0.08rem;
    font-weight: 300;
}

@media screen and (max-width: 575px) {
    .intro-section .subtitle {
        width: 9.2rem;
        top: 26.8rem;
        left: 4.4rem;
        font-size: 1.6rem;
        letter-spacing: -0.04rem;
    }
}

.intro-section .subtitle b {
    font-weight: 700;
}

.intro-section .notice {
    position: absolute;
    top: 63rem;
    left: 50rem;
    transform: rotate(-5.5deg);
    font-family: 'Gogol';
    font-size: 8rem;
    line-height: 1.4;
    background: linear-gradient(65deg, #fff 70%, rgba(255, 255, 255, 0.08) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 575px) {
    .intro-section .notice {
        top: 45.5rem;
        left: 6.3rem;
        font-size: 3.5rem;
    }
}

.intro-section .notice span {
    padding: 0 .5rem;
    display: block;
}

.intro-section .notice span:nth-child(1) {
    margin-left: 17rem;
}

@media screen and (max-width: 575px) {
    .intro-section .notice span:nth-child(1) {
        margin-left: 7.5rem;
    }
}

.intro-section .notice span:nth-child(2) {
    margin-top: -6rem;
}

@media screen and (max-width: 575px) {
    .intro-section .notice span:nth-child(2) {
        margin-top: -2.8rem;
    }
}

.intro-section .description {
    position: absolute;
    top: 66rem;
    left: 66rem;
    padding: 1.7rem 3rem;
    text-transform: uppercase;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 0.9;
    color: #7E3725;
    background: #FFDAC6;
    border-radius: 10rem;
    letter-spacing: 0.1rem;
}

@media screen and (max-width: 575px) {
    .intro-section .description {
        top: 47rem;
        left: 50%;
        transform: translateX(-50%);
        padding: 0.8rem 1.3rem;
        font-size: 1.5rem;
    }
}

.intro__box {
    position: absolute;
    top: 88rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100.8rem;
}

@media screen and (max-width: 575px) {
    .intro__box {
        top: 57rem;
        width: 32rem;
    }
}

.intro__box-inner {
    background-image: url("../img/intro/2/box-pc-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 31.3rem;
    padding: 5.5rem 7.5rem 0;
    padding-right: 6rem;
    color: #542A1F;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    z-index: 5;
}

@media screen and (max-width: 575px) {
    .intro__box-inner {
        height: auto;
        padding: 2.5rem 3rem 3rem;
        padding-right: 2rem;
        display: block;
        background-image: url("../img/intro/2/box-xs-bg.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
}

.intro__box-left {
    width: 53rem;
    flex-shrink: 0;
}

@media screen and (max-width: 575px) {
    .intro__box-left {
        width: 100%;
    }
}

.intro__box .box-title {
    font-size: 3.8rem;
    letter-spacing: -0.1rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 2rem;
}

@media screen and (max-width: 575px) {
    .intro__box .box-title {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 575px) {
    .intro__box .box-subtitle br {
        display: none;
    }
}

.intro__box .message {
    font-size: 2.5rem;
    font-family: 'Gogol';
    line-height: 0.9;
    color: #7E3725;
    margin-top: 2.5rem;
    padding-left: 13.5rem;
    margin-bottom: 4rem;
    position: relative;
}

@media screen and (max-width: 575px) {
    .intro__box .message {
        margin-top: 3rem;
        padding-left: 10.5rem;
        font-size: 2.2rem;
        letter-spacing: .03rem;
        width: 105%;
    }
}

.intro__box .message span {
    padding-left: 2rem;
}

.intro__box .message__img {
    position: absolute;
    top: -1.5rem;
    left: 0;
    width: 9.4rem;
}

.intro__box .blur {
    position: absolute;
    width: 96rem;
    top: 4rem;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 575px) {
    .intro__box .blur {
        width: 33rem;
        top: 29rem;
        max-width: none;
    }
}

.for-section {
    height: 103.9rem;
    padding: 6rem 0 0;
}

@media screen and (max-width: 575px) {
    .for-section {
        height: 170.4rem;
        background: #F7F7F7;
        padding: 5rem 0 0;
    }
}

.for-section .t-title {
    margin: 1.5rem 0 6rem;
}

@media screen and (max-width: 575px) {
    .for-section .t-title {
        margin-bottom: 3rem;
    }
}

.for__box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .for__box {
        display: block;
    }
}

.for__column {
    width: 39.4rem;
}

@media screen and (max-width: 575px) {
    .for__column {
        width: 100%;
    }
}

.for__item {
    height: 34.5rem;
    border-radius: 3rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4rem;
    padding-right: 3.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 2.1rem;
    letter-spacing: normal;
    color: #4D4D4D;
    margin-bottom: 1rem;
}

@media screen and (max-width: 575px) {
    .for__item {
        height: 28rem;
        padding: 3.3rem;
        margin-bottom: 1.5rem;
        font-size: 1.6rem;
    }

    .for__item br {
        display: none;
    }
}

@media screen and (min-width: 575px) {
    .for__item:last-child {
        margin-bottom: 0;
    }
}

.for__item b {
    color: #000;
}

.for__item.item1 {
    background-image: url("../img/for/bg1.jpg");
}

@media screen and (max-width: 575px) {
    .for__item.item1 {
        background-image: url("../img/for/bg1-xs.jpg");
    }
}

.for__item.item2 {
    background-image: url("../img/for/bg2.jpg");
}

@media screen and (max-width: 575px) {
    .for__item.item2 {
        background-image: url("../img/for/bg2-xs.jpg");
    }
}

.for__item.item3 {
    background-image: url("../img/for/bg3.jpg");
}

@media screen and (min-width: 575px) {
    .for__item.item3 {
        height: 70rem;
    }
}

@media screen and (max-width: 575px) {
    .for__item.item3 {
        background-image: url("../img/for/bg3-xs.jpg");
    }
}

.for__item.item4 {
    background-image: url("../img/for/bg4.jpg");
}

@media screen and (max-width: 575px) {
    .for__item.item4 {
        background-image: url("../img/for/bg4-xs.jpg");
    }
}

.for__item.item5 {
    background-image: url("../img/for/bg5.jpg");
}

@media screen and (max-width: 575px) {
    .for__item.item5 {
        background-image: url("../img/for/bg5-xs.jpg");
    }
}

.why-section {
    height: 159rem;
}

@media screen and (max-width: 575px) {
    .why-section {
        height: 137.5rem;
    }
}

.why-section .container {
    padding-top: 23rem;
}

@media screen and (max-width: 575px) {
    .why-section .container {
        padding-top: 6rem;
    }
}

.why-section .t-subtitle {
    margin: 2rem 0 14.3rem;
}

@media screen and (max-width: 575px) {
    .why-section .t-subtitle {
        margin: 1rem 0 10rem;
    }
}

.why__box {
    width: 110rem;
    margin: 0 auto;
    padding-left: 2rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .why__box {
        width: 100%;
        padding: 0;
    }
}

.why__box .head-title {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    padding-left: 2rem;
}

@media screen and (max-width: 575px) {
    .why__box .head-title {
        font-size: 1.4rem;
        line-height: 1;
        padding: 0;
        margin-bottom: 1rem;
    }
}

.why__box ol {
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 575px) {
    .why__box ol {
        list-style: none;
    }
}

.why__box ol li {
    padding-left: 0.5rem;
}

@media screen and (max-width: 575px) {
    .why__box ol li {
        padding: 0;
        height: 10.2rem;
        margin-top: 1.7rem;
        font-size: 1.4rem;
    }

    .why__box ol li br {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .why__box ol li:first-child {
        margin-top: 0;
        height: 8.5rem;
    }
}

@media screen and (max-width: 575px) {
    .why__box ol li:nth-child(5) {
        height: 8.5rem;
    }
}

.why__column {
    width: 50rem;
}

@media screen and (max-width: 575px) {
    .why__column {
        width: 15rem;
    }
}

.why__column.column__left ol li {
    position: relative;
}

@media screen and (min-width: 575px) {
    .why__column.column__left ol li {
        padding: 2.85rem 0;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.why__column.column__left ol li span {
    margin-right: 1rem;
}

@media screen and (max-width: 575px) {
    .why__column.column__left ol li span {
        display: none;
    }
}

@media screen and (min-width: 575px) {
    .why__column.column__left ol li::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 44rem;
        background: rgba(0, 0, 0, 0.2);
    }

    .why__column.column__left ol li:last-child::after {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .why__column.column__right {
        margin-right: -1rem;
    }
}

.why__column.column__right .head-title {
    color: #4D4194;
}

@media screen and (min-width: 575px) {
    .why__column.column__right .head-title {
        margin-bottom: 5rem;
    }
}

.why__column.column__right ol {
    margin-left: 2rem;
}

@media screen and (max-width: 575px) {
    .why__column.column__right ol {
        margin: 0;
    }
}

@media screen and (min-width: 575px) {
    .why__column.column__right ol li {
        margin-bottom: 3rem;
    }
}

.why__column.column__right ol li:nth-child(3), .why__column.column__right ol li:nth-child(4) {
    padding-right: 4rem;
}

.why__footer {
    position: absolute;
    top: 125.5rem;
    left: 35rem;
    width: 68rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .why__footer {
        top: 111.5rem;
        left: 6.7rem;
        width: 27rem;
        display: block;
    }
}

.why__footer .title {
    color: #7E3725;
    font-size: 2.1rem;
    line-height: 1.35;
}

@media screen and (max-width: 575px) {
    .why__footer .title {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
}

.why__footer .t-btn {
    flex-shrink: 0;
    width: 33.5rem;
    height: 9.5rem;
    font-size: 1.55rem;
    letter-spacing: .13rem;
}

@media screen and (max-width: 575px) {
    .why__footer .t-btn {
        width: 24.5rem;
        height: 7rem;
        font-size: 1.1rem;
        letter-spacing: .09rem;
    }
}

.level-section {
    height: 114.9rem;
    padding: 14rem 0 0;
}

@media screen and (max-width: 575px) {
    .level-section {
        height: auto;
        padding-top: 4.5rem;
        padding-bottom: 3rem;
    }
}

.level-section .t-title {
    margin: 2rem 0;
}

@media screen and (max-width: 575px) {
    .level-section .t-title {
        margin: 1.5rem 0 .7rem;
    }
}

.level-section .description {
    color: #909090;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .level-section .description {
        width: 26rem;
        margin: 0 auto;
    }

    .level-section .description br {
        display: none;
    }
}

.level-section .description b {
    font-weight: 600;
    color: #494949;
}

.level-section.level3 {
    padding-top: 5rem;
    height: 91.5rem;
}

@media screen and (max-width: 575px) {
    .level-section.level3 {
        height: auto;
        padding-bottom: 7rem;
    }
}

.level-section.level3 .t-subtitle {
    padding-left: 5rem;
    text-align: left;
}

@media screen and (max-width: 575px) {
    .level-section.level3 .t-subtitle {
        text-align: center;
        padding: 0;
        letter-spacing: 0.1rem;
    }
}

.level-section.level3 .t-title {
    margin: 3rem 0 0;
    text-align: left;
    padding-left: 5rem;
}

@media screen and (max-width: 575px) {
    .level-section.level3 .t-title {
        text-align: center;
        padding: 0;
        margin: 1.5rem 0 4.5rem;
    }
}

.level-section.level3 .level__box {
    margin-top: -7rem;
}

@media screen and (max-width: 575px) {
    .level-section.level3 .level__box {
        margin: 0;
    }
}

@media screen and (max-width: 575px) {
    .level-section.level3 .level__item {
        margin-bottom: 3.5rem;
    }
}

@media screen and (max-width: 575px) {
    .level-section.level3 .level__item .img {
        margin-bottom: 2.5rem;
    }
}

.level-section.level3 .level__item .text {
    padding: 0 3rem 3rem;
    padding-right: 2rem;
}

@media screen and (max-width: 575px) {
    .level-section.level3 .level__item .text {
        padding: 0 2rem 2rem;
    }
}

.level-section.level3 .level__item.item1 {
    border: 0;
    opacity: 0.5;
}

.level-section.level3 .level__item.item1 .img {
    margin-bottom: 3.5rem;
}

@media screen and (max-width: 575px) {
    .level-section.level3 .level__item.item1 .img {
        margin-bottom: 2.5rem;
    }
}

.level-section.level3 .notice {
    margin: 5.7rem 0 0;
    font-size: 1.6rem;
    color: #A9A9A9;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .level-section.level3 .notice {
        font-size: 1.2rem;
        letter-spacing: normal;
        width: 26rem;
        margin: -2rem auto 0;
    }
}

.level-section.level4 {
    height: 90rem;
}

@media screen and (max-width: 575px) {
    .level-section.level4 {
        height: auto;
        padding-bottom: 4rem;
    }
}

.level-section.level4 .t-title {
    font-size: 10.5rem;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .level-section.level4 .t-title {
        font-size: 5.8rem;
        margin: 0;
    }
}

.level-section.level4 .t-subtitle {
    text-align: center;
}

@media screen and (max-width: 575px) {
    .level-section.level4 .t-subtitle {
        margin: 0.5rem 0 3.5rem;
    }
}

.level-section.level4 .level__box {
    margin-top: 5rem;
}

@media screen and (max-width: 575px) {
    .level-section.level4 .level__box {
        margin: 0;
    }
}

.level-section.level4 .level__item.item2 {
    opacity: 0.5;
}

.level-section.level4 .notice {
    margin: 3rem 0 0;
    letter-spacing: normal;
}

@media screen and (max-width: 575px) {
    .level-section.level4 .notice {
        margin: -2rem auto 0;
    }
}

.level__box {
    margin: 9rem 0 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .level__box {
        display: block;
        margin-top: 3.5rem;
    }
}

.level__column {
    position: relative;
}

.level__column .top {
    padding: 1rem 1.7rem;
    border-radius: 5rem;
    background: #515151;
    color: #FFFFFF;
    font-size: 2.1rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0.9;
    letter-spacing: 0.1rem;
    position: absolute;
    left: 4rem;
    top: -2rem;
    z-index: 10;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 575px) {
    .level__column .top {
        font-size: 1.7rem;
        padding: 0.7rem 1.4rem;
        left: 3rem;
        top: -1.5rem;
    }
}

.level__column .top.check {
    padding-right: 4rem;
}

@media screen and (max-width: 575px) {
    .level__column .top.check {
        padding-right: 3.2rem;
    }
}

.level__column .top img {
    position: absolute;
    left: 14.4rem;
    bottom: 1rem;
    width: 4rem;
}

@media screen and (max-width: 575px) {
    .level__column .top img {
        width: 3.5rem;
        left: 12rem;
    }
}

.level__column.column2 .top {
    background: #7E3725;
    color: #FFDAC0;
}

.level__item {
    width: 38.4rem;
    padding: 1rem;
    border-radius: 3rem;
    color: #515151;
    position: relative;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 575px) {
    .level__item {
        width: 100%;
        margin-bottom: 1.5rem;
        padding: 0.8rem;
    }

    .level__item:nth-child(1) .text {
        padding-right: 5rem;
    }

    .level__item:nth-child(2) .text {
        padding-right: 1rem;
    }

    .level__item:nth-child(3) .text {
        padding-right: 1.5rem;
    }
}

.level__item .img {
    width: 100%;
    border-radius: 2.5rem;
    display: block;
    margin-bottom: 3.5rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.level__item .icon {
    position: absolute;
    pointer-events: none;
}

.level__item .text {
    padding: 0 4rem 4rem;
    padding-right: 2rem;
}

@media screen and (max-width: 575px) {
    .level__item .text {
        padding: 0 3.3rem 3.3rem;
    }
}

.level__item .text .title {
    margin-bottom: 2rem;
    font-size: 3.2rem;
    font-weight: 700;
}

@media screen and (max-width: 575px) {
    .level__item .text .title {
        font-size: 2.6rem;
        margin-bottom: 1.5rem;
    }
}

@media screen and (max-width: 575px) {
    .level__item .text .subtitle {
        font-size: 1.75rem;
    }

    .level__item .text .subtitle br {
        display: none;
    }
}

.level__item.item1 {
    background-color: #fff;
}

.level__item.item1 .img {
    margin-bottom: 5.5rem;
}

@media screen and (max-width: 575px) {
    .level__item.item1 .img {
        margin-bottom: 4.5rem;
    }
}

.level__item.item1 .icon {
    width: 34.7rem;
    left: 4rem;
    top: -6rem;
}

@media screen and (max-width: 575px) {
    .level__item.item1 .icon {
        width: 26rem;
        left: 4rem;
        top: -2rem;
    }
}

.level__item.item2 {
    color: #7E3725;
}

.level__item.item2 .icon {
    width: 19.6rem;
    left: 12.5rem;
    top: 12rem;
}

@media screen and (max-width: 575px) {
    .level__item.item2 .icon {
        width: 16rem;
        left: 10.5rem;
        top: 10rem;
    }
}

.level__item.item3 {
    color: #fff;
}

.level__item.item3 .icon {
    width: 27.9rem;
    left: 15rem;
    top: 9rem;
}

@media screen and (max-width: 575px) {
    .level__item.item3 .icon {
        width: 23rem;
        left: 12rem;
        top: 8rem;
    }
}

.education-section {
    height: 142.7rem;
    padding-top: 20rem;
    color: #fff;
}

@media screen and (max-width: 575px) {
    .education-section {
        height: 103rem;
        padding-top: 8rem;
    }
}

.education-section.education3 {
    height: 110.9rem;
    padding: 0;
}

@media screen and (max-width: 575px) {
    .education-section.education3 {
        height: 77.3rem;
        padding-top: 6rem;
    }
}

.education-section.education3 .education__text {
    text-align: center;
}

@media screen and (min-width: 575px) {
    .education-section.education3 .education__text {
        width: 45rem;
        top: 41rem;
    }
}

@media screen and (max-width: 575px) {
    .education-section.education3 .education__text .t-title {
        font-size: 7.2rem;
    }
}

.education-section.education3 .education__text .subtitle {
    font-size: 2.1rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    color: #AE9AFF;
}

@media screen and (max-width: 575px) {
    .education-section.education3 .education__text .subtitle {
        position: relative;
        top: auto;
        left: auto;
        font-size: 1.4rem;
        letter-spacing: 0.1rem;
        padding: 0 2rem;
        margin-top: 1rem;
    }
}

@media screen and (max-width: 575px) {
    .education-section.education3 .education__inner {
        margin-top: 3rem;
    }
}

@media screen and (max-width: 575px) {
    .education-section.education3 .education__item.order3 img {
        height: 4rem;
    }
}

@media screen and (min-width: 575px) {
    .education-section.education3 .education__item.item1 {
        top: 12rem;
        left: 38rem;
    }

    .education-section.education3 .education__item.item1 img {
        width: 8.6rem;
    }

    .education-section.education3 .education__item.item2 {
        top: 27rem;
        right: 8rem;
    }

    .education-section.education3 .education__item.item2 img {
        width: 7rem;
    }

    .education-section.education3 .education__item.item4 {
        top: 70rem;
        right: 7rem;
    }

    .education-section.education3 .education__item.item4 img {
        width: 6rem;
    }

    .education-section.education3 .education__item.item5 {
        top: 87rem;
        left: 38.3rem;
    }

    .education-section.education3 .education__item.item5 img {
        width: 6.5rem;
    }

    .education-section.education3 .education__item.item6 {
        top: 70rem;
        left: 4rem;
    }

    .education-section.education3 .education__item.item6 img {
        width: 7.5rem;
    }

    .education-section.education3 .education__item.item7 {
        top: 27rem;
        left: 8rem;
    }

    .education-section.education3 .education__item.item7 img {
        width: 6.5rem;
    }
}

.education-section.education4 {
    height: 115.3rem;
    padding: 0;
}

@media screen and (max-width: 575px) {
    .education-section.education4 {
        height: 85.4rem;
        padding-top: 4.5rem;
    }
}

.education-section.education4 .education__text {
    text-align: center;
}

@media screen and (min-width: 575px) {
    .education-section.education4 .education__text {
        width: 45rem;
        top: 53rem;
    }
}

.education-section.education4 .education__text .t-subtitle {
    color: #AE9AFF;
    letter-spacing: 0.2rem;
}

.education-section.education4 .education__text .t-title {
    margin-top: 2rem;
}

@media screen and (max-width: 575px) {
    .education-section.education4 .education__text .t-title {
        font-size: 6.5rem;
    }
}

.education-section.education4 .education__text .subtitle {
    color: #A4A7F0;
    letter-spacing: 0.03rem;
    font-size: 1.2rem;
}

@media screen and (max-width: 575px) {
    .education-section.education4 .education__text .subtitle {
        top: 66rem;
        padding: 0 3rem;
    }
}

@media screen and (max-width: 575px) {
    .education-section.education4 .education__inner {
        margin-top: 3rem;
    }
}

@media screen and (max-width: 575px) {
    .education-section.education4 .education__item.order1 {
        width: 100%;
    }

    .education-section.education4 .education__item.order1 img {
        width: 3.3rem;
        height: auto;
    }

    .education-section.education4 .education__item.order1 br {
        display: none;
    }

    .education-section.education4 .education__item.order2 {
        padding: 0;
    }

    .education-section.education4 .education__item.order2 img {
        height: 4rem;
    }

    .education-section.education4 .education__item.order3 img {
        height: 4rem;
    }

    .education-section.education4 .education__item.order4 img {
        height: 4rem;
    }

    .education-section.education4 .education__item.order5 {
        padding-top: 0.6rem;
    }
}

@media screen and (min-width: 575px) {
    .education-section.education4 .education__item.item1 {
        top: 26rem;
        left: 17rem;
    }

    .education-section.education4 .education__item.item1 img {
        width: 8.6rem;
    }

    .education-section.education4 .education__item.item2 {
        top: 26rem;
        right: 20rem;
    }

    .education-section.education4 .education__item.item2 img {
        width: 7rem;
    }

    .education-section.education4 .education__item.item3 {
        top: 55rem;
        right: 0;
    }

    .education-section.education4 .education__item.item3 img {
        width: 7rem;
    }

    .education-section.education4 .education__item.item4 {
        top: 87rem;
        right: 5rem;
    }

    .education-section.education4 .education__item.item4 img {
        width: 6rem;
    }

    .education-section.education4 .education__item.item5 {
        top: 100rem;
        left: 38.3rem;
    }

    .education-section.education4 .education__item.item5 img {
        width: 6.5rem;
    }

    .education-section.education4 .education__item.item6 {
        top: 87rem;
        left: 4rem;
    }

    .education-section.education4 .education__item.item6 img {
        width: 7.5rem;
    }

    .education-section.education4 .education__item.item7 {
        top: 55rem;
        left: -2rem;
    }

    .education-section.education4 .education__item.item7 img {
        width: 7.5rem;
    }
}

.education__box {
    position: relative;
    width: 110rem;
    margin: 0 auto;
}

@media screen and (max-width: 575px) {
    .education__box {
        width: 100%;
    }
}

.education__text {
    text-align: center;
}

@media screen and (min-width: 575px) {
    .education__text {
        width: 37rem;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 38rem;
    }
}

.education__text .t-title {
    line-height: 0.85;
}

@media screen and (max-width: 575px) {
    .education__text .t-title {
        font-size: 8rem;
    }
}

.education__text .subtitle {
    margin: 1.5rem 0 0;
    font-size: 1.4rem;
    color: #A4A7F0;
}

@media screen and (max-width: 575px) {
    .education__text .subtitle {
        font-size: 1.2rem;
        margin: 0;
        position: absolute;
        top: 89rem;
        left: 0;
        letter-spacing: normal;
        width: 100%;
    }

    .education__text .subtitle br {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .education__inner {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 4rem 0 0;
    }
}

.education__item {
    width: 33rem;
    position: absolute;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .education__item {
        width: 49%;
        margin-bottom: 2.7rem;
        position: relative;
    }
}

.education__item .title {
    margin: 1rem 0 1rem;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
    color: #EAE4FE;
}

@media screen and (max-width: 575px) {
    .education__item .title {
        font-size: 1.5rem;
        margin: 0.5rem 0 .5rem;
    }
}

.education__item .subtitle {
    font-size: 1.8rem;
    opacity: 0.9;
    color: #E3DDFF;
}

@media screen and (max-width: 575px) {
    .education__item .subtitle {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 575px) {
    .education__item img {
        height: 4rem;
    }
}

@media screen and (max-width: 575px) {
    .education__item.order1 {
        order: 1;
    }

    .education__item.order2 {
        order: 2;
        padding-top: 2rem;
    }

    .education__item.order2 img {
        height: 2rem;
    }

    .education__item.order3 {
        order: 3;
    }

    .education__item.order3 img {
        height: 3rem;
    }

    .education__item.order4 {
        order: 4;
        padding-top: .5rem;
    }

    .education__item.order4 img {
        height: 2.5rem;
    }

    .education__item.order5 {
        order: 5;
    }

    .education__item.order6 {
        order: 6;
    }

    .education__item.order7 {
        order: 7;
    }

    .education__item.order8 {
        order: 8;
    }
}

@media screen and (min-width: 575px) {
    .education__item.item1 {
        top: 0;
        left: 38rem;
    }

    .education__item.item1 img {
        width: 8.6rem;
    }

    .education__item.item2 {
        top: 16rem;
        right: 4rem;
    }

    .education__item.item2 img {
        width: 7rem;
    }

    .education__item.item3 {
        top: 43.5rem;
        right: -5rem;
    }

    .education__item.item3 img {
        width: 6rem;
    }

    .education__item.item4 {
        top: 74rem;
        right: 4rem;
    }

    .education__item.item4 img {
        width: 6rem;
    }

    .education__item.item5 {
        top: 88rem;
        left: 38.3rem;
    }

    .education__item.item5 img {
        width: 6.5rem;
    }

    .education__item.item6 {
        top: 78.5rem;
        left: 8rem;
    }

    .education__item.item6 img {
        width: 7.5rem;
    }

    .education__item.item7 {
        top: 43.5rem;
        left: -5rem;
    }

    .education__item.item7 img {
        width: 6.5rem;
    }

    .education__item.item8 {
        top: 13rem;
        left: 5rem;
    }

    .education__item.item8 img {
        width: 7.5rem;
    }
}

.reviews-section {
    padding: 13rem 0 0;
    height: 140rem;
}

@media screen and (min-width: 575px) {
    .reviews-section {
        overflow: hidden;
    }
}

@media screen and (max-width: 575px) {
    .reviews-section {
        padding: 5rem 0 0;
        height: 83rem;
    }
}

.reviews-section.reviews4 {
    padding: 0;
    height: 130rem;
}

@media screen and (max-width: 575px) {
    .reviews-section.reviews4 {
        height: 87rem;
    }
}

.reviews-section.reviews4 .t-title {
    width: 60rem;
}

@media screen and (max-width: 575px) {
    .reviews-section.reviews4 .t-title {
        width: 100%;
    }
}

.reviews-section.reviews4 .iphone {
    top: 27.7rem;
}

@media screen and (max-width: 575px) {
    .reviews-section.reviews4 .iphone {
        top: 19.5rem;
    }
}

.reviews-section.reviews4 .reviews__box {
    margin: 6rem 0 0;
}

@media screen and (max-width: 575px) {
    .reviews-section.reviews4 .reviews__box {
        margin: 7rem 0 0;
    }
}

@media screen and (max-width: 575px) {
    .reviews-section.reviews4 .slider__arrow {
        top: 17rem;
        width: 5.3rem;
        height: 2.8rem;
    }

    .reviews-section.reviews4 .slider__arrow.left {
        left: 12.5rem;
    }

    .reviews-section.reviews4 .slider__arrow.right {
        right: 12.5rem;
    }
}

.reviews-section .t-subtitle {
    margin: 1.5rem 0 7.5rem;
}

@media screen and (max-width: 575px) {
    .reviews-section .t-subtitle {
        margin: 1rem 0 3.5rem;
        font-size: 1.4rem;
    }
}

.reviews-section .iphone {
    width: 70rem;
    position: absolute;
    top: 25rem;
    left: 34.5rem;
    z-index: 10;
    pointer-events: none;
}

@media screen and (max-width: 575px) {
    .reviews-section .iphone {
        top: 13.5rem;
        left: 0.5rem;
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .reviews-section .slider__arrow {
        position: absolute;
        top: 11.2rem;
    }

    .reviews-section .slider__arrow.left {
        left: 8.7rem;
    }

    .reviews-section .slider__arrow.right {
        right: 8.7rem;
    }
}

.reviews__box {
    width: 217rem;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

@media screen and (max-width: 575px) {
    .reviews__box {
        width: 97rem;
    }
}

.reviews__slider {
    display: flex;
}

.reviews__slider .space {
    padding: 0 2rem 15rem;
}

@media screen and (max-width: 575px) {
    .reviews__slider .space {
        padding: 0 1.9rem 10rem;
    }
}

.reviews__slider .item {
    border: 0.5rem solid #fff;
    border-radius: 5rem;
    height: 74.5rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 31rem 4rem 0;
    text-align: center;
    box-shadow: 0 50px 100px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 575px) {
    .reviews__slider .item {
        border-width: .3rem;
        height: 50.5rem;
        padding: 21rem 2rem 0;
        border-radius: 3.5rem;
    }
}

.reviews__slider .item .play-btn {
    width: 12rem;
    margin: 0 auto 5rem;
    cursor: pointer;
    transition: 320ms;
}

@media screen and (max-width: 575px) {
    .reviews__slider .item .play-btn {
        width: 8rem;
        margin-bottom: 3.5rem;
    }
}

.reviews__slider .item .play-btn:hover {
    transform: scale(1.05);
}

.reviews__slider .item .title {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

@media screen and (max-width: 575px) {
    .reviews__slider .item .title {
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 575px) {
    .reviews__slider .item .title.right {
        text-align: right;
    }
}

.slick-dots {
    z-index: 15;
    bottom: -6rem;
}

@media screen and (max-width: 575px) {
    .slick-dots {
        display: none !important;
    }
}

.slick-dots li {
    padding: 0;
    margin: 0 .7rem;
    width: auto;
    height: auto;
}

.slick-dots li.slick-active button {
    background: #786BCA;
}

.slick-dots li button {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    background: #D9D9D9;
}

.slick-dots li button::before {
    display: none;
}

.program-section {
    min-height: 281.9rem;
    padding-top: 20rem;
    background-color: #292351;
    letter-spacing: normal;
}

@media screen and (max-width: 575px) {
    .program-section {
        background-color: #070511;
        min-height: 0;
        padding-top: 6.5rem;
    }
}

.program-section.program3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 13rem;
    background: linear-gradient(180deg, transparent 0%, #181339 100%);
    z-index: 3;
}

@media screen and (max-width: 575px) {
    .program-section.program3::before {
        height: 7rem;
        background: linear-gradient(180deg, transparent 0%, #16124D 100%);
    }
}

.program-section.program4 {
    min-height: 311.7rem;
    padding-top: 0;
}

@media screen and (max-width: 575px) {
    .program-section.program4 {
        background: #2F296B;
        padding-bottom: 5rem;
    }
}

.program-section .t-title {
    color: #fff;
    margin-bottom: 7.5rem;
}

@media screen and (max-width: 575px) {
    .program-section .t-title {
        margin-bottom: 2.5rem;
        font-size: 5rem;
    }

    .program-section .t-title span {
        background-position: center 2.2rem;
        background-size: 1.1rem auto;
    }
}

@media screen and (max-width: 575px) {
    .program-section .container {
        padding: 0;
    }
}

.program__buttons {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}

@media screen and (max-width: 575px) {
    .program__buttons {
        overflow-x: auto;
        padding: 1.2rem 3rem;
    }

    .program__buttons::-webkit-scrollbar {
        display: none;
    }
}

.program__buttons .program__button {
    margin-right: 1.2rem;
    padding: 3.4rem 0 2.5rem;
    padding-left: 5rem;
    width: 27.3rem;
    border-radius: 3rem 3rem 0 0;
    position: relative;
    background: #fff;
    line-height: 0.9;
    opacity: 0.5;
    transition: 420ms;
    cursor: pointer;
}

@media screen and (max-width: 575px) {
    .program__buttons .program__button {
        width: 13.3rem;
        padding: 1.8rem 0 1.5rem;
        border-radius: 1.5rem;
        flex-shrink: 0;
        padding-left: 1.8rem;
    }

    .program__buttons .program__button:last-child {
        margin-right: 0;
    }
}

.program__buttons .program__button:hover {
    opacity: 0.7;
}

.program__buttons .program__button.active {
    opacity: 1;
}

.program__buttons .program__button.active .date {
    color: #A8A1CA;
}

.program__buttons .program__button .for {
    padding: 0.7rem 1.5rem;
    border-radius: 20rem;
    position: absolute;
    top: -1.3rem;
    left: 5rem;
    background: #FFDAC6;
    color: #7E3725;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
}

@media screen and (max-width: 575px) {
    .program__buttons .program__button .for {
        font-size: 0.9rem;
        padding: 0.5rem .8rem;
        left: 1.8rem;
        top: -0.8rem;
    }
}

.program__buttons .program__button .title {
    margin-bottom: 0.5rem;
    color: #5F4DD3;
    font-size: 3.4rem;
    font-weight: 700;
    text-transform: uppercase;
}

@media screen and (max-width: 575px) {
    .program__buttons .program__button .title {
        font-size: 2rem;
        letter-spacing: -0.1rem;
    }
}

.program__buttons .program__button .date {
    color: #5F4DD3;
    font-size: 1.6rem;
    font-weight: 600;
}

@media screen and (max-width: 575px) {
    .program__buttons .program__button .date {
        font-size: 0.88rem;
    }
}

@media screen and (max-width: 575px) {
    .program__tabs {
        padding: 0 3rem;
    }
}

.program__tab {
    display: none;
    background: #fff;
    border-radius: 0 3rem 3rem 3rem;
    padding: 0rem 4.5rem 5rem;
}

@media screen and (max-width: 575px) {
    .program__tab {
        padding: 0 3rem 1.5rem;
        border-radius: 3rem;
    }
}

.program__tab.active {
    display: block;
}

.module {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5rem 0;
}

@media screen and (max-width: 575px) {
    .module {
        padding: 3rem 0;
    }
}

.module.last {
    border: 0;
}

.module__header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 575px) {
    .module__header {
        display: block;
    }
}

.module__header .module-description {
    margin-left: 4rem;
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
    color: #878787;
    border-radius: 6rem;
    border: 1px solid #C8C8C8;
    letter-spacing: normal;
}

@media screen and (max-width: 575px) {
    .module__header .module-description {
        margin: 1.5rem 0 0;
        font-size: 1.2rem;
        display: inline-block;
        width: 24.5rem;
        padding: 0.7rem 1.5rem;
    }
}

.module-title {
    color: #393C4D;
    font-size: 3.2rem;
    font-weight: 700;
}

@media screen and (max-width: 575px) {
    .module-title {
        font-size: 2.3rem;
        line-height: 1;
    }
}

.module__content {
    margin: 3rem 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

@media screen and (max-width: 575px) {
    .module__content {
        display: block;
    }

    .module__content br {
        display: none;
    }
}

.module__content-column:first-child {
    width: 55rem;
    padding-right: 8rem;
    flex-shrink: 0;
}

@media screen and (max-width: 575px) {
    .module__content-column:first-child {
        width: 100%;
        padding: 0;
    }
}

.module__content-column:last-child {
    padding-right: 8rem;
}

@media screen and (max-width: 575px) {
    .module__content-column:last-child {
        padding: 0;
        margin-top: 2.5rem;
    }
}

.module__content-column.full {
    width: 100%;
}

.module .type {
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 700;
    color: #5F4DD3;
}

@media screen and (max-width: 575px) {
    .module .type {
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
    }
}

.module .type img {
    width: 1.6rem;
    margin-right: 1.4rem;
}

@media screen and (max-width: 575px) {
    .module .type img {
        font-size: 1.5rem;
        width: 1.2rem;
        margin-right: 1rem;
    }
}

.module ul {
    padding: 0;
    margin: 0;
    padding-left: 3rem;
}

@media screen and (max-width: 575px) {
    .module ul {
        font-size: 1.45rem;
        padding-left: 2.2rem;
    }
}

.module p, .module .notice {
    padding-left: 3rem;
}

@media screen and (max-width: 575px) {
    .module p, .module .notice {
        font-size: 1.45rem;
        padding-left: 2.2rem;
    }
}

.module .notice {
    font-size: 1.6rem;
    color: #9D9D9D;
}

.module__itog {
    border-radius: 2.5rem;
    padding: 4.5rem;
    color: #7E3725;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 575px) {
    .module__itog {
        padding: 2rem 2.5rem 2.5rem;
        font-size: 1.5rem;
        width: 29rem;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

.module__itog-title {
    margin-bottom: 1.5rem;
    font-size: 3.2rem;
    font-weight: 700;
}

@media screen and (max-width: 575px) {
    .module__itog-title {
        font-size: 2.4rem;
        margin-bottom: 0.8rem;
    }
}

.current-section {
    height: 82rem;
    padding: 10.5rem 0 0;
    z-index: 11;
}

@media screen and (max-width: 575px) {
    .current-section {
        height: 74.2rem;
        padding: 4rem 0 0;
    }
}

.current-section .t-title {
    margin: 2rem 0 6rem;
}

@media screen and (max-width: 575px) {
    .current-section .t-title {
        margin: 1.2rem 0 3rem;
    }
}

.current-section.current0 {
    height: 101rem;
}

@media screen and (max-width: 575px) {
    .current-section.current0 {
        height: 104rem;
    }
}

.current-section.current4 {
    padding: 13rem 0 0;
    height: 68rem;
}

@media screen and (max-width: 575px) {
    .current-section.current4 {
        padding-top: 7rem;
        height: auto;
        padding-bottom: 4rem;
    }
}

.current-section.current4 .t-title {
    margin: 0;
    text-align: left;
    color: #171234;
}

@media screen and (max-width: 575px) {
    .current-section.current4 .t-title {
        text-align: center;
    }
}

.current-section.current4 .current__item {
    margin-bottom: 6rem;
}

@media screen and (max-width: 575px) {
    .current-section.current4 .current__item {
        text-align: left;
        margin-bottom: 2.5rem;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .current-section.current4 .current__item img {
        width: 11rem;
        margin: 0 2rem 0 0;
    }
}

.current__box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 121rem;
}

@media screen and (max-width: 575px) {
    .current__box {
        width: 100%;
    }
}

.current__item {
    display: flex;
    margin-bottom: 7rem;
    align-items: center;
    justify-content: flex-start;
    color: #515151;
}

@media screen and (max-width: 575px) {
    .current__item {
        width: 49%;
        margin-bottom: 3rem;
        display: block;
        text-align: center;
    }
}

.current__item img {
    width: 16.6rem;
    border-radius: 3rem;
    border: 3px solid #EAE7FA;
    flex-shrink: 0;
    margin-right: 4rem;
}

@media screen and (max-width: 575px) {
    .current__item img {
        width: 11rem;
        border-width: 2px;
        margin: 0 auto 1.5rem;
        border-radius: 2rem;
    }
}

.current__item .title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.15;
}

@media screen and (max-width: 575px) {
    .current__item .title {
        font-size: 1.4rem;
    }
}

.current__item .subtitle {
    margin: 1rem 0 0;
    font-size: 1.8rem;
}

@media screen and (max-width: 575px) {
    .current__item .subtitle {
        font-size: 1.2rem;
        margin-top: 0.5rem;
    }

    .current__item .subtitle br {
        display: none;
    }
}

@media screen and (min-width: 575px) {
    .current__item.item1, .current__item.item3 {
        width: 55rem;
        margin-right: 7rem;
    }

    .current__item.item2, .current__item.item4 {
        width: 59rem;
    }
}

@media screen and (max-width: 575px) {
    .current__item.item3, .current__item.item4 {
        padding: 0 .5rem;
    }
}

@media screen and (max-width: 575px) {
    .current__item.order1 {
        order: 1;
    }

    .current__item.order2 {
        order: 2;
    }

    .current__item.order3 {
        order: 3;
    }

    .current__item.order4 {
        order: 4;
    }
}

@media screen and (max-width: 575px) {
    .gallery-section .slider__arrow {
        position: absolute;
        top: -0.3rem;
    }

    .gallery-section .slider__arrow.left {
        left: 10.7rem;
    }

    .gallery-section .slider__arrow.right {
        right: 10.7rem;
    }
}

@media screen and (max-width: 575px) {
    .gallery-section .t-subtitle {
        font-size: 1.4rem;
    }
}

.gallery__header {
    margin: 2rem 0 6rem;
}

@media screen and (max-width: 575px) {
    .gallery__header {
        margin: 1.5rem 0 3rem;
    }
}

.gallery__box {
    overflow-x: auto;
    position: relative;
    z-index: 10;
}

.gallery__box::-webkit-scrollbar {
    display: none;
}

.gallery__scroll {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 8rem;
}

@media screen and (max-width: 575px) {
    .gallery__scroll {
        padding-bottom: 4rem;
    }
}

.gallery__scroll .column {
    margin-right: 3rem;
    flex-shrink: 0;
}

@media screen and (max-width: 575px) {
    .gallery__scroll .column {
        margin-right: 1.3rem;
    }
}

.gallery__scroll .column.column_space {
    width: 35rem;
    height: 1px;
}

@media (max-width: 1200px) {
    .gallery__scroll .column.column_space {
        width: 5rem;
    }
}

@media screen and (max-width: 575px) {
    .gallery__scroll .column.column_space {
        width: 3rem;
        margin-right: 0;
    }
}

.gallery__scroll .column.column1 {
    width: 53.5rem;
}

@media screen and (max-width: 575px) {
    .gallery__scroll .column.column1 {
        width: 23rem;
    }
}

.gallery__scroll .column.column2 {
    width: 52.5rem;
}

@media screen and (max-width: 575px) {
    .gallery__scroll .column.column2 {
        width: 22.5rem;
    }
}

.gallery__scroll .column.column3 {
    width: 52.5rem;
}

@media screen and (max-width: 575px) {
    .gallery__scroll .column.column3 {
        width: 22.5rem;
    }
}

.gallery__scroll .column.column4 {
    width: 53.5rem;
}

@media screen and (max-width: 575px) {
    .gallery__scroll .column.column4 {
        width: 23rem;
    }
}

.gallery__scroll .column.column5 {
    width: 53.5rem;
}

@media screen and (max-width: 575px) {
    .gallery__scroll .column.column5 {
        width: 23rem;
    }
}

.gallery__scroll .column.column6 {
    width: 25.5rem;
}

@media screen and (max-width: 575px) {
    .gallery__scroll .column.column6 {
        width: 11rem;
    }
}

.gallery__scroll .column.column7 {
    width: 24.5rem;
}

@media screen and (max-width: 575px) {
    .gallery__scroll .column.column7 {
        width: 10.5rem;
    }
}

.gallery__scroll a {
    display: block;
}

.gallery__scroll a:last-child img {
    box-shadow: 0 4rem 4rem 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 575px) {
    .gallery__scroll a:last-child img {
        box-shadow: 0 2rem 2rem 0 rgba(0, 0, 0, 0.1);
    }
}

.gallery__scroll a img {
    width: 100%;
    display: block;
    border-radius: 2rem;
    margin-bottom: 3rem;
    box-shadow: 0 7rem 8rem 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 575px) {
    .gallery__scroll a img {
        box-shadow: 0 3rem 4rem 0 rgba(0, 0, 0, 0.1);
        margin-bottom: 1.3rem;
        border-radius: 0.8rem;
    }
}

.sertificate-section {
    height: 88.7rem;
    padding: 13rem 0 0;
}

@media screen and (max-width: 575px) {
    .sertificate-section {
        padding: 7rem 0 0;
        height: 93.5rem;
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .sertificate-section.sertificate3 {
        height: 85.9rem;
        padding: 0;
    }
}

.sertificate-section.sertificate4 {
    height: 85.5rem;
}

@media screen and (max-width: 575px) {
    .sertificate-section.sertificate4 {
        height: 84.7rem;
        padding: 0;
    }
}

.sertificate-section .t-title {
    text-align: left;
    font-size: 9rem;
}

@media screen and (max-width: 575px) {
    .sertificate-section .t-title {
        font-size: 5.3rem;
        text-align: center;
    }
}

.sertificate-section .t-title span {
    background-position: center 4rem;
    background-size: 2.2rem auto;
}

@media screen and (max-width: 575px) {
    .sertificate-section .t-title span {
        background-position: center 2.1rem;
        background-size: 1.5rem auto;
    }
}

.sertificate-section .notice {
    display: inline-block;
    margin: 2rem 0 3rem;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.15;
    color: #FFDAC0;
    padding: 0.8rem 1.2rem;
    border: 1px solid #FFDAC0;
    text-transform: uppercase;
    border-radius: 5rem;
    letter-spacing: 0.05rem;
}

@media screen and (max-width: 575px) {
    .sertificate-section .notice {
        font-size: 1.4rem;
        margin: 1.3rem 0 36rem;
        padding: 0;
        border: 0;
        letter-spacing: .1rem;
    }
}

.sertificate-section .subtitle {
    font-weight: 300;
    color: #fff;
    width: 45rem;
    letter-spacing: normal;
    font-size: 2.1rem;
}

@media screen and (max-width: 575px) {
    .sertificate-section .subtitle {
        width: 100%;
        font-size: 1.6rem;
    }
}

.sertificate-section .subtitle b {
    font-weight: 700;
}

.sertificate-section .subtitle p {
    margin: 0;
}

.sertificate-section .subtitle p:first-child {
    margin-bottom: 3rem;
}

.sertificate-section .description {
    width: 22.5rem;
    padding-left: 2rem;
    font-size: 1.55rem;
    line-height: 1.3;
    color: #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 575px) {
    .sertificate-section .description {
        position: absolute;
        top: 35rem;
        left: 99rem;
    }
}

@media screen and (max-width: 575px) {
    .sertificate-section .description {
        margin: 3rem 0 0;
        padding-top: 2rem;
        font-size: 1.2rem;
        width: 100%;
        text-align: center;
        color: #A4A7F0;
        border: 0;
        position: relative;
        letter-spacing: normal;
    }

    .sertificate-section .description br {
        display: none;
    }

    .sertificate-section .description::before {
        content: '';
        position: absolute;
        top: 0;
        width: 15rem;
        height: 1px;
        background: #A4A7F0;
        left: 50%;
        transform: translateX(-50%);
    }
}

.bonuses-section {
    padding: 16rem 0 0;
    height: 100rem;
}

@media screen and (max-width: 575px) {
    .bonuses-section {
        padding: 6rem 0 0;
        height: 105.7rem;
    }
}

.bonuses-section .t-subtitle {
    margin: 1rem 0 10rem;
}

@media screen and (max-width: 575px) {
    .bonuses-section .t-subtitle {
        margin-bottom: 5.5rem;
    }
}

.bonuses__box {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 10rem;
}

@media screen and (max-width: 575px) {
    .bonuses__box {
        display: block;
    }
}

.bonuses__item {
    width: 38.4rem;
    border-radius: 3rem;
    background: #fff;
    color: #515151;
    padding: 1rem;
}

@media screen and (max-width: 575px) {
    .bonuses__item {
        width: 100%;
        border-radius: 2.5rem;
        margin-bottom: 2rem;
    }
}

.bonuses__item .head {
    position: relative;
}

.bonuses__item .head .deadline {
    position: absolute;
    left: 2rem;
    bottom: 2.2rem;
    background: #FFDAC6;
    border-radius: 3rem;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 0.9;
    color: #7E3725;
    padding: 0.7rem 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

@media screen and (max-width: 575px) {
    .bonuses__item .head .deadline {
        font-size: 1.2rem;
        padding: 0.6rem .9rem;
        bottom: 1.3rem;
        left: 1.5rem;
    }
}

.bonuses__item .head img {
    margin-top: -5.5rem;
    width: 100%;
}

.bonuses__item .text {
    padding: 3rem 3rem 3rem;
}

@media screen and (max-width: 575px) {
    .bonuses__item .text {
        padding: 2rem 2.5rem 2.5rem;
    }
}

.bonuses__item .title {
    margin-bottom: 1.5rem;
    font-weight: 700;
}

@media screen and (max-width: 575px) {
    .bonuses__item .title {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
}

.bonuses__item .subtitle {
    font-size: 1.8rem;
}

@media screen and (max-width: 575px) {
    .bonuses__item .subtitle {
        font-size: 1.5rem;
    }
}

.author-section {
    height: 119.3rem;
    padding: 25rem 0 0;
    color: #fff;
}

@media screen and (max-width: 575px) {
    .author-section {
        height: 143.7rem;
        padding: 12.5rem 0 0;
    }
}

.author-section.author4 {
    padding: 5rem 0 0;
    height: 88rem;
}

@media screen and (max-width: 575px) {
    .author-section.author4 {
        height: 135rem;
    }
}

@media screen and (min-width: 575px) {
    .author-section .container {
        padding-left: 88rem;
    }
}

@media screen and (min-width: 575px) {
    .author-section ul {
        position: absolute;
        width: 47rem;
        left: 0;
        top: 0;
    }
}

@media screen and (max-width: 575px) {
    .author-section ul {
        margin-left: -1.5rem;
    }
}

.author-section ul li {
    margin-bottom: 6.5rem;
    color: #E3DDFF;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: normal;
}

@media screen and (max-width: 575px) {
    .author-section ul li {
        margin-bottom: 1.7rem;
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

.author-section ul li b {
    font-weight: 700;
    color: #fff;
}

.author-section ul li:last-child {
    margin-bottom: 0;
}

.author-section .t-title {
    font-size: 19rem;
    text-align: left;
    margin-left: -6.5rem;
}

@media screen and (max-width: 575px) {
    .author-section .t-title {
        font-size: 14rem;
        margin: 0;
        text-align: center;
    }
}

.author-section .subtitle {
    text-transform: uppercase;
    color: #FFDAC0;
    font-size: 1.8rem;
    line-height: 1.45;
    letter-spacing: 0.2rem;
    margin: 2.5rem 0 2.5rem;
}

@media screen and (max-width: 575px) {
    .author-section .subtitle {
        margin: 0;
        top: -5rem;
        left: 0;
        width: 100%;
        text-align: center;
        position: absolute;
        font-size: 1.2rem;
        letter-spacing: 0.05rem;
    }
}

.author-section .description {
    width: 31.5rem;
    letter-spacing: normal;
    font-size: 1.75rem;
    color: #C5A5F6;
    line-height: 1.38;
    font-style: italic;
    font-family: 'PlayfairDisplay';
}

@media screen and (max-width: 575px) {
    .author-section .description {
        position: absolute;
        top: 105rem;
        width: 28.5rem;
        left: 50%;
        transform: translateX(-50%);
        font-size: 1.5rem;
        text-align: center;
        color: #E3DDFF;
    }

    .author-section .description br {
        display: none;
    }
}

.faq-section {
    padding: 12rem 0;
}

@media screen and (max-width: 575px) {
    .faq-section {
        padding: 4rem 0 5rem;
    }
}

.faq-section .t-subtitle {
    margin: 1.5rem 0 6rem;
}

@media screen and (max-width: 575px) {
    .faq-section .t-subtitle {
        margin: 0.7rem 0 2rem;
        letter-spacing: 0.14rem;
    }
}

.faq__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.faq__item-header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 3.2rem 0;
    cursor: pointer;
    transition: 320ms padding;
}

@media screen and (max-width: 575px) {
    .faq__item-header {
        padding: 1.8rem 0;
    }
}

.faq__item-header .arrow {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .5rem;
    margin-right: 2.5rem;
}

@media screen and (max-width: 575px) {
    .faq__item-header .arrow {
        width: 1.5rem;
        height: 1.5rem;
        margin-right: 1.5rem;
    }
}

.faq__item-header img {
    transition: 320ms;
}

.faq__item-header .title {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: normal;
    color: #393C4D;
    transition: 220ms;
}

@media screen and (max-width: 575px) {
    .faq__item-header .title {
        font-size: 1.8rem;
    }
}

.faq__item-header:hover .title {
    color: #000;
}

.faq__item-content {
    padding-left: 5rem;
    padding-bottom: 3rem;
    display: none;
    letter-spacing: normal;
    line-height: 1.3;
}

@media screen and (max-width: 575px) {
    .faq__item-content {
        padding-left: 3rem;
        padding-bottom: 1rem;
        padding-right: 3rem;
        font-size: 1.4rem;
    }
}

.faq__item-content ul {
    padding: 0;
    margin: 0;
    padding-left: 2.4rem;
}

@media screen and (max-width: 575px) {
    .faq__item-content ul {
        padding-left: 1.8rem;
    }
}

.faq__item-content ul li {
    margin-bottom: 2rem;
}

.faq__item-content ul li:last-child {
    margin-bottom: 0;
}

.faq__item-content p {
    margin: 0 0 2rem;
}

.faq__item.active .faq__item-header {
    padding-bottom: 2rem;
}

.faq__item.active .faq__item-header img {
    transform: rotate(180deg);
    opacity: 0.3;
}

.faq__item.active .faq__item-header .title {
    color: #000;
}

.registration-section {
    padding: 0;
    min-height: 0;
    letter-spacing: normal;
}

.registration-section .t-title {
    margin-bottom: 12rem;
    letter-spacing: 0.5rem;
    background: linear-gradient(65deg, #fff 75%, rgba(255, 255, 255, 0.08) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 575px) {
    .registration-section .t-title {
        margin-bottom: 9rem;
        letter-spacing: 0.3rem;
    }
}

.registration-section.under-author {
    height: 91rem;
}

@media screen and (max-width: 575px) {
    .registration-section.under-author {
        height: 83.4rem;
    }
}

.registration-section.under4 {
    height: 80.7rem;
    padding-top: 3rem;
}

@media screen and (max-width: 575px) {
    .registration-section.under4 {
        height: 76.7rem;
        padding: 0;
    }
}

.registration-section.under4 .t-title {
    margin-bottom: 7rem;
}

.registration-section.last {
    height: 116rem;
    padding: 25rem 0 0;
}

@media screen and (max-width: 575px) {
    .registration-section.last {
        height: auto;
        padding: 7rem 0 9rem;
    }
}

.registration-section.last4 {
    height: 94rem;
    padding: 6rem 0 0;
}

@media screen and (max-width: 575px) {
    .registration-section.last4 {
        height: auto;
        padding-bottom: 8.5rem;
    }
}

.tariff-section {
    height: 217.7rem;
    padding: 20rem 0 0;
}

@media screen and (max-width: 575px) {
    .tariff-section {
        height: 419.3rem;
        padding: 6.5rem 0 0;
    }
}

.payment__notice {
    margin: 16rem 0 0;
    height: 40.5rem;
    padding: 7rem;
    background-image: url("../img/tariff/landing/notice-pc-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 575px) {
    .payment__notice {
        margin-top: 11rem;
        width: 32rem;
        height: 50.4rem;
        padding: 4rem;
        background-image: url("../img/tariff/landing/notice-xs-bg.png");
    }
}

.payment__notice.payment0 {
    width: 120rem;
    position: relative;
    z-index: 11;
    margin: 2rem auto 0;
    background-image: url("../img/tariff/landing/0/notice-pc-bg.png");
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

@media screen and (max-width: 575px) {
    .payment__notice.payment0 {
        background-image: url("../img/tariff/landing/0/notice-xs-bg.png");
        width: 32rem;
        height: 42rem;
        display: block;
        padding: 3.5rem;
    }
}

.payment__notice.payment0 .payment__notice-left {
    width: 64rem;
    flex-shrink: 0;
}

@media screen and (max-width: 575px) {
    .payment__notice.payment0 .payment__notice-left {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .payment__notice.payment0 .payment__notice-left .subtitle {
        padding-right: 2rem;
    }
}

.payment__notice.payment0 .payment__notice-right .price {
    margin-bottom: 4rem;
    font-size: 8.5rem;
    font-weight: 700;
    line-height: 1.1;
    color: #5F4DD3;
    letter-spacing: -0.1rem;
}

@media screen and (max-width: 575px) {
    .payment__notice.payment0 .payment__notice-right .price {
        font-size: 5rem;
        margin-bottom: 2rem;
    }
}

.payment__notice .title {
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.1rem;
}

@media screen and (max-width: 575px) {
    .payment__notice .title {
        font-size: 2.4rem;
    }
}

.payment__notice .subtitle {
    margin: 2rem 0 3rem;
    font-size: 2.4rem;
    line-height: 1.35;
    letter-spacing: -0.08rem;
    width: 60rem;
}

@media screen and (max-width: 575px) {
    .payment__notice .subtitle {
        font-size: 1.5rem;
        width: 100%;
        margin: 1rem 0 1.5rem;
    }
}

.payment__notice .subtitle b {
    font-weight: 600;
    color: #5F4DD3;
}

.payment__notice .notice {
    font-size: 1.6rem;
    color: #B9B9B9;
    letter-spacing: normal;
}

@media screen and (max-width: 575px) {
    .payment__notice .notice {
        font-size: 1.2rem;
    }
}

.next-section {
    padding-bottom: 5rem;
}

.next-section .t-title {
    margin: 3rem 0 6rem;
}

@media screen and (max-width: 575px) {
    .next-section .t-title {
        margin: 1.5rem 0 3.5rem;
    }
}

.next__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.next__item {
    margin-bottom: 5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 28%;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.15;
    color: #515151;
}

@media screen and (max-width: 575px) {
    .next__item {
        width: 50%;
        margin-bottom: 3rem;
        display: block;
        font-size: 1.6rem;
        text-align: center;
        padding: 0 1rem;
    }
}

.next__item img {
    width: 11.2rem;
    flex-shrink: 0;
    margin-right: 3rem;
}

@media screen and (max-width: 575px) {
    .next__item img {
        margin: 0 0 1rem;
    }
}

.gift__box {
    margin: 3rem 0 0;
    position: relative;
    z-index: 7;
}

@media screen and (max-width: 575px) {
    .gift__box {
        margin-top: 1rem;
    }
}

.gift__box.gift4 {
    width: 120rem;
    margin: -20rem auto 0;
}

@media screen and (max-width: 575px) {
    .gift__box.gift4 {
        margin: 4rem auto 0;
        width: 32rem;
    }
}

.gift__box.gift4 .gift__box-inner {
    border: 2px solid #A99FE7;
    height: 39rem;
    background-image: url("../img/gift/4/pc-bg.jpg");
}

@media screen and (max-width: 575px) {
    .gift__box.gift4 .gift__box-inner {
        text-align: center;
        height: 56rem;
        padding: 3.5rem;
        background-image: url("../img/gift/4/xs-bg.jpg");
    }
}

@media screen and (max-width: 575px) {
    .gift__box.gift4 .title {
        margin-bottom: 3rem;
        width: 120%;
        margin-left: -10%;
    }
}

.gift__box.gift4 .gift__box-columns {
    margin-top: 4rem;
    align-items: flex-end;
}

@media screen and (max-width: 575px) {
    .gift__box.gift4 .gift__box-columns {
        margin: 0;
    }
}

.gift__box.gift4 .gift__box-columns .column {
    flex-shrink: 0;
    color: #E3DDFF;
    font-weight: 400;
    text-align: left;
}

@media screen and (max-width: 575px) {
    .gift__box.gift4 .gift__box-columns .column br {
        display: none;
    }
}

.gift__box.gift4 .gift__box-columns .column b {
    font-weight: 700;
    color: #fff;
}

.gift__box.gift4 .gift__box-columns .column:nth-child(1) {
    width: 29rem;
    padding-right: 8rem;
}

@media screen and (max-width: 575px) {
    .gift__box.gift4 .gift__box-columns .column:nth-child(1) {
        padding: 0;
        width: 100%;
        height: 8.7rem;
        line-height: 1.25;
    }
}

.gift__box.gift4 .gift__box-columns .column:nth-child(2) {
    width: 35rem;
    padding-right: 6rem;
}

@media screen and (max-width: 575px) {
    .gift__box.gift4 .gift__box-columns .column:nth-child(2) {
        padding: 0;
        width: 100%;
        height: 22.5rem;
        line-height: 1.25;
    }
}

.gift__box.gift4 .gift__box-columns .column:nth-child(3) {
    width: 43rem;
}

@media screen and (max-width: 575px) {
    .gift__box.gift4 .gift__box-columns .column:nth-child(3) {
        padding: 0;
        width: 100%;
        font-size: 1.55rem;
    }
}

.gift__box.gift4 .gift__box-columns .column img {
    display: block;
    width: 5.2rem;
    margin-bottom: 1.4rem;
}

@media screen and (max-width: 575px) {
    .gift__box.gift4 .gift__box-columns .column img {
        width: 4.2rem;
        margin: 0;
        margin-right: 1.8rem;
    }
}

@media screen and (max-width: 575px) {
    .gift__box.gift4 .gift__box-columns .column.flex {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .gift__box.gift4 .gift__box-columns .column.flex b {
        font-weight: 400;
    }
}

.gift__box.gift4 .blur {
    top: 34rem;
    opacity: 0.7;
}

@media screen and (max-width: 575px) {
    .gift__box.gift4 .blur {
        display: block;
        opacity: 1;
        top: 50rem;
        width: 31rem;
    }
}

.gift__box-inner {
    height: 41.5rem;
    border-radius: 3rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../img/gift/3/pc-bg.jpg");
    padding: 7rem 7rem 0;
    color: #fff;
    z-index: 10;
    position: relative;
}

@media screen and (max-width: 575px) {
    .gift__box-inner {
        text-align: center;
        height: 58rem;
        padding: 13.4rem 2.2rem 3.5rem;
        background-image: url("../img/gift/3/xs-bg.jpg");
    }
}

.gift__box .title {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
}

@media screen and (max-width: 575px) {
    .gift__box .title {
        font-size: 2.4rem;
    }
}

.gift__box .title span {
    color: #FFDEC0;
}

.gift__box-columns {
    margin: 3rem 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 2.2rem;
    line-height: 1.35;
}

@media screen and (max-width: 575px) {
    .gift__box-columns {
        display: block;
        font-size: 1.6rem;
        margin: 1rem 0;
    }
}

.gift__box-columns .subtitle {
    width: 58rem;
    margin-right: 8rem;
    flex-shrink: 0;
}

@media screen and (max-width: 575px) {
    .gift__box-columns .subtitle {
        width: 100%;
        margin: 1rem 0 12.5rem;
        padding: 0 .5rem;
    }
}

.gift__box-columns .text {
    font-weight: 700;
}

.gift__box .notice {
    font-size: 1.7rem;
    opacity: 0.5;
    letter-spacing: normal;
}

@media screen and (max-width: 575px) {
    .gift__box .notice {
        font-size: 1.4rem;
    }
}

.gift__box .blur {
    position: absolute;
    top: 36rem;
    left: 50%;
    transform: translateX(-50%);
    width: 102rem;
    height: 10rem;
    max-width: none;
}

@media screen and (max-width: 575px) {
    .gift__box .blur {
        display: none;
    }
}
</pre></body></html>