@font-face {
    font-family: ProximaNovaAExCn-Semibold;
    src: url("../fonts/Mark Simonson - Proxima Nova Alt Extra Condensed Semibold.otf") format("opentype");
}

@font-face {
    font-family: ProximaNovaAExCn-Thin;
    src: url("../fonts/Mark Simonson - Proxima Nova Alt Extra Condensed Thin.otf") format("opentype");
}

b,
strong {
    font-weight: normal;
    font-family: ProximaNovaAExCn-Semibold;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.title {
    font-family: ProximaNovaAExCn-Semibold;
    font-size: 4.875rem;
    color: #fff;
    line-height: 1;
}

.subtitle {
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 2.3125rem;
    color: #fc0;
    line-height: 1;
}

.section-above-title {
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 1.5625rem;
    color: #f08365;
    line-height: 1;
}

.section-title {
    font-family: ProximaNovaAExCn-Thin;
    font-size: 4rem;
    color: #3b3b3a;
    line-height: 1;
}

.section-text {
    font-family: ProximaNovaAExCn-Thin;
    font-size: 1.5625rem;
    color: #3b3b3a;
    line-height: 1;
}

.button-link {
    width: 100%;
    height: 56px;
    border-style: solid;
    border-width: 2px;
    border-color: #f08365;
    border-radius: 28px;
    font-family: ProximaNovaAExCn-Thin;
    font-size: 1.5625rem;
    color: #3b3b3a;
}

.button-border-yellow {
    border-color: #edbd00;
}

.button-border-gray {
    border-color: #3b3b3a;
}

.button-text-white {
    color: white;
}

.button-text-gray {
    color: #3b3b3a;
}

.card-img-top {
    padding-left: 1rem;
    padding-top: 1rem;
    padding-right: 1rem;
}

.card-body>.card-date {
    font-family: ProximaNovaAExCn-Thin;
    font-size: 1.34375rem;
    color: #3b3b3a;
    line-height: 1;
}

.card-body>.card-title {
    font-family: ProximaNovaAExCn-Semibold;
    font-size: 1.78125rem;
    color: #3b3b3a;
    line-height: 1;
    margin-top: .5rem;
}

.card-body>.card-text {
    font-family: ProximaNovaAExCn-Thin;
    font-size: 1.34375rem;
    color: #3b3b3a;
    line-height: 1;
    margin-top: .5rem;
}

.partners-program-title {
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 2.375rem;
    color: #3b3b3a;
}

.partners-program-text {
    font-family: ProximaNovaAExCn-Thin;
    font-size: 1.5625rem;
    color: #3b3b3a;
    line-height: 1;
}

.footer-title {
    font-family: ProximaNovaAExCn-Semibold;
    font-size: 1.59375rem;
    color: #fff;
    line-height: 1;
}

.footer-text {
    font-family: ProximaNovaAExCn-Thin;
    font-size: 1.3125rem;
    color: #fff;
    line-height: 1;
}

.footer-bottom-text {
    font-family: ProximaNovaAExCn-Thin;
    font-size: 1.0625rem;
    color: #fff;
    line-height: 1;
}

.landing-above-title {
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 1.5625rem;
    line-height: 1;
}

.landing-title {
    font-family: ProximaNovaAExCn-Thin;
    font-size: 4rem;
    line-height: 1;
}

.landing-text {
    font-family: ProximaNovaAExCn-Thin;
    font-size: 1.5625rem;
    line-height: 1;
}

.landing-text-color-bright {
    color: #fff;
}

.landing-text-color-dark {
    color: #3b3b3a;
}