.sponsor__title {
    font-size: 80px;
    font-weight: 400;
    font-family: var(--familyBebasNeue);
    color: var(--colorGold);
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
}

.sponsor__subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.04em;
    text-align: center;
}

.sponsor__h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
}

.sponsor__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.04em;
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .sponsor__title {
        font-size: 56px;
    }

    .sponsor__subtitle {
        font-size: 12px;
    }

    .sponsor__h3 {
        font-size: 18px;
    }

    .sponsor__text {
        font-size: 12px;
        margin-top: 16px;
    }
}

/* sponsorTop */
.sponsorTop {
    padding-block: 100px;
}

.sponsorTop__content {
    position: relative;
}

.sponsorTop__textarea {
    position: relative;
    z-index: 1;
}

.sponsorTop__title  {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.08em;
}

.sponsorTop__title span {
    display: inline-block;
    position: relative;
    top: 14px;
}

.sponsorTop__text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin-top: 40px;
}

.sponsorTop .commonLink {
    margin: 80px auto 0 0;
    max-width: 317px;
}

.sponsorTop .commonLink::after {
    right: 20px;
}

.sponsorTop__img {
    position: absolute;
    right: 0;
    top: 0;
    width: 663px;
    z-index: 0;
}

@media screen and (max-width: 1120px) {
    .sponsorTop__img {
        width: 59.19vw;
    }
}

@media screen and (max-width: 1024px) {
    .sponsorTop__content {
        max-width: 560px;
        margin-inline: auto;
    }

    .sponsorTop__img {
        width: 250px;
        top: -120px;
        right: -20px;
        opacity: 0.6;
    }
}

@media screen and (max-width: 767px) {
    .sponsorTop {
        padding-block: 120px 40px;
    }

    .sponsorTop__title {
        font-size: 24px;
    }

    .sponsorTop__title span {
        width: 140px;
    }

    .sponsorTop__text {
        font-size: 14px;
    }

    .sponsorTop .commonLink {
        margin: 40px auto 0;
    }
}

/* sponsorSwiper */
.sponsorSwiper {
    width: 100%;
}

.sponsorSwiper .swiper-wrapper {
    transition-timing-function: linear;
}

.sponsorSwiper img {
    width: 100%;
    height: auto;
}

/* BENEFIT */
.benefit {
    padding-block: 100px;
		overflow-x: hidden;
}

.benefit .sponsor__text {
    text-align: center;
		font-size: 16px;
}

.benefitList {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 64px;
}

.benefitList__content {
    background: var(--colorWhite);
    padding: 10px 20px;
    position: relative;
    top: -1px;
}

.benefitList__img img {
    width: 100%;
}

.benefitList__title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.8;
    text-align: center;
    color: var(--colorBlack);
}

.benefitList__text {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.6;
    margin-top: 8px;
    color: var(--colorBlack);
}

.benefit__bottomText {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.8;
    text-align: center;
    margin-top: 64px;
}

@media screen and (max-width: 767px) {
    .benefit {
        padding-block: 60px;
    }

    .benefit .sponsor__text {
        margin-top: 24px;
        text-align: start;
        font-size: 14px;
    }
    
    .benefitSwiper {
        overflow: visible;
        position: relative;
        padding-bottom: 44px;
    }

    .benefitList.swiper-wrapper {
        display: flex;
        grid-template-columns: none;
        gap: 0;
        margin-top: 40px;
    }

    .benefitList__item.swiper-slide {
        height: auto;
        flex-shrink: 0;
    }

    .benefitSwiper .swiper-pagination {
        bottom: 0;
    }

    .benefitSwiper  .swiper-pagination-bullet {
        background: var(--colorGray);
        width: 40px;
        height: 2px;
        border-radius: 0;
        opacity: 1;
        margin-inline: 2px!important;
    }

    .benefitSwiper  .swiper-pagination-bullet-active {
        background: var(--colorWhite);
    }

    .benefitList__title {
        font-size: 14px;
    }

    .benefitList__text {
        font-size: 12px;
    }

    .benefit__bottomText {
        margin-top: 40px;
        font-size: 14px;
    }
}

/* CONTACT */
section.contact {
    padding-block: 40px;
    background: var(--colorGold);
}

.contact__hgroup {
    text-align: center;
}

.contact__title {
    font-size: 16px;
    font-family: var(--familyBebasNeue);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08em;
}

.contact__subtitle {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin-top: 8px;
}

.contact__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.04em;
    text-align: center;
    margin-top: 25px;
}

.contact .commonLink {
    background: var(--colorWhite);
    color: var(--colorGold);
    margin-top: 25px;
    max-width: 317px;
}

.contact .commonLink::after {
    color: var(--colorGold);
    right: 20px;
}

@media (hover :hover) {
    section.contact .commonLink:hover {
        background: var(--colorGold);
        color: var(--colorWhite);
    }

    section.contact .commonLink:hover::after {
        color: var(--colorWhite);
    }
}

@media screen and (max-width: 1024px) {
    .contact__title {
        font-size: 12px;
    }

    .contact__subtitle {
        font-size: 24px;
    }

    .contact__text {
        font-size: 14px;
        margin-top: 16px;
    }

    .contact .commonLink {
        margin-top: 16px;
    }
}

/* VISION */
.vision {
    padding-block: 100px;
}

.vision__content {
    margin-top: 40px;
}

.vision__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin-top: 16px;
    text-align: center;
}

.vision__content .sponsor__text {
    text-align: center;
}

.visionList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 64px;
}

.visionList__item {
    text-align: center;
    position: relative;
    max-width: 344px;
    width: 100%;
}

.visionList__item::before {
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background-image: url(../../images/sponsor/img-parentheses-left.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 32px;
    height: 193px;
}

.visionList__item::after {
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background-image: url(../../images/sponsor/img-parentheses-right.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 32px;
    height: 193px;
}

.visionList__label {
    font-size: 48px;
    font-family: var(--familyBebasNeue);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #505050;
}

.visionList__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.04em;
    margin-top: 4px;
}

.visionList__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.04em;
    margin-top: 8px;
}

@media screen and (max-width: 1024px)  {
    .visionList {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .vision {
        padding-block: 60px;
    }

    .vision__title {
        font-size: 24px;
    }

    .vision__content {
        margin-top: 24px;
    }

    .vision__content .sponsor__text {
        text-align: start;
        font-size: 14px;
        margin-top: 40px;
    }

    .visionList__label {
        font-size: 40px;
    }

    .visionList__title {
        font-size: 14px;
    }

    .visionList__text {
        font-size: 12px;
    }
}

/* ABOUT 3x3 */
.about {
    padding-block: 100px;
    background-image: url(../../images/sponsor/bg-about.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto 585px;
    background-color: var(--colorBlack);
}

.about__content {
    display: grid;
    grid-template-columns: auto 558px;
    gap: 3.7%;
    margin-top: 40px;
}

.about__content:nth-of-type(2) {
    grid-template-columns: 520px auto;
    margin-top: 64px;
}

.about__img img {
	width: 100%;
}

.about__btnColumn {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.about__btnColumn .commonLink {
    margin: 0;
    max-width: calc(50% - 12px);
}

.about__btnColumn .commonLink::after {
    right: 1rem;
}

@media screen and (max-width: 1024px) {
    .about__content,.about__content:nth-of-type(2) {
        display: flex;
        flex-direction: column;
        max-width: 737px;
        margin-inline: auto;
    }

    .about__content:nth-of-type(2) {
        flex-direction: column-reverse;
    }

    .about__content {
        gap: 24px;
    }

    .about__img img {
        width: 100%;
    }

    .about__btnColumn .commonLink {
        max-width: 267px;
    }
}

@media screen and (max-width: 767px) {
    .about {
        padding-block: 60px;
        background-size: auto 123px;
    }

    .about__content:nth-of-type(1) {
        margin-top: 24px;
    }

    .about__btnColumn {
        margin-top: 24px;
    }

    .about__btnColumn .commonLink {
        max-width: 335px;
    }
}

/* PARTNERSHIP */
.partnerShip {
    padding-block: 100px;
}

.partnerShip__content {
    display: grid;
    grid-template-columns: 46.94% auto;
    margin-top: 40px;
}

.partnerShip .commonLink {
    margin: 40px 0 0 0;
}

@media screen and (max-width: 1024px) {
    .partnerShip__content {
        display: flex;
        flex-direction: column-reverse;
        max-width: 737px;
        margin-inline: auto;
    }

    .partnerShip__textarea {
        margin-top: 40px;
    }

    .partnerShip__img {
        margin-inline: auto;
    }

    .partnerShip .commonLink {
        margin-inline: auto;
    }
}

@media screen and (max-width: 767px) {
    .partnerShip {
        padding-block: 40px;
    }

    .partnerShip__content {
        margin-top: 24px;
    }

    .partnerShip .commonLink {
        margin-top: 24px;
    }
}

/* PARTNERS */
.partners .sponsor {
    padding-top: 40px;
}

@media screen and (max-width: 767px) {
    .partners {
        padding-top: 40px;
    }
}

.fixedBtn {
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 20px;
    display: flex;
    gap: 10px;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.fixedBtn.is-show {
    opacity: 1;
    pointer-events: auto;
}

.fixedBtn .commonLink {
    margin: 0;
    background: var(--colorGold);
    color: var(--colorWhite);
    width: 200px;
    border-radius: 0;
}

.fixedBtn .commonLink::after {
    right: 20px;
}

@media (hover: hover) {
    .fixedBtn .commonLink:hover {
        background: var(--colorWhite);
        color: var(--colorGold);
    }

    .fixedBtn .commonLink:hover::after {
        color: var(--colorGold);
    }
}

@media screen and (max-width: 767px) {
    .fixedBtn {
        width: 100%;
        gap: 0;
        padding: 0;
    }

    .fixedBtn .commonLink {
        width: 100%;
        max-width: unset;
        font-weight: 700;
    }
}