:root {
    /** set the font for all root/body text **/
    --dxp-g-root-font-family: Inter, Helvetica, sans-serif;

    /** set the font for headings **/
    --dxp-g-heading-font-family: Riot Sans, Helvetica, sans-serif;
}

/* --------------- START HOME BENEFITS BLOCK --------------- */
.benefits {
    padding: 0;
    margin: 200px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefits .slds-col:nth-child(2) {
    padding-left: 150px;
}

.benefits_title {
    color: #f1f5f1;
    font-size: 64px;
    font-family: 'Riot Sans';
    font-weight: 600;
    word-wrap: break-word;
    padding-bottom: 45px;
}

.benefits_bodycopy {
    color: rgba(249, 249, 249, 0.6);
    font-size: 20px;
    font-family: 'Inter';
    font-weight: 500;
    word-wrap: break-word;
}

.benefits_row {
    position: relative;
    border-radius: 6px;
    display: flex;
    padding: 34px 20px;
    background-color: rgba(128, 128, 128, 0.2);
    margin: 3px 0;
    max-width: 530px;
    height: 90px;
    align-items: center;
}

.benefits_row-txt {
    color: #f0f0f0;
    font-size: 18.75px;
    font-family: 'Riot Sans';
    font-weight: 600;
    line-height: 18.75px;
    word-wrap: break-word;
    width: 75%;
}

.benefits_row-img {
    position: absolute;
    margin-left: auto;
    height: 100%;
    width: 25%;
    background-color: #BC0021;
    top: 0;
    right: 0;
    border-radius: 0 6px 6px 0;
    clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
}

.benefits_row-img>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 38px;
    width: 38px;
}

@media screen and (max-width: 1024px) {
    .benefits_title {
        text-align: center;
        padding-bottom: 35px;
    }

    .benefits_bodycopy {
        text-align: center;
        padding-bottom: 32px;
        max-width: 760px;
        margin: auto;
    }

    .benefits_row {
        margin: 3px auto;
        padding: 18px 10px;
    }

    .benefits .slds-col:nth-child(2) {
        padding-left: 0;
    }
}

@media only screen and (480px < width <=1024px) {
    .benefits {
        margin: 64px 73px;
    }
}

@media only screen and (max-width: 480px) {
    .benefits {
        padding: 64px 0;
        width: 80%;
        margin: auto;
    }

    .benefits_title {
        font-size: 28px;
    }

    .benefits_bodycopy {
        font-size: 16px;
    }

    .benefits_row {
        max-width: 300px;
        height: 50px;
    }

    .benefits_row-txt {
        font-size: 12px;
    }

    .benefits_row-img>img {
        height: 19px;
        width: 19px;
    }
}

/* --------------- END HOME BENEFITS BLOCK --------------- */

/* --------------- START HOME QUALIFY BLOCK --------------- */
.qualifyBg {
    background-color: #d9d9d9;
}

.qualify {
    padding: 0;
    margin: 84px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qualify_title {
    color: #050505;
    font-size: 64px;
    font-family: "Riot Sans";
    font-weight: 600;
    word-wrap: break-word;
    padding-bottom: 45px;
}

.qualification_main_subtitle {
    padding-bottom: 45px;
}

.qualify_body {
    padding-left: 64px;
}

.qualify_body .subtitle {
    color: #050505;
    font-size: 20px;
    font-family: "Inter";
    font-weight: 500;
    line-height: 40px;
    word-wrap: break-word;
}

@media screen and (max-width: 1024px) {
    .qualify_image {
        margin: auto;
        margin-bottom: 32px;
        max-width: 590px;
    }

    .qualify_title {
        text-align: center;
        font-size: 28px;
    }

    .qualify_body {
        padding-left: 0;
        max-width: 525px;
        margin: auto;
    }

    .qualify_body p {
        font-size: 16px;
    }
}

@media only screen and (480px < width <=1024px) {
    .qualify {
        margin: 64px 74px;
    }
}

@media only screen and (max-width: 480px) {
    .qualify {
        padding: 64px 0;
        width: 80%;
        margin: auto;
    }
}

/* --------------- END HOME QUALIFY BLOCK --------------- */

/* --------------- START ACCORDION BLOCK --------------- */
.faqsSection1Container input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.faqsSection1Container .tab {
    border-top: 1px solid #d3d1cf;
}

.faqsSection1Container .tab:first-child {
    border-top: 0px;
}

.faqsSection1Container .tab__content {
    display: none;
    overflow: hidden;
    transition: all 0.35s;
    white-space: break-spaces;
    color: #F1F5F1;
    font-size: 20px;
    font-family: 'Inter';
    font-weight: 400;
    line-height: normal;
    word-wrap: break-word;
}

.faqsSection1Container input:checked~.tab__content {
    display: block;
    padding-bottom: 40px;
}

.faqsSection1Container .tab__label {
    color: white;
    font-size: 20px;
    font-family: 'Inter';
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.20px;
    word-wrap: break-word;
    justify-content: space-between;
    padding: 40px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 16px;
}

body.LOLGameTheme .faqsSection1Container .tab__label,
body.LOLGameTheme .faqsSection1Container .tab__content {
    font-family: 'SpiegelSans';
}

body.TFTGameTheme .faqsSection1Container .tab__label,
body.TFTGameTheme .faqsSection1Container .tab__content {
    font-family: 'Beatrice';
}

body.VALGameTheme .faqsSection1Container .tab__label,
body.VALGameTheme .faqsSection1Container .tab__content {
    font-family: 'DIN Next LT Pro';
}

.faqsSection1Container .tab__label:hover,
body.VALGameTheme .faqsSection1Container .tab__label:hover {
    color: #FF4655;
}

body.LOLGameTheme .faqsSection1Container .tab__label:hover {
    color: #0BC6E3;
}

body.TFTGameTheme .faqsSection1Container .tab__label:hover {
    color: #FF6934;
}

.faqsSection1Container .tab__label::after {
    content: "+";
    font-size: 23px;
    width: 23px;
    height: 23px;
    text-align: center;
    transition: all 0.35s;
    margin-top: -7px;
}

.faqsSection1Container input:checked+.tab__label::after {
    content: "-";
}

.faqsSection1Container .accordion {
    color: white;
    overflow: hidden;
    width: 100%;
}

.faqsSection1Container .tab__close {
    display: flex;
    color: white;
    cursor: pointer;
    justify-content: flex-end;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
}

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

    .faqsSection1Container .tab__label,
    .faqsSection1Container .tab__content {
        font-size: 16px;
    }

    .faqsSection1Container .tab__label {
        padding: 24px 0;
    }

    .faqsSection1Container input:checked~.tab__content {
        padding-bottom: 24px;
    }
}

/* --------------- END ACCORDION BLOCK --------------- */

/* --------------- START PARTNER PROGRAM BLOCK --------------- */
.partner-program-wrapper {
    background-color: #ebebeb;
}

.partner-program {
    text-align: center;
    padding: 64px 0;
}

.partner-program h2 {
    color: #050505;
    font-family: "Riot Sans";
    font-size: 64px;
    font-weight: 600;
    line-height: normal;
}

.partner-program_cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    align-items: center;
    padding: 64px 0;
}

.partner-program p {
    color: #636363;
    font-family: "Inter";
    font-size: 20px;
}

.partner-program p a {
    color: #000 !important;
    font-family: "Inter";
    font-weight: 700;
    text-decoration-line: underline !important;
}

.partner-program p a:hover {
    color: #DF3B43 !important;
}

@media screen and (max-width: 1024px) {
    .partner-program h2 {
        font-size: 28px;
        padding-bottom: 32px;
    }

    .partner-program p {
        font-size: 16px;
    }

    .partner-program_cards {
        padding: 32px 0;
    }
}

/* --------------- END PARTNER PROGRAM BLOCK --------------- */
/* --------------- START PARTNER PROGRAM BLOCK DASHBOARD --------------- */
.welcome-partner-block,
.content-codes {
    width: 80%;
    margin: auto;
    overflow: hidden;
    padding-top: 55px;
}

.welcome-partner-block h2,
.content-codes h2 {
    color: #f1f5f1;
    font-size: 64px;
    padding-bottom: 24px;
    line-height: normal;
    text-transform: uppercase;
}

body.LOLGameTheme .welcome-partner-block h2,
body.LOLGameTheme .content-codes h2 {
    font-family: "Beaufort for LOL";
    font-style: italic;
    font-weight: 900;
    line-height: 100%;
}

body.VALGameTheme .welcome-partner-block h2,
body.VALGameTheme .content-codes h2 {
    font-family: 'Tungsten';
    font-weight: 400;
    line-height: 60px;
}

body.TFTGameTheme .welcome-partner-block h2,
body.TFTGameTheme .content-codes h2 {
    font-family: "Maleo";
    font-weight: 900;
    line-height: 60px;
}

body.TFTGameTheme .content-codes h2,
body.TFTGameTheme .welcome-partner-block h2 {
    font-size: 72px !important;
}

.welcome-partner-block p,
.content-codes p,
.codeDescription {
    color: #f0f0f0;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.codeDescription lightning-formatted-rich-text .title {
    font-weight: bold;
}

.content-codes p {
    white-space: break-spaces;
}

body.LOLGameTheme .welcome-partner-block p,
body.LOLGameTheme .content-codes p,
body.LOLGameTheme .codeDescription {
    font-family: "SpiegelSans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

body.VALGameTheme .welcome-partner-block p,
body.VALGameTheme .content-codes p,
body.VALGameTheme .codeDescription {
    font-family: "DIN Next LT Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

body.TFTGameTheme .welcome-partner-block p,
body.TFTGameTheme .content-codes p,
body.TFTGameTheme .codeDescription {
    font-family: "Beatrice";
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

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

    .welcome-partner-block,
    .content-codes,
    .downloadContentCodesContainer {
        max-width: 340px;
        margin: auto;
    }

    .welcome-partner-block h2,
    .content-codes h2 {
        font-size: 36px;
        line-height: normal;
        padding-bottom: 60px;
        text-align: center;
    }

    body.LOLGameTheme .welcome-partner-block h2,
    body.LOLGameTheme .content-codes h2 {
        font-style: italic;
        font-weight: 900;
    }

    body.TFTGameTheme .welcome-partner-block h2,
    body.TFTGameTheme .content-codes h2 {
        font-weight: 700;
    }

    body.VALGameTheme .welcome-partner-block h2,
    body.VALGameTheme .content-codes h2 {
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    body.LOLGameTheme .welcome-partner-block p,
    body.VALGameTheme .welcome-partner-block p,
    body.TFTGameTheme .welcome-partner-block p,
    body.LOLGameTheme .content-codes p,
    body.VALGameTheme .content-codes p,
    body.TFTGameTheme .content-codes p,
    body.LOLGameTheme .codeDescription,
    body.VALGameTheme .codeDescription,
    body.TFTGameTheme .codeDescription {
        font-size: 14px;
        line-height: 18px;
    }
}

/* --------------- END PARTNER PROGRAM BLOCK DASHBOARD --------------- */
/* --------------- START CONTENT CODES --------------- */
c-nf-download-content-codes-lwr .downloadContentCodesContainer {
    padding: 32px 0;
}

c-nf-download-content-codes-lwr .codeDescription {
    color: #f1f5f1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 24px;
}

c-nf-download-content-codes-lwr .codeDescription:has(lightning-formatted-rich-text) {
    padding-top: 0;
}

c-nf-download-content-codes-lwr .downloadContentCodeButton.gameButtonContainer {
    text-align: left;
}

c-nf-download-content-codes-lwr .downloadContentCodeButton.gameButtonContainer .gameButtonAnchor {
    margin: 0;
}

@media screen and (max-width: 480px) {
    c-nf-download-content-codes-lwr .downloadContentCodeButton.gameButtonContainer {
        text-align: center;
    }
}

/* --------------- END CONTENT CODES --------------- */