body {
    font-family: 'Roboto', sans-serif;
}

.block-tiny-dots .tns-nav button {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn,
body div.wpforms-container-full .wpforms-form button[type=submit] {
    display: inline-block;
    padding: .7rem 2rem;
    background-color: #000000;
    color: #ffffff;
    outline: none;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    border: none;
    margin: 0;
    text-align: center;
    font-size: .9rem;
    font-weight: 400;
    position: relative;
    -webkit-transition: 1s;
    transition: 1s;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: .175em;
}

.btn:after,
body div.wpforms-container-full .wpforms-form button[type=submit]:after,
.btn:before,
body div.wpforms-container-full .wpforms-form button[type=submit]:before {
    position: absolute;
    display: block;
    content: "";
    height: 0%;
    width: 100%;
    -webkit-transition: .4s;
    transition: .4s;
    left: 0;
    z-index: 1;
    background-color: #fedc3d;
    opacity: .5;
    -webkit-transition: opacity 1s, height .4s;
    transition: opacity 1s, height .4s;
}

.btn:after,
body div.wpforms-container-full .wpforms-form button[type=submit]:after {
    top: 0;
}

.btn:before,
body div.wpforms-container-full .wpforms-form button[type=submit]:before {
    bottom: 0;
}

.btn.btn-radius,
body div.wpforms-container-full .wpforms-form button.btn-radius[type=submit] {
    border-radius: 4rem;
}

.btn.btn-radius:after,
body div.wpforms-container-full .wpforms-form button.btn-radius[type=submit]:after,
.btn.btn-radius:before,
body div.wpforms-container-full .wpforms-form button.btn-radius[type=submit]:before {
    border-radius: 4rem;
}

.btn span,
body div.wpforms-container-full .wpforms-form button[type=submit] span {
    position: relative;
    z-index: 2;
}

.btn.btn-color,
body div.wpforms-container-full .wpforms-form button.btn-color[type=submit] {
    background-color: #000000;
}

.btn.btn-color:after,
body div.wpforms-container-full .wpforms-form button.btn-color[type=submit]:after,
.btn.btn-color:before,
body div.wpforms-container-full .wpforms-form button.btn-color[type=submit]:before {
    background-color: #ffffff;
}

.btn.btn-hov-blue:after,
body div.wpforms-container-full .wpforms-form button.btn-hov-blue[type=submit]:after,
.btn.btn-hov-blue:before,
body div.wpforms-container-full .wpforms-form button.btn-hov-blue[type=submit]:before {
    background-color: #212c61;
}

.btn.btn-hov-theme:after,
body div.wpforms-container-full .wpforms-form button.btn-hov-theme[type=submit]:after,
.btn.btn-hov-theme:before,
body div.wpforms-container-full .wpforms-form button.btn-hov-theme[type=submit]:before {
    background-color: #fedc3d;
}

.btn:hover,
body div.wpforms-container-full .wpforms-form button:hover[type=submit] {
    color: #000000;
    border: none;
    background-color: #000000;
}

.btn:hover:after,
body div.wpforms-container-full .wpforms-form button[type=submit]:hover:after,
.btn:hover:before,
body div.wpforms-container-full .wpforms-form button[type=submit]:hover:before {
    height: 100%;
    opacity: 1;
}

.btn-arrow:hover span {
    color: #000000;
}

.btn-arrow:hover svg {
    fill: #000000;
}

.btn-arrow span {
    display: inline-block;
    vertical-align: middle;
    color: #01abaa;
    font-weight: 700;
    -webkit-transition: .4s;
    transition: .4s;
}

.btn-arrow svg {
    width: 1.2rem;
    height: auto;
    fill: #01abaa;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .4s;
    transition: .4s;
    padding-top: 3px;
    margin-left: 5px;
}

.field-block,
body div.wpforms-container-full .wpforms-form {
    position: relative;
    text-align: left;
    margin-bottom: 1rem;
}

.field-block label,
body div.wpforms-container-full .wpforms-form label {
    font-weight: 400;
    color: #000000;
}

.field-block input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
body div.wpforms-container-full .wpforms-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.field-block textarea,
body div.wpforms-container-full .wpforms-form textarea,
.field-block select,
body div.wpforms-container-full .wpforms-form select {
    width: 100%;
    border: solid 2px #000000;
    border-radius: 0;
    padding: 1.5rem .5rem;
    height: 3rem;
    font-size: 1rem;
    font-weight: 400;
    position: relative;
    z-index: 1;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: .4s;
    transition: .4s;
}

.field-block input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus,
body div.wpforms-container-full .wpforms-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus,
.field-block textarea:focus,
body div.wpforms-container-full .wpforms-form textarea:focus,
.field-block select:focus,
body div.wpforms-container-full .wpforms-form select:focus {
    border-color: #000000;
}

.field-block input[type="file"],
body div.wpforms-container-full .wpforms-form input[type="file"] {
    padding-top: .7rem !important;
    height: auto !important;
}

.field-block select,
body div.wpforms-container-full .wpforms-form select {
    background-image: url("../images/icon-sort.svg");
    background-position: right .5rem center;
    background-repeat: no-repeat;
    background-size: 1rem;
    padding-right: 2rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.field-block textarea,
body div.wpforms-container-full .wpforms-form textarea,
.field-block textarea.wpforms-field-large,
body div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
    height: 6rem;
    padding-top: 1rem;
}

@media (min-width: 768px) {
    .field-block textarea,
    body div.wpforms-container-full .wpforms-form textarea,
    .field-block textarea.wpforms-field-large,
    body div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
        height: 6rem;
    }
}

.field-block textarea:focus,
body div.wpforms-container-full .wpforms-form textarea:focus,
.field-block textarea.wpforms-field-large:focus,
body div.wpforms-container-full .wpforms-form textarea.wpforms-field-large:focus {
    outline: none;
    border: none;
    border: solid 2px #000000;
}

body div.wpforms-container-full .wpforms-form select {
    color: #000;
}

body div.wpforms-container-full .wpforms-form select:focus {
    outline: none;
    border: solid 2px #000000;
}

.field-check li,
body div.wpforms-container-full .wpforms-form li {
    position: relative;
    margin-bottom: 1rem !important;
}

.field-check li input[type=radio],
body div.wpforms-container-full .wpforms-form li input[type=radio],
.field-check li input[type=checkbox],
body div.wpforms-container-full .wpforms-form li input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    height: 20px;
    width: 20px;
}

.field-check li label,
body div.wpforms-container-full .wpforms-form li label {
    padding-left: 25px;
}

.field-check li label::before,
body div.wpforms-container-full .wpforms-form li label::before,
.field-check li label::after,
body div.wpforms-container-full .wpforms-form li label::after {
    width: 20px;
    height: 20px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.field-check li label::before,
body div.wpforms-container-full .wpforms-form li label::before {
    border: solid 1px #fedc3d;
}

.field-check li label::after,
body div.wpforms-container-full .wpforms-form li label::after {
    top: 3px;
    left: 3px;
    z-index: 2;
    width: 14px;
    height: 14px;
    background-color: #fedc3d;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.field-check li label div,
body div.wpforms-container-full .wpforms-form li label div {
    display: inline-block;
    padding-left: .5rem;
    margin-top: -4px;
}

.field-check li label div b,
body div.wpforms-container-full .wpforms-form li label div b {
    font-size: 1rem;
}

.field-check li label div span,
body div.wpforms-container-full .wpforms-form li label div span {
    font-size: .9rem;
}

.field-check li input[type=radio]:checked+label::after,
body div.wpforms-container-full .wpforms-form li input[type=radio]:checked+label::after,
.field-check li input[type=checkbox]:checked+label::after,
body div.wpforms-container-full .wpforms-form li input[type=checkbox]:checked+label::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.g--overlay {
    background-color: rgba(255, 255, 255, 0.7);
    display: none;
    z-index: 1004;
}

.g--modal,
.g--overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.g--modal {
    z-index: 2000;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    visibility: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    display: none;
}

.g--modal.active {
    display: block;
    opacity: 1;
    visibility: visible;
}

.g--modal.active .content {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
}

.g--modal .content {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 600px;
    max-width: 90%;
    margin: 5% auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-400px) scale(0.7);
    transform: translateY(-400px) scale(0.7);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: left;
}

.g--modal .content ._close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.g--modal .content ._close::after,
.g--modal .content ._close::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    content: '';
    background-color: #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.g--modal .content ._close:before {
    width: 90%;
    height: 2px;
}

.g--modal .content ._close:after {
    width: 2px;
    height: 90%;
}

.g--modal .content .close:hover:after,
.g--modal .content .close:hover:before {
    opacity: .8;
}

.g--modal .content ._close:hover:before {
    width: 80%;
}

.g--modal .content ._close:hover:after {
    height: 80%;
}

.g--modal .data {
    padding: 60px 20px 25px;
}

@media (min-width: 768px) {
    .g--modal .data {
        padding: 50px 40px;
    }
}

.g--modal header {
    margin-bottom: 30px;
}

.g--modal h2 {
    text-align: center;
    margin-bottom: 10px;
}

.g--modal h2,
.g--modal p {
    font-weight: 300;
}

#wpforms-6-field_7 input {
    background-color: #212c61 !important;
}

body div.wpforms-container-full .wpforms-form button[type=submit] {
    -webkit-transition: .4s;
    transition: .4s;
}

body div.wpforms-container-full .wpforms-form button[type=submit]:after,
body div.wpforms-container-full .wpforms-form button[type=submit]:before {
    z-index: -1;
    -webkit-transition: opacity 1s, height .4s;
    transition: opacity 1s, height .4s;
    height: 0;
    opacity: 0;
}

body div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background-color: transparent;
}

body div.wpforms-container-full .wpforms-form button[type=submit]:hover:after,
body div.wpforms-container-full .wpforms-form button[type=submit]:hover:before {
    opacity: 1;
    height: 100%;
}

#wpforms-6-field_7-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#wpforms-6-field_7-container .wpforms-uploader {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    padding: 20px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

#wpforms-6-field_7-container .wpforms-uploader .dz-message {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

#wpforms-6-field_7-container .wpforms-uploader .dz-message .modern-title {
    color: #737373;
    font-weight: 400;
}

div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select option {
    padding: 5px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0.7rem 0 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    padding-bottom: 0rem !important;
}

div.wpforms-container-full .wpforms-form .wpforms-required-label {
    color: #000 !important;
}

div.wpforms-container div.wpforms-uploader {
    border: 2px solid #000000 !important;
}

.wpforms-submit-container {
    padding-top: 1rem !important;
}

@media (min-width: 768px) {
    .wpforms-submit-container {
        padding-top: 2rem !important;
    }
}

div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field input.user-invalid,
div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field textarea.user-invalid,
div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field select.user-invalid {
    border: solid 2px #000000 !important;
}

.modal-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 123;
    width: 100%;
    height: 100%;
    background-color: #fedc3d;
    opacity: .3;
    -webkit-transition: .4s;
    transition: .4s;
}

.block-modal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 125;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
}

.block-modal.modal-open {
    opacity: 1;
}

.block-modal.modal-open .content {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.block-modal .content {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 650px;
    max-width: 90%;
    margin: 5% auto;
    background-color: #ffffff;
    color: #000000;
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transition: all .6s;
    transition: all .6s;
    text-align: left;
}

.block-modal .content .cross {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.block-modal .content .cross::before,
.block-modal .content .cross::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    content: '';
    background-color: #fedc3d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.block-modal .content .cross::before {
    width: 90%;
    height: 2px;
}

.block-modal .content .cross::after {
    width: 2px;
    height: 90%;
}

.block-modal .content .cross:hover::before,
.block-modal .content .cross:hover::after {
    opacity: 0.8;
}

.block-modal .content .cross:hover::before {
    width: 80%;
}

.block-modal .content .cross:hover::after {
    height: 80%;
}

.block-modal .data-block {
    padding: 2rem 1rem;
}

.block-modal .wpforms-submit-container {
    text-align: center;
}

.block-pagination {
    margin-top: 2rem;
}

.block-pagination a,
.block-pagination span {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    border: solid 1px #fedc3d;
    margin: 0 2px;
    padding: 0 .5rem;
    font-size: .9rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

.block-pagination a {
    cursor: pointer;
}

.block-pagination .current {
    border-color: #fedc3d;
    background-color: #fedc3d;
    color: #ffffff;
}

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax>.jarallax-img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

body .wpforms-container {
    text-align: left;
}

body div.wpforms-container-full {
    margin-bottom: 0;
}

body div.wpforms-container-full .wpforms-form {
    margin-bottom: 0;
}

body div.wpforms-container-full .wpforms-form .wpforms-one-half {
    width: 100%;
    margin-left: 0;
}

@media (min-width: 575px) {
    body div.wpforms-container-full .wpforms-form .wpforms-one-half {
        width: 48%;
        margin-left: 4%;
    }
}

body div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-weight: 400;
}

body div.wpforms-container-full .wpforms-form button[type=submit] {
    text-transform: uppercase;
}

body div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container {
    padding: 0;
}

body div.wpforms-container-full .wpforms-form .grecaptcha-badge {
    z-index: 97;
}

body span.wpcf7-not-valid-tip {
    font-size: .9rem;
    margin-top: 5px;
}

body div.wpcf7-response-output {
    text-align: center;
}

.mejs__overlay-button {
    position: relative;
    background-color: rgba(219, 53, 42, 0.4) !important;
    border-radius: 50%;
    background-image: none;
    outline: none;
}

.mejs__overlay-button::before {
    width: 60%;
    height: 60%;
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: rgba(219, 53, 42, 0.8);
    -webkit-transition: .4s;
    transition: .4s;
}

.mejs__overlay-button::after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
}

.mejs__overlay-button:hover::before {
    -webkit-animation: rounscale 2s ease-in-out infinite;
    animation: rounscale 2s ease-in-out infinite;
}

@-webkit-keyframes rounscale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes rounscale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.pf-control-bar-button g,
.pf-control-bar-pager g {
    fill: #000;
}

#pf-pagerin {
    color: #000;
}

.block-owl-nav,
.block-tiny-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    height: 1px;
}

.block-owl-nav button,
.block-tiny-nav button {
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    color: #000;
    border: none;
    outline: none;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: .4s;
    transition: .4s;
}

.block-owl-nav button:first-child,
.block-tiny-nav button:first-child {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.block-owl-nav button svg,
.block-tiny-nav button svg {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    vertical-align: middle;
}

.block-owl-nav button:hover,
.block-tiny-nav button:hover {
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

.block-owl-nav button:hover svg polygon,
.block-tiny-nav button:hover svg polygon {
    fill: #000;
    stroke: #000;
}

.block-tiny-dots .tns-nav {
    text-align: center;
    margin-top: 2rem;
}

.block-tiny-dots .tns-nav button {
    background-color: #dadce0;
    border-radius: 3px;
    width: 3rem;
    height: 4px;
    margin: 0 5px;
    padding: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.block-tiny-dots .tns-nav button.tns-nav-active {
    background-color: #ff0000;
}

.sl-overlay {
    background-color: #1e1e1e !important;
    opacity: .9 !important;
}

.sl-wrapper .sl-navigation button {
    color: #000 !important;
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-counter {
    color: #000 !important;
}

.sl-wrapper .sl-image .sl-caption {
    display: none !important;
}

.ngg-navigation a,
.ngg-navigation span {
    font-size: 1.1rem;
    display: inline-block !important;
    vertical-align: middle !important;
    width: 2rem !important;
    height: 2rem !important;
    line-height: 2rem !important;
    line-height: calc(2rem - 2px) !important;
    padding: 0 !important;
    text-align: center !important;
    background-color: transparent !important;
    border: solid 1px #fedc3d !important;
    color: #ffffff !important;
    border-radius: 0 !important;
}

.ngg-navigation span {
    background-color: #fedc3d !important;
}

html {
    padding: 0;
    margin: 0 !important;
}

body {
    margin: 0;
    color: #000;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Verdana';
}

body.modal-open {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

body.admin-bar .block-header,
body.admin-bar .block-mobile-nav {
    top: 32px;
}

@font-face {
    font-family: 'Verdana';
    src: url("../fonts/Verdana-Bold.eot");
    src: url("../fonts/Verdana-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Verdana-Bold.woff2") format("woff2"), url("../fonts/Verdana-Bold.woff") format("woff"), url("../fonts/Verdana-Bold.ttf") format("truetype"), url("../fonts/Verdana-Bold.svg#Verdana-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Verdana';
    src: url("../fonts/Verdana.eot");
    src: url("../fonts/Verdana.eot?#iefix") format("embedded-opentype"), url("../fonts/Verdana.woff2") format("woff2"), url("../fonts/Verdana.woff") format("woff"), url("../fonts/Verdana.ttf") format("truetype"), url("../fonts/Verdana.svg#Verdana") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a {
    text-decoration: none;
    outline-width: 0;
}

a:hover {
    text-decoration: none;
    outline-width: 0;
}

a:active {
    text-decoration: none;
    outline-width: 0;
}

a:visited {
    text-decoration: none;
    outline-width: 0;
}

a:focus {
    text-decoration: none;
    outline-width: 0;
}

button,
input,
select,
textarea {
    outline: none;
    outline-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button:hover,
input:hover,
select:hover,
textarea:hover {
    outline: none;
    outline-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button:active,
input:active,
select:active,
textarea:active {
    outline: none;
    outline-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button:visited,
input:visited,
select:visited,
textarea:visited {
    outline: none;
    outline-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
    outline-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #000;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: inherit;
}

a {
    color: #01abaa;
    -webkit-transition: .4s;
    transition: .4s;
}

.h1,
h1 {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

@media (min-width: 575px) {
    .h1,
    h1 {
        font-size: 2.7rem;
    }
}

@media (min-width: 768px) {
    .h1,
    h1 {
        font-size: 3.2rem;
        margin-bottom: 1rem;
    }
}

@media (min-width: 992px) {
    .h1,
    h1 {
        font-size: 4rem;
    }
}

.h2,
h2 {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

@media (min-width: 575px) {
    .h2,
    h2 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .h2,
    h2 {
        font-size: 2.1rem;
        margin-bottom: 2rem;
    }
}

@media (min-width: 992px) {
    .h2,
    h2 {
        font-size: 2.5rem;
    }
}

@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 3rem;
    }
}

.h3,
h3 {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

@media (min-width: 575px) {
    .h3,
    h3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 768px) {
    .h3,
    h3 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
}

@media (min-width: 992px) {
    .h3,
    h3 {
        font-size: 1.3rem;
    }
}

.h4,
h4 {
    font-size: 1.2rem;
}

@media (min-width: 768px) {
    .h4,
    h4 {
        font-size: 1.3rem;
    }
}

@media (min-width: 992px) {
    .h4,
    h4 {
        font-size: 1.4rem;
    }
}

.h5,
h5 {
    font-size: 1.1rem;
}

@media (min-width: 768px) {
    .h5,
    h5 {
        font-size: 1.2rem;
    }
}

@media (min-width: 992px) {
    .h5,
    h5 {
        font-size: 1.3rem;
    }
}

.h6,
h6 {
    font-size: 1rem;
}

@media (min-width: 768px) {
    .h6,
    h6 {
        font-size: 1.1rem;
    }
}

@media (min-width: 992px) {
    .h6,
    h6 {
        font-size: 1.2rem;
    }
}

a:hover {
    color: inherit;
}

p {
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    p {
        margin-bottom: 1.8rem;
    }
}

small {
    font-size: 90%;
    font-weight: inherit;
}

b {
    font-weight: 500;
}

strong {
    font-weight: bold;
}

label {
    font-weight: 400;
}

button {
    color: inherit;
    font-weight: inherit;
}

button:focus {
    outline: none;
}

nav {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.title-block {
    letter-spacing: .12em;
}

.big-title {
    font-size: 1.8em;
    text-transform: uppercase;
}

@media (min-width: 575px) {
    .big-title {
        font-size: 2.5em;
    }
}

@media (min-width: 768px) {
    .big-title {
        font-size: 2.1em;
    }
}

@media (min-width: 992px) {
    .big-title {
        font-size: 2.5em;
    }
}

@media (min-width: 1200px) {
    .big-title {
        font-size: 3.2em;
    }
}

.stl-title-big {
    font-size: 3.1em;
    text-transform: uppercase;
    color: #01abaa;
}

.big-text {
    font-size: 1.4rem;
    font-weight: 500;
}

@media (min-width: 768px) {
    .big-text {
        font-size: 1.6rem;
    }
}

@media (min-width: 992px) {
    .big-text {
        font-size: 2rem;
    }
}

.block-ui {
    overflow: hidden;
}

.ovfl-h {
    overflow: hidden;
}

.block-b-top {
    padding-top: 120px;
}

@media (min-width: 575px) {
    .block-b-top {
        padding-top: 133px;
    }
}

@media (min-width: 768px) {
    .block-b-top {
        padding-top: 130px;
    }
}

@media (min-width: 992px) {
    .block-b-top {
        padding-top: 170px;
    }
}

@media (min-width: 1200px) {
    .block-b-top {
        padding-top: 163px;
    }
}

@media (min-width: 1367px) {
    .block-b-top {
        padding-top: 197px;
    }
}

.logged-in .block-b-top {
    padding-top: 231px;
}

.hamburger {
    cursor: pointer;
    padding: 10px 35px 16px 0px;
    display: block;
}

.hamburger span,
.hamburger span:before,
.hamburger span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #01abaa;
    position: absolute;
    display: inline-block;
    content: '';
}

.hamburger span:before {
    top: -10px;
}

.hamburger span:after {
    bottom: -10px;
}


/*
#hamburger span, #hamburger span:before, #hamburger span:after {
  transition: all 200ms ease-in-out;
}
*/

.hamburger span,
.hamburger span:before,
.hamburger span:after {
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    /* easeInOutCubic */
}

.hamburger.active span {
    background-color: transparent;
}

.hamburger.active span:before,
.hamburger.active span:after {
    top: 0;
}

.hamburger.active span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamburger.active span:after {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
    top: 10px;
}

.block-mobile-nav {
    background-color: #ffffff;
    color: #000000;
    font-weight: 400;
    width: 260px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -260px;
    z-index: 1050;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    overflow-y: scroll;
    padding-bottom: 2rem;
}

.block-mobile-nav .mob-menu-trigger {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1100;
}

.block-mobile-nav .sub-menu {
    display: none;
    padding-left: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.block-mobile-nav .child-toggler {
    position: absolute;
    right: 0;
    padding: 8px;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 5;
    top: -3px;
}

.block-mobile-nav .child-toggler i {
    font-size: 1.5rem;
}

.block-mobile-nav .child-toggler.active {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.block-mobile-nav.active {
    left: 0;
}

.block-mobile-nav .data-block {
    width: 100%;
    height: 100%;
    padding: 1rem 1rem 1rem 2rem;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.block-mobile-nav a {
    -webkit-transition: .4s;
    transition: .4s;
}

.block-mobile-nav nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.block-mobile-nav nav ul li {
    position: relative;
    margin: 0;
    padding: 0.5rem 0;
}

.block-mobile-nav nav ul li a {
    display: block;
    color: #000000;
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 700;
}

.block-mobile-nav nav ul li a:hover {
    color: #000000;
}

.block-mobile-nav nav ul li a.active {
    color: #000000;
}

.mobile-nav-mask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    background-color: #fedc3d;
    opacity: .5;
}

.mobile-nav-mask.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.block-header {
    padding: 1rem 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    font-size: .8rem;
    background-color: #ffffff;
    -webkit-transition: .6s;
    transition: .6s;
}

@media (min-width: 768px) {
    .block-header {
        font-size: .7rem;
        padding: 1.5rem 0;
    }
}

@media (min-width: 992px) {
    .block-header {
        font-size: .77rem;
        padding: 2rem 0;
    }
}

.block-header .header-sub-left {
    width: calc( 50% - 50px);
}

@media (min-width: 575px) {
    .block-header .header-sub-left {
        width: 40%;
    }
}

@media (min-width: 768px) {
    .block-header .header-sub-left {
        width: 44%;
    }
}

@media (min-width: 1200px) {
    .block-header .header-sub-left {
        width: 45.5%;
    }
}

@media (min-width: 1367px) {
    .block-header .header-sub-left {
        width: 44%;
    }
}

.block-header .header-sub-right {
    width: calc( 50% - 50px);
}

@media (min-width: 575px) {
    .block-header .header-sub-right {
        width: 40%;
    }
}

@media (min-width: 768px) {
    .block-header .header-sub-right {
        width: 44%;
    }
}

@media (min-width: 1200px) {
    .block-header .header-sub-right {
        width: 45.5%;
    }
}

@media (min-width: 1367px) {
    .block-header .header-sub-right {
        width: 44%;
    }
}

.block-header .logo {
    width: 80px;
    -webkit-transition: .6s;
    transition: .6s;
}

@media (min-width: 575px) {
    .block-header .logo {
        width: 12%;
        width: 20%;
    }
}

@media (min-width: 768px) {
    .block-header .logo {
        width: 12%;
    }
}

@media (min-width: 1200px) {
    .block-header .logo {
        width: 9%;
    }
}

@media (min-width: 1367px) {
    .block-header .logo {
        width: 12%;
    }
}

.block-header .dsk-menu {
    display: none;
}

@media (min-width: 1200px) {
    .block-header .dsk-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 1200px) {
    .block-header .mail-block-rsp,
    .block-header .mob-menu-trigger {
        display: none;
    }
}

.block-header nav ul {
    margin: 0;
    padding: 0 .7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

.block-header nav ul li {
    margin: 0;
    margin: 0 .65rem;
    font-weight: 700;
}

.block-header nav ul li a {
    color: #000000;
    position: relative;
    text-transform: uppercase;
}

.block-header nav ul li a:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    height: 10px;
    width: 10px;
    background-color: #000000;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.block-header nav ul li a:hover:after {
    opacity: 1;
    background-color: #01abaa;
}

.block-header nav ul li.current-menu-item a:after {
    opacity: 1;
}

.block-header nav ul li.current-menu-parent a:after {
    opacity: 1;
}

.block-header.fixed-header {
    padding: 1rem 0;
}

.block-header.fixed-header .logo {
    width: 60px;
}

@media (min-width: 575px) {
    .block-header.fixed-header .logo {
        width: 15%;
    }
}

@media (min-width: 768px) {
    .block-header.fixed-header .logo {
        width: 8%;
    }
}

.block-header #menu-top-left-menu li {
    position: relative;
}

.block-header #menu-top-left-menu li:hover .sub-menu {
    display: block;
}

.block-header #menu-top-left-menu li .sub-menu {
    position: absolute;
    padding: 1rem 2rem;
    border-radius: 2rem;
    border: 1px solid #000000;
    background-color: #ffffff;
    top: calc( 100% + .5rem);
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    display: block;
    width: 300px;
    display: none;
}

.block-header #menu-top-left-menu li .sub-menu:after {
    display: block;
    content: "";
    height: 10px;
    width: 10px;
    background-color: #000000;
    border-radius: 50%;
    position: absolute;
    left: calc( 50% - 5px);
    top: -5px;
}

.block-header #menu-top-left-menu li .sub-menu:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 1rem;
    background-color: transparent;
    left: 0;
    top: -1rem;
}

.block-header #menu-top-left-menu li .sub-menu li {
    border-bottom: 1px solid #000000;
    padding: .5rem 0;
    margin: 0;
}

.block-header #menu-top-left-menu li .sub-menu li a:after {
    display: none;
}

.block-header #menu-top-left-menu li .sub-menu li.current-menu-item a {
    color: #01abaa;
}

.block-header #menu-top-left-menu li .sub-menu li:hover a {
    color: #01abaa;
}

.block-header #menu-top-left-menu li .sub-menu li:last-child {
    border: none;
}

.phone-block img,
.phone-block svg {
    width: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: .5rem;
}

@media (min-width: 768px) {
    .phone-block img,
    .phone-block svg {
        margin-right: .5rem;
    }
}

.phone-block span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: .75rem;
    border-bottom: 1px solid #000000;
    color: #000000;
}

.phone-block span {
    display: none;
}

@media (min-width: 768px) {
    .phone-block span {
        display: inline-block;
    }
}

.block-mobile-nav .phone-block span {
    display: inline-block;
}

.block-mobile-nav .current-menu-item {
    position: relative;
}

.block-mobile-nav .current-menu-item:after {
    display: block;
    content: "";
    height: .5rem;
    width: .5rem;
    background-color: #000000;
    border-radius: 50%;
    position: absolute;
    top: .9rem;
    left: -1rem;
}

.block-mobile-nav .current-menu-parent {
    position: relative;
}

.block-mobile-nav .current-menu-parent:after {
    display: block;
    content: "";
    height: .5rem;
    width: .5rem;
    background-color: #000000;
    border-radius: 50%;
    position: absolute;
    top: .9rem;
    left: -1rem;
}

.block-mobile-nav .sub-menu .current-menu-item a {
    color: #01abaa;
}

.block-mobile-nav .sub-menu .current-menu-item:after {
    display: none;
}

.registerd-block {
    width: 40px;
}

@media (min-width: 575px) {
    .registerd-block {
        width: 40px;
    }
}

@media (min-width: 768px) {
    .registerd-block {
        width: 40px;
    }
}

@media (min-width: 992px) {
    .registerd-block {
        width: 130px;
    }
}

.block-banner .banner {
    position: relative;
    padding-top: 112px;
}

@media (min-width: 575px) {
    .block-banner .banner {
        padding-top: 133px;
    }
}

@media (min-width: 768px) {
    .block-banner .banner {
        padding-top: 130px;
    }
}

@media (min-width: 992px) {
    .block-banner .banner {
        padding-top: 170px;
    }
}

@media (min-width: 1200px) {
    .block-banner .banner {
        padding-top: 163px;
    }
}

@media (min-width: 1367px) {
    .block-banner .banner {
        padding-top: 197px;
    }
}

.block-banner .banner:after {
    display: block;
    content: "";
    position: absolute;
    height: 50%;
    width: 1.5rem;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: #ffffff;
}

.block-banner .banner:before {
    display: block;
    content: "";
    position: absolute;
    height: 50%;
    width: 1.5rem;
    top: 0;
    right: 0;
    z-index: 5;
    background-color: #ffffff;
}

.block-banner .banner .owl-banner {
    position: relative;
}

.block-banner .banner .owl-banner:after {
    display: block;
    content: "";
    position: absolute;
    height: 1.5rem;
    width: 25%;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: #ffffff;
}

.block-banner .banner .owl-banner:before {
    display: block;
    content: "";
    position: absolute;
    height: 1.5rem;
    width: 25%;
    top: 0;
    right: 0;
    z-index: 5;
    background-color: #ffffff;
}

.block-banner .banner .banner-content {
    position: absolute;
    top: 62%;
    left: 10%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    width: 90%;
    z-index: 5;
}

@media (min-width: 575px) {
    .block-banner .banner .banner-content {
        top: 58%;
    }
}

@media (min-width: 992px) {
    .block-banner .banner .banner-content {
        left: 30%;
        width: 70%;
    }
}

@media (min-width: 1200px) {
    .block-banner .banner .banner-content {
        top: 62%;
        left: 50%;
        width: 50%;
    }
}

@media (min-width: 1367px) {
    .block-banner .banner .banner-content {
        top: 58%;
        left: 44%;
        width: 66%;
    }
}

.block-banner .banner .banner-content h1 {
    font-size: 2rem;
    color: #f2efe8;
    font-weight: 700;
    letter-spacing: .38em;
    text-transform: uppercase;
}

@media (min-width: 575px) {
    .block-banner .banner .banner-content h1 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .block-banner .banner .banner-content h1 {
        font-size: 3rem;
    }
}

@media (min-width: 992px) {
    .block-banner .banner .banner-content h1 {
        font-size: 3.5rem;
    }
}

@media (min-width: 1200px) {
    .block-banner .banner .banner-content h1 {
        font-size: 3.3rem;
    }
}

@media (min-width: 1367px) {
    .block-banner .banner .banner-content h1 {
        font-size: 4rem;
    }
}

.block-banner .banner .owl-dots {
    display: none;
}

.block-banner .banner .js-banner-nav {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 8;
}

@media (min-width: 575px) {
    .block-banner .banner .js-banner-nav {
        right: 2rem;
    }
}

.block-banner .banner .js-banner-nav button {
    border: 2px solid #000000;
    border-radius: 50%;
    height: 3rem;
    width: 3rem;
    position: relative;
    background-color: #ffffff;
}

@media (min-width: 575px) {
    .block-banner .banner .js-banner-nav button {
        height: 4rem;
        width: 4rem;
    }
}

@media (min-width: 768px) {
    .block-banner .banner .js-banner-nav button {
        height: 5rem;
        width: 5rem;
    }
}

@media (min-width: 992px) {
    .block-banner .banner .js-banner-nav button {
        height: 5.2rem;
        width: 5.2rem;
    }
}

@media (min-width: 1200px) {
    .block-banner .banner .js-banner-nav button {
        height: 5rem;
        width: 5rem;
    }
}

@media (min-width: 1367px) {
    .block-banner .banner .js-banner-nav button {
        height: 5.4rem;
        width: 5.4rem;
    }
}

.block-banner .banner .js-banner-nav button svg {
    position: absolute;
    width: 40%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #000000;
    -webkit-transition: .4s;
    transition: .4s;
}

.block-banner .banner .js-banner-nav .owl-next:hover svg {
    -webkit-animation: moveright 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: moveright 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.block-banner .banner .js-banner-nav .owl-prev:hover svg {
    -webkit-animation: moveleft 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: moveleft 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.block-banner figure {
    height: 350px;
    margin-bottom: 0;
    position: relative;
}

@media (min-width: 575px) {
    .block-banner figure {
        height: 400px;
    }
}

@media (min-width: 768px) {
    .block-banner figure {
        height: 500px;
    }
}

@media (min-width: 992px) {
    .block-banner figure {
        height: calc( 100vh - 163px);
    }
}

@media (min-width: 1200px) {
    .block-banner figure {
        height: calc( 100vh - 163px);
    }
}

@media (min-width: 1367px) {
    .block-banner figure {
        height: calc( 100vh - 197px);
    }
}

.block-banner figure:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.block-banner figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .4s;
    transition: .4s;
}

.block-banner figure:after {
    display: block;
    content: "";
    position: absolute;
    background-color: #000000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .3;
    z-index: 0;
}

.logged-in .banner {
    padding-top: 230px;
}

.block-hm-about p:last-child {
    padding-bottom: 0;
}

.block-hm-about .round {
    width: 280px;
    padding-bottom: 280px;
    border-radius: 50%;
    border: 2px solid #000000;
    background-color: #01abaa;
    margin-left: 15%;
    position: relative;
    margin: 0 auto;
}

@media (min-width: 575px) {
    .block-hm-about .round {
        width: 350px;
        padding-bottom: 350px;
    }
}

@media (min-width: 992px) {
    .block-hm-about .round {
        width: 70%;
        padding-bottom: 70%;
    }
}

.block-hm-about .round .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: .89rem;
    letter-spacing: .125em;
    width: 60%;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}

@media (min-width: 575px) {
    .block-hm-about .round .content {
        font-size: 1.05rem;
    }
}

@media (min-width: 992px) {
    .block-hm-about .round .content {
        font-size: .91rem;
    }
}

@media (min-width: 1200px) {
    .block-hm-about .round .content {
        font-size: 1.17rem;
    }
}

.block-hm-about .round:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 160%;
    top: 50%;
    left: -30%;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    background-color: #000000;
    z-index: -1;
}

.block-one {
    background-color: #fedc3d;
    overflow: hidden;
}

.block-one .title-block {
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.block-one .big-title {
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.block-one .blocks {
    padding: .5rem 0;
}

@media (min-width: 768px) {
    .block-one .blocks {
        padding: 1rem 0;
    }
}

.block-one .blocks .title {
    text-transform: uppercase;
}

.block-one .blocks p {
    margin-bottom: 1.2rem;
}

.block-one .block-image {
    position: relative;
    margin-top: 3.5rem;
    margin-left: 1rem;
    margin-right: 2rem;
    margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
    .block-one .block-image {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

.block-one .block-image .lines {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.block-one .block-image .lines:after {
    height: 1px;
    width: 100%;
    background-color: #000000;
    display: block;
    content: "";
    position: absolute;
    top: 0%;
    right: -50%;
    z-index: 1;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.block-one .block-image .lines:before {
    height: 1px;
    width: 100%;
    background-color: #000000;
    display: block;
    content: "";
    position: absolute;
    bottom: 0%;
    z-index: 1;
    left: -50%;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.block-one .block-image:after {
    border-radius: 2rem;
    border: 2px solid #000000;
    background-color: #ffffff;
    display: block;
    content: "";
    position: absolute;
    top: -1.8rem;
    left: 20%;
    right: -1.5rem;
    bottom: 0;
    z-index: 1;
}

.block-one .block-image figure {
    position: relative;
    padding-bottom: 160%;
    border-radius: 2rem;
    border: 2px solid #000000;
    overflow: hidden;
    z-index: 3;
}

@media (min-width: 992px) {
    .block-one .block-image figure {
        padding-bottom: 160%;
    }
}

.block-one .block-image figure img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 2;
}

.block-one.block-youth figure {
    padding-bottom: 120%;
}

.block-two.inline {
    position: relative;
}

.block-two.inline:before,
.block-two.inline:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    background-color: #000000;
    z-index: 1;
}

.block-two.inline:before {
    top: 0;
    width: 40%;
}

.block-two.inline:after {
    bottom: 0;
    width: 30%;
}

.block-two .btn,
.block-two body div.wpforms-container-full .wpforms-form button[type=submit],
body div.wpforms-container-full .wpforms-form .block-two button[type=submit] {
    margin-top: 1rem;
}

.block-two .title-block {
    text-transform: uppercase;
}

.block-two .block-image {
    position: relative;
    margin-top: 3.5rem;
    margin-left: 1rem;
    margin-right: 2rem;
}

@media (min-width: 992px) {
    .block-two .block-image {
        margin-left: 15%;
        margin-right: 0;
    }
}

.block-two .block-image .lines {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.block-two .block-image .lines:after {
    height: 1px;
    width: 100%;
    background-color: #000000;
    display: block;
    content: "";
    position: absolute;
    top: 0%;
    left: -50%;
    z-index: 1;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

.block-two .block-image .lines:before {
    height: 1px;
    width: 100%;
    background-color: #000000;
    display: block;
    content: "";
    position: absolute;
    bottom: 0%;
    z-index: 1;
    right: -50%;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

.block-two .block-image:after {
    border-radius: 2rem;
    border: 2px solid #000000;
    background-color: #f2efe8;
    display: block;
    content: "";
    position: absolute;
    top: -1.8rem;
    left: 20%;
    right: -1.5rem;
    bottom: 0;
    z-index: 1;
}

.block-two .block-image figure {
    position: relative;
    padding-bottom: 110%;
    border-radius: 2rem;
    border: 2px solid #000000;
    overflow: hidden;
    z-index: 3;
}

.block-two .block-image figure img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 2;
}

.block-two .content {
    padding-bottom: 2rem;
}

@media (min-width: 992px) {
    .block-two .content {
        padding-bottom: 6rem;
    }
}

.block-support .big-title {
    padding-top: 2rem;
}

@media (min-width: 992px) {
    .block-support .big-title {
        padding-top: 0;
    }
}

.block-support .block-image {
    position: relative;
    margin-top: 3.5rem;
    margin-left: 2rem;
    margin-right: 1rem;
}

@media (min-width: 992px) {
    .block-support .block-image {
        margin-left: 15%;
        margin-right: 0;
    }
}

.block-support .block-image .lines {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.block-support .block-image .lines:after {
    height: 1px;
    width: 100%;
    background-color: #000000;
    display: block;
    content: "";
    position: absolute;
    top: 0%;
    right: -50%;
    z-index: 1;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.block-support .block-image .lines:before {
    height: 1px;
    width: 100%;
    background-color: #000000;
    display: block;
    content: "";
    position: absolute;
    bottom: 0%;
    z-index: 1;
    left: -50%;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.block-support .block-image:after {
    border-radius: 2rem;
    border: 2px solid #000000;
    background-color: #f2efe8;
    display: block;
    content: "";
    position: absolute;
    top: -1.8rem;
    right: 20%;
    left: -1.5rem;
    bottom: 0;
    z-index: 1;
}

.block-support .block-image figure {
    position: relative;
    padding-bottom: 110%;
    border-radius: 2rem;
    border: 2px solid #000000;
    overflow: hidden;
    z-index: 3;
}

.block-support .block-image figure img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 2;
}

.block-hm-services {
    background-color: #fedc3d;
}

.block-hm-services .items {
    padding-top: 1rem;
    padding-bottom: 6rem;
}

@media (min-width: 768px) {
    .block-hm-services .items {
        padding-bottom: 4rem;
    }
}

.block-hm-services .item-hld {
    position: relative;
}

.block-hm-services .icon {
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
}

.block-hm-services .icon svg,
.block-hm-services .icon img {
    height: 3rem;
    width: auto;
    position: relative;
    z-index: 3;
    background-color: #fedc3d;
}

.block-hm-services .icon:after {
    display: block;
    content: "";
    position: absolute;
    height: 220%;
    width: 1px;
    background-color: #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -60%;
    left: 50%;
    z-index: 1;
}

.block-hm-services .title {
    text-transform: uppercase;
    line-height: 1.1;
}

@media (min-width: 768px) {
    .block-hm-services .title {
        min-height: 3.5em;
    }
}

@media (min-width: 992px) {
    .block-hm-services .title {
        min-height: 2.3em;
    }
}

.block-hm-services .btn,
.block-hm-services body div.wpforms-container-full .wpforms-form button[type=submit],
body div.wpforms-container-full .wpforms-form .block-hm-services button[type=submit] {
    position: absolute;
    bottom: 3rem;
    left: 15px;
}

@media (min-width: 768px) {
    .block-hm-services .btn,
    .block-hm-services body div.wpforms-container-full .wpforms-form button[type=submit],
    body div.wpforms-container-full .wpforms-form .block-hm-services button[type=submit] {
        bottom: 1rem;
    }
}

.block-hm-contact .sub-title {
    display: inline-block;
    margin-top: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #000000;
    font-size: 1.9rem;
    font-weight: 700;
}

.block-hm-contact .big-title {
    line-height: 1;
}

.block-footer {
    background-color: #fedc3d;
    font-size: 1rem;
}

.block-footer .logo {
    max-width: 200px;
    margin: 0 auto;
}

@media (max-width: 500px) {
    .block-footer .logo {
        max-width: 100px;
    }
}

.block-footer ul {
    list-style: none;
    margin: 0;
    padding: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .block-footer ul {
        padding: .8rem 0;
    }
}

@media (min-width: 992px) {
    .block-footer ul {
        padding: 1rem 0;
    }
}

.block-footer ul li {
    margin: .5rem 0;
    padding-right: 2rem;
}

.block-footer ul li a {
    color: #000000;
    border-bottom: 1px solid #000000;
    padding-bottom: 3px;
    -webkit-transition: .4s;
    transition: .4s;
}

.block-footer ul li a:hover {
    color: #01abaa;
    border-bottom: 1px solid #01abaa;
}

.block-footer .footer-nav {
    font-weight: 700;
    font-size: .9rem;
    text-transform: uppercase;
}

.copyright img {
    height: 1rem;
}

.footer-social li {
    padding-right: 2.5rem;
}

.footer-social img,
.footer-social svg {
    height: 1.8rem;
    width: 1.8rem;
    fill: #000000;
    -webkit-transition: .4s;
    transition: .4s;
}

.footer-social a {
    border-bottom: none !important;
}

.footer-social a:hover svg {
    fill: #01abaa;
}

.text-back {
    position: relative;
    padding-right: 1rem;
}

.text-back img {
    position: absolute;
    bottom: -30%;
    right: -4%;
    z-index: -1;
    width: 80%;
}

.block-vision-mission {
    max-width: 900px;
    margin: 0 auto;
}

.block-vision-mission .item-hld {
    position: relative;
}

.block-vision-mission .item-hld:after {
    display: block;
    content: "";
    position: absolute;
    right: 15px;
    left: 15px;
    top: 0;
    bottom: 1rem;
    border: 2px solid #000000;
    border-radius: 2rem;
}

@media (min-width: 768px) {
    .block-vision-mission .item-hld:after {
        bottom: 0;
    }
}

.block-vision-mission .item {
    padding: 3rem;
    border-radius: 2rem;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .block-vision-mission .item {
        margin-bottom: 0;
    }
}

.block-vision-mission .item h3 {
    margin-bottom: 1.5rem;
}

.block-vision-mission .item svg {
    height: 3rem;
    width: 3rem;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .block-vision-mission .item svg {
        height: 4rem;
        width: 4rem;
        margin-bottom: 1.5rem;
    }
}

.block-green-box {
    background-color: #01abaa;
    padding: 3rem 1.5rem;
    border-radius: 2rem;
}

.block-green-box .item {
    font-size: 1.3rem;
    font-weight: 700;
    padding: 0 1.5rem;
    text-transform: uppercase;
    margin-bottom: .5rem;
    margin-top: .5rem;
}

@media (min-width: 768px) {
    .block-green-box .item {
        font-size: 1rem;
        margin-bottom: 0;
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .block-green-box .item {
        font-size: 1.3rem;
    }
}

.block-green-box .item-hld {
    position: relative;
}

.block-green-box .item-hld:last-child:after {
    display: none;
}

.block-green-box .item-hld:after {
    display: block;
    content: "";
    position: absolute;
    right: 10%;
    bottom: 0;
    height: 1px;
    width: 80%;
    background-color: #000000;
}

@media (min-width: 768px) {
    .block-green-box .item-hld:after {
        right: 0;
        bottom: 50%;
        -webkit-transform: translatey(50%);
        transform: translatey(50%);
        height: 120px;
        width: 1px;
    }
}

.block-staff.inline {
    position: relative;
}

.block-staff.inline:before,
.block-staff.inline:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    background-color: #000000;
    z-index: 1;
}

.block-staff.inline:before {
    top: 0;
    width: 40%;
}

.block-staff.inline:after {
    bottom: 0;
    width: 30%;
}

.block-staff .btn,
.block-staff body div.wpforms-container-full .wpforms-form button[type=submit],
body div.wpforms-container-full .wpforms-form .block-staff button[type=submit] {
    margin-top: 1rem;
}

.block-staff .title-block {
    text-transform: uppercase;
}

.block-staff .block-image {
    position: relative;
    margin-top: 3.5rem;
    margin-left: 1rem;
    margin-right: 2rem;
}

@media (min-width: 768px) {
    .block-staff .block-image {
        margin-left: 15%;
        margin-right: 0;
    }
}

.block-staff .block-image .lines {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.block-staff .block-image .lines:after {
    height: 1px;
    width: 100%;
    background-color: #000000;
    display: block;
    content: "";
    position: absolute;
    top: 0%;
    right: -50%;
    z-index: 1;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.block-staff .block-image .lines:before {
    height: 1px;
    width: 100%;
    background-color: #000000;
    display: block;
    content: "";
    position: absolute;
    bottom: 0%;
    z-index: 1;
    left: -50%;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.block-staff .block-image:after {
    border-radius: 2rem;
    border: 2px solid #000000;
    display: block;
    content: "";
    position: absolute;
    top: -1.8rem;
    left: 40%;
    right: -1.5rem;
    bottom: 0;
    z-index: 1;
}

.block-staff .block-image figure {
    position: relative;
    padding-bottom: 110%;
    border-radius: 2rem;
    border: 2px solid #000000;
    overflow: hidden;
    z-index: 3;
}

.block-staff .block-image figure img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 2;
}

.inline-line {
    position: relative;
}

.inline-line:before,
.inline-line:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    background-color: #000000;
    z-index: 1;
}

.inline-line:before {
    top: 0;
    width: 40%;
}

.inline-line:after {
    bottom: 0;
    width: 30%;
}

.block-about-values {
    background-color: #fedc3d;
}

.block-about-values .title-block {
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.block-about-values .items {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

@media (min-width: 768px) {
    .block-about-values .items {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.block-about-values .item-hld {
    position: relative;
}

.block-about-values .title {
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .block-about-values .title {
        min-height: 2em;
    }
}

.block-ab-why .sub-title {
    display: block;
    margin-top: 2.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
}

.block-ab-why .line {
    position: relative;
    padding-bottom: 100%;
    display: none;
}

@media (min-width: 768px) {
    .block-ab-why .line {
        display: block;
    }
}

.block-ab-why .line:after {
    display: block;
    content: "";
    position: absolute;
    width: 150%;
    top: 30%;
    left: -30%;
    height: 1px;
    background-color: #000000;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}

.block-three .block-image {
    position: relative;
    margin-left: 1rem;
    margin-right: 2rem;
    margin-bottom: 3em;
}

@media (min-width: 992px) {
    .block-three .block-image {
        margin-left: 15%;
        margin-right: 0;
        margin-bottom: 0;
    }
}

.block-three .block-image .lines {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.block-three .block-image .lines:after {
    height: 1px;
    width: 100%;
    background-color: #000000;
    display: block;
    content: "";
    position: absolute;
    top: 0%;
    left: -50%;
    z-index: 1;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

.block-three .block-image .lines:before {
    height: 1px;
    width: 100%;
    background-color: #000000;
    display: block;
    content: "";
    position: absolute;
    bottom: 0%;
    z-index: 1;
    right: -50%;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

.block-three .block-image:after {
    border-radius: 2rem;
    border: 2px solid #000000;
    background-color: #f2efe8;
    display: block;
    content: "";
    position: absolute;
    top: -1.8rem;
    left: 20%;
    right: -1.5rem;
    bottom: 0;
    z-index: 1;
}

.block-three .block-image figure {
    position: relative;
    padding-bottom: 110%;
    border-radius: 2rem;
    border: 2px solid #000000;
    overflow: hidden;
    z-index: 3;
}

.block-three .block-image figure img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 2;
}

.block-three .big-text {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.8rem;
}

.block-three .sp-title {
    color: #01abaa;
    text-transform: uppercase;
    margin-bottom: 1rem;
    margin-top: 0rem;
    font-size: 1.4rem;
}

.block-four {
    background-color: #fedc3d;
}

.block-four .block-image {
    position: relative;
    margin-right: 1rem;
    margin-left: 2rem;
}

@media (min-width: 992px) {
    .block-four .block-image {
        margin-right: 15%;
        margin-left: 0;
    }
}

.block-four .block-image .lines {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.block-four .block-image .lines:after {
    height: 1px;
    width: 100%;
    background-color: #000000;
    display: block;
    content: "";
    position: absolute;
    top: 0%;
    right: -50%;
    z-index: 1;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.block-four .block-image .lines:before {
    height: 1px;
    width: 100%;
    background-color: #000000;
    display: block;
    content: "";
    position: absolute;
    bottom: 0%;
    z-index: 1;
    left: -50%;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.block-four .block-image:after {
    border-radius: 2rem;
    border: 2px solid #000000;
    display: block;
    content: "";
    position: absolute;
    top: -1.8rem;
    right: 20%;
    left: -1.5rem;
    bottom: 0;
    z-index: 1;
}

.block-four .block-image figure {
    position: relative;
    padding-bottom: 110%;
    border-radius: 2rem;
    border: 2px solid #000000;
    overflow: hidden;
    z-index: 3;
}

.block-four .block-image figure img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 2;
}

.block-four .big-text {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.8rem;
}

.blog-repeater-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

@media (min-width: 768px) {
    .blog-repeater-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.blog-repeater-block .content {
    padding-top: 2rem;
}

@media (min-width: 768px) {
    .blog-repeater-block .content {
        padding-top: 0rem;
        padding-bottom: 2rem;
    }
}

@media (min-width: 992px) {
    .blog-repeater-block .content {
        padding-top: 4rem;
        padding-bottom: 0;
    }
}

.blog-repeater-block .content .btn,
.blog-repeater-block .content body div.wpforms-container-full .wpforms-form button[type=submit],
body div.wpforms-container-full .wpforms-form .blog-repeater-block .content button[type=submit] {
    margin-top: 1rem;
}

.blog-repeater-block .block-image {
    position: relative;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 5rem;
}

@media (min-width: 768px) {
    .blog-repeater-block .block-image {
        margin-left: 15%;
        margin-top: 2rem;
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .blog-repeater-block .block-image {
        margin-top: 0%;
    }
}

.blog-repeater-block .block-image:after {
    border-radius: 2rem;
    border: 2px solid #000000;
    background-color: #f2efe8;
    display: block;
    content: "";
    position: absolute;
    top: -1.8rem;
    right: 20%;
    left: -1.5rem;
    bottom: 0;
    z-index: 1;
}

.blog-repeater-block .block-image figure {
    position: relative;
    padding-bottom: 110%;
    border-radius: 2rem;
    border: 2px solid #000000;
    overflow: hidden;
    z-index: 3;
}

.blog-repeater-block .block-image figure img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 2;
}

@media (min-width: 768px) {
    .blog-repeater-block:nth-child(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .blog-repeater-block:nth-child(2n) .block-image {
        margin-left: 0;
        margin-right: 15%;
    }
}

.blog-repeater-block .title {
    font-size: 1.5rem;
    text-transform: uppercase;
}

.blog-l-button {
    padding-top: 3rem;
}

@media (min-width: 768px) {
    .blog-l-button {
        padding-top: 0;
    }
}

.block-testimonials {
    background-color: #fedc3d;
}

.block-testimonials header {
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 3rem;
}

.block-testimonials .owl-testimonials {
    position: relative;
}

.block-testimonials .owl-testimonials .owl-dots {
    position: absolute;
    right: -3rem;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    display: none;
}

.block-testimonials .owl-testimonials .owl-dots button {
    display: block;
}

.block-testimonials .owl-testimonials .owl-dots button.active span {
    background-color: #000000;
}

.block-testimonials .owl-testimonials .owl-dots button span {
    display: block;
    height: 1.3rem;
    width: 1.3rem;
    border-radius: 50%;
    border: 2px solid #000000;
    -webkit-transition: .4s;
    transition: .4s;
    margin: .4rem 0;
}

.block-testimonials .owl-testimonials figure {
    width: 200px;
    padding-bottom: 200px;
    border-radius: 50%;
    position: relative;
    margin: .75rem auto;
}

@media (min-width: 768px) {
    .block-testimonials .owl-testimonials figure {
        width: calc(100% - 1.5rem);
        padding-bottom: calc(100% - 1.5rem);
        margin-left: .25rem;
        margin-bottom: 0;
    }
}

.block-testimonials .owl-testimonials figure:after {
    position: absolute;
    top: -.75rem;
    left: -.25rem;
    display: block;
    content: "";
    height: calc(100% + 1.5rem);
    width: calc(100% + 1.5rem);
    border-radius: 1px solid #000000;
    border-radius: 50%;
    border: 1px solid #000000;
}

.block-testimonials .owl-testimonials figure img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.block-testimonials .owl-testimonials .content {
    padding: 0 0rem;
    position: relative;
}

@media (min-width: 575px) {
    .block-testimonials .owl-testimonials .content {
        padding: 0 3rem;
    }
}

@media (min-width: 768px) {
    .block-testimonials .owl-testimonials .content {
        padding: 0 5rem;
    }
}

.block-testimonials .owl-testimonials .content .quote-tp,
.block-testimonials .owl-testimonials .content .quote-bt {
    position: absolute;
}

.block-testimonials .owl-testimonials .content .quote-tp img,
.block-testimonials .owl-testimonials .content .quote-tp svg,
.block-testimonials .owl-testimonials .content .quote-bt img,
.block-testimonials .owl-testimonials .content .quote-bt svg {
    height: 2rem;
    width: 2rem;
}

@media (min-width: 768px) {
    .block-testimonials .owl-testimonials .content .quote-tp img,
    .block-testimonials .owl-testimonials .content .quote-tp svg,
    .block-testimonials .owl-testimonials .content .quote-bt img,
    .block-testimonials .owl-testimonials .content .quote-bt svg {
        height: 3rem;
        width: 3rem;
    }
}

.block-testimonials .owl-testimonials .content .quote-tp {
    top: -2rem;
    left: 0;
}

@media (min-width: 575px) {
    .block-testimonials .owl-testimonials .content .quote-tp {
        top: 1rem;
    }
}

@media (min-width: 575px) {
    .block-testimonials .owl-testimonials .content .quote-tp {
        top: 2rem;
    }
}

.block-testimonials .owl-testimonials .content .quote-bt {
    right: 0;
    bottom: -.5rem;
}

@media (min-width: 575px) {
    .block-testimonials .owl-testimonials .content .quote-bt {
        bottom: 1rem;
        display: block;
    }
}

.block-testimonials .owl-testimonials .content .title {
    text-transform: uppercase;
}

.block-testimonials .slider-btn {
    padding-left: 95px;
}

.page-block ul {
    margin: 0;
    padding: 0;
    padding-bottom: 1.5rem;
    list-style: none;
}

.page-block ul li {
    position: relative;
    padding-left: 2rem;
    padding-top: 0rem;
    padding-bottom: 2rem;
}

.page-block ul li:after {
    display: block;
    content: "";
    position: absolute;
    height: 1.2rem;
    width: 1.2rem;
    border: 2px solid #000000;
    border-radius: 50%;
    left: 0;
    top: .27rem;
}

.page-block ul li:before {
    display: block;
    content: "";
    position: absolute;
    height: .65rem;
    width: .65rem;
    border-radius: 50%;
    left: .263em;
    top: .53rem;
    background-color: #000000;
}

.page-block .item {
    padding-right: 0rem;
    padding-bottom: 1rem;
}

@media (min-width: 768px) {
    .page-block .item {
        padding-right: 2rem;
        padding-bottom: 2rem;
    }
}

.page-block .item .title {
    text-transform: uppercase;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .page-block .item .title {
        margin-bottom: 2rem;
        min-height: 2rem;
    }
}

.prsnl-line {
    height: 1px;
    background-color: #000000;
    margin-bottom: 4rem;
    margin-top: 1rem;
}

@media (min-width: 1441px) {
    .block-banner .container {
        max-width: 1400px;
    }
}

.blog-repeater-block.sec-one {
    display: none;
}

.blog-repeater-block.sec-one:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-repeater-block.sec-one:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-repeater-block.sec-two:first-child {
    display: none;
}

.blog-repeater-block.sec-two:nth-child(2) {
    display: none;
}

.hidden-blog {
    display: none;
}

.hm-sp .big-title {
    padding-top: 2rem;
}

@media (min-width: 992px) {
    .hm-sp .big-title {
        padding-top: 0;
    }
}

.block-image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .4s;
    transition: .4s;
}

.block-image img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.site-slogan {
    max-width: 800px;
    margin: 0 auto;
}

.site-slogan h2 {
    color: #01abaa;
}

@-webkit-keyframes shake {
    10%,
    90% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    20%,
    80% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    30%,
    50%,
    70% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    40%,
    60% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
}

@keyframes shake {
    10%,
    90% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    20%,
    80% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    30%,
    50%,
    70% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    40%,
    60% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
}

.phone-block:hover img {
    -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.footer-social a:hover svg {
    -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

@media (max-width: 991px) {
    .block-image {
        -webkit-transform: none !important;
        transform: none !important;
    }
    .parallax-md {
        -webkit-transform: none !important;
        transform: none !important;
    }
}

@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    60% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
    }
}

@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    60% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
    }
}

@-webkit-keyframes moveright {
    0% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    40% {
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }
    44% {
        opacity: 0;
    }
    60% {
        -webkit-transform: translate(-150%, -50%);
        transform: translate(-150%, -50%);
        opacity: 0;
    }
    64% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@keyframes moveright {
    0% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    40% {
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }
    44% {
        opacity: 0;
    }
    60% {
        -webkit-transform: translate(-150%, -50%);
        transform: translate(-150%, -50%);
        opacity: 0;
    }
    64% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@-webkit-keyframes moveleft {
    0% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    40% {
        -webkit-transform: translate(-150%, -50%);
        transform: translate(-150%, -50%);
    }
    44% {
        opacity: 0;
    }
    60% {
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        opacity: 0;
    }
    64% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@keyframes moveleft {
    0% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    40% {
        -webkit-transform: translate(-150%, -50%);
        transform: translate(-150%, -50%);
    }
    44% {
        opacity: 0;
    }
    60% {
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        opacity: 0;
    }
    64% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.footer-logo {
    position: relative;
    display: block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    color: white;
}

.footer-logo:hover {
    cursor: pointer;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -moz-animation-name: bounce;
}

.block-one .owl-dots {
    display: none;
}

.block-one .owl-carousel {
    z-index: 3;
}

.block-one .owl-carousel figure {
    margin-bottom: 0;
}

.block-one .owl-carousel .owl-item {
    border-radius: 2rem !important;
    overflow: hidden !important;
}

.block-one .js-owl-gallery-nav {
    position: absolute;
    bottom: 1rem;
    right: 2rem;
    z-index: 8;
}

.block-one .js-owl-gallery-nav button {
    border: 2px solid #000000;
    border-radius: 50%;
    height: 3rem;
    width: 3rem;
    position: relative;
    background-color: #ffffff;
    height: 2rem;
    width: 2rem;
    overflow: hidden;
}

.block-one .js-owl-gallery-nav button svg {
    position: absolute;
    width: 40%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #000000;
    -webkit-transition: .4s;
    transition: .4s;
}

.block-one .js-owl-gallery-nav button i {
    position: absolute;
    font-size: 1rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000000;
    -webkit-transition: .4s;
    transition: .4s;
}

.block-one .js-owl-gallery-nav .owl-next:hover svg {
    -webkit-animation: moveright 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: moveright 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.block-one .js-owl-gallery-nav .owl-next:hover i {
    -webkit-animation: moveright 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: moveright 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.block-one .js-owl-gallery-nav .owl-prev:hover svg {
    -webkit-animation: moveleft 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: moveleft 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.block-one .js-owl-gallery-nav .owl-prev:hover i {
    -webkit-animation: moveleft 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: moveleft 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.f-img {
    height: 500px;
    margin-bottom: 2rem;
    position: relative;
}

@media (min-width: 992px) {
    .f-img {
        height: calc( 100vh - 163px);
    }
}

@media (min-width: 1200px) {
    .f-img {
        height: calc( 100vh - 163px);
    }
}

@media (min-width: 1367px) {
    .f-img {
        height: calc( 100vh - 197px);
    }
}

.f-img:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.f-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .4s;
    transition: .4s;
}

.f-title {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

@media (min-width: 575px) {
    .f-title {
        font-size: 1.6rem;
    }
}

@media (min-width: 768px) {
    .f-title {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 992px) {
    .f-title {
        font-size: 2rem;
    }
}

.mob-social ul {
    list-style: none;
    padding-left: 0;
}

.mob-social ul li {
    padding-right: 1.5rem;
}

.block-header .logo a {
    display: block;
    position: relative;
}

.block-header .logo a:after {
    position: absolute;
    display: block;
    content: "";
    height: 64%;
    width: 64%;
    background-color: #000000;
    border-radius: 50%;
    top: 18%;
    left: 18%;
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0;
    z-index: 3;
}

.block-header .logo a:hover:after {
    opacity: 1;
}

.block-header .logo a:before {
    position: absolute;
    display: block;
    content: "Home";
    top: 50%;
    left: 50%;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    color: #ffffff;
    z-index: 5;
    text-transform: uppercase;
    font-weight: 700;
}

.block-header .logo a:hover:before {
    opacity: 1;
}

.fixed-header .logo a:before {
    font-size: .5rem;
}

@media (min-width: 575px) {
    .fixed-header .logo a:before {
        font-size: .65rem;
    }
}

@media (min-width: 768px) {
    .fixed-header .logo a:before {
        font-size: .55rem;
    }
}

@media (min-width: 992px) {
    .fixed-header .logo a:before {
        font-size: .65rem;
    }
}

@media (min-width: 1281px) {
    .fixed-header .logo a:before {
        font-size: .7rem;
    }
}

@media (min-width: 1367px) {
    .fixed-header .logo a:before {
        font-size: .77rem;
    }
}

.reffer-block header h1 {
    text-transform: uppercase;
    font-size: 2rem;
}

@media (min-width: 768px) {
    .reffer-block header h1 {
        font-size: 2.5rem;
    }
}

.reffer-block h3 {
    color: #00abaa;
    text-transform: uppercase !important;
}

.reffer-block div.wpforms-container-full .wpforms-form input[type=date],
.reffer-block div.wpforms-container-full .wpforms-form input[type=datetime],
.reffer-block div.wpforms-container-full .wpforms-form input[type=datetime-local],
.reffer-block div.wpforms-container-full .wpforms-form input[type=email],
.reffer-block div.wpforms-container-full .wpforms-form input[type=month],
.reffer-block div.wpforms-container-full .wpforms-form input[type=number],
.reffer-block div.wpforms-container-full .wpforms-form input[type=password],
.reffer-block div.wpforms-container-full .wpforms-form input[type=range],
.reffer-block div.wpforms-container-full .wpforms-form input[type=search],
.reffer-block div.wpforms-container-full .wpforms-form input[type=tel],
.reffer-block div.wpforms-container-full .wpforms-form input[type=text],
.reffer-block div.wpforms-container-full .wpforms-form input[type=time],
.reffer-block div.wpforms-container-full .wpforms-form input[type=url],
.reffer-block div.wpforms-container-full .wpforms-form input[type=week],
.reffer-block div.wpforms-container-full .wpforms-form select,
.reffer-block div.wpforms-container-full .wpforms-form textarea {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #000 !important;
    font-size: 0.9rem !important;
    padding-left: 0 !important .reffer-block div.wpforms-container-full .wpforms-form input[type=date], .reffer-block div.wpforms-container-full .wpforms-form input[type=datetime], .reffer-block div.wpforms-container-full .wpforms-form input[type=datetime-local], .reffer-block div.wpforms-container-full .wpforms-form input[type=email], .reffer-block div.wpforms-container-full .wpforms-form input[type=month], .reffer-block div.wpforms-container-full .wpforms-form input[type=number], .reffer-block div.wpforms-container-full .wpforms-form input[type=password], .reffer-block div.wpforms-container-full .wpforms-form input[type=range], .reffer-block div.wpforms-container-full .wpforms-form input[type=search], .reffer-block div.wpforms-container-full .wpforms-form input[type=tel], .reffer-block div.wpforms-container-full .wpforms-form input[type=text], .reffer-block div.wpforms-container-full .wpforms-form input[type=time], .reffer-block div.wpforms-container-full .wpforms-form input[type=url], .reffer-block div.wpforms-container-full .wpforms-form input[type=week], .reffer-block div.wpforms-container-full .wpforms-form select, .reffer-block div.wpforms-container-full .wpforms-form textarea;
}

.reffer-block div.wpforms-container-full .wpforms-form ul,
.reffer-block div.wpforms-container-full .wpforms-form ul li {
    font-size: .9rem;
}

.reffer-block .wpforms-form ul li label::before {
    width: 16px !important;
    height: 16px !important;
    content: "" !important;
    position: absolute !important;
    top: 2px !important;
    left: 0 !important;
    -webkit-transition: 0.4s !important;
    transition: 0.4s !important;
    border-radius: 50% !important;
    border: 1px solid #000 !important;
}

.reffer-block .wpforms-form li label::after {
    top: 5px !important;
    left: 3px !important;
    z-index: 2 !important;
    width: 10px !important;
    height: 10px !important;
    background-color: #231f1e !important;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    border-radius: 50% !important;
}

.reffer-block div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error,
.reffer-block div.wpforms-container-full .wpforms-form .wpforms-field input.user-invalid,
.reffer-block div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error,
.reffer-block div.wpforms-container-full .wpforms-form .wpforms-field textarea.user-invalid,
.reffer-block div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error,
.reffer-block div.wpforms-container-full .wpforms-form .wpforms-field select.user-invalid {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #000 !important;
}

.reffer-block div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    font-size: 14px !important;
}

.reffer-block div.wpforms-container-full .wpforms-form ul {
    padding-top: 1rem !important;
}

.reffer-block .wpforms-field-label {
    color: #58bcbc !important;
}

.reffer-block .wpforms-container div.wpforms-uploader {
    border: 1px dashed #000 !important;
    margin-top: 1rem;
}

.reffer-block #wpforms-470-field_44-container .wpforms-field-label {
    display: none;
}

.reffer-block #wpforms-470-field_44-container ul {
    padding-top: 0 !important;
}

.reffer-block #wpforms-470-field_49-container .wpforms-field-label {
    display: none;
}

.reffer-block #wpforms-470-field_49-container ul {
    padding-top: 0 !important;
}

.reffer-block #wpforms-470-field_52-container .wpforms-field-label {
    display: none;
}

.reffer-block #wpforms-470-field_52-container ul {
    padding-top: 0 !important;
}

.reffer-block #wpforms-470-field_55-container .wpforms-field-label {
    display: none;
}

.reffer-block #wpforms-470-field_55-container ul {
    padding-top: 0 !important;
}

.reffer-block #wpforms-470-field_58-container .wpforms-field-label {
    display: none;
}

.reffer-block #wpforms-470-field_58-container ul {
    padding-top: 0 !important;
}

.reffer-block #wpforms-470-field_61-container .wpforms-field-label {
    display: none;
}

.reffer-block #wpforms-470-field_61-container ul {
    padding-top: 0 !important;
}

.reffer-block #wpforms-470-field_64-container .wpforms-field-label {
    display: none;
}

.reffer-block #wpforms-470-field_64-container ul {
    padding-top: 0 !important;
}

.reffer-block #wpforms-470-field_47-time,
.reffer-block #wpforms-470-field_48-time,
.reffer-block #wpforms-470-field_50-time,
.reffer-block #wpforms-470-field_51-time,
.reffer-block #wpforms-470-field_53-time,
.reffer-block #wpforms-470-field_54-time,
.reffer-block #wpforms-470-field_56-time,
.reffer-block #wpforms-470-field_57-time,
.reffer-block #wpforms-470-field_59-time,
.reffer-block #wpforms-470-field_60-time,
.reffer-block #wpforms-470-field_62-time,
.reffer-block #wpforms-470-field_63-time,
.reffer-block #wpforms-470-field_66-time,
.reffer-block #wpforms-470-field_65-time {
    border-bottom: solid 1px #000000 !important;
    padding: 5px 0.5rem !important;
    height: auto !important;
    margin-top: -3px !important;
}

@media (max-width: 574px) {
    .reffer-block #wpforms-470-field_44-container,
    .reffer-block #wpforms-470-field_49-container,
    .reffer-block #wpforms-470-field_52-container,
    .reffer-block #wpforms-470-field_55-container,
    .reffer-block #wpforms-470-field_58-container,
    .reffer-block #wpforms-470-field_64-container,
    .reffer-block #wpforms-470-field_61-container {
        width: 40% !important;
    }
}

.gap {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (min-width: 575px) {
    .gap {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media (min-width: 768px) {
    .gap {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
}

@media (min-width: 992px) {
    .gap {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

.gap-up {
    padding-top: 2rem;
}

@media (min-width: 575px) {
    .gap-up {
        padding-top: 3rem;
    }
}

@media (min-width: 768px) {
    .gap-up {
        padding-top: 3.5rem;
    }
}

@media (min-width: 992px) {
    .gap-up {
        padding-top: 4rem;
    }
}

.gap-down {
    padding-bottom: 2rem;
}

@media (min-width: 575px) {
    .gap-down {
        padding-bottom: 3rem;
    }
}

@media (min-width: 768px) {
    .gap-down {
        padding-bottom: 3.5rem;
    }
}

@media (min-width: 992px) {
    .gap-down {
        padding-bottom: 4rem;
    }
}

.gap-sm {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media (min-width: 575px) {
    .gap-sm {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

@media (min-width: 768px) {
    .gap-sm {
        padding-top: 1.7rem;
        padding-bottom: 1.7rem;
    }
}

@media (min-width: 992px) {
    .gap-sm {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.gap-sm-up {
    padding-top: 1rem;
}

@media (min-width: 575px) {
    .gap-sm-up {
        padding-top: 1.5rem;
    }
}

@media (min-width: 768px) {
    .gap-sm-up {
        padding-top: 1.7rem;
    }
}

@media (min-width: 992px) {
    .gap-sm-up {
        padding-top: 2rem;
    }
}

.gap-sm-down {
    padding-bottom: 1rem;
}

@media (min-width: 575px) {
    .gap-sm-down {
        padding-bottom: 1.5rem;
    }
}

@media (min-width: 768px) {
    .gap-sm-down {
        padding-bottom: 1.7rem;
    }
}

@media (min-width: 992px) {
    .gap-sm-down {
        padding-bottom: 2rem;
    }
}


/*# sourceMappingURL=app.css.map */