@import url(https: //fonts.googleapis.com/css2?family=Macondo&display=swap);

@-webkit-keyframes spinAround {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-o-keyframes spinAround {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spinAround {
    0% {
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.is-unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.is-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.column {
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: .75rem
}

.columns.is-mobile>.column.is-full,
.columns.is-mobile>.column.is-narrow {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.columns.is-mobile>.column.is-full {
    width: 100%
}

.columns.is-mobile>.column.is-three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%
}

.columns.is-mobile>.column.is-two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666%
}

.columns.is-mobile>.column.is-half {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%
}

.columns.is-mobile>.column.is-one-third {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333%
}

.columns.is-mobile>.column.is-one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%
}

.columns.is-mobile>.column.is-one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20%
}

.columns.is-mobile>.column.is-two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40%
}

.columns.is-mobile>.column.is-three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 60%
}

.columns.is-mobile>.column.is-four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 80%
}

.columns.is-mobile>.column.is-offset-three-quarters {
    margin-left: 75%
}

.columns.is-mobile>.column.is-offset-two-thirds {
    margin-left: 66.6666%
}

.columns.is-mobile>.column.is-offset-half {
    margin-left: 50%
}

.columns.is-mobile>.column.is-offset-one-third {
    margin-left: 33.3333%
}

.columns.is-mobile>.column.is-offset-one-quarter {
    margin-left: 25%
}

.columns.is-mobile>.column.is-offset-one-fifth {
    margin-left: 20%
}

.columns.is-mobile>.column.is-offset-two-fifths {
    margin-left: 40%
}

.columns.is-mobile>.column.is-offset-three-fifths {
    margin-left: 60%
}

.columns.is-mobile>.column.is-offset-four-fifths {
    margin-left: 80%
}

.columns.is-mobile>.column.is-0 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 0
}

.columns.is-mobile>.column.is-offset-0 {
    margin-left: 0
}

.columns.is-mobile>.column.is-1 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.33333%
}

.columns.is-mobile>.column.is-offset-1 {
    margin-left: 8.33333%
}

.columns.is-mobile>.column.is-2 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.66667%
}

.columns.is-mobile>.column.is-offset-2 {
    margin-left: 16.66667%
}

.columns.is-mobile>.column.is-3 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%
}

.columns.is-mobile>.column.is-offset-3 {
    margin-left: 25%
}

.columns.is-mobile>.column.is-4 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.33333%
}

.columns.is-mobile>.column.is-offset-4 {
    margin-left: 33.33333%
}

.columns.is-mobile>.column.is-5 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.66667%
}

.columns.is-mobile>.column.is-offset-5 {
    margin-left: 41.66667%
}

.columns.is-mobile>.column.is-6 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%
}

.columns.is-mobile>.column.is-offset-6 {
    margin-left: 50%
}

.columns.is-mobile>.column.is-7 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.33333%
}

.columns.is-mobile>.column.is-offset-7 {
    margin-left: 58.33333%
}

.columns.is-mobile>.column.is-8 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.66667%
}

.columns.is-mobile>.column.is-offset-8 {
    margin-left: 66.66667%
}

.columns.is-mobile>.column.is-9 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%
}

.columns.is-mobile>.column.is-offset-9 {
    margin-left: 75%
}

.columns.is-mobile>.column.is-10 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.33333%
}

.columns.is-mobile>.column.is-offset-10 {
    margin-left: 83.33333%
}

.columns.is-mobile>.column.is-11 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.66667%
}

.columns.is-mobile>.column.is-offset-11 {
    margin-left: 91.66667%
}

.columns.is-mobile>.column.is-12 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%
}

.columns.is-mobile>.column.is-offset-12 {
    margin-left: 100%
}

@media screen and (max-width:768px) {

    .column.is-full-mobile,
    .column.is-narrow-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .column.is-full-mobile {
        width: 100%
    }

    .column.is-three-quarters-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-mobile {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-mobile {
        margin-left: 66.6666%
    }

    .column.is-offset-half-mobile {
        margin-left: 50%
    }

    .column.is-offset-one-third-mobile {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-mobile {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-mobile {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-mobile {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-mobile {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-mobile {
        margin-left: 80%
    }

    .column.is-0-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 0
    }

    .column.is-offset-0-mobile {
        margin-left: 0
    }

    .column.is-1-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1-mobile {
        margin-left: 8.33333%
    }

    .column.is-2-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2-mobile {
        margin-left: 16.66667%
    }

    .column.is-3-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3-mobile {
        margin-left: 25%
    }

    .column.is-4-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4-mobile {
        margin-left: 33.33333%
    }

    .column.is-5-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5-mobile {
        margin-left: 41.66667%
    }

    .column.is-6-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6-mobile {
        margin-left: 50%
    }

    .column.is-7-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7-mobile {
        margin-left: 58.33333%
    }

    .column.is-8-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8-mobile {
        margin-left: 66.66667%
    }

    .column.is-9-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9-mobile {
        margin-left: 75%
    }

    .column.is-10-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10-mobile {
        margin-left: 83.33333%
    }

    .column.is-11-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11-mobile {
        margin-left: 91.66667%
    }

    .column.is-12-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12-mobile {
        margin-left: 100%
    }
}

@media print,
screen and (min-width:769px) {

    .column.is-full,
    .column.is-full-tablet,
    .column.is-narrow,
    .column.is-narrow-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .column.is-full,
    .column.is-full-tablet {
        width: 100%
    }

    .column.is-three-quarters,
    .column.is-three-quarters-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds,
    .column.is-two-thirds-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half,
    .column.is-half-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third,
    .column.is-one-third-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter,
    .column.is-one-quarter-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth,
    .column.is-one-fifth-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths,
    .column.is-two-fifths-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths,
    .column.is-three-fifths-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths,
    .column.is-four-fifths-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters,
    .column.is-offset-three-quarters-tablet {
        margin-left: 75%
    }

    .column.is-offset-two-thirds,
    .column.is-offset-two-thirds-tablet {
        margin-left: 66.6666%
    }

    .column.is-offset-half,
    .column.is-offset-half-tablet {
        margin-left: 50%
    }

    .column.is-offset-one-third,
    .column.is-offset-one-third-tablet {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter,
    .column.is-offset-one-quarter-tablet {
        margin-left: 25%
    }

    .column.is-offset-one-fifth,
    .column.is-offset-one-fifth-tablet {
        margin-left: 20%
    }

    .column.is-offset-two-fifths,
    .column.is-offset-two-fifths-tablet {
        margin-left: 40%
    }

    .column.is-offset-three-fifths,
    .column.is-offset-three-fifths-tablet {
        margin-left: 60%
    }

    .column.is-offset-four-fifths,
    .column.is-offset-four-fifths-tablet {
        margin-left: 80%
    }

    .column.is-0,
    .column.is-0-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 0
    }

    .column.is-offset-0,
    .column.is-offset-0-tablet {
        margin-left: 0
    }

    .column.is-1,
    .column.is-1-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1,
    .column.is-offset-1-tablet {
        margin-left: 8.33333%
    }

    .column.is-2,
    .column.is-2-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2,
    .column.is-offset-2-tablet {
        margin-left: 16.66667%
    }

    .column.is-3,
    .column.is-3-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3,
    .column.is-offset-3-tablet {
        margin-left: 25%
    }

    .column.is-4,
    .column.is-4-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4,
    .column.is-offset-4-tablet {
        margin-left: 33.33333%
    }

    .column.is-5,
    .column.is-5-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5,
    .column.is-offset-5-tablet {
        margin-left: 41.66667%
    }

    .column.is-6,
    .column.is-6-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6,
    .column.is-offset-6-tablet {
        margin-left: 50%
    }

    .column.is-7,
    .column.is-7-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7,
    .column.is-offset-7-tablet {
        margin-left: 58.33333%
    }

    .column.is-8,
    .column.is-8-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8,
    .column.is-offset-8-tablet {
        margin-left: 66.66667%
    }

    .column.is-9,
    .column.is-9-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9,
    .column.is-offset-9-tablet {
        margin-left: 75%
    }

    .column.is-10,
    .column.is-10-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10,
    .column.is-offset-10-tablet {
        margin-left: 83.33333%
    }

    .column.is-11,
    .column.is-11-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11,
    .column.is-offset-11-tablet {
        margin-left: 91.66667%
    }

    .column.is-12,
    .column.is-12-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12,
    .column.is-offset-12-tablet {
        margin-left: 100%
    }
}

@media screen and (max-width:1023px) {

    .column.is-full-touch,
    .column.is-narrow-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .column.is-full-touch {
        width: 100%
    }

    .column.is-three-quarters-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-touch {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-touch {
        margin-left: 66.6666%
    }

    .column.is-offset-half-touch {
        margin-left: 50%
    }

    .column.is-offset-one-third-touch {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-touch {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-touch {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-touch {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-touch {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-touch {
        margin-left: 80%
    }

    .column.is-0-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 0
    }

    .column.is-offset-0-touch {
        margin-left: 0
    }

    .column.is-1-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1-touch {
        margin-left: 8.33333%
    }

    .column.is-2-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2-touch {
        margin-left: 16.66667%
    }

    .column.is-3-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3-touch {
        margin-left: 25%
    }

    .column.is-4-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4-touch {
        margin-left: 33.33333%
    }

    .column.is-5-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5-touch {
        margin-left: 41.66667%
    }

    .column.is-6-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6-touch {
        margin-left: 50%
    }

    .column.is-7-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7-touch {
        margin-left: 58.33333%
    }

    .column.is-8-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8-touch {
        margin-left: 66.66667%
    }

    .column.is-9-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9-touch {
        margin-left: 75%
    }

    .column.is-10-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10-touch {
        margin-left: 83.33333%
    }

    .column.is-11-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11-touch {
        margin-left: 91.66667%
    }

    .column.is-12-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12-touch {
        margin-left: 100%
    }
}

@media screen and (min-width:1024px) {

    .column.is-full-desktop,
    .column.is-narrow-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .column.is-full-desktop {
        width: 100%
    }

    .column.is-three-quarters-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-desktop {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-desktop {
        margin-left: 66.6666%
    }

    .column.is-offset-half-desktop {
        margin-left: 50%
    }

    .column.is-offset-one-third-desktop {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-desktop {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-desktop {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-desktop {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-desktop {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-desktop {
        margin-left: 80%
    }

    .column.is-0-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 0
    }

    .column.is-offset-0-desktop {
        margin-left: 0
    }

    .column.is-1-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1-desktop {
        margin-left: 8.33333%
    }

    .column.is-2-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2-desktop {
        margin-left: 16.66667%
    }

    .column.is-3-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3-desktop {
        margin-left: 25%
    }

    .column.is-4-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4-desktop {
        margin-left: 33.33333%
    }

    .column.is-5-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5-desktop {
        margin-left: 41.66667%
    }

    .column.is-6-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6-desktop {
        margin-left: 50%
    }

    .column.is-7-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7-desktop {
        margin-left: 58.33333%
    }

    .column.is-8-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8-desktop {
        margin-left: 66.66667%
    }

    .column.is-9-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9-desktop {
        margin-left: 75%
    }

    .column.is-10-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10-desktop {
        margin-left: 83.33333%
    }

    .column.is-11-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11-desktop {
        margin-left: 91.66667%
    }

    .column.is-12-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12-desktop {
        margin-left: 100%
    }
}

@media screen and (min-width:1216px) {

    .column.is-full-widescreen,
    .column.is-narrow-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .column.is-full-widescreen {
        width: 100%
    }

    .column.is-three-quarters-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-widescreen {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-widescreen {
        margin-left: 66.6666%
    }

    .column.is-offset-half-widescreen {
        margin-left: 50%
    }

    .column.is-offset-one-third-widescreen {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-widescreen {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-widescreen {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-widescreen {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-widescreen {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-widescreen {
        margin-left: 80%
    }

    .column.is-0-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 0
    }

    .column.is-offset-0-widescreen {
        margin-left: 0
    }

    .column.is-1-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1-widescreen {
        margin-left: 8.33333%
    }

    .column.is-2-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2-widescreen {
        margin-left: 16.66667%
    }

    .column.is-3-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3-widescreen {
        margin-left: 25%
    }

    .column.is-4-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4-widescreen {
        margin-left: 33.33333%
    }

    .column.is-5-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5-widescreen {
        margin-left: 41.66667%
    }

    .column.is-6-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6-widescreen {
        margin-left: 50%
    }

    .column.is-7-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7-widescreen {
        margin-left: 58.33333%
    }

    .column.is-8-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8-widescreen {
        margin-left: 66.66667%
    }

    .column.is-9-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9-widescreen {
        margin-left: 75%
    }

    .column.is-10-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10-widescreen {
        margin-left: 83.33333%
    }

    .column.is-11-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11-widescreen {
        margin-left: 91.66667%
    }

    .column.is-12-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12-widescreen {
        margin-left: 100%
    }
}

@media screen and (min-width:1408px) {

    .column.is-full-fullhd,
    .column.is-narrow-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .column.is-full-fullhd {
        width: 100%
    }

    .column.is-three-quarters-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-fullhd {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-fullhd {
        margin-left: 66.6666%
    }

    .column.is-offset-half-fullhd {
        margin-left: 50%
    }

    .column.is-offset-one-third-fullhd {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-fullhd {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-fullhd {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-fullhd {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-fullhd {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-fullhd {
        margin-left: 80%
    }

    .column.is-0-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 0
    }

    .column.is-offset-0-fullhd {
        margin-left: 0
    }

    .column.is-1-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1-fullhd {
        margin-left: 8.33333%
    }

    .column.is-2-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2-fullhd {
        margin-left: 16.66667%
    }

    .column.is-3-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3-fullhd {
        margin-left: 25%
    }

    .column.is-4-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4-fullhd {
        margin-left: 33.33333%
    }

    .column.is-5-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5-fullhd {
        margin-left: 41.66667%
    }

    .column.is-6-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6-fullhd {
        margin-left: 50%
    }

    .column.is-7-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7-fullhd {
        margin-left: 58.33333%
    }

    .column.is-8-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8-fullhd {
        margin-left: 66.66667%
    }

    .column.is-9-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9-fullhd {
        margin-left: 75%
    }

    .column.is-10-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10-fullhd {
        margin-left: 83.33333%
    }

    .column.is-11-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11-fullhd {
        margin-left: 91.66667%
    }

    .column.is-12-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12-fullhd {
        margin-left: 100%
    }
}

.columns {
    margin-left: -.75rem;
    margin-right: -.75rem;
    margin-top: -.75rem
}

.columns:last-child {
    margin-bottom: -.75rem
}

.columns:not(:last-child) {
    margin-bottom: .75rem
}

.columns.is-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.columns.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0
}

.columns.is-gapless>.column {
    margin: 0;
    padding: 0 !important
}

.columns.is-gapless:not(:last-child) {
    margin-bottom: 1.5rem
}

.columns.is-gapless:last-child {
    margin-bottom: 0
}

.columns.is-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.columns.is-multiline {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.columns.is-vcentered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media print,
screen and (min-width:769px) {
    .columns:not(.is-desktop) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (min-width:1024px) {
    .columns.is-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.columns.is-variable {
    --columnGap: 0.75rem;
    margin-left: calc(-1*var(--columnGap));
    margin-right: calc(-1*var(--columnGap))
}

.columns.is-variable .column {
    padding-left: var(--columnGap);
    padding-right: var(--columnGap)
}

.columns.is-variable.is-0 {
    --columnGap: 0rem
}

@media screen and (max-width:768px) {
    .columns.is-variable.is-0-mobile {
        --columnGap: 0rem
    }
}

@media print,
screen and (min-width:769px) {
    .columns.is-variable.is-0-tablet {
        --columnGap: 0rem
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .columns.is-variable.is-0-tablet-only {
        --columnGap: 0rem
    }
}

@media screen and (max-width:1023px) {
    .columns.is-variable.is-0-touch {
        --columnGap: 0rem
    }
}

@media screen and (min-width:1024px) {
    .columns.is-variable.is-0-desktop {
        --columnGap: 0rem
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .columns.is-variable.is-0-desktop-only {
        --columnGap: 0rem
    }
}

@media screen and (min-width:1216px) {
    .columns.is-variable.is-0-widescreen {
        --columnGap: 0rem
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .columns.is-variable.is-0-widescreen-only {
        --columnGap: 0rem
    }
}

@media screen and (min-width:1408px) {
    .columns.is-variable.is-0-fullhd {
        --columnGap: 0rem
    }
}

.columns.is-variable.is-1 {
    --columnGap: .25rem
}

@media screen and (max-width:768px) {
    .columns.is-variable.is-1-mobile {
        --columnGap: .25rem
    }
}

@media print,
screen and (min-width:769px) {
    .columns.is-variable.is-1-tablet {
        --columnGap: .25rem
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .columns.is-variable.is-1-tablet-only {
        --columnGap: .25rem
    }
}

@media screen and (max-width:1023px) {
    .columns.is-variable.is-1-touch {
        --columnGap: .25rem
    }
}

@media screen and (min-width:1024px) {
    .columns.is-variable.is-1-desktop {
        --columnGap: .25rem
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .columns.is-variable.is-1-desktop-only {
        --columnGap: .25rem
    }
}

@media screen and (min-width:1216px) {
    .columns.is-variable.is-1-widescreen {
        --columnGap: .25rem
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .columns.is-variable.is-1-widescreen-only {
        --columnGap: .25rem
    }
}

@media screen and (min-width:1408px) {
    .columns.is-variable.is-1-fullhd {
        --columnGap: .25rem
    }
}

.columns.is-variable.is-2 {
    --columnGap: .5rem
}

@media screen and (max-width:768px) {
    .columns.is-variable.is-2-mobile {
        --columnGap: .5rem
    }
}

@media print,
screen and (min-width:769px) {
    .columns.is-variable.is-2-tablet {
        --columnGap: .5rem
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .columns.is-variable.is-2-tablet-only {
        --columnGap: .5rem
    }
}

@media screen and (max-width:1023px) {
    .columns.is-variable.is-2-touch {
        --columnGap: .5rem
    }
}

@media screen and (min-width:1024px) {
    .columns.is-variable.is-2-desktop {
        --columnGap: .5rem
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .columns.is-variable.is-2-desktop-only {
        --columnGap: .5rem
    }
}

@media screen and (min-width:1216px) {
    .columns.is-variable.is-2-widescreen {
        --columnGap: .5rem
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .columns.is-variable.is-2-widescreen-only {
        --columnGap: .5rem
    }
}

@media screen and (min-width:1408px) {
    .columns.is-variable.is-2-fullhd {
        --columnGap: .5rem
    }
}

.columns.is-variable.is-3 {
    --columnGap: .75rem
}

@media screen and (max-width:768px) {
    .columns.is-variable.is-3-mobile {
        --columnGap: .75rem
    }
}

@media print,
screen and (min-width:769px) {
    .columns.is-variable.is-3-tablet {
        --columnGap: .75rem
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .columns.is-variable.is-3-tablet-only {
        --columnGap: .75rem
    }
}

@media screen and (max-width:1023px) {
    .columns.is-variable.is-3-touch {
        --columnGap: .75rem
    }
}

@media screen and (min-width:1024px) {
    .columns.is-variable.is-3-desktop {
        --columnGap: .75rem
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .columns.is-variable.is-3-desktop-only {
        --columnGap: .75rem
    }
}

@media screen and (min-width:1216px) {
    .columns.is-variable.is-3-widescreen {
        --columnGap: .75rem
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .columns.is-variable.is-3-widescreen-only {
        --columnGap: .75rem
    }
}

@media screen and (min-width:1408px) {
    .columns.is-variable.is-3-fullhd {
        --columnGap: .75rem
    }
}

.columns.is-variable.is-4 {
    --columnGap: 1rem
}

@media screen and (max-width:768px) {
    .columns.is-variable.is-4-mobile {
        --columnGap: 1rem
    }
}

@media print,
screen and (min-width:769px) {
    .columns.is-variable.is-4-tablet {
        --columnGap: 1rem
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .columns.is-variable.is-4-tablet-only {
        --columnGap: 1rem
    }
}

@media screen and (max-width:1023px) {
    .columns.is-variable.is-4-touch {
        --columnGap: 1rem
    }
}

@media screen and (min-width:1024px) {
    .columns.is-variable.is-4-desktop {
        --columnGap: 1rem
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .columns.is-variable.is-4-desktop-only {
        --columnGap: 1rem
    }
}

@media screen and (min-width:1216px) {
    .columns.is-variable.is-4-widescreen {
        --columnGap: 1rem
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .columns.is-variable.is-4-widescreen-only {
        --columnGap: 1rem
    }
}

@media screen and (min-width:1408px) {
    .columns.is-variable.is-4-fullhd {
        --columnGap: 1rem
    }
}

.columns.is-variable.is-5 {
    --columnGap: 1.25rem
}

@media screen and (max-width:768px) {
    .columns.is-variable.is-5-mobile {
        --columnGap: 1.25rem
    }
}

@media print,
screen and (min-width:769px) {
    .columns.is-variable.is-5-tablet {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .columns.is-variable.is-5-tablet-only {
        --columnGap: 1.25rem
    }
}

@media screen and (max-width:1023px) {
    .columns.is-variable.is-5-touch {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width:1024px) {
    .columns.is-variable.is-5-desktop {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .columns.is-variable.is-5-desktop-only {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width:1216px) {
    .columns.is-variable.is-5-widescreen {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .columns.is-variable.is-5-widescreen-only {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width:1408px) {
    .columns.is-variable.is-5-fullhd {
        --columnGap: 1.25rem
    }
}

.columns.is-variable.is-6 {
    --columnGap: 1.5rem
}

@media screen and (max-width:768px) {
    .columns.is-variable.is-6-mobile {
        --columnGap: 1.5rem
    }
}

@media print,
screen and (min-width:769px) {
    .columns.is-variable.is-6-tablet {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .columns.is-variable.is-6-tablet-only {
        --columnGap: 1.5rem
    }
}

@media screen and (max-width:1023px) {
    .columns.is-variable.is-6-touch {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width:1024px) {
    .columns.is-variable.is-6-desktop {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .columns.is-variable.is-6-desktop-only {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width:1216px) {
    .columns.is-variable.is-6-widescreen {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .columns.is-variable.is-6-widescreen-only {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width:1408px) {
    .columns.is-variable.is-6-fullhd {
        --columnGap: 1.5rem
    }
}

.columns.is-variable.is-7 {
    --columnGap: 1.75rem
}

@media screen and (max-width:768px) {
    .columns.is-variable.is-7-mobile {
        --columnGap: 1.75rem
    }
}

@media print,
screen and (min-width:769px) {
    .columns.is-variable.is-7-tablet {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .columns.is-variable.is-7-tablet-only {
        --columnGap: 1.75rem
    }
}

@media screen and (max-width:1023px) {
    .columns.is-variable.is-7-touch {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width:1024px) {
    .columns.is-variable.is-7-desktop {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .columns.is-variable.is-7-desktop-only {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width:1216px) {
    .columns.is-variable.is-7-widescreen {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .columns.is-variable.is-7-widescreen-only {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width:1408px) {
    .columns.is-variable.is-7-fullhd {
        --columnGap: 1.75rem
    }
}

.columns.is-variable.is-8 {
    --columnGap: 2rem
}

@media screen and (max-width:768px) {
    .columns.is-variable.is-8-mobile {
        --columnGap: 2rem
    }
}

@media print,
screen and (min-width:769px) {
    .columns.is-variable.is-8-tablet {
        --columnGap: 2rem
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .columns.is-variable.is-8-tablet-only {
        --columnGap: 2rem
    }
}

@media screen and (max-width:1023px) {
    .columns.is-variable.is-8-touch {
        --columnGap: 2rem
    }
}

@media screen and (min-width:1024px) {
    .columns.is-variable.is-8-desktop {
        --columnGap: 2rem
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .columns.is-variable.is-8-desktop-only {
        --columnGap: 2rem
    }
}

@media screen and (min-width:1216px) {
    .columns.is-variable.is-8-widescreen {
        --columnGap: 2rem
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .columns.is-variable.is-8-widescreen-only {
        --columnGap: 2rem
    }
}

@media screen and (min-width:1408px) {
    .columns.is-variable.is-8-fullhd {
        --columnGap: 2rem
    }
}

.container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 auto;
    position: relative;
    width: auto
}

@media screen and (min-width:1024px) {
    .container {
        max-width: 960px
    }

    .container.is-fluid {
        margin-left: 32px;
        margin-right: 32px;
        max-width: none
    }
}

@media screen and (max-width:1215px) {
    .container.is-widescreen {
        max-width: 1152px
    }
}

@media screen and (max-width:1407px) {
    .container.is-fullhd {
        max-width: 1344px
    }
}

@media screen and (min-width:1216px) {
    .container {
        max-width: 1152px
    }
}

@media screen and (min-width:1408px) {
    .container {
        max-width: 1344px
    }
}

.section {
    padding: 3rem 1.5rem
}

@media screen and (min-width:1024px) {
    .section.is-medium {
        padding: 9rem 1.5rem
    }

    .section.is-large {
        padding: 18rem 1.5rem
    }
}

.is-clearfix:after {
    clear: both;
    content: " ";
    display: table
}

.is-pulled-left {
    float: left !important
}

.is-pulled-right {
    float: right !important
}

.is-clipped {
    overflow: hidden !important
}

.is-size-1 {
    font-size: 3rem !important
}

.is-size-2 {
    font-size: 2.5rem !important
}

.is-size-3 {
    font-size: 2rem !important
}

.is-size-4 {
    font-size: 1.5rem !important
}

.is-size-5 {
    font-size: 1.25rem !important
}

.is-size-6 {
    font-size: 1rem !important
}

.is-size-7 {
    font-size: .75rem !important
}

@media screen and (max-width:768px) {
    .is-size-1-mobile {
        font-size: 3rem !important
    }

    .is-size-2-mobile {
        font-size: 2.5rem !important
    }

    .is-size-3-mobile {
        font-size: 2rem !important
    }

    .is-size-4-mobile {
        font-size: 1.5rem !important
    }

    .is-size-5-mobile {
        font-size: 1.25rem !important
    }

    .is-size-6-mobile {
        font-size: 1rem !important
    }

    .is-size-7-mobile {
        font-size: .75rem !important
    }
}

@media print,
screen and (min-width:769px) {
    .is-size-1-tablet {
        font-size: 3rem !important
    }

    .is-size-2-tablet {
        font-size: 2.5rem !important
    }

    .is-size-3-tablet {
        font-size: 2rem !important
    }

    .is-size-4-tablet {
        font-size: 1.5rem !important
    }

    .is-size-5-tablet {
        font-size: 1.25rem !important
    }

    .is-size-6-tablet {
        font-size: 1rem !important
    }

    .is-size-7-tablet {
        font-size: .75rem !important
    }
}

@media screen and (max-width:1023px) {
    .is-size-1-touch {
        font-size: 3rem !important
    }

    .is-size-2-touch {
        font-size: 2.5rem !important
    }

    .is-size-3-touch {
        font-size: 2rem !important
    }

    .is-size-4-touch {
        font-size: 1.5rem !important
    }

    .is-size-5-touch {
        font-size: 1.25rem !important
    }

    .is-size-6-touch {
        font-size: 1rem !important
    }

    .is-size-7-touch {
        font-size: .75rem !important
    }
}

@media screen and (min-width:1024px) {
    .is-size-1-desktop {
        font-size: 3rem !important
    }

    .is-size-2-desktop {
        font-size: 2.5rem !important
    }

    .is-size-3-desktop {
        font-size: 2rem !important
    }

    .is-size-4-desktop {
        font-size: 1.5rem !important
    }

    .is-size-5-desktop {
        font-size: 1.25rem !important
    }

    .is-size-6-desktop {
        font-size: 1rem !important
    }

    .is-size-7-desktop {
        font-size: .75rem !important
    }
}

@media screen and (min-width:1216px) {
    .is-size-1-widescreen {
        font-size: 3rem !important
    }

    .is-size-2-widescreen {
        font-size: 2.5rem !important
    }

    .is-size-3-widescreen {
        font-size: 2rem !important
    }

    .is-size-4-widescreen {
        font-size: 1.5rem !important
    }

    .is-size-5-widescreen {
        font-size: 1.25rem !important
    }

    .is-size-6-widescreen {
        font-size: 1rem !important
    }

    .is-size-7-widescreen {
        font-size: .75rem !important
    }
}

@media screen and (min-width:1408px) {
    .is-size-1-fullhd {
        font-size: 3rem !important
    }

    .is-size-2-fullhd {
        font-size: 2.5rem !important
    }

    .is-size-3-fullhd {
        font-size: 2rem !important
    }

    .is-size-4-fullhd {
        font-size: 1.5rem !important
    }

    .is-size-5-fullhd {
        font-size: 1.25rem !important
    }

    .is-size-6-fullhd {
        font-size: 1rem !important
    }

    .is-size-7-fullhd {
        font-size: .75rem !important
    }
}

.has-text-centered {
    text-align: center !important
}

.has-text-justified {
    text-align: justify !important
}

.has-text-left {
    text-align: left !important
}

.has-text-right {
    text-align: right !important
}

@media screen and (max-width:768px) {
    .has-text-centered-mobile {
        text-align: center !important
    }
}

@media print,
screen and (min-width:769px) {
    .has-text-centered-tablet {
        text-align: center !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .has-text-centered-tablet-only {
        text-align: center !important
    }
}

@media screen and (max-width:1023px) {
    .has-text-centered-touch {
        text-align: center !important
    }
}

@media screen and (min-width:1024px) {
    .has-text-centered-desktop {
        text-align: center !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .has-text-centered-desktop-only {
        text-align: center !important
    }
}

@media screen and (min-width:1216px) {
    .has-text-centered-widescreen {
        text-align: center !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .has-text-centered-widescreen-only {
        text-align: center !important
    }
}

@media screen and (min-width:1408px) {
    .has-text-centered-fullhd {
        text-align: center !important
    }
}

@media screen and (max-width:768px) {
    .has-text-justified-mobile {
        text-align: justify !important
    }
}

@media print,
screen and (min-width:769px) {
    .has-text-justified-tablet {
        text-align: justify !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .has-text-justified-tablet-only {
        text-align: justify !important
    }
}

@media screen and (max-width:1023px) {
    .has-text-justified-touch {
        text-align: justify !important
    }
}

@media screen and (min-width:1024px) {
    .has-text-justified-desktop {
        text-align: justify !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .has-text-justified-desktop-only {
        text-align: justify !important
    }
}

@media screen and (min-width:1216px) {
    .has-text-justified-widescreen {
        text-align: justify !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .has-text-justified-widescreen-only {
        text-align: justify !important
    }
}

@media screen and (min-width:1408px) {
    .has-text-justified-fullhd {
        text-align: justify !important
    }
}

@media screen and (max-width:768px) {
    .has-text-left-mobile {
        text-align: left !important
    }
}

@media print,
screen and (min-width:769px) {
    .has-text-left-tablet {
        text-align: left !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .has-text-left-tablet-only {
        text-align: left !important
    }
}

@media screen and (max-width:1023px) {
    .has-text-left-touch {
        text-align: left !important
    }
}

@media screen and (min-width:1024px) {
    .has-text-left-desktop {
        text-align: left !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .has-text-left-desktop-only {
        text-align: left !important
    }
}

@media screen and (min-width:1216px) {
    .has-text-left-widescreen {
        text-align: left !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .has-text-left-widescreen-only {
        text-align: left !important
    }
}

@media screen and (min-width:1408px) {
    .has-text-left-fullhd {
        text-align: left !important
    }
}

@media screen and (max-width:768px) {
    .has-text-right-mobile {
        text-align: right !important
    }
}

@media print,
screen and (min-width:769px) {
    .has-text-right-tablet {
        text-align: right !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .has-text-right-tablet-only {
        text-align: right !important
    }
}

@media screen and (max-width:1023px) {
    .has-text-right-touch {
        text-align: right !important
    }
}

@media screen and (min-width:1024px) {
    .has-text-right-desktop {
        text-align: right !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .has-text-right-desktop-only {
        text-align: right !important
    }
}

@media screen and (min-width:1216px) {
    .has-text-right-widescreen {
        text-align: right !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .has-text-right-widescreen-only {
        text-align: right !important
    }
}

@media screen and (min-width:1408px) {
    .has-text-right-fullhd {
        text-align: right !important
    }
}

.is-capitalized {
    text-transform: capitalize !important
}

.is-lowercase {
    text-transform: lowercase !important
}

.is-uppercase {
    text-transform: uppercase !important
}

.is-italic {
    font-style: italic !important
}

.has-text-white {
    color: #fff !important
}

a.has-text-white:focus,
a.has-text-white:hover {
    color: #e6e6e6 !important
}

.has-background-white {
    background-color: #fff !important
}

.has-text-black {
    color: #0a0a0a !important
}

a.has-text-black:focus,
a.has-text-black:hover {
    color: #000 !important
}

.has-background-black {
    background-color: #0a0a0a !important
}

.has-text-light {
    color: #f5f5f5 !important
}

a.has-text-light:focus,
a.has-text-light:hover {
    color: #dbdbdb !important
}

.has-background-light {
    background-color: #f5f5f5 !important
}

.has-text-dark {
    color: #363636 !important
}

a.has-text-dark:focus,
a.has-text-dark:hover {
    color: #1c1c1c !important
}

.has-background-dark {
    background-color: #363636 !important
}

.has-text-primary {
    color: #113433 !important
}

a.has-text-primary:focus,
a.has-text-primary:hover {
    color: #040e0d !important
}

.has-background-primary {
    background-color: #113433 !important
}

.has-text-link {
    color: #3273dc !important
}

a.has-text-link:focus,
a.has-text-link:hover {
    color: #205bbc !important
}

.has-background-link {
    background-color: #3273dc !important
}

.has-text-info {
    color: #209cee !important
}

a.has-text-info:focus,
a.has-text-info:hover {
    color: #0f81cc !important
}

.has-background-info {
    background-color: #209cee !important
}

.has-text-success {
    color: #23d160 !important
}

a.has-text-success:focus,
a.has-text-success:hover {
    color: #1ca64c !important
}

.has-background-success {
    background-color: #23d160 !important
}

.has-text-warning {
    color: #ffdd57 !important
}

a.has-text-warning:focus,
a.has-text-warning:hover {
    color: #ffd324 !important
}

.has-background-warning {
    background-color: #ffdd57 !important
}

.has-text-danger {
    color: #ff3860 !important
}

a.has-text-danger:focus,
a.has-text-danger:hover {
    color: #ff0537 !important
}

.has-background-danger {
    background-color: #ff3860 !important
}

.has-text-black-bis {
    color: #121212 !important
}

.has-background-black-bis {
    background-color: #121212 !important
}

.has-text-black-ter {
    color: #242424 !important
}

.has-background-black-ter {
    background-color: #242424 !important
}

.has-text-grey-darker {
    color: #363636 !important
}

.has-background-grey-darker {
    background-color: #363636 !important
}

.has-text-grey-dark {
    color: #4a4a4a !important
}

.has-background-grey-dark {
    background-color: #4a4a4a !important
}

.has-text-grey {
    color: #7a7a7a !important
}

.has-background-grey {
    background-color: #7a7a7a !important
}

.has-text-grey-light {
    color: #b5b5b5 !important
}

.has-background-grey-light {
    background-color: #b5b5b5 !important
}

.has-text-grey-lighter {
    color: #dbdbdb !important
}

.has-background-grey-lighter {
    background-color: #dbdbdb !important
}

.has-text-white-ter {
    color: #f5f5f5 !important
}

.has-background-white-ter {
    background-color: #f5f5f5 !important
}

.has-text-white-bis {
    color: #fafafa !important
}

.has-background-white-bis {
    background-color: #fafafa !important
}

.has-text-weight-light {
    font-weight: 300 !important
}

.has-text-weight-normal {
    font-weight: 400 !important
}

.has-text-weight-medium {
    font-weight: 500 !important
}

.has-text-weight-semibold {
    font-weight: 600 !important
}

.has-text-weight-bold {
    font-weight: 700 !important
}

.is-family-primary,
.is-family-sans-serif,
.is-family-secondary {
    font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif !important
}

.is-family-code,
.is-family-monospace {
    font-family: monospace !important
}

.is-block {
    display: block !important
}

@media screen and (max-width:768px) {
    .is-block-mobile {
        display: block !important
    }
}

@media print,
screen and (min-width:769px) {
    .is-block-tablet {
        display: block !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .is-block-tablet-only {
        display: block !important
    }
}

@media screen and (max-width:1023px) {
    .is-block-touch {
        display: block !important
    }
}

@media screen and (min-width:1024px) {
    .is-block-desktop {
        display: block !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .is-block-desktop-only {
        display: block !important
    }
}

@media screen and (min-width:1216px) {
    .is-block-widescreen {
        display: block !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-block-widescreen-only {
        display: block !important
    }
}

@media screen and (min-width:1408px) {
    .is-block-fullhd {
        display: block !important
    }
}

.is-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

@media screen and (max-width:768px) {
    .is-flex-mobile {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media print,
screen and (min-width:769px) {
    .is-flex-tablet {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .is-flex-tablet-only {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (max-width:1023px) {
    .is-flex-touch {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (min-width:1024px) {
    .is-flex-desktop {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .is-flex-desktop-only {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (min-width:1216px) {
    .is-flex-widescreen {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-flex-widescreen-only {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (min-width:1408px) {
    .is-flex-fullhd {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.is-inline {
    display: inline !important
}

@media screen and (max-width:768px) {
    .is-inline-mobile {
        display: inline !important
    }
}

@media print,
screen and (min-width:769px) {
    .is-inline-tablet {
        display: inline !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .is-inline-tablet-only {
        display: inline !important
    }
}

@media screen and (max-width:1023px) {
    .is-inline-touch {
        display: inline !important
    }
}

@media screen and (min-width:1024px) {
    .is-inline-desktop {
        display: inline !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .is-inline-desktop-only {
        display: inline !important
    }
}

@media screen and (min-width:1216px) {
    .is-inline-widescreen {
        display: inline !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-inline-widescreen-only {
        display: inline !important
    }
}

@media screen and (min-width:1408px) {
    .is-inline-fullhd {
        display: inline !important
    }
}

.is-inline-block {
    display: inline-block !important
}

@media screen and (max-width:768px) {
    .is-inline-block-mobile {
        display: inline-block !important
    }
}

@media print,
screen and (min-width:769px) {
    .is-inline-block-tablet {
        display: inline-block !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .is-inline-block-tablet-only {
        display: inline-block !important
    }
}

@media screen and (max-width:1023px) {
    .is-inline-block-touch {
        display: inline-block !important
    }
}

@media screen and (min-width:1024px) {
    .is-inline-block-desktop {
        display: inline-block !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .is-inline-block-desktop-only {
        display: inline-block !important
    }
}

@media screen and (min-width:1216px) {
    .is-inline-block-widescreen {
        display: inline-block !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-inline-block-widescreen-only {
        display: inline-block !important
    }
}

@media screen and (min-width:1408px) {
    .is-inline-block-fullhd {
        display: inline-block !important
    }
}

.is-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media screen and (max-width:768px) {
    .is-inline-flex-mobile {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print,
screen and (min-width:769px) {
    .is-inline-flex-tablet {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .is-inline-flex-tablet-only {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media screen and (max-width:1023px) {
    .is-inline-flex-touch {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media screen and (min-width:1024px) {
    .is-inline-flex-desktop {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .is-inline-flex-desktop-only {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media screen and (min-width:1216px) {
    .is-inline-flex-widescreen {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-inline-flex-widescreen-only {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media screen and (min-width:1408px) {
    .is-inline-flex-fullhd {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.is-hidden {
    display: none !important
}

.is-sr-only {
    border: none !important;
    clip: rect(0, 0, 0, 0) !important;
    height: .01em !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: .01em !important
}

@media screen and (max-width:768px) {
    .is-hidden-mobile {
        display: none !important
    }
}

@media print,
screen and (min-width:769px) {
    .is-hidden-tablet {
        display: none !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .is-hidden-tablet-only {
        display: none !important
    }
}

@media screen and (max-width:1023px) {
    .is-hidden-touch {
        display: none !important
    }
}

@media screen and (min-width:1024px) {
    .is-hidden-desktop {
        display: none !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .is-hidden-desktop-only {
        display: none !important
    }
}

@media screen and (min-width:1216px) {
    .is-hidden-widescreen {
        display: none !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-hidden-widescreen-only {
        display: none !important
    }
}

@media screen and (min-width:1408px) {
    .is-hidden-fullhd {
        display: none !important
    }
}

.is-invisible {
    visibility: hidden !important
}

@media screen and (max-width:768px) {
    .is-invisible-mobile {
        visibility: hidden !important
    }
}

@media print,
screen and (min-width:769px) {
    .is-invisible-tablet {
        visibility: hidden !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .is-invisible-tablet-only {
        visibility: hidden !important
    }
}

@media screen and (max-width:1023px) {
    .is-invisible-touch {
        visibility: hidden !important
    }
}

@media screen and (min-width:1024px) {
    .is-invisible-desktop {
        visibility: hidden !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .is-invisible-desktop-only {
        visibility: hidden !important
    }
}

@media screen and (min-width:1216px) {
    .is-invisible-widescreen {
        visibility: hidden !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-invisible-widescreen-only {
        visibility: hidden !important
    }
}

@media screen and (min-width:1408px) {
    .is-invisible-fullhd {
        visibility: hidden !important
    }
}

.is-marginless {
    margin: 0 !important
}

.is-paddingless {
    padding: 0 !important
}

.is-radiusless {
    border-radius: 0 !important
}

.is-shadowless {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.is-relative {
    position: relative !important
}

@font-face {
    font-family: Neucha;
    src: url(/wp-content/themes/cosmos-wp/dist/fonts/Neucha_478c7efc.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/cosmos-wp/dist/fonts/Neucha_43c43d13.woff) format("woff"), url(/wp-content/themes/cosmos-wp/dist/fonts/Neucha_8e7a91ac.ttf) format("truetype"), url(/wp-content/themes/cosmos-wp/dist/fonts/Neucha_c55aa813.svg#Neucha) format("svg");
    font-weight: 400;
    font-style: normal
}

h1 {
    font-family: Neucha, sans-serif;
    font-size: 3rem;
    color: #393c3c;
    font-weight: 500;
    line-height: 3.5rem
}

@media (max-width:47.99em) {
    h1 {
        font-size: 2rem
    }
}

h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 1rem
}

h2,
h3 {
    font-family: Neucha, sans-serif;
    color: #393c3c;
    font-weight: 500
}

h3 {
    font-size: 2rem;
    line-height: 2.5rem
}

h4 {
    font-size: 1.5rem;
    color: #393c3c
}

h4,
h5 {
    font-family: Source Sans Pro, sans-serif;
    font-weight: 700;
    line-height: 1.5rem
}

h5 {
    font-size: .9rem;
    color: #393c3c;
    text-transform: uppercase;
    color: #803811
}

p {
    font-family: Source Sans Pro, sans-serif;
    font-size: 1rem;
    color: #393c3c;
    font-weight: 500;
    line-height: 1.5rem
}

.text {
    margin: 0 auto
}

.intro,
.text {
    max-width: 45rem
}

.intro {
    margin: 0 auto 1rem
}

.is-primary {
    background-color: #113433
}

.is-primary em,
.is-primary h1,
.is-primary h2,
.is-primary h3,
.is-primary h4,
.is-primary li,
.is-primary p,
.is-primary strong {
    color: #fff
}

.is-primary .border svg {
    color: #113433
}

.is-secondary {
    background-color: #803811
}

.is-secondary em,
.is-secondary h1,
.is-secondary h2,
.is-secondary h3,
.is-secondary h4,
.is-secondary li,
.is-secondary p,
.is-secondary strong {
    color: #fff
}

.is-secondary .border svg {
    color: #803811
}

.is-tertiary {
    background-color: #f8f5df
}

.is-tertiary .border svg {
    color: #f8f5df;
}

.overlay,
.overlay--full-width {
    background: #113433;
    opacity: .5;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.is-overlay--light {
    background: hsla(6, 78%, 95%, .5)
}

.is-overlay--dark {
    background: rgba(25, 58, 105, .8)
}

.small-padding {
    padding: .5rem
}

.normal-margin-top {
    margin-top: 1rem
}

.normal-margin-bottom {
    margin-bottom: 1rem
}

.normal-padding {
    padding: 1rem
}

.normal-padding-tb {
    padding: 1rem 0
}

.normal-margin {
    margin: 1rem 0
}

.medium-padding {
    padding: 2rem !important
}

.medium-padding-tb {
    padding: 2rem 0
}

.large-padding {
    padding: 4rem
}

.large-padding-top {
    padding-top: 150px
}

@media (max-width:63.9275em) {
    .large-padding-top {
        padding-top: 2rem
    }
}

.no-padding-top {
    padding-top: 0 !important
}

.text-content {
    max-width: 45rem;
    margin: 0 auto
}

.no-padding {
    padding: 0 !important
}

.no-margin {
    margin: 0 !important
}

.align-center,
.align-centre {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-right {
    text-align: right
}

.is-relative {
    position: relative
}

.d-none {
    display: none
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.no-body-scroll {
    position: fixed;
    width: 100%
}

.videoWrapper {
    position: relative !important;
    padding-bottom: 56.25% !important;
    padding-top: 25px !important;
    height: 0 !important
}

.videoWrapper iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important
}

.is-type-video iframe {
    margin: 0 auto !important;
    display: block !important
}

.img-resp {
    width: 100%;
    height: auto
}

.arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px
}

.right {
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.arrow-left {
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.up {
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.down {
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.wrap {
    overflow-x: hidden
}

body {
    font-size: 1rem;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #393c3c;
    letter-spacing: 1px
}

a,
body {
    font-family: Source Sans Pro, sans-serif
}

a {
    text-decoration: none;
    color: #1d807c
}

#main {
    overflow: hidden
}

.main {
    margin-top: 4.5rem
}

@media (max-width:47.99em) {
    .main {
        margin-top: 4.4rem
    }
}

@media (min-width:112.5em) {
    .main {
        margin-top: 6rem
    }
}

.archive .normal-footer {
    margin-top: 3rem
}

.content {
    padding: 1rem;
    max-width: 45rem;
    margin: 0 auto
}

.content-wide {
    padding: 1rem;
    margin: 0 auto
}

.section {
    clear: both
}

.body-lock {
    height: 100vh;
    overflow: hidden
}

.grecaptcha-badge {
    opacity: 0
}

.search-results form {
    margin: 2rem auto 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.border {
    width: 100%
}

.border-bottom {
    margin-bottom: -5px
}

.address,
.date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 1rem
}

.address svg,
.date svg {
    color: #113433;
    height: 15px;
    margin-right: 5px;
    width: 15px
}

.symbol-divider svg {
    color: #803811;
    display: block;
    margin: 1rem auto 2rem;
    height: 2rem;
    width: auto
}

.featured-items h2 {
    text-align: center;
    padding: 2rem
}

.featured-items .container {
    padding: 6rem 1rem 4rem
}

.shop__products {
    margin-top: 3rem
}

@media (max-width:63.9275em) {
    .shop__products {
        padding: 0 1rem
    }
}

.shop__highlights {
    margin-top: 3rem !important
}

@media (max-width:63.9275em) {
    .shop__highlights {
        margin-top: 0 !important
    }
}

.shop__highlights .highlight {
    height: 100%
}

@media (max-width:63.9275em) {
    .shop__highlights .highlight {
        padding: 1rem 1rem 0 !important
    }
}

.shop__highlights .highlight .btn,
.shop__highlights .highlight h2,
.shop__highlights .highlight p {
    color: #fff;
    z-index: 2;
    position: relative
}

.shop__highlights .highlight__container {
    padding: 4rem;
    min-height: 25rem;
    background: #113433;
    overflow: hidden;
    position: relative
}

.shop__highlights .highlight__container .btn,
.shop__highlights .highlight__container .link {
    margin-top: 1rem
}

.shop__highlights .highlight-1 {
    overflow: hidden;
    position: relative
}

.shop__highlights .highlight-1 svg {
    position: absolute;
    bottom: -2rem;
    right: -2rem;
    width: 20rem;
    height: auto;
    color: #1d807c;
    opacity: .5
}

.search-box {
    margin-top: 3rem
}

@media (max-width:63.9275em) {
    .search-box {
        display: none !important
    }
}

.woocommerce-Tabs-panel {
    max-width: 45rem;
    margin: 0 auto
}

.woocommerce-MyAccount-navigation-link {
    list-style-type: none
}

.woocommerce-MyAccount-navigation-link a {
    color: #113433;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    padding: 10px 30px;
    font-weight: 500 !important;
    text-transform: uppercase;
    cursor: pointer;
    font-family: Source Sans Pro, sans-serif;
    display: inline-block;
    border-radius: 3px !important;
    font-size: 1rem;
    border: 2px solid #113433;
    width: 100%;
    margin-bottom: 1rem;
    text-align: center
}

.woocommerce-MyAccount-navigation-link a:hover,
.woocommerce-MyAccount-navigation-link.is-active a {
    background: #803811;
    border: 2px solid #803811;
    color: #fff
}

.woocommerce-MyAccount-content {
    background: #f8f5df;
    padding: 2rem;
    border-radius: 3px
}

.woocommerce-MyAccount-content .woocommerce-Address-title {
    margin: 1rem 0
}

.woocommerce-MyAccount-content h3 {
    font-family: Source Sans Pro, sans-serif;
    font-weight: 700;
    font-size: 1.5rem
}

.woocommerce-MyAccount-content fieldset {
    margin: 1rem 0;
    padding: 1rem
}

.woocommerce-tabs {
    padding: 0 2rem
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
    color: #803811;
    font-size: 2rem;
    display: block;
    font-weight: 700;
    font-family: Source Sans Pro, sans-serif;
    padding-bottom: 1rem
}

.woocommerce .woocommerce-breadcrumb {
    padding: 1rem;
    text-align: center;
    color: #113433;
    margin-top: 2rem
}

.woocommerce .woocommerce-breadcrumb a {
    font-weight: 700
}

.woocommerce .product {
    margin-top: 2rem
}

.woocommerce .product .summary h1 {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 40px
}

.woocommerce .product .summary .price {
    margin-top: 1rem
}

.woocommerce .product .summary .woocommerce-product-details__short-description {
    padding-bottom: 2rem
}

.woocommerce .product .summary__title {
    padding: 1rem;
    background: #113433;
    font-weight: 700;
    color: #fff;
    font-size: 2rem;
    font-family: Source Sans Pro, sans-serif
}

.woocommerce .product .summary__content {
    padding: 2rem
}

.woocommerce .product .summary .product_meta {
    font-weight: 700;
    margin-top: 1rem
}

.woocommerce .product .summary .product_meta .posted_in,
.woocommerce .product .summary .product_meta .sku_wrapper {
    display: block;
    padding-bottom: 1rem
}

.woocommerce .product .summary .product_meta .sku,
.woocommerce .product .summary .product_meta a {
    font-weight: 400
}

.woocommerce .product .wc-tabs {
    display: none
}

.woocommerce .product .related {
    background: #f8f5df;
    padding: 4rem
}

.woocommerce .product #tab-description h2,
.woocommerce .product .related h2 {
    margin-top: 1rem
}

.woocommerce .product #tab-description p,
.woocommerce .product .related p {
    margin: 0 auto
}

.woocommerce .woocommerce-product-gallery {
    position: relative;
    margin-bottom: 3em
}

.woocommerce .woocommerce-product-gallery figure {
    margin: 0
}

.woocommerce .woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}

.woocommerce .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    float: left;
    cursor: pointer
}

.woocommerce .woocommerce-product-gallery img {
    display: block
}

.woocommerce .woocommerce-product-gallery .flex-control-thumbs img {
    opacity: .5
}

.woocommerce .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.woocommerce .woocommerce-product-gallery .flex-control-thumbs img:hover {
    opacity: 1
}

.woocommerce .woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 33.3333%
}

.woocommerce .woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 25%
}

.woocommerce .woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 20%
}

.woocommerce .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 99
}

.woocommerce a.woocommerce-product-gallery__trigger {
    text-decoration: none
}

.woocommerce .single-product div.product.woocommerce-product-gallery.woocommerce-product-gallery__trigger {
    position: absolute;
    top: .875em;
    right: .875em;
    display: block;
    height: 2em;
    width: 2em;
    border-radius: 3px;
    z-index: 99;
    text-align: center;
    text-indent: -999px;
    overflow: hidden;
    background-color: #f8f5df;
    color: #113433
}

.woocommerce .single-product div.product.woocommerce-product-gallery.woocommerce-product-gallery__trigger:hover {
    background-color: #1781ae;
    border-color: #1781ae;
    color: #fff
}

.woocommerce .single-product div.product.woocommerce-product-gallery.woocommerce-product-gallery__trigger:before {
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "+";
    line-height: 2;
    text-indent: 0
}

.woocommerce div.product div.images img {
    max-width: 100%;
    width: auto;
    margin: 0 auto
}

.woocommerce-product-gallery__image {
    background: #f8f5df;
    padding: 2rem
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 auto 2em
}

.woocommerce span.onsale {
    background: #803811;
    top: 2rem;
    left: 1rem;
    border-radius: 0 0 0 4px;
    padding: 0 1rem;
    margin: 0
}

.woocommerce div.product form.cart button {
    padding: 11px 30px;
    font-weight: 500 !important;
    margin-right: 10px
}

.woocommerce div.product form.cart,
.yith-wcwl-add-to-wishlist {
    display: inline;
    float: left
}

.yith-wcwl-add-to-wishlist {
    margin-top: 0
}

@media (max-width:47.99em) {

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%
    }
}

.woocommerce-checkout h3 {
    font-family: Source Sans Pro, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 16px 5px
}

.woocommerce-info,
.woocommerce-message {
    max-width: 45rem;
    margin: 1rem auto;
    background: #f8f5df;
    color: #113433;
    border-top: none;
    border-radius: 4px;
    padding: 1rem
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
    display: none
}

.woocommerce-info {
    border-top-color: #113433
}

.woocommerce-pagination {
    margin: 2rem auto;
    width: 100%;
    text-align: center;
    clear: both
}

.woocommerce-pagination li {
    display: inline;
    list-style-type: none;
    padding: 4px 10px
}

.woocommerce-pagination .active {
    background: #113433;
    color: #fff;
    border-radius: 50px
}

.count-products {
    width: 100%;
    clear: both;
    margin-bottom: 2rem
}

.card__container .woocommerce-loop-product__title {
    font-family: Source Sans Pro, sans-serif !important;
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 700 !important
}

.woocommerce #content div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.images,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.images,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.images,
.woocommerce-page div.product div.summary {
    width: 100%
}

@font-face {
    font-family: icomoon;
    src: url(data:application/vnd.ms-fontobject;base64,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);
    src: url(data:application/vnd.ms-fontobject;base64,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#iefix) format("embedded-opentype"), url(data:font/ttf;base64,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) format("truetype"), url(data:font/woff;base64,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) format("woff"), url(/wp-content/themes/cosmos-wp/dist/fonts/icomoon_d9b50b07.svg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-icon_f107:before {
    content: "\E904"
}

.icon-icon_f107-up:before {
    content: "\E905"
}

.icon-icon_f107-right:before {
    content: "\E906"
}

.icon-icon_f107-left:before {
    content: "\E907"
}

.icon-search-solid:before {
    content: "\E900"
}

.icon-map-marker-alt-solid:before {
    content: "\E901"
}

.icon-shopping-basket:before {
    content: "\E902"
}

.icon-user-circle:before {
    content: "\E903"
}

body#tinymce {
    margin: 12px !important
}

#submit,
.add_to_wishlist,
.btn,
.button,
.dgwt-wcas-search-submit,
.wp-block-button__link,
.wpcf7-submit,
input[type=submit] {
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    padding: 10px 30px;
    color: #fff;
    font-weight: 500 !important;
    text-transform: uppercase;
    cursor: pointer;
    font-family: Source Sans Pro, sans-serif;
    display: inline-block;
    border-radius: 3px;
    font-size: 1rem
}

#submit:before,
.add_to_wishlist:before,
.btn:before,
.button:before,
.dgwt-wcas-search-submit:before,
.wp-block-button__link:before,
.wpcf7-submit:before,
input[type=submit]:before {
    display: none
}

#submit,
.btn--primary,
.button,
.dgwt-wcas-search-submit,
.product_type_simple,
.single_add_to_cart_button,
.wpcf7-submit,
input[type=submit] {
    background: #1d807c !important;
    color: #fff !important;
    text-shadow: none !important;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

#submit:hover,
.btn--primary:hover,
.button:hover,
.dgwt-wcas-search-submit:hover,
.product_type_simple:hover,
.single_add_to_cart_button:hover,
.wpcf7-submit:hover,
input[type=submit]:hover {
    background: #f8f5df !important;
    color: #113433 !important
}

.btn--secondary {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background: #113433
}

.btn--secondary:hover {
    background: #1d807c
}

.add_to_wishlist,
.btn--secondary--dark {
    border: 2px solid #113433;
    color: #113433;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.add_to_wishlist:hover,
.btn--secondary--dark:hover {
    background: #f8f5df;
    color: #113433
}

.link {
    color: #1d807c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.link svg {
    color: #1d807c;
    width: 30px;
    padding-top: 2px;
    margin-left: .5rem;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.link:hover svg {
    -webkit-transform: translate(1em);
    -o-transform: translate(1em);
    transform: translate(1em)
}

.link--white {
    color: #fff
}

input[type=submit] {
    height: 39px;
    border-radius: 0 3px 3px 0 !important
}

.btn--login,
.btn--search {
    color: #1d807c;
    cursor: pointer;
    padding-left: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn--login:hover,
.btn--search:hover {
    color: #fff
}

@media (max-width:75.9275em) {
    .btn--search {
        position: absolute;
        right: 80px;
        top: 15px;
        z-index: 1000;
        font-size: 30px
    }
}

.btn--close {
    top: 10px;
    right: 10px;
    color: #113433;
    background: #fff;
    border-radius: 100px;
    padding: 5px 12px;
    position: fixed;
    border: none;
    font-size: 2rem;
    line-height: 2rem;
    height: 60px;
    width: 60px;
    font-weight: 700;
    font-family: Neucha, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1000
}

@media (max-width:63.9275em) {
    .btn--close {
        bottom: 2rem;
        top: auto;
        right: 50%;
        margin-right: -30px
    }
}

#back2Top {
    background: -webkit-linear-gradient(45deg, #113433, #194e4d);
    background: -o-linear-gradient(45deg, #113433 0, #194e4d 100%);
    background: linear-gradient(45deg, #113433, #194e4d);
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 10px;
    display: none;
    position: fixed;
    right: 20px;
    bottom: 40px
}

#back2Top:hover {
    background: #803811;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

#loadmore {
    margin: 2rem auto 0;
    width: 12rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#loadmore svg {
    display: none;
    width: 1.5rem;
    margin-right: 1rem;
    height: auto;
    opacity: .5;
    -webkit-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.loading svg {
    display: block !important
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-o-keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    background: #fff;
    color: #113433;
    border: 2px solid #113433;
    width: 100%;
    height: 39px;
    margin-bottom: 0 !important;
    border-radius: 3px;
    padding-left: 10px;
    font-size: 1rem
}

textarea {
    height: 200px
}

label {
    margin: 0 1rem 1rem 5px;
    display: block
}

.clear-search {
    display: inline-block;
    margin-bottom: 15px;
    border-bottom: 1px solid #803811
}

.custom-select {
    position: relative
}

.custom-select:after {
    content: "\E904";
    font-size: 14px;
    font-family: icomoon, sans-serif !important;
    color: #1d807c;
    right: 10px;
    top: 13px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none
}

.custom-select select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    position: relative
}

.custom-select select::-ms-expand {
    display: none
}

.search-results form {
    margin: 0 !important
}

.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 1rem
}

@media (max-width:47.99em) {
    .search-form {
        padding-right: 0
    }
}

.search-form label {
    width: 70%;
    margin: 0
}

@media (max-width:47.99em) {
    .search-form label {
        width: 100%
    }
}

.search-form button {
    height: 40px;
    border-radius: 0 3px 3px 0 !important;
    border: none;
    background: #803811;
    padding: 0 1rem
}

.search-form button svg {
    width: 20px;
    fill: #fff
}

.search-form input[type=search] {
    border-radius: 3px 0 0 3px;
    border: 1px solid #f8f5df
}

.search-form .awesomplete [hidden] {
    border-radius: 0 0 3px 3px
}

.search-form .awesomplete [hidden] li {
    color: #113433 !important
}

.awesomplete>input[type=search] {
    width: 100%
}

.search-box {
    background: -webkit-linear-gradient(45deg, #113433, #194e4d);
    background: -o-linear-gradient(45deg, #113433 0, #194e4d 100%);
    background: linear-gradient(45deg, #113433, #194e4d);
    padding: 2rem 3rem;
    display: block
}

.search-box label {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px
}

.search-box button {
    border-radius: 0 3px 3px 0 !important
}

.search-box .button {
    border: none;
    margin-top: 0
}

.search-box h2,
.search-box h3 {
    color: #fff;
    padding-bottom: 1rem
}

.search-box__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.search-box__container ::-webkit-input-placeholder {
    color: #113433;
    padding-left: 10px;
    font-size: 1rem
}

.search-box__container :-moz-placeholder,
.search-box__container ::-moz-placeholder {
    color: #113433;
    padding-left: 10px;
    font-size: 1rem
}

.search-box__container :-ms-input-placeholder {
    color: #113433;
    padding-left: 10px;
    font-size: 1rem
}

.search-box__container input[type=email],
.search-box__container input[type=text] {
    min-width: 200px;
    margin: 0;
    border-radius: 3px
}

@media (max-width:47.99em) {

    .search-box__container input[type=email],
    .search-box__container input[type=text] {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2
    }
}

.search-box__container--newsletter {
    padding-bottom: 1rem
}

@media (max-width:47.99em) {
    .search-box__container--newsletter {
        display: block
    }
}

.search-box__container--newsletter input[type=text] {
    max-width: 300px;
    border-radius: 3px 0 0 3px !important;
    border: none !important
}

@media (max-width:63.9275em) {
    .search-box__container--newsletter input[type=text] {
        max-width: 100%;
        border-radius: 0 !important
    }
}

.search-box__container--newsletter .button {
    height: 39px;
    border-radius: 0 3px 3px 0 !important;
    border: none
}

@media (max-width:63.9275em) {
    .search-box__container--newsletter .button {
        width: 100%;
        border-radius: 0 !important
    }
}

.awesomplete {
    width: 100%
}

.ajax-search-form {
    margin-bottom: 4rem
}

.ajax-search-form .divider svg {
    width: 100%;
    height: auto
}

.ajax-search-form .columns {
    margin: 0;
    padding: 1rem 0
}

.ajax-search-form button {
    margin-top: 2.1rem;
    border: none
}

@media (max-width:63.9275em) {
    .ajax-search-form button {
        margin-top: 0;
        width: 100%
    }
}

.ajax-search-form a {
    padding-left: 1rem
}

.wpcf7 .columns {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.wpcf7 label {
    margin: 1rem 0 0
}

.wpcf7 .wpcf7-form-control-wrap {
    display: block
}

.wpcf7 .wpcf7-submit {
    margin: 1rem 0;
    border-radius: 3px
}

#commentform input[type=email],
#commentform input[type=password],
#commentform input[type=tel],
#commentform input[type=text],
#commentform input[type=url],
#commentform select,
.woocommerce input[type=email],
.woocommerce input[type=password],
.woocommerce input[type=tel],
.woocommerce input[type=text],
.woocommerce input[type=url],
.woocommerce select {
    background: #fff;
    color: #113433;
    border: 1px solid #113433;
    width: 100%;
    height: 39px;
    margin-bottom: 1rem;
    border-radius: 3px;
    padding-left: 10px;
    font-size: 1rem
}

#commentform textarea,
.woocommerce textarea {
    height: 200px;
    background: #fff;
    color: #113433;
    border: 1px solid #113433;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 3px;
    padding-left: 10px;
    font-size: 1rem
}

#comments #respond,
#comments .container {
    max-width: 45rem;
    margin: 0 auto
}

#comments footer {
    background: 0 0;
    padding: 1rem 0
}

#comments .reply {
    font-weight: 700;
    padding: 1rem 0
}

#comments ol {
    list-style-type: none
}

#comments .comment-form-comment {
    padding-top: 1rem
}

#comments label {
    margin: 0 0 10px
}

#comments h2,
#comments h3 {
    font-family: Source Sans Pro, sans-serif;
    font-weight: 700;
    font-size: 2rem;
    padding-bottom: 1rem
}

#comments .comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 1rem
}

#comments .comment-form-cookies-consent label {
    padding: 0 0 0 10px;
    margin: 0
}

.label {
    color: #fff
}

.label--condition {
    border-radius: 4px;
    background: #113433;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 1rem
}

.label--corner {
    width: 200px;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 1px;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.label--corner,
.label--corner--dark {
    background: #113433
}

.alignnone {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    height: auto
}

.aligncenter {
    display: block;
    margin: 1rem auto;
    height: auto
}

.alignleft,
.alignright {
    margin-bottom: 1rem;
    height: auto
}

@media (min-width:48em) {
    .alignleft {
        float: left;
        margin-right: 1rem
    }

    .alignright {
        float: right;
        margin-left: 1rem
    }
}

.woocommerce-checkout p.woocommerce-invalid-required-field span.error {
    color: #e2401c;
    display: block !important;
    font-weight: 700
}

.content-block {
    padding: 1.5rem;
    position: relative;
    margin: 0
}

@media (max-width:47.99em) {
    .content-block {
        padding: 0
    }
}

.content-block p {
    padding: .5rem 0
}

.content-block .caption {
    background: #f8f5df;
    padding: 1rem;
    border-radius: 0 0 3px 3px;
    margin-top: -5px
}

.content-block .border svg {
    width: 100%;
    height: auto
}

@media (max-width:35.99em) {
    .content-block .border svg {
        width: 150%
    }
}

.content-block .border-top {
    top: -2.5rem;
    left: 0;
    display: block;
    position: absolute;
    width: 100%
}

@media (max-width:47.99em) {
    .content-block .border-top {
        top: -1rem
    }
}

.content-block .border-bottom {
    bottom: -2.5rem;
    left: 0;
    display: block;
    position: absolute;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 100%;
    z-index: -1
}

@media (max-width:47.99em) {
    .content-block .border-bottom {
        bottom: -1rem
    }
}

.content-block .column {
    padding: 0 2.5rem
}

.content-block ul {
    margin: 1rem 0
}

.content-block li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
    list-style-type: none;
    line-height: 25px
}

.content-block li:before {
    position: absolute;
    left: 0;
    top: 4px;
    padding-left: 1px;
    color: #fff;
    font-size: 13px;
    content: "\E906";
    font-family: icomoon, sans-serif;
    width: 20px;
    height: 20px;
    background: #113433;
    border-radius: 30px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.content-block .gform_fields li {
    padding-left: 0
}

.vertical-align .columns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

audio {
    width: 100%
}

.margin-top {
    margin-top: 3rem
}

.margin-bottom {
    margin-bottom: 3rem
}

.navbar {
    background: #113433;
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
    padding: .5rem;
    -webkit-transition: top .2s ease-in-out;
    -o-transition: top .2s ease-in-out;
    transition: top .2s ease-in-out
}

.navbar .border svg {
    color: #113433;
    position: absolute;
    left: 0;
    top: 2.5rem;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 100%;
    height: auto;
    z-index: -1
}

@media (min-width:112.5em) {
    .navbar .border svg {
        top: 1.5rem
    }
}

.navbar .btn {
    height: 39px;
    margin-right: 1rem
}

.navbar__logo {
    max-height: 3.5rem
}

.navbar__logo img {
    max-height: 3.5rem;
    margin-top: .7rem
}

@media (max-width:47.99em) {
    .navbar__logo img {
        margin-left: .6rem
    }
}

.navbar__logo a {
    color: #fff;
    font-family: Neucha, sans-serif;
    font-size: 2.5rem
}

.navbar__logo span {
    color: #803811
}

.navbar__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.navbar__menu {
    margin: 0;
    text-align: center;
    padding-left: 1rem
}

.navbar__menu li {
    display: inline;
    color: #fff;
    padding: 1rem 0 2rem
}

.navbar__menu .has-megamenu:hover {
    background: #f8f5df;
    border-radius: 4px 4px 0 0;
    text-decoration: none
}

.navbar__menu .has-megamenu:hover a {
    color: #393c3c
}

.navbar__menu a {
    font-family: Source Sans Pro, sans-serif;
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
    display: inline;
    padding: 0 10px;
    font-size: .9rem
}

.navbar .columns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 !important
}

.navbar .sub-menu {
    display: none
}

@media (max-width:47.99em) {
    .is-gapless {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.shop-subnav {
    position: fixed;
    top: 71px;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    display: none
}

.shop-subnav .column {
    border-right: 1px solid #f8f5df
}

.shop-subnav .column .content {
    padding: 0 1rem
}

.shop-subnav .column:last-of-type {
    border: none
}

.shop-subnav ul {
    padding: 0
}

.shop-subnav ul li {
    list-style-type: none
}

.shop-subnav ul li a {
    text-decoration: underline;
    padding-bottom: 1rem;
    display: inline-block
}

.icon-button {
    display: inline-block;
    list-style-type: none;
    position: relative
}

.icon-button a,
.icon-button span {
    font-size: 20px;
    padding: 0 1rem 0 0;
    color: #fff
}

.icon-button .cart-total {
    background: #803811;
    padding: 3px 5px;
    border-radius: 100px;
    position: absolute;
    bottom: 8px;
    right: 8px;
    color: #fff;
    font-family: Source Sans Pro, sans-serif;
    font-size: .9rem;
    line-height: 1rem
}

.submenu {
    position: absolute;
    color: #113433;
    right: 0;
    width: 14rem;
    z-index: 90;
    display: none;
    padding: 1.6rem 0
}

.submenu li {
    list-style-type: none;
    background: #fff;
    padding: 1rem;
    width: 100%
}

.submenu li span {
    color: #113433;
    padding: 0;
    font-size: 1rem
}

.submenu li .btn {
    padding: .5rem;
    margin-top: 1rem;
    width: 100%;
    text-align: center
}

.submenu .arrow-up {
    width: 0;
    height: 0;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid #fff;
    position: absolute;
    top: .6rem;
    right: .6rem
}

.submenu--cart {
    right: .2rem
}

.megamenu {
    position: absolute;
    width: 100%;
    top: 4rem;
    left: 0;
    background: #f8f5df;
    border-radius: 5px;
    display: none
}

.megamenu--section {
    padding: 0 1rem;
    width: 100%;
    text-align: left
}

.megamenu .featured-content h3 {
    padding-left: 1rem
}

.megamenu .featured-content .card a {
    padding: 0
}

.megamenu .featured-content .card .img-placeholder {
    height: 8.2rem
}

.megamenu .featured-content .card .img-placeholder svg {
    width: 5rem
}

.megamenu .featured-content .card .img-placeholder p {
    color: #fff;
    text-transform: uppercase;
    padding: 1rem
}

.megamenu .featured-content .card .img-placeholder p:hover {
    text-decoration: underline
}

.megamenu .featured-content .card .card--meta,
.megamenu .featured-content .card .entry-summary,
.megamenu .featured-content .card .link {
    display: none
}

.megamenu .featured-content .card .card__container {
    padding: .5rem 0
}

.megamenu .content {
    color: #393c3c;
    padding: 1rem 0
}

.megamenu li {
    width: 100%;
    display: inline-block;
    padding: .5rem 0 0
}

.megamenu .menu-items a {
    color: #1d807c !important;
    border-bottom: 1px solid transparent;
    padding: 0
}

.megamenu .menu-items a:before {
    content: ">";
    padding-right: 5px
}

.megamenu .menu-items a:hover {
    border-bottom: 1px solid #1d807c
}

.megamenu .columns {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left
}

.megamenu h3 {
    padding-bottom: 1rem
}

.megamenu .bottom-links-block h3 {
    padding-left: 1rem
}

.megamenu .bottom-links {
    padding: 0 1rem 2rem
}

.megamenu .bottom-links li {
    display: inline
}

.megamenu .bottom-links li a {
    color: #393c3c;
    border-bottom: 1px solid transparent;
    padding: 0
}

.megamenu .bottom-links li a:before {
    content: "";
    padding-right: 0
}

.megamenu .bottom-links li a:after {
    content: "|";
    padding: 0 5px
}

.megamenu .bottom-links li a:hover {
    border-bottom: 1px solid #393c3c
}

.megamenu .bottom-links li:last-child a:after {
    content: ""
}

.icon-nav li:hover ul,
.navbar__menu li:hover .megamenu {
    display: block
}

.icon-nav li:hover a {
    color: #113433
}

.nav-up {
    top: -7rem
}

@media (max-width:47.99em) {
    .nav-up {
        top: -8.5rem
    }
}

.mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.mobile-nav .icon-button a,
.mobile-nav .icon-button span {
    display: inline;
    font-size: 30px;
    padding: 0 2rem 0 0;
    color: #fff
}

.mobile-nav .cart-total {
    right: 5rem
}

@media (max-width:47.99em) {
    .mobile-nav .cart-total {
        right: 1.5rem
    }
}

.mobile-search {
    padding: 1rem .5rem .5rem
}

.navbar-burger {
    background-color: #803811;
    width: 50px;
    height: 50px;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: .5rem;
    border-radius: 4px
}

@media (min-width:48em) and (max-width:75.9275em) {
    .navbar-burger {
        right: 200px;
        top: 20px
    }
}

.navbar-burger span {
    background-color: #fff;
    display: block;
    height: 2px;
    width: 27px;
    left: calc(50% - 10px);
    margin: 2px 0
}

.nav-mobile {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: #113433;
    top: 0;
    right: 0;
    z-index: 1000;
    text-align: center;
    overflow: hidden
}

.nav-mobile--is-hidden {
    display: none
}

.nav-mobile .container {
    margin: 2rem auto;
    height: 77vh;
    overflow: scroll
}

.nav-mobile #menu-menu-2 {
    margin: 0;
    padding: 2rem 0 0
}

.nav-mobile a {
    display: block;
    width: 80%;
    margin: 20px auto
}

.nav-mobile ul li {
    padding: 10px;
    list-style-type: none
}

.nav-mobile ul li a {
    color: #fff;
    -webkit-transition: all .4 ease-in;
    -o-transition: all .4 ease-in;
    transition: all .4 ease-in;
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0;
    display: inline
}

.nav-mobile .sub-menu {
    display: none;
    padding: 0
}

.nav-mobile .sub-menu a {
    color: #f8f5df;
    text-transform: none;
    text-decoration: underline
}

.nav-mobile .menu-item-has-children:before {
    content: "\E904";
    color: #803811;
    font-size: 14px;
    font-family: icomoon, sans-serif !important;
    padding-right: 10px
}

footer {
    background: #113433;
    padding: 2rem;
    color: #fff
}

footer a,
footer h4,
footer p {
    color: #fff;
    font-size: 14px
}

footer h4 {
    margin-bottom: 1rem
}

footer a {
    font-weight: 100
}

footer a:hover {
    text-decoration: underline
}

footer .footer__logo__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase
}

footer .footer__logo__content img {
    max-height: 60px;
    margin-right: 1rem
}

footer ul {
    margin: 0 1rem;
    padding: 0
}

footer ul li {
    padding: 0 0 1rem;
    list-style-type: none
}

footer ul li:before {
    content: ">";
    font-size: 12px;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: -15px;
    margin-right: 5px
}

footer .footer__social svg {
    color: #fff;
    height: 20px;
    width: 30px;
    padding-right: 10px
}

footer .footer__social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding-bottom: 1rem
}

.card {
    background: 0 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 0;
    margin: 0 2rem
}

.card .img-container {
    background: #f8f5df;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 16.8rem;
    padding: .4rem
}

.card .img-container-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 16.8rem;
    padding: .4rem
}

@media (max-width:47.99em) {
	.card .img-container-slider {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    height: 16.8rem;
	    padding: .4rem
	}
}

.card .img-container img {
    max-height: 16rem
}

.card .img-container-slider img {
    max-height: 20rem
}

.card .img-resp {
    height: 16.4rem;
    margin: 0 auto;
    display: block;
    width: auto
}

.card .img-resp-slider {
    height: 20.4rem;
    margin: 0 auto;
    display: block;
    width: auto
}

@media (max-width:47.99em) {
    .card .img-resp, .card .img-resp-slider {
        height: auto;
        width: 100%
    }
}

.card .img-placeholder {
    width: 100%;
    height: 16.4rem;
    background: #113433;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.card .img-placeholder svg {
    color: #1d807c;
    opacity: .5;
    width: 10rem;
    height: auto;
    fill: #1d807c
}

.card--meta {
    font-size: .9rem
}

.card--meta p {
    padding: 0
}

.card__container {
    width: 100%;
    padding: 2rem 0
}

@media (max-width:47.99em) {
    .card__container {
        height: auto
    }
}

.card p {
    padding: 0;
    font-size: .9rem;
    line-height: 1.5rem
}

.card .address {
    padding-bottom: 1rem
}

.card__label {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #803811;
    color: #fff;
    padding: 5px 10px !important;
    border-radius: 3px;
    text-transform: uppercase
}

.card__label svg {
    fill: #fff;
    color: #fff
}

.card__label ul li {
    list-style-type: none;
    display: inline
}

.card__label ul li:after {
    content: "|";
    padding: 0 5px
}

.card__label ul li:last-of-type:after {
    content: "";
    padding: 0
}

.card a {
    color: #393c3c
}

.card__social-media svg {
    width: 20px;
    height: 20px;
    margin: 1rem 10px 1rem 0;
    color: #1d807c;
    fill: #1d807c
}

.card .add_to_wishlist,
.card .btn,
.card .button,
.card .yith-wcwl-add-to-wishlist {
    width: 100% !important;
    text-align: center !important
}

.card--default {
    background: #113433;
    border-radius: 3px;
    border: 10px solid #fff;
    height: 100%;
    margin: 0 1rem
}

@media (max-width:63.9275em) {
    .card--default {
        height: auto
    }
}

.card--default:hover {
    border: 10px solid #f8f5df
}

.card--default .card__container {
    padding: 2rem
}

.card--default a,
.card--default h4 a,
.card--default p {
    color: #fff
}

.card--default img {
    max-height: 16.4rem;
    margin: 0 auto -5px
}

.card--testimonial {
    border: none;
    margin-bottom: 0;
    padding: 0
}

.card--testimonial strong {
    padding-top: 1rem;
    display: block
}

.card--testimonial:hover {
    border: none
}

.card--product {
    margin-bottom: 2rem
}

.card--product h4 {
    font-size: 1.5rem;
    max-width: 70%
}

.card--product .card__container {
    padding: 0
}

.card--product .card__text {
    position: relative;
    padding-top: 1rem
}

.card--product__price {
    color: #803811;
    font-size: 1.5rem;
    display: block;
    font-weight: 600;
    font-family: Source Sans Pro, sans-serif;
    padding-bottom: 1rem;
    position: absolute;
    top: .7rem;
    right: 0
}

.card--product .link {
    padding-top: 1rem
}

.card--search {
    background: #f8f5df;
    border-radius: 4px;
    padding: 0 2rem;
    margin-bottom: 1rem
}

.card--search img {
    max-width: 100%
}

.hero {
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.hero .border {
    position: relative;
    z-index: 2;
    margin-bottom: -1px
}

.hero .border-home {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.hero__body {
    width: 100%;
    z-index: 1
}

@media (max-width:47.99em) {
    .hero__body {
        padding: 2rem
    }
}

.hero__body img {
    margin: 10vh 0 1rem
}

@media (max-width:47.99em) {
    .hero__body img {
        margin-top: 0
    }
}

.hero__body h1 {
    max-width: 60%;
    font-family: Neucha, sans-serif;
    font-size: 3rem;
    color: #fff;
    font-weight: 400;
    line-height: 3.5rem
}

@media (max-width:47.99em) {
    .hero__body h1 {
        font-size: 2.5rem;
        line-height: 3rem;
        max-width: 100%
    }
}

.hero__body__intro {
    max-width: 50%;
    padding-top: 1rem
}

.hero__body__intro p {
    color: #fff
}

@media (max-width:47.99em) {
    .hero__body__intro {
        max-width: 80%
    }
}

.hero__body .btn {
    font-size: 20px;
    margin-top: 2rem
}

@media (max-width:63.9275em) {
    .hero__body .btn {
        max-width: 250px
    }
}

@media (max-width:47.99em) {
    .hero__body .btn {
        max-width: auto;
        width: 100%;
        font-size: 16px;
        text-align: center
    }
}

.hero .is-hero-home {
    margin-left: 0;
    text-align: center
}

.hero .is-hero-home h1 {
    text-transform: uppercase
}

.hero .is-hero-home .hero__body__intro,
.hero .is-hero-home h1 {
    margin: 0 auto;
    display: block
}

.hero .is-hero-home .columns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:63.9275em) {
    .hero--banner-block {
        margin-top: 51px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.hero--page {
    background-size: cover;
    background-position: 50%
}

.hero--page__container {
    width: 45rem;
    margin: 0 auto;
    padding: 6rem 2rem;
    position: relative;
    z-index: 1;
    text-align: left
}

.hero--page h1 {
    text-align: left;
    font-family: Neucha, sans-serif;
    font-size: 3rem;
    color: #fff;
    font-weight: 400;
    line-height: 3.5rem
}

@media (max-width:47.99em) {
    .hero--page h1 {
        font-size: 2.5rem;
        line-height: 3rem;
        max-width: 100%
    }
}

.hero--page p {
    display: block;
    color: #fff;
    margin-top: 1rem
}

.hero--page--basic h1,
.hero--page--basic p {
    color: #393c3c;
    text-align: center
}

.hero--page--basic .hero--page__container {
    padding: 3rem 1rem
}

.hero--cta {
    height: auto
}

.hero--cta h2,
.hero--cta p {
    color: #fff
}

.hero--cta h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: lighter
}

@media (max-width:47.99em) {
    .hero--cta h2 {
        font-size: 2rem;
        line-height: 2.5rem
    }
}

.hero--cta .container {
    padding: 3rem
}

@media (max-width:47.99em) {
    .hero--cta .container {
        padding: 2rem
    }
}

@media (max-width:47.99em) {
    .hero {
        background-position: 100% 100%
    }
}

.hero-basic {
    padding: 2rem 1rem 0
}

.hero-basic img {
    border: 10px solid #f8f5df;
    border-radius: 200px
}

.hero-basic h1 {
    margin-bottom: 1rem
}

.hero-basic strong {
    padding-bottom: 1rem;
    display: block;
    text-transform: uppercase
}

.hero-basic .divider svg {
    width: 100%
}

.hero-basic .address,
.hero-basic .date {
    font-weight: 700
}

.hero-basic .address svg,
.hero-basic .date svg {
    color: #803811;
    fill: #803811
}

.breadcrumb {
    font-weight: 100;
    padding: 0 1rem;
    text-align: center
}

.breadcrumb ul {
    margin: 0;
    padding: 0
}

.breadcrumb li {
    padding: 0;
    display: inline;
    font-weight: 100
}

.breadcrumb li:after {
    content: "/";
    font-size: 12px;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
    margin-left: 0
}

.breadcrumb li:last-of-type:after {
    content: ""
}

.breadcrumb a {
    color: #113433;
    font-weight: 700;
    padding-right: 10px
}

.breadcrumb--basic {
    padding-top: 2rem
}

.modal {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: hsla(0, 0%, 100%, .5);
    top: 0;
    left: 0;
    z-index: 1001;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden
}

.modal__container {
    background: #113433;
    padding: 2rem;
    position: absolute;
    width: 70%;
    top: 10%;
    left: 15%;
    border-radius: 4px
}

.modal__container h2 {
    font-size: 2rem;
    text-align: center
}

.modal__container .woocommerce {
    background: #113433;
    color: #fff
}

.modal__container .woocommerce h2,
.modal__container .woocommerce label,
.modal__container .woocommerce p {
    color: #fff
}

.modal__container .woocommerce .button {
    width: 100%;
    margin-top: 1rem
}

@media (max-width:63.9275em) {
    .modal__container {
        width: 100%;
        left: 0;
        top: 0
    }

    .modal__container .btn--close {
        top: 1rem;
        right: 1rem;
        margin-right: 0
    }
}

.slick-slide img {
    height: auto;
    width: 100%
}

.slick-next:focus,
.slick-prev:focus {
    color: #1d807c !important
}

.slick-dots {
    bottom: -55px
}

.slick-dots li button {
    border: 1px solid #113433;
    border-radius: 100px
}

.slick-dots li button:before {
    opacity: .2;
    font-size: 10px;
    top: 1px
}

.slick-dots li button:hover:before {
    color: #803811
}

.slick-dots li.slick-active button {
    border: 1px solid #113433
}

.slick-dots li.slick-active button:before {
    color: #803811;
    opacity: 1
}

.testimonials .quote {
    display: block;
    text-align: center;
    color: #803811;
    font-size: 8rem;
    line-height: 0;
    padding-top: 4.5rem
}

.testimonials h2 {
    margin-bottom: 2rem
}

.testimonials .block-buttons {
    margin-top: 0
}

.testimonials .arrow {
    z-index: 100;
    color: #1d807c;
    width: auto;
    height: auto;
    border: none;
    top: 50%;
    margin-top: -1rem
}

.testimonials .arrow svg {
    width: 2.5rem;
    height: auto
}

.testimonials .arrow:hover {
    color: #803811
}

.testimonials .slick-next {
    right: -1rem
}

.testimonials .slick-next:before {
    display: none;
}

.testimonials .slick-prev {
    left: -1rem;
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-top: -1.8rem;
}



.testimonials .slick-prev:before {
    display: none
}

.testimonials .testimonial-slider {
    max-width: 45rem;
    margin: 0 auto
}

.main-slider{
	max-width: 1344px !important;
}

.testimonials .slick-track,
.testimonials .slick-track .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.testimonials .slick-track .slick-slide {
    height: auto !important
}

.testimonials .slick-track .slick-slide .card,
.testimonials .slick-track .slick-slide .card__container {
    height: 100%;
    max-height: 100%
}

@media (max-width:47.99em) {

    .testimonials .slick-track .slick-slide .card,
    .testimonials .slick-track .slick-slide .card__container {
        border: none;
        border-radius: 0;
        padding: 1rem .5rem
    }
}

.gallery h2 {
    margin-bottom: 2rem
}

.membership h2 {
    margin-bottom: 3rem
}

.gallery .main-gallery-slider {
    background: #f8f5df;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gallery .main-gallery-slider .slick-slide {
    max-height: 30rem;
    overflow: hidden
}

.gallery .main-gallery-slider .slick-slide img {
    max-height: 30rem;
    width: auto;
    margin: 0 auto
}

.gallery .main-gallery-slider .slick-slide p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f8f5df;
    padding: .5rem
}

.gallery .gallery-slider {
    background: #f8f5df
}

.gallery .gallery-slider .slick-slide {
    height: auto;
    cursor: pointer
}

.gallery .gallery-slider .slick-slide img {
    border: 5px solid #f8f5df
}

.gallery .gallery-slider .slick-current img {
    border: 5px solid #113433
}

.gallery .slick-next:before,
.gallery .slick-prev:before {
    color: #803811;
    font-size: 0;
    line-height: 0;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px
}

.gallery .slick-next,
.gallery .slick-prev {
    z-index: 100;
    background: #1d807c;
    width: 36px;
    height: 36px;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 100px;
    margin-top: -18px
}

.gallery .slick-next:hover,
.gallery .slick-prev:hover {
    background: #803811 !important
}

.gallery .slick-next {
    right: -15px
}

.gallery .slick-next:before {
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.gallery .slick-prev {
    left: -14px
}

.gallery .slick-prev:before {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion-block .border {
    margin-bottom: -5px
}

.accordion-block .border-top {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 100%;
    margin-top: -1px;
    margin-bottom: 0
}

.accordion__panel[aria-hidden=true] {
    display: none
}

.accordion__header {
    width: 100%;
    border: none;
    border-radius: 3px;
    background: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
    cursor: pointer
}

.grade .accordion__header{
    margin-bottom: 0;
}

.accordion__header h4 {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    text-align: left;
    font-weight: 600;
    font-size: 1.2rem
}

.center .accordion__header h4 {
    text-align: center !important;
}


@media (max-width:47.99em) {
    .accordion__header h4 {
        font-size: 1rem;
        line-height: 1.5rem;
        padding: 1rem 0 !important
    }
}

.accordion__header .btn--accordion:after {
    content: "\E904";
    font-family: icomoon, sans-serif !important;
    font-size: 1rem;
    color: #fff;
    background: #1d807c;
    padding: .5rem;
    border-radius: 50px;
    display: block
}

@media (max-width:47.99em) {
    .accordion__header .btn--accordion:after {
        margin-left: 0
    }
}

@media (max-width:47.99em) {
    .accordion__header .d-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.accordion__title {
    display: none
}

.js-accordion__content {
    padding: 0 1rem 1rem
}

.grade-progression{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 3rem;
}

.js-accordion__content svg {
    width: 100%;
    margin-bottom: 1rem
}

.accordion__panel[aria-hidden=false] {
    border-radius: 0 0 10px 10px;
    margin-bottom: 1rem;
    background: #fff
}

.accordion__header[aria-expanded=true] {
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0
}

.accordion__header[aria-expanded=true] .btn--accordion:after {
    content: "\E905";
    font-family: icomoon, sans-serif !important
}

.newsletter-block {
    background-image: url(/wp-content/themes/cosmos-wp/dist/images/paper-bg_f783f0e6.jpg);
    background-size: cover;
    position: relative;
    min-height: 20rem
}

.newsletter-block .border-top {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -1px
}

.newsletter-block .border {
    position: relative;
    z-index: 1
}

@media (min-width:75.9375em) {
    .newsletter-block .columns {
        margin-left: 4rem
    }
}

.newsletter-block svg {
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    color: #803811;
    opacity: .1;
    width: 30%;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 4rem;
    display: none
}

@media (max-width:63.9275em) {
    .newsletter-block svg {
        display: none
    }
}

.newsletter-block .container {
    padding: 1rem
}

.newsletter-block h2,
.newsletter-block p {
    color: #393c3c
}

.newsletter-block p {
    font-weight: 700;
    padding-bottom: 1rem
}

.flex-col{
	display: flex;
	flex-flow: row wrap;
}

.membership-block {
    border: 2px solid #1d807c;
    margin-top: 50px;
}

.membership-block-middle {
    border: 2px solid #1d807c;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0.4), 0 0px 15px 0 rgb(0 0 0 / 0.4);
}

@media (max-width:63.9275em) {
    .membership-block-middle {
        margin-top: 20px;
    }
    .membership-block {
        margin-top: 20px;
    }
    .flex-bottom{
    	order: 1
    }
    .flex-top{
    	order: 0
    }
}
.membership-block ul, .membership-block-middle ul{
    width: 75%;
    display: block;
    margin: 0 auto;
}

.membership-block li, .membership-block-middle li{
    list-style: none;
}

.membership-block ul li:before, .membership-block-middle ul li:before {
    content: '☑';
    color: #113433;
    background: none;
    font-size: 26px;
    font-weight: 400;
}

.member_price{
	color: #353535;
	font-size: 1.5rem !important;
	font-weight: 500;
	padding: 1.5rem 0  !important;
}

.highlight-block .btn,
.highlight-block p {
    margin-top: 1rem
}

.highlight-block .highlight-block__text {
    border-radius: 3px;
    -webkit-box-shadow: 10px 13px 36px -12px rgba(0, 0, 0, .2);
    box-shadow: 10px 13px 36px -12px rgba(0, 0, 0, .2);
    padding: 2rem
}

@media (min-width:63.9375em) {
    .highlight-block .highlight-block__text {
        padding: 4rem
    }
}

.highlight-block--image img {
    border: 10px solid #f8f5df;
    border-radius: 3px
}

.highlight-block--image .highlight-block__text {
    background: #fff
}

@media (min-width:63.9375em) {
    .highlight-block--image .highlight-block__text {
        margin-left: -6rem;
        margin-top: 4rem
    }
}

.paper-background {
    background-image: url(/wp-content/themes/cosmos-wp/dist/images/paper-bg_f783f0e6.jpg);
    background-size: cover;
    position: relative;
    padding: 0
}

.paper-background .highlight-block__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.paper-background .border {
    position: absolute;
    bottom: -1.5rem;
    left: 0
}

.paper-background .border svg {
    width: 100%;
    height: auto;
    color: #fff;
    margin-bottom: -5px
}

@media (max-width:63.9275em) {
    .paper-background .border {
        bottom: 0
    }
}

.paper-background .border-top .border {
    top: -1.5rem
}

@media (max-width:63.9275em) {
    .paper-background .border-top .border {
        top: -2px
    }
}

.paper-background .border-top svg {
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    margin-bottom: 0;
    margin-top: -1px
}

.paper-background p svg {
    width: .8rem;
    height: auto;
    color: #113433;
    margin-right: .5rem
}

.map-block .border {
    z-index: 1
}

.map-block .acf-map {
    z-index: 0
}

.map-block p {
    padding: 1rem 0
}

.uo_loginForm {
    max-width: 45rem;
    margin: 4rem auto
}

.uo_loginForm input[type=text] {
    margin-bottom: 1rem !important
}

.uo_loginForm label {
    margin: .5rem 0
}

#wp-submit {
    height: auto;
    border-radius: 3px !important;
    border: none;
    margin-bottom: 1rem
}

.has-drop-cap:first-letter {
    font-family: Macondo, cursive;
    color: #113433;
    font-size: 7rem !important;
    line-height: 7rem
}

.learndash_post_sfwd-courses {
    margin: 2rem 0
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.learndash-wrapper .wp-block-audio,
.learndash-wrapper h3,
.learndash-wrapper p {
    padding: .5rem 0
}

.learndash-wrapper .ld-button,
.learndash-wrapper .learndash_mark_complete_button {
    border-radius: 4px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 1rem;
    font-family: Source Sans Pro, sans-serif
}

.learndash-wrapper .ld-item-list .ld-item-list-item {
    background: #d6eaf8;
    border: none !important
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-status-icon {
    margin-top: .3em !important
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded:before {
    background: #d6eaf8
}

.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ld-pages {
    margin: 1rem auto 0;
    background-color: #1d807c !important;
    padding: 1rem !important;
    border-radius: 4px !important;
    color: #fff
}

.ld-pages .ld-icon {
    color: #fff !important
}

.ld-brand-logo,
.ld-focus-header {
    background: #113433 !important;
    border: none !important
}

.ld-brand-logo .ld-icon,
.ld-brand-logo .ld-progress-steps,
.ld-brand-logo .ld-text,
.ld-focus-header .ld-icon,
.ld-focus-header .ld-progress-steps,
.ld-focus-header .ld-text {
    color: #fff !important
}

.ld-focus-content,
.ld-focus-main {
    background-color: #d6eaf8
}

.ld-focus-content h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: center
}

.ld-focus-content h1:before {
    width: 89px;
    height: 99px;
    background-image: url(/wp-content/themes/cosmos-wp/dist/images/dragon_25b69266.png);
    display: block;
    margin: 0 auto 2rem;
    content: ""
}

.learndash_post_sfwd-lessons .learndash-wrapper,
.learndash_post_sfwd-topic .learndash-wrapper {
    padding: 2rem
}

.ld-section-heading {
    position: relative
}

.ld-section-heading h2 {
    font-size: 2rem !important;
    line-height: 2.5rem;
    text-align: center;
    width: 100%;
    border-bottom: 2px solid #e2e7ed;
    padding: 1rem !important
}

.ld-section-heading h2:before {
    width: 35px;
    height: 33px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAhCAYAAABTERJSAAAEC0lEQVRYhe2XeYjVVRTHP5bhVpnYoglGZdFCUWZKSGgxlmBUVlZIYRSVlVmhObRRgZUmONFCixktTBthio04Y2VRgkFZWCgTkZammWabaZhinPhcufx87/XeU6M/OjCcO+/+7vl971m+5/z4X8pIh/RzzwGn1eujHkBfYCvwFfBnrQZ+/PiTv/U+uxGl84HFwEbgM2AZ8BPwEtCvHoP1gAlvPgbMAQYV9roBVwBLgcv+DTB3AONcvwMMB3rpjeuAb4AuwMvAebUYrjVnDgNWAp2Bp4EbgB2FZ7oDLcBg4AfgaGBTJaP15sylAvkeGO9v4akv9NIQ4BfgYvWhwPXVGq8VzMnqt6yei4AHgROBs4G3gXDxOj2HwPYKmP3Uv6v7qq8GFgIdgdv8rVV9SrXGO9YIZqX6TPVM4CBgNrAZOCsr6/XqLr5n2z8Zr9Uzs9T9gVuBX4F7gZ/Np5Bv1T3UW6sBUg+Y4I8XXDcBbcAU4APzJ+QZ9VD159UarzVMITd662DgYf4lucck7irnhMzdm2AiNy4ARkhqvQ1NM/CRzzwC9AG2ZJ7aI2CCV06S8ALIcmCtxNZSeDbawePAVf5/p8/uNpijTM5LdHsuS4A3gEUmcU8r6RpbQ8hTeqhqKQdmNDCjACK4pZNn+vtXTqYBje5FkRyrrbWVPFWqmqJEmz28Chgrre9vGILyX68AJEaISfasSOLVhjYa0Bq9eUapg8VGGcnYDhwgo460x5SSSOJXJLUk8eyRzjVTBVVKYgC7EniNCo1yokDWZM0uuu8C+00MUPfpoTnOLrk0C+TUDEiMEscI+hx5J9rK84avbJguV0/VaITkfaDBUB1vUr8roFmCSrJQnarpQwHHOPqHl4pW8rVVelc5MFG6h7tuU08G9hXQCEktXDwQuNtnmjIb69SpP802d550tknevt/9C3MMOZju2Tpl/HHqm4B5gktVMsacWyS5kVXfxsL5+cAhwEMFDx6oE3YB81u2Pljdrp6ZAUyV1NsLbLNnhZyeeQRHiymGG70csj171056ycHEy75zPVI90VsOyoDl3JNGzgXqMRqPXHpT+43ZjPOEOg3yWyyWXcCEvKqeJJPGp8gRTngN7l2r/jIr++e8bT8vECBHATc7jrYKdLrvvN1zrbmXimCCOTcY3/ckp03ZGBA3nOB6RnZuBfCo6wece7fbpxr8gnjRMDVlpDctf3mpr4PoMS0ZmbU7gJ8gSEzAcwtfj52y0sXyjzn4U/di/LwFGOD+w6kYEumV+1SJvvOs5JXLDkMy3g5elK6S2agSe8UINKacS2DKNcolTvmDdWk3OWS+ISknm+1twx1Lh0huuNcmoS4udX5PfPhXkrhsDFmRPxHqkrNw8sx/R4C/AJpR8uuGOfXjAAAAAElFTkSuQmCC);
    display: block;
    margin: 0 auto 1rem;
    content: ""
}

@media (min-width:48em) {
    .ld-section-heading .ld-expand-button {
        position: absolute;
        width: 150px;
        right: 0;
        bottom: 1.2rem
    }
}

.ld-lesson-section-heading {
    font-family: Neucha, sans-serif;
    font-size: 1.5rem !important;
    line-height: 1.5rem
}

.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back {
    font-size: 1rem;
    margin: 0 17%;
    padding-top: 1em;
    display: block
}

.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back:hover {
    text-decoration: underline
}

.learndash-wrapper .learndash_mark_complete_button {
    padding: .75em 3em .75em 1.5em
}

.ld-focus-sidebar {
    background-image: url(/wp-content/themes/cosmos-wp/dist/images/bark-bg_b027084b.jpg);
    background-size: cover;
    border: none
}

.learndash-wrapper .ld-status-icon .ld-icon:before {
    padding: 4px 2px 2px 4px;
    background: #1d807c;
    font-size: 10px;
    border-radius: 10rem
}

.ld-lesson-item,
.ld-lesson-item-preview,
.ld-table-list-items {
    background: 0 0 !important
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item {
    border-bottom: 1px solid #113433
}

.learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-incomplete {
    border: 2px solid #113433
}

.learndash-wrapper .ld-status-incomplete.ld-status-icon {
    border: 4px solid #1d807c
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list,
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list:before {
    background: #d6eaf8 !important
}

.slider-content, .slider-column, .card__container-slider, .card--testimonial-slider{
	padding: 0 !important;
}

.slider-text{
	padding-bottom: 10px;
}

.slider-columns{
	margin: 0 !important;
}

.videoWrapper-slider{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 16.8rem;
    padding: .4rem;
}
@media (max-width:47.99em) {
	.card--testimonial-slider{
		margin: 0 !important;
	}

	.slider-content .videoWrapper-slider{
		margin-top: 20px;
	}
}

.most-popular{
	background-color: #dfcb2b;
    text-transform: uppercase;
    text-align: center;
    margin: 20px -5px 0 -5px;
    border-radius: 5px;
    padding: 5px 0;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0.4), 0 0px 15px 0 rgb(0 0 0 / 0.4);
}

.most-popular h3{
	color: #fbfae8;
}

.slick-dots li.slick-active button{
	background: #1d807c !important;
}

.main-slider .slick-dots{
    bottom: -55px;
}

section.testimonials > div > div > ul > li:before{
	content: none !important;
}


.member-button .btn{
	width: 100%;
}
