/* CSS from section:hero */
.hero-section {
    background: linear-gradient(to top left, #151515 50%, #660000 100%);
    color: var(--color-text-light);
    position: relative;
}

.hero-section__container {
    display: flex;
    align-items: center;
    min-height: 560px;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 118px;
}

.hero-section__content {
    flex: 1;
    max-width: 607px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 64px 0;
    padding-right: 20px;
}

.hero-section__content h2 {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    font-family: "Manrope";
}

.hero-section__title {
    font-family: var(--font-heading);
    font-size: 68px;
    line-height: 1;
    letter-spacing: -1.36px;
    font-weight: 400;
    color: var(--color-text-light);
}

.hero-section__subtitle {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 26px;
    max-width: 452px;
    color: #fff !important;
}

.hero-section__buttons {
    display: flex;
    gap: 12px;
    margin-top: 3px;
}

.hero-section__image-wrapper {
    flex: 1;
    align-self: flex-end;
    max-width: 45%;
    position: absolute;
    right: 0;
    width: 100%;
    top: 0;
    height: 100%;
}

.hero-section__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (max-width: 1350px) {
    .hero-section__image-wrapper {
        max-width: 40%;
    }
}

@media (max-width: 1199px) {
    .hero-section__container {
        padding-left: 35px;
    }

}

@media (max-width: 1024px) {
    .hero-section__container {
        padding: 0 20px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .hero-section__content {
        align-items: center;
        z-index: 1;
    }

    .hero-section__title {
        font-size: 48px;
    }

    .hero-section__buttons {
        width: 100%;
        max-width: 470px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero-section__image-wrapper {
        max-width: 100%;
        align-self: center;
        opacity: 0.1;
    }

}

@media (max-width: 575px) {
    .hero-section__buttons {
        flex-direction: column;
    }
}


/* ============================================
   Olympic & Paralympic Section
   ============================================ */
.olympics-section {
    background-color: #f9f9f9;
    padding: 82px 20px 68px;
}

.olympics-section__container {
    max-width: 1059px;
    margin: 0 auto;
}

/* Header */
.olympics-section__header {
    display: grid;
    grid-template-columns: 1fr 1.17fr;
    gap: 60px;
    margin-bottom: 57px;
    align-items: flex-start;
}

.olympics-section__title {
    font-size: 48px;
    font-weight: 700;
    color: #D12D2D;
    line-height: 1.01;
    text-transform: uppercase;
    letter-spacing: -1.2px;
    padding-top: 9px;
}

.olympics-section__description {
    font-size: 16px;
    line-height: 1.35;
    color: #222222;
    font-weight: 400;
}

/* Cards Grid */
.olympics-section__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Card Component */
.olympics-card {
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.olympics-card:hover {
    transform: translateY(-4px);
}

.olympics-card__image-wrapper {
    border-radius: 16px 16px 16px 0;
    position: relative;
    overflow: hidden;
    height: 162px;
}

.olympics-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.olympics-card__badge {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #D12D2D;
    color: white;
    font-size: 12px;
    font-weight: 700;
    padding: 9px 23px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: Manrope;
}

.olympics-card__content {
    padding-top: 28px;
}

.olympics-card__title {
    font-size: 19.4px;
    font-weight: 700;
    color: #000;
    margin-bottom: 17px;
    line-height: 1.2268;
    min-height: 48px;
    font-family: Manrope;
    text-transform: unset;
    letter-spacing: 0;
}

.olympics-card__text {
    font-size: 16px;
    line-height: 1.35;
    color: #222;
    margin-bottom: 17px;
}

.olympics-card__link {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #D12D2D;
    text-decoration: none;
    gap: 11px;
    transition: gap 0.3s ease;
    font-family: Manrope;
}

.olympics-card__link:hover {
    gap: 10px;
}

.olympics-card__arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

.olympics-card__link:hover .olympics-card__arrow {
    transform: translateX(4px);
}

/* ============================================
   From the Field Section
   ============================================ */
.field-section {
    background-color: #FAF9F9;
    padding: 10px 20px 54px;
}

.field-section__container {
    max-width: 1059px;
    margin: 0 auto;
    border: 1px solid #EAEAEA;
    opacity: 1;
    border-radius: 37.8px;
    border-width: 1px;
    background: #FFFFFF;
    padding: 55px 45px 50px;
}

.field-section__header {
    text-align: center;
    margin-bottom: 72px;
}

.field-section__title {
    font-size: 48px;
    font-weight: 400;
    color: #D12D2D;
    text-transform: uppercase;
    letter-spacing: -1.2px;
    margin-bottom: 21px;
    line-height: 1.01;
}

.field-section__subtitle {
    font-size: 16px;
    color: #222;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.35;
}

/* Reflections Grid */
.field-section__reflections {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

/* Reflection Component */
.field-reflection {
    padding-right: 61px;
}

.field-reflection:nth-child(even) {
    border-left: 1px solid #FFD5D5B0;
    padding-right: 0;
    padding-left: 61px;
}

.field-reflection__meta {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #D12D2D;
    font-family: Manrope;
}

.field-reflection__date,
.field-reflection__location {
    display: flex;
    align-items: center;
    gap: 5px;
}

.field-reflection__quote {
    font-size: 16px;
    line-height: 1.35;
    color: #222222;
    margin-bottom: 19px;
    border: none;
    font-weight: 400;
    font-family: Manrope;
}

.field-reflection__link {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #D12D2D;
    text-decoration: none;
    gap: 6px;
    transition: gap 0.3s ease;
    font-family: Manrope;
}

.field-reflection__link:hover {
    gap: 10px;
}

.field-reflection__arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

.field-reflection__link:hover .field-reflection__arrow {
    transform: translateX(4px);
}

/* ============================================
   Responsive Design
   ============================================ */

/* Tablets (768px and below) */
@media (max-width: 768px) {
    .olympics-section {
        padding: 60px 20px;
    }

    .olympics-section__header {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 40px;
    }

    .olympics-section__cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .olympics-card__image-wrapper {
        height: 160px;
    }

    .olympics-card__content {
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .olympics-card__title {
        min-height: auto;
    }

    .field-section {
        padding: 60px 20px;
    }

    .field-section__container {
        border-radius: 24px;
        padding: 45px 16px;
    }

    .field-section__reflections {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .field-reflection {
        padding-right: 0;
    }

    .field-reflection:nth-child(even) {
        border-left: unset;
        padding-right: 0;
        padding-left: 0;
    }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
    .olympics-section {
        padding: 40px 16px;
    }

    .olympics-section__description {
        font-size: 14px;
        line-height: 1.6;
    }

    .olympics-section__cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .olympics-card__image-wrapper {
        height: 140px;
    }

    .olympics-card__content {
        padding-top: 16px;
    }

    .olympics-card__title {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .olympics-card__text {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .olympics-card__badge {
        font-size: 10px;
        padding: 4px 8px;
    }

    .field-section {
        padding: 10px 16px 40px;
    }

    .field-section__title {
        margin-bottom: 12px;
        font-size: 38px;
    }

    .field-section__header {
        margin-bottom: 30px;
    }

    .field-reflection {
        padding: 0;
    }

    .field-reflection__meta {
        gap: 8px;
        font-size: 12px;
        margin-bottom: 16px;
    }

    .field-reflection__quote {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .field-reflection__link {
        font-size: 14px;
    }
}


/* ============================================
   Performance Support Section
   ============================================ */

.performance-section {
    padding: 110px 20px 0;
}

.performance-section__container {
    max-width: 1059px;
    margin: 0 auto;
}

.performance-section__header {
    margin-bottom: 50px;
}

.performance-section__title {
    font-size: 48px;
    font-weight: 700;
    color: #D12D2D;
    line-height: 1.01;
    text-transform: uppercase;
    letter-spacing: -1.2px;
    margin: 0;
}

/* Timeline */
.performance-section__timeline {
    display: flex;
    margin-bottom: 97px;
}

.performance-phase {
    flex: 1;
    min-width: 0;
    position: relative;
    border: 1px solid #FFD5D5B0;
    padding: 24px 45px 55px;
}

.performance-phase:first-child {
    border-left: 0;
}

.performance-phase:last-child {
    border-right: 0;
}

.performance-phase:not(:first-child) {
    padding-left: 60px;
    padding-right: 30px;
}

.performance-phase:not(:last-child):not(:first-child) {
    border-right: 0;
    border-left: 0;
}

.performance-phase:first-child:after,
.performance-phase:not(:last-child):after {
    content: "";
    position: absolute;
    right: -34px;
    top: 40%;
    width: 57px;
    height: 27.2px;
    background: url('../images/Union.svg') no-repeat center center;
    z-index: 1;
}

.performance-phase__icon-wrapper {
    width: 120px;
    margin: 0 0 18px;
    display: flex;
    align-items: center;
}

.performance-phase__icon {
    width: 100%;
    height: 100%;
}

.performance-phase__title {
    font-size: 19.4px;
    font-weight: 700;
    color: #000;
    line-height: 1.2268;
    margin: 0 0 14px 0;
    font-family: Manrope;
    letter-spacing: 0;
    text-transform: unset;
}

.performance-phase__text {
    font-size: 16px;
    line-height: 1.35;
    color: #222222;
    font-weight: 400;
    font-family: Manrope;
    margin: 0;
}

.performance-phase__arrow {
    flex-shrink: 0;
    width: 50px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.performance-phase__arrow svg {
    width: 100%;
    height: auto;
}

/* ============================================
   Mental Demands Section
   ============================================ */

.mental-demands-section {
    background-color: #ffffff;
    padding: 0 20px 70px;
}

.mental-demands-section__container {
    max-width: 1059px;
    margin: 0 auto;
}

.mental-demands-section__subtitle {
    font-size: 14px;
    font-weight: 700;
    color: #161616;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0 0 15px 0;
    font-family: Manrope;
}

.mental-demands-section__content {
    display: grid;
    grid-template-columns: 1fr 1.12fr;
    gap: 80px;
    align-items: center;
}

.mental-demands-section__left {
    display: flex;
    flex-direction: column;
}

.mental-demands-section__image-wrapper {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 40px;
    max-width: 343px;
}

.mental-demands-section__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mental-demands-section__title {
    font-size: 48px;
    font-weight: 700;
    color: #D12D2D;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -1.2px;
    margin: 0 0 17px;
}

.mental-demands-section__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 30px;
}

.mental-demands-section__text p {
    font-size: 16px;
    line-height: 1.35;
    color: #222222;
    margin: 0 0 22px 0;
    font-weight: 400;
    font-family: Manrope;
}

.mental-demands-section__text:last-child {
    margin-bottom: 0;
}

/* ============================================
   Premier Support Section
   ============================================ */

.premier-support-section {
    padding: 0 0 67px;
}

.premier-support-section p {
    font-size: 14px;
    line-height: 1.35;
    color: #ffffff;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-family: Manrope;
}

.premier-support-section__container {
    max-width: 1059px;
    margin: 0 auto;
    background: linear-gradient(315deg, #151515 0%, #660000 100%);
    box-shadow: 0px 0px 15px 0px #D12D2C1F;
    border-radius: 24px;
    padding: 29px 39px 39px;

}

.premier-support-section__content {
    display: grid;
    grid-template-columns: 1fr 1.38fr;
    gap: 60px;
    align-items: flex-start;
}

.premier-support-section__left {
    display: flex;
    align-items: center;
}

.premier-support-section__image {
    width: 100%;
    height: auto;
    border-radius: 24.6px;
    object-fit: cover;
    display: block;
    aspect-ratio: 0.81210856;
}

.premier-support-section__right {
    display: flex;
    flex-direction: column;
}

.premier-support-section__title {
    font-size: 48px;
    font-weight: 400;
    color: #D12D2D;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: -1.2px;
    margin: 0 0 14px 0;
}

/* Checklist */
.premier-support-section__checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.premier-support-section__checklist-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 16px;
    line-height: 1.35;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: Manrope;
}

.premier-support-section__checklist-item svg {
    flex: 0 0 26px;
}

.premier-support-section__checklist-item:last-child {
    margin-bottom: 0;
}

.premier-support-section__checkmark {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    flex-shrink: 0;
    color: #D12D2D;
    margin-top: 2px;
}

.premier-support-section__note p {
    font-size: 14px;
    line-height: 1.35;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
    font-family: Manrope;
}

/* ============================================
   Responsive Design
   ============================================ */

/* Tablets (768px and below) */
@media (max-width: 768px) {
    .performance-section {
        padding: 60px 20px 0;
    }

    .performance-section__header {
        margin-bottom: 60px;
    }

    .performance-section__timeline {
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 60px;
    }

    .performance-phase {
        flex: 0 0 calc(50% - 15px);
        border: none !important;
        padding: 0 0 15px !important;
    }

    .performance-phase:first-child:after,
    .performance-phase:not(:last-child):after {
        display: none;
    }

    .performance-phase__arrow {
        flex: 0 0 100%;
        transform: rotate(90deg);
        height: 50px;
    }

    .performance-phase__icon-wrapper {
        width: 100px;
        height: 100px;
    }

    .performance-phase__title {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .performance-phase__text {
        font-size: 15px;
    }

    /* Mental Demands */
    .mental-demands-section {
        padding: 0 16px 40px;
    }

    .mental-demands-section__content {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .mental-demands-section__image-wrapper {
        margin-bottom: 30px;
    }

    /* Premier Support */
    .premier-support-section {
        margin: 40px 20px;
        padding: 20px 0;
        border-radius: 16px;
    }

    .premier-support-section__content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .premier-support-section__title {
        font-size: 32px;
    }

    .premier-support-section__checklist-item {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .mental-demands-section__right {
        padding-top: 0;
    }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
    .performance-section {
        padding: 40px 16px;
    }

    .performance-section__header {
        margin-bottom: 40px;
    }

    .performance-section__timeline {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 40px;
    }

    .performance-phase {
        flex: 1 0 auto;
    }

    .performance-phase__arrow {
        transform: rotate(90deg);
        height: 40px;
        width: 40px;
    }

    .performance-phase__icon-wrapper {
        width: 80px;
        height: 80px;
    }

    .performance-phase__title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .performance-phase__text {
        font-size: 14px;
    }

    /* Mental Demands */

    .mental-demands-section__subtitle {
        font-size: 12px;
        letter-spacing: 1px;
        margin-bottom: 30px;
    }

    .mental-demands-section__image-wrapper {
        margin-bottom: 20px;
    }

    .mental-demands-section__title {
        margin-bottom: 20px;
    }

    .mental-demands-section__text {
        font-size: 14px;
        margin-bottom: 16px;
    }

    /* Premier Support */
    .premier-support-section {
        margin: 0 16px;
        padding: 0 0 40px;
        border-radius: 12px;
    }

    .premier-support-section__container {
        padding: 29px 15px 39px;
    }

    .premier-support-section__description {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .premier-support-section__checklist-item {
        font-size: 14px;
        gap: 12px;
        margin-bottom: 12px;
    }

    .premier-support-section__checkmark {
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
        margin-top: 1px;
    }

    .premier-support-section__note {
        font-size: 13px;
    }
}


/* Where The Work Happens Section */

.work-section {
    background: linear-gradient(315deg, #151515 0%, #660000 100%);
    padding: 67px 16px 33px;
}

.work-section__container {
    max-width: 1026px;
    margin: 0 auto;
}

.work-section__title {
    font-size: 66.05px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 0 6px 0;
    letter-spacing: -1.65px;
    line-height: 1.2;
    text-transform: uppercase;
}

.work-section__grid {
    display: grid;
    grid-template-columns: 2.23fr 1fr 1fr;
    gap: 9.2px;
}

.work-card {
    position: relative;
    height: 292px;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
    display: block;
    text-decoration: none;
}

.work-card:first-child {
    grid-row: span 1;
}

.work-card:hover {
    transform: translateY(-4px);
}

.work-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.work-card__overlay {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
    pointer-events: none;
}

.work-card__title {
    position: absolute;
    left: 21px;
    bottom: 30px;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
    z-index: 2;
    line-height: 1.1;
    text-transform: unset;
}

/* After The Games End Section */

.games-end-section {
    background: #FFFFFF;
    padding: 77px 16px 34px;
}

.games-end-section__container {
    max-width: 1059px;
    margin: 0 auto;
}

.games-end-section__grid {
    display: grid;
    grid-template-columns: 1.07fr 1fr;
    gap: 20px 10px;
    align-items: center;
}

.games-end-section__image-wrapper {
    position: relative;
    height: 359px;
    border-radius: 34px;
    overflow: hidden;
}

.games-end-section__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.games-end-section__content {
    padding: 38px 70px 55px 32px;
    border-radius: 34px;
    background: #FFFFFF;
    border: 1px solid #C6C6C6;
    box-shadow: 0px 0px 15px 0px #D12D2C1F;
}

.games-end-section__title {
    font-size: 48px;
    font-weight: 400;
    color: #D12D2D;
    margin: 0 0 18px 0;
    letter-spacing: -1.2px;
    line-height: 1.2;
    text-transform: uppercase;
}

.games-end-section__text p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin: 0 0 26px 0;
    line-height: 1.6;
    letter-spacing: 0;
}

.games-end-section__text p:last-child {
    margin-bottom: 0;
}

/* Tablet Responsive */
@media (max-width: 768px) {
    .work-section {
        padding: 48px 0;
    }

    .work-section__container {
        padding: 0 24px;
    }

    .work-section__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .work-card {
        height: 240px;
    }

    .work-card:first-child {
        height: 280px;
    }

    .games-end-section {
        padding: 48px 0;
    }

    .games-end-section__container {
        padding: 0 24px;
    }

    .games-end-section__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .games-end-section__image-wrapper {
        height: 300px;
    }

    .games-end-section__content {
        padding: 32px;
    }

    .games-end-section__text {
        font-size: 15px;
    }
}

/* Mobile Responsive */
@media (max-width: 480px) {
    .work-section {
        padding: 36px 0;
    }

    .work-section__container {
        padding: 0 16px;
    }

    .work-section__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .work-card {
        height: 200px;
    }

    .work-card:first-child {
        height: 240px;
    }

    .work-card__title {
        font-size: 18px;
        bottom: 16px;
        left: 16px;
        right: 16px;
    }

    .games-end-section {
        padding: 36px 0;
    }

    .games-end-section__container {
        padding: 0 16px;
    }

    .games-end-section__grid {
        gap: 24px;
    }

    .games-end-section__image-wrapper {
        height: 250px;
    }

    .games-end-section__content {
        padding: 24px;
    }

    .games-end-section__text {
        font-size: 14px;
        margin-bottom: 12px;
        line-height: 1.5;
    }
}


/* CSS from section:cta */
.cta-section {
    padding: 0 0 60px;
}

.cta-card {
    border-radius: 24px;
    padding: 60px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    min-height: 427px;
    justify-content: center;
}

.cta-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top left,
            rgba(21, 21, 21, 0.83),
            rgba(102, 0, 0, 0.83));
}

.cta-card>* {
    position: relative;
    z-index: 1;
}

.cta-card__title {
    font-family: var(--font-heading);
    font-size: 45px;
    line-height: 0.91;
    color: var(--color-text-light);
    max-width: 780px;
}

.cta-card__text {
    font-size: 16px;
    line-height: 1.375;
    color: #cacaca;
    max-width: 600px;
    margin-bottom: 10px;
}

.cta-card .video__wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.cta-card .video__wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}


/* CSS from section:partners */
.partners-section {
    padding: 0 0 52px;
    background-color: var(--color-text-light);
}

.partners-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding-inline: 16px;
}

.partners-section__title {
    font-family: Manrope;
    font-size: 18px;
    line-height: 38px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: -10px;
}

.partners-section__logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    width: 100%;
}

.partner-logo {
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-logo img {
    max-height: 75px;
    width: auto;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.olympics-cta .cta-card {
    border-radius: 0;
}

.olympics-cta .cta-card .cta-card__title {
    color: #D12D2D;
}

@media (max-width: 575px) {
    .partner-logo img {
        max-height: 40px;
    }

    .partners-section__logos {
        gap: 10px;
        justify-content: center;
    }
}