* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    text-size-adjust: none;
    outline-color: #d8353b;
    outline-offset: 2px
}

body, html {
    font-family: Suisse, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #393b41;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
}

body, html {
    font-size: 24px;
    line-height: 1.5
}

@media (max-width: 1419px) {
    body, html {
        font-size: 18px
    }
}

@media (max-width: 747px) {
    body, html {
        font-size: 16px
    }
}


header {
    background-image: url('https://image.email.flyxo.com/lib/fe3611727364047f711171/m/1/d06b60ad-30f3-4abc-88c5-6efcbdae13a8.png');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 520px;
}


header .header_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1440px;
    height: 520px;
    background-image: url('https://image.email.flyxo.com/lib/fe3611727364047f711171/m/1/b5fd96b1-aca8-4aff-a51f-0d943ee09c7f.png');
    background-size: 559px;
    background-position: left 8vw top 120px;
    background-repeat: no-repeat;
}

@media (min-width: 500px) {
    header .header_container {
        background-size: 559px;
        background-position: left 40vw top 120px;
    }
}
@media (min-width: 1000px) {
    header .header_container {
        background-size: 559px;
        background-position: left 44vw top 61px;
    }
}
@media (min-width: 1440px) {
    header .header_container {
        background-size: 751px;
        background-position: left 440px top 61px;
    }
}

header .header_container .header_logo {
    display: flex;
}

header .header_container .header_logo .logo {
    display: inline-block;
    margin: 45px 0 0 30px;
}

@media (max-width: 700px) {
    header .header_container .header_logo .logo {
        margin: 20px auto 0;
    }
}

header .header_container .header_logo .logo .logo_link {
    width: 174px;
}

@media (max-width: 700px) {
    header .header_container .header_logo .logo .logo_link {
        width: 105px;
    }
}

header .header_container .header_text {
    padding: 30px;
    text-align: left;
}

@media (max-width: 1419px) {
    header .header_container .header_text  {
        padding: 0 47px 40px;
    }
}

@media (max-width: 1003px) {
    header .header_container .header_text  {
        padding: 0 35px 40px;
    }
}

@media (max-width: 747px) {
    header .header_container .header_text  {
        padding: 0 30px 30px;
    }
}

header .header_container .header_text .text {
    margin: 0 auto;
    max-width: 1050px;
    color: #ffffff;
    font-size: max(3.18vw, 36px);
    font-weight: 600;
    line-height: max(3.18vw, 36px);
}
@media (min-width: 2000px) {
    header .header_container .header_text .text {
        font-size: 64px;
        line-height: 64px;
    }
}

.content_row {
    padding: 60px 0 0;
}

@media (max-width: 1419px) {
    .content_row {
        padding: 47px;
    }
}

@media (max-width: 1003px) {
    .content_row {
        padding: 35px;
    }
}

@media (max-width: 747px) {
    .content_row {
        padding: 30px;
    }
}

.content_container {
    max-width: 1050px;
    margin: 0 auto;
}
.content_container.wide {
    padding-top: 30px;
    max-width: 1266px;
    margin: 0 auto;
    background-color: #F3F4F8;
    border-radius: 24px;
}

.content_grid  {
    display: grid;
    grid-template-columns:repeat(12, minmax(0, 1fr));
    grid-gap: 10px;
}

@media (max-width: 747px) {
    .content_grid  {
        display: grid;
        grid-template-columns:repeat(6, minmax(0, 1fr));
    }
}

.grid_cell {
    margin: auto 0;
    grid-column-end: span 6;
}

.grid_cell p {
    padding: 30px 0 0;
}

.grid_cell p.centered {
    padding: 30px;
}

.grid_cell.reversed {
    order: 1;
}

.grid_cell p.m {
    padding-top: 0;
    padding-bottom: 30px;
}


@media (min-width: 747px) {
    .grid_cell.reversed {
        order: 0;
    }

    .grid_cell p.right {
        padding-left: 120px;
        padding-right: 0;
    }
    .grid_cell p {
        padding-left: 0;
        padding-right: 120px;
    }

    .grid_cell p.centered {
        padding: 0 30px 0 100px;
    }
}

.image_container {
    position: relative;
    overflow: hidden
}

.image_container .placeholder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-filter: blur(2rem);
    filter: blur(2rem);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    border-radius: 20px;
}

.image_container .image {
    border-radius: 20px;
}

.image_container .image-bottom {
    box-sizing: border-box;
    padding-left: 30px;
    display: flex;
    max-width: calc(100% - 30px);
    align-self: flex-end;
}

@media (min-width: 747px) {
    .image_container .image-bottom {
        max-width: calc(min(466px,85%));
    }
}

.text_container {
    width: 66%;
    margin: auto 0
}

@media (max-width: 1003px) {
    .text_container {
        width: 90%
    }
}

@media (max-width: 747px) {
    .text_container {
        margin-top: 30px;
        width: 100%
    }
}

.programs {
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    color: #fff
}

@media (max-width: 747px) {
    .programs {
        padding: 0
    }
}

.program {
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 6px);
    padding-top: 33%;
}

.program:nth-child(2n) {
    margin-right: 0
}

.program:nth-child(n+3) {
    margin-bottom: 0
}

.program.rise {
    background: #d3c5b8;
    border-radius: 12px 0 0 0;
}

.program.select {
    background: #a5a8b0;
    border-radius: 0 12px 0 0;
}

.program.signature {
    background: #d8353b;
    border-radius: 0 0 0 12px;
}

.program.elite {
    background: #393b41;
    border-radius: 0 0 12px 0;
}

.program_title {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: -.69px;
    line-height: normal
}

@media (max-width: 1419px) {
    .program_title {
        top: 22px;
        left: 22px;
        font-size: 2vw
    }
}

@media (max-width: 1003px) {
    .program_title {
        top: 16px;
        left: 16px
    }
}

@media (max-width: 747px) {
    .program_title {
        font-size: 4vw
    }
}

.program_title.upper {
    text-transform: uppercase
}

.program_subtitle {
    display: block;
    font-weight: 300;
    font-size: .6em;
    margin-top: -3px;
    letter-spacing: normal;
    text-transform: uppercase;
}

.text-semibold {
    color: #393B41;
    font-size: min(1.885vw, 30px);
    font-weight: 600;
    line-height: 36px;
}

.text-regular {
    color: #393B41;
    font-size: min(1.44vw, 24px);
    font-weight: 400;
    line-height: 36px;
}

@media (min-width: 2000px) {
    .text-semibold {
        font-size: 30px;
        line-height: 30px;
    }

    .text-regular {
        color: #393B41;
        font-size: min(1.44vw, 24px);
        font-weight: 400;
        line-height: 36px;
    }
}

@media (max-width: 1000px) {
    .text-semibold {
        font-size: 18px;
        line-height: 24px;
    }

    .text-regular {
        font-size: 24px;
        font-weight: 600;
        line-height: 30px;
    }
}

.buttons {
    margin-top: 30px;
}

.buttons .button {
    margin-left: 30px;
    display: inline-block;
}

@media (max-width: 700px) {
    .buttons .button {
        margin-top: 30px;
        margin-left: 0;
        display: block;
    }

    .buttons .button:first-child {
        margin-top: 0;
    }
}

.buttons .button:first-child {
    margin-left: 0;
}

.buttons .button button {
    cursor: pointer;
    color: #ffffff;
    background-color: #D8353B;
    border-radius: 6px;
    border: 0;
    width: 294px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    outline: none;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.buttons .button button:focus:not(:active), .buttons .button button:hover:not(:active) {
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 3px 10px 1px rgba(0, 0, 0, .14), 0 1px 14px 2px rgba(0, 0, 0, .12);
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 3px 10px 1px rgba(0, 0, 0, .14), 0 1px 14px 2px rgba(0, 0, 0, .12);
    -webkit-transform: scale(1.01);
    transform: scale(1.01)
}

@media (max-width: 420px) {
    .buttons .button button {
        width: 100%;
        max-width: 354px
    }
}


footer  {
    margin-top: 90px;
    background-color: #F3F4F8;
}

footer .footer_container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 60px 87px;
    max-width: 1440px;
}

@media (max-width: 1000px) {
    footer .footer_container {
        flex-wrap: wrap;
        padding: 60px 30px;
    }
}

footer .footer_container .footer_text {
    flex: 1 1 auto;
}

@media (max-width: 1000px) {
    footer .footer_container .footer_text {
        flex: 1 0 100%;
    }
}

footer .footer_container .footer_text p {
    color: #393B41;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

footer .footer_container .footer_text p a {
    color: #393B41;
}

footer .footer_container .footer_badges {
    margin-top: 60px;
    display: flex;
    padding-left: 120px;
    flex-direction: row;
    flex-wrap: nowrap;
    flex: 0 1 auto;
    align-items: center;
}

@media (max-width: 1000px) {
    footer .footer_container .footer_badges {
        padding-left: 0;
        flex: 0 0 100%;
    }
}

footer .footer_container .footer_badges .badge {
    margin-left: 10px;
    flex: 0 0 148px;
}

footer .footer_container .footer_badges .badge:first-child{
    margin-left: 0;
}

footer .footer_container .footer_badges .badge img {
    width: 148px;
    height: 43px;
}

footer .footer_container .footer_badges .badge img:hover {
    fill: #d8353b;
}
