.header,
.footer,
.risk-disclosure {
    display: none;
}

.btn-big {
    font-size: 24px;
    padding: 10px 20px;
}

.header~.content {
    margin-top: 0;
}

.head {
    text-align: center;
    background-color: var(--darkblue-1);
    padding: 15px 0;
}

.logo img {
    width: 220px;
    filter: brightness(15);
}

.badge {
    color: #2a56a4;
    font-size: 32px;
    margin-top: 0;
}

.badge img {
    max-width: 30px;
}

.intro-sect .h1 {
    line-height: 1.1;
}

.intro-sect .h2 {
    font-size: 30px;
}

.blue {
    color: var(--darkblue-1);
}

.gold {
    color: var(--gold-1);
}

.h1 {
    font-size: 70px;
    margin: 0 0 10px;
}

.h2 {
    font-size: 50px;
}

.h2:last-child {
    margin-bottom: 0;
}

.fs-label .fs-form-input {
    background: white;
}

.book-row {
    display: flex;
    gap: 40px;
}

.book-left {
    min-width: 300px;
    font-size: 0;
}

.book-right .h4 {
    margin-bottom: 0;
}

.get-block {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--lightblue-4);
    padding: 50px 20px;
}

.text-sect + .text-sect {
    padding-top: 0;
}

.fs-form .btn-big {
    display: block;
    margin: 20px auto 0 auto;
}

.fs-form.form-vertical {
    width: 640px;
}

.fs-form-input {
    padding: 10px 14px;
}

.champ-numbers {
    margin: 20px 0;
}

.champ-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.champ-text .btn-big {
    margin: auto;
}

.btn-gold-fill {
    background-color: var(--gold-1);
    color: white;
    border-color: var(--gold-1);
}

.btn-gold-fill:hover {
    color: white;
    border-color: var(--gold-1);
    background-color: var(--gold-2);
}

.session-row {
    display: flex;
    gap: 40px;
    align-items: center;
}

.session-left {
    min-width: 40%;
}

.session-left, .session-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.session-right .h2 {
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.session-right .h3 {
    margin-bottom: 25px;
}

.quote-sect .h2 {
    font-size: 36px;
}

.quote-block {
    background-color: var(--darkblue-1);
    padding: 35px;
    text-align: center;
}

.quote-block .h3 {
    font-weight: 400;
    color: var(--lightblue-1);
}

.quote-block .h3:first-child {
    font-style: italic;
}

.quote-block .h3:last-child {
    margin-bottom: 0;
}

.quote-sect .h4 {
    font-weight: 400;
}

.steps-block {
    background-color: var(--lightblue-4);
    padding: 30px 50px;
}

.steps-block p:last-child {
    margin-bottom: 0;
}

.h4:last-child {
    margin-bottom: 0;
}

.session-wrap {
    background-color: var(--lightblue-4);
    padding: 40px;
}

.session-row {
    display: flex;
    gap: 20px;
    margin: 30px 0 0;
}

.session-left, .session-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.session-right .btn {
    margin-top: auto;
}

.session-wrap .h2 {
    font-size: 32px;
}

.session-wrap .about-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.session-wrap .about-item p {
    margin: 0;
}

.session-wrap .about-item+.about-item {
    margin-top: 20px;
}

.session-wrap .blue {
    color: var(--blue-1);
}

.session-wrap .about-item-list {
    margin: 30px 0 50px;
}

.session-wrap .btn {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}

.btn span {
    display: block;
    font-weight: 400;
}

.img-container img {
    height: 100%;
}

.label-checkbox {
    max-width: 530px;
}

.form-vertical .btn {
    margin-left: auto;
    margin-right: auto;
}

.foot {
    background-color: var(--lightblue-4);
    padding: 30px 0;
    text-align: center;
}

.foot *, .foot .footer-links * {
    font-size: 14px;
    max-width: 600px;
}

.footer-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer-links a + a {
    margin-left: 7px;
    padding-left: 7px;
    border-left: 1px solid var(--black);
}

@media (max-width: 992px) {
    .champ-numbers {
        margin: 10px auto;
    }

    .head {
        padding: 10px 0;
    }

    .logo img {
        width: 130px;
    }

    .session-row {
        align-items: flex-start;
        gap: 30px;
    }

    .session-right .h2 {
        font-size: 32px;
    }

    .session-row {
        flex-direction: column;
    }

    .intro-sect .h2 {
        font-size: 24px;
    }

    .btn-big {
        font-size: 18px;
        white-space: normal;
    }

    .session-wrap .about-item-list {
        margin: 10px 0 30px;
    }
}

@media (max-width: 768px) {
    .book-row {
        flex-direction: column;
    }

    .h1 {
        font-size: 36px;
        margin: 0 0 10px;
    }

    .h2 {
        font-size: 30px;
    }

    .badge {
        font-size: 24px;
    }

    .fs-form.form-vertical {
        width: 100%;
    }

    .footer-links a {
        margin-bottom: 5px;
    }

    .champ-text .btn-big {
        margin: 20px 0;  
    }

    .session-row {
        flex-direction: column;
    }

    .quote-sect .h2 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .text-sect {
        padding: 40px 0;
    }

    .text-sect + .text-sect {
        padding-top: 0;
    }

    .badge {
        font-size: 20px;
    }

    .h1 {
        font-size: 30px;
    }

    .h2 {
        font-size: 26px;
    }

    .foot {
        padding: 20px 0;
    }

    .foot *, .foot .footer-links * {
        font-size: 13px;
        max-width: 600px;
    }

    .footer-links a + a {
        margin-left: 5px;
        padding-left: 5px;
    }

    .quote-block, .steps-block {
        padding: 25px;
    }

    .session-right .h2 {
        font-size: 28px;
    }
}