﻿.accordion-body-enter-active, .accordion-body-leave-active {
    overflow: hidden;
    transition: height .3s ease, opacity .3s ease;
    will-change: height, opacity
}

.accordion-body-enter, .accordion-body-leave-to {
    height: 0 !important
}

.formatted p {
    margin-bottom: 1.5rem
}

.formatted p:last-child {
    margin-bottom: 0
}

.formatted b, .formatted strong {
    font-weight: 700
}

.formatted ul {
    list-style-type: disc;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-left: 1.25rem
}

.formatted ul:first-child {
    margin-top: 0
}

.formatted ul:last-child {
    margin-bottom: 0
}

.formatted li {
    margin-bottom: .5rem
}

.swiper-button-disabled {
    opacity: .3;
    pointer-events: none
}

.auto-width .swiper-slide {
    width: auto
}

.wrapper {
    overflow: hidden;
    position: relative
}

.card, .carousel, .inner {
    transform-style: preserve-3d
}

.carousel {
    align-items: center;
    display: flex;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.carousel, .inner {
    position: relative
}

.card {
    left: 0;
    position: absolute;
    top: 0
}

.card:first-child {
    position: static
}

.card {
    backface-visibility: hidden
}

.isDragging .card {
    pointer-events: none
}

.nav {
    --tw-translate-x: -50%;
    align-items: center;
    bottom: .5rem;
    display: flex;
    gap: 1.5rem;
    left: 50%;
    position: absolute;
    transform: translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.nav button {
    transition-duration: .3s
}

.nav button:hover {
    --tw-text-opacity: 1;
    color: #fe5e03
}

@supports (color:rgb(0 0 0/0)) and (top:var(--f )) {
    .nav button:hover {
        color: rgb(254 94 3/var(--tw-text-opacity))
    }
}

.margins-all {
    margin-bottom: 3rem;
    margin-top: 3rem
}

@media (min-width: 920px) {
    .margins-all {
        margin-bottom: 6rem;
        margin-top: 6rem
    }
}

.margins-top {
    margin-top: 3rem
}

@media (min-width: 920px) {
    .margins-top {
        margin-top: 6rem
    }
}

.margins-bottom {
    margin-bottom: 3rem
}

@media (min-width: 920px) {
    .margins-bottom {
        margin-bottom: 6rem
    }
}

.margins-none {
    margin-bottom: 0;
    margin-top: 0
}

@media (min-width: 920px) {
    .margins-none {
        margin-bottom: 0;
        margin-top: 0
    }
}

.margins-small {
    margin-bottom: 3rem;
    margin-top: 3rem
}

.round-all {
    border-radius: 1rem
}

.round-top {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem
}

.round-bottom {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem
}

.section-bg-light {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: #fff;
    color: #0f0f0f
}

@supports (color:rgb(0 0 0/0)) and (top:var(--f )) {
    .section-bg-light {
        background-color: rgb(255 255 255/var(--tw-bg-opacity));
        color: rgb(15 15 15/var(--tw-text-opacity))
    }
}

.section-bg-accent {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: #fe5e03;
    color: #fff
}

@supports (color:rgb(0 0 0/0)) and (top:var(--f )) {
    .section-bg-accent {
        background-color: rgb(254 94 3/var(--tw-bg-opacity));
        color: rgb(255 255 255/var(--tw-text-opacity))
    }
}

.paddings-default {
    padding-bottom: 3rem;
    padding-top: 3rem
}

@media (min-width: 920px) {
    .paddings-default {
        padding-bottom: 6rem;
        padding-top: 6rem
    }
}

.paddings-small {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
}

@media (min-width: 920px) {
    .paddings-small {
        padding-bottom: 3rem;
        padding-top: 3rem
    }
}

.is-boxed {
    margin-left: var(--gutter);
    margin-right: var(--gutter);
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

@media (min-width: 920px) {
    .is-boxed {
        padding-left: 3rem;
        padding-right: 3rem
    }
}

.two-cols {
    grid-gap: 3rem;
    display: grid;
    gap: 3rem;
    grid-template-columns:repeat(1, minmax(0, 1fr))
}

@media (min-width: 920px) {
    .two-cols {
        gap: 6rem;
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
}

.two-cols.content-is-center {
    align-items: center
}

.two-cols.content-is-top {
    align-items: flex-start
}

.two-cols .first-col {
    padding-left: var(--gutter);
    padding-right: var(--gutter)
}

@media (min-width: 920px) {
    .two-cols .first-col {
        padding-right: 0
    }
}

.two-cols .second-col {
    padding-left: var(--gutter);
    padding-right: var(--gutter)
}

@media (min-width: 920px) {
    .two-cols .second-col {
        padding-left: 0
    }
}

.two-cols:not(.reverse).gutters-right .first-col {
    padding-left: 0
}

@media (min-width: 920px) {
    .two-cols:not(.reverse).gutters-right .first-col {
        padding-left: 0;
        padding-right: 0
    }
}

.two-cols:not(.reverse).gutters-left .second-col {
    padding-right: 0
}

@media (min-width: 920px) {
    .two-cols:not(.reverse).gutters-left .second-col {
        padding-left: 0;
        padding-right: 0
    }

    .two-cols.reverse .first-col {
        order: 2;
        padding-left: 0;
        padding-right: var(--gutter)
    }

    .two-cols.reverse .second-col {
        order: 1;
        padding-left: var(--gutter);
        padding-right: 0
    }
}

.two-cols.reverse.gutters-right .second-col {
    padding-left: 0
}

@media (min-width: 920px) {
    .two-cols.reverse.gutters-right .second-col {
        padding-left: 0;
        padding-right: 0
    }
}

.two-cols.reverse.gutters-left .first-col {
    padding-right: 0
}

@media (min-width: 920px) {
    .two-cols.reverse.gutters-left .first-col {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (max-width: 920px) {
    .two-cols.gutters-mobile-none .first-col.slider {
        padding-left: 0;
        padding-right: 0
    }
}

.__image {
    overflow: hidden;
    position: relative
}

.round-all {
    border-radius: 1rem
}

.round-left {
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem
}

.round-right {
    border-bottom-right-radius: 1rem;
    border-top-right-radius: 1rem
}

.round-none {
    border-radius: 0
}

.__image:not(.ratio-initial) img {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.__image.ratio-16-9 {
    height: 0;
    padding-bottom: 56.25%
}

.__image.ratio-4-3 {
    height: 0;
    padding-bottom: 75%
}

.__image.ratio-1-1 {
    height: 0;
    padding-bottom: 100%
}