@font-face {
    font-display: swap;
    font-family: HeaderFont;
    src: url('../Fonts/Oswald-Regular.ttf') format('truetype')
}

@font-face {
    font-display: swap;
    font-family: LogoFont;
    src: url(../Fonts/CELTG___.TTF) format('truetype')
}

@font-face {
    font-display: swap;
    font-family: ParagraphFont;
    src: url(../Fonts/Quattrocento-Regular.TTF) format('truetype')
}

body, html {
    font-family: ParagraphFont;
    font-size: 1rem;
    line-height: 1.5
}

h1, h2, h3, h4, h5 {
    font-family: HeaderFont;
}


.input-stripe {
    border-radius: 6px;
    margin-bottom: 6px;
    padding: 12px;
    border: 1px solid rgba(50, 50, 93, 0.1);
    height: 44px;
    font-size: 16px;
    width: 100%;
    background: white;
}



.result-message {
    line-height: 22px;
    font-size: 16px;
}

    .result-message a {
        color: rgb(89, 111, 214);
        font-weight: 600;
        text-decoration: none;
    }

.hidden {
    display: none;
}

#card-error {
    color: rgb(105, 115, 134);
    text-align: left;
    font-size: 13px;
    line-height: 17px;
    margin-top: 12px;
}

#card-element {
    border-radius: 4px 4px 0 0;
    padding: 12px;
    border: 1px solid rgba(50, 50, 93, 0.1);
    height: 44px;
    width: 100%;
    background: white;
}

#payment-request-button {
    margin-bottom: 32px;
}

/* Buttons and links */
.btn-stripe {
    background: #10a7c9;
    color: #ffffff;
    font-family: Arial, sans-serif;
    border-radius: 0 0 4px 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
}

button:hover {
    filter: contrast(115%);
}

button:disabled {
    opacity: 0.5;
    cursor: default;
}

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
    border-radius: 50%;
}

.spinner {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

    .spinner:before,
    .spinner:after {
        position: absolute;
        content: "";
    }

    .spinner:before {
        width: 10.4px;
        height: 20.4px;
        background: #5469d4;
        border-radius: 20.4px 0 0 20.4px;
        top: -0.2px;
        left: -0.2px;
        -webkit-transform-origin: 10.4px 10.2px;
        transform-origin: 10.4px 10.2px;
        -webkit-animation: loading 2s infinite ease 1.5s;
        animation: loading 2s infinite ease 1.5s;
    }

    .spinner:after {
        width: 10.4px;
        height: 10.2px;
        background: #5469d4;
        border-radius: 0 10.2px 10.2px 0;
        top: -0.1px;
        left: 10.2px;
        -webkit-transform-origin: 0px 10.2px;
        transform-origin: 0px 10.2px;
        -webkit-animation: loading 2s infinite ease;
        animation: loading 2s infinite ease;
    }



.session-font {
    font-family: SessionFont
}

.bg-std {
    background: rgb(249,249,249);
}

.cv-auto
{
    content-visibility: auto;
}

.logo {
    font-family: LogoFont;
    font-size: 1.4rem
}

.testimonial-link {
    color: #0047ab
}

    .testimonial-link:hover {
        color: #1cd3fc
    }

.opacity-0 {
    opacity: 0 !important
}

.opacity-1 {
    opacity: .2 !important
}

.opacity-2 {
    opacity: .4 !important
}

.opacity-3 {
    opacity: .6 !important
}

.opacity-4 {
    opacity: .8 !important
}

.opacity-5 {
    opacity: 1 !important
}

.bg-faq-gradient {
    background: #307887;
    background: linear-gradient(90deg,rgba(48,120,135,1) 12%,rgba(16,167,192,1) 66%)
}

.hr-white {
    border-top: 1px solid #fff
}

.opacity-0h5 {
    opacity: 0 !important;
    transition: opacity .25s ease-in-out !important;
    -moz-transition: opacity .25s ease-in-out !important;
    -webkit-transition: opacity .25s ease-in-out !important
}

.bg-black-opacity-3 {
    opacity: .7 !important;
    background-color: #000
}

.opacity-0h5:hover {
    opacity: 1 !important
}

.centered {
    position: absolute;
    bottom: 0
}

.text-xs {
    font-size: .6rem
}

.session-light-brown {
    color: #f2be8f
}

.session-dark-brown {
    color: #825328
}

.bg-dark-brown {
    background-color: #825328
}

.bg-black {
    background-color: #000
}

.filterDiv {
    display: none
}

.show {
    display: flex
}

.btn:hover {
    background-color: #ddd
}

.filter-font {
    font-family: SessionFont,'Segoe UI',Arial,sans-serif;
    font-size: 1.2rem
}

.btn-p.active {
    background-color: #666;
    color: #fff
}

.icon-sm {
    width: 2rem;
    height: 2rem
}

.icon-md {
    width: 5rem;
    height: 5rem
}

.testimonial-p {
    font-size: 1.1rem;
}

.shape-top {
    top: -200px;
    right: 0;
    left: 0
}

.shape-strat {
    top: -600px;
    right: 17%;
}

.img-strat {
    max-height: 800px;
}

.shape-wave-bottom {
    right: 0;
    bottom: 200px;
    left: 0
}

.shape-bottom {
    right: 0;
    bottom: 0;
    left: 0
}

.shape-note-1 {
    bottom: 20%;
    left: 75%
}

.shape-note-2 {
    bottom: 35%;
    left: 50%
}

.shape-note-3 {
    bottom: 60%;
    left: 25%
}

.shape-note-4 {
    bottom: 30%;
    left: -30px
}

.shape-note-5 {
    bottom: 45%;
    left: 67%
}

.shape-note-6 {
    bottom: 0;
    left: 8%
}

.shape {
    position: absolute;
    pointer-events: none
}

.audio-top {
    top: 73px;
    right: 0;
    left: 0
}

.payment-form {
    width: 30vw;
    min-width: 500px;
    align-self: center;
    box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1), 0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
    border-radius: 7px;
    padding: 40px;
}

.z-top {
    z-index: 1
}

.session-light-blue {
    color: #1cd3fc
}

.session-mid-blue {
    color: #10a7c9
}

.session-dark-blue {
    color: #1c4b55
}

.session-blue-gradient {
    background-image: linear-gradient(180deg,#028faf 0,#1cd3fc 70%)
}

.bg-dark-gradient {
    background-image: linear-gradient(180deg,#333 30%,#000 100%)
}

div.card.shadow-blue {
    box-shadow: 0 .1rem .3rem #10a7c9 !important
}

.btn-link, a {
    color: #0366d6
}

app {
    position: relative;
    display: flex;
    flex-direction: column
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center
}

.main {
    flex: 1
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end
    }

        .main .top-row > a {
            margin-left: 1.5rem
        }

.nav-item a {
    align-items: center;
    line-height: 2.5rem;
    font-size: 1.5rem;
    color: #1c4b55 !important;
    font-family: HeaderFont;
}

    .nav-item a.active {
        background-color: rgba(167,241,253,.15)
    }

    .nav-item a:hover {
        background-color: rgba(255,255,255,.1);
        color: #fff
    }

.content {
    padding-top: 1.1rem
}

.navbar-toggler {
    background-color: rgba(255,255,255,.1)
}

.invalid {
    outline: 1px solid red
}


*, :after, :before {
    box-sizing: border-box
}

body, html {
    height: 100%
}



.slider {
    min-height: 470px;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slider__nav {
    width: 12px;
    height: 12px;
    margin: 2rem 12px;
    border-radius: 50%;
    z-index: 10;
    outline: 6px solid #ccc;
    outline-offset: -6px;
    box-shadow: 0 0 0 0 #1cd3fc,0 0 0 0 rgba(51,51,51,0);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slider__nav:checked {
        -webkit-animation: check .4s linear forwards;
        animation: check .4s linear forwards
    }

        .slider__nav:checked:nth-of-type(1) ~ .slider__inner {
            left: 0
        }

        .slider__nav:checked:nth-of-type(2) ~ .slider__inner {
            left: -100%
        }

        .slider__nav:checked:nth-of-type(3) ~ .slider__inner {
            left: -200%
        }

        .slider__nav:checked:nth-of-type(4) ~ .slider__inner {
            left: -300%
        }

        .slider__nav:checked:nth-of-type(5) ~ .slider__inner {
            left: -400%
        }

.slider__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
    -webkit-transition: left .4s;
    transition: left .4s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.slider__contents {
    height: 100%;
    padding: 2rem;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slider__image {
    font-size: 2.7rem;
    color: #ffb566
}

.slider__caption {
    font-weight: 500;
    margin: 2rem 0 1rem;
    text-shadow: 0 1px 1px rgba(0,0,0,.1);
    text-transform: uppercase
}

.slider__txt {
    margin-bottom: 3rem;
    max-width: 600px
}


@-webkit-keyframes check {
    50% {
        outline-color: #1cd3fc;
        box-shadow: 0 0 0 12px #1cd3fc,0 0 0 36px rgba(51,51,51,.2)
    }

    100% {
        outline-color: #1cd3fc;
        box-shadow: 0 0 0 0 #1cd3fc,0 0 0 0 rgba(51,51,51,0)
    }
}

@keyframes check {
    50% {
        outline-color: #1cd3fc;
        box-shadow: 0 0 0 12px #1cd3fc,0 0 0 36px rgba(51,51,51,.2)
    }

    100% {
        outline-color: #1cd3fc;
        box-shadow: 0 0 0 0 #1cd3fc,0 0 0 0 rgba(51,51,51,0)
    }
}

@media screen and (max-width:2100px) {
    .img-strat {
        max-height: 700px;
    }

    .shape-strat {
        right: 10%;
    }
}


@media screen and (max-width:1800px) {
    .img-strat {
        max-height: 700px;
    }

    .shape-strat {
        right: 5%;
    }
}

@media screen and (max-width:1500px) {
    .img-strat {
        max-height: 500px;
    }

    .shape-strat {
        top: -500px;
        right: 0px;
    }
}

@media screen and (max-width:1400px) {
    .img-strat {
        display: none;
    }


}


@media screen and (max-width:1200px) {
    .testimonial-img {
        position: absolute;
        bottom: 0
    }


}

@media screen and (max-width:1100px) {
    .icon-md {
        width: 3rem;
        height: 3rem
    }


}


@media screen and (min-width:991px) {
    .fr-nav {
        margin-left: auto !important ;
    }
}



@media screen and (max-width:991px) {
    .testimonial-p {
        font-size: 1rem
    }

    .fr-nav {
        width: 100%;
    }

}

@media screen and (max-width:768px) {
    .icon-md {
        display: none
    }

}


@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 600px) {
    .payment-form {
        width: 80vw;
    }
}