/*****************************************************************************************/
/********                                                                        *********/
/********                       Global CSS Design Rules                          *********/
/********                                                                        *********/
/*****************************************************************************************/

:root {
    --yellow: #FFC400;
    --hyellow: #E6A020;
    --dark-grey: #2D2C2C;
    --dark-blue: #0D004D;
    --blue: #119EDA;
    --light-blue: #F5F7FA;
    --purple: #512EAB;
    --red: #E04F1A;
}

body {
    height: auto;
    background-color: white;
}

html {
    scroll-behavior: smooth;
}

p, h1, h2, h3, h4, h5, h6, li, label, ul, li {
    font-family: 'Source Sans 3', sans-serif;
}

strong {
    font-weight: 800;
}

p small {
    display: inline-block;
    color: #1D1D1D;
    font-family: "Source Sans 3";
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 15px;
}

.bg-sc-black {
    background-color: #000000;
}

.bg-sc-white {
    background-color: #FFFFFF;
}

.bg-sc-blue {
    background-color: #119EDA;
}

.bg-sc-orange {
    background-color: #E6400B;
}

.bg-sc-gray {
    background-color: #EDEDED;
}

.bg-sc-purple {
    background-color: var(--purple);
}

.bg-sc-darkgray {
    background-color: #333333;
}

.bg-sc-darkblue {
    background-color: var(--dark-blue);
}

.bg-sc-lightblue {
    background-color: var(--light-blue);
}

.bg-sc-gradient {
    background-image: linear-gradient(to bottom, #512601, #BA8403);
}

.text-yellow {
    color: var(--yellow);
}

.text-link {
    color: #0665d0 !important;
}

.fw-800 {
    font-weight: 800;
}

.fw-700 {
    font-weight: 700;
}

.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

.fw-400 {
    font-weight: 500;
}

.fw-300 {
    font-weight: 300;
}


.cursor-pointer {
    cursor: pointer;
}

.text-center {
    text-align: center;
}

.text-underlined {
    text-decoration: underline;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}




/*****************************************************************************************/
/********                                                                        *********/
/********                    Layout: Home > CSS Design Rules                     *********/
/********                                                                        *********/
/*****************************************************************************************/

section[id^="sc-awchamp-"] {
    scroll-margin-top: 100px;
}



/*****************************************************************************************/
/********                    Section: Header > CSS Design Rules                  *********/
/*****************************************************************************************/

#page-header {
    background-color: #002649 !important;
}

#page-container.page-header-glass.page-header-fixed #page-header {
    transition: none;
    will-change: background-color;
    box-shadow: 0 5px 10px rgba(0,0,0,.06) !important;
}

#sc-awchamp-desktop-menu {
}

#nav-awchamp-desktop-menu > li:not(:first-child) {
    position: relative;
    padding-left: 3px;
    margin-left: 3px;
}

#nav-awchamp-desktop-menu .nav-main-link {
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.667px;
}

#nav-awchamp-desktop-menu .nav-main-link-name {
    text-transform: uppercase;
}

#nav-awchamp-desktop-menu span.button {
    border-radius: 100px;
    background: var(--yellow);
    display: inline-flex;
    padding: 12px 24px;
    margin: -12px 0;
    justify-content: center;
    align-items: center;
    gap: 16px;
    color: var(--dark-blue);
    text-align: center;
}

#nav-awchamp-desktop-menu span.button:hover {
    background: var(--hyellow);
}

.nav-main-link {
    font-size: 1.1rem;
}

a.nav-main-link:hover {
    background-color: transparent;
    color: #F9B233 !important;
}

#sc-awchamp-mobile-menu {
    min-height: 60px;
    background-color: #002649 !important;
}

#nav-awchamp-mobile-menu:not(.mm-menu) {
    display: none;
}

#nav-awchamp-mobile-menu a {
    font-size: 18px;
}

/*****************************************************************************************/
/********            Section: Main Container > CSS Design Rules                  *********/
/*****************************************************************************************/

#main-container {
    padding-top: 85px !important;
}

@media (max-width: 992px) {

    #main-container {
        padding-top: 70px !important;
    }
}


/*****************************************************************************************/
/********                    Section: Footer > CSS Design Rules                  *********/
/*****************************************************************************************/

#page-footer {
    background: #002045;
}

#sc-awchamp-footer-collaborators {
}

#sc-awchamp-footer-social {
}

#sc-awchamp-footer-copyright {
}

#sc-awchamp-footer-disclaimers {
}

#page-disclaimers {
    height: auto;
    background-color: #262626;
}

#page-footer p {
    color: #FFF !important;
}


/*****************************************************************************************/
/********                                                                        *********/
/********                    View: Home Page > CSS Design Rules                  *********/
/********                                                                        *********/
/*****************************************************************************************/


/*****************************************************************************************/
/********               Section: Main Hero > CSS Design Rules                    *********/
/*****************************************************************************************/

#sc-awchamp-hero {
    background-image: url("../../images/backgrounds/heros/bg-hero-main.png");
    background-color: #0D024E;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}

#sc-awchamp-hero h1 {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 34px;
    font-weight: 600;
    font-style: normal;
    line-height: 44px;
    max-width: 28ch;
}

#sc-awchamp-hero .edition {
    color: var(--turquoise);
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    line-height: 42px;
    max-width: 28ch;
}

#sc-awchamp-hero p {
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: 21px;
}

#sc-awchamp-hero .event-info {
    color: #FFFFFF;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: 20px;
}

#sc-awchamp-hero .fit-content-width {
    width: min-content;
}

#sc-awchamp-hero .fit-content-width .event-info {
    white-space: nowrap;
}

#sc-awchamp-hero .fit-content-width img {
    width: 100%;
    height: auto;
}

@media (max-width: 576px) {
    #sc-awchamp-hero {
        background-color: #06092D;
        background-image: url(../../images/backgrounds/heros/bg-hero-mobile-main.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: contain;
        height: 625px;
    }

    #sc-awchamp-hero h1 {
        font-size: 26px;
        line-height: 30px;
    }

    #sc-awchamp-hero .edition {
        font-size: 28px;
        line-height: 32px;
    }

    #sc-awchamp-hero p {
        font-size: 14px;
        line-height: 16px;
    }

    #sc-awchamp-hero span {
        font-size: 17px;
        line-height: 20px;
    }

    #logo-adobe {
        max-width: 136px !important;
    }

    #logo-acpwc {
        max-width: 242px !important;
    }
}


/*****************************************************************************************/
/********                Section: Sub Hero > CSS Design Rules                    *********/
/*****************************************************************************************/

#sc-awchamp-sub-hero {
}

#sc-awchamp-sub-hero h2 {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}

#sc-awchamp-sub-hero p {
    color: #FFF;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    max-width: 80ch;
}

#sc-awchamp-sub-hero .button {
    border-radius: 100px;
    background: var(--yellow);
    display: inline-flex;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    color: var(--dark-blue);
    text-align: center;
}

    #sc-awchamp-sub-hero .button:hover {
        background: var(--hyellow);
    }

/*****************************************************************************************/
/********             Section: About + Recipients > CSS Design Rules             *********/
/*****************************************************************************************/

#sc-awchamp-about {
}

#sc-awchamp-about h2,
#sc-awchamp-recipients h2 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

#sc-awchamp-about p,
#sc-awchamp-recipients p {
    color: #000;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

#sc-awchamp-recipients li {
    color: #000;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

#sc-awchamp-about a {
    display: inline-block;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

#sc-awchamp-about .embed-responsive {
    border-radius: 10px;
    overflow: hidden;
    max-width: 537px;
    margin-left: auto;
    margin-right: auto;
}

#sc-awchamp-about .button {
    border-radius: 100px;
    background: var(--yellow);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--dark-blue);
    text-align: center;
}

    #sc-awchamp-about .button:hover {
        background: var(--hyellow);
    }

#sc-awchamp-recipients .recipients-img {
    display: block;
    width: 100%;
    max-width: 560px;
    height: auto;
}

#sc-awchamp-about .about-img {
    display: block;
    width: 100%;
    max-width: 537px;
    height: auto;
}


@media (min-width: 992px) {
    #sc-awchamp-about h2 {
        max-width: 29ch;
    }
}


/*****************************************************************************************/
/********                Section: TagLines > CSS Design Rules                    *********/
/*****************************************************************************************/

#sc-awchamp-taglines h2 {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}

#sc-awchamp-taglines .card {
    flex-basis: 0;
    flex-grow: 1;
    background-color: #FFF;
    border-radius: 10px;
}

    #sc-awchamp-taglines .card h4 {
        color: var(--dark-blue);
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
    }

    #sc-awchamp-taglines .card p {
        color: var(--dark-blue);
        font-family: 'Source Sans 3', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
    }

/*****************************************************************************************/
/********                  Section: Awards > CSS Design Rules                    *********/
/*****************************************************************************************/

#sc-awchamp-awards {
}

    #sc-awchamp-awards h2 {
        color: #FFF;
        font-family: "Poppins", sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 38px;
    }

    #sc-awchamp-awards .awards-group {
        row-gap: 40px;
        column-gap: 30px;
    }

    #sc-awchamp-awards .award h4 {
        color: #FFFFFF;
        font-family: 'Source Sans 3', sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
    }

    #sc-awchamp-awards .award p {
        color: #FFFFFF;
        font-family: 'Source Sans 3', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 22px;
    }

    #sc-awchamp-awards .award .award-note {
        margin-top: 8px;
        max-width: 25ch;
    }

@media (min-width: 768px) {
    #sc-awchamp-awards h2 {
        max-width: 25ch;
        margin-left: auto;
        margin-right: auto;
    }

    #sc-awchamp-awards .award {
        flex: 0 0 220px;
    }
}

/*****************************************************************************************/
/********             Section: Winner Trip > CSS Design Rules                    *********/
/*****************************************************************************************/

#sc-awchamp-winner-trip {
    background-image: url("../../images/backgrounds/sections/bg-section-winner-trip.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

    #sc-awchamp-winner-trip .card {
        background: #FFF;
        border: 0;
        border-radius: 10px;
    }

    #sc-awchamp-winner-trip h2 {
        color: var(--dark-blue);
        font-family: "Poppins", sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 38px;
    }

    #sc-awchamp-winner-trip p {
        color: var(--dark-blue);
        font-family: 'Source Sans 3', sans-serif;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }

@media (min-width: 768px) {
    #sc-awchamp-winner-trip h2 {
        max-width: 26ch;
        margin-left: auto;
        margin-right: auto;
    }

    #sc-awchamp-winner-trip p {
        max-width: 96ch;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    #sc-awchamp-winner-trip {
        background-image: none;
        background-color: var(--purple);
    }

        #sc-awchamp-winner-trip .card {
            background: transparent;
        }

        #sc-awchamp-winner-trip h2,
        #sc-awchamp-winner-trip p {
            color: #FFF;
        }
}


/*****************************************************************************************/
/********                Section: Timeline > CSS Design Rules                    *********/
/*****************************************************************************************/

#sc-awchamp-timeline {
}

    #sc-awchamp-timeline h3 {
        color: var(--dark-blue);
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
    }

    #sc-awchamp-timeline h4 {
        color: var(--purple);
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
    }

    #sc-awchamp-timeline p {
        color: #000;
        font-family: 'Source Sans 3', sans-serif;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }

    #sc-awchamp-timeline .timeline-icon-col {
        width: 46px;
        text-align: left;
    }

@media (max-width: 576) {
    #sc-awchamp-timeline .timeline-step-badge {
        width: 40px;
        height: auto;
    }
}

/*****************************************************************************************/
/********                Section: Support > CSS Design Rules                    *********/
/*****************************************************************************************/

#sc-awchamp-support {
}

    #sc-awchamp-support h2 {
        color: #FFF;
        font-family: "Poppins", sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 38px;
    }

    #sc-awchamp-support p {
        color: #FFF;
        font-family: 'Source Sans 3', sans-serif;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }

    #sc-awchamp-support .support-badges {
        column-gap: 30px;
    }

@media (max-width: 576px) {
    #sc-awchamp-support .support-badges {
        column-gap: 16px;
    }
}

@media (min-width: 992px) {
    #sc-awchamp-support h2 {
        max-width: 22ch;
    }
}

/*****************************************************************************************/
/********                Section: Marketing > CSS Design Rules                   *********/
/*****************************************************************************************/

#sc-awchamp-marketing .card {
    background: #FFF;
    border: 0;
    border-radius: 10px;
}

#sc-awchamp-marketing h2 {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}

#sc-awchamp-marketing p {
    color: #000;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

#sc-awchamp-marketing .button {
    border-radius: 100px;
    background: var(--yellow);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--dark-blue);
    text-align: center;
}

    #sc-awchamp-marketing .button:hover {
        background: var(--hyellow);
    }


@media (min-width: 992px) {
    #sc-awchamp-marketing p {
        max-width: 78ch;
        margin-left: auto;
        margin-right: auto;
    }
}


/*****************************************************************************************/
/********                Section: Rules & FAQ > CSS Design Rules                 *********/
/*****************************************************************************************/

#sc-awchamp-rules-faq {
}

    #sc-awchamp-rules-faq h3 {
        color: #FFF;
        font-family: "Poppins", sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
    }

    #sc-awchamp-rules-faq p {
        color: #FFF;
        font-family: 'Source Sans 3', sans-serif;
        font-size: 17px;
        font-style: normal;
        font-weight: 300;
        line-height: 22px;
    }

    #sc-awchamp-rules-faq .button {
        border-radius: 100px;
        background: var(--yellow);
        display: inline-flex;
        font-family: 'Nunito', sans-serif;
        font-size: 16px;
        font-weight: 600;
        justify-content: center;
        align-items: center;
        color: var(--dark-blue);
        text-align: center;
    }

        #sc-awchamp-rules-faq .button:hover {
            background-color: var(--hyellow);
        }


/*****************************************************************************************/
/********                Section: Stories > CSS Design Rules                    *********/
/*****************************************************************************************/

#sc-awchamp-stories {
}

    #sc-awchamp-stories h2 {
        color: #000;
        font-family: "Poppins", sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 38px;
    }

    #sc-awchamp-stories p {
        color: #1D1D1D;
        font-family: 'Source Sans 3', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

.quote-text {
    position: relative;
}

    .quote-text::before {
        content: "";
        position: absolute;
        top: -10px;
        left: -50px;
        width: 36px;
        height: 30px;
        background-image: url('../../images/icons/quotes/ic-quote-start.png');
        background-size: contain;
        background-repeat: no-repeat;
    }

    .quote-text::after {
        content: "";
        position: absolute;
        bottom: -20px;
        right: 0;
        width: 36px;
        height: 30px;
        background-image: url('../../images/icons/quotes/ic-quote-end.png');
        background-size: contain;
        background-repeat: no-repeat;
    }

#sc-awchamp-stories .slick-dots li button:before {
    color: #56E2E1 !important;
}

#sc-awchamp-stories .slick-dots li.slick-active button:before {
    color: #56E2E1 !important;
}

@media (max-width: 768px) {
    .quote-text::before {
        top: -5px;
        left: 0px;
    }

    #sc-awchamp-stories p:first-child {
        text-indent: 2.5em;
    }
}



/*****************************************************************************************/
/********                Section: Registration > CSS Design Rules                *********/
/*****************************************************************************************/

#sc-awchamp-registration {
}

    #sc-awchamp-registration .container {
        background-color: #F2EDFF;
        border-radius: 10px;
    }

    #sc-awchamp-registration h2 {
        color: var(--dark-blue);
        font-family: "Poppins", sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 38px;
    }

    #sc-awchamp-registration h3 {
        color: var(--dark-blue);
        font-family: "Poppins", sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
    }

    #sc-awchamp-registration p {
        color: #1D1D1D;
        font-family: 'Source Sans 3', sans-serif;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }

#btn-awchamp-registration {
    border: none;
    border-radius: 100px;
    background: var(--yellow);
    display: inline-flex;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    color: var(--dark-blue);
    text-align: center;
}

    #btn-awchamp-registration:hover {
        background-color: var(--hyellow);
    }

#sc-awchamp-registration .text-danger {
    color: var(--red) !important;
}

#sc-awchamp-registration .custom-control-input ~ .custom-control-label::before {
    background-color: #fff;
    box-shadow: inset 0 0 0 1px var(--dark-blue);
    border-radius: 5px;
}

#sc-awchamp-registration .custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--dark-blue);
}

#sc-awchamp-registration .text-danger-info {
    font-size: 15px;
    font-style: italic;
    color: var(--dark-blue);
}

.form-group-label, .text-danger {
    color: var(--dark-blue);
}

.form-group-info {
    height: 20px;
}

.form-control {
    display: block !important;
    border-radius: 4.649px;
    border: 1.378px solid #000000 !important;
    font-size: 1rem !important;
    width: 100% !important;
    height: 45px !important;
    padding: 10px 10px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #FEFEFE !important;
    background-image: none !important;
}

    .form-control:disabled, .form-control[readonly] {
        background-color: #e9ecef !important;
        opacity: 1;
    }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444 !important;
    line-height: 20px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 4px !important;
}

select.error, textarea.error, input.error {
    border: 2px solid #a94442 !important;
    color: #a94442 !important;
}

    select.error, textarea.error, input.error, select.error + span > span > span {
        border: 2px solid #a94442 !important;
        color: #a94442 !important;
    }

.d-hidden {
    display: none;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 0 solid transparent;
    border-radius: 0.25rem;
}

.alert-danger {
    color: #74290e !important;
    background-color: #f9dcd1 !important;
    border-color: #f6cebf !important;
}

.invalid-feedback, .valid-feedback {
    margin-top: 0;
}

label.error {
    height: 10px;
}


/*****************************************************************************************/
/********                                                                        *********/
/********                View: Checkout Page > CSS Design Rules                  *********/
/********                                                                        *********/
/*****************************************************************************************/

#sc-awchamp-hero-checkout {
    background-image: url("../../images/backgrounds/heros/bg-hero-option.png");
    background-repeat: no-repeat;
    background-position: top;
}

    #sc-awchamp-hero-checkout h1 {
        color: #FFFFFF;
        font-family: "Poppins", sans-serif;
        font-size: 34px;
        font-style: normal;
        font-weight: 600;
        line-height: 36px;
    }

#sc-awchamp-section-checkout h2 {
    color: #119EDA;
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
}

#sc-awchamp-section-checkout p {
    color: #000000;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

#sc-awchamp-section-checkout a {
    display: inline-block;
    border: 2px solid #000000;
    color: #000000;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

@media (max-width: 576px) {

    #sc-awchamp-hero-checkout {
        background-image: url(../../images/backgrounds/heros/bg-hero-mobile-main.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 300px;
    }
}



/*****************************************************************************************/
/********                                                                        *********/
/********                 View: Marketing Page > CSS Design Rules                *********/
/********                                                                        *********/
/*****************************************************************************************/

#sc-awchamp-hero-marketing {
    background-image: url("../../images/backgrounds/heros/bg-hero-option.png");
    background-repeat: no-repeat;
    background-position: top;
}

#sc-awchamp-hero-marketing h1 {
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

#sc-awchamp-section-marketing h2 {
    color: var(--dark-blue);
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    max-width: 34ch;
}

#sc-awchamp-section-marketing p {
    color: #000000;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

#sc-awchamp-section-marketing img {
    display: block;
    width: 100%;
    max-width: 570px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

#sc-awchamp-section-marketing-resources h3 {
    color: var(--dark-blue);
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    max-width: 33ch;
}

#sc-awchamp-section-marketing-resources .section-eyebrow {
    color: #000000;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

#sc-awchamp-section-marketing-resources .section-eyebrow::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background-color: var(--blue);
    margin-right: 0.75rem;
    flex-shrink: 0;
}

#sc-awchamp-section-marketing-resources .resources-grid {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#sc-awchamp-section-marketing-resources .resource-card {
    width: 100%;
    max-width: 350px;
    border: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

#sc-awchamp-section-marketing-resources .resource-card .card-img-top {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

#sc-awchamp-section-marketing-resources .resource-card .card-title {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
}

#sc-awchamp-section-marketing-resources .resource-card .card-subtitle {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

#sc-awchamp-section-marketing-resources .resource-card .button {
    border-radius: 100px;
    background: var(--yellow);
    display: inline-flex;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    color: var(--dark-blue);
    text-align: center;
    width: 100%;
}

#sc-awchamp-section-marketing-resources .resource-card .button:hover {
    background-color: var(--hyellow);
}

@media (max-width: 576px) {

    #sc-awchamp-hero-marketing {
        background-image: url(../../images/backgrounds/heros/bg-hero-mobile-main.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 300px;
    }
}


/*****************************************************************************************/
/********                                                                        *********/
/********                   View: Rules Page > CSS Design Rules                  *********/
/********                                                                        *********/
/*****************************************************************************************/

#sc-awchamp-hero-rules {
    background-image: url("../../images/backgrounds/heros/bg-hero-option.png");
    background-repeat: no-repeat;
    background-position: top;
}

#sc-awchamp-hero-rules h1 {
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

#sc-awchamp-section-rules h2 {
    color: var(--dark-blue);
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}

#sc-awchamp-section-rules p {
    color: #000000;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    max-width: 61ch;
}

#sc-awchamp-section-rules a {
    display: inline-block;
    border: 2px solid #000000;
    color: #000000;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

#sc-awchamp-section-rules .publuu-wrapper {
    position: relative;
    width: 100%;
}

    #sc-awchamp-section-rules .publuu-wrapper::before {
        content: "";
        display: block;
        padding-bottom: 70%;
    }

#sc-awchamp-section-rules .publuuflip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 768px) {
    #sc-awchamp-section-rules .publuu-wrapper::before {
        padding-bottom: 140%;
    }
}

@media (max-width: 576px) {

    #sc-awchamp-hero-rules {
        background-image: url(../../images/backgrounds/heros/bg-hero-mobile-main.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 300px;
    }
}


/*****************************************************************************************/
/********                                                                        *********/
/********                   View: FAQs Page > CSS Design Rules                   *********/
/********                                                                        *********/
/*****************************************************************************************/

#sc-awchamp-hero-faqs {
    background-image: url("../../images/backgrounds/heros/bg-hero-option.png");
    background-repeat: no-repeat;
    background-position: top;
}

#sc-awchamp-hero-faqs h1 {
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

#sc-awchamp-section-faqs h2 {
    color: var(--dark-blue);
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}

#sc-awchamp-section-faqs p {
    color: #000000;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    max-width: 60ch;
}

#sc-awchamp-faqs-accordion .block {
    box-shadow: none;
    border-bottom: 1px solid black;
    padding: 10px 0px;
}

    #sc-awchamp-faqs-accordion .block:first-child {
        border-top: 1px solid black;
    }

.l-awchamp-faqs-question {
    background-image: url(../../images/icons/arrows/ic-arrow-collapse.png);
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
    width: 100%;
    color: #191919;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 22px;
}

    .l-awchamp-faqs-question.collapsed {
        background-image: url(../../images/icons/arrows/ic-arrow-expand.png);
    }

#sc-awchamp-faqs-accordion .block-content p, #sc-awchamp-faqs-accordion .block-content ol,
#sc-awchamp-faqs-accordion .block-content ul {
    color: #000000;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 576px) {
    #sc-awchamp-hero-faqs {
        background-image: url(../../images/backgrounds/heros/bg-hero-mobile-main.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 300px;
    }
}


/*****************************************************************************************/
/********                                                                        *********/
/********                 View: Newsroom Page > CSS Design Rules                 *********/
/********                                                                        *********/
/*****************************************************************************************/

#sc-awchamp-hero-newsroom {
    background-image: url("../../images/backgrounds/heros/bg-hero-option.png");
    background-repeat: no-repeat;
    background-position: top;
}

#sc-awchamp-hero-newsroom h1 {
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}

#sc-awchamp-hero-newsroom p {
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

#sc-awchamp-section-newsroom h2 {
    color: #119EDA;
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
}

#sc-awchamp-section-newsroom p {
    color: #000000;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

#sc-awchamp-section-newsroom .bg-sc-gray a {
    display: inline-block;
    border: 2px solid transparent;
    background-color: var(--yellow);
    color: var(--dark-grey);
    font-family: 'Source Sans 3', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

    #sc-awchamp-section-newsroom .bg-sc-gray a:hover {
        background-color: var(--hyellow);
    }

#sc-awchamp-section-newsroom .slick-dots li button:before {
    color: #119EDA !important;
}

#sc-awchamp-section-newsroom .slick-dots li.slick-active button:before {
    color: #119EDA !important;
}

@media (max-width: 576px) {

    #sc-awchamp-hero-newsroom {
        background-image: url(../../images/backgrounds/heros/bg-hero-mobile-main.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 525px;
    }

        #sc-awchamp-hero-newsroom h1 {
            font-size: 24px;
            line-height: 32px;
        }

        #sc-awchamp-hero-newsroom p {
            font-size: 16px;
            line-height: 20px;
        }
}


/*****************************************************************************************/
/********                Section: Widgets > Contact CSS Design Rules             *********/
/*****************************************************************************************/

#sc-awchamp-contact {
}

#sc-awchamp-contact h3 {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

#sc-awchamp-contact p {
    color: #FFF;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

#sc-awchamp-contact a {
    color: #FFF;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-decoration: underline;
}

/*****************************************************************************************/
/********                                                                        *********/
/********                   Media Querys > CSS Design Rules                      *********/
/********                                                                        *********/
/*****************************************************************************************/

@media (max-width: 1200px) {
    #nav-awchamp-desktop-menu .nav-main-link {
        font-size: 11px;
    }
}

@media (max-width: 992px) {
    #page-header {
        height: 74px !important;
    }
}



/*****************************************************************************************/
/********                                                                        *********/
/********                Plugin: MobileMenu > CSS Design Rules                   *********/
/********                                                                        *********/
/*****************************************************************************************/

.mm-menu {
    --mm-color-background: #002046;
    --mm-color-text: white;
    --mm-color-button: gray;
}

.mm-listitem {
    border-color: gray !important;
}

.mm-listitem__text .fa {
    width: 30px;
    text-align: center;
}

.mm-navbar {
    border-color: gray !important;
}

.mm-navbars_top .mm-navbar:not(:last-child) {
    border-bottom: none;
    width: 50%;
    padding-left: 20px;
    padding-top: 10px;
}

.mburger {
    width: 80px;
    height: 50px !important;
    color: #FFFFFF !important;
    --mb-bar-height: 3px;
    --mb-animate-timeout: 0.1s;
}

    .mburger:hover {
        color: #FFFFFF;
    }

.btn-dual:hover {
    background-color: #d1d9ea00 !important;
    border-color: #d1d9ea00 !important;
}

.mm-listview {
    padding-left: 0px !important;
}


/*****************************************************************************************/
/********                                                                        *********/
/********                Plugin: Carousel > CSS Design Rules                    *********/
/********                                                                        *********/
/*****************************************************************************************/

.slick-prev, .slick-next {
    color: white !important;
    font-size: 30px !important;
    z-index: 10 !important;
}

    .slick-prev:before, .slick-next:before {
        color: white !important;
        font-size: 30px !important;
    }

.slick-dots {
    bottom: -25px;
    display: flex !important;
    justify-content: center !important;
}

    .slick-dots li {
        display: inline-block !important;
    }

        .slick-dots li:nth-child(n+4) {
            display: none !important;
        }

        .slick-dots li button:before {
            font-size: 12px !important;
            color: white !important;
            opacity: 0.5 !important;
        }

        .slick-dots li.slick-active button:before {
            opacity: 1 !important;
            color: white !important;
        }


/*****************************************************************************************/
/********                                                                        *********/
/********                Widget: Newsletter > CSS Design Rules                   *********/
/********                                                                        *********/
/*****************************************************************************************/

/* Estilo general del bloque newsletter en el footer */
#fNewsletter {
    background-color: #002045;
    padding: 20px;
    padding-left: 0px;
    border-radius: 10px;
    color: white;
    max-width: 400px;
}

    /* Título de la newsletter */
    #fNewsletter .col-lg-5 > p {
        font-family: "Source Sans 3", sans-serif;
        font-weight: 700;
        font-size: 18px;
        color: white;
        margin-bottom: 1px;
        margin-left: 15px;
    }


    #fNewsletter input[type="text"], #fNewsletter input[type="email"] {
        background-color: #ffffff;
        border-radius: 5px;
        border: none;
        font-weight: 600;
        width: 100%;
        color: black;
    }

    #fNewsletter input::placeholder {
        color: #000;
        font-weight: 600;
    }

    #fNewsletter .form-check-label {
        color: white;
        font-size: 14px;
        font-weight: 400;
    }

        /* Enlace dentro del disclaimer */
        #fNewsletter .form-check-label a {
            color: #119EDA;
            text-decoration: none;
            font-weight: 600;
        }

    /* Botón */
    #fNewsletter .btn-ft {
        background-color: var(--yellow);
        color: #000;
        border: none;
        font-weight: 700;
        font-size: 16px;
        border-radius: 5px;
        padding: 10px;
        width: 50%;
    }

        #fNewsletter .btn-ft:hover {
            background-color: var(--hyellow);
        }

    /* Entradas alineadas perfectamente al mismo padding */
    #fNewsletter input[type="text"],
    #fNewsletter input[type="email"],
    #fNewsletter .form-check,
    #fNewsletter .btn-ft {
        margin-left: 0;
    }


/*****************************************************************************************/
/********                                                                        *********/
/********                Plugin: BackToTop > CSS Design Rules                    *********/
/********                                                                        *********/
/*****************************************************************************************/

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #000000 url("../../images/icons/buttons/icon-arrow-top.svg") no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

    .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-top.cd-is-visible {
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out {
        opacity: .8;
    }

.no-touch .cd-top:hover {
    background-color: #0F2E4A;
    opacity: 1;
}

@media only screen and (min-width: 767px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 20px;
        bottom: 20px;
    }
}
