<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.reg_content_img {
    position: relative;
    overflow: hidden;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.reg_content_img.bg_type1 {
    background-image: url(../images/type1-bg.png);
}

.reg_content_img.bg_type2 {
    background-image: url(../images/type2-bg.png);
}

.reg_content_img_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 551px;
}

.reg_content_img_left {
    width: 45%;
    margin: 70px 0;
}

.reg_content_img_left_heading .h2 {
    font-family: 'Fredoka-Bold';
    color: #fff;
    margin: 0;
    font-size: 64px;
    line-height: normal;
    letter-spacing: normal;
}

.reg_content_img_left_content {
    margin: 15px 0 0;
    color: #fff;
    text-align: justify;
}

.reg_content_img_left_content p {
    font-family: 'ArialMT';
    margin: 0;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: normal;
    margin: 0 0 20px;
}

.reg_content_img_left_content p:last-child {
    margin: 0;
}

.reg_content_img_left_link {
    margin: 30px 0 0;
}

.reg_content_img_right {
    width: 49%;
    margin-top: auto;
}

.reg_content_img_wrapper.media_left .reg_content_img_left {
    order: 2;
}

.reg_content_img_wrapper.media_left .reg_content_img_right {
    order: 1;
}

.reg_content_img_wrapper.content_big .reg_content_img_left {
    width: 61%;
}

.reg_content_img_wrapper.content_big .reg_content_img_right {
    order: 1;
    width: 38%;
    margin-left: -5%;
}

.reg_content_img_wrapper.content_big .reg_content_img_left_content {
    margin: 28px 0 0;
}

@media (max-width:1800px) {
    .reg_content_img_wrapper.content_big .reg_content_img_right {
        margin-left: 0;
    }

    .reg_content_img_wrapper.content_big .reg_content_img_left {
        width: 55%;
    }
}

@media (max-width:1440px) {
    .reg_content_img_left_heading .h2 {
        font-size: 52px;
    }

    .reg_content_img_left_content p {
        font-size: 20px;
        line-height: 27px;
    }

    .reg_content_img_left {
        width: 48%;
        margin: 50px 0 100px;
    }

    .reg_content_img_wrapper {
        min-height: auto;
    }

    .reg_content_img_wrapper.content_big .reg_content_img_left {
        width: 54%;
    }

    .reg_content_img_wrapper.content_big .reg_content_img_right {
        width: 42%;
    }
}

@media (max-width:1199px) {
    .reg_content_img_left_heading .h2 {
        font-size: 40px;
    }

    .reg_content_img_left_content p {
        font-size: 16px;
        line-height: 23px;
    }
}

@media (max-width:991px) {
    .reg_content_img_left {
        width: 100%;
        margin: 50px 0;
    }

    .reg_content_img_right {
        width: 100%;
        margin-top: 0;
    }

    .reg_content_img_wrapper.content_big .reg_content_img_right {
        width: 100%;
        order: 2;
    }

    .reg_content_img_wrapper.content_big .reg_content_img_left {
        width: 100%;
    }

    .reg_content_img_wrapper.media_left .reg_content_img_left {
        order: 1;
    }

    .reg_content_img_right_img img {
        margin: 0 auto;
    }
}</pre></body></html>