.has-larger-font-size,
.has-huge-font-size,
.fs-1 {
    font-size: 2.5rem;
}

.has-large-font-size,
.fs-2 {
    font-size: 2rem;
}

.fs-3 {
    font-size: 1.75rem;
}

.fs-4 {
    font-size: 1.5rem;
}

.has-medium-font-size,
.fs-5 {
    font-size: 1.25rem;
}

.has-regular-font-size,
.has-normal-font-size,
.fs-6 {
    font-size: 1rem;
}

.has-small-font-size,
.fs-7 {
    font-size: .8125rem;
}

.has-pale-pink-background-color {
    background-color: #f78da7;
}

.has-vivid-red-background-color {
    background-color: #cf2e2e;
}

.has-luminous-vivid-orange-background-color {
    background-color: #ff6900;
}

.has-luminous-vivid-amber-background-color {
    background-color: #fcb900;
}

.has-light-green-cyan-background-color {
    background-color: #7bdcb5;
}

.has-vivid-green-cyan-background-color {
    background-color: #00d084;
}

.has-pale-cyan-blue-background-color {
    background-color: #8ed1fc;
}

.has-vivid-cyan-blue-background-color {
    background-color: #0693e3;
}

.has-vivid-purple-background-color {
    background-color: #9b51e0;
}

.has-white-background-color {
    background-color: #fff;
}

.has-very-light-gray-background-color {
    background-color: #eee;
}

.has-cyan-bluish-gray-background-color {
    background-color: #abb8c3;
}

.has-very-dark-gray-background-color {
    background-color: #313131;
}

.has-black-background-color {
    background-color: #000;
}

.has-pale-pink-color {
    color: #f78da7;
}

.has-vivid-red-color {
    color: #cf2e2e;
}

.has-luminous-vivid-orange-color {
    color: #ff6900;
}

.has-luminous-vivid-amber-color {
    color: #fcb900;
}

.has-light-green-cyan-color {
    color: #7bdcb5;
}

.has-vivid-green-cyan-color {
    color: #00d084;
}

.has-pale-cyan-blue-color {
    color: #8ed1fc;
}

.has-vivid-cyan-blue-color {
    color: #0693e3;
}

.has-vivid-purple-color {
    color: #9b51e0;
}

.has-white-color {
    color: #fff;
}

.has-very-light-gray-color {
    color: #eee;
}

.has-cyan-bluish-gray-color {
    color: #abb8c3;
}

.has-very-dark-gray-color {
    color: #313131;
}

.has-black-color {
    color: #000;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg, #0693e3 0%, #9b51e0 100%);
}

.has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084 0%, #0693e3 100%);
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg, #7adcb4 0%, #00d082 100%);
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg, #fcb900 0%, #ff6900 100%);
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg, #ff6900 0%, #cf2e2e 100%);
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg, #eeeeee 0%, #a9b8c3 100%);
}

.has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg, #4aeadc 0%, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%);
}

.has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg, #ffceec 0%, #9896f0 100%);
}

.has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg, #fecda5 0%, #fe2d2d 50%, #6b003e 100%);
}

.has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4 0%, #4721fb 50%, #ab1dfe 100%);
}

.has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg, #ffcb70 0%, #c751c0 50%, #4158d0 100%);
}

.has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8 0%, #dad0ec 100%);
}

.has-pale-ocean-gradient-background {
    background: linear-gradient(135deg, #fff5cb 0%, #b6e3d4 50%, #33a7b5 100%);
}

.has-electric-grass-gradient-background {
    background: linear-gradient(135deg, #caf880 0%, #71ce7e 100%);
}

.has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1 0%, #67a671 100%);
}

.has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a 0%, #004a59 100%);
}

.has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968 0%, #31cdcf 100%);
}

.has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381 0%, #2874fc 100%);
}

.has-drop-cap:first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal;
}

.text-small {
    font-size: 13px;
}

.text-medium {
    font-size: 20px;
}

.text-big {
    font-size: 24px;
}

.text-biger {
    font-size: 28px;
}

.text-large {
    font-size: 36px;
}

.text-huge {
    font-size: 42px;
}

.text-black {
    color: #000 !important;
}

.text-theme {
    color: #edb053 !important;
}

.text-gray {
    color: #d9dcdf;
}

.bg-gray {
    background-color: #d9dcdf;
}

.bg-black,
.has-overlay.bg-white-50::before {
    color: #000 !important;
}

.bg-theme,
.has-overlay.bg-theme::before {
    background-color: #daf1ee !important;
}

.bg-theme-yellow,
.has-overlay.bg-theme-yellow::before {
    background-color: #d4a54d !important;
}


.bg-white-50,
.has-overlay.bg-white-50::before {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.bg-black-50,
.has-overlay.bg-black-50::before {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.has-overlay::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.has-overlay.bg-dark::before {
    background-color: #343a40;
}

.has-overlay.bg-white::before {
    background-color: #fff;
}

.has-overlay.bg-primary::before {
    background-color: #007bff;
}

.has-overlay.bg-secondary::before {
    background-color: #6c757d;
}

.has-overlay.bg-success::before {
    background-color: #28a745;
}

.has-overlay.bg-danger::before {
    background-color: #dc3545;
}

.has-overlay.bg-warning::before {
    background-color: #ffc107;
}

.has-overlay.bg-info::before {
    background-color: #17a2b8;
}

.has-overlay.bg-light::before {
    background-color: #f8f9fa;
}

.text-gray {
    color: #e9ecef;
}

.bg-gray {
    background-color: #e9ecef;
}

.btn-outline {
    color: #32373c;
    background-color: transparent;
    border-color: #32373c;
}

.btn-outline.text-dark {
    border-color: #343a40;
}

.btn-outline.text-white {
    border-color: #fff;
}

.btn-outline.text-primary {
    border-color: #007bff;
}

.btn-outline.text-secondary {
    border-color: #6c757d;
}

.btn-outline.text-success {
    border-color: #28a745;
}

.btn-outline.text-danger {
    border-color: #dc3545;
}

.btn-outline.text-warning {
    border-color: #ffc107;
}

.btn-outline.text-info {
    border-color: #17a2b8;
}

.btn-outline.text-light {
    border-color: #f8f9fa;
}

.has-drop-cap::first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: 0.05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal;
}

.has-drop-cap::after {
    content: " ";
    display: block;
    clear: both;
}

.block-cover {
    display: flex;
    flex-direction: column;
    position: relative;
    color: #fff;
    /*align-items: center;*/
    justify-content: center;
    padding: 1rem;
    /*background-size: cover;*/
    min-height: 430px;
    background-position: 50%;
    background-color: #000;
}

.block-cover.has-overlay::before {
    background-color: #000;
}

.block-cover .btn-outline {
    border-color: #fff;
    color: #fff;
}

.block-cover>* {
    z-index: 2;
}

.media-text {
    display: flex;
    flex-direction: row;
}

.media-text.inverted-order {
    flex-direction: row-reverse;
}

.media-text>div {
    padding: 20px 15px 15px;
    flex: 1;
}

.media-text>figure {
    flex: 1 0 50%;
    max-width: 50%;
    align-self: stretch;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.media-text.vac {
    align-items: center;
}

.media-text.vat>figure {
    align-self: flex-start;
}


.media-text.vac>figure {
    align-self: center;
}

.media-text.vab>figure {
    align-self: flex-end;
}

.media-text.cover-img>figure {
    align-self: stretch;
}

.media-text.cover-img>figure img {
    display: none;
}

.media-text.cover-img>figure::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    z-index: 1;
}

.media-text>figure>img {
    min-width: 50px;
    width: 100%;
}

@media (max-width: 767.98px) {
    .media-text.stacked {
        display: block;
    }

    .media-text.stacked>figure {
        max-width: 100% !important;
    }

    .media-text.cover-img>figure img {
        display: inline-block;
    }
}