<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {    
    line-height: 1;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;    
    height: 100%;
    overflow: hidden;
    background-color:#46BBDC;
}

.wrapper {    
    min-height: 100%;
}
.wrapper.la {
    background-color:#46BBDC;
}

section.content .container {
    display: flex;   
    flex-direction: row;    
    max-width: 1400px;    
    margin: 0 auto;
    padding: 185px 203px;
    box-sizing: border-box;
}

section.content .content_text {
    margin-right: 55px;
}

section.content .content_text .content_header {
    color: #FFFFFF;
    font-size: 38px;
    font-weight: 700;
    line-height: 44.32px;
    margin-bottom: 25px;
}

section.content .content_text .content_descr {
    color: #FFFFFF;
    font-weight: 500;
    line-height: 31px;
    max-width: 100%;
    margin: 0 auto;    
}

section.content .content_text .content_buttons_wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

section.content .content_text .content_buttons_wrapper .content_button {
    display: flex;
    align-items: center;
    background-color: #FFFFFF;    
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;    
    padding: 2.08% 8.66% 2.08% 13%;
    text-decoration: none;
    font-family: 'Source Sans 3', sans-serif;    
}

section.content .content_text .content_buttons_wrapper .content_button.ny {
    color: #FF7950;
}

section.content .content_text .content_buttons_wrapper .content_button.atl {
    color: #78CE92;
}

section.content .content_text .content_buttons_wrapper .content_button .icon-arrow-right {
    display: inline-block;
    margin-left: 10px;
}

section.content .content_text .content_buttons_wrapper .content_button.ny .icon-arrow-right {
    content: url(../img/ny_arrow-right.svg);    
}

section.content .content_text .content_buttons_wrapper .content_button.atl .icon-arrow-right {
    content: url(../img/atl_arrow-right.svg);    
}


section.content .content_text_img {
    margin-top: 33%;
}


@media (max-width: 1100px) {
    html, 
    body {
        overflow: auto;
    }
    section.content .container {
        flex-direction: column;
        padding: 70px 40px;
    }
    section.content .content_images {
        position: relative;
        padding-top: 100%;       
    }
    section.content .content_images img {
        position: absolute;
        left: 10%;
        top: 0;
        width: 80%;
        height: auto;
    }

    section.content .content_text_img{
        position: relative;
        padding-top: 10%;
        margin-top: 80px;
    }    

    section.content .content_text {
        padding-bottom: 5%;        
    }

    section.content .content_text .content_header {
        text-align: center;
        font-size: 35px;
    }

    section.content .content_text .content_descr {
        font-size: 22px;
    }    
    
}</pre></body></html>