.modal {
    bottom: 0;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050
}

.modal-dialog {
    margin: 64px auto;
    max-width: 500px;
    pointer-events: none;
    position: relative;
    width: auto
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.modal-header {
    align-items: flex-start;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: flex;
    justify-content: space-between;
    padding: 16px
}

.modal-body {
    flex: 1 1 auto;
    padding: 16px;
    position: relative
}

.modal-footer {
    display: flex;
    justify-content: flex-end;
    padding: 16px
}

.modal-title {
    line-height: 1.5;
    margin: 0
}

.modal-close {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    height: 16px;
    margin: 0;
    padding: 0;
    width: 16px
}

.modal-backdrop {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040
}

.modal-backdrop.in,
.modal-backdrop.out {
    opacity: 0;
    transition: opacity .35s ease-in-out
}

.modal-backdrop.is-open {
    opacity: .5
}

.modal.in .modal-dialog {
    animation: scaleUp .35s ease-in-out
}

.modal.out .modal-dialog {
    animation: scaleDown .35s ease-in-out
}

@keyframes scaleUp {
    0% {
        opacity: 0;
        transform: scale(1.2)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes scaleDown {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(1.2)
    }
}

@media(min-width:992px) {
    .home .hero__title {
        max-width: calc(100% - 450px)
    }

    .home__info {
        max-width: calc(100% - 550px)
    }
}

@media(max-width:991.98px) {
    .home .hero {
        margin-bottom: 10rem
    }
}

@media(max-width:575.98px) {
    .home__info {
        margin-bottom: 5rem
    }
}

.section-seguridad {
    background-image: linear-gradient(180deg, #001c19 13%, #611232 84%, #f9f9f9 0);
    margin-bottom: calc(1.4625rem + 2.55vw)
}

@media(min-width:1200px) {
    .section-seguridad {
        margin-bottom: 3.375rem
    }
}

.section-seguridad__wrapper {
    align-items: center;
    display: grid;
    gap: 2rem
}

.section-seguridad__btn {
    display: flex;
    justify-content: center
}

.section-seguridad .carousel .carousel-control {
    background-color: transparent;
    border-color: #fff
}

.section-seguridad .carousel .carousel-control .svg path {
    fill: #fff
}

.section-seguridad .carousel-coverflow__slide-title {
    color: #000e0d
}

@media(min-width:992px) {
    .section-seguridad__wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:575.98px) {
    .section-seguridad {
        background-image: linear-gradient(180deg, #001c19 13%, #611232 87%, #f9f9f9 0);
        padding-bottom: .75rem;
        padding-top: 3rem
    }
}

.carousel {
    padding: 0 calc(1.525rem + 3.3vw);
    position: relative
}

@media(min-width:1200px) {
    .carousel {
        padding: 0 4rem
    }
}

.carousel .carousel-control {
    border-color: #611232;
    border-radius: 50%;
    display: grid;
    height: 40px;
    padding: 0;
    place-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px
}

.carousel .carousel-control.prev {
    left: 0
}

.carousel .carousel-control.next {
    right: 0
}

.carousel .swiper-pagination {
    bottom: -3rem !important
}

.carousel .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #611232
}

@media(max-width:767.98px) {
    .carousel {
        padding: 0
    }

    .carousel--touch {
        margin: 0 -1rem 1rem;
        max-width: calc(100% + 2rem)
    }

    .carousel--touch .carousel-coverflow {
        margin: 0 -11rem
    }

    .carousel .carousel-control {
        display: none
    }
}

@media(max-width:575.98px) {
    .carousel--touch {
        overflow: hidden
    }
}

.carousel-coverflow--main .swiper-slide {
    display: flex;
    flex-direction: column;
    transition: opacity .25s ease-in-out, transform .25s ease-in-out
}

.carousel-coverflow--main .swiper-slide:not(.swiper-slide-active) {
    opacity: .25;
    transform: scale(.75)
}

.carousel-coverflow--main .swiper-slide:not(.swiper-slide-active) .carousel-coverflow__slide-play,
.carousel-coverflow--main .swiper-slide:not(.swiper-slide-active) .carousel-coverflow__slide-title {
    opacity: 0
}

.carousel-coverflow--main .btn {
    aspect-ratio: 1
}

.carousel-coverflow--main .carousel-coverflow__slide-wrapper {
    height: 100%;
    width: 100%
}

.carousel-coverflow .btn {
    background-color: #d3d3d3;
    border: 1px solid #ddd;
    border-radius: 16px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .15);
    margin-bottom: calc(1.275rem + .3vw);
    padding: 0
}

@media(min-width:1200px) {
    .carousel-coverflow .btn {
        margin-bottom: 1.5rem
    }
}

.carousel-coverflow__slide-wrapper {
    border-radius: 16px;
    overflow: hidden;
    position: relative
}

.carousel-coverflow__slide-play,
.carousel-coverflow__slide-title {
    transition: opacity .25s ease-in-out
}

.carousel-coverflow__slide-play {
    aspect-ratio: 1;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(108px, 30%)
}

.carousel-coverflow__slide-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.carousel-coverflow__slide-title {
    font-size: calc(1.275rem + .3vw);
    font-weight: 500;
    margin: 0;
    text-align: center
}

@media(min-width:1200px) {
    .carousel-coverflow__slide-title {
        font-size: 1.5rem
    }
}

.carousel-coverflow--footer .swiper-slide {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 1.5rem
}

.carousel-coverflow--footer .swiper-slide .btn {
    aspect-ratio: 65/42;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    flex-shrink: 0;
    margin: 0;
    width: min(650px, 60%)
}

.carousel-coverflow--footer .carousel-coverflow__slide-wrapper {
    height: 100%;
    width: 100%
}

.carousel-coverflow--footer .carousel-coverflow__slide-title {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: start
}

@media(min-width:1200px) {
    .carousel-coverflow--footer .carousel-coverflow__slide-title {
        font-size: 2.5rem
    }
}

.carousel-coverflow--footer .caroussel-coverflow__slide-subtitle {
    margin: 0
}

@media(max-width:991.98px) {
    .carousel-coverflow__slide-title {
        font-size: 1rem
    }

    .carousel-coverflow--footer .swiper-slide {
        flex-direction: column
    }

    .carousel-coverflow--footer .swiper-slide .btn {
        width: 100%
    }
}

.list-circles {
    counter-reset: circles;
    font-weight: 500;
    list-style: none;
    margin: 0;
    padding: 0
}

.list-circles li {
    align-items: center;
    counter-increment: circles;
    display: flex;
    gap: 1.5rem
}

.list-circles li:before {
    background-color: #611232;
    border: 1px solid #D0B8C1;
    border-radius: 50%;
    content: counter(circles);
    display: grid;
    flex-shrink: 0;
    font-size: calc(1.275rem + .3vw);
    font-weight: 700;
    height: 54px;
    place-content: center;
    width: 54px
}

@media(min-width:1200px) {
    .list-circles li:before {
        font-size: 1.5rem
    }
}

.list-circles li+li {
    margin-top: 1rem
}

.list-info__title {
    font-size: 1.25rem
}

.list-info dl {
    color: #161a1d;
    display: grid;
    gap: calc(1.375rem + 1.5vw) calc(1.275rem + .3vw)
}

@media(min-width:1200px) {
    .list-info dl {
        gap: 2.5rem 1.5rem
    }
}

.list-info dl div {
    background-color: #EFE7EA;
    border-radius: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    padding: .5rem calc(1.275rem + .3vw) calc(1.275rem + .3vw)
}

@media(min-width:1200px) {
    .list-info dl div {
        padding: .5rem 1.5rem 1.5rem
    }
}

.list-info dl div {
    border-left: calc(1.325rem + .9vw) solid #611232
}

@media(min-width:1200px) {
    .list-info dl div {
        border-left: 2rem solid #611232
    }
}

.list-info dl dt {
    font-weight: 500
}

.list-info dl dd {
    font-family: Patria;
    font-size: calc(1.325rem + .9vw);
    font-weight: 700;
    line-height: 1;
    margin: 0
}

@media(min-width:1200px) {
    .list-info dl dd {
        font-size: 2rem
    }
}

@media(min-width:576px) {
    .list-info dl {
        grid-template-columns: repeat(2, 1fr)
    }
}

.card-featured {
    background-color: #d3d3d3;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    color: #fff;
    margin-bottom: calc(1.975rem + 8.7vw);
    position: relative
}

@media(min-width:1200px) {
    .card-featured {
        margin-bottom: 8.5rem
    }
}

.card-featured,
.card-featured:before,
.card-featured__image {
    border-radius: 16px
}

.card-featured__footer,
.card-featured__image {
    position: absolute
}

.card-featured__image {
    border-radius: 16px;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    width: 100%
}

.card-featured__body {
    padding: calc(1.725rem + 5.7vw) calc(1.375rem + 1.5vw) calc(1.865rem + 7.38vw)
}

@media(min-width:1200px) {
    .card-featured__body {
        padding: 6rem 2.5rem 7.4rem
    }
}

.card-featured blockquote {
    display: flex;
    flex-direction: column;
    font-size: calc(1.2625rem + .15vw);
    font-style: italic;
    font-weight: 700;
    gap: .625rem;
    margin: 0
}

@media(min-width:1200px) {
    .card-featured blockquote {
        font-size: 1.375rem
    }
}

.card-featured blockquote p {
    line-height: 1.2;
    margin: 0
}

.card-featured blockquote .cite {
    font-size: calc(1.275rem + .3vw);
    font-style: normal;
    font-weight: 500;
    text-align: end
}

@media(min-width:1200px) {
    .card-featured blockquote .cite {
        font-size: 1.5rem
    }
}

.card-featured blockquote:before {
    background: url(assets/238a95582a29e9bc8704.svg) 50%/contain no-repeat;
    content: "";
    height: calc(1.3125rem + .75vw)
}

@media(min-width:1200px) {
    .card-featured blockquote:before {
        height: 1.875rem
    }
}

.card-featured blockquote:before {
    width: calc(1.45rem + 2.4vw)
}

@media(min-width:1200px) {
    .card-featured blockquote:before {
        width: 3.25rem
    }
}

.card-featured:before,
.card-featured__body {
    position: relative;
    z-index: 1
}

.card-featured:before {
    background-color: rgba(22, 26, 29, .6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.card-featured__footer {
    background-color: #f3f3f3;
    border-radius: .5rem;
    bottom: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
    color: #611232;
    left: 50%;
    margin-bottom: -3.5rem;
    padding: 1rem;
    transform: translateX(-50%);
    z-index: 2
}

.card-featured__footer p {
    align-items: center;
    display: flex;
    font-size: calc(1.275rem + .3vw);
    font-weight: 700;
    gap: 1rem;
    margin: 0
}

@media(min-width:1200px) {
    .card-featured__footer p {
        font-size: 1.5rem
    }
}

.card-featured__footer span {
    font-family: Patria;
    font-size: calc(1.45rem + 2.4vw);
    font-weight: 400;
    line-height: 1
}

@media(min-width:1200px) {
    .card-featured__footer span {
        font-size: 3.25rem
    }
}

@media(min-width:992px) {
    .card-featured__body {
        max-width: 45%
    }

    .card-featured:before {
        background-color: transparent;
        background-image: linear-gradient(270deg, transparent 35%, rgba(0, 0, 0, .6) 67%)
    }
}

@media(max-width:575.98px) {
    .card-featured {
        margin-bottom: 8rem
    }

    .card-featured__footer {
        margin-bottom: -4.5rem
    }

    .card-featured__footer p {
        flex-direction: column;
        gap: 0;
        text-align: center;
        white-space: nowrap
    }

    .card-featured__body {
        padding-bottom: 4.5rem;
        padding-top: 4.5rem
    }

    .card-featured blockquote .cite {
        font-size: 1rem
    }
}

.ejes__nav {
    background: #fff;
    border-radius: 0 16px 16px 0;
    box-shadow: 4px 0 8px rgba(0, 0, 0, .1);
    margin-left: calc(-1.475rem - 2.7vw);
    overflow: hidden
}

@media(min-width:1200px) {
    .ejes__nav {
        margin-left: -3.5rem
    }
}

.ejes__nav {
    padding: .5rem .5rem .5rem calc(1.475rem + 2.7vw)
}

@media(min-width:1200px) {
    .ejes__nav {
        padding: .5rem .5rem .5rem 3.5rem
    }
}

.ejes__nav ol {
    counter-reset: ejes;
    list-style: none;
    margin: 0;
    padding: 0
}

.ejes__nav ol li {
    counter-increment: ejes
}

.ejes__nav ol ol {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease-in-out
}

.ejes__nav ol ol .btn {
    display: flex;
    font-weight: 600;
    gap: .25rem;
    padding-left: calc(1.4125rem + 1.95vw)
}

@media(min-width:1200px) {
    .ejes__nav ol ol .btn {
        padding-left: 2.875rem
    }
}

.ejes__nav ol ol .btn.active {
    background-color: #EFE7EA
}

.ejes__nav>ol>li>.btn {
    align-items: center;
    display: flex;
    gap: 1rem
}

.ejes__nav>ol>li>.btn .svg path {
    fill: #611232;
    transition: fill .25s ease-in-out
}

.ejes__nav>ol>li>.btn.active {
    background-color: #611232;
    border-left: 2px solid #D0B8C1;
    color: #fff;
    font-weight: 600
}

.ejes__nav>ol>li>.btn.active .svg path {
    fill: #fff
}

.ejes__nav>ol>li>.btn.active~ol {
    border-left: 2px solid #D0B8C1;
    max-height: 999px
}

.ejes__nav .btn {
    border-radius: 0;
    font-weight: 400;
    padding: 1rem;
    text-align: start;
    width: 100%
}

.ejes__nav .btn:before {
    content: counters(ejes, ".") ". "
}

.ejes__nav span {
    overflow: hidden;
    text-overflow: ellipsis
}

.ejes__body {
    position: relative
}

.ejes__content {
    background: #fff;
    border-radius: 16px
}

.ejes__content hr {
    border-color: #ddd;
    color: transparent;
    margin: 0 0 1.5rem
}

.ejes__content strong {
    font-weight: 600
}

.ejes__content ol,
.ejes__content ul {
    padding-left: 1rem
}

.ejes__content-header {
    align-items: center;
    background-color: #611232;
    border-radius: 8px 8px 0 0;
    color: #fff;
    display: flex;
    gap: .625rem;
    padding: .7rem 1.5rem
}

.ejes__content-header h3 {
    font-size: calc(1.3125rem + .75vw);
    margin: 0
}

@media(min-width:1200px) {
    .ejes__content-header h3 {
        font-size: 1.875rem
    }
}

.ejes__content-header .svg {
    height: 36px;
    width: 36px
}

.ejes__content-header .svg path {
    fill: #611232
}

.ejes__content-body {
    padding: 1rem
}

.ejes__content-title {
    background-color: #EFE7EA;
    border-left: 2px solid #D0B8C1;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 0 1.5rem;
    padding: 1rem 1rem 1rem calc(1.425rem + 2.1vw)
}

@media(min-width:1200px) {
    .ejes__content-title {
        padding: 1rem 1rem 1rem 3rem
    }
}

.ejes__content-body-columns {
    display: flex;
    gap: 1.5rem
}

.ejes__content-body-columns img {
    flex-grow: 1;
    max-width: 510px;
    -o-object-fit: contain;
    object-fit: contain
}

.ejes__content-cards {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    overflow: auto
}

.ejes__content-card {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    text-align: center
}

.ejes__content-card img {
    aspect-ratio: 3/2;
    border-radius: 8px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover
}

.ejes__content-card p {
    font-size: 1rem;
    font-weight: 600;
    margin: 0
}

.ejes__list {
    border-bottom: 1px solid #ddd;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin: 0 0 1.5rem;
    padding-bottom: 1.5rem
}

.ejes__list div {
    border-left: 2px solid #611232;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: .5rem 1rem
}

.ejes__list dt {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: .5rem
}

.ejes__list dt.lg {
    color: #611232;
    font-family: Patria;
    font-size: calc(1.325rem + .9vw);
    line-height: 1
}

@media(min-width:1200px) {
    .ejes__list dt.lg {
        font-size: 2rem
    }
}

.ejes__list dd {
    color: #611232;
    font-family: Patria;
    font-size: calc(1.325rem + .9vw);
    font-weight: 700;
    line-height: 1;
    margin: 0
}

@media(min-width:1200px) {
    .ejes__list dd {
        font-size: 2rem
    }
}

.ejes__list dd span {
    font-size: 1.5rem;
    font-weight: 400
}

.ejes__list dd .info,
.ejes__list dd .info-sm {
    display: block;
    font-size: 1rem
}

.ejes__list dd .info-sm {
    color: #161a1d;
    font-family: Noto Sans, Segoe UI, Roboto, Helvetica Neue, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-weight: 600;
    margin-top: .5rem
}

.ejes__details {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 4px hsla(0, 0%, 60%, .25);
    padding: 1rem 1.5rem
}

.ejes__details summary {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between
}

.ejes__details summary::marker {
    content: ""
}

.ejes__details .svg path {
    fill: #611232
}

.ejes__details[open] summary {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
    padding-bottom: 1rem
}

.ejes__details[open] .svg {
    transform: rotate(.5turn)
}

@media(min-width:992px) {
    .ejes__content-body-columns {
        align-items: flex-start
    }

    .ejes__content-body-columns>* {
        flex: 1 0 0;
        max-width: 100%;
        width: 100%
    }
}

@media(max-width:991.98px) {
    .ejes__content-card {
        flex-shrink: 0
    }

    .ejes__content-body-columns {
        flex-direction: column
    }
}

@media(min-width:768px) {
    .ejes__body {
        align-items: flex-start;
        display: grid;
        gap: 1.5rem;
        grid-template-columns: min(370px, 30%) 1fr
    }

    .ejes__content-header .caret {
        display: none
    }
}

@media(max-width:767.98px) {
    .ejes__nav {
        border-bottom-left-radius: 8px;
        border-top-right-radius: 0;
        display: none;
        margin-left: 0;
        margin-top: 3.5rem;
        max-height: 500px;
        overflow: auto;
        padding: 0;
        position: absolute;
        width: 100%
    }

    .ejes__nav.active {
        display: block
    }

    .ejes__content-header {
        justify-content: space-between
    }

    .ejes__content-header .icon {
        display: none
    }
}

@media(min-width:576px) {
    .ejes__header {
        display: none
    }
}

@media(max-width:575.98px) {
    .ejes__nav .btn {
        font-size: .875rem;
        padding-bottom: .75rem;
        padding-top: .75rem
    }

    .ejes__content-header h3 {
        font-size: 1rem
    }
}

.tab-content,
.tab-content-inner {
    display: none
}

.tab-content-inner.active,
.tab-content.active {
    display: block
}

.ribbon {
    background-color: #f6f2ea;
    padding: calc(1.5rem + 3vw) 0
}

@media(min-width:1200px) {
    .ribbon {
        padding: 3.75rem 0
    }
}

.ribbon .container {
    display: flex;
    justify-content: center
}

.ribbon__link {
    align-items: center;
    display: flex;
    gap: 24px;
    text-decoration: none
}

.ribbon__link h2 {
    color: #611232;
    font-size: calc(1.325rem + .9vw);
    margin-bottom: .5rem
}

@media(min-width:1200px) {
    .ribbon__link h2 {
        font-size: 2rem
    }
}

.ribbon__link p {
    font-size: calc(1.275rem + .3vw);
    margin-bottom: 0
}

@media(min-width:1200px) {
    .ribbon__link p {
        font-size: 1.5rem
    }
}

@media(max-width:575.98px) {
    .ribbon__link {
        flex-direction: column;
        text-align: center
    }
}

.modal {
    z-index: 99999
}

.modal .modal-dialog {
    max-width: 60%
}

.modal .modal-content {
    border-radius: 16px;
    overflow: hidden
}

.modal .modal-content iframe,
.modal .modal-content img {
    aspect-ratio: 16/9;
    height: auto;
    width: 100%
}

.modal .modal-content img {
    -o-object-fit: cover;
    object-fit: cover
}

.modal .modal-close {
    height: 80px;
    position: absolute;
    right: -7rem;
    top: -3rem;
    width: 80px
}

.modal-backdrop.is-open {
    opacity: .6
}

@media(max-width:1199.98px) {
    .modal .modal-dialog {
        max-width: 80%
    }
}

@media(max-width:991.98px) {
    .modal .modal-dialog {
        max-width: 100%;
        padding: 1rem
    }

    .modal .modal-close {
        height: 45px;
        right: 1rem;
        top: -2.5rem;
        width: 45px
    }
}

@media(max-width:767.98px) {
    .modal .modal-close {
        height: 40px;
        right: .5rem;
        top: -2rem;
        width: 40px
    }

    .modal .modal-dialog {
        max-width: 100%;
        padding: .5rem
    }
}

@media(max-width:575.98px) {

    .modal .modal-content iframe,
    .modal .modal-content img {
        aspect-ratio: 4/3
    }
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.swiper {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px;

    .swiper-cube-shadow,
    .swiper-slide {
        transform-style: preserve-3d
    }
}

.swiper-css-mode {
    >.swiper-wrapper {
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;

        &::-webkit-scrollbar {
            display: none
        }
    }

    >.swiper-wrapper>.swiper-slide {
        scroll-snap-align: start start
    }

    &.swiper-horizontal {
        >.swiper-wrapper {
            scroll-snap-type: x mandatory
        }
    }

    &.swiper-vertical {
        >.swiper-wrapper {
            scroll-snap-type: y mandatory
        }
    }

    &.swiper-free-mode {
        >.swiper-wrapper {
            scroll-snap-type: none
        }

        >.swiper-wrapper>.swiper-slide {
            scroll-snap-align: none
        }
    }

    &.swiper-centered {
        >.swiper-wrapper:before {
            content: "";
            flex-shrink: 0;
            order: 9999
        }

        >.swiper-wrapper>.swiper-slide {
            scroll-snap-align: center center;
            scroll-snap-stop: always
        }
    }

    &.swiper-centered.swiper-horizontal {
        >.swiper-wrapper>.swiper-slide:first-child {
            margin-inline-start: var(--swiper-centered-offset-before)
        }

        >.swiper-wrapper:before {
            height: 100%;
            min-height: 1px;
            width: var(--swiper-centered-offset-after)
        }
    }

    &.swiper-centered.swiper-vertical {
        >.swiper-wrapper>.swiper-slide:first-child {
            margin-block-start: var(--swiper-centered-offset-before)
        }

        >.swiper-wrapper:before {
            height: var(--swiper-centered-offset-after);
            min-width: 1px;
            width: 100%
        }
    }
}

.swiper-3d {

    .swiper-slide-shadow,
    .swiper-slide-shadow-bottom,
    .swiper-slide-shadow-left,
    .swiper-slide-shadow-right,
    .swiper-slide-shadow-top {
        height: 100%;
        left: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 10
    }

    .swiper-slide-shadow {
        background: rgba(0, 0, 0, .15)
    }

    .swiper-slide-shadow-left {
        background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
    }

    .swiper-slide-shadow-right {
        background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
    }

    .swiper-slide-shadow-top {
        background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
    }

    .swiper-slide-shadow-bottom {
        background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
    }
}

.swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-watch-progress .swiper-slide-visible,
.swiper:not(.swiper-watch-progress) {
    .swiper-lazy-preloader {
        animation: swiper-preloader-spin 1s linear infinite
    }
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    position: absolute;
    width: var(--swiper-navigation-size);
    z-index: 10;

    &.swiper-button-disabled {
        cursor: auto;
        opacity: .35;
        pointer-events: none
    }

    &.swiper-button-hidden {
        cursor: auto;
        opacity: 0;
        pointer-events: none
    }

    .swiper-navigation-disabled & {
        display: none !important
    }

    svg {
        fill: currentColor;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        pointer-events: none;
        transform-origin: center;
        width: 100%
    }
}

.swiper-button-lock {
    display: none
}

.swiper-button-next,
.swiper-button-prev {
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    top: var(--swiper-navigation-top-offset, 50%)
}

.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;

    .swiper-navigation-icon {
        transform: rotate(180deg)
    }
}

.swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 4px)
}

.swiper-horizontal {

    .swiper-button-next,
    .swiper-button-prev,
    ~.swiper-button-next,
    ~.swiper-button-prev {
        margin-left: 0;
        margin-top: calc(0px - var(--swiper-navigation-size)/2);
        top: var(--swiper-navigation-top-offset, 50%)
    }

    &.swiper-rtl .swiper-button-next,
    &.swiper-rtl~.swiper-button-next,
    &~.swiper-button-prev,
    .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 4px);
        right: auto
    }

    &.swiper-rtl .swiper-button-prev,
    &.swiper-rtl~.swiper-button-prev,
    &~.swiper-button-next,
    .swiper-button-next {
        left: auto;
        right: var(--swiper-navigation-sides-offset, 4px)
    }

    &.swiper-rtl .swiper-button-next,
    &.swiper-rtl~.swiper-button-next,
    &~.swiper-button-prev,
    .swiper-button-prev {
        .swiper-navigation-icon {
            transform: rotate(180deg)
        }
    }

    &.swiper-rtl .swiper-button-prev,
    &.swiper-rtl~.swiper-button-prev {
        .swiper-navigation-icon {
            transform: rotate(0deg)
        }
    }
}

.swiper-vertical {

    .swiper-button-next,
    .swiper-button-prev,
    ~.swiper-button-next,
    ~.swiper-button-prev {
        left: var(--swiper-navigation-top-offset, 50%);
        margin-left: calc(0px - var(--swiper-navigation-size)/2);
        margin-top: 0;
        right: auto
    }

    .swiper-button-prev,
    ~.swiper-button-prev {
        bottom: auto;
        top: var(--swiper-navigation-sides-offset, 4px);

        .swiper-navigation-icon {
            transform: rotate(-90deg)
        }
    }

    .swiper-button-next,
    ~.swiper-button-next {
        bottom: var(--swiper-navigation-sides-offset, 4px);
        top: auto;

        .swiper-navigation-icon {
            transform: rotate(90deg)
        }
    }
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10;

    &.swiper-pagination-hidden {
        opacity: 0
    }

    &.swiper-pagination-disabled,
    .swiper-pagination-disabled>& {
        display: none !important
    }
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    left: 0;
    top: var(--swiper-pagination-top, auto);
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden;

    .swiper-pagination-bullet {
        position: relative;
        transform: scale(.33)
    }

    .swiper-pagination-bullet-active,
    .swiper-pagination-bullet-active-main {
        transform: scale(1)
    }

    .swiper-pagination-bullet-active-prev {
        transform: scale(.66)
    }

    .swiper-pagination-bullet-active-prev-prev {
        transform: scale(.33)
    }

    .swiper-pagination-bullet-active-next {
        transform: scale(.66)
    }

    .swiper-pagination-bullet-active-next-next {
        transform: scale(.33)
    }
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    display: inline-block;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));

    button& {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        box-shadow: none;
        margin: 0;
        padding: 0
    }

    .swiper-pagination-clickable & {
        cursor: pointer
    }

    &:only-child {
        display: none !important
    }
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    left: var(--swiper-pagination-left, auto);
    right: var(--swiper-pagination-right, 8px);
    top: 50%;
    transform: translate3d(0, -50%, 0);

    .swiper-pagination-bullet {
        display: block;
        margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
    }

    &.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px;

        .swiper-pagination-bullet {
            display: inline-block;
            transition: transform .2s, top .2s
        }
    }
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
    .swiper-pagination-bullet {
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
    }

    &.swiper-pagination-bullets-dynamic {
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;

        .swiper-pagination-bullet {
            transition: transform .2s, left .2s
        }
    }
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute;

    .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color, var(--swiper-theme-color));
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transform: scale(0);
        transform-origin: left top;
        width: 100%
    }

    .swiper-rtl & .swiper-pagination-progressbar-fill {
        transform-origin: right top
    }

    &.swiper-pagination-horizontal,
    &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
    .swiper-horizontal>&,
    .swiper-vertical>&.swiper-pagination-progressbar-opposite {
        height: var(--swiper-pagination-progressbar-size, 4px);
        left: 0;
        top: 0;
        width: 100%
    }

    &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
    &.swiper-pagination-vertical,
    .swiper-horizontal>&.swiper-pagination-progressbar-opposite,
    .swiper-vertical>& {
        height: 100%;
        left: 0;
        top: 0;
        width: var(--swiper-pagination-progressbar-size, 4px)
    }
}

.swiper-pagination-lock {
    display: none
}

.gmxmch-navigation {
    background-color: #3a0b1e
}

.gmxmch-navigation .container {
    align-items: center;
    display: flex
}

.gmxmch-navigation a {
    border-bottom: 3px solid transparent;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    padding: 1rem;
    text-decoration: none;
    transition: border-bottom-color .3s ease
}

.gmxmch-navigation a[aria-current=page] {
    border-bottom-color: #fff
}

@media(max-width:768px) {
    .gmxmch-navigation a {
        font-size: .875rem;
        padding: .75rem
    }
}