.hero {
    position: relative;
}


.heroSwiper {
    position: relative;
    height: 100%;
}

.heroSwiperSlidePicture {
}

.heroSwiperSlidePicture img {
    aspect-ratio: 2500/1000;
}

.heroContentWrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.heroContentNav {
    color: white;
}

.heroContentWrapperAgain {
    max-width: var(--container-width);
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-end;
    padding: 0 var(--section-padding-right) 40px var(--section-padding-right);
}

.heroContentTitle {
    font-size: 82px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 40px 0;
    line-height: 72px;
    color: #FFF;
    letter-spacing: -2.5px;
}

.heroContentLink {
    color: #000;
    background-color: #FFF;
}

@media (max-width: 600px) {
    .hero {
    }

    .heroPicture {
        margin-top: -90px;
    }

    .heroContentWrapperAgain {
        padding: 0 var(--section-padding-right) 20px var(--section-padding-right);
    }

    .heroContentTitle {
        font-size: 45px;
        line-height: 40px;
        font-weight: 900;
        text-transform: uppercase;
        margin: 0 0 20px 0;
        max-width: 400px;
        color: #FFF;
        letter-spacing: -2.5px;
    }

    .heroContentLink {
    }

    .heroSwiperSlidePicture img {
        aspect-ratio: 1000/1500;
    }
}

.exploreMenu {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 50px var(--section-padding-right) 30px var(--section-padding-right);
}

.exploreMenuTitle {
    letter-spacing: -1.5px;
    font-size: 45px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.exploreMenuText {
    font-size: 24px;
    line-height: 1;
    margin: 0;
    letter-spacing: 1px;
}

.exploreMenuSwiperNavigation {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
    margin-bottom: 15px;
}

.exploreMenuSwiperNavigation .swiper-button-prev {
    transform: rotate(180deg);
}

.exploreMenuSwiperNavigation .swiper-button-prev, .exploreMenuSwiperNavigation .swiper-button-next {
    position: static;
    margin: 0;
}

.exploreMenuSwiperNavigation .swiper-button-prev::after, .exploreMenuSwiperNavigation .swiper-button-next::after {
    content: "";
    width: 30px;
    height: 20px;
    background-image: url("/assets/images/pages/index/web/icon-arrow-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.exploreMenuSwiperSlidePictureImage {
    height: 350px;
    object-fit: cover;
}

.exploreMenuSwiperSlideLabel {
    display: block;
    padding: 10px 15px;
    font-size: 22px;
    letter-spacing: 1px;
}

.exploreMenuSwiperSlideLabel::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 15px;
    background-image: url("/assets/images/pages/index/web/icon-arrow-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-1px);
    margin-left: 12px;
}

@media (max-width: 600px) {
    .exploreMenuTitle {
        font-size: 35px;
    }

    .exploreMenuSwiperSlideLabel {
        font-size: 20px;
        padding: 10px;
    }

    .exploreMenuSwiperSlideLabel::after {
        width: 25px;
        height: 20px;
        transform: translateY(0px);
    }
}

.drops {

}

.dropsTitle {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 50px var(--section-padding-right) 30px var(--section-padding-right);
}

.dropsBodyItem {
    width: 100%;
}

.dropsBodyItemTop {
    padding: 15px 5px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 4fr 1fr;
    width: 100%;
}

.dropsBodyItemTopTitle {
    text-align: center;
    color: #FFF;
    font-size: 50px;
    font-family: "Rebrand", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.dropsBodyItemTopIcon {
    height: 16px;
    margin-left: auto;
    width: auto;
    transition: .3s ease;
}

.dropsBodyItemTop.active .dropsBodyItemTopIcon {
    transform: scale3d(1, -1, 1);
}

.dropsBodyItemBottom {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows ease 300ms;
}

.dropsBodyItemTop.active ~ .dropsBodyItemBottom {
    grid-template-rows: 1fr;
}

.dropsBodyItemBottomWrap {
    overflow: hidden;
}

.dropsBodyItemBottomWrapContent {
    padding: 0 40px 30px;
}

.dropsBodyItemBottomHeader {
    display: grid;
    grid-template-columns: 1fr 4fr 1fr;
    align-items: center;
}

.dropsBodyItemBottomHeaderTitle {
    text-align: center;
    color: #FFF;
    font-size: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.dropsBodyItemBottomHeaderNav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}

.dropsBodyItemBottomHeaderNavBtn {
    width: fit-content;
    height: fit-content;
    padding: 0;
}

.dropsBodyItemBottomHeaderNavBtn.prev svg {
    transform: rotate(180deg);
}

.dropsBodyItemBottomHeaderNavBtn svg {
    height: 16px;
    width: auto;
}

.dropsBodyItemBottomHeaderNavBtn svg path {
    fill: #FFF
}

.dropsBodyItemBottomSwiper {
    margin-top: 30px;
}

.dropsBodyItemBottomSwiperSlide {
    position: relative;
}

.dropsBodyItemBottomSwiperSlideBtn {
    position: absolute;
    right: 15px;
    bottom: 25px;
    text-transform: uppercase;
    color: #000;
    background-color: #FFF;
    padding: 8px 16px;
    font-weight: 700;
    border-radius: 100px;
    letter-spacing: 2px;
    text-decoration: none;
}

@media (max-width: 800px) {
    .dropsBodyItemBottomWrapContent {
        padding: 0 20px 40px;
    }

    .dropsBodyItemBottomHeader {
        grid-template-columns: 25px 1fr 25px;
        gap: 8px;
    }

    .dropsBodyItemBottomHeaderNavBtn svg {
        height: 10px;
    }

    .dropsBodyItemBottomHeaderTitle {
        font-size: 18px;
    }
}

.ourPurpose {
    position: relative;
}

.ourPurpose::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 0) 40%);
}

.ourPurposePicture {
}

.ourPurposePicture img {
    object-fit: cover;
    max-height: 600px;
}

.ourPurposeContentWrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ourPurposeContent {
    max-width: var(--container-width);
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 100px var(--section-padding-right) 100px var(--section-padding-left);
}

.ourPurposeContentTitle {
    font-size: 82px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    max-width: 400px;
    line-height: 72px;
    color: #FFF;
    letter-spacing: -2.5px;
}

.ourPurposeContentText {
    font-size: 28px;
    color: #FFF;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 30px 0;
}

.ourPurposeContentLink {
    color: #000;
    background-color: #FFF;
    margin-bottom: 20px;
}

.ourPurposeContentItems {
    margin-top: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 15px;
}

.ourPurposeContentItem {
    display: flex;
    align-items: center;
    border-left: 2px solid #FFF;
    padding-left: 15px;
    font-size: 40px;
    font-weight: 900;
    color: #FFF;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.ourPurposeContentItemText {
    display: block;
    margin-top: -10px;
}

@media (max-width: 1200px) {
    .ourPurposeContent {
        padding: 75px var(--section-padding-right) 40px var(--section-padding-left);
    }

    .ourPurposeContentLink {
    }

    .ourPurposeContentItems {
    }

    .ourPurposeContentItem {
        font-size: 25px;
    }
}

@media (max-width: 1000px) {
    .ourPurpose::before {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 1) -5%, rgba(0, 0, 0, 0) 40%);
    }

    .ourPurposePicture img {
        min-height: 450px;
    }

    .ourPurposeContentTitle {
        font-size: 60px;
        line-height: 52px;
    }

    .ourPurposeContentItem {
        font-size: 20px;
    }

    .ourPurposeContentItemText {
        margin-top: -5px;
    }
}

@media (max-width: 600px) {
    .ourPurposeContentTitle {
        font-size: 45px;
        line-height: 40px;
    }

    .ourPurposeContentText {
        font-size: 23px;
    }

    .ourPurposeContentItems {
        gap: 0;
    }

    .ourPurposeContentItem {
        font-size: 13px;
        padding-left: 6px;
    }
}

.joinTheMovement {
    max-width: var(--container-width);
    padding: 0 var(--section-padding-right) 0 var(--section-padding-left);
    margin: 0 auto;
}

.joinTheMovementRow {
    position: relative;
    display: grid;
    grid-template-columns: 60% 40%;
}

.joinTheMovementRowContent {
    align-self: center;
}

.joinTheMovementRowContentTitle {
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 0 10px 0;
    line-height: 1;
}

.joinTheMovementRowContentText {
    margin: 0 0 40px 0;
    font-size: 32px;
    max-width: 550px;
    line-height: 1;
}

.joinTheMovementRowContentButton {
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
    border-radius: 100vh;
    background-color: #000;
    letter-spacing: 2px;
}

.joinTheMovementRowImage {
    transform: translateY(-20px);
}

.joinTheMovementRowPlatePass {
    display: grid;
    align-items: center;
    grid-template-columns: 450px 1fr;
    z-index: 1;
    position: relative;
}

.joinTheMovementRowPlatePassImage {
    transform: translateY(30px);
}

.joinTheMovementRowPlatePassContent {
    display: flex;
    flex-direction: column;
    align-items: end;
    padding-bottom: 50px;
}

.joinTheMovementRowPlatePassContentTitle {
    color: var(--color-orange);
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 0 16px 0;
    line-height: 1;
    text-align: right;
}

.joinTheMovementRowPlatePassContentText {
    margin: 0 0 40px 0;
    font-size: 32px;
    text-align: right;
    line-height: 1;
}

.joinTheMovementRowPlatePassContentButton {
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
    border-radius: 100vh;
    background-color: black;
    letter-spacing: 2px;
    margin-left: auto;
    font-size: 18px;
}

@media (max-width: 1250px) {
    .joinTheMovementRowPlatePass {
        margin-top: 0;
    }
}

@media (max-width: 1000px) {
    .joinTheMovement {
        padding: 0;
    }

    .joinTheMovementRow {
        padding: 0 0 0 var(--section-padding-left);
        grid-template-columns: minmax(0, 50%) minmax(0, 50%);
    }

    .joinTheMovementRowContent {
        padding: 40px 0 30px 0;
    }

    .joinTheMovementRowContentTitle {
        font-size: 45px;
    }

    .joinTheMovementRowContentText {
        font-size: 24px;
        max-width: 250px;
    }

    .joinTheMovementRowPlatePass {
        grid-template-columns: 55% 45%;
        padding: 0 var(--section-padding-right) 0 0;
    }

    .joinTheMovementRowPlatePassImage {
        margin-left: -20px;
        margin-bottom: 0;
    }

    .joinTheMovementRowPlatePassContentTitle {
        font-size: 35px;
    }

    .joinTheMovementRowPlatePassContentText {
        font-size: 28px;
    }
}

@media (max-width: 600px) {
    .joinTheMovementRowContentTitle {
        font-size: 32px;
    }

    .joinTheMovementRowContentText {
        font-size: 22px;
    }

    .joinTheMovementRowContentButton {
        font-size: 14px;
    }

    .joinTheMovementRowImage {
        height: calc(100% - 30px);
        object-fit: cover;
        object-position: left;
    }

    .joinTheMovementRowPlatePassContentTitle {
        font-size: 20px;
    }

    .joinTheMovementRowPlatePassContentText {
        font-size: 21px;
        margin-bottom: 16px;
    }

    .joinTheMovementRowPlatePassContentButton {
        font-size: 14px;
    }
}

.ourPromises {
    position: relative;
}

.ourPromises::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 50%);
}

.ourPromisesPicture img {
    object-fit: cover;
    max-height: 600px;
}

.ourPromisesContentWrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ourPromisesContent {
    max-width: var(--container-width);
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 100px var(--section-padding-right) 100px var(--section-padding-left);
}

.ourPromisesContentTitle {
    font-size: 82px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    max-width: 400px;
    line-height: 72px;
    color: #FFF;
    letter-spacing: -2.5px;
}

.ourPromisesContentText {
    font-size: 28px;
    color: #FFF;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 30px 0;
    max-width: 250px;
}

.ourPromisesContentLink {
    color: #000;
    background-color: #FFF;
    margin-bottom: 20px;
}

.ourPromisesContentTo {
    margin-top: auto;
    color: #FFF;
}

.ourPromisesContentToList {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ourPromisesContentToListItem {
    font-size: 36px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.ourPromisesContentToListItemLink::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 25px;
    background-image: url("/assets/images/pages/index/web/icon-arrow-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-1px);
    margin-right: 16px;
    filter: invert(1);
    transition: transform 0.2s linear;
}

.ourPromisesContentToListItemLink:hover::before {
    transform: translate(10px, -1px);
}

@media (max-width: 1200px) {
    .ourPromisesContent {
        padding: 75px var(--section-padding-right) 40px var(--section-padding-left);
    }
}

@media (max-width: 1000px) {
    .ourPromisesPicture img {
        min-height: 450px;
    }

    .ourPromisesContentTitle {
        font-size: 60px;
        line-height: 52px;
    }
}

@media (max-width: 600px) {
    .ourPromisesContentTitle {
        font-size: 45px;
        line-height: 40px;
    }

    .ourPromisesContentText {
        font-size: 23px;
    }

    .ourPromisesContentToListItem {
        font-size: 20px;
    }

    .ourPromisesContentToListItem::before {
        width: 20px;
        height: 15px;
    }
}

.findUrbanPlates {
    position: relative;
    padding: 50px 0;
}

.findUrbanPlatesContent {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--section-padding-right) 0 var(--section-padding-left);
}

.findUrbanPlatesContentTitle {
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
}

.findUrbanPlatesContentText {
    font-size: 38px;
    line-height: 1;
    margin: 0 0 30px 0;
}

.findUrbanPlatesContentLink {
    color: #FFF;
    background-color: #000;
}

.findUrbanPlatesPicture {
    z-index: 2;
    position: relative;
    pointer-events: none;
}

.findUrbanPlatesPicture img {
    object-position: 0 -45px;
    object-fit: cover;
}

@media (max-width: 600px) {
    .findUrbanPlates {
        padding: 30px 0;
    }

    .findUrbanPlatesContentTitle {
        font-size: 32px;
    }

    .findUrbanPlatesContentText {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .findUrbanPlatesContentLink {
    }

    .findUrbanPlatesPicture img {
        object-position: 0 -12px;
    }
}