*,
*::before,
*::after {
    padding: 0px;
    margin: 0px;
    outline: 0;
}

body {
    font-family: sans-serif;
    overflow-x: visible;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
    margin: 0;
    cursor: default;
}

.cl {
    font-size: 0;
    line-height: 0;
    clear: both;
    display: block;
    height: 0;
}

#helpnav,
#helpnav a {
    background: none !important;
    color: #fff;
    z-index: 10 !important;
    position: relative;
}


#sofia {
    margin-top: -52px;
}

@media (max-width: 478px) {
    #sofia {
        margin-top: 0;
    }
}

/* ___ Header ___ */
.promo_header {
    background: url('img/header-bg.png') no-repeat top #fff;
    background-size: cover;
    color: #fff;
    font-family: Montserrat, sans-serif;
    overflow: hidden;
    height: 550px;
}

.header_info {
    padding: 60px 0 0 40px;
}

.header_info h1 {
    font-size: 54px;
    font-style: normal;
    font-family: Montserrat-Bold, sans-serif;
    line-height: 110%;
    text-transform: uppercase;

    @media (min-width: 992px) {
        margin-top: 5px;
    }
}

.header_info p {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding-top: 20px;
}


.header_img {
    padding: 20px 0;
    margin: auto;
}

@media (min-width: 992px) {
    .header_img {
        padding: 0;
    }
}


/* ___ Reviews ___ */
.promo_reviews {
    background: #fff;
    color: #fff;
    font-family: "Gotham-Medium", sans-serif;
    overflow: hidden;
}

.promo_reviews img {
    max-width: fit-content;
    margin: auto;
}

.desc {
    padding: 50px 0;
}

.promo_reviews h4 {
    color: #FFF;
    font-family: Montserrat-Bold, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 110%;
    text-transform: uppercase;
    padding: 0 0 40px 0;
}

.col-md-12.col-lg-4.m-auto.py-2 {
    margin: auto;
    text-align: center;
}

.promo_reviews h5 {
    color: #FFF;
    text-align: center;
    font-family: Gilroy;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    padding: 30px 0 10px 0;
}

.promo_reviews a {
    color: #fff;
    text-decoration: none;
}

.promo_reviews a:hover {
    text-decoration: underline;
}
.promo_reviews ul {
    font-size: 25px;
    line-height: 130%;
    font-family: Montserrat, sans-serif;
    font-weight: normal;
    padding: 0 0 40px 0;
    list-style: none;

    @media (max-width: 991px) {
        font-size: 17px;
        padding-left: 5px;
        padding-right: 5px;
    }
}
.promo_reviews p {
    color: #FFF;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    width: 100%;
}


 .desc4 h4, .desc4 p {
    color: #000;
 }
.desc4 video {
    max-width: 505px;
    width: 100%;
    height: 505px;
    margin: auto;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 10px;
}

.mxw {
    max-width: 562px;
}

.desc1 {
    background: url('img/Blue\ background\ 1\ \(1\).png') no-repeat top #2776CF;
    background-size: cover;
}

.desc2 {
    min-height: 435px;
    padding: 0;
}

.desc2 iframe {
    max-width: 1320px;
    width: 100%;
    min-height: 437px;
    flex-shrink: 0;
}

.desc3 {
    background: url('img/Red\ background.png') no-repeat top #C72D2D;
    background-size: cover;
}

.desc5 {
    background: url('img/Blue\ background\ 1\ \(1\).png') no-repeat top #2776CF;
    background-size: cover;
}


/* ___  Seperator & Footer ___ */
p.promo_footer,
a.promo_seperator {
    padding: 20px 0;
    text-align: center;
    font-family: "Gotham-Medium", sans-serif;
    font-size: 35px;
    line-height: normal;
}

/* ___  Footer ___ */
p.promo_footer {
    background-color: #000;
    color: #fff;
}

/* Seperator */
a.promo_seperator {
    display: block;
    margin: auto;
    background-color: #000;
    text-decoration: none;
    color: #fff;
}

a.promo_seperator span {
    font-family: "Gotham-Bold", sans-serif;
    color: #fff;
    text-decoration: underline;
}

/* ___ Screen Size ___ */
@media (min-width: 1201px) and (max-width: 1400px) {

    .promo_reviews img {
        max-width: -webkit-fill-available;
        height: auto;
        object-fit: contain;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .promo_header img,
    .promo_reviews img {
        max-width: -webkit-fill-available;
        height: auto;
        object-fit: contain;
    }
}

@media (max-width: 1200px) {
    .promo_header {
        background: url(img/Red\ background.png) no-repeat top #C72D2D;
        background-size: cover;
    }
}

@media(max-width:991px) {

    .promo_header img,
    .promo_reviews img {
        max-width: -webkit-fill-available;
        height: auto;
        object-fit: contain;
    }

    .promo_header {
        height: auto;
        text-align: center;
    }

    .header_info {
        padding: 70px 0 0 0;
    }

    .header_info h1 {
        font-size: 26px;
        padding: 10px;
    }

    .header_info p {
        font-size: 20px;
    }

    .promo_reviews {
        text-align: center;
    }

    .promo_reviews h4 {
        font-size: 23px;
        padding-bottom: 10px;
    }

    .promo_reviews h5 {
        font-size: 20px;
    }

    .promo_reviews p {
        font-size: 17px;
    }

    .promo_reviews img {
        padding: 10px 0;
        width: 70%;
    }

    a.promo_seperator,
    p.promo_footer {
        font-size: 25px;
        padding: 10px 5px;
    }
}

@media (max-width: 767px) {

    .header_info {
        padding: 70px 0 0 0;
    }

    p.promo_footer,
    a.promo_seperator {
        font-size: 23px;
    }
}

@media (max-width: 478px) {
    .header_info {
        padding: 30px 0 0 0;
    }
}