.curved-ban {
    align-items: center !important;
    background: linear-gradient(90deg, #d1392e, #e86141) !important;
    color: #fff !important;
    display: flex !important;
    flex-direction: column-reverse !important;
    justify-content: space-between !important;
    overflow: hidden !important;
    position: relative !important;
    width: 100% !important;
}
@media screen and (min-width: 1024px) {
    .curved-ban {
        flex-direction: row !important;
    }
}
.curved-ban--video {
    background: linear-gradient(90deg, #f4b51d 28%, #f9d354 79%, #f4b51d) !important;
    color: #276ef1 !important;
    min-height: unset !important;
}
@media screen and (min-width: 1024px) {
    .curved-ban--video {
        align-items: center !important;
        flex-direction: row !important;
        justify-content: center !important;
    }
}
.curved-ban sup {
    font-size: 16px !important;
    vertical-align: super !important;
}
@media screen and (min-width: 768px) {
    .curved-ban sup {
        font-size: 20px !important;
    }
}
.curved-ban__content {
    text-align: center !important;
    width: 80% !important;
    left: unset !important;
    transform: unset !important;
    padding: 2rem !important;
    margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
    .curved-ban__content {
        text-align: left !important;
    }
}
@media screen and (min-width: 1024px) {
    .curved-ban__content {
        padding-top: 4rem !important;
        padding-bottom: 8rem !important;
        margin-bottom: 5rem !important;
    }
}
.curved-ban__content--video {
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    justify-content: center !important;
    max-width: 575px !important;
    position: relative !important;
    z-index: 3 !important;
}
@media screen and (min-width: 1024px) {
    .curved-ban__content--video {
        flex-grow: 1 !important;
        flex-shrink: 0 !important;
    }
}
.curved-ban__col {
    width: 100% !important;
}
@media screen and (min-width: 1024px) {
    .curved-ban__col {
        align-items: baseline !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        overflow: hidden !important;
        width: 50% !important;
    }
}
.curved-ban__col img {
    width: 100% !important;
}
.curved-ban__title {
    font-family: Raleway !important;
    font-size: clamp(3rem, 5vw, 2.8vw) !important;
    font-weight: 900 !important;
}
.curved-ban__title--video {
    font-size: 2.5rem !important;
    margin-top: 2rem !important;
    text-align: center !important;
    width: 100% !important;
}
@media screen and (min-width: 768px) {
    .curved-ban__title--video {
        text-align: start !important;
    }
}
.curved-ban__desc {
    font-family: Raleway !important;
    font-size: 18px !important;
    font-style: normal !important;
}
@media screen and (min-width: 768px) {
    .curved-ban__desc {
        font-size: 1.5vw !important;
    }
    .curved-ban__desc--video {
        font-size: 18px !important;
        text-align: start !important;
    }
}
.curved-ban__img {
    width: 100% !important;
}
@media screen and (min-width: 768px) {
    .curved-ban__img {
        max-width: 575px !important;
        width: 100% !important;
    }
}
@media screen and (min-width: 1024px) {
    .curved-ban__img--full {
        max-width: unset !important;
    }
}
.curved-ban__img--desktop {
    display: none !important;
    padding-bottom: unset !important;
}
@media screen and (min-width: 1024px) {
    .curved-ban__img--desktop {
        display: block !important;
        position: relative !important;
    }
}
.curved-ban__img--desktop--fallback {
    z-index: 1 !important;
    height: unset !important;
    left: unset !important;
    right: unset !important;
    top: unset !important;
}
.curved-ban__img--desktop--fallback img {
    width: 100% !important;
}
.curved-ban__img--desktop--video {
    left: 0 !important;
    max-width: unset !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 100% !important;
    z-index: 2 !important;
}
.curved-ban__img--mobile {
    display: block !important;
}
@media screen and (min-width: 1024px) {
    .curved-ban__img--mobile {
        display: none !important;
    }
}
.curved-ban__shape {
    bottom: 0 !important;
    height: 100px !important;
    left: 0 !important;
    line-height: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    width: 100% !important;
    z-index: 4 !important;
    background-image: unset !important;
}
.curved-ban__shape .shape-fill {
    fill: #1d2d67 !important;
}
.curved-ban__shape svg {
    display: none !important;
    height: 100% !important;
    left: -100px !important;
    margin-bottom: -1px !important;
    position: relative !important;
    width: calc(100% + 200px) !important;
}
@media screen and (min-width: 1024px) {
    .curved-ban__shape svg {
        display: block !important;
    }
}

/* OTHER FIXES */
.multipages--anniversary .multipages_buttons_container--img {
    margin: 2rem auto 5rem;
}
.multipages--anniversary .multipages_buttons_container--img {
    height: 90px;
}
.block-about-us {
    padding: 0rem 0;
}
.anniversary-selection-top {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
@media screen and (min-width: 768px) {
    .anniversary-selection-top {
        align-items: center;
        flex-direction: row;
        gap: 4rem;
        justify-content: space-between;
        margin-bottom: 2rem;
    }
}
.anniversary-selection-top picture {
    margin: 0 auto;
    max-width: 90%;
}
@media screen and (min-width: 768px) {
    .anniversary-selection-top picture {
        margin-bottom: 1rem;
        max-width: 100%;
    }
}
.anniversary-selection-top h2 {
    text-align: center;
}
@media screen and (min-width: 768px) {
    .anniversary-selection-top h2 {
        font-size: 2.5rem;
        text-align: left;
    }
}
.anniversary-selection-top h2 sup {
    font-size: 16px;
    vertical-align: super;
}
@media screen and (min-width: 768px) {
    .anniversary-selection-top h2 sup {
        font-size: 20px;
    }
}
.anniversary-selection-content {
    display: flex;
    flex-direction: column;
}
@media screen and (min-width: 768px) {
    .anniversary-selection-content {
        display: grid;
        gap: 2rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.anniversary-selection-content-row {
    display: flex;
}
@media screen and (min-width: 768px) {
    .anniversary-selection-content-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.anniversary-selection-content-row:not(:first-child) {
    border-top: 2px solid #3655a3;
    margin-top: 2rem;
    padding-top: 2rem;
}
@media screen and (min-width: 768px) {
    .anniversary-selection-content-row:not(:first-child) {
        border: none;
        margin-top: 0;
        padding-top: 0;
    }
}
.anniversary-selection-content-row:nth-child(odd) a:last-child {
    border-right: none;
}
@media screen and (min-width: 768px) {
    .anniversary-selection-content-row:nth-child(odd) a:last-child {
        border-right: 2px solid #3655a3;
    }
}
.anniversary-selection-content-image:last-child {
    border-left: 2px solid #3655a3;
}
.anniversary-selection-content-image img {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.block-about-us__contain.anniversary-selection {
    background: #2a4185;
    padding: 2rem;
}

@media screen and (min-width: 768px) {
    .anniversary-selection-top h2 {
        width: 100%;
    }
}

.anniversary-selection-content-image {
    width: 100%;
}
