/* Helpers */
@media (max-width: 991px) {
    .hidden-mobile {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-desktop {
        display: none !important;
    }
}

/* Custom styles */

.section-hero {
    position: relative;
}

.section-hero .hero-bg {
    border-bottom-left-radius: 36px;
    border-bottom-right-radius: 36px;
    overflow: hidden;

    > img {
        display: block;
        width: 100%;
    }
}

.section-hero .hero-pattern {
    width: 385px;
    position: absolute;
    top: 70px;
    left: 0;

    > img {
        display: block;
        width: 100%;
    }
}

.section-hero .container {
    width: 100%;
    max-width: 1111px;
    margin-left: auto;
    margin-right: auto;
}

.section-hero .content-block {
    width: 100%;
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
}

.section-hero h1,
.section-hero .h1 {
    color: #FFF;
    text-align: center;
    text-shadow: 4px 4px 18.5px rgba(0, 0, 0, 0.54);
    font-family: "Rubik";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media (max-width: 1280px) {
    .section-hero .container {
        max-width: 800px;
    }
}

@media (max-width: 991px) {
    .section-hero .container {
        max-width: 720px;
    }

    .section-hero .hero-pattern {
        display: none;
    }

    .section-hero .content-block {
        top: 24px;
    }

    .section-hero h1,
    .section-hero .h1 {
        font-size: 30px;
    }
}



.section-promo {
    position: relative;
}

.section-promo .container {
    position: relative;
}

.section-promo .hero-pattern-left {
    width: 156px;
    position: absolute;
    bottom: -55px;
    right: 100px;
    z-index: 2;

    > img {
        display: block;
        width: 100%;
    }
}

.section-promo .container {
    max-width: 1238px;
    margin-left: auto;
    margin-right: auto;
}

.section-promo .promo-wrapper {
    border-radius: 20px;
    box-shadow: 16px 16px 64px 0px rgba(0, 0, 0, 0.25);
    background: linear-gradient(90deg, #FAFAFA 21.57%, rgba(250, 250, 250, 1) 27.99%);
    margin-top: -75px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.section-promo .content-block {
    padding: 49px 165px 61px;
    text-align: left;
}

.section-promo .content-description {
    padding-top: 15px;
}

.section-promo h2,
.section-promo .h2 {
    font-family: "Rubik";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(91deg, #26C1E3 2.7%, #1189AD 45.76%, #7120CC 96.93%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-promo p {
    color: #383838;
    font-family: "Nunito";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 1280px) {
    .section-promo .container {
        max-width: 860px;
    }

    .section-promo .content-headings{
        text-align: center;
    }

    .section-promo h2,
    .section-promo .h2 {
        font-size: 26px;
    }

    .section-promo p {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .section-promo .hero-pattern-left {
        width: 87px;
        bottom: -30px;
        right: 36px;
    }

    .section-promo .container {
        max-width: 720px;
    }

    .section-promo .promo-poster {
        margin-top: -30px;
    }
    
    .section-promo .promo-wrapper {
        margin-top: -58%;
        margin-left: 29px;
        margin-right: 29px;
        background: linear-gradient(0deg, #FAFAFA 30.33%, rgba(250, 250, 250, 1) 37.61%);
    }
    
    .section-promo .content-block {
        padding: 50px 14px;
    }

    .section-promo .content-headings {
        padding-left: 14px;
        padding-right: 14px;
    }
    
    .section-promo .content-description {
        padding-top: 36px;
    }
}



.section-article {
    margin-top: 44px;
}

.section-article .container {
    max-width: 751px;
    margin-left: auto;
    margin-right: auto;
}

.section-article h2,
.section-article .h2 {
    color: #383838;
    text-align: center;
    font-family: "Nunito";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
}

.section-article ul {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.section-article ul li {
    color: #383838;
    font-family: "Nunito";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 20px;
}

.section-article ul li:last-child {
    margin-bottom: 0;
}

.section-article ul li:before {
    content: '';
    background-color: #6D34D2;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 9px;
    left: 0;
}

@media (max-width: 1280px) {
    .section-article .container {
        max-width: 860px;
    }
    
    .section-article h2,
    .section-article .h2 {
        font-size: 22px;
    }
    
    .section-article ul {
        margin-top: 37px;
        margin-bottom: 37px;
    }

    .section-article ul li {
        padding-left: 20px;
        margin-bottom: 23px;
    }

    .section-article ul li:before {
        top: 7px;
    }
}

@media (max-width: 991px) {
    .section-article {
        margin-top: 39px;
    }
    
    .section-article .container {
        max-width: 720px;
    }

    .section-article .article-wrapper {
        padding-left: 23px;
        padding-right: 12px;
    }

    .section-article ul {
        margin-right: 6px;
    }

    .section-article ul:last-child {
        margin-right: 0;
    }
}



.section-info {
    margin-top: 64px;
    margin-bottom: -173px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    background: linear-gradient(114deg, #26C1E3 -13.43%, #702AD0 99.9%);
}

.section-info .container {
    max-width: 1054px;
    margin-left: auto;
    margin-right: auto;
}

.section-info .info-wrapper {
    padding-top: 72px;
    padding-bottom: 259px;
    text-align: left;
    position: relative;
}

.section-info .info-pattern-right {
    width: 112px;
    position: absolute;
    top: 38px;
    right: -80px;
}

.section-info .info-pattern-right > img {
    display: block;
    width: 100%;
}

.section-info p {
    color: #FFF;
    font-family: "Nunito";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.swection-info p a {
    color: #26C1E3;
    text-decoration: underline;
}

@media (max-width: 1280px) {
    .section-info .container {
        max-width: 860px;
    }

    .section-info p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .section-info {
        margin-top: 57px;
        margin-bottom: -100px;
    }

    .section-info .container {
        max-width: 720px;
    }
    
    .section-info .info-wrapper {
        padding-top: 61px;
        padding-bottom: 163px;
    }

    .section-info .info-pattern-right {
        width: 87px;
        top: initial;
        bottom: 115px;
        right: 29px;
    }

    .section-info .content-block {
        padding-left: 44px;
        padding-right: 26px;
    }
}

/* reason removed - Rules of engagement */

.reason-removed:has(.hero-bg) {
    position: relative;
}

.reason-removed {
   width: 1238px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1238px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 20px;
    font-size: 20px;
    text-align: center;
    z-index: 10;
    line-height: 1.3;
    padding: 40px;
    bottom: 130px;
}


@media (max-width: 1280px) {
    .reason-removed {
        max-width: 860px;
    }
}

@media (max-width: 991px) {
    .reason-removed {
        max-width: 662px;
        bottom: 42vh;
    }
}

@media (max-width: 720px) {
    .reason-removed {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 58px);
        font-size: 15px;
        padding: 10px;
        bottom: unset;
        top: 17.154vw; /* 170px */
    }
}

@media (max-width: 400px) {
    .reason-removed {
        font-size: 14px;
        top: 19.173vw; /* 190px */
    }
}

.reason-removed.green {
    border: 10px solid #286E3B;
}

.reason-removed.orange {
    border: 10px solid #FAAD0F;
}

.reason-removed.red {
    border: 10px solid #D0342C;
}

.reason-removed strong {
    font-family: var(--rubik);
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 16px;
    display: inline-block;
}

@media (max-width: 720px) {
    .reason-removed strong {
        font-size: 26px;
        padding-bottom: 6px;
    }
}

@media (max-width: 370px) {
    .reason-removed strong {
        font-size: 24px;
    }
}

/* reason removed - END Rules of engagement */