﻿
.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
}

.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
    }
}

:root {
    --plyr-color-main: #fe5e03
}

.plyr__control--overlaid {
    background: #fff;
    color: #0f0f0f
}

.progress {
    max-width: 24rem;
    position: relative;
    width: 100%
}

@media (min-width: 920px) {
    .progress {
        max-width: 28rem
    }
}

svg {
    overflow: visible;
    position: relative;
    width: 100%
}

.base-path {
    fill: none;
    stroke: #e0dbd9;
    stroke-width: 2
}

.motion-path {
    /*fill: none;*/
    /*stroke: #fe5e03;*/
    /*stroke-width: 2*/
    stroke-width: 5px;
    stroke: rgb(254, 94, 3);
    fill: rgb(255, 255, 255);
    translate: none;
    rotate: none;
    scale: none;
    transform-origin: 0px 0px;
    stroke-dashoffset: 0.001;
    stroke-dasharray: 0px, 999999px;
    r: 500;
    cx: 500;
    cy: 500;
    transform: matrix(0,-1,1,0,0,1000) ;
}

.targets {
    z-index: 10
}

.target, .targets {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.circle {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    background-color: #fff;
    border-color: #e0dbd9;
    border-radius: 9999px;
    border-width: 1px;
    height: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.8;
    width: 1.25rem
}

@supports (color:rgb(0 0 0/0)) and (top:var(--f )) {
    .circle {
        background-color: rgb(255 255 255/var(--tw-bg-opacity));
        border-color: rgb(224 219 217/var(--tw-border-opacity))
    }
}

.text {
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    --tw-text-opacity: 1;
    color: #fe5e03;
    font-family: Gantari, sans-serif;
    font-size: 4rem;
    font-weight: 500;
    left: 50%;
    line-height: 1.25;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) 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))
}

@supports (color:rgb(0 0 0/0)) and (top:var(--f )) {
    .text {
        color: rgb(254 94 3/var(--tw-text-opacity))
    }
}

@media (min-width: 920px) {
    .text {
        font-size: 6rem;
        line-height: 1.25
    }
}

.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
    }
}

.swiper-button-disabled {
    opacity: .3;
    pointer-events: none
}

.auto-width .swiper-slide {
    width: auto
}

.__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%
}


.targets .target{
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.targets .target:nth-child(1){
    transform: translate(-50%, -50%);
}
.targets .target:nth-child(2){
    transform: translate(-50%, -50%) rotate(51.4286deg);
}
.targets .target:nth-child(3){
    transform: translate(-50%, -50%) rotate(102.857deg);
}
.targets .target:nth-child(4){
    transform: translate(-50%, -50%) rotate(154.286deg);
}
.targets .target:nth-child(5){
    transform: translate(-50%, -50%) rotate(205.714deg);
}.targets .target:nth-child(6){
    transform: translate(-50%, -50%) rotate(257.143deg);
}.targets .target:nth-child(7){
    transform: translate(-50%, -50%) rotate(308.571deg);
}

.targets .target .circle{
    transform: translate(0%, -50%);
    border-color: rgb(224, 219, 217);
    background: rgb(255, 255, 255);
}

.targets .target.end .circle{
    transform: translate(0%, -50%) scale(0.5, 0.5);
    border-color: rgb(254, 94, 3);
    background-color: rgb(254, 94, 3);
    opacity: 1;
}
.targets .target.cur .circle{
    transform: translate(0%, -50%) scale(1.5, 1.5);
    border-color: rgb(254, 94, 3);
    background-color: rgb(254, 94, 3);
    opacity: 1;
}