body {
    font-family: Gellix, sans-serif;
    color: #070909;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
}

* {
    outline: none;
}

h1 {
    font-family: futura-pt, sans-serif;
    font-size: 80px;
    line-height: 90px;
    font-weight: 700;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 40px;
}

h2 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: futura-pt, sans-serif;
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
}

h3 {
    margin-top: 0px;
    margin-bottom: 60px;
    font-family: futura-pt, sans-serif;
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
}

h4 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: futura-pt, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.container {
    background-color: #070909;
    background-image: url('../images/banner_img.png');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.header_c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    max-width: 1720px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

#terms .content.banner_c {
    padding-top: 100px;
    padding-bottom: 100px;
}

#terms h1 {
    margin: 0 auto;
}

.terms_c {
    padding: 100px 0;
    max-width: 960px !important;
}

.terms_c p {
    margin: 0 0 25px 0;
}

.terms_c p:last-of-type {
    margin: 0;
}

.terms_c a {
    color: inherit;
    word-break: break-word;
}

.terms_c a:hover {
    text-decoration: none;
}

.terms_c h3 {
    font-size: 40px;
    line-height: 50px;
    margin: 40px 0 25px;
}

.terms_c h4 {
    letter-spacing: 0.5px;
}

.terms_c h4:last-of-type {
    margin: 0 0 25px 0;
}

.terms_c ul {
    margin: 0 0 25px 0;
}

.terms_c ul li {
    margin: 0 0 10px 0;
}

/*----- Start Countdown -----*/


.countdown_wr {
    color: #fff;
    font-family: futura-pt, sans-serif;
}

.countdown_wr p:not(.countdown_holder p) {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin: 10px 0 0 0;
    text-align: center;
}

.countdown_holder {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    padding: 10px 30px;
    border: 2px solid #fff;
    border-radius: 40px;
    gap: 25px;
}

.countdown_holder p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
}

.countdown {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

.countdown_wr.count_fun {
    margin-bottom: 30px;
}

.countdown_txt {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

ul.countdown.black {
    color: #000 !important;
}

ul.countdown {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    list-style: none;
    grid-gap: 30px;
    padding: 0;
    margin: 0;
}

ul.countdown .list-item {
    position: relative;
}

ul.countdown .list-item::after {
    content: "";
    background: url(../images/separator_img.png) no-repeat;
    position: absolute;
    right: -17px;
    width: 4px;
    height: 12px;
    top: 15px;
}

ul.countdown .list-item:last-of-type::after {
    content: none;
}

ul.countdown.black .list-item::after {
    background: url(../images/separator_img_black.png) no-repeat;
}

.countdown-box .time {
    border-radius: 6px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
}

.countdown-box .text-block {
    font-size: 10px;
    line-height: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

/*----- End Countdown -----*/

.logos_wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.logos_wr .logo_gm {
    position: relative;
    padding: 0 20px 0 0;
    margin: 0 20px 0 0;
}

.logos_wr .logo_gm::after {
    content: "";
    display: block;
    background: #fff;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.banner {
    color: #fff;
    text-align: center;
}

.content {
    width: 80%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.content.banner_c {
    padding-top: 50px;
    padding-bottom: 50px;
}

.content.about_c {
    padding-top: 150px;
    padding-bottom: 150px;
}

.content.white_c {
    padding-top: 150px;
    padding-bottom: 150px;
}

.content.footer_c {
    padding-top: 120px;
    padding-bottom: 120px;
}

.content.contact_c {
    padding-top: 150px;
    padding-bottom: 150px;
}

.center_block {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.carousel_wr {
    margin-top: 70px;
    margin-bottom: 70px;
}

.carousel_wr .slick-list {
    position: relative;
}

.carousel_wr .slick-list::after {
    content: "";
    display: block;
    background: url(../images/gradient_left.png) no-repeat;
    width: 310px;
    height: 215px;
    position: absolute;
    top: 50%;
    left: -155px;
    margin: -108px 0 0 0;
    z-index: 9999;
}

.carousel_wr .slick-list::before {
    content: "";
    display: block;
    background: url(../images/gradient_right.png) no-repeat;
    width: 310px;
    height: 215px;
    position: absolute;
    top: 50%;
    right: -155px;
    margin: -108px 0 0 0;
    z-index: 9999;
}

.carousel_wr .slick-slide img {
    margin: 0 auto;
}

.carousel_wr .slick-slide {
    margin: 0 5px;
}

.carousel_wr .slick-list {
    margin: 0 -5px;
}

.cta_banner {
    margin-top: 50px;
    padding: 14px 60px;
    border-style: solid;
    border-width: 2px;
    border-color: hsla(0, 0%, 100%, 0);
    border-radius: 40px;
    background-color: #eb4647;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cta_banner:hover {
    border-color: #fff;
    background-color: #070909;
}

.banner p:first-of-type {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    margin: 0 0 35px 0;
}

.banner p:last-of-type {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.about_podcast {
    background-color: #f5f5f5;
}

.about_wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 30px 0;
}

.about_left {
    width: 43%;
}

.about_left p {
    margin: 0 0 40px 0;
}

.podcast_img {
    width: 45%;
}

.subscribe_box p {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    margin: 0 0 35px 0;
}

.subscribe_wr {
    display: -ms-grid;
    display: grid;
    max-width: 900px;
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: auto auto auto auto;
    grid-template-columns: auto auto auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.cta {
    display: inline-block;
    height: 60px;
    background: none;
    position: relative;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    padding: 0 0 0 90px;
    padding: 12px 20px 12px 90px;
    text-align: left;
    transition: all 0.5s cubic-bezier(.75, .25, .13, .92);
}

.cta span {
    position: relative;
    z-index: 9999;
}

.cta::before {
    content: "";
    display: block;
    background: #eb4647;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    transition: all 0.5s cubic-bezier(.75, .25, .13, .92);
}

.cta::after {
    content: "";
    background: url(../images/cta_arrow_white.svg) no-repeat center left;
    background-size: contain;
    position: absolute;
    left: 30px;
    width: 52px;
    height: 33px;
    z-index: 10;
}

.cta:hover {
    padding: 12px 35px 12px 35px;
    text-align: center;
    color: #fff;
}

.cta:hover::before {
    width: 100%;
    border-radius: 30px;
}

.cta:hover::after {
    background: none !important;
}

.cta_podcast {
    padding-right: 20px;
    padding-left: 20px;
    border: 2px solid #070909;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0);
    color: #070909;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.cta_podcast:hover {
    border-color: #eb4647;
}

.award_block {
    margin-bottom: 150px;
}

.heading {
    font-size: 20px;
}

.award_wr {
    display: -ms-grid;
    display: grid;
    margin-top: 70px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.major_prize_wr .slick-slide {
    opacity: 0;
    transition: opacity 500ms;
}

.major_prize_wr .slick-slide.slick-active {
    opacity: 1;
}

.major_prize_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.major_left {
    width: 45%;
}

.major_left p {
    margin: 0 0 40px 0;
}

.major_left ul li {
    font-size: 18px;
    line-height: 26px;
    position: relative;
    padding: 0 0 0 23px;
    margin: 0 0 5px 0;
}

.major_left ul li strong {
    font-style: italic;
}

.major_left ul li::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #eb4647;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.major_prize_wr .slick-dots {
    list-style: none;
    padding: 0;
    margin: 80px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
}

.major_prize_wr .slick-dots li {
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #5d5e5e;
    border-radius: 50%;
    display: inline-block;
    margin: 0 12px;
}

.major_prize_wr li.slick-active {
    background: #eb4647;
}

.major_prize_wr li button {
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: none;
}

.slick-arrow {
    position: absolute;
}

.slick-prev {
    background: url(../images/arrow_left.png) no-repeat center;
    background-size: contain;
    width: 45px;
    font-size: 0px !important;
    top: 45%;
    left: -7%
}

.slick-next {
    background: url(../images/arrow_right.png) no-repeat center;
    background-size: contain;
    width: 45px;
    font-size: 0px !important;
    top: 45%;
    right: -7%
}

.prize_img {
    width: 50%;
}

.the_prize {
    background: url(../images/the_prize.png) no-repeat center right;
    background-size: 50%;
}

.prize_c {
    padding: 200px 0;
}

.the_prize_wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.the_prize_left {
    width: 45%;
}

.the_prize_left p {
    margin: 0;
}

.the_prize_box {
    display: none;
}

.footer {
    background-color: #f2f2f2;
    text-align: center;
}

.footer a {
    font-size: 20px;
    line-height: 30px;
    color: #eb4647;
    font-weight: 700;
    display: table;
    margin: 0 auto 20px;
}

.footer a:hover {
    text-decoration: none;
}

.footer p {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}

.contact_section {
    background-color: #070909;
    color: #fff;
}

.contact_section .center_block p {
    color: #b7b7b7;
    margin: 0;
}

.contact_section h2 {
    text-align: center;
    margin: 0 0 90px 0;
}

.contact_wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 90px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contact_left {
    width: 50%;
    border-right: 1px solid #fff;
    padding: 0 50px 0 0;
}

.contact_left ul {
    margin: 40px 0;
}

.contact_left ul li {
    margin: 0 0 10px 0;
}

.contact_left ul li:last-of-type {
    margin: 0;
}

.contact_left ul li span {
    color: #eb4647
}

.contact_left p:last-of-type {
    margin: 0;
}

.contact_right {
    width: 50%;
    padding: 0 0 0 50px;
}

.contact_right p {
    margin: 0 0 40px 0;
}

/*----- Start Form -----*/

form {
    max-width: 500px;
    width: 100%;
}

.input_big {
    background: #fff;
    width: 100%;
    height: 64px;
    border-radius: 40px;
}

.field {
    border-radius: 40px;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    font-size: 18px;
    color: #070909;
    font-weight: 600;
    text-indent: 34px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #070909;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #070909;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #070909;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #070909;
}

.was-validated *:invalid,
.was-validated *:invalid ~ label {
    border-color: red;
}

.cta_button {
    width: 100%;
    margin: 18px 0 0 0;
}

/*----- End Form -----*/

.scroll_anim {
    width: 60px;
    margin: 0 auto;
}

@media screen and (max-width: 1440px) {

    .content.about_c {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .content.white_c {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .major_prize_wr .slick-dots {
        margin: 50px 0 0 0;
    }

    .award_wr {
        margin: 50px 0 0 0;
    }

    .award_block {
        margin-bottom: 100px;
    }

    .prize_c {
        padding: 90px 0;
    }

    .content.contact_c {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .contact_section h2 {
        margin: 0 0 70px 0;
    }

    .content.footer_c {
        padding-top: 70px;
        padding-bottom: 70px;
    }

}

@media screen and (max-width: 1366px) {

    .prize_c {
        padding: 70px 0;
    }

}

@media screen and (max-width: 1180px) {

    br {
        display: none;
    }

    h1 {
        font-size: 70px;
        line-height: 80px;
    }

    .award_wr {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
    }

    .award_block {
        margin-bottom: 80px;
    }

    .prize_c {
        padding: 50px 0;
    }

    .slick-prev {
        top: unset;
        left: 0;
        bottom: -10px;
    }


    .slick-next {
        top: unset;
        right: 0;
        bottom: -10px;
    }

}

@media screen and (max-width: 1024px) {

    .countdown_holder p {
        display: none;
    }

    .countdown_holder {
        justify-content: center;
    }

    .countdown_wr p:not(.countdown_holder p) {
        font-size: 14px;
        line-height: 20px;
    }

    .award_wr {
        margin-top: 35px;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .major_prize_inner {
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .contact_wr {
        margin-bottom: 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .contact_left {
        width: 100%;
        margin-bottom: 40px;
        padding: 0;
        border: none;
    }

    .contact_right {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    form {
        margin: 0 auto;
    }

}

@media screen and (max-width: 915px) {
    .cta_podcast {
        font-size: 15px;
    }
}

@media screen and (max-width: 844px) {
    h1 {
        font-size: 60px;
        line-height: 70px;
    }

    h2 {
        font-size: 55px;
        line-height: 65px;
    }

    h4 {
        font-size: 16px;
        line-height: 22px;
    }

    #terms .content.banner_c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .terms_c {
        padding: 60px 0;
    }

    .contact_section h2 {
        margin: 0 0 40px 0;
    }

    .header_c {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .content.about_c {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .content.white_c {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .content.contact_c {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .prize_c {
        padding: 0 0 90px;
    }

    .carousel_wr {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .cta_banner {
        margin-top: 25px;
    }

    .cta_podcast {
        font-size: 20px;
    }

    .about_wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .about_left {
        width: 100%;
        margin-top: 40px;
    }

    .podcast_img {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    .subscribe_wr {
        width: 100%;
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }

    .award_block {
        margin-bottom: 90px;
    }

    .major_prize_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .major_left {
        width: 100%;
        margin-top: 40px;
    }

    .major_prize_wr .slick-dots {
        margin: 40px 0 0 0;
    }

    .prize_img {
        width: 100%;
    }

    .the_prize {
        background: none;
    }

    .the_prize_box {
        display: block;
        width: 45%;
    }
}

@media screen and (max-width: 767px) {

    h1 {
        font-size: 50px;
        line-height: 60px;
    }

    h2 {
        font-size: 45px;
        line-height: 55px;
    }

    h3 {
        margin-bottom: 30px;
        font-size: 40px;
        line-height: 50px;
    }

    h4 {
        letter-spacing: 1px;
    }

    .header_c {
        padding-top: 20px;
    }

    .content.banner_c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.about_c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.white_c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .content.footer_c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .prize_c {
        padding: 0 0 60px;
    }

    .content.contact_c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .award_block {
        margin-bottom: 60px;
    }

    .award_wr {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .the_prize_wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .the_prize_left {
        width: 100%;
        margin-top: 40px;
    }

    .the_prize_box {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 479px) {

    h1 {
        font-size: 45px;
        line-height: 55px;
        margin: 0 auto 20px;
    }

    h3 {
        font-size: 35px;
        line-height: 45px;
    }

    .banner p:first-of-type {
        font-size: 20px;
        line-height: 30px;
    }

    .countdown_wr p:not(.countdown_holder p) {
        font-size: 12px;
        line-height: 18px;
    }

    .content.white_c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.contact_c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .prize_c {
        padding: 40px 0;
    }

    .podcast_img {
        width: 100%;
    }

    .subscribe_wr {
        -ms-grid-columns: 1;
        grid-template-columns: 1fr;
    }

    .carousel_wr .slick-list::after {
        left: -200px;
    }

    .carousel_wr .slick-list::before {
        right: -200px;
    }

    .award_wr {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .prize_img {
        width: 100%;
    }

}

@media screen and (max-width: 767px) {
    #w-node-_210c12c9-41e4-a7a0-c097-2feda38a3c96-d063cf2a {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 3;
        grid-column-start: span 3;
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
        -ms-grid-column-align: center;
        justify-self: center;
    }
}

@media screen and (max-width: 479px) {
    #w-node-_210c12c9-41e4-a7a0-c097-2feda38a3c96-d063cf2a {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-column-align: center;
        justify-self: center;
    }
}

@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-Regular.woff2') format('woff2'), url('../fonts/Gellix-Regular.eot') format('embedded-opentype'), url('../fonts/Gellix-Regular.woff') format('woff'), url('../fonts/Gellix-Regular.ttf') format('truetype'), url('../fonts/Gellix-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-Medium.woff2') format('woff2'), url('../fonts/Gellix-Medium.eot') format('embedded-opentype'), url('../fonts/Gellix-Medium.woff') format('woff'), url('../fonts/Gellix-Medium.ttf') format('truetype'), url('../fonts/Gellix-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-Light.woff2') format('woff2'), url('../fonts/Gellix-Light.eot') format('embedded-opentype'), url('../fonts/Gellix-Light.woff') format('woff'), url('../fonts/Gellix-Light.ttf') format('truetype'), url('../fonts/Gellix-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-Bold.woff2') format('woff2'), url('../fonts/Gellix-Bold.eot') format('embedded-opentype'), url('../fonts/Gellix-Bold.woff') format('woff'), url('../fonts/Gellix-Bold.ttf') format('truetype'), url('../fonts/Gellix-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
