/*--------------------------------------------------------------
# Fada font
--------------------------------------------------------------*/

@font-face {
    font-family: 'Fada';
    src: url('Fada.woff') format('woff'),
        url('Fada.ttf') format('truetype'),
        url('Fada.otf') format('opentype'),
        url('Fada.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ArialNarrow';
    src: url('ArialNarrow.woff') format('woff'),
        url('ArialNarrow.ttf') format('truetype'),
        url('ArialNarrow.otf') format('opentype'),
        url('ArialNarrow.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SFPro';
    src: url('SF-Pro-Display-Regular.woff') format('woff'),
        url('SF-Pro-Display-Regular.ttf') format('truetype'),
        url('SF-Pro-Display-Regular.otf') format('opentype'),
        url('SF-Pro-Display-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.title {
    font-family: 'Fada', "sans-serif";
}

@media screen and (min-width: 768px) {
    .title {
        font-family: 'Fada', "sans-serif";
        /* text-shadow: 1px 1px 4px rgba(255, 255, 255, 1); */
        overflow: hidden; /* Hide overflowing text */
        opacity: 0; /* Initially set the opacity to 0 */
        transition: width 2s ease, opacity 2s ease; /* Transition width and opacity */
    }

        /* Styles for the text when it's visible */
        .title.active {
        opacity: 1; /* Make the text fully visible */
    }

    .titleboxtext {
        font-family: 'SFPro', "sans-serif";
        /* text-shadow: 1px 1px 4px rgba(255, 255, 255, 1); */
        overflow: hidden; /* Hide overflowing text */
        opacity: 0; /* Initially set the opacity to 0 */
        transition: width 2s ease, opacity 2s ease; /* Transition width and opacity */
    }
    
    /* Styles for the text when it's visible */
    .titleboxtext.active {
        opacity: 1; /* Make the text fully visible */
    }

    .titlebutton {
        font-family: 'Fada', "sans-serif";
        /* text-shadow: 1px 1px 4px rgba(255, 255, 255, 1); */
        overflow: hidden; /* Hide overflowing text */
        opacity: 0; /* Initially set the opacity to 0 */
        transition: width 2s ease, opacity 2s ease; /* Transition width and opacity */
    }
    
    /* Styles for the text when it's visible */
    .titlebutton.active {
        opacity: 1; /* Make the text fully visible */
    }
}

.accordion,
.accordion-body,
.accordion-item {
    -o-border-image: url("data:image/svg+xml,<svg width='668' height='3' viewBox='0 0 668 3' xmlns='http://www.w3.org/2000/svg'><path d='M 661 -2 M 659 0 l 2 0 c -2.583 0.024 -5.162 0.05 0 0 c 2 0 -1 2 -3.582 2.043 c -5.21 0.055 -10.368 0.124 -15.604 0.173 c -4.626 0.043 -9.316 0.073 -13.998 0.1 c -5.667 0.031 -11.358 0.054 -17.036 0.08 c -3.465 0.018 -6.92 0.053 -10.383 0.053 C 5.815 2.69 3.46 2.598 1 2 c -0.487 -0.104 0 -1 2 -2 c 14.438 -0.043 28.91 -0.062 43.37 -0.085 c 8.721 -0.003 17.442 0.03 26.167 0.04 c 11.59 0.014 23.185 0.013 34.768 0.034' fill='%23605D5E' fill-rule='evenodd'/></svg>") 3 stretch !important;
    border-image: url("data:image/svg+xml,<svg width='668' height='3' viewBox='0 0 668 3' xmlns='http://www.w3.org/2000/svg'><path d='M 661 -2 M 659 0 l 2 0 c -2.583 0.024 -5.162 0.05 0 0 c 2 0 -1 2 -3.582 2.043 c -5.21 0.055 -10.368 0.124 -15.604 0.173 c -4.626 0.043 -9.316 0.073 -13.998 0.1 c -5.667 0.031 -11.358 0.054 -17.036 0.08 c -3.465 0.018 -6.92 0.053 -10.383 0.053 C 5.815 2.69 3.46 2.598 1 2 c -0.487 -0.104 0 -1 2 -2 c 14.438 -0.043 28.91 -0.062 43.37 -0.085 c 8.721 -0.003 17.442 0.03 26.167 0.04 c 11.59 0.014 23.185 0.013 34.768 0.034' fill='%23605D5E' fill-rule='evenodd'/></svg>") 3 stretch !important
}

.accordion {
    border-bottom: 0
}

.accordion .accordion-body {
    border-bottom: 0
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #f817a7;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #1a1a1a;
    --bs-secondary: #60d3f7;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 38, 36, 37;
    --bs-secondary-rgb: 55, 75, 163;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 38, 36, 37;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: "Fada";
    --bs-font-monospace: "Fada";
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: "Fada";
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 300;
    --bs-body-line-height: 1.625;
    --bs-body-color: #1a1a1a;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #FCF6E8;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: .375rem;
    --bs-border-radius-sm: .25rem;
    --bs-border-radius-lg: .5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #1a1a1a;
    --bs-link-hover-color: #1e1d1e;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

hr {
    margin: 4px 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
.nav-tabs .nav-link,
.__h3,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 2px;
    font-family: "Fada";
    font-weight: 800;
    line-height: 1.16667;
    color: #1a1a1a
}

h1,
.h1 {
    font-size: calc(1.4375rem + 2.25vw)
}

@media (min-width: 1200px) {

    h1,
    .h1 {
        font-size: 3.125rem
    }
}

h2,
.h2 {
    font-size: calc(1.3125rem + .75vw)
}

@media (min-width: 1200px) {

    h2,
    .h2 {
        font-size: 1.875rem;
    }
}

h3,
.h3,
.nav-tabs .nav-link,
.__h3,
footer h1,
footer .h1,
footer h2,
footer .h2,
footer h3,
footer h4,
footer .h4,
footer h5,
footer .h5,
footer h6,
footer .h6 {
    font-size: calc(1.26875rem + .225vw)
}

@media (min-width: 1200px) {

    h3,
    .h3,
    .nav-tabs .nav-link,
    .__h3,
    footer h1,
    footer .h1,
    footer h2,
    footer .h2,
    footer h3,
    footer h4,
    footer .h4,
    footer h5,
    footer .h5,
    footer h6,
    footer .h6 {
        font-size: 1.4375rem
    }
}

h4,
.h4 {
    font-size: 1.25rem
}

h5,
.h5 {
    font-size: 1.125rem
}

h6,
.h6 {
    font-size: 1rem
}

p {
    font-family: 'Roboto', "sans-serif";
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: 700
}

small,
.small {
    font-size: .875em
}

mark,
.mark {
    padding: .1875em;
    background-color: var(--bs-highlight-bg)
}

sub,
sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: var(--bs-link-color);
    text-decoration: none
}

a:hover {
    color: var(--bs-link-hover-color)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: .875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: .25rem
}

kbd kbd {
    padding: 0;
    font-size: 1em
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

.over-ons-logo-for-mobile {
    display: none;
    /* Hide the div by default */
}

/* Media query for mobile devices (screens with a maximum width of 768px) */
@media screen and (max-width: 767px) {
    .over-ons-logo-for-mobile {
        display: block;
        /* Show the div on mobile devices */
    }
}

.over-ons-logo-for-desktop {
    display: block;
    /* Show the div by default */
}

/* Media query for mobile devices (screens with a maximum width of 768px) */
@media screen and (max-width: 767px) {
    .over-ons-logo-for-desktop {
        display: none;
        /* Hide the div on mobile devices */
    }
}


@media (max-width: 767.38px) {
    .fada_logo_container_main {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.mainpicture {
    position: relative;
    z-index: 2;
}



@media (min-width: 767.5px) and (max-width: 1439px) {
    .main-image-devwidthset {
        width: 150%;
        /* Make the image 100% width of its parent div */
        margin-left: -50%;
        /* Move the image to the left by 15px */
    }
}

.pagination-button {
    margin: 0 5px;
    /* Adjust the value as needed for spacing */
}

/* Define the purple box */
.purple-box {
    background-color: #374ba3;
    /* Set the background color to purple */
    /* margin: 5%; /* Set a 5% margin on all sides */
    padding: 20px;
    /* border: 1px solid white; /* Add a 1px white border */
    /* Add padding inside the box for spacing */
    /* border-radius: 10px;  /*Add rounded corners for a nicer look */
}

/* Style the text inside the purple box */
.purple-box p {
    color: white;
    /* Set text color to white */
}

.whatsapp-container {
    position: relative;
    width: 0;
    /* This is essential to ensure the container doesn't affect layout */
}

.chat-text {
    display: none;
}

/* Media query to show the chat text for screens wider than 767.5px */
@media (min-width: 1081px) {
    .chat-text {
        display: inline;
        /* Show the chat text */
        margin-left: 0px;
        margin-right: 10px;
        /* Add some spacing between the text and the WhatsApp icon */
    }
}

.whatsappfloater {
    visibility: hidden;
    /* Hide the button initially */
    z-index: 9999;
    /* Adjust this value as needed */
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: green;
    padding: 5px;
    border-radius: 5px;
    color: white;
}

.whatsappfloater a {
    color: white;
    text-decoration: none;
}

/* Image styles for desktop */
.whatsappfloater img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    filter: brightness(0) invert(1);
}

/* Media query for mobile */
@media (max-width: 1080px) {
    .whatsappfloater img {
        width: 50px;
        height: 50px;
        margin-right: 3px;
        /* Adjust the margin for mobile */
    }

    /* Adjust spacing for mobile */
    .whatsappfloater a {
        padding-right: 0px;
        /* Increase padding to avoid cropping */
    }
}

.whatsappfloater>div {
    display: block;
    width: 170px;
    height: 100px;
    padding: 10px 10px 10px 10px;
    border-radius: 10px 0 0 10px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%), rgba(36, 120, 178, 0.97);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    transition: background 0.8s;
}

.whatsappfloater>div:hover {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%), rgba(58, 134, 186, 0.97);
}

.whatsappfloater>div>div {
    color: white;
    line-height: 1.28em;
    letter-spacing: 0.04em;
    text-align: left;
}

.whatsappfloater>div>div img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    border-radius: 5px;
    float: left;
}

@media screen and (max-width: 1080px) {
    .whatsappfloater {
        z-index: 9999;
        position: fixed;
        display: block;
        top: calc(90vh - 20px);
        right: 20px;
        width: 60px;
        height: 60px;
        /* transform: rotate(-90deg); */
    }

    .whatsappfloater>div {
        display: block;
        width: 200px;
        height: 40px;
        padding: 7px 0px 0px 15px;
        border-radius: 10px 10px 0 0;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%), rgba(85, 177, 64, 0.97);
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
        transition: background 0.8s;
    }

    .whatsappfloater>div:hover {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%), rgba(102, 185, 83, 0.97);
    }

    .whatsappfloater>div>div {
        color: white;
        line-height: 1.2em;
        letter-spacing: 0.04em;
        text-align: left;
    }

    .whatsappfloater>div>div img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
        border-radius: 3px;
        float: left;
        outline: 1px solid rgba(255, 255, 255, 0.5);
        transform: rotate(90deg);
    }
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role="button"] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
    display: none !important
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.16667
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.16667
}

@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.16667
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.16667
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.16667
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.16667
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-unstyled,
.__list_unstyled,
footer ul {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 4px;
    font-size: 1.25rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -4px;
    margin-bottom: 4px;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: .375rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: 2px;
    line-height: 1
}

.figure-caption {
    font-size: .875em;
    color: #6c757d
}

@media (min-width: 1440px) {
    .image-wrapper {
        position: relative;
        z-index: 1;
    }
}

@media (min-width: 1440px) {
    .main-image-of-page {
        position: relative;
        right: 300px;
        z-index: 2;
    }
}

@media (min-width: 678px) {
    .main-text-of-page {
        position: relative;
        z-index: 3;
    }
}


.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 576px
    }
}

@media (min-width: 767.4px) {

    .container,
    .container-sm,
    .container-md {
        max-width: 720px
    }
}

@media (min-width: 767.5px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px
    }
}

@media (min-width: 1440px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1266px
    }
}

@media (min-width: 1441px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1266.1px
    }
}


.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.row-cols-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 1px
}

.g-1,
.gy-1 {
    --bs-gutter-y: 1px
}

.g-2,
.gx-2 {
    --bs-gutter-x: 2px
}

.g-2,
.gy-2 {
    --bs-gutter-y: 2px
}

.g-3,
.gx-3 {
    --bs-gutter-x: 4px
}

.g-3,
.gy-3 {
    --bs-gutter-y: 4px
}

.g-4,
.gx-4 {
    --bs-gutter-x: 6px
}

.g-4,
.gy-4 {
    --bs-gutter-y: 6px
}

.g-5,
.gx-5 {
    --bs-gutter-x: 12px
}

.g-5,
.gy-5 {
    --bs-gutter-y: 12px
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 1px
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 1px
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 2px
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 2px
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 4px
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 4px
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 6px
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 6px
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 12px
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 12px
    }
}

@media (min-width: 767.4px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
        position: relative;
        /* Required for absolute positioning */
        padding-right: 0;
        /* Remove padding to allow text to overflow */
    }

    .slip-out-container {
        position: relative;
        width: 200%;
        /* Extend to 200% */
        white-space: normal;
        /* Allow line breaks */
        overflow: hidden;
        word-break: break-word;
        /* Specify word break behavior */
    }

    .slip-out-text {
        display: inline;
        width: 50%;
        /* Set to 50% to break lines at the end of the width */
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 1px
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 1px
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 2px
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 2px
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 4px
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 4px
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 6px
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 6px
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 12px
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 12px
    }
}

@media (min-width: 767.5px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 1px
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 1px
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 2px
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 2px
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 4px
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 4px
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 6px
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 6px
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 12px
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 12px
    }
}

@media (min-width: 1440px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 1px
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 1px
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 2px
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 2px
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 4px
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 4px
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 6px
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 6px
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 12px
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 12px
    }
}

@media (min-width: 1441px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-xxl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 1px
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 1px
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 2px
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 2px
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 4px
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 4px
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 6px
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 6px
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 12px
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 12px
    }
}

.form-label {
    margin-bottom: .5rem;
    font-size: .875rem;
    font-weight: 700
}

.col-form-label {
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.1875
}

.col-form-label-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: .875rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.1875;
    color: #1a1a1a;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control[type="file"] {
    overflow: hidden
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #1a1a1a;
    background-color: #fff;
    border-color: #939292;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control::-webkit-date-and-time-value {
    height: 1.1875em
}

.form-control::-webkit-input-placeholder {
    color: #605D5E;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #605D5E;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #605D5E;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #605D5E;
    opacity: 1
}

.form-control::placeholder {
    color: #605D5E;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #1a1a1a;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 0;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.1875;
    color: #1a1a1a;
    background-color: transparent;
    border: solid transparent;
    border-width: 0 0
}

.form-control-plaintext:focus {
    outline: 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: calc(1.1875em + .5rem);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .25rem
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-lg {
    min-height: calc(1.1875em + 1rem);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .5rem
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

textarea.form-control {
    min-height: calc(1.1875em + .75rem)
}

textarea.form-control-sm {
    min-height: calc(1.1875em + .5rem)
}

textarea.form-control-lg {
    min-height: calc(1.1875em + 1rem)
}

.form-control-color {
    width: 3rem;
    height: calc(1.1875em + .75rem);
    padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: 0
}

.form-control-color::-webkit-color-swatch {
    border-radius: 0
}

.form-control-color.form-control-sm {
    height: calc(1.1875em + .5rem)
}

.form-control-color.form-control-lg {
    height: calc(1.1875em + 1rem)
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.1875;
    color: #1a1a1a;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 0 solid #ced4da;
    border-radius: 0;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        -webkit-transition: none;
        transition: none
    }
}

.form-select:focus {
    border-color: #939292;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(38, 36, 37, 0.25);
    box-shadow: 0 0 0 .25rem rgba(38, 36, 37, 0.25)
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #1a1a1a
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
    border-radius: .25rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: .5rem
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-select,
.input-group>.form-floating {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-select:focus,
.input-group>.form-floating:focus-within {
    z-index: 3
}

.input-group .btn,
.input-group .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
.ui-datepicker .ui-datepicker-buttonpane .input-group button[type="button"] {
    position: relative;
    z-index: 2;
}

.input-group .btn:focus,
.input-group .ui-datepicker .ui-datepicker-buttonpane button:focus[type="button"],
.ui-datepicker .ui-datepicker-buttonpane .input-group button:focus[type="button"] {
    z-index: 3
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.1875;
    color: #1a1a1a;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 0 solid #ced4da;
    border-radius: 0
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn,
.ui-datepicker .ui-datepicker-buttonpane .input-group-lg>button[type="button"] {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .5rem
}

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn,
.ui-datepicker .ui-datepicker-buttonpane .input-group-sm>button[type="button"] {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .25rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback),
.input-group>.form-floating:not(:first-child)>.form-control,
.input-group>.form-floating:not(:first-child)>.form-select {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #969494
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 1px 2px;
    margin-top: .1rem;
    font-size: .875rem;
    color: #000;
    background-color: rgba(150, 148, 148, 0.9);
    border-radius: .375rem
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #969494
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #969494;
    -webkit-box-shadow: 0 0 0 .25rem rgba(150, 148, 148, 0.25);
    box-shadow: 0 0 0 .25rem rgba(150, 148, 148, 0.25)
}

.was-validated .form-select:valid,
.form-select.is-valid {
    border-color: #969494
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
    border-color: #969494;
    -webkit-box-shadow: 0 0 0 .25rem rgba(150, 148, 148, 0.25);
    box-shadow: 0 0 0 .25rem rgba(150, 148, 148, 0.25)
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
    border-color: #969494
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
    background-color: #969494
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(150, 148, 148, 0.25);
    box-shadow: 0 0 0 .25rem rgba(150, 148, 148, 0.25)
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #969494
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.was-validated .input-group .form-control:valid,
.input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
    z-index: 1
}

.was-validated .input-group .form-control:valid:focus,
.input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 1px 2px;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: .375rem
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .25rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, 0.25)
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
    border-color: #dc3545
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .25rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, 0.25)
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
    border-color: #dc3545
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
    background-color: #dc3545
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, 0.25)
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #dc3545
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.was-validated .input-group .form-control:invalid,
.input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
    z-index: 2
}

.was-validated .input-group .form-control:invalid:focus,
.input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
    z-index: 3
}

.btn,
.ui-datepicker .ui-datepicker-buttonpane button[type="button"] {
    --bs-btn-padding-x: .75rem;
    --bs-btn-padding-y: .375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: .75rem;
    --bs-btn-font-weight: 700;
    --bs-btn-line-height: 1.625;
    --bs-btn-color: #1a1a1a;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 0;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0;
    --bs-btn-box-shadow: none;
    --bs-btn-disabled-opacity: .65;
    --bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {

    .btn,
    .ui-datepicker .ui-datepicker-buttonpane button[type="button"] {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover,
.ui-datepicker .ui-datepicker-buttonpane button:hover[type="button"] {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn-check:focus+.btn,
.ui-datepicker .ui-datepicker-buttonpane .btn-check:focus+button[type="button"],
.btn:focus,
.ui-datepicker .ui-datepicker-buttonpane button:focus[type="button"] {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked+.btn,
.ui-datepicker .ui-datepicker-buttonpane .btn-check:checked+button[type="button"],
.btn-check:active+.btn,
.ui-datepicker .ui-datepicker-buttonpane .btn-check:active+button[type="button"],
.btn:active,
.ui-datepicker .ui-datepicker-buttonpane button:active[type="button"],
.btn.active,
.ui-datepicker .ui-datepicker-buttonpane button.active[type="button"],
.btn.show,
.ui-datepicker .ui-datepicker-buttonpane button.show[type="button"] {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

.btn-check:checked+.btn:focus,
.ui-datepicker .ui-datepicker-buttonpane .btn-check:checked+button:focus[type="button"],
.btn-check:active+.btn:focus,
.ui-datepicker .ui-datepicker-buttonpane .btn-check:active+button:focus[type="button"],
.btn:active:focus,
.ui-datepicker .ui-datepicker-buttonpane button:active:focus[type="button"],
.btn.active:focus,
.ui-datepicker .ui-datepicker-buttonpane button.active:focus[type="button"],
.btn.show:focus,
.ui-datepicker .ui-datepicker-buttonpane button.show:focus[type="button"] {
    -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn:disabled,
.ui-datepicker .ui-datepicker-buttonpane button:disabled[type="button"],
.btn.disabled,
.ui-datepicker .ui-datepicker-buttonpane button.disabled[type="button"],
fieldset:disabled .btn,
fieldset:disabled .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
.ui-datepicker .ui-datepicker-buttonpane fieldset:disabled button[type="button"] {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1a1a1a;
    --bs-btn-border-color: #1a1a1a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #201f1f;
    --bs-btn-hover-border-color: #1e1d1e;
    --bs-btn-focus-shadow-rgb: 71, 69, 70;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1e1d1e;
    --bs-btn-active-border-color: #1d1b1c;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1a1a1a;
    --bs-btn-disabled-border-color: #1a1a1a
}

.btn-secondary,
.ui-datepicker .ui-datepicker-buttonpane button[type="button"][data-handler="hide"] {
    --bs-btn-color: #000;
    --bs-btn-bg: #374ba3;
    --bs-btn-border-color: #374ba3;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #374ba3;
    --bs-btn-hover-border-color: #374ba3;
    --bs-btn-focus-shadow-rgb: 217, 80, 0;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #374ba3;
    --bs-btn-active-border-color: #374ba3;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #374ba3;
    --bs-btn-disabled-border-color: #374ba3
}

.btn-contact,
.ui-datepicker .ui-datepicker-buttonpane button[type="button"][data-handler="hide"] {
    --bs-btn-color: #000;
    --bs-btn-bg: #374ba3;
    --bs-btn-border-color: #374ba3;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #374ba3;
    --bs-btn-hover-border-color: #374ba3;
    --bs-btn-focus-shadow-rgb: 217, 80, 0;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #374ba3;
    --bs-btn-active-border-color: #374ba3;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #374ba3;
    --bs-btn-disabled-border-color: #374ba3
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #374ba3;
    --bs-btn-border-color: #374ba3;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #374ba3;
    --bs-btn-hover-border-color: #374ba3;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #374ba3;
    --bs-btn-active-border-color: #374ba3;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #374ba3;
    --bs-btn-disabled-border-color: #374ba3
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529
}

.btn-outline-primary {
    --bs-btn-color: #1a1a1a;
    --bs-btn-border-color: #1a1a1a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1a1a1a;
    --bs-btn-hover-border-color: #1a1a1a;
    --bs-btn-focus-shadow-rgb: 38, 36, 37;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1a1a1a;
    --bs-btn-active-border-color: #1a1a1a;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #1a1a1a;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #1a1a1a;
    --bs-gradient: none
}

.btn-outline-secondary,
.ui-datepicker .ui-datepicker-buttonpane button[type="button"][data-handler="today"] {
    --bs-btn-color: #60d3f7;
    --bs-btn-border-color: #60d3f7;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #60d3f7;
    --bs-btn-hover-border-color: #60d3f7;
    --bs-btn-focus-shadow-rgb: 255, 94, 0;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #60d3f7;
    --bs-btn-active-border-color: #60d3f7;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #60d3f7;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #60d3f7;
    --bs-gradient: none
}

.btn-outline-success {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none
}

.btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none
}

.btn-outline-warning {
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none
}

.btn-outline-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none
}

.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none
}

.btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 71, 69, 70;
    text-decoration: none
}

.btn-link:focus {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.btn-lg {
    --bs-btn-padding-y: .5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: .5rem
}

.btn-sm {
    --bs-btn-padding-y: .25rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .875rem;
    --bs-btn-border-radius: .25rem
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    -webkit-transition: width 0.35s ease;
    transition: width 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        -webkit-transition: none;
        transition: none
    }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: .5rem;
    --bs-dropdown-spacer: .125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #1a1a1a;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: -1px;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 2px;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: #1e2125;
    --bs-dropdown-link-hover-bg: #e9ecef;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #1a1a1a;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 0;
    --bs-dropdown-item-padding-y: 1px;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 0;
    --bs-dropdown-header-padding-y: .5rem;
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius)
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer)
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 767.4px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 767.5px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 1440px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 1441px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer)
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer)
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer)
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle::after {
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg)
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: .875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color)
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #1a1a1a;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #FCF6E8;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: #1a1a1a;
    --bs-dropdown-link-active-color: #FCF6E8;
    --bs-dropdown-link-active-bg: #1a1a1a;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: .5rem;
    --bs-nav-link-font-weight: bold;
    --bs-nav-link-color: #1a1a1a;
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #6c757d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        -webkit-transition: none;
        transition: none
    }
}

.nav-link:hover,
.nav-link:focus {
    color: var(--bs-nav-link-hover-color)
}

.nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    --bs-nav-tabs-border-width: 0;
    --bs-nav-tabs-border-color: #dee2e6;
    --bs-nav-tabs-border-radius: .375rem;
    --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
    --bs-nav-tabs-link-active-color: #60d3f7;
    --bs-nav-tabs-link-active-bg: #fff;
    --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    margin-bottom: calc(var(--bs-nav-tabs-border-width) * -1);
    background: none;
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color)
}

.nav-tabs .dropdown-menu {
    margin-top: calc(var(--bs-nav-tabs-border-width) * -1);
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills {
    --bs-nav-pills-border-radius: .375rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #1a1a1a
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: transparent;
    border-color: transparent
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg)
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    --bs-navbar-padding-x: 10;
    --bs-navbar-padding-y: 5px;
    --bs-navbar-color: #1a1a1a;
    --bs-navbar-hover-color: #60d3f7;
    --bs-navbar-disabled-color: #1a1a1a;
    --bs-navbar-active-color: #1a1a1a;
    --bs-navbar-brand-padding-y: .3rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: #1a1a1a;
    --bs-navbar-brand-hover-color: #1a1a1a;
    --bs-navbar-nav-link-padding-x: .50rem;
    --bs-navbar-toggler-padding-y: .25rem;
    --bs-navbar-toggler-padding-x: .75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-border-color: #1a1a1a;
    --bs-navbar-toggler-border-radius: 0;
    --bs-navbar-toggler-focus-width: 0;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: .5rem;
    --bs-nav-link-font-weight: bold;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .show>.nav-link,
.navbar-nav .nav-link.active {
    color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-navbar-color)
}

.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
    color: var(--bs-navbar-active-color)
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    -webkit-transition: var(--bs-navbar-toggler-transition);
    transition: var(--bs-navbar-toggler-transition)
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        -webkit-transition: none;
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 767.4px) {
    .navbar-expand-md {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none
    }

    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 767.5px) {
    .navbar-expand-lg {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 1440px) {
    .navbar-expand-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 1441px) {
    .navbar-expand-xxl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.navbar-expand {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none
}

.navbar-expand .offcanvas .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

.navbar-dark {
    --bs-navbar-color: #1a1a1a;
    --bs-navbar-hover-color: #60d3f7;
    --bs-navbar-disabled-color: #1a1a1a;
    --bs-navbar-active-color: #60d3f7;
    --bs-navbar-brand-color: #60d3f7;
    --bs-navbar-brand-hover-color: #60d3f7;
    --bs-navbar-toggler-border-color: #1a1a1a;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 20'%3e%3cpath stroke='%23FCF6E8' stroke-linecap='round' stroke-miterlimit='5' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.accordion {
    --bs-accordion-color: #000;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 11'%3e%3cpath transform='rotate%2890 316 -301%29' stroke='%231a1a1a' stroke-width='3' fill='none' d='M618.5 0L625.5 7 618.5 14'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 11'%3e%3cpath transform='rotate%2890 316 -301%29' stroke='%231a1a1a' stroke-width='3' fill='none' d='M618.5 0L625.5 7 618.5 14'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #939292;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #222021;
    --bs-accordion-active-bg: #e9e9e9
}

.accordion-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: var(--bs-accordion-transition);
    transition: var(--bs-accordion-transition)
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        -webkit-transition: none;
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    -webkit-box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
    box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    -webkit-transform: var(--bs-accordion-btn-icon-transform);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    -webkit-transition: var(--bs-accordion-btn-icon-transition);
    transition: var(--bs-accordion-btn-icon-transition)
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        -webkit-transition: none;
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    -webkit-box-shadow: var(--bs-accordion-btn-focus-box-shadow);
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 4px;
    --bs-modal-margin: .5rem;
    --bs-modal-color: #1a1a1a;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 0;
    --bs-modal-border-radius: 0;
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-modal-inner-border-radius: 0;
    --bs-modal-header-padding-x: 4px;
    --bs-modal-header-padding-y: 4px;
    --bs-modal-header-padding: 4px 4px;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 0;
    --bs-modal-title-line-height: 1.625;
    --bs-modal-footer-gap: .5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: .4;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(var(--bs-modal-header-padding-y) * -.5) calc(var(--bs-modal-header-padding-x) * -.5) calc(var(--bs-modal-header-padding-y) * -.5) auto
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap) * .5)
}

@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }

    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media (min-width: 767.5px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px
    }
}

@media (min-width: 1440px) {
    .modal-xl {
        --bs-modal-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header,
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 767.38px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header,
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 767.48px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header,
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1439.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header,
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1440.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header,
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.offcanvas-sm,
.offcanvas-md,
.offcanvas-lg,
.offcanvas-xl,
.offcanvas-xxl,
.offcanvas {
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 4px;
    --bs-offcanvas-padding-y: 4px;
    --bs-offcanvas-color: #1a1a1a;
    --bs-offcanvas-bg: #fff;
    --bs-offcanvas-border-width: 0;
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075)
}

@media (max-width: 575.98px) {
    .offcanvas-sm {
        position: fixed;
        bottom: 0;
        z-index: 1045;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
    }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
        -webkit-transition: none;
        transition: none
    }
}

@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .offcanvas-sm.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .offcanvas-sm.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .offcanvas-sm.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .offcanvas-sm.showing,
    .offcanvas-sm.show:not(.hiding) {
        -webkit-transform: none;
        transform: none
    }

    .offcanvas-sm.showing,
    .offcanvas-sm.hiding,
    .offcanvas-sm.show {
        visibility: visible
    }
}

@media (min-width: 576px) {
    .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-sm .offcanvas-header {
        display: none
    }

    .offcanvas-sm .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media (max-width: 767.38px) {
    .offcanvas-md {
        position: fixed;
        bottom: 0;
        z-index: 1045;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
    }
}

@media (max-width: 767.38px) and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
        -webkit-transition: none;
        transition: none
    }
}

@media (max-width: 767.38px) {
    .offcanvas-md.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .offcanvas-md.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .offcanvas-md.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .offcanvas-md.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .offcanvas-md.showing,
    .offcanvas-md.show:not(.hiding) {
        -webkit-transform: none;
        transform: none
    }

    .offcanvas-md.showing,
    .offcanvas-md.hiding,
    .offcanvas-md.show {
        visibility: visible
    }
}

@media (min-width: 767.4px) {
    .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-md .offcanvas-header {
        display: none
    }

    .offcanvas-md .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media (max-width: 767.48px) {
    .offcanvas-lg {
        position: fixed;
        bottom: 0;
        z-index: 1045;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
    }
}

@media (max-width: 767.48px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
        -webkit-transition: none;
        transition: none
    }
}

@media (max-width: 767.48px) {
    .offcanvas-lg.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .offcanvas-lg.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .offcanvas-lg.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .offcanvas-lg.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .offcanvas-lg.showing,
    .offcanvas-lg.show:not(.hiding) {
        -webkit-transform: none;
        transform: none
    }

    .offcanvas-lg.showing,
    .offcanvas-lg.hiding,
    .offcanvas-lg.show {
        visibility: visible
    }
}

@media (min-width: 767.5px) {
    .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-lg .offcanvas-header {
        display: none
    }

    .offcanvas-lg .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media (max-width: 1439.98px) {
    .offcanvas-xl {
        position: fixed;
        bottom: 0;
        z-index: 1045;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
    }
}

@media (max-width: 1439.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
        -webkit-transition: none;
        transition: none
    }
}

@media (max-width: 1439.98px) {
    .offcanvas-xl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .offcanvas-xl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .offcanvas-xl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .offcanvas-xl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .offcanvas-xl.showing,
    .offcanvas-xl.show:not(.hiding) {
        -webkit-transform: none;
        transform: none
    }

    .offcanvas-xl.showing,
    .offcanvas-xl.hiding,
    .offcanvas-xl.show {
        visibility: visible
    }
}

@media (min-width: 1440px) {
    .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-xl .offcanvas-header {
        display: none
    }

    .offcanvas-xl .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media (max-width: 1440.98px) {
    .offcanvas-xxl {
        position: fixed;
        bottom: 0;
        z-index: 1045;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
    }
}

@media (max-width: 1440.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
        -webkit-transition: none;
        transition: none
    }
}

@media (max-width: 1440.98px) {
    .offcanvas-xxl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .offcanvas-xxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .offcanvas-xxl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .offcanvas-xxl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .offcanvas-xxl.showing,
    .offcanvas-xxl.show:not(.hiding) {
        -webkit-transform: none;
        transform: none
    }

    .offcanvas-xxl.showing,
    .offcanvas-xxl.hiding,
    .offcanvas-xxl.show {
        visibility: visible
    }
}

@media (min-width: 1441px) {
    .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-xxl .offcanvas-header {
        display: none
    }

    .offcanvas-xxl .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        -webkit-transition: none;
        transition: none
    }
}

.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.offcanvas.showing,
.offcanvas.show:not(.hiding) {
    -webkit-transform: none;
    transform: none
}

.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
    visibility: visible
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .4
}

.offcanvas-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin-top: calc(var(--bs-offcanvas-padding-y) * -.5);
    margin-right: calc(var(--bs-offcanvas-padding-x) * -.5);
    margin-bottom: calc(var(--bs-offcanvas-padding-y) * -.5)
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.625
}

.offcanvas-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.text-bg-primary {
    color: #fff !important;
    background-color: #1a1a1a !important
}

.text-bg-secondary {
    color: #000 !important;
    background-color: RGBA(255, 94, 0, var(--bs-bg-opacity, 1)) !important
}

.text-bg-success {
    color: #fff !important;
    background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important
}

.text-bg-info {
    color: #000 !important;
    background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important
}

.text-bg-warning {
    color: #000 !important;
    background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important
}

.text-bg-danger {
    color: #fff !important;
    background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important
}

.text-bg-light {
    color: #000 !important;
    background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important
}

.text-bg-dark {
    color: #fff !important;
    background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important
}

.link-primary {
    color: #1a1a1a !important
}

.link-primary:hover,
.link-primary:focus {
    color: #1e1d1e !important
}

.link-secondary {
    color: #60d3f7 !important
}

.link-secondary:hover,
.link-secondary:focus {
    color: #6cc2f4 !important
}

.link-success {
    color: #198754 !important
}

.link-success:hover,
.link-success:focus {
    color: #146c43 !important
}

.link-info {
    color: #0dcaf0 !important
}

.link-info:hover,
.link-info:focus {
    color: #3dd5f3 !important
}

.link-warning {
    color: #ffc107 !important
}

.link-warning:hover,
.link-warning:focus {
    color: #ffcd39 !important
}

.link-danger {
    color: #dc3545 !important
}

.link-danger:hover,
.link-danger:focus {
    color: #b02a37 !important
}

.link-light {
    color: #f8f9fa !important
}

.link-light:hover,
.link-light:focus {
    color: #f9fafb !important
}

.link-dark {
    color: #212529 !important
}

.link-dark:hover,
.link-dark:focus {
    color: #1a1e21 !important
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%)
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

.sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-sm-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 767.4px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-md-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 767.5px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-lg-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 1440px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 1441px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xxl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

.hstack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.vstack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    display: inline-block;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentcolor;
    opacity: .25
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block,
.ui-datepicker .ui-datepicker-buttonpane button[type="button"] {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.d-none,
.fada-tabs .nav-link span {
    display: none !important
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important
}

.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.border-1 {
    --bs-border-width: 1px
}

.border-2 {
    --bs-border-width: 2px
}

.border-3 {
    --bs-border-width: 3px
}

.border-4 {
    --bs-border-width: 4px
}

.border-5 {
    --bs-border-width: 5px
}

.border-opacity-10 {
    --bs-border-opacity: .1
}

.border-opacity-25 {
    --bs-border-opacity: .25
}

.border-opacity-50 {
    --bs-border-opacity: .5
}

.border-opacity-75 {
    --bs-border-opacity: .75
}

.border-opacity-100 {
    --bs-border-opacity: 1
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
}

.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
}

.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
}

.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
}

.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
}

.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
}

.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: 1px !important
}

.m-2 {
    margin: 2px !important
}

.m-3 {
    margin: 4px !important
}

.m-4 {
    margin: 6px !important
}

.m-5 {
    margin: 12px !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: 1px !important;
    margin-left: 1px !important
}

.mx-2 {
    margin-right: 2px !important;
    margin-left: 2px !important
}

.mx-3 {
    margin-right: 4px !important;
    margin-left: 4px !important
}

.mx-4 {
    margin-right: 6px !important;
    margin-left: 6px !important
}

.mx-5 {
    margin-right: 12px !important;
    margin-left: 12px !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important
}

.my-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important
}

.my-3 {
    margin-top: 4px !important;
    margin-bottom: 4px !important
}

.my-4 {
    margin-top: 6px !important;
    margin-bottom: 6px !important
}

.my-5 {
    margin-top: 12px !important;
    margin-bottom: 12px !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: 1px !important
}

.mt-2 {
    margin-top: 2px !important
}

.mt-3 {
    margin-top: 4px !important
}

.mt-4 {
    margin-top: 6px !important
}

.mt-5 {
    margin-top: 12px !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: 1px !important
}

.me-2 {
    margin-right: 2px !important
}

.me-3 {
    margin-right: 4px !important
}

.me-4 {
    margin-right: 6px !important
}

.me-5 {
    margin-right: 12px !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: 1px !important
}

.mb-2 {
    margin-bottom: 2px !important
}

.mb-3 {
    margin-bottom: 4px !important
}

.mb-4 {
    margin-bottom: 6px !important
}

.mb-5 {
    margin-bottom: 12px !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: 1px !important
}

.ms-2 {
    margin-left: 2px !important
}

.ms-3 {
    margin-left: 4px !important
}

.ms-4 {
    margin-left: 6px !important
}

.ms-5 {
    margin-left: 12px !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: 1px !important
}

.p-2 {
    padding: 2px !important
}

.p-3 {
    padding: 4px !important
}

.p-4 {
    padding: 6px !important
}

.p-5 {
    padding: 12px !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: 1px !important;
    padding-left: 1px !important
}

.px-2 {
    padding-right: 2px !important;
    padding-left: 2px !important
}

.px-3 {
    padding-right: 4px !important;
    padding-left: 4px !important
}

.px-4 {
    padding-right: 6px !important;
    padding-left: 6px !important
}

.px-5 {
    padding-right: 12px !important;
    padding-left: 12px !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important
}

.py-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important
}

.py-3 {
    padding-top: 4px !important;
    padding-bottom: 4px !important
}

.py-4 {
    padding-top: 6px !important;
    padding-bottom: 6px !important
}

.py-5 {
    padding-top: 12px !important;
    padding-bottom: 12px !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: 1px !important
}

.pt-2 {
    padding-top: 2px !important
}

.pt-3 {
    padding-top: 4px !important
}

.pt-4 {
    padding-top: 6px !important
}

.pt-5 {
    padding-top: 12px !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: 1px !important
}

.pe-2 {
    padding-right: 2px !important
}

.pe-3 {
    padding-right: 4px !important
}

.pe-4 {
    padding-right: 6px !important
}

.pe-5 {
    padding-right: 12px !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: 1px !important
}

.pb-2 {
    padding-bottom: 2px !important
}

.pb-3 {
    padding-bottom: 4px !important
}

.pb-4 {
    padding-bottom: 6px !important
}

.pb-5 {
    padding-bottom: 12px !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: 1px !important
}

.ps-2 {
    padding-left: 2px !important
}

.ps-3 {
    padding-left: 4px !important
}

.ps-4 {
    padding-left: 6px !important
}

.ps-5 {
    padding-left: 12px !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: 1px !important
}

.gap-2 {
    gap: 2px !important
}

.gap-3 {
    gap: 4px !important
}

.gap-4 {
    gap: 6px !important
}

.gap-5 {
    gap: 12px !important
}

.font-monospace,
.ui-datepicker-title {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.4375rem + 2.25vw) !important
}

.fs-2 {
    font-size: calc(1.3125rem + .75vw) !important
}

.fs-3 {
    font-size: calc(1.26875rem + .225vw) !important
}

.fs-4 {
    font-size: 1.25rem !important
}

.fs-5 {
    font-size: 1.125rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-semibold {
    font-weight: 600 !important
}

.fw-bolder {
    font-weight: 700 !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.625 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: .25
}

.text-opacity-50 {
    --bs-text-opacity: .5
}

.text-opacity-75 {
    --bs-text-opacity: .75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #1a1a1a !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    /* --bs-bg-opacity: 1;1a1a1a */
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 0) !important
}

.bg-opacity-10 {
    --bs-bg-opacity: .1
}

.bg-opacity-25 {
    --bs-bg-opacity: .25
}

.bg-opacity-50 {
    --bs-bg-opacity: .5
}

.bg-opacity-75 {
    --bs-bg-opacity: .75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: var(--bs-border-radius) !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important
}

.rounded-2 {
    border-radius: var(--bs-border-radius) !important
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important
}

.rounded-5 {
    border-radius: var(--bs-border-radius-2xl) !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: 1px !important
    }

    .m-sm-2 {
        margin: 2px !important
    }

    .m-sm-3 {
        margin: 4px !important
    }

    .m-sm-4 {
        margin: 6px !important
    }

    .m-sm-5 {
        margin: 12px !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: 1px !important;
        margin-left: 1px !important
    }

    .mx-sm-2 {
        margin-right: 2px !important;
        margin-left: 2px !important
    }

    .mx-sm-3 {
        margin-right: 4px !important;
        margin-left: 4px !important
    }

    .mx-sm-4 {
        margin-right: 6px !important;
        margin-left: 6px !important
    }

    .mx-sm-5 {
        margin-right: 12px !important;
        margin-left: 12px !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: 1px !important;
        margin-bottom: 1px !important
    }

    .my-sm-2 {
        margin-top: 2px !important;
        margin-bottom: 2px !important
    }

    .my-sm-3 {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }

    .my-sm-4 {
        margin-top: 6px !important;
        margin-bottom: 6px !important
    }

    .my-sm-5 {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: 1px !important
    }

    .mt-sm-2 {
        margin-top: 2px !important
    }

    .mt-sm-3 {
        margin-top: 4px !important
    }

    .mt-sm-4 {
        margin-top: 6px !important
    }

    .mt-sm-5 {
        margin-top: 12px !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: 1px !important
    }

    .me-sm-2 {
        margin-right: 2px !important
    }

    .me-sm-3 {
        margin-right: 4px !important
    }

    .me-sm-4 {
        margin-right: 6px !important
    }

    .me-sm-5 {
        margin-right: 12px !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: 1px !important
    }

    .mb-sm-2 {
        margin-bottom: 2px !important
    }

    .mb-sm-3 {
        margin-bottom: 4px !important
    }

    .mb-sm-4 {
        margin-bottom: 6px !important
    }

    .mb-sm-5 {
        margin-bottom: 12px !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: 1px !important
    }

    .ms-sm-2 {
        margin-left: 2px !important
    }

    .ms-sm-3 {
        margin-left: 4px !important
    }

    .ms-sm-4 {
        margin-left: 6px !important
    }

    .ms-sm-5 {
        margin-left: 12px !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: 1px !important
    }

    .p-sm-2 {
        padding: 2px !important
    }

    .p-sm-3 {
        padding: 4px !important
    }

    .p-sm-4 {
        padding: 6px !important
    }

    .p-sm-5 {
        padding: 12px !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: 1px !important;
        padding-left: 1px !important
    }

    .px-sm-2 {
        padding-right: 2px !important;
        padding-left: 2px !important
    }

    .px-sm-3 {
        padding-right: 4px !important;
        padding-left: 4px !important
    }

    .px-sm-4 {
        padding-right: 6px !important;
        padding-left: 6px !important
    }

    .px-sm-5 {
        padding-right: 12px !important;
        padding-left: 12px !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: 1px !important;
        padding-bottom: 1px !important
    }

    .py-sm-2 {
        padding-top: 2px !important;
        padding-bottom: 2px !important
    }

    .py-sm-3 {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }

    .py-sm-4 {
        padding-top: 6px !important;
        padding-bottom: 6px !important
    }

    .py-sm-5 {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: 1px !important
    }

    .pt-sm-2 {
        padding-top: 2px !important
    }

    .pt-sm-3 {
        padding-top: 4px !important
    }

    .pt-sm-4 {
        padding-top: 6px !important
    }

    .pt-sm-5 {
        padding-top: 12px !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: 1px !important
    }

    .pe-sm-2 {
        padding-right: 2px !important
    }

    .pe-sm-3 {
        padding-right: 4px !important
    }

    .pe-sm-4 {
        padding-right: 6px !important
    }

    .pe-sm-5 {
        padding-right: 12px !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: 1px !important
    }

    .pb-sm-2 {
        padding-bottom: 2px !important
    }

    .pb-sm-3 {
        padding-bottom: 4px !important
    }

    .pb-sm-4 {
        padding-bottom: 6px !important
    }

    .pb-sm-5 {
        padding-bottom: 12px !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: 1px !important
    }

    .ps-sm-2 {
        padding-left: 2px !important
    }

    .ps-sm-3 {
        padding-left: 4px !important
    }

    .ps-sm-4 {
        padding-left: 6px !important
    }

    .ps-sm-5 {
        padding-left: 12px !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: 1px !important
    }

    .gap-sm-2 {
        gap: 2px !important
    }

    .gap-sm-3 {
        gap: 4px !important
    }

    .gap-sm-4 {
        gap: 6px !important
    }

    .gap-sm-5 {
        gap: 12px !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 767.4px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .d-md-inline,
    .fada-tabs .nav-link span {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: 1px !important
    }

    .m-md-2 {
        margin: 2px !important
    }

    .m-md-3 {
        margin: 4px !important
    }

    .m-md-4 {
        margin: 6px !important
    }

    .m-md-5 {
        margin: 12px !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: 1px !important;
        margin-left: 1px !important
    }

    .mx-md-2 {
        margin-right: 2px !important;
        margin-left: 2px !important
    }

    .mx-md-3 {
        margin-right: 4px !important;
        margin-left: 4px !important
    }

    .mx-md-4 {
        margin-right: 6px !important;
        margin-left: 6px !important
    }

    .mx-md-5 {
        margin-right: 12px !important;
        margin-left: 12px !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: 1px !important;
        margin-bottom: 1px !important
    }

    .my-md-2 {
        margin-top: 2px !important;
        margin-bottom: 2px !important
    }

    .my-md-3 {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }

    .my-md-4 {
        margin-top: 6px !important;
        margin-bottom: 6px !important
    }

    .my-md-5 {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: 1px !important
    }

    .mt-md-2 {
        margin-top: 2px !important
    }

    .mt-md-3 {
        margin-top: 4px !important
    }

    .mt-md-4 {
        margin-top: 6px !important
    }

    .mt-md-5 {
        margin-top: 12px !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: 1px !important
    }

    .me-md-2 {
        margin-right: 2px !important
    }

    .me-md-3 {
        margin-right: 4px !important
    }

    .me-md-4 {
        margin-right: 6px !important
    }

    .me-md-5 {
        margin-right: 12px !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: 1px !important
    }

    .mb-md-2 {
        margin-bottom: 2px !important
    }

    .mb-md-3 {
        margin-bottom: 4px !important
    }

    .mb-md-4 {
        margin-bottom: 6px !important
    }

    .mb-md-5 {
        margin-bottom: 12px !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: 1px !important
    }

    .ms-md-2 {
        margin-left: 2px !important
    }

    .ms-md-3 {
        margin-left: 4px !important
    }

    .ms-md-4 {
        margin-left: 6px !important
    }

    .ms-md-5 {
        margin-left: 12px !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: 1px !important
    }

    .p-md-2 {
        padding: 2px !important
    }

    .p-md-3 {
        padding: 4px !important
    }

    .p-md-4 {
        padding: 6px !important
    }

    .p-md-5 {
        padding: 12px !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: 1px !important;
        padding-left: 1px !important
    }

    .px-md-2 {
        padding-right: 2px !important;
        padding-left: 2px !important
    }

    .px-md-3 {
        padding-right: 4px !important;
        padding-left: 4px !important
    }

    .px-md-4 {
        padding-right: 6px !important;
        padding-left: 6px !important
    }

    .px-md-5 {
        padding-right: 12px !important;
        padding-left: 12px !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: 1px !important;
        padding-bottom: 1px !important
    }

    .py-md-2 {
        padding-top: 2px !important;
        padding-bottom: 2px !important
    }

    .py-md-3 {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }

    .py-md-4 {
        padding-top: 6px !important;
        padding-bottom: 6px !important
    }

    .py-md-5 {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: 1px !important
    }

    .pt-md-2 {
        padding-top: 2px !important
    }

    .pt-md-3 {
        padding-top: 4px !important
    }

    .pt-md-4 {
        padding-top: 6px !important
    }

    .pt-md-5 {
        padding-top: 12px !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: 1px !important
    }

    .pe-md-2 {
        padding-right: 2px !important
    }

    .pe-md-3 {
        padding-right: 4px !important
    }

    .pe-md-4 {
        padding-right: 6px !important
    }

    .pe-md-5 {
        padding-right: 12px !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: 1px !important
    }

    .pb-md-2 {
        padding-bottom: 2px !important
    }

    .pb-md-3 {
        padding-bottom: 4px !important
    }

    .pb-md-4 {
        padding-bottom: 6px !important
    }

    .pb-md-5 {
        padding-bottom: 12px !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: 1px !important
    }

    .ps-md-2 {
        padding-left: 2px !important
    }

    .ps-md-3 {
        padding-left: 4px !important
    }

    .ps-md-4 {
        padding-left: 6px !important
    }

    .ps-md-5 {
        padding-left: 12px !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: 1px !important
    }

    .gap-md-2 {
        gap: 2px !important
    }

    .gap-md-3 {
        gap: 4px !important
    }

    .gap-md-4 {
        gap: 6px !important
    }

    .gap-md-5 {
        gap: 12px !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 767.5px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: 1px !important
    }

    .m-lg-2 {
        margin: 2px !important
    }

    .m-lg-3 {
        margin: 4px !important
    }

    .m-lg-4 {
        margin: 6px !important
    }

    .m-lg-5 {
        margin: 12px !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: 1px !important;
        margin-left: 1px !important
    }

    .mx-lg-2 {
        margin-right: 2px !important;
        margin-left: 2px !important
    }

    .mx-lg-3 {
        margin-right: 4px !important;
        margin-left: 4px !important
    }

    .mx-lg-4 {
        margin-right: 6px !important;
        margin-left: 6px !important
    }

    .mx-lg-5 {
        margin-right: 12px !important;
        margin-left: 12px !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: 1px !important;
        margin-bottom: 1px !important
    }

    .my-lg-2 {
        margin-top: 2px !important;
        margin-bottom: 2px !important
    }

    .my-lg-3 {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }

    .my-lg-4 {
        margin-top: 6px !important;
        margin-bottom: 6px !important
    }

    .my-lg-5 {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: 1px !important
    }

    .mt-lg-2 {
        margin-top: 2px !important
    }

    .mt-lg-3 {
        margin-top: 4px !important
    }

    .mt-lg-4 {
        margin-top: 6px !important
    }

    .mt-lg-5 {
        margin-top: 12px !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: 1px !important
    }

    .me-lg-2 {
        margin-right: 2px !important
    }

    .me-lg-3 {
        margin-right: 4px !important
    }

    .me-lg-4 {
        margin-right: 6px !important
    }

    .me-lg-5 {
        margin-right: 12px !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: 1px !important
    }

    .mb-lg-2 {
        margin-bottom: 2px !important
    }

    .mb-lg-3 {
        margin-bottom: 4px !important
    }

    .mb-lg-4 {
        margin-bottom: 6px !important
    }

    .mb-lg-5 {
        margin-bottom: 12px !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: 1px !important
    }

    .ms-lg-2 {
        margin-left: 2px !important
    }

    .ms-lg-3 {
        margin-left: 4px !important
    }

    .ms-lg-4 {
        margin-left: 6px !important
    }

    .ms-lg-5 {
        margin-left: 12px !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: 1px !important
    }

    .p-lg-2 {
        padding: 2px !important
    }

    .p-lg-3 {
        padding: 4px !important
    }

    .p-lg-4 {
        padding: 6px !important
    }

    .p-lg-5 {
        padding: 12px !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: 1px !important;
        padding-left: 1px !important
    }

    .px-lg-2 {
        padding-right: 2px !important;
        padding-left: 2px !important
    }

    .px-lg-3 {
        padding-right: 4px !important;
        padding-left: 4px !important
    }

    .px-lg-4 {
        padding-right: 6px !important;
        padding-left: 6px !important
    }

    .px-lg-5 {
        padding-right: 12px !important;
        padding-left: 12px !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: 1px !important;
        padding-bottom: 1px !important
    }

    .py-lg-2 {
        padding-top: 2px !important;
        padding-bottom: 2px !important
    }

    .py-lg-3 {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }

    .py-lg-4 {
        padding-top: 6px !important;
        padding-bottom: 6px !important
    }

    .py-lg-5 {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: 1px !important
    }

    .pt-lg-2 {
        padding-top: 2px !important
    }

    .pt-lg-3 {
        padding-top: 4px !important
    }

    .pt-lg-4 {
        padding-top: 6px !important
    }

    .pt-lg-5 {
        padding-top: 12px !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: 1px !important
    }

    .pe-lg-2 {
        padding-right: 2px !important
    }

    .pe-lg-3 {
        padding-right: 4px !important
    }

    .pe-lg-4 {
        padding-right: 6px !important
    }

    .pe-lg-5 {
        padding-right: 12px !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: 1px !important
    }

    .pb-lg-2 {
        padding-bottom: 2px !important
    }

    .pb-lg-3 {
        padding-bottom: 4px !important
    }

    .pb-lg-4 {
        padding-bottom: 6px !important
    }

    .pb-lg-5 {
        padding-bottom: 12px !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: 1px !important
    }

    .ps-lg-2 {
        padding-left: 2px !important
    }

    .ps-lg-3 {
        padding-left: 4px !important
    }

    .ps-lg-4 {
        padding-left: 6px !important
    }

    .ps-lg-5 {
        padding-left: 12px !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: 1px !important
    }

    .gap-lg-2 {
        gap: 2px !important
    }

    .gap-lg-3 {
        gap: 4px !important
    }

    .gap-lg-4 {
        gap: 6px !important
    }

    .gap-lg-5 {
        gap: 12px !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1440px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: 1px !important
    }

    .m-xl-2 {
        margin: 2px !important
    }

    .m-xl-3 {
        margin: 4px !important
    }

    .m-xl-4 {
        margin: 6px !important
    }

    .m-xl-5 {
        margin: 12px !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: 1px !important;
        margin-left: 1px !important
    }

    .mx-xl-2 {
        margin-right: 2px !important;
        margin-left: 2px !important
    }

    .mx-xl-3 {
        margin-right: 4px !important;
        margin-left: 4px !important
    }

    .mx-xl-4 {
        margin-right: 6px !important;
        margin-left: 6px !important
    }

    .mx-xl-5 {
        margin-right: 12px !important;
        margin-left: 12px !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: 1px !important;
        margin-bottom: 1px !important
    }

    .my-xl-2 {
        margin-top: 2px !important;
        margin-bottom: 2px !important
    }

    .my-xl-3 {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }

    .my-xl-4 {
        margin-top: 6px !important;
        margin-bottom: 6px !important
    }

    .my-xl-5 {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: 1px !important
    }

    .mt-xl-2 {
        margin-top: 2px !important
    }

    .mt-xl-3 {
        margin-top: 4px !important
    }

    .mt-xl-4 {
        margin-top: 6px !important
    }

    .mt-xl-5 {
        margin-top: 12px !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: 1px !important
    }

    .me-xl-2 {
        margin-right: 2px !important
    }

    .me-xl-3 {
        margin-right: 4px !important
    }

    .me-xl-4 {
        margin-right: 6px !important
    }

    .me-xl-5 {
        margin-right: 12px !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: 1px !important
    }

    .mb-xl-2 {
        margin-bottom: 2px !important
    }

    .mb-xl-3 {
        margin-bottom: 4px !important
    }

    .mb-xl-4 {
        margin-bottom: 6px !important
    }

    .mb-xl-5 {
        margin-bottom: 12px !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: 1px !important
    }

    .ms-xl-2 {
        margin-left: 2px !important
    }

    .ms-xl-3 {
        margin-left: 4px !important
    }

    .ms-xl-4 {
        margin-left: 6px !important
    }

    .ms-xl-5 {
        margin-left: 12px !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: 1px !important
    }

    .p-xl-2 {
        padding: 2px !important
    }

    .p-xl-3 {
        padding: 4px !important
    }

    .p-xl-4 {
        padding: 6px !important
    }

    .p-xl-5 {
        padding: 12px !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: 1px !important;
        padding-left: 1px !important
    }

    .px-xl-2 {
        padding-right: 2px !important;
        padding-left: 2px !important
    }

    .px-xl-3 {
        padding-right: 4px !important;
        padding-left: 4px !important
    }

    .px-xl-4 {
        padding-right: 6px !important;
        padding-left: 6px !important
    }

    .px-xl-5 {
        padding-right: 12px !important;
        padding-left: 12px !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: 1px !important;
        padding-bottom: 1px !important
    }

    .py-xl-2 {
        padding-top: 2px !important;
        padding-bottom: 2px !important
    }

    .py-xl-3 {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }

    .py-xl-4 {
        padding-top: 6px !important;
        padding-bottom: 6px !important
    }

    .py-xl-5 {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: 1px !important
    }

    .pt-xl-2 {
        padding-top: 2px !important
    }

    .pt-xl-3 {
        padding-top: 4px !important
    }

    .pt-xl-4 {
        padding-top: 6px !important
    }

    .pt-xl-5 {
        padding-top: 12px !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: 1px !important
    }

    .pe-xl-2 {
        padding-right: 2px !important
    }

    .pe-xl-3 {
        padding-right: 4px !important
    }

    .pe-xl-4 {
        padding-right: 6px !important
    }

    .pe-xl-5 {
        padding-right: 12px !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: 1px !important
    }

    .pb-xl-2 {
        padding-bottom: 2px !important
    }

    .pb-xl-3 {
        padding-bottom: 4px !important
    }

    .pb-xl-4 {
        padding-bottom: 6px !important
    }

    .pb-xl-5 {
        padding-bottom: 12px !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: 1px !important
    }

    .ps-xl-2 {
        padding-left: 2px !important
    }

    .ps-xl-3 {
        padding-left: 4px !important
    }

    .ps-xl-4 {
        padding-left: 6px !important
    }

    .ps-xl-5 {
        padding-left: 12px !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: 1px !important
    }

    .gap-xl-2 {
        gap: 2px !important
    }

    .gap-xl-3 {
        gap: 4px !important
    }

    .gap-xl-4 {
        gap: 6px !important
    }

    .gap-xl-5 {
        gap: 12px !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 1441px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: 1px !important
    }

    .m-xxl-2 {
        margin: 2px !important
    }

    .m-xxl-3 {
        margin: 4px !important
    }

    .m-xxl-4 {
        margin: 6px !important
    }

    .m-xxl-5 {
        margin: 12px !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: 1px !important;
        margin-left: 1px !important
    }

    .mx-xxl-2 {
        margin-right: 2px !important;
        margin-left: 2px !important
    }

    .mx-xxl-3 {
        margin-right: 4px !important;
        margin-left: 4px !important
    }

    .mx-xxl-4 {
        margin-right: 6px !important;
        margin-left: 6px !important
    }

    .mx-xxl-5 {
        margin-right: 12px !important;
        margin-left: 12px !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: 1px !important;
        margin-bottom: 1px !important
    }

    .my-xxl-2 {
        margin-top: 2px !important;
        margin-bottom: 2px !important
    }

    .my-xxl-3 {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }

    .my-xxl-4 {
        margin-top: 6px !important;
        margin-bottom: 6px !important
    }

    .my-xxl-5 {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: 1px !important
    }

    .mt-xxl-2 {
        margin-top: 2px !important
    }

    .mt-xxl-3 {
        margin-top: 4px !important
    }

    .mt-xxl-4 {
        margin-top: 6px !important
    }

    .mt-xxl-5 {
        margin-top: 12px !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: 1px !important
    }

    .me-xxl-2 {
        margin-right: 2px !important
    }

    .me-xxl-3 {
        margin-right: 4px !important
    }

    .me-xxl-4 {
        margin-right: 6px !important
    }

    .me-xxl-5 {
        margin-right: 12px !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: 1px !important
    }

    .mb-xxl-2 {
        margin-bottom: 2px !important
    }

    .mb-xxl-3 {
        margin-bottom: 4px !important
    }

    .mb-xxl-4 {
        margin-bottom: 6px !important
    }

    .mb-xxl-5 {
        margin-bottom: 12px !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: 1px !important
    }

    .ms-xxl-2 {
        margin-left: 2px !important
    }

    .ms-xxl-3 {
        margin-left: 4px !important
    }

    .ms-xxl-4 {
        margin-left: 6px !important
    }

    .ms-xxl-5 {
        margin-left: 12px !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: 1px !important
    }

    .p-xxl-2 {
        padding: 2px !important
    }

    .p-xxl-3 {
        padding: 4px !important
    }

    .p-xxl-4 {
        padding: 6px !important
    }

    .p-xxl-5 {
        padding: 12px !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: 1px !important;
        padding-left: 1px !important
    }

    .px-xxl-2 {
        padding-right: 2px !important;
        padding-left: 2px !important
    }

    .px-xxl-3 {
        padding-right: 4px !important;
        padding-left: 4px !important
    }

    .px-xxl-4 {
        padding-right: 6px !important;
        padding-left: 6px !important
    }

    .px-xxl-5 {
        padding-right: 12px !important;
        padding-left: 12px !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: 1px !important;
        padding-bottom: 1px !important
    }

    .py-xxl-2 {
        padding-top: 2px !important;
        padding-bottom: 2px !important
    }

    .py-xxl-3 {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }

    .py-xxl-4 {
        padding-top: 6px !important;
        padding-bottom: 6px !important
    }

    .py-xxl-5 {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: 1px !important
    }

    .pt-xxl-2 {
        padding-top: 2px !important
    }

    .pt-xxl-3 {
        padding-top: 4px !important
    }

    .pt-xxl-4 {
        padding-top: 6px !important
    }

    .pt-xxl-5 {
        padding-top: 12px !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: 1px !important
    }

    .pe-xxl-2 {
        padding-right: 2px !important
    }

    .pe-xxl-3 {
        padding-right: 4px !important
    }

    .pe-xxl-4 {
        padding-right: 6px !important
    }

    .pe-xxl-5 {
        padding-right: 12px !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: 1px !important
    }

    .pb-xxl-2 {
        padding-bottom: 2px !important
    }

    .pb-xxl-3 {
        padding-bottom: 4px !important
    }

    .pb-xxl-4 {
        padding-bottom: 6px !important
    }

    .pb-xxl-5 {
        padding-bottom: 12px !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: 1px !important
    }

    .ps-xxl-2 {
        padding-left: 2px !important
    }

    .ps-xxl-3 {
        padding-left: 4px !important
    }

    .ps-xxl-4 {
        padding-left: 6px !important
    }

    .ps-xxl-5 {
        padding-left: 12px !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: 1px !important
    }

    .gap-xxl-2 {
        gap: 2px !important
    }

    .gap-xxl-3 {
        gap: 4px !important
    }

    .gap-xxl-4 {
        gap: 6px !important
    }

    .gap-xxl-5 {
        gap: 12px !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 3.125rem !important
    }

    .fs-2 {
        font-size: 1.875rem !important
    }

    .fs-3 {
        font-size: 1.4375rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

.z-index {
    z-index: 100
}

.p-last-m-0 p:last-of-type {
    margin-bottom: 0 !important
}

.before-bg-primary:before {
    background: #1a1a1a !important
}

.before-bg-room-soft:before {
    background: #1a1a1a !important
}

.bg-grey {
    background: #E3E2E2 !important
}

.before-bg-grey-1:before,
.bg-grey-1 {
    background: #969494 !important
}

.before-bg-grey-2:before,
.bg-grey-2 {
    background: #b8b7b7 !important
}

.before-bg-grey-3:before,
.bg-grey-3 {
    background: #d7d7d7 !important
}

.bg-white {
    background: white !important
}

.bg-image,
.rate>*,
.rate .star,
.fada-icon-star,
.fada-icon-check,
.fada-icon-close {
    background: transparent center / cover no-repeat
}

.bg-room-soft {
    background: #1a1a1a !important
}

.bg-room-full {
    background: #1a1a1a !important
}

@media (min-width: 767.4px) {
    .text-md-white {
        color: white !important
    }
}

.ml-auto {
    margin-left: auto !important
}

.mr-auto {
    margin-right: auto !important
}

.text-grey-light {
    color: #666666 !important
}

.text-room-soft {
    color: #FFFFFF !important
}

.text-white-darker,
.has-gutenberg-light-color {
    color: #FCF6E8 !important
}

.border-white-darker {
    border-color: #FCF6E8 !important
}

.border-grey {
    border-color: #1a1a1a !important
}

.text-normal,
.ui-datepicker.ui-widget.ui-widget-content {
    text-transform: none !important
}

a.styled {
    font-size: 14px;
    color: #1a1a1a;
    line-height: 20px;
    font-weight: bold;
    display: inline-block;
    border-bottom: solid #60d3f7;
}

@media (max-width: 1439.98px) {
    a.styled {
        font-size: .97222vw;
        color: #1a1a1a;
        line-height: 1.38889vw;
        border-bottom: .13889vw solid #60d3f7;
    }
}

@media (max-width: 767.48px) {
    a.styled {
        font-size: .97222vw;
        color: #1a1a1a;
        line-height: 1.38889vw;
        border-bottom: .13889vw solid #60d3f7;
    }
}

@media (max-width: 767.38px) {
    a.styled {
        font-size: 2.08333vw;
        color: #1a1a1a;
        line-height: 2.77778vw;
        border-bottom: .34722vw solid #60d3f7;
    }
}

@media (max-width: 575.98px) {
    a.styled {
        font-size: 3.2vw;
        color: #1a1a1a;
        line-height: 4.26667vw;
        border-bottom: .53333vw solid #60d3f7;
    }
}

a.styled:not(.text-white-darker):not(.text-md-white-darker):not(.text-mobile-white-darker) {
    color: #1a1a1a !important
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important
}

.cursor-pointer {
    cursor: pointer !important
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.mt-large {
    margin-top: 160px !important
}

.mt-medium {
    margin-top: 80px !important
}

.mt-small {
    margin-top: 40px !important
}

.mb-large {
    margin-bottom: 160px !important
}

.mb-medium {
    margin-bottom: 80px !important
}

.mb-small {
    margin-bottom: 40px !important
}

@media (max-width: 1439.98px) {
    .mt-large {
        margin-top: 11.11111vw !important
    }

    .mt-medium {
        margin-top: 5.55556vw !important
    }

    .mt-small {
        margin-top: 2.77778vw !important
    }

    .mb-large {
        margin-bottom: 11.11111vw !important
    }

    .mb-medium {
        margin-bottom: 5.55556vw !important
    }

    .mb-small {
        margin-bottom: 2.77778vw !important
    }
}

@media (max-width: 767.48px) {
    .mt-large {
        margin-top: 11.11111vw !important
    }

    .mt-medium {
        margin-top: 5.55556vw !important
    }

    .mt-small {
        margin-top: 2.77778vw !important
    }

    .mb-large {
        margin-bottom: 11.11111vw !important
    }

    .mb-medium {
        margin-bottom: 5.55556vw !important
    }

    .mb-small {
        margin-bottom: 2.77778vw !important
    }
}

@media (max-width: 767.38px) {
    .mt-large {
        margin-top: 13.88889vw !important
    }

    .mt-medium {
        margin-top: 6.94444vw !important
    }

    .mt-small {
        margin-top: 3.47222vw !important
    }

    .mb-large {
        margin-bottom: 13.88889vw !important
    }

    .mb-medium {
        margin-bottom: 6.94444vw !important
    }

    .mb-small {
        margin-bottom: 3.47222vw !important
    }
}

@media (max-width: 575.98px) {
    .mt-large {
        margin-top: 21.33333vw !important
    }

    .mt-medium {
        margin-top: 10.66667vw !important
    }

    .mt-small {
        margin-top: 5.33333vw !important
    }

    .mb-large {
        margin-bottom: 21.33333vw !important
    }

    .mb-medium {
        margin-bottom: 10.66667vw !important
    }

    .mb-small {
        margin-bottom: 5.33333vw !important
    }
}

.nav-tabs {
    border-bottom: 1px solid #D7D7D7
}

@media (max-width: 1439.98px) {
    .nav-tabs {
        border-bottom: .06944vw solid #D7D7D7
    }
}

@media (max-width: 767.48px) {
    .nav-tabs {
        border-bottom: .06944vw solid #D7D7D7
    }
}

@media (max-width: 767.38px) {
    .nav-tabs {
        border-bottom: .17361vw solid #D7D7D7
    }
}

@media (max-width: 575.98px) {
    .nav-tabs {
        border-bottom: .26667vw solid #D7D7D7
    }
}

.nav-tabs .nav-link {
    outline: none !important;
    position: relative;
    line-height: 1 !important;
    padding-left: 0;
    margin-right: 0;
    padding-right: 0;
    margin-left: 0;
    padding-bottom: 12px
}

@media (max-width: 767.38px) {
    .nav-tabs .nav-link {
        font-size: 2.43056vw !important;
        line-height: 2.25694vw !important
    }
}

@media (max-width: 575.98px) {
    .nav-tabs .nav-link {
        font-size: 3.73333vw !important;
        line-height: 3.46667vw !important
    }
}

.nav-tabs .nav-link:not(:last-of-type) {
    margin-right: 35.25px;
    padding-right: 11.75px
}

@media (max-width: 1439.98px) {
    .nav-tabs .nav-link {
        margin-left: 0;
        padding-bottom: .83333vw
    }

    .nav-tabs .nav-link:not(:last-of-type) {
        margin-right: 2.44792vw;
        padding-right: .81597vw
    }
}

@media (max-width: 767.48px) {
    .nav-tabs .nav-link {
        margin-left: 0;
        padding-bottom: .83333vw
    }

    .nav-tabs .nav-link:not(:last-of-type) {
        margin-right: 2.44792vw;
        padding-right: .81597vw
    }
}

@media (max-width: 767.38px) {
    .nav-tabs .nav-link {
        margin-left: 0;
        padding-bottom: 2.08333vw
    }

    .nav-tabs .nav-link:not(:last-of-type) {
        margin-right: 1.90972vw;
        padding-right: .86806vw
    }
}

@media (max-width: 575.98px) {
    .nav-tabs .nav-link {
        margin-left: 0;
        padding-bottom: 3.2vw
    }

    .nav-tabs .nav-link:not(:last-of-type) {
        margin-right: 2.93333vw;
        padding-right: 1.33333vw
    }
}

.nav-tabs .nav-link:hover {
    color: #60d3f7
}

.nav-tabs .nav-link:first-of-type {
    margin-left: 0;
    padding-left: 0
}

.nav-tabs .nav-link.active:after {
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    position: absolute;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    background: transparent center / cover no-repeat;
    background-position: center right;
    background-image: url("data:image/svg+xml,%3Csvg width='255' height='6' viewBox='0 0 255 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M222.02 1.179l-.02.642h2.988l.012-.333c-.994-.105-1.987-.207-2.98-.309M251.456.32c-1.49.388-2.955.578-4.582.68-.241.015-.573-.069-.862-.106.229-.064.415-.156.697-.185.56-.06 1.174-.086 1.765-.126l-.073-.132c-.41.005-.82.012-1.231.016-.806.007-1.619.03-2.416.01-.78-.02-1.439-.091-1.644.222-.068.104-.926.203-1.488.245-.473.036-1.041-.017-1.567-.029-.18-.004-.364 0-.715 0l.847.4c-1.248.018-2.3.025-3.344.05-.423.01-.9.035-1.229.098-.36.068-.527.255-.868.273-1.044.055-2.131.054-3.202.075l-.338-.183c.415-.05.829-.1 1.241-.148l-.173-.128c-.47.015-1.04-.011-1.388.05-.678.12-1.229.289-1.833.436.412.074.787.185 1.241.214.977.063 1.99.096 2.997.119 1.434.032 2.891.018 4.308.075 2.218.09 4.43.202 6.602.347 1.257.083 2.432.25 3.69.385.358.074.733.211 1.205.24 1.935.115 3.9.199 5.904.352-.986.048-1.97.1-2.96.144-2.183.095-2.183.093-2.103.264-2.343-.027-4.096.329-5.945.624-.283.045-.555.11-.864.129-2.768.155-5.546.3-8.316.455-1.99.11-3.958.248-5.957.346-1.766.087-3.556.145-5.343.199-2.164.064-4.336.108-6.504.163-1.322.034-2.641.104-3.963.104-53.86 0-107.72.015-161.578-.03-14.148-.013-28.295-.217-42.44-.347a129.413 129.413 0 0 1-5.804-.186C2.22 5.38 1.32 5.196 0 5.02l2.876-.237c-.503-.164-1.324-.32-1.5-.515-.186-.21.147-.462.416-.683.376-.307.984-.6.25-.906.327-.157.84-.298.885-.448.092-.307.753-.349 1.735-.422 6.616-.494 13.41-.155 20.089-.32 4.123-.102 8.24-.237 12.37-.3 5.513-.085 11.037-.123 16.557-.17 2.744-.021 5.498.013 8.235-.03C64.75.948 67.563.806 70.4.773 85.773.593 101.145.4 116.526.276 127.953.183 139.39.174 150.825.144c8.144-.021 16.29-.014 24.436-.025 3.525-.004 7.05-.019 10.575-.029C196.828.058 207.82.017 218.813 0c3.329-.005 6.658.06 9.989.08 4.424.027 8.85.026 13.272.068 3.022.029 6.039.108 9.382.172' fill='%2360d3f7' fill-rule='evenodd'/%3E%3C/svg%3E%0A")
}

@media (max-width: 1439.98px) {
    .nav-tabs .nav-link.active:after {
        height: .41667vw
    }
}

@media (max-width: 767.48px) {
    .nav-tabs .nav-link.active:after {
        height: .41667vw
    }
}

@media (max-width: 767.38px) {
    .nav-tabs .nav-link.active:after {
        height: 1.04167vw
    }
}

@media (max-width: 575.98px) {
    .nav-tabs .nav-link.active:after {
        height: 1.6vw
    }
}

.accordion.layers-2 {
    border-top: 3px solid black
}

.accordion.layers-2 .accordion-item {
    background: transparent;
    border-bottom: 3px solid black
}

.accordion.layers-2 .accordion-item .accordion-body {
    border-top: 3px solid black;
    padding: 20px 40px 26px 29px
}

.accordion.layers-2 .accordion-item .accordion-button {
    background: transparent;
    padding: 16px 33px 16px 16px
}

.accordion.layers-2 .accordion-item .accordion-button:after {
    width: 16px;
    height: 11px;
    background-size: contain
}

.accordion:not(.layers-2) {
    border-top: 3px solid black
}

.accordion:not(.layers-2) .accordion-item {
    border-bottom: 3px solid black
}

.accordion:not(.layers-2) .accordion-item .accordion-body {
    border-top: 3px solid black
}

.accordion:not(.layers-2) .accordion-item .accordion-body .child .accordion-button {
    padding-left: 29px
}

.accordion:not(.layers-2) .accordion-item .accordion-body .child .accordion-button:after {
    width: 11.2px;
    height: 19.2px
}

.accordion:not(.layers-2) .accordion-item .accordion-body .child .accordion-body {
    padding: 0 40px 26px 29px
}

.accordion:not(.layers-2) .accordion-item .accordion-button {
    padding: 16px 33px 16px 16px
}

.accordion:not(.layers-2) .accordion-item .accordion-button:after {
    width: 16px;
    height: 11px
}

@media (max-width: 1439.98px) {
    .accordion.layers-2 {
        border-top: .20833vw solid black
    }

    .accordion.layers-2 .accordion-item {
        background: transparent;
        border-bottom: .20833vw solid black
    }

    .accordion.layers-2 .accordion-item .accordion-body {
        border-top: .20833vw solid black;
        padding: 1.38889vw 2.77778vw 1.80556vw 2.01389vw
    }

    .accordion.layers-2 .accordion-item .accordion-button {
        background: transparent;
        padding: 1.11111vw 2.29167vw 1.11111vw 1.11111vw
    }

    .accordion.layers-2 .accordion-item .accordion-button:after {
        width: 1.11111vw;
        height: .76389vw;
        background-size: contain
    }

    .accordion:not(.layers-2) {
        border-top: .20833vw solid black
    }

    .accordion:not(.layers-2) .accordion-item {
        border-bottom: .20833vw solid black
    }

    .accordion:not(.layers-2) .accordion-item .accordion-body {
        border-top: .20833vw solid black
    }

    .accordion:not(.layers-2) .accordion-item .accordion-body .child .accordion-button {
        padding-left: 2.01389vw
    }

    .accordion:not(.layers-2) .accordion-item .accordion-body .child .accordion-button:after {
        width: .77778vw;
        height: 1.33333vw
    }

    .accordion:not(.layers-2) .accordion-item .accordion-body .child .accordion-body {
        padding: 0 2.77778vw 1.80556vw 2.01389vw
    }

    .accordion:not(.layers-2) .accordion-item .accordion-button {
        padding: 1.11111vw 2.29167vw 1.11111vw 1.11111vw
    }

    .accordion:not(.layers-2) .accordion-item .accordion-button:after {
        width: 1.11111vw;
        height: .76389vw
    }
}

@media (max-width: 767.48px) {
    .accordion.layers-2 {
        border-top: .20833vw solid black
    }

    .accordion.layers-2 .accordion-item {
        background: transparent;
        border-bottom: .20833vw solid black
    }

    .accordion.layers-2 .accordion-item .accordion-body {
        border-top: .20833vw solid black;
        padding: 1.38889vw 2.77778vw 1.80556vw 2.01389vw
    }

    .accordion.layers-2 .accordion-item .accordion-button {
        background: transparent;
        padding: 1.11111vw 2.29167vw 1.11111vw 1.11111vw
    }

    .accordion.layers-2 .accordion-item .accordion-button:after {
        width: 1.11111vw;
        height: .76389vw;
        background-size: contain
    }

    .accordion:not(.layers-2) {
        border-top: .20833vw solid black
    }

    .accordion:not(.layers-2) .accordion-item {
        border-bottom: .20833vw solid black
    }

    .accordion:not(.layers-2) .accordion-item .accordion-body {
        border-top: .20833vw solid black
    }

    .accordion:not(.layers-2) .accordion-item .accordion-body .child .accordion-button {
        padding-left: 2.01389vw
    }

    .accordion:not(.layers-2) .accordion-item .accordion-body .child .accordion-button:after {
        width: .77778vw;
        height: 1.33333vw
    }

    .accordion:not(.layers-2) .accordion-item .accordion-body .child .accordion-body {
        padding: 0 2.77778vw 1.80556vw 2.01389vw
    }

    .accordion:not(.layers-2) .accordion-item .accordion-button {
        padding: 1.11111vw 2.29167vw 1.11111vw 1.11111vw
    }

    .accordion:not(.layers-2) .accordion-item .accordion-button:after {
        width: 1.11111vw;
        height: .76389vw
    }
}

@media (max-width: 767.38px) {
    .accordion.layers-2 {
        border-top: .52083vw solid black
    }

    .accordion.layers-2 .accordion-item {
        background: transparent;
        border-bottom: .52083vw solid black
    }

    .accordion.layers-2 .accordion-item .accordion-body {
        border-top: .52083vw solid black;
        padding: 3.47222vw 1.73611vw 4.16667vw 3.64583vw
    }

    .accordion.layers-2 .accordion-item .accordion-button {
        background: transparent;
        padding: 2.25694vw 2.08333vw 1.73611vw .69444vw
    }

    .accordion.layers-2 .accordion-item .accordion-button:after {
        width: 2.77778vw;
        height: 1.90972vw;
        background-size: contain
    }

    .accordion:not(.layers-2) {
        border-top: .52083vw solid black
    }

    .accordion:not(.layers-2) .accordion-item {
        border-bottom: .52083vw solid black
    }

    .accordion:not(.layers-2) .accordion-item .accordion-body {
        border-top: .52083vw solid black
    }

    .accordion:not(.layers-2) .accordion-item .accordion-body .child .accordion-button {
        padding-left: 5.03472vw
    }

    .accordion:not(.layers-2) .accordion-item .accordion-body .child .accordion-button:after {
        width: 1.94444vw;
        height: 3.33333vw
    }

    .accordion:not(.layers-2) .accordion-item .accordion-body .child .accordion-body {
        padding: 0 1.73611vw 4.16667vw 3.64583vw
    }

    .accordion:not(.layers-2) .accordion-item .accordion-button {
        padding: 2.25694vw 2.08333vw 1.73611vw .69444vw
    }

    .accordion:not(.layers-2) .accordion-item .accordion-button:after {
        width: 2.77778vw;
        height: 1.90972vw
    }
}

@media (max-width: 575.98px) {
    .accordion.layers-2 {
        border-top: .8vw solid black
    }

    .accordion.layers-2 .accordion-item {
        background: transparent;
        border-bottom: .8vw solid black
    }

    .accordion.layers-2 .accordion-item .accordion-body {
        border-top: .8vw solid black;
        padding: 5.33333vw 2.66667vw 6.4vw 5.6vw
    }

    .accordion.layers-2 .accordion-item .accordion-button {
        background: transparent;
        padding: 3.46667vw 3.2vw 2.66667vw 1.06667vw
    }

    .accordion.layers-2 .accordion-item .accordion-button:after {
        width: 4.26667vw;
        height: 2.93333vw;
        background-size: contain
    }

    .accordion:not(.layers-2) {
        border-top: .8vw solid black
    }

    .accordion:not(.layers-2) .accordion-item {
        border-bottom: .8vw solid black
    }

    .accordion:not(.layers-2) .accordion-item .accordion-body {
        border-top: .8vw solid black
    }

    .accordion:not(.layers-2) .accordion-item .accordion-body .child .accordion-button {
        padding-left: 7.73333vw
    }

    .accordion:not(.layers-2) .accordion-item .accordion-body .child .accordion-button:after {
        width: 2.98667vw;
        height: 5.12vw
    }

    .accordion:not(.layers-2) .accordion-item .accordion-body .child .accordion-body {
        padding: 0 2.66667vw 6.4vw 5.6vw
    }

    .accordion:not(.layers-2) .accordion-item .accordion-button {
        padding: 3.46667vw 3.2vw 2.66667vw 1.06667vw
    }

    .accordion:not(.layers-2) .accordion-item .accordion-button:after {
        width: 4.26667vw;
        height: 2.93333vw
    }
}

.accordion .accordion-item .accordion-body {
    padding: 0;
    background: white;
}

.accordion .accordion-item .accordion-button {
    border: none;
    margin-bottom: 0;
    background: transparent
}

.accordion .accordion-item .accordion-button:after {
    background-size: contain;
    background-position: center
}

.accordion .accordion-item .accordion-button[aria-expanded="true"] {
    background: white !important;
}

.accordion:not(.layers-2) .accordion-item {
    background: transparent
}

.accordion:not(.layers-2) .accordion-item .accordion-body .child {
    margin-bottom: 0
}

.accordion:not(.layers-2) .accordion-item .accordion-body .child:first-of-type {
    border-top: none
}

.accordion:not(.layers-2) .accordion-item .accordion-body .child .accordion-body {
    border-top: 0
}

.accordion:not(.layers-2) .accordion-item .accordion-body .child .accordion-item:last-of-type {
    border-bottom: none
}

.accordion:not(.layers-2) .accordion-item .accordion-body .child .accordion-button {
    border: none;
    text-transform: none !important
}

.newsletter-form {
    margin-top: 32px
}

.newsletter-form .form-control {
    border-bottom: 2px solid #1a1a1a
}

.newsletter-form .input-group-append {
    margin-left: 39px !important
}

@media (max-width: 1439.98px) {
    .newsletter-form {
        margin-top: 2.22222vw
    }

    .newsletter-form .form-control {
        border-bottom: .13889vw solid #1a1a1a
    }

    .newsletter-form .input-group-append {
        margin-left: 2.70833vw !important
    }
}

@media (max-width: 767.48px) {
    .newsletter-form {
        margin-top: 2.22222vw
    }

    .newsletter-form .form-control {
        border-bottom: .13889vw solid #1a1a1a
    }

    .newsletter-form .input-group-append {
        margin-left: 2.70833vw !important
    }
}

@media (max-width: 767.38px) {
    .newsletter-form {
        margin-top: 3.29861vw
    }

    .newsletter-form .form-control {
        border-bottom: .34722vw solid #1a1a1a
    }

    .newsletter-form .input-group-append {
        margin-left: 0 !important
    }
}

@media (max-width: 575.98px) {
    .newsletter-form {
        margin-top: 5.06667vw
    }

    .newsletter-form .form-control {
        border-bottom: .53333vw solid #1a1a1a
    }

    .newsletter-form .input-group-append {
        margin-left: 0 !important
    }
}

@media (max-width: 767.38px) {
    .newsletter-form .input-group-append {
        width: 100%
    }
}

@media (max-width: 767.38px) and (max-width: 767.38px) {
    .newsletter-form .input-group-append {
        margin-top: 4.86111vw;
        margin-bottom: 8.85417vw
    }
}

@media (max-width: 767.38px) and (max-width: 575.98px) {
    .newsletter-form .input-group-append {
        margin-top: 7.46667vw;
        margin-bottom: 13.6vw
    }
}

.newsletter-form:not(.loading) .loader,
.newsletter-form:not(.success) .form-success,
.newsletter-form.loading form,
.newsletter-form.success form {
    display: none !important
}

.rate {
    line-height: 1;
    display: block
}

.rate>*,
.rate .star {
    display: inline-block;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23D7D7D7' fill-rule='evenodd' d='M8 12L3.29771798 14.472136 4.19577393 9.23606798 0.39154787 5.52786405 5.64885899 4.76393202 8 0 10.351141 4.76393202 15.6084521 5.52786405 11.8042261 9.23606798 12.702282 14.472136z'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px
}

.rate>*:not(:last-of-type),
.rate .star:not(:last-of-type) {
    margin-right: 3px
}

@media (max-width: 1439.98px) {

    .rate>*,
    .rate .star {
        width: 1.11111vw;
        height: 1.11111vw
    }

    .rate>*:not(:last-of-type),
    .rate .star:not(:last-of-type) {
        margin-right: .20833vw
    }
}

@media (max-width: 767.48px) {

    .rate>*,
    .rate .star {
        width: 1.11111vw;
        height: 1.11111vw
    }

    .rate>*:not(:last-of-type),
    .rate .star:not(:last-of-type) {
        margin-right: .20833vw
    }
}

@media (max-width: 767.38px) {

    .rate>*,
    .rate .star {
        width: 2.77778vw;
        height: 2.77778vw
    }

    .rate>*:not(:last-of-type),
    .rate .star:not(:last-of-type) {
        margin-right: .52083vw
    }
}

@media (max-width: 575.98px) {

    .rate>*,
    .rate .star {
        width: 4.26667vw;
        height: 4.26667vw
    }

    .rate>*:not(:last-of-type),
    .rate .star:not(:last-of-type) {
        margin-right: .8vw
    }
}

.rate.text-primary>*,
.rate.text-primary .star {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M1440 0v3928H0V0h1440z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M8 0l2.351 4.764 5.257.764-3.804 3.708.898 5.236L8 12l-4.702 2.472.898-5.236L.392 5.528l5.257-.764L8 0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='translate(-392 -673)'%3E%3Cg clip-path='url(%23b)' transform='translate(392 673)'%3E%3Cpath stroke='%23FFC629' stroke-width='2' fill='none' stroke-miterlimit='5' d='M8 12L3.29771798 14.472136 4.19577393 9.23606798 0.39154787 5.52786405 5.64885899 4.76393202 8 0 10.351141 4.76393202 15.6084521 5.52786405 11.8042261 9.23606798 12.702282 14.472136 8 12 8 12z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.rate.text-primary[data-rate="0.5"]>*:first-of-type,
.rate.text-primary[data-rate="1.5"]>*:nth-child(2),
.rate.text-primary[data-rate="2.5"]>*:nth-child(3),
.rate.text-primary[data-rate="3.5"]>*:nth-child(4),
.rate.text-primary[data-rate="4.5"]>*:nth-child(5),
.rate.text-primary .star-half {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M1440 0v3928H0V0h1440z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M7.608 0v12l-4.702 2.472.898-5.236L0 5.528l5.257-.764L7.608 0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M8 0l2.351 4.764 5.257.764-3.804 3.708.898 5.236L8 12l-4.702 2.472.898-5.236L.392 5.528l5.257-.764L8 0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='translate(-392 -673)'%3E%3Cg clip-path='url(%23b)' transform='translate(392.392 673)'%3E%3Cpath fill='%23FFC629' d='M0 0L7.60845213 0 7.60845213 14.472136 0 14.472136 0 0z'/%3E%3C/g%3E%3Cg clip-path='url(%23c)' transform='translate(392 673)'%3E%3Cpath stroke='%23FFC629' stroke-width='2' fill='none' stroke-miterlimit='5' d='M8 12L3.29771798 14.472136 4.19577393 9.23606798 0.39154787 5.52786405 5.64885899 4.76393202 8 0 10.351141 4.76393202 15.6084521 5.52786405 11.8042261 9.23606798 12.702282 14.472136 8 12 8 12z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.rate[data-rate="0.5"]>*:first-of-type,
.rate[data-rate="1.5"]>*:nth-child(2),
.rate[data-rate="2.5"]>*:nth-child(3),
.rate[data-rate="3.5"]>*:nth-child(4),
.rate[data-rate="4.5"]>*:nth-child(5),
.rate .star-half {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.83988 16.0951L15.9215 18.7164L15.3065 12.1228L19.68 7.14835L13.2187 5.69616L9.84 0L6.46128 5.69616L0 7.14835L4.37352 12.1228L3.75852 18.7164L9.83988 16.0951Z' fill='%23D7D7D7'/%3E%3Cpath d='M9.84 0L9.83988 16.0951L3.75852 18.7164L4.37352 12.1228L0 7.14835L6.46128 5.69616L9.84 0Z' fill='%23FFC629'/%3E%3C/svg%3E%0A")
}

.rate[data-rate="1"]>*:nth-child(1),
.rate[data-rate="1.5"]>*:nth-child(1),
.rate[data-rate="2"]>*:nth-child(-n+2),
.rate[data-rate="2.5"]>*:nth-child(-n+2),
.rate[data-rate="3"]>*:nth-child(-n+3),
.rate[data-rate="3.5"]>*:nth-child(-n+3),
.rate[data-rate="4"]>*:nth-child(-n+4),
.rate[data-rate="4.5"]>*:nth-child(-n+4),
.rate[data-rate="5"]>*:nth-child(-n+5),
.rate .star-filled {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FFC629' fill-rule='evenodd' d='M8 12L3.29771798 14.472136 4.19577393 9.23606798 0.39154787 5.52786405 5.64885899 4.76393202 8 0 10.351141 4.76393202 15.6084521 5.52786405 11.8042261 9.23606798 12.702282 14.472136z'/%3E%3C/svg%3E")
}

.fada-icon-star {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FFC629' fill-rule='evenodd' d='M8 12L3.29771798 14.472136 4.19577393 9.23606798 0.39154787 5.52786405 5.64885899 4.76393202 8 0 10.351141 4.76393202 15.6084521 5.52786405 11.8042261 9.23606798 12.702282 14.472136z'/%3E%3C/svg%3E")
}

.fada-icon-star:not(:last-of-type) {
    margin-right: 3px
}

@media (max-width: 1439.98px) {
    .fada-icon-star {
        width: 1.11111vw;
        height: 1.11111vw
    }

    .fada-icon-star:not(:last-of-type) {
        margin-right: .20833vw
    }
}

@media (max-width: 767.48px) {
    .fada-icon-star {
        width: 1.11111vw;
        height: 1.11111vw
    }

    .fada-icon-star:not(:last-of-type) {
        margin-right: .20833vw
    }
}

@media (max-width: 767.38px) {
    .fada-icon-star {
        width: 2.77778vw;
        height: 2.77778vw
    }

    .fada-icon-star:not(:last-of-type) {
        margin-right: .52083vw
    }
}

@media (max-width: 575.98px) {
    .fada-icon-star {
        width: 4.26667vw;
        height: 4.26667vw
    }

    .fada-icon-star:not(:last-of-type) {
        margin-right: .8vw
    }
}

.fada-search-profile {
    margin-bottom: 24px;
    border-color: #d7d7d7 !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    padding-left: 134px;
    padding-right: 134px;
    padding-top: 30px;
    padding-bottom: 18px;
    background: #f1f1f1;
}

.fada-search-profile:hover {
    background: #cecece;
    border-color: #cecece !important
}

.fada-search-profile p {
    margin-top: 13px;
    margin-bottom: 11px;
    overflow: hidden;
    max-height: 70px
}

.fada-search-profile .rate {
    margin-left: 11px
}

.fada-search-profile .badge {
    margin-right: 11px
}

.fada-item .badge,
.fada-search-profile .badge {
    color: #605D5E;
    max-width: 100%;
    font-size: 10px;
    margin-top: 13px;
    line-height: 28px;
    padding-left: 24px;
    margin-bottom: 12px;
    border-radius: 15px;
    padding-right: 24px;
    border: 1px solid #B8B7B7;
    min-width: 130px;
    min-height: 23px
}

.fada-item .badge.empty,
.fada-search-profile .badge.empty {
    border-color: transparent
}

.fada-item {
    margin-bottom: 29px
}

.fada-item:hover img {
    opacity: .6
}

.fada-item img,
.fada-item .img-empty {
    height: 230px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.fada-item .content {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: -30px;
    margin-left: 35px;
    padding-top: 16px;
    margin-right: 35px
}

.fada-item .content .rate {
    margin-top: 16px
}

@media (max-width: 1439.98px) {
    .fada-search-profile {
        margin-bottom: 1.66667vw;
        border-color: #d7d7d7 !important;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        position: relative;
        padding-left: 9.30556vw;
        padding-right: 9.30556vw;
        padding-top: 2.08333vw;
        padding-bottom: 1.25vw;
        background: #f1f1f1;
    }

    .fada-search-profile:hover {
        background: #cecece;
        border-color: #cecece !important
    }

    .fada-search-profile p {
        margin-top: .90278vw;
        margin-bottom: .76389vw;
        overflow: hidden;
        max-height: 4.86111vw
    }

    .fada-search-profile .rate {
        margin-left: .76389vw
    }

    .fada-search-profile .badge {
        margin-right: .76389vw
    }

    .fada-item .badge,
    .fada-search-profile .badge {
        color: #605D5E;
        max-width: 100%;
        font-size: .69444vw;
        margin-top: .90278vw;
        line-height: 1.94444vw;
        padding-left: 1.66667vw;
        margin-bottom: .83333vw;
        border-radius: 1.04167vw;
        padding-right: 1.66667vw;
        border: 1px solid #B8B7B7;
        min-width: 9.02778vw;
        min-height: 1.59722vw
    }

    .fada-item .badge.empty,
    .fada-search-profile .badge.empty {
        border-color: transparent
    }

    .fada-item {
        margin-bottom: 2.01389vw
    }

    .fada-item:hover img {
        opacity: .6
    }

    .fada-item img,
    .fada-item .img-empty {
        height: 15.97222vw;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out
    }

    .fada-item .content {
        padding-left: .34722vw;
        padding-right: .34722vw;
        margin-top: -2.08333vw;
        margin-left: 2.43056vw;
        padding-top: 1.11111vw;
        margin-right: 2.43056vw
    }

    .fada-item .content .rate {
        margin-top: 1.11111vw
    }
}

@media (max-width: 767.48px) {
    .fada-search-profile {
        margin-bottom: 1.66667vw;
        border-color: #d7d7d7 !important;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        position: relative;
        padding-left: 9.30556vw;
        padding-right: 9.30556vw;
        padding-top: 2.08333vw;
        padding-bottom: 1.25vw;
        background: #f1f1f1;
    }

    .fada-search-profile:hover {
        background: #cecece;
        border-color: #cecece !important
    }

    .fada-search-profile p {
        margin-top: .90278vw;
        margin-bottom: .76389vw;
        overflow: hidden;
        max-height: 4.86111vw
    }

    .fada-search-profile .rate {
        margin-left: .76389vw
    }

    .fada-search-profile .badge {
        margin-right: .76389vw
    }

    .fada-item .badge,
    .fada-search-profile .badge {
        color: #605D5E;
        max-width: 100%;
        font-size: .69444vw;
        margin-top: .90278vw;
        line-height: 1.94444vw;
        padding-left: 1.66667vw;
        margin-bottom: .83333vw;
        border-radius: 1.04167vw;
        padding-right: 1.66667vw;
        border: 1px solid #B8B7B7;
        min-width: 9.02778vw;
        min-height: 1.59722vw
    }

    .fada-item .badge.empty,
    .fada-search-profile .badge.empty {
        border-color: transparent
    }

    .fada-item {
        margin-bottom: 2.01389vw
    }

    .fada-item:hover img {
        opacity: .6
    }

    .fada-item img,
    .fada-item .img-empty {
        height: 15.97222vw;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out
    }

    .fada-item .content {
        padding-left: .34722vw;
        padding-right: .34722vw;
        margin-top: -2.08333vw;
        margin-left: 2.43056vw;
        padding-top: 1.11111vw;
        margin-right: 2.43056vw
    }

    .fada-item .content .rate {
        margin-top: 1.11111vw
    }
}

@media (max-width: 767.38px) {
    .fada-search-profile {
        margin-bottom: 2.77778vw;
        border-color: #d7d7d7 !important;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        position: relative;
        padding-left: 2.77778vw;
        padding-right: 2.77778vw;
        padding-top: 5.55556vw;
        padding-bottom: 4.86111vw;
        background: #f1f1f1;
    }

    .fada-search-profile:hover {
        background: #cecece;
        border-color: #cecece !important
    }

    .fada-search-profile p {
        margin-top: 1.38889vw;
        margin-bottom: 1.5625vw;
        overflow: hidden;
        max-height: 16.84028vw
    }

    .fada-search-profile .rate {
        margin-left: .86806vw
    }

    .fada-search-profile .badge {
        margin-right: 1.90972vw
    }

    .fada-item .badge,
    .fada-search-profile .badge {
        color: #605D5E;
        max-width: 100%;
        font-size: 1.73611vw;
        margin-top: 1.21528vw;
        line-height: 4.86111vw;
        padding-left: .86806vw;
        margin-bottom: .69444vw;
        border-radius: 2.60417vw;
        padding-right: .86806vw;
        border: 1px solid #B8B7B7;
        min-width: 22.56944vw;
        min-height: 3.99306vw
    }

    .fada-item .badge.empty,
    .fada-search-profile .badge.empty {
        border-color: transparent
    }

    .fada-item {
        margin-bottom: 5.03472vw
    }

    .fada-item:hover img {
        opacity: .6
    }

    .fada-item img,
    .fada-item .img-empty {
        height: 21.8941vw;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out
    }

    .fada-item .content {
        padding-left: .86806vw;
        padding-right: .86806vw;
        margin-top: -2.76042vw;
        margin-left: 1.73611vw;
        padding-top: 1.21528vw;
        margin-right: 1.73611vw
    }

    .fada-item .content .rate {
        margin-top: 1.38889vw
    }
}

@media (max-width: 575.98px) {
    .fada-search-profile {
        margin-bottom: 4.26667vw;
        border-color: #d7d7d7 !important;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        position: relative;
        padding-left: 4.26667vw;
        padding-right: 4.26667vw;
        padding-top: 8.53333vw;
        padding-bottom: 7.46667vw;
        background: #f1f1f1;
    }

    .fada-search-profile:hover {
        background: #cecece;
        border-color: #cecece !important
    }

    .fada-search-profile p {
        margin-top: 2.13333vw;
        margin-bottom: 2.4vw;
        overflow: hidden;
        max-height: 25.86667vw
    }

    .fada-search-profile .rate {
        margin-left: 1.33333vw
    }

    .fada-search-profile .badge {
        margin-right: 2.93333vw
    }

    .fada-item .badge,
    .fada-search-profile .badge {
        color: #605D5E;
        max-width: 100%;
        font-size: 2.66667vw;
        margin-top: 1.86667vw;
        line-height: 7.46667vw;
        padding-left: 1.33333vw;
        margin-bottom: 1.06667vw;
        border-radius: 4vw;
        padding-right: 1.33333vw;
        border: 1px solid #B8B7B7;
        min-width: 34.66667vw;
        min-height: 6.13333vw
    }

    .fada-item .badge.empty,
    .fada-search-profile .badge.empty {
        border-color: transparent
    }

    .fada-item {
        margin-bottom: 7.73333vw
    }

    .fada-item:hover img {
        opacity: .6
    }

    .fada-item img,
    .fada-item .img-empty {
        height: 33.62933vw;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out
    }

    .fada-item .content {
        padding-left: 1.33333vw;
        padding-right: 1.33333vw;
        margin-top: -4.24vw;
        margin-left: 2.66667vw;
        padding-top: 1.86667vw;
        margin-right: 2.66667vw
    }

    .fada-item .content .rate {
        margin-top: 2.13333vw
    }
}

@media (max-width: 767.38px) {
    .slider-mobile-opdrachten .fada-search-profile {
        margin-right: 2.77778vw;
        padding-bottom: 2.43056vw;
        padding-top: 3.81944vw
    }

    .slider-mobile-opdrachten .fada-search-profile strong,
    .slider-mobile-opdrachten .fada-search-profile .employer {
        font-size: 2.77778vw;
        line-height: 3.64583vw
    }

    .slider-mobile-opdrachten .fada-search-profile p {
        font-size: 2.43056vw;
        line-height: 4.16667vw;
        margin-top: 2.25694vw;
        margin-bottom: 2.08333vw
    }

    .slider-mobile-opdrachten .fada-search-profile .badge {
        margin-bottom: .86806vw
    }
}

@media (max-width: 575.98px) {
    .slider-mobile-opdrachten .fada-search-profile {
        margin-right: 4.26667vw;
        padding-bottom: 3.73333vw;
        padding-top: 5.86667vw
    }

    .slider-mobile-opdrachten .fada-search-profile strong,
    .slider-mobile-opdrachten .fada-search-profile .employer {
        font-size: 4.26667vw;
        line-height: 5.6vw
    }

    .slider-mobile-opdrachten .fada-search-profile p {
        font-size: 3.73333vw;
        line-height: 6.4vw;
        margin-top: 3.46667vw;
        margin-bottom: 3.2vw
    }

    .slider-mobile-opdrachten .fada-search-profile .badge {
        margin-bottom: 1.33333vw
    }
}

@media (min-width: 1440px) {

    .fada-item img,
    .fada-item .img-empty {
        height: 230px
    }
}

.btn-loading {
    color: transparent !important;
    position: relative !important;
    pointer-events: none
}

.btn-loading:after {
    content: "";
    height: 24px;
    width: 24px;
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    border-right-color: #fff;
    -webkit-animation: donut-loader-animation 1s linear infinite;
    animation: donut-loader-animation 1s linear infinite;
    top: calc(50% - (24px / 2));
    left: calc(50% - (24px / 2));
    position: absolute;
    width: 1.66667vw;
    height: 1.66667vw;
    top: calc(50% - (1.66667vw / 2));
    left: calc(50% - (1.66667vw / 2))
}

@media (max-width: 1439px) and (min-width: 577) {
    .btn-loading:after {
        width: 1.66667vw;
        height: 1.66667vw;
        top: calc(50% - (1.66667vw / 2));
        left: calc(50% - (1.66667vw / 2))
    }
}

@media (max-width: 1439.98px) {
    .btn-loading:after {
        width: 1.66667vw;
        height: 1.66667vw;
        top: calc(50% - (1.66667vw / 2));
        left: calc(50% - (1.66667vw / 2))
    }
}

@media (max-width: 767.48px) {
    .btn-loading:after {
        width: 1.66667vw;
        height: 1.66667vw;
        top: calc(50% - (1.66667vw / 2));
        left: calc(50% - (1.66667vw / 2))
    }
}

@media (max-width: 767.38px) {
    .btn-loading:after {
        width: 4.16667vw;
        height: 4.16667vw;
        top: calc(50% - (4.16667vw / 2));
        left: calc(50% - (4.16667vw / 2))
    }
}

@media (max-width: 575.98px) {
    .btn-loading:after {
        width: 6.4vw;
        height: 6.4vw;
        top: calc(50% - (6.4vw / 2));
        left: calc(50% - (6.4vw / 2))
    }
}

@-webkit-keyframes donut-loader-animation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes donut-loader-animation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fada-icon-check,
.fada-icon-close {
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M1440 0v3928H0V0h1440z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='translate(-296 -1839)'%3E%3Cpath stroke='%231FBB3E' stroke-width='1.5' fill='none' stroke-miterlimit='10' transform='translate(298 1840)' d='M4.16853095 7.8896346L1.05891126 4.78001491 0 5.83146905 4.16853095 10 13.1170768 1.05145414 12.0656227 0 4.16853095 7.8896346 4.16853095 7.8896346z'/%3E%3C/g%3E%3C/svg%3E")
}

.fada-icon-check {
    width: 14.62px;
    height: 11.5px
}

@media (max-width: 1439.98px) {
    .fada-icon-check {
        width: 1.01528vw;
        height: .79861vw
    }
}

@media (max-width: 767.48px) {
    .fada-icon-check {
        width: 1.01528vw;
        height: .79861vw
    }
}

@media (max-width: 767.38px) {
    .fada-icon-check {
        width: 2.53819vw;
        height: 1.99653vw
    }
}

@media (max-width: 575.98px) {
    .fada-icon-check {
        width: 3.89867vw;
        height: 3.06667vw
    }
}

.fada-icon-close {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M1440 0v3928H0V0h1440z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='translate(-423 -1898)' stroke='%23ED1A20' stroke-width='2' fill='none' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cpath d='M425.299 1910.701l10.155-10.155'/%3E%3Cpath d='M425.299 1900.299l10.155 10.155'/%3E%3C/g%3E%3C/svg%3E");
    width: 10.86px;
    height: 11.11px
}

@media (max-width: 1439.98px) {
    .fada-icon-close {
        width: .75417vw;
        height: .77153vw
    }
}

@media (max-width: 767.48px) {
    .fada-icon-close {
        width: .75417vw;
        height: .77153vw
    }
}

@media (max-width: 767.38px) {
    .fada-icon-close {
        width: 1.88542vw;
        height: 1.92882vw
    }
}

@media (max-width: 575.98px) {
    .fada-icon-close {
        width: 2.896vw;
        height: 2.96267vw
    }
}

#map {
    height: 338px;
    margin-bottom: 24px
}

.fada-page-item-company {
    padding-top: 92px;
    padding-bottom: 71px
}

.fada-page-item-company hr {
    margin-top: 51px;
    margin-bottom: 51px
}

.fada-page-item-company hr:first-of-type {
    margin-top: 30px
}

.fada-page-item-company .fada-item-cover-block {
    margin-bottom: 32px;
    margin-left: 0
}

.fada-page-item-company .fada-item-cover-block .fada-item-logo {
    left: 20px;
    bottom: 20px;
    width: 100px;
    height: 100px
}

.fada-page-item-company .fada-item-cover-block .fada-item-cover {
    height: 457px
}

.fada-page-item-company .fada-title {
    margin-bottom: 17px
}

.fada-page-item-company .fada-item-info .badge {
    border: 1px solid #FCF6E8;
    border-radius: 29px;
    line-height: 38px;
    padding: 0 20px;
    margin-right: 19px;
    margin-bottom: 19px
}

.fada-page-item-company .fada-item-about p {
    margin-bottom: 38px
}

.fada-page-item-company .fada-item-expectations i {
    margin-right: 14.13px
}

.fada-page-item-company .fada-item-expectations p {
    padding-top: 12px;
    padding-bottom: 12px
}

.fada-page-item-company .fada-item-expectations span {
    width: calc(100% - 28.75px)
}

.fada-page-item-company .fada-item-video .fada-title {
    margin-bottom: 46px
}

.fada-page-item-company .fada-item-search {
    width: 764px
}

.fada-page-item-company .fada-item-search strong {
    font-size: 17px;
    line-height: 40px
}

.fada-page-item-company .fada-item-search .badge {
    border: 1px solid #FCF6E8;
    border-radius: 29px;
    line-height: 38px;
    padding: 0 20px;
    margin-right: 19px;
    margin-top: 25px
}

.fada-page-item-company .fada-item-search .badge i {
    margin-right: 9.13px
}

.fada-page-item-company .fada-item-search .btn,
.fada-page-item-company .fada-item-search .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
.ui-datepicker .ui-datepicker-buttonpane .fada-page-item-company .fada-item-search button[type="button"] {
    margin-top: 50px
}

.fada-page-item-company .fada-item-search p {
    overflow: hidden;
    max-height: 83px
}

@media (max-width: 1439.98px) {
    #map {
        height: 23.47222vw;
        margin-bottom: 1.66667vw
    }

    .fada-page-item-company {
        padding-top: 6.38889vw;
        padding-bottom: 4.93056vw
    }

    .fada-page-item-company hr {
        margin-top: 3.54167vw;
        margin-bottom: 3.54167vw
    }

    .fada-page-item-company hr:first-of-type {
        margin-top: 2.08333vw
    }

    .fada-page-item-company .fada-item-cover-block {
        margin-bottom: 2.22222vw;
        margin-left: 0
    }

    .fada-page-item-company .fada-item-cover-block .fada-item-logo {
        left: 1.38889vw;
        bottom: 1.38889vw;
        width: 6.94444vw;
        height: 6.94444vw
    }

    .fada-page-item-company .fada-item-cover-block .fada-item-cover {
        height: 31.73611vw
    }

    .fada-page-item-company .fada-title {
        margin-bottom: 1.18056vw
    }

    .fada-page-item-company .fada-item-info .badge {
        border: 1px solid #FCF6E8;
        border-radius: 2.01389vw;
        line-height: 2.63889vw;
        padding: 0 1.38889vw;
        margin-right: 1.31944vw;
        margin-bottom: 1.31944vw
    }

    .fada-page-item-company .fada-item-about p {
        margin-bottom: 2.63889vw
    }

    .fada-page-item-company .fada-item-expectations i {
        margin-right: .98125vw
    }

    .fada-page-item-company .fada-item-expectations p {
        padding-top: .83333vw;
        padding-bottom: .83333vw
    }

    .fada-page-item-company .fada-item-expectations span {
        width: calc(100% - 1.99653vw)
    }

    .fada-page-item-company .fada-item-video .fada-title {
        margin-bottom: 3.19444vw
    }

    .fada-page-item-company .fada-item-search {
        width: 53.05556vw
    }

    .fada-page-item-company .fada-item-search strong {
        font-size: 1.18056vw;
        line-height: 2.77778vw
    }

    .fada-page-item-company .fada-item-search .badge {
        border: 1px solid #FCF6E8;
        border-radius: 2.01389vw;
        line-height: 2.63889vw;
        padding: 0 1.38889vw;
        margin-right: 1.31944vw;
        margin-top: 1.73611vw
    }

    .fada-page-item-company .fada-item-search .badge i {
        margin-right: .63403vw
    }

    .fada-page-item-company .fada-item-search .btn,
    .fada-page-item-company .fada-item-search .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .fada-page-item-company .fada-item-search button[type="button"] {
        margin-top: 3.47222vw
    }

    .fada-page-item-company .fada-item-search p {
        overflow: hidden;
        max-height: 5.76389vw
    }
}

@media (max-width: 767.48px) {
    #map {
        height: 23.47222vw;
        margin-bottom: 1.66667vw
    }

    .fada-page-item-company {
        padding-top: 6.38889vw;
        padding-bottom: 4.93056vw
    }

    .fada-page-item-company hr {
        margin-top: 3.54167vw;
        margin-bottom: 3.54167vw
    }

    .fada-page-item-company hr:first-of-type {
        margin-top: 2.08333vw
    }

    .fada-page-item-company .fada-item-cover-block {
        margin-bottom: 2.22222vw;
        margin-left: 0
    }

    .fada-page-item-company .fada-item-cover-block .fada-item-logo {
        left: 1.38889vw;
        bottom: 1.38889vw;
        width: 6.94444vw;
        height: 6.94444vw
    }

    .fada-page-item-company .fada-item-cover-block .fada-item-cover {
        height: 31.73611vw
    }

    .fada-page-item-company .fada-title {
        margin-bottom: 1.18056vw
    }

    .fada-page-item-company .fada-item-info .badge {
        border: 1px solid #FCF6E8;
        border-radius: 2.01389vw;
        line-height: 2.63889vw;
        padding: 0 1.38889vw;
        margin-right: 1.31944vw;
        margin-bottom: 1.31944vw
    }

    .fada-page-item-company .fada-item-about p {
        margin-bottom: 2.63889vw
    }

    .fada-page-item-company .fada-item-expectations i {
        margin-right: .98125vw
    }

    .fada-page-item-company .fada-item-expectations p {
        padding-top: .83333vw;
        padding-bottom: .83333vw
    }

    .fada-page-item-company .fada-item-expectations span {
        width: calc(100% - 1.99653vw)
    }

    .fada-page-item-company .fada-item-video .fada-title {
        margin-bottom: 3.19444vw
    }

    .fada-page-item-company .fada-item-search {
        width: 53.05556vw
    }

    .fada-page-item-company .fada-item-search strong {
        font-size: 1.18056vw;
        line-height: 2.77778vw
    }

    .fada-page-item-company .fada-item-search .badge {
        border: 1px solid #FCF6E8;
        border-radius: 2.01389vw;
        line-height: 2.63889vw;
        padding: 0 1.38889vw;
        margin-right: 1.31944vw;
        margin-top: 1.73611vw
    }

    .fada-page-item-company .fada-item-search .badge i {
        margin-right: .63403vw
    }

    .fada-page-item-company .fada-item-search .btn,
    .fada-page-item-company .fada-item-search .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .fada-page-item-company .fada-item-search button[type="button"] {
        margin-top: 3.47222vw
    }

    .fada-page-item-company .fada-item-search p {
        overflow: hidden;
        max-height: 5.76389vw
    }
}

@media (max-width: 767.38px) {
    #map {
        height: 36.45833vw;
        margin-bottom: 2.95139vw
    }

    .fada-page-item-company {
        padding-top: 0;
        padding-bottom: 8.33333vw
    }

    .fada-page-item-company hr {
        margin-top: 8.85417vw;
        margin-bottom: 8.85417vw
    }

    .fada-page-item-company hr:first-of-type {
        margin-top: 7.46528vw
    }

    .fada-page-item-company .fada-item-cover-block {
        margin-bottom: 2.77778vw;
        margin-left: -2.60417vw
    }

    .fada-page-item-company .fada-item-cover-block .fada-item-logo {
        left: 2.60417vw;
        bottom: 2.60417vw;
        width: 11.28472vw;
        height: 11.28472vw
    }

    .fada-page-item-company .fada-item-cover-block .fada-item-cover {
        height: 32.11806vw
    }

    .fada-page-item-company .fada-title {
        margin-bottom: 2.25694vw
    }

    .fada-page-item-company .fada-item-info .badge {
        border: 1px solid #FCF6E8;
        border-radius: 5.03472vw;
        line-height: 6.59722vw;
        padding: 0 3.47222vw;
        margin-right: 1.73611vw;
        margin-bottom: 1.73611vw
    }

    .fada-page-item-company .fada-item-about p {
        margin-bottom: 6.07639vw
    }

    .fada-page-item-company .fada-item-expectations i {
        margin-right: 2.45312vw
    }

    .fada-page-item-company .fada-item-expectations p {
        padding-top: 2.08333vw;
        padding-bottom: 2.08333vw
    }

    .fada-page-item-company .fada-item-expectations span {
        width: calc(100% - 4.99132vw)
    }

    .fada-page-item-company .fada-item-video .fada-title {
        margin-bottom: 7.98611vw
    }

    .fada-page-item-company .fada-item-search {
        width: 100%
    }

    .fada-page-item-company .fada-item-search strong {
        font-size: 2.60417vw;
        line-height: 6.94444vw
    }

    .fada-page-item-company .fada-item-search .badge {
        border: 1px solid #FCF6E8;
        border-radius: 5.03472vw;
        line-height: 6.59722vw;
        padding: 0 3.47222vw;
        margin-right: 1.38889vw;
        margin-top: 1.73611vw
    }

    .fada-page-item-company .fada-item-search .badge i {
        margin-right: 1.58507vw
    }

    .fada-page-item-company .fada-item-search .btn,
    .fada-page-item-company .fada-item-search .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .fada-page-item-company .fada-item-search button[type="button"] {
        margin-top: 5.38194vw
    }

    .fada-page-item-company .fada-item-search p {
        overflow: hidden;
        max-height: 21.00694vw
    }
}

@media (max-width: 575.98px) {
    #map {
        height: 56vw;
        margin-bottom: 4.53333vw
    }

    .fada-page-item-company {
        padding-top: 0;
        padding-bottom: 12.8vw
    }

    .fada-page-item-company hr {
        margin-top: 13.6vw;
        margin-bottom: 13.6vw
    }

    .fada-page-item-company hr:first-of-type {
        margin-top: 11.46667vw
    }

    .fada-page-item-company .fada-item-cover-block {
        margin-bottom: 4.26667vw;
        margin-left: -4vw
    }

    .fada-page-item-company .fada-item-cover-block .fada-item-logo {
        left: 4vw;
        bottom: 4vw;
        width: 17.33333vw;
        height: 17.33333vw
    }

    .fada-page-item-company .fada-item-cover-block .fada-item-cover {
        height: 49.33333vw
    }

    .fada-page-item-company .fada-title {
        margin-bottom: 3.46667vw
    }

    .fada-page-item-company .fada-item-info .badge {
        border: 1px solid #FCF6E8;
        border-radius: 7.73333vw;
        line-height: 10.13333vw;
        padding: 0 5.33333vw;
        margin-right: 2.66667vw;
        margin-bottom: 2.66667vw
    }

    .fada-page-item-company .fada-item-about p {
        margin-bottom: 9.33333vw
    }

    .fada-page-item-company .fada-item-expectations i {
        margin-right: 3.768vw
    }

    .fada-page-item-company .fada-item-expectations p {
        padding-top: 3.2vw;
        padding-bottom: 3.2vw
    }

    .fada-page-item-company .fada-item-expectations span {
        width: calc(100% - 7.66667vw)
    }

    .fada-page-item-company .fada-item-video .fada-title {
        margin-bottom: 12.26667vw
    }

    .fada-page-item-company .fada-item-search {
        width: 100%
    }

    .fada-page-item-company .fada-item-search strong {
        font-size: 4vw;
        line-height: 10.66667vw
    }

    .fada-page-item-company .fada-item-search .badge {
        border: 1px solid #FCF6E8;
        border-radius: 7.73333vw;
        line-height: 10.13333vw;
        padding: 0 5.33333vw;
        margin-right: 2.13333vw;
        margin-top: 2.66667vw
    }

    .fada-page-item-company .fada-item-search .badge i {
        margin-right: 2.43467vw
    }

    .fada-page-item-company .fada-item-search .btn,
    .fada-page-item-company .fada-item-search .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .fada-page-item-company .fada-item-search button[type="button"] {
        margin-top: 8.26667vw
    }

    .fada-page-item-company .fada-item-search p {
        overflow: hidden;
        max-height: 32.26667vw
    }
}

@supports (-webkit-line-clamp: 2) {

    .fada-search-profile p,
    .fada-page-item-company .fada-item-search p {
        display: block;
        display: -webkit-box;
        display: -moz-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -ms-box-orient: vertical;
        box-orient: vertical;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -o-ellipsis-lastline: true
    }
}

@media (max-width: 767.38px) {
    @supports (-webkit-line-clamp: 2) {

        .fada-search-profile p,
        .fada-page-item-company .fada-item-search p {
            -webkit-line-clamp: 5;
            line-clamp: 5
        }
    }
}

@media (max-width: 767.38px) {
    .fada-page-item-company .fada-item-cover-block {
        width: 100vw
    }
}

@media (max-width: 767.38px) {
    .fada-page-item-company .fada-item-info .fada-title {
        line-height: 3.47222vw;
        margin-bottom: 1.38889vw
    }

    .fada-page-item-company .fada-item-info .rate {
        margin-bottom: 3.64583vw
    }
}

@media (max-width: 575.98px) {
    .fada-page-item-company .fada-item-info .fada-title {
        line-height: 5.33333vw;
        margin-bottom: 2.13333vw
    }

    .fada-page-item-company .fada-item-info .rate {
        margin-bottom: 5.6vw
    }
}

@media (max-width: 767.38px) {
    .page-fada-opdracht .fada-header-usps {
        display: none
    }
}

@media (min-width: 767.4px) {
    .fada-page-item-company .fada-item-info .border-s {
        margin-left: 5.03472vw;
        padding-left: 5.20833vw;
        border-left: .17361vw solid #979797
    }

    .fada-page-item-zzper .fada-item-info {
        padding-left: 5.20833vw
    }
}

@media (min-width: 767.5px) {
    .fada-page-item-company .fada-item-info .border-s {
        margin-left: 2.01389vw;
        padding-left: 2.08333vw;
        border-left: .06944vw solid #979797
    }

    .fada-page-item-zzper .fada-item-info {
        padding-left: 2.08333vw
    }
}

@media (min-width: 1440px) {
    .fada-page-item-company .fada-item-info .border-s {
        margin-left: 2.01389vw;
        padding-left: 2.08333vw;
        border-left: .06944vw solid #979797
    }

    .fada-page-item-zzper .fada-item-info {
        padding-left: 2.08333vw
    }
}

@media (min-width: 1441px) {
    .fada-page-item-company .fada-item-info .border-s {
        margin-left: 29px;
        padding-left: 30px;
        border-left: 1px solid #979797
    }

    .fada-page-item-zzper .fada-item-info {
        padding-left: 30px
    }
}

.fada-item-info hr {
    margin-bottom: 30px
}

.fada-item-info .fada-title {
    margin-bottom: 15px
}

.fada-item-info dt {
    width: 104px;
    margin-right: 26px
}

.fada-item-info dd {
    width: calc(100% - 145px)
}

.fada-item-info dt,
.fada-item-info dd {
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px
}

.fada-item-info .btn,
.fada-item-info .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
.ui-datepicker .ui-datepicker-buttonpane .fada-item-info button[type="button"] {
    margin-top: 19px;
    margin-left: 8.5px
}

@media (min-width: 767.4px) {

    .fada-page-item-opdracht .fada-item-info dt,
    .fada-page-item-opdracht .fada-item-info dd {
        margin-bottom: 0;
        padding-top: 7px;
        padding-bottom: 7px
    }

    .fada-page-item-opdracht .fada-item-info .row .row {
        margin-top: -2px;
        margin-bottom: 6px
    }
}

.fada-page-item-opdracht .fada-search {
    margin-top: 33px;
    margin-bottom: 53px
}

.fada-page-item-opdracht .fada-search .fada-back {
    top: -28px
}

.fada-page-item-opdracht .employer-about-empty {
    margin-top: 80px
}

@media (max-width: 767.38px) {
    .fada-page-item-opdracht .icon-back {
        z-index: 11
    }

    .fada-page-item-opdracht .fada-back {
        display: none !important
    }

    .fada-page-item-opdracht .title-employer {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 21px
    }
}

.fada-page-item-opdracht .fada-item-info {
    margin-bottom: 76px
}

.fada-page-item-opdracht .fada-item-info>.row {
    margin-bottom: 6px
}

.fada-page-item-opdracht .fada-item-info dt {
    margin-right: 30px
}

.fada-page-item-opdracht .fada-item-info dl {
    margin-bottom: 0
}

@media (max-width: 767.38px) {
    .fada-page-item-opdracht .fada-item-info dt {
        width: 115px
    }

    .fada-page-item-opdracht .fada-item-info dd {
        width: calc(100% - 130px)
    }
}

.fada-page-item-opdracht .fada-item-inventory {
    border-color: #605D5E;
    margin-right: 18px
}

@media (max-width: 767.38px) {
    .fada-page-item-opdracht .fada-item-inventory {
        font-size: 14px;
        line-height: 24px
    }
}

.fada-page-item-opdracht .rate {
    margin-left: 12px
}

.fada-page-item-opdracht .fada-qoute {
    margin-top: 88px !important;
    margin-bottom: 94px !important
}

.fada-page-item-opdracht .fada-qoute .fada-qoute-img {
    display: none
}

.fada-page-item-opdracht .fada-qoute .title {
    text-align: left !important
}

@media (max-width: 767.38px) {
    .fada-page-item-opdracht .fada-qoute {
        padding-top: 48px;
        padding-bottom: 38px
    }
}

@media (min-width: 767.4px) {
    .fada-page-item-opdracht .fada-qoute .fada-qoute-content {
        padding-left: 0
    }

    .fada-page-item-opdracht .fada-qoute .fada-qoute-content .border-md-start {
        margin-left: 0;
        padding-left: 50px
    }
}

.fada-page-item-opdracht .status-not-active {
    margin-top: 48px;
    margin-bottom: 119px
}

.fada-page-item-opdracht form {
    margin-top: 48px;
    margin-bottom: 119px
}

.fada-page-item-opdracht form [type="submit"] {
    min-width: 260px
}

.fada-page-item-zzper {
    padding-top: 96px;
    padding-bottom: 71px
}

.fada-page-item-zzper .fada-item-img {
    height: 150px;
    width: 174.4px;
    margin-bottom: 20px;
    -webkit-mask-image: url(../img/svg/mask.svg);
    mask-image: url(../img/svg/mask.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.fada-page-item-zzper hr {
    margin-top: 51px;
    margin-bottom: 51px
}

.fada-page-item-zzper .fada-title {
    margin-bottom: 20px
}

.fada-page-item-zzper .fada-item-about p {
    width: 831px
}

.fada-page-item-zzper .fada-item-experience {
    margin-bottom: 40px
}

.fada-page-item-zzper .fada-item-experience strong {
    line-height: 40px
}

.fada-page-item-zzper .fada-item-experience p {
    line-height: 28px
}

.fada-page-item-zzper .slider-item-specs-mobile {
    padding-bottom: 0
}

.fada-page-item-zzper .slider-item-specs-mobile .slick-dots button:before {
    color: #1a1a1a
}

.fada-page-item-zzper .slider-item-specs-mobile .slick-dots .slick-active button:before {
    color: #B8B7B7
}

.fada-page-item-zzper .fada-item-specs {
    margin-bottom: -30px
}

.fada-page-item-zzper .fada-item-specs .fada-title {
    margin-bottom: 40px
}

.fada-page-item-zzper .fada-item-spec {
    margin-bottom: 30px
}

.fada-page-item-zzper .fada-item-spec:not(.is-last) {
    border-right: 1px solid #605D5E
}

.fada-page-item-zzper .fada-item-spec+.fada-item-spec:not(.is-first)>div,
.fada-page-item-zzper .fada-item-spec+.fada-item-spec:not(.is-first) strong {
    padding-left: 20px
}

.fada-page-item-zzper .fada-item-spec strong {
    border-bottom: 1px solid #605D5E;
    margin-bottom: 12px;
    padding-bottom: 7px
}

.fada-page-item-zzper .fada-item-spec>div,
.fada-page-item-zzper .fada-item-spec strong {
    padding-right: 20px
}

.fada-page-item-zzper .fada-item-spec>div {
    padding-top: 17px;
    padding-bottom: 17px;
    border-bottom: 0 solid #605D5E
}

.fada-page-item-zzper .fada-item-spec .name {
    width: calc(100% - 105px)
}

.fada-page-item-zzper .fada-item-spec .badge {
    border: 1px solid #FCF6E8;
    border-radius: 29px;
    font-size: 10px;
    line-height: 20px;
    padding: 2px 10px;
    max-width: 100px;
    min-width: 36px
}

.fada-page-item-zzper .fada-item-doc {
    padding-top: 17px;
    padding-bottom: 17px
}

.fada-page-item-zzper .fada-item-doc .badge {
    border: 1px solid #FCF6E8;
    border-radius: 29px;
    font-size: 10px;
    line-height: 20px;
    padding: 2px 10px
}

.fada-page-item-zzper .fada-item-gallery .fada-title {
    margin-bottom: 38px
}

.fada-page-item-zzper .fada-item-gallery img {
    height: 226px;
    margin-bottom: 22px
}

.fada-item-reviews:not(.empty) {
    margin-bottom: 0
}

.fada-item-reviews strong {
    line-height: 40px
}

.fada-item-reviews p {
    width: 417px;
    margin-bottom: 18px
}

.fada-item-reviews dl {
    width: 340px;
    margin-top: 0
}

.fada-item-reviews dt {
    width: 250px;
    margin-right: 21px
}

.fada-item-reviews dd {
    width: 50px
}

.fada-item-reviews dd .nr {
    width: 19px
}

.fada-item-reviews dt,
.fada-item-reviews dd {
    margin-bottom: 0;
    padding: 8px 0
}

.fada-item-inventory {
    border: 1px solid #FCF6E8;
    border-radius: 29px;
    padding: 7px 20px;
    margin-right: 10px;
    margin-bottom: 21px
}

.fada-item-inventory i {
    margin-right: 10.13px
}

@media (max-width: 1439.98px) {
    .fada-item-info hr {
        margin-bottom: 2.08333vw
    }

    .fada-item-info .fada-title {
        margin-bottom: 1.04167vw
    }

    .fada-item-info dt {
        width: 7.22222vw;
        margin-right: 1.80556vw
    }

    .fada-item-info dd {
        width: calc(100% - 10.06944vw)
    }

    .fada-item-info dt,
    .fada-item-info dd {
        margin-bottom: 0;
        padding-top: .83333vw;
        padding-bottom: .83333vw
    }

    .fada-item-info .btn,
    .fada-item-info .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .fada-item-info button[type="button"] {
        margin-top: 1.31944vw;
        margin-left: .59028vw
    }
}

@media (max-width: 1439.98px) and (min-width: 767.4px) {

    .fada-page-item-opdracht .fada-item-info dt,
    .fada-page-item-opdracht .fada-item-info dd {
        margin-bottom: 0;
        padding-top: .48611vw;
        padding-bottom: .48611vw
    }

    .fada-page-item-opdracht .fada-item-info .row .row {
        margin-top: -.13889vw;
        margin-bottom: .41667vw
    }
}

@media (max-width: 1439.98px) {
    .fada-page-item-opdracht .fada-search {
        margin-top: 2.29167vw;
        margin-bottom: 3.68056vw
    }

    .fada-page-item-opdracht .fada-search .fada-back {
        top: -1.94444vw
    }

    .fada-page-item-opdracht .employer-about-empty {
        margin-top: 5.55556vw
    }
}

@media (max-width: 1439.98px) and (max-width: 767.38px) {
    .fada-page-item-opdracht .icon-back {
        z-index: 11
    }

    .fada-page-item-opdracht .fada-back {
        display: none !important
    }

    .fada-page-item-opdracht .title-employer {
        font-size: 1.25vw;
        line-height: 1.45833vw;
        margin-bottom: 1.45833vw
    }
}

@media (max-width: 1439.98px) {
    .fada-page-item-opdracht .fada-item-info {
        margin-bottom: 5.27778vw
    }

    .fada-page-item-opdracht .fada-item-info>.row {
        margin-bottom: .41667vw
    }

    .fada-page-item-opdracht .fada-item-info dt {
        margin-right: 2.08333vw
    }

    .fada-page-item-opdracht .fada-item-info dl {
        margin-bottom: 0
    }
}

@media (max-width: 1439.98px) and (max-width: 767.38px) {
    .fada-page-item-opdracht .fada-item-info dt {
        width: 7.98611vw
    }

    .fada-page-item-opdracht .fada-item-info dd {
        width: calc(100% - 9.02778vw)
    }
}

@media (max-width: 1439.98px) {
    .fada-page-item-opdracht .fada-item-inventory {
        border-color: #605D5E;
        margin-right: 1.25vw
    }
}

@media (max-width: 1439.98px) and (max-width: 767.38px) {
    .fada-page-item-opdracht .fada-item-inventory {
        font-size: .97222vw;
        line-height: 1.66667vw
    }
}

@media (max-width: 1439.98px) {
    .fada-page-item-opdracht .rate {
        margin-left: .83333vw
    }

    .fada-page-item-opdracht .fada-qoute {
        margin-top: 6.11111vw !important;
        margin-bottom: 6.52778vw !important
    }

    .fada-page-item-opdracht .fada-qoute .fada-qoute-img {
        display: none
    }

    .fada-page-item-opdracht .fada-qoute .title {
        text-align: left !important
    }
}

@media (max-width: 1439.98px) and (max-width: 767.38px) {
    .fada-page-item-opdracht .fada-qoute {
        padding-top: 3.33333vw;
        padding-bottom: 2.63889vw
    }
}

@media (max-width: 1439.98px) and (min-width: 767.4px) {
    .fada-page-item-opdracht .fada-qoute .fada-qoute-content {
        padding-left: 0
    }

    .fada-page-item-opdracht .fada-qoute .fada-qoute-content .border-md-start {
        margin-left: 0;
        padding-left: 3.47222vw
    }
}

@media (max-width: 1439.98px) {
    .fada-page-item-opdracht .status-not-active {
        margin-top: 3.33333vw;
        margin-bottom: 8.26389vw
    }

    .fada-page-item-opdracht form {
        margin-top: 3.33333vw;
        margin-bottom: 8.26389vw
    }

    .fada-page-item-opdracht form [type="submit"] {
        min-width: 18.05556vw
    }

    .fada-page-item-zzper {
        padding-top: 6.66667vw;
        padding-bottom: 4.93056vw
    }

    .fada-page-item-zzper .fada-item-img {
        height: 10.41667vw;
        width: 12.11111vw;
        margin-bottom: 1.38889vw;
        -webkit-mask-image: url(../img/svg/mask.svg);
        mask-image: url(../img/svg/mask.svg);
        -webkit-mask-size: 100%;
        mask-size: 100%;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat
    }

    .fada-page-item-zzper hr {
        margin-top: 3.54167vw;
        margin-bottom: 3.54167vw
    }

    .fada-page-item-zzper .fada-title {
        margin-bottom: 1.38889vw
    }

    .fada-page-item-zzper .fada-item-about p {
        width: 57.70833vw
    }

    .fada-page-item-zzper .fada-item-experience {
        margin-bottom: 2.77778vw
    }

    .fada-page-item-zzper .fada-item-experience strong {
        line-height: 2.77778vw
    }

    .fada-page-item-zzper .fada-item-experience p {
        line-height: 1.94444vw
    }

    .fada-page-item-zzper .slider-item-specs-mobile {
        padding-bottom: 0
    }

    .fada-page-item-zzper .slider-item-specs-mobile .slick-dots button:before {
        color: #1a1a1a
    }

    .fada-page-item-zzper .slider-item-specs-mobile .slick-dots .slick-active button:before {
        color: #B8B7B7
    }

    .fada-page-item-zzper .fada-item-specs {
        margin-bottom: -2.08333vw
    }

    .fada-page-item-zzper .fada-item-specs .fada-title {
        margin-bottom: 2.77778vw
    }

    .fada-page-item-zzper .fada-item-spec {
        margin-bottom: 2.08333vw
    }

    .fada-page-item-zzper .fada-item-spec:not(.is-last) {
        border-right: .06944vw solid #605D5E
    }

    .fada-page-item-zzper .fada-item-spec+.fada-item-spec:not(.is-first)>div,
    .fada-page-item-zzper .fada-item-spec+.fada-item-spec:not(.is-first) strong {
        padding-left: 1.38889vw
    }

    .fada-page-item-zzper .fada-item-spec strong {
        border-bottom: 1px solid #605D5E;
        margin-bottom: .83333vw;
        padding-bottom: .48611vw
    }

    .fada-page-item-zzper .fada-item-spec>div,
    .fada-page-item-zzper .fada-item-spec strong {
        padding-right: 1.38889vw
    }

    .fada-page-item-zzper .fada-item-spec>div {
        padding-top: 1.18056vw;
        padding-bottom: 1.18056vw;
        border-bottom: 0 solid #605D5E
    }

    .fada-page-item-zzper .fada-item-spec .name {
        width: calc(100% - 7.29167vw)
    }

    .fada-page-item-zzper .fada-item-spec .badge {
        border: 1px solid #FCF6E8;
        border-radius: 2.01389vw;
        font-size: .69444vw;
        line-height: 1.38889vw;
        padding: .13889vw .69444vw;
        max-width: 6.94444vw;
        min-width: 2.5vw
    }

    .fada-page-item-zzper .fada-item-doc {
        padding-top: 1.18056vw;
        padding-bottom: 1.18056vw
    }

    .fada-page-item-zzper .fada-item-doc .badge {
        border: 1px solid #FCF6E8;
        border-radius: 2.01389vw;
        font-size: .69444vw;
        line-height: 1.38889vw;
        padding: .13889vw .69444vw
    }

    .fada-page-item-zzper .fada-item-gallery .fada-title {
        margin-bottom: 2.63889vw
    }

    .fada-page-item-zzper .fada-item-gallery img {
        height: 15.69444vw;
        margin-bottom: 1.52778vw
    }

    .fada-item-reviews:not(.empty) {
        margin-bottom: 0
    }

    .fada-item-reviews strong {
        line-height: 2.77778vw
    }

    .fada-item-reviews p {
        width: 28.95833vw;
        margin-bottom: 1.25vw
    }

    .fada-item-reviews dl {
        width: 23.61111vw;
        margin-top: 0
    }

    .fada-item-reviews dt {
        width: 17.36111vw;
        margin-right: 1.45833vw
    }

    .fada-item-reviews dd {
        width: 3.47222vw
    }

    .fada-item-reviews dd .nr {
        width: 1.31944vw
    }

    .fada-item-reviews dt,
    .fada-item-reviews dd {
        margin-bottom: 0;
        padding: .55556vw 0
    }

    .fada-item-inventory {
        border: 1px solid #FCF6E8;
        border-radius: 2.01389vw;
        padding: .48611vw 1.38889vw;
        margin-right: .69444vw;
        margin-bottom: 1.45833vw
    }

    .fada-item-inventory i {
        margin-right: .70347vw
    }
}

@media (max-width: 767.48px) {
    .fada-item-info hr {
        margin-bottom: 2.08333vw
    }

    .fada-item-info .fada-title {
        margin-bottom: 1.04167vw
    }

    .fada-item-info dt {
        width: 7.22222vw;
        margin-right: 1.80556vw
    }

    .fada-item-info dd {
        width: calc(100% - 10.06944vw)
    }

    .fada-item-info dt,
    .fada-item-info dd {
        margin-bottom: 0;
        padding-top: .83333vw;
        padding-bottom: .83333vw
    }

    .fada-item-info .btn,
    .fada-item-info .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .fada-item-info button[type="button"] {
        margin-top: 1.31944vw;
        margin-left: .59028vw
    }
}

@media (max-width: 767.48px) and (min-width: 767.4px) {

    .fada-page-item-opdracht .fada-item-info dt,
    .fada-page-item-opdracht .fada-item-info dd {
        margin-bottom: 0;
        padding-top: .48611vw;
        padding-bottom: .48611vw
    }

    .fada-page-item-opdracht .fada-item-info .row .row {
        margin-top: -.13889vw;
        margin-bottom: .41667vw
    }
}

@media (max-width: 767.48px) {
    .fada-page-item-opdracht .fada-search {
        margin-top: 2.29167vw;
        margin-bottom: 3.68056vw
    }

    .fada-page-item-opdracht .fada-search .fada-back {
        top: -1.94444vw
    }

    .fada-page-item-opdracht .employer-about-empty {
        margin-top: 5.55556vw
    }
}

@media (max-width: 767.48px) and (max-width: 767.38px) {
    .fada-page-item-opdracht .icon-back {
        z-index: 11
    }

    .fada-page-item-opdracht .fada-back {
        display: none !important
    }

    .fada-page-item-opdracht .title-employer {
        font-size: 1.25vw;
        line-height: 1.45833vw;
        margin-bottom: 1.45833vw
    }
}

@media (max-width: 767.48px) {
    .fada-page-item-opdracht .fada-item-info {
        margin-bottom: 5.27778vw
    }

    .fada-page-item-opdracht .fada-item-info>.row {
        margin-bottom: .41667vw
    }

    .fada-page-item-opdracht .fada-item-info dt {
        margin-right: 2.08333vw
    }

    .fada-page-item-opdracht .fada-item-info dl {
        margin-bottom: 0
    }
}

@media (max-width: 767.48px) and (max-width: 767.38px) {
    .fada-page-item-opdracht .fada-item-info dt {
        width: 7.98611vw
    }

    .fada-page-item-opdracht .fada-item-info dd {
        width: calc(100% - 9.02778vw)
    }
}

@media (max-width: 767.48px) {
    .fada-page-item-opdracht .fada-item-inventory {
        border-color: #605D5E;
        margin-right: 1.25vw
    }
}

@media (max-width: 767.48px) and (max-width: 767.38px) {
    .fada-page-item-opdracht .fada-item-inventory {
        font-size: .97222vw;
        line-height: 1.66667vw
    }
}

@media (max-width: 767.48px) {
    .fada-page-item-opdracht .rate {
        margin-left: .83333vw
    }

    .fada-page-item-opdracht .fada-qoute {
        margin-top: 6.11111vw !important;
        margin-bottom: 6.52778vw !important
    }

    .fada-page-item-opdracht .fada-qoute .fada-qoute-img {
        display: none
    }

    .fada-page-item-opdracht .fada-qoute .title {
        text-align: left !important
    }
}

@media (max-width: 767.48px) and (max-width: 767.38px) {
    .fada-page-item-opdracht .fada-qoute {
        padding-top: 3.33333vw;
        padding-bottom: 2.63889vw
    }
}

@media (max-width: 767.48px) and (min-width: 767.4px) {
    .fada-page-item-opdracht .fada-qoute .fada-qoute-content {
        padding-left: 0
    }

    .fada-page-item-opdracht .fada-qoute .fada-qoute-content .border-md-start {
        margin-left: 0;
        padding-left: 3.47222vw
    }
}

@media (max-width: 767.48px) {
    .fada-page-item-opdracht .status-not-active {
        margin-top: 3.33333vw;
        margin-bottom: 8.26389vw
    }

    .fada-page-item-opdracht form {
        margin-top: 3.33333vw;
        margin-bottom: 8.26389vw
    }

    .fada-page-item-opdracht form [type="submit"] {
        min-width: 18.05556vw
    }

    .fada-page-item-zzper {
        padding-top: 6.66667vw;
        padding-bottom: 4.93056vw
    }

    .fada-page-item-zzper .fada-item-img {
        height: 10.41667vw;
        width: 12.11111vw;
        margin-bottom: 1.38889vw;
        -webkit-mask-image: url(../img/svg/mask.svg);
        mask-image: url(../img/svg/mask.svg);
        -webkit-mask-size: 100%;
        mask-size: 100%;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat
    }

    .fada-page-item-zzper hr {
        margin-top: 3.54167vw;
        margin-bottom: 3.54167vw
    }

    .fada-page-item-zzper .fada-title {
        margin-bottom: 1.38889vw
    }

    .fada-page-item-zzper .fada-item-about p {
        width: 57.70833vw
    }

    .fada-page-item-zzper .fada-item-experience {
        margin-bottom: 2.77778vw
    }

    .fada-page-item-zzper .fada-item-experience strong {
        line-height: 2.77778vw
    }

    .fada-page-item-zzper .fada-item-experience p {
        line-height: 1.94444vw
    }

    .fada-page-item-zzper .slider-item-specs-mobile {
        padding-bottom: 0
    }

    .fada-page-item-zzper .slider-item-specs-mobile .slick-dots button:before {
        color: #1a1a1a
    }

    .fada-page-item-zzper .slider-item-specs-mobile .slick-dots .slick-active button:before {
        color: #B8B7B7
    }

    .fada-page-item-zzper .fada-item-specs {
        margin-bottom: -2.08333vw
    }

    .fada-page-item-zzper .fada-item-specs .fada-title {
        margin-bottom: 2.77778vw
    }

    .fada-page-item-zzper .fada-item-spec {
        margin-bottom: 2.08333vw
    }

    .fada-page-item-zzper .fada-item-spec:not(.is-last) {
        border-right: .06944vw solid #605D5E
    }

    .fada-page-item-zzper .fada-item-spec+.fada-item-spec:not(.is-first)>div,
    .fada-page-item-zzper .fada-item-spec+.fada-item-spec:not(.is-first) strong {
        padding-left: 1.38889vw
    }

    .fada-page-item-zzper .fada-item-spec strong {
        border-bottom: 1px solid #605D5E;
        margin-bottom: .83333vw;
        padding-bottom: .48611vw
    }

    .fada-page-item-zzper .fada-item-spec>div,
    .fada-page-item-zzper .fada-item-spec strong {
        padding-right: 1.38889vw
    }

    .fada-page-item-zzper .fada-item-spec>div {
        padding-top: 1.18056vw;
        padding-bottom: 1.18056vw;
        border-bottom: 0 solid #605D5E
    }

    .fada-page-item-zzper .fada-item-spec .name {
        width: calc(100% - 7.29167vw)
    }

    .fada-page-item-zzper .fada-item-spec .badge {
        border: 1px solid #FCF6E8;
        border-radius: 2.01389vw;
        font-size: .69444vw;
        line-height: 1.38889vw;
        padding: .13889vw .69444vw;
        max-width: 6.94444vw;
        min-width: 2.5vw
    }

    .fada-page-item-zzper .fada-item-doc {
        padding-top: 1.18056vw;
        padding-bottom: 1.18056vw
    }

    .fada-page-item-zzper .fada-item-doc .badge {
        border: 1px solid #FCF6E8;
        border-radius: 2.01389vw;
        font-size: .69444vw;
        line-height: 1.38889vw;
        padding: .13889vw .69444vw
    }

    .fada-page-item-zzper .fada-item-gallery .fada-title {
        margin-bottom: 2.63889vw
    }

    .fada-page-item-zzper .fada-item-gallery img {
        height: 15.69444vw;
        margin-bottom: 1.52778vw
    }

    .fada-item-reviews:not(.empty) {
        margin-bottom: 0
    }

    .fada-item-reviews strong {
        line-height: 2.77778vw
    }

    .fada-item-reviews p {
        width: 28.95833vw;
        margin-bottom: 1.25vw
    }

    .fada-item-reviews dl {
        width: 23.61111vw;
        margin-top: 0
    }

    .fada-item-reviews dt {
        width: 17.36111vw;
        margin-right: 1.45833vw
    }

    .fada-item-reviews dd {
        width: 3.47222vw
    }

    .fada-item-reviews dd .nr {
        width: 1.31944vw
    }

    .fada-item-reviews dt,
    .fada-item-reviews dd {
        margin-bottom: 0;
        padding: .55556vw 0
    }

    .fada-item-inventory {
        border: 1px solid #FCF6E8;
        border-radius: 2.01389vw;
        padding: .48611vw 1.38889vw;
        margin-right: .69444vw;
        margin-bottom: 1.45833vw
    }

    .fada-item-inventory i {
        margin-right: .70347vw
    }
}

@media (max-width: 767.38px) {
    .fada-item-info hr {
        margin-bottom: 5.20833vw
    }

    .fada-item-info .fada-title {
        margin-bottom: 2.25694vw
    }

    .fada-item-info dt {
        width: 26.21528vw;
        margin-right: 2.60417vw
    }

    .fada-item-info dd {
        width: calc(100% - 31.42361vw)
    }

    .fada-item-info dt,
    .fada-item-info dd {
        margin-bottom: 0;
        padding-top: 1.5625vw;
        padding-bottom: 1.5625vw
    }

    .fada-item-info .btn,
    .fada-item-info .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .fada-item-info button[type="button"] {
        margin-top: 0;
        margin-left: 0
    }
}

@media (max-width: 767.38px) and (min-width: 767.4px) {

    .fada-page-item-opdracht .fada-item-info dt,
    .fada-page-item-opdracht .fada-item-info dd {
        margin-bottom: 0;
        padding-top: 1.21528vw;
        padding-bottom: 1.21528vw
    }

    .fada-page-item-opdracht .fada-item-info .row .row {
        margin-top: -.34722vw;
        margin-bottom: 1.04167vw
    }
}

@media (max-width: 767.38px) {
    .fada-page-item-opdracht .fada-search {
        margin-top: 2.95139vw;
        margin-bottom: 6.07639vw
    }

    .fada-page-item-opdracht .fada-search .fada-back {
        top: -4.86111vw
    }

    .fada-page-item-opdracht .employer-about-empty {
        margin-top: 13.88889vw
    }
}

@media (max-width: 767.38px) and (max-width: 767.38px) {
    .fada-page-item-opdracht .icon-back {
        z-index: 11
    }

    .fada-page-item-opdracht .fada-back {
        display: none !important
    }

    .fada-page-item-opdracht .title-employer {
        font-size: 3.125vw;
        line-height: 3.64583vw;
        margin-bottom: 3.64583vw
    }
}

@media (max-width: 767.38px) {
    .fada-page-item-opdracht .fada-item-info {
        margin-bottom: 4.86111vw
    }

    .fada-page-item-opdracht .fada-item-info>.row {
        margin-bottom: 1.04167vw
    }

    .fada-page-item-opdracht .fada-item-info dt {
        margin-right: 2.60417vw
    }

    .fada-page-item-opdracht .fada-item-info dl {
        margin-bottom: 0
    }
}

@media (max-width: 767.38px) and (max-width: 767.38px) {
    .fada-page-item-opdracht .fada-item-info dt {
        width: 19.96528vw
    }

    .fada-page-item-opdracht .fada-item-info dd {
        width: calc(100% - 22.56944vw)
    }
}

@media (max-width: 767.38px) {
    .fada-page-item-opdracht .fada-item-inventory {
        border-color: #605D5E;
        margin-right: 2.43056vw
    }
}

@media (max-width: 767.38px) and (max-width: 767.38px) {
    .fada-page-item-opdracht .fada-item-inventory {
        font-size: 2.43056vw;
        line-height: 4.16667vw
    }
}

@media (max-width: 767.38px) {
    .fada-page-item-opdracht .rate {
        margin-left: 2.08333vw
    }

    .fada-page-item-opdracht .fada-qoute {
        margin-top: 7.63889vw !important;
        margin-bottom: 7.63889vw !important
    }

    .fada-page-item-opdracht .fada-qoute .fada-qoute-img {
        display: none
    }

    .fada-page-item-opdracht .fada-qoute .title {
        text-align: left !important
    }
}

@media (max-width: 767.38px) and (max-width: 767.38px) {
    .fada-page-item-opdracht .fada-qoute {
        padding-top: 8.33333vw;
        padding-bottom: 6.59722vw
    }
}

@media (max-width: 767.38px) and (min-width: 767.4px) {
    .fada-page-item-opdracht .fada-qoute .fada-qoute-content {
        padding-left: 0
    }

    .fada-page-item-opdracht .fada-qoute .fada-qoute-content .border-md-start {
        margin-left: 0;
        padding-left: 8.68056vw
    }
}

@media (max-width: 767.38px) {
    .fada-page-item-opdracht .status-not-active {
        margin-top: 8.33333vw;
        margin-bottom: 20.65972vw
    }

    .fada-page-item-opdracht form {
        margin-top: 3.29861vw;
        margin-bottom: 10.24306vw
    }

    .fada-page-item-opdracht form [type="submit"] {
        min-width: 100%
    }

    .fada-page-item-zzper {
        padding-top: 6.59722vw;
        padding-bottom: 8.68056vw
    }

    .fada-page-item-zzper .fada-item-img {
        height: 19.6875vw;
        width: 22.84722vw;
        margin-bottom: 2.43056vw;
        -webkit-mask-image: url(../img/svg/mask.svg);
        mask-image: url(../img/svg/mask.svg);
        -webkit-mask-size: 100%;
        mask-size: 100%;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat
    }

    .fada-page-item-zzper hr {
        margin-top: 6.25vw;
        margin-bottom: 6.25vw
    }

    .fada-page-item-zzper .fada-title {
        margin-bottom: 3.47222vw
    }

    .fada-page-item-zzper .fada-item-about p {
        width: auto
    }

    .fada-page-item-zzper .fada-item-experience {
        margin-bottom: 5.20833vw
    }

    .fada-page-item-zzper .fada-item-experience strong {
        line-height: 6.94444vw
    }

    .fada-page-item-zzper .fada-item-experience p {
        line-height: 4.86111vw
    }

    .fada-page-item-zzper .slider-item-specs-mobile {
        padding-bottom: 5.20833vw
    }

    .fada-page-item-zzper .slider-item-specs-mobile .slick-dots button:before {
        color: #1a1a1a
    }

    .fada-page-item-zzper .slider-item-specs-mobile .slick-dots .slick-active button:before {
        color: #B8B7B7
    }

    .fada-page-item-zzper .fada-item-specs {
        margin-bottom: 0
    }

    .fada-page-item-zzper .fada-item-specs .fada-title {
        margin-bottom: 5.38194vw
    }

    .fada-page-item-zzper .fada-item-spec {
        margin-bottom: 0
    }

    .fada-page-item-zzper .fada-item-spec:not(.is-last) {
        border-right: 0 solid #605D5E
    }

    .fada-page-item-zzper .fada-item-spec+.fada-item-spec:not(.is-first)>div,
    .fada-page-item-zzper .fada-item-spec+.fada-item-spec:not(.is-first) strong {
        padding-left: 0
    }

    .fada-page-item-zzper .fada-item-spec strong {
        border-bottom: 1px solid #605D5E;
        margin-bottom: 0;
        padding-bottom: 1.21528vw
    }

    .fada-page-item-zzper .fada-item-spec>div,
    .fada-page-item-zzper .fada-item-spec strong {
        padding-right: 0
    }

    .fada-page-item-zzper .fada-item-spec>div {
        padding-top: 2.95139vw;
        padding-bottom: 2.95139vw;
        border-bottom: .17361vw solid #605D5E
    }

    .fada-page-item-zzper .fada-item-spec .name {
        width: calc(100% - 18.22917vw)
    }

    .fada-page-item-zzper .fada-item-spec .badge {
        border: 1px solid #FCF6E8;
        border-radius: 5.03472vw;
        font-size: 1.73611vw;
        line-height: 3.47222vw;
        padding: .34722vw 1.73611vw;
        max-width: 17.36111vw;
        min-width: 6.25vw
    }

    .fada-page-item-zzper .fada-item-doc {
        padding-top: 2.95139vw;
        padding-bottom: 2.95139vw
    }

    .fada-page-item-zzper .fada-item-doc .badge {
        border: 1px solid #FCF6E8;
        border-radius: 5.03472vw;
        font-size: 1.73611vw;
        line-height: 3.47222vw;
        padding: .34722vw 1.73611vw
    }

    .fada-page-item-zzper .fada-item-gallery .fada-title {
        margin-bottom: 6.59722vw
    }

    .fada-page-item-zzper .fada-item-gallery img {
        height: 23.26389vw;
        margin-bottom: 1.38889vw
    }

    .fada-item-reviews:not(.empty) {
        margin-bottom: -6.07639vw
    }

    .fada-item-reviews strong {
        line-height: 6.94444vw
    }

    .fada-item-reviews p {
        width: auto;
        margin-bottom: 2.25694vw
    }

    .fada-item-reviews dl {
        width: 100%;
        margin-top: 4.6875vw
    }

    .fada-item-reviews dt {
        width: 43.22917vw;
        margin-right: 0
    }

    .fada-item-reviews dd {
        width: 12.15278vw
    }

    .fada-item-reviews dd .nr {
        width: 3.29861vw
    }

    .fada-item-reviews dt,
    .fada-item-reviews dd {
        margin-bottom: 0;
        padding: 1.38889vw 0
    }

    .fada-item-inventory {
        border: 1px solid #FCF6E8;
        border-radius: 5.03472vw;
        padding: 1.5625vw 4.16667vw;
        margin-right: 1.73611vw;
        margin-bottom: 2.60417vw
    }

    .fada-item-inventory i {
        margin-right: 1.75868vw
    }
}

@media (max-width: 575.98px) {
    .fada-item-info hr {
        margin-bottom: 8vw
    }

    .fada-item-info .fada-title {
        margin-bottom: 3.46667vw
    }

    .fada-item-info dt {
        width: 40.26667vw;
        margin-right: 4vw
    }

    .fada-item-info dd {
        width: calc(100% - 48.26667vw)
    }

    .fada-item-info dt,
    .fada-item-info dd {
        margin-bottom: 0;
        padding-top: 2.4vw;
        padding-bottom: 2.4vw
    }

    .fada-item-info .btn,
    .fada-item-info .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .fada-item-info button[type="button"] {
        margin-top: 0;
        margin-left: 0
    }
}

@media (max-width: 575.98px) and (min-width: 767.4px) {

    .fada-page-item-opdracht .fada-item-info dt,
    .fada-page-item-opdracht .fada-item-info dd {
        margin-bottom: 0;
        padding-top: 1.86667vw;
        padding-bottom: 1.86667vw
    }

    .fada-page-item-opdracht .fada-item-info .row .row {
        margin-top: -.53333vw;
        margin-bottom: 1.6vw
    }
}

@media (max-width: 575.98px) {
    .fada-page-item-opdracht .fada-search {
        margin-top: 4.53333vw;
        margin-bottom: 9.33333vw
    }

    .fada-page-item-opdracht .fada-search .fada-back {
        top: -7.46667vw
    }

    .fada-page-item-opdracht .employer-about-empty {
        margin-top: 21.33333vw
    }
}

@media (max-width: 575.98px) and (max-width: 767.38px) {
    .fada-page-item-opdracht .icon-back {
        z-index: 11
    }

    .fada-page-item-opdracht .fada-back {
        display: none !important
    }

    .fada-page-item-opdracht .title-employer {
        font-size: 4.8vw;
        line-height: 5.6vw;
        margin-bottom: 5.6vw
    }
}

@media (max-width: 575.98px) {
    .fada-page-item-opdracht .fada-item-info {
        margin-bottom: 7.46667vw
    }

    .fada-page-item-opdracht .fada-item-info>.row {
        margin-bottom: 1.6vw
    }

    .fada-page-item-opdracht .fada-item-info dt {
        margin-right: 4vw
    }

    .fada-page-item-opdracht .fada-item-info dl {
        margin-bottom: 0
    }
}

@media (max-width: 575.98px) and (max-width: 767.38px) {
    .fada-page-item-opdracht .fada-item-info dt {
        width: 30.66667vw
    }

    .fada-page-item-opdracht .fada-item-info dd {
        width: calc(100% - 34.66667vw)
    }
}

@media (max-width: 575.98px) {
    .fada-page-item-opdracht .fada-item-inventory {
        border-color: #605D5E;
        margin-right: 3.73333vw
    }
}

@media (max-width: 575.98px) and (max-width: 767.38px) {
    .fada-page-item-opdracht .fada-item-inventory {
        font-size: 3.73333vw;
        line-height: 6.4vw
    }
}

@media (max-width: 575.98px) {
    .fada-page-item-opdracht .rate {
        margin-left: 3.2vw
    }

    .fada-page-item-opdracht .fada-qoute {
        margin-top: 11.73333vw !important;
        margin-bottom: 11.73333vw !important
    }

    .fada-page-item-opdracht .fada-qoute .fada-qoute-img {
        display: none
    }

    .fada-page-item-opdracht .fada-qoute .title {
        text-align: left !important
    }
}

@media (max-width: 575.98px) and (max-width: 767.38px) {
    .fada-page-item-opdracht .fada-qoute {
        padding-top: 12.8vw;
        padding-bottom: 10.13333vw
    }
}

@media (max-width: 575.98px) and (min-width: 767.4px) {
    .fada-page-item-opdracht .fada-qoute .fada-qoute-content {
        padding-left: 0
    }

    .fada-page-item-opdracht .fada-qoute .fada-qoute-content .border-md-start {
        margin-left: 0;
        padding-left: 13.33333vw
    }
}

@media (max-width: 575.98px) {
    .fada-page-item-opdracht .status-not-active {
        margin-top: 12.8vw;
        margin-bottom: 31.73333vw
    }

    .fada-page-item-opdracht form {
        margin-top: 5.06667vw;
        margin-bottom: 15.73333vw
    }

    .fada-page-item-opdracht form [type="submit"] {
        min-width: 100%
    }

    .fada-page-item-zzper {
        padding-top: 10.13333vw;
        padding-bottom: 13.33333vw
    }

    .fada-page-item-zzper .fada-item-img {
        height: 30.24vw;
        width: 35.09333vw;
        margin-bottom: 3.73333vw;
        -webkit-mask-image: url(../img/svg/mask.svg);
        mask-image: url(../img/svg/mask.svg);
        -webkit-mask-size: 100%;
        mask-size: 100%;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat
    }

    .fada-page-item-zzper hr {
        margin-top: 9.6vw;
        margin-bottom: 9.6vw
    }

    .fada-page-item-zzper .fada-title {
        margin-bottom: 5.33333vw
    }

    .fada-page-item-zzper .fada-item-about p {
        width: auto
    }

    .fada-page-item-zzper .fada-item-experience {
        margin-bottom: 8vw
    }

    .fada-page-item-zzper .fada-item-experience strong {
        line-height: 10.66667vw
    }

    .fada-page-item-zzper .fada-item-experience p {
        line-height: 7.46667vw
    }

    .fada-page-item-zzper .slider-item-specs-mobile {
        padding-bottom: 8vw
    }

    .fada-page-item-zzper .slider-item-specs-mobile .slick-dots button:before {
        color: #1a1a1a
    }

    .fada-page-item-zzper .slider-item-specs-mobile .slick-dots .slick-active button:before {
        color: #B8B7B7
    }

    .fada-page-item-zzper .fada-item-specs {
        margin-bottom: 0
    }

    .fada-page-item-zzper .fada-item-specs .fada-title {
        margin-bottom: 8.26667vw
    }

    .fada-page-item-zzper .fada-item-spec {
        margin-bottom: 0
    }

    .fada-page-item-zzper .fada-item-spec:not(.is-last) {
        border-right: 0 solid #605D5E
    }

    .fada-page-item-zzper .fada-item-spec+.fada-item-spec:not(.is-first)>div,
    .fada-page-item-zzper .fada-item-spec+.fada-item-spec:not(.is-first) strong {
        padding-left: 0
    }

    .fada-page-item-zzper .fada-item-spec strong {
        border-bottom: 1px solid #605D5E;
        margin-bottom: 0;
        padding-bottom: 1.86667vw
    }

    .fada-page-item-zzper .fada-item-spec>div,
    .fada-page-item-zzper .fada-item-spec strong {
        padding-right: 0
    }

    .fada-page-item-zzper .fada-item-spec>div {
        padding-top: 4.53333vw;
        padding-bottom: 4.53333vw;
        border-bottom: .26667vw solid #605D5E
    }

    .fada-page-item-zzper .fada-item-spec .name {
        width: calc(100% - 28vw)
    }

    .fada-page-item-zzper .fada-item-spec .badge {
        border: 1px solid #FCF6E8;
        border-radius: 7.73333vw;
        font-size: 2.66667vw;
        line-height: 5.33333vw;
        padding: .53333vw 2.66667vw;
        max-width: 26.66667vw;
        min-width: 9.6vw
    }

    .fada-page-item-zzper .fada-item-doc {
        padding-top: 4.53333vw;
        padding-bottom: 4.53333vw
    }

    .fada-page-item-zzper .fada-item-doc .badge {
        border: 1px solid #FCF6E8;
        border-radius: 7.73333vw;
        font-size: 2.66667vw;
        line-height: 5.33333vw;
        padding: .53333vw 2.66667vw
    }

    .fada-page-item-zzper .fada-item-gallery .fada-title {
        margin-bottom: 10.13333vw
    }

    .fada-page-item-zzper .fada-item-gallery img {
        height: 35.73333vw;
        margin-bottom: 2.13333vw
    }

    .fada-item-reviews:not(.empty) {
        margin-bottom: -9.33333vw
    }

    .fada-item-reviews strong {
        line-height: 10.66667vw
    }

    .fada-item-reviews p {
        width: auto;
        margin-bottom: 3.46667vw
    }

    .fada-item-reviews dl {
        width: 100%;
        margin-top: 7.2vw
    }

    .fada-item-reviews dt {
        width: 66.4vw;
        margin-right: 0
    }

    .fada-item-reviews dd {
        width: 18.66667vw
    }

    .fada-item-reviews dd .nr {
        width: 5.06667vw
    }

    .fada-item-reviews dt,
    .fada-item-reviews dd {
        margin-bottom: 0;
        padding: 2.13333vw 0
    }

    .fada-item-inventory {
        border: 1px solid #FCF6E8;
        border-radius: 7.73333vw;
        padding: 2.4vw 6.4vw;
        margin-right: 2.66667vw;
        margin-bottom: 4vw
    }

    .fada-item-inventory i {
        margin-right: 2.70133vw
    }
}

@media (max-width: 767.38px) {
    .fada-page-item-zzper .fada-item-gallery .row>*:nth-child(even) {
        padding-left: .86806vw
    }

    .fada-page-item-zzper .fada-item-gallery .row>*:nth-child(odd) {
        padding-right: .86806vw
    }
}

@media (max-width: 575.98px) {
    .fada-page-item-zzper .fada-item-gallery .row>*:nth-child(even) {
        padding-left: 1.33333vw
    }

    .fada-page-item-zzper .fada-item-gallery .row>*:nth-child(odd) {
        padding-right: 1.33333vw
    }
}

@media (min-width: 767.4px) and (max-width: 1439px) {

    body .container,
    body .container-lg {
        max-width: 87.91667vw
    }

    body .container-sm {
        max-width: 62.5vw
    }

    body .container,
    body .container-sm,
    body .container-lg,
    body .row>* {
        padding-left: 1.12847vw;
        padding-right: 1.12847vw
    }

    body .row:not(.mx-0) {
        margin-left: -1.12847vw !important;
        margin-right: -1.12847vw !important
    }
}

@media (min-width: 767.5px) and (max-width: 1439px) {

    body .container,
    body .container-lg {
        max-width: 87.91667vw
    }

    body .container-sm {
        max-width: 62.5vw
    }

    body .container,
    body .container-sm,
    body .container-lg,
    body .row>* {
        padding-left: .45139vw;
        /* padding-left: 2.5vw; */
        padding-right: .45139vw
    }

    body .row:not(.mx-0) {
        margin-left: -.45139vw !important;
        margin-right: -.45139vw !important
    }
}

@media (min-width: 1440px) and (max-width: 1439px) {

    body .container,
    body .container-lg {
        max-width: 87.91667vw
    }

    body .container-sm {
        max-width: 62.5vw
    }

    body .container,
    body .container-sm,
    body .container-lg,
    body .row>* {
        padding-left: .45139vw;
        padding-right: .45139vw
    }

    body .row:not(.mx-0) {
        margin-left: -.45139vw !important;
        margin-right: -.45139vw !important
    }
}

@media (min-width: 1441px) and (max-width: 1439px) {

    body .container,
    body .container-lg {
        max-width: 87.91667vw
    }

    body .container-sm {
        max-width: 62.5vw
    }

    body .container,
    body .container-sm,
    body .container-lg,
    body .row>* {
        padding-left: 6.5px;
        padding-right: 6.5px
    }

    body .row:not(.mx-0) {
        margin-left: -6.5px !important;
        margin-right: -6.5px !important
    }
}

@media (min-width: 1440px) {

    body .container,
    body .container-sm,
    body .container-lg {
        padding-left: 13px;
        padding-right: 13px
    }

    body .col-1,
    body .col-2,
    body .col-3,
    body .col-4,
    body .col-5,
    body .col-6,
    body .col-7,
    body .col-8,
    body .col-9,
    body .col-10,
    body .col-11,
    body .col-12,
    body .col,
    body .col-auto,
    body .col-sm-1,
    body .col-sm-2,
    body .col-sm-3,
    body .col-sm-4,
    body .col-sm-5,
    body .col-sm-6,
    body .col-sm-7,
    body .col-sm-8,
    body .col-sm-9,
    body .col-sm-10,
    body .col-sm-11,
    body .col-sm-12,
    body .col-sm,
    body .col-sm-auto,
    body .col-md-1,
    body .col-md-2,
    body .col-md-3,
    body .col-md-4,
    body .col-md-5,
    body .col-md-6,
    body .col-md-7,
    body .col-md-8,
    body .col-md-9,
    body .col-md-10,
    body .col-md-11,
    body .col-md-12,
    body .col-md,
    body .col-md-auto,
    body .col-lg-1,
    body .col-lg-2,
    body .col-lg-3,
    body .col-lg-4,
    body .col-lg-5,
    body .col-lg-6,
    body .col-lg-7,
    body .col-lg-8,
    body .col-lg-9,
    body .col-lg-10,
    body .col-lg-11,
    body .col-lg-12,
    body .col-lg,
    body .col-lg-auto,
    body .col-xl-1,
    body .col-xl-2,
    body .col-xl-3,
    body .col-xl-4,
    body .col-xl-5,
    body .col-xl-6,
    body .col-xl-7,
    body .col-xl-8,
    body .col-xl-9,
    body .col-xl-10,
    body .col-xl-11,
    body .col-xl-12,
    body .col-xl,
    body .col-xl-auto {
        padding-left: 6.5px;
        padding-right: 6.5px
    }

    body .row:not(.mx-0) {
        margin-left: -6.5px;
        margin-right: -6.5px
    }
}

@media (min-width: 576px) and (max-width: 767.38px) {
    body .container {
        max-width: 100vw
    }
}

@media (max-width: 767.38px) {

    body .container,
    body .container-sm,
    body .container-lg,
    body .row>* {
        padding-left: 2.60417vw;
        padding-right: 2.60417vw
    }

    body .row:not(.mx-0) {
        margin-left: -2.60417vw !important;
        margin-right: -2.60417vw !important
    }
}

@media (max-width: 575.98px) {

    body .container,
    body .container-sm,
    body .container-lg,
    body .row>* {
        padding-left: 4vw;
        padding-right: 4vw
    }

    body .row:not(.mx-0) {
        margin-left: -4vw !important;
        margin-right: -4vw !important
    }
}

.dropdown-menu {
    background: transparent;
    padding-top: 17px;
    padding-bottom: 0;
    margin-top: 0 !important;
    border: none !important
}

.dropdown-menu .dropdown-item-div {
    background: #1a1a1a !important;
    margin: 0 !important;
    padding-left: 16.5px !important;
    padding-right: 16.5px !important;
    color: #FCF6E8 !important;
    border-bottom: 16.5px solid #1a1a1a
}

.dropdown-menu .dropdown-item-div a:after {
    bottom: -12px !important
}

.dropdown-menu a.dropdown-item.nav-link {
    background: #1a1a1a !important;
    margin: 0 !important;
    color: #FCF6E8 !important;
    border-bottom: 16.5px solid #1a1a1a
}

@media (max-width: 1439.98px) {
    .dropdown-menu {
        background: transparent;
        padding-top: 1.18056vw;
        padding-bottom: 0;
        margin-top: 0 !important;
        border: none !important
    }

    .dropdown-menu .dropdown-item-div {
        background: #1a1a1a !important;
        margin: 0 !important;
        padding-left: 1.14583vw !important;
        padding-right: 1.14583vw !important;
        color: #FCF6E8 !important;
        border-bottom: 1.14583vw solid #1a1a1a
    }

    .dropdown-menu .dropdown-item-div a:after {
        bottom: -.83333vw !important
    }

    .dropdown-menu a.dropdown-item.nav-link {
        background: #1a1a1a !important;
        margin: 0 !important;
        color: #FCF6E8 !important;
        border-bottom: 1.14583vw solid #1a1a1a
    }
}

@media (max-width: 767.48px) {
    .dropdown-menu {
        background: transparent;
        padding-top: 1.18056vw;
        padding-bottom: 0;
        margin-top: 0 !important;
        border: none !important
    }

    .dropdown-menu .dropdown-item-div {
        background: #1a1a1a !important;
        margin: 0 !important;
        padding-left: 1.14583vw !important;
        padding-right: 1.14583vw !important;
        color: #FCF6E8 !important;
        border-bottom: 1.14583vw solid #1a1a1a
    }

    .dropdown-menu .dropdown-item-div a:after {
        bottom: -.83333vw !important
    }

    .dropdown-menu a.dropdown-item.nav-link {
        background: #1a1a1a !important;
        margin: 0 !important;
        color: #FCF6E8 !important;
        border-bottom: 1.14583vw solid #1a1a1a
    }
}

@media (max-width: 767.38px) {
    .dropdown-menu {
        background: transparent;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0 !important;
        border: none !important
    }

    .dropdown-menu .dropdown-item-div {
        background: #1a1a1a !important;
        margin: 0 !important;
        padding-left: 7.29167vw !important;
        padding-right: 7.29167vw !important;
        color: #FCF6E8 !important;
        border-bottom: 0 solid #1a1a1a
    }

    .dropdown-menu .dropdown-item-div a:after {
        bottom: -2.08333vw !important
    }

    .dropdown-menu a.dropdown-item.nav-link {
        background: #1a1a1a !important;
        margin: 0 !important;
        color: #FCF6E8 !important;
        border-bottom: 0 solid #1a1a1a
    }
}

@media (max-width: 575.98px) {
    .dropdown-menu {
        background: transparent;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0 !important;
        border: none !important
    }

    .dropdown-menu .dropdown-item-div {
        background: #1a1a1a !important;
        margin: 0 !important;
        padding-left: 11.2vw !important;
        padding-right: 11.2vw !important;
        color: #FCF6E8 !important;
        border-bottom: 0 solid #1a1a1a
    }

    .dropdown-menu .dropdown-item-div a:after {
        bottom: -3.2vw !important
    }

    .dropdown-menu a.dropdown-item.nav-link {
        background: #1a1a1a !important;
        margin: 0 !important;
        color: #FCF6E8 !important;
        border-bottom: 0 solid #1a1a1a
    }
}

@media (min-width: 767.4px) {
    .dropdown .dropdown-item-div a {
        display: inline
    }
}

@media (max-width: 767.38px) {
    .dropdown .dropdown-toggle {
        position: relative
    }

    .dropdown .dropdown-toggle .dropdown-toggle-icon {
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        -webkit-transform-origin: center;
        transform-origin: center;
        background-position: center;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 11'%3e%3cpath transform='rotate%2890 316 -301%29' stroke='%23ffffff' stroke-width='3' fill='none' d='M618.5 0L625.5 7 618.5 14'/%3e%3c/svg%3e")
    }
}

@media (max-width: 767.38px) and (max-width: 767.38px) {
    .dropdown .dropdown-toggle .dropdown-toggle-icon {
        width: 2.43056vw;
        height: 2.43056vw
    }
}

@media (max-width: 767.38px) and (max-width: 575.98px) {
    .dropdown .dropdown-toggle .dropdown-toggle-icon {
        width: 3.73333vw;
        height: 3.73333vw
    }
}

@media (max-width: 767.38px) {
    .dropdown .dropdown-toggle.show .dropdown-toggle-icon {
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transform-origin: center;
        transform-origin: center
    }

    .dropdown-menu .dropdown-item-div,
    .dropdown-menu a.dropdown-item.nav-link {
        background: #333333 !important
    }

    .dropdown-menu .dropdown-item-div:not(:last-of-type) {
        border-bottom: 1px solid #605D5E
    }
}

@media (max-width: 767.38px) {
    .dropdown-menu a.dropdown-item.nav-link {
        line-height: 10.20833vw
    }
}

@media (max-width: 575.98px) {
    .dropdown-menu a.dropdown-item.nav-link {
        line-height: 15.68vw
    }
}

@media (hover) {
    .dropdown:hover>.dropdown-menu {
        display: block
    }
}

.dropdown-toggle:after {
    display: none
}

.btn,
.ui-datepicker .ui-datepicker-buttonpane button[type="button"] {
    padding: 14px 32px;
    font-size: 17px;
    line-height: 23px;
    border-width: 2px
}

@media (max-width: 1439.98px) {

    .btn,
    .ui-datepicker .ui-datepicker-buttonpane button[type="button"] {
        padding: .72917vw 1.73611vw;
        font-size: .97222vw;
        line-height: 1.59722vw;
        border-width: .13889vw
    }
}

@media (max-width: 767.48px) {

    .btn,
    .ui-datepicker .ui-datepicker-buttonpane button[type="button"] {
        padding: .72917vw 1.73611vw;
        font-size: .97222vw;
        line-height: 1.59722vw;
        border-width: .13889vw
    }
}

@media (max-width: 767.38px) {

    .btn,
    .ui-datepicker .ui-datepicker-buttonpane button[type="button"] {
        padding: 1.82292vw 4.34028vw;
        font-size: 2.43056vw;
        line-height: 3.99306vw;
        border-width: .34722vw
    }
}

@media (max-width: 575.98px) {

    .btn,
    .ui-datepicker .ui-datepicker-buttonpane button[type="button"] {
        padding: 2.8vw 6.66667vw;
        font-size: 3.73333vw;
        line-height: 6.13333vw;
        border-width: .53333vw
    }
}

.btn,
.ui-datepicker .ui-datepicker-buttonpane button[type="button"] {
    border-style: solid;
    text-transform: uppercase;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn.btn-secondary,
.ui-datepicker .ui-datepicker-buttonpane button.btn-secondary[type="button"],
.ui-datepicker .ui-datepicker-buttonpane button[type="button"][data-handler="hide"] {
    color: white
}

.btn.btn-contact,
.ui-datepicker .ui-datepicker-buttonpane button.btn-contact[type="button"],
.ui-datepicker .ui-datepicker-buttonpane button[type="button"][data-handler="hide"] {
    color: white;
}

.btn:hover.btn-primary,
.ui-datepicker .ui-datepicker-buttonpane button:hover.btn-primary[type="button"] {
    color: #1a1a1a;
    background-color: transparent;
    border-color: #1a1a1a
}

.btn:hover.btn-secondary,
.ui-datepicker .ui-datepicker-buttonpane button:hover.btn-secondary[type="button"],
.ui-datepicker .ui-datepicker-buttonpane button:hover[type="button"][data-handler="hide"] {
    color: #60d3f7;
    background-color: transparent;
    border-color: #60d3f7
}

.btn:hover.btn-contact,
.ui-datepicker .ui-datepicker-buttonpane button:hover.btn-contact[type="button"],
.ui-datepicker .ui-datepicker-buttonpane button:hover[type="button"][data-handler="hide"] {
    color: #374ba3;
    background-color: transparent;
    border-color: #374ba3
}

.btn:hover.btn-outline-secondary,
.ui-datepicker .ui-datepicker-buttonpane button:hover.btn-outline-secondary[type="button"],
.ui-datepicker .ui-datepicker-buttonpane button:hover[type="button"][data-handler="today"] {
    color: white
}

@media (hover) {
    a:not(.active):not(.btn):not(.no-line):not(.ui-corner-all) {
        position: relative
    }

    a:not(.active):not(.btn):not(.no-line):not(.ui-corner-all):after {
        content: '';
        left: 0;
        width: 100%;
        position: absolute;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        background-color: #60d3f7;
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right;
        -webkit-transition: -webkit-transform 0.4s ease-out;
        transition: -webkit-transform 0.4s ease-out;
        transition: transform 0.4s ease-out;
        transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out
    }

    a:not(.active):not(.btn):not(.no-line):not(.ui-corner-all):after {
        height: 2px;
        bottom: -2px
    }
}

@media (hover) and (max-width: 1439.98px) {
    a:not(.active):not(.btn):not(.no-line):not(.ui-corner-all):after {
        height: .13889vw;
        bottom: -.13889vw
    }
}

@media (hover) and (max-width: 767.48px) {
    a:not(.active):not(.btn):not(.no-line):not(.ui-corner-all):after {
        height: .13889vw;
        bottom: -.13889vw
    }
}

@media (hover) and (max-width: 767.38px) {
    a:not(.active):not(.btn):not(.no-line):not(.ui-corner-all):after {
        height: .34722vw;
        bottom: -.34722vw
    }
}

@media (hover) and (max-width: 575.98px) {
    a:not(.active):not(.btn):not(.no-line):not(.ui-corner-all):after {
        height: .53333vw;
        bottom: -.53333vw
    }
}

@media (hover) {
    a:not(.active):not(.btn):not(.no-line):not(.ui-corner-all):hover:after {
        /* -webkit-transform: scaleX(1);
        transform: scaleX(1); */
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left
    }

    a:not(.active):not(.btn):not(.no-line):not(.ui-corner-all).styled:after {
        background-color: white
    }
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.lds-ellipsis div {
    top: 33px;
    width: 13px;
    height: 13px
}

.lds-ellipsis div:nth-child(1) {
    left: 8px
}

.lds-ellipsis div:nth-child(2) {
    left: 8px
}

.lds-ellipsis div:nth-child(3) {
    left: 32px
}

.lds-ellipsis div:nth-child(4) {
    left: 56px
}

@media (max-width: 1439.98px) {
    .lds-ellipsis {
        width: 5.55556vw;
        height: 5.55556vw
    }

    .lds-ellipsis div {
        top: 2.29167vw;
        width: .90278vw;
        height: .90278vw
    }

    .lds-ellipsis div:nth-child(1) {
        left: .55556vw
    }

    .lds-ellipsis div:nth-child(2) {
        left: .55556vw
    }

    .lds-ellipsis div:nth-child(3) {
        left: 2.22222vw
    }

    .lds-ellipsis div:nth-child(4) {
        left: 3.88889vw
    }
}

@media (max-width: 767.48px) {
    .lds-ellipsis {
        width: 5.55556vw;
        height: 5.55556vw
    }

    .lds-ellipsis div {
        top: 2.29167vw;
        width: .90278vw;
        height: .90278vw
    }

    .lds-ellipsis div:nth-child(1) {
        left: .55556vw
    }

    .lds-ellipsis div:nth-child(2) {
        left: .55556vw
    }

    .lds-ellipsis div:nth-child(3) {
        left: 2.22222vw
    }

    .lds-ellipsis div:nth-child(4) {
        left: 3.88889vw
    }
}

@media (max-width: 767.38px) {
    .lds-ellipsis {
        width: 13.88889vw;
        height: 13.88889vw
    }

    .lds-ellipsis div {
        top: 5.72917vw;
        width: 2.25694vw;
        height: 2.25694vw
    }

    .lds-ellipsis div:nth-child(1) {
        left: 1.38889vw
    }

    .lds-ellipsis div:nth-child(2) {
        left: 1.38889vw
    }

    .lds-ellipsis div:nth-child(3) {
        left: 5.55556vw
    }

    .lds-ellipsis div:nth-child(4) {
        left: 9.72222vw
    }
}

@media (max-width: 575.98px) {
    .lds-ellipsis {
        width: 21.33333vw;
        height: 21.33333vw
    }

    .lds-ellipsis div {
        top: 8.8vw;
        width: 3.46667vw;
        height: 3.46667vw
    }

    .lds-ellipsis div:nth-child(1) {
        left: 2.13333vw
    }

    .lds-ellipsis div:nth-child(2) {
        left: 2.13333vw
    }

    .lds-ellipsis div:nth-child(3) {
        left: 8.53333vw
    }

    .lds-ellipsis div:nth-child(4) {
        left: 14.93333vw
    }
}

.lds-ellipsis div {
    border-radius: 50%;
    position: absolute;
    background: #60d3f7;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.lds-ellipsis div:nth-child(1) {
    -webkit-animation: lds-ellipsis1 0.6s infinite;
    animation: lds-ellipsis1 0.6s infinite
}

.lds-ellipsis div:nth-child(2) {
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite
}

.lds-ellipsis div:nth-child(3) {
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite
}

.lds-ellipsis div:nth-child(4) {
    -webkit-animation: lds-ellipsis3 0.6s infinite;
    animation: lds-ellipsis3 0.6s infinite
}

@-webkit-keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        -webkit-transform: translate(24px, 0);
        transform: translate(24px, 0)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        -webkit-transform: translate(24px, 0);
        transform: translate(24px, 0)
    }
}

.form-label {
    margin-bottom: 6px
}

.form-control,
.form-select {
    font-size: 14px;
    line-height: 36px;
    padding: 6px 16.5px
}

.form-select {
    padding-right: 48px
}

.form-styled .is-invalid {
    border-color: #dc3545
}

.form-styled input::-webkit-outer-spin-button,
.form-styled input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important
}

.form-styled input[type=number] {
    -moz-appearance: textfield !important
}

.form-styled select:required:invalid {
    color: #969494
}

.form-styled input,
.form-styled select,
.form-styled textarea {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 2px solid #969494;
    font-size: 16px;
    line-height: 26px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 31px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.form-styled input::-webkit-input-placeholder,
.form-styled select::-webkit-input-placeholder,
.form-styled textarea::-webkit-input-placeholder {
    color: #969494;
    opacity: 1
}

.form-styled input::-moz-placeholder,
.form-styled select::-moz-placeholder,
.form-styled textarea::-moz-placeholder {
    color: #969494;
    opacity: 1
}

.form-styled input:-ms-input-placeholder,
.form-styled select:-ms-input-placeholder,
.form-styled textarea:-ms-input-placeholder {
    color: #969494;
    opacity: 1
}

.form-styled input::-ms-input-placeholder,
.form-styled select::-ms-input-placeholder,
.form-styled textarea::-ms-input-placeholder {
    color: #969494;
    opacity: 1
}

.form-styled input::placeholder,
.form-styled select::placeholder,
.form-styled textarea::placeholder {
    color: #969494;
    opacity: 1
}

.form-styled input:focus,
.form-styled select:focus,
.form-styled textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-styled .input-group {
    margin-bottom: 31px
}

.form-styled .input-group input,
.form-styled .input-group select,
.form-styled .input-group textarea {
    margin-bottom: 0
}

.form-styled .input-group .input-group-text {
    padding-left: 0;
    color: #969494;
    background: transparent;
    border-bottom: 2px solid #969494
}

.form-styled .input-group.input-group-rate {
    width: 100px
}

.form-styled .input-group.input-group-rate input {
    text-align: right
}

.form-styled .form-label {
    font-size: 16px;
    line-height: 26px;
    margin-top: 34px;
    margin-bottom: 32px
}

.form-styled.in-modal .form-label {
    margin-top: 18px
}

.form-styled .form-check {
    margin-bottom: 24px;
    padding-right: 13px
}

.form-styled button {
    margin-top: 28px
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #1a1a1a
}

.form-check {
    padding-left: 0
}

.form-check label {
    margin-bottom: 0;
    position: relative;
    padding-left: 37px;
    display: inline-block;
    font-size: 16px;
    line-height: 26px !important;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    cursor: pointer
}

.form-check label::before {
    cursor: pointer;
    content: "";
    left: 0;
    width: 24px;
    height: 24px;
    margin-left: 0;
    position: absolute;
    display: inline-block;
    outline: none !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    border: 1px solid #969494;
    border-radius: 2px
}

.form-check label:hover:before {
    border-color: #1a1a1a
}

.form-check label::after {
    content: '';
    top: 7px;
    left: 6px;
    opacity: 0;
    width: 14px;
    height: 10.6px;
    cursor: pointer;
    position: absolute;
    display: inline-block;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    background: transparent center / cover no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.17794 8.01478L2.80728 5.64412L2 6.44571L5.17794 9.62365L12 2.80159L11.1984 2L5.17794 8.01478Z' stroke='%231FBB3E' stroke-width='1.5'/%3E%3C/svg%3E")
}

.form-check input[type="radio"],
.form-check input[type="checkbox"] {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    outline: none !important
}

.form-check input[type="radio"]:disabled+label,
.form-check input[type="checkbox"]:disabled+label {
    opacity: 0.65
}

.form-check input[type="radio"]:not(.show),
.form-check input[type="checkbox"]:not(.show) {
    opacity: 0
}

.form-check input[type="radio"]:focus+label::before,
.form-check input[type="checkbox"]:focus+label::before {
    outline-offset: -2px;
    outline: none
}

.form-check input[type="checkbox"]:checked+label::after {
    opacity: 1
}

.form-check input[type="radio"]:disabled+label::before,
.form-check input[type="checkbox"]:disabled+label::before {
    cursor: not-allowed !important
}

.ui-datepicker.ui-widget.ui-widget-content {
    left: 0 !important;
    right: 0 !important;
    top: 50% !important;
    position: fixed !important;
    margin: auto !important;
    z-index: 1050 !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: white;
    border: none !important;
    width: 402px !important
}

@media (max-width: 767.38px) {
    .ui-datepicker.ui-widget.ui-widget-content {
        top: 0 !important;
        -webkit-transform: unset;
        transform: unset;
        margin-top: -5px !important
    }
}

.ui-datepicker.ui-widget.ui-widget-content:before {
    content: '';
    width: 150vw;
    height: 150vh;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: -50vh;
    left: -50vw;
    z-index: -1
}

@media (max-width: 767.38px) {
    .ui-datepicker.ui-widget.ui-widget-content:before {
        background: white
    }
}

.ui-datepicker.ui-widget.ui-widget-content .ui-widget-header {
    border: none;
    background: white;
    border-radius: 0;
    margin-bottom: -1px;
    padding-top: 33px;
    padding-bottom: 30px
}

.ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-corner-all:hover {
    border: none;
    background: transparent
}

.ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-prev,
.ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-next {
    cursor: pointer;
    right: 104px;
    top: 50% !important;
    width: unset;
    height: unset;
    position: absolute !important
}

.ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-prev .ui-icon,
.ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-next .ui-icon {
    margin-top: 0;
    width: 14px;
    height: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 14L8 8L2 2' stroke='%2360d3f7' stroke-width='3'/%3E%3C/svg%3E%0A")
}

.ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-prev {
    right: unset;
    left: 104px
}

.ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-prev .ui-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 14L3 8L9 2' stroke='%2360d3f7' stroke-width='3'/%3E%3C/svg%3E")
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar,
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-buttonpane {
    background: white;
    padding: 27px 17px
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar {
    table-layout: fixed;
    margin-bottom: 0;
    border: 24px solid white;
    border-top: 0;
    border-bottom: 0
}

@media (max-width: 767.38px) {
    .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar {
        font-size: 2.43056vw;
        line-height: 4.51389vw
    }
}

@media (max-width: 575.98px) {
    .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar {
        font-size: 3.73333vw;
        line-height: 6.93333vw
    }
}

.ui-datepicker.ui-widget.ui-widget-content td.ui-datepicker-week-col {
    color: #60d3f7;
    text-align: center;
    margin-left: 0
}

.ui-datepicker.ui-widget.ui-widget-content .ui-state-active {
    color: #60d3f7
}

.ui-datepicker.ui-widget.ui-widget-content .ui-state-active:after {
    -webkit-transform: scaleX(1) !important;
    transform: scaleX(1) !important
}

.ui-datepicker.ui-widget.ui-widget-content td,
.ui-datepicker.ui-widget.ui-widget-content th,
.ui-datepicker.ui-widget.ui-widget-content tr,
.ui-datepicker.ui-widget.ui-widget-content tbody,
.ui-datepicker.ui-widget.ui-widget-content thead {
    border: none !important
}

.ui-datepicker.ui-widget.ui-widget-content .ui-widget-heade {
    color: #1a1a1a
}

.ui-datepicker.ui-widget.ui-widget-content th {
    font-weight: 300
}

.ui-datepicker.ui-widget.ui-widget-content td>* {
    background: transparent;
    border: none;
    text-align: center
}

@media (max-width: 1439.98px) {
    .form-label {
        margin-bottom: .41667vw
    }

    .form-control,
    .form-select {
        font-size: .97222vw;
        line-height: 2.5vw;
        padding: .41667vw 1.14583vw
    }

    .form-select {
        padding-right: 3.33333vw
    }

    .form-styled .is-invalid {
        border-color: #dc3545
    }

    .form-styled input::-webkit-outer-spin-button,
    .form-styled input::-webkit-inner-spin-button {
        -webkit-appearance: none !important;
        margin: 0 !important
    }

    .form-styled input[type=number] {
        -moz-appearance: textfield !important
    }

    .form-styled select:required:invalid {
        color: #969494
    }

    .form-styled input,
    .form-styled select,
    .form-styled textarea {
        padding-left: 0;
        padding-right: 0;
        border-bottom: 2px solid #969494;
        font-size: 1.11111vw;
        line-height: 1.80556vw;
        padding-top: .48611vw;
        padding-bottom: .48611vw;
        margin-bottom: 2.15278vw;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .form-styled input::-webkit-input-placeholder,
    .form-styled select::-webkit-input-placeholder,
    .form-styled textarea::-webkit-input-placeholder {
        color: #969494;
        opacity: 1
    }

    .form-styled input::-moz-placeholder,
    .form-styled select::-moz-placeholder,
    .form-styled textarea::-moz-placeholder {
        color: #969494;
        opacity: 1
    }

    .form-styled input:-ms-input-placeholder,
    .form-styled select:-ms-input-placeholder,
    .form-styled textarea:-ms-input-placeholder {
        color: #969494;
        opacity: 1
    }

    .form-styled input::-ms-input-placeholder,
    .form-styled select::-ms-input-placeholder,
    .form-styled textarea::-ms-input-placeholder {
        color: #969494;
        opacity: 1
    }

    .form-styled input::placeholder,
    .form-styled select::placeholder,
    .form-styled textarea::placeholder {
        color: #969494;
        opacity: 1
    }

    .form-styled input:focus,
    .form-styled select:focus,
    .form-styled textarea:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .form-styled .input-group {
        margin-bottom: 2.15278vw
    }

    .form-styled .input-group input,
    .form-styled .input-group select,
    .form-styled .input-group textarea {
        margin-bottom: 0
    }

    .form-styled .input-group .input-group-text {
        padding-left: 0;
        color: #969494;
        background: transparent;
        border-bottom: 2px solid #969494
    }

    .form-styled .input-group.input-group-rate {
        width: 6.94444vw
    }

    .form-styled .input-group.input-group-rate input {
        text-align: right
    }

    .form-styled .form-label {
        font-size: 1.11111vw;
        line-height: 1.80556vw;
        margin-top: 2.36111vw;
        margin-bottom: 2.22222vw
    }

    .form-styled.in-modal .form-label {
        margin-top: 1.25vw
    }

    .form-styled .form-check {
        margin-bottom: 1.66667vw;
        padding-right: .90278vw
    }

    .form-styled button {
        margin-top: 1.94444vw
    }

    .was-validated .form-check-input:valid~.form-check-label,
    .form-check-input.is-valid~.form-check-label {
        color: #1a1a1a
    }

    .form-check {
        padding-left: 0
    }

    .form-check label {
        margin-bottom: 0;
        position: relative;
        padding-left: 2.56944vw;
        display: inline-block;
        font-size: 1.11111vw;
        line-height: 1.80556vw !important;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        cursor: pointer
    }

    .form-check label::before {
        cursor: pointer;
        content: "";
        left: 0;
        width: 1.66667vw;
        height: 1.66667vw;
        margin-left: 0;
        position: absolute;
        display: inline-block;
        outline: none !important;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        background-color: transparent;
        border: 1px solid #969494;
        border-radius: .13889vw
    }

    .form-check label:hover:before {
        border-color: #1a1a1a
    }

    .form-check label::after {
        content: '';
        top: .48611vw;
        left: .41667vw;
        opacity: 0;
        width: .97222vw;
        height: .73611vw;
        cursor: pointer;
        position: absolute;
        display: inline-block;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        background: transparent center / cover no-repeat;
        background-size: contain;
        background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.17794 8.01478L2.80728 5.64412L2 6.44571L5.17794 9.62365L12 2.80159L11.1984 2L5.17794 8.01478Z' stroke='%231FBB3E' stroke-width='1.5'/%3E%3C/svg%3E")
    }

    .form-check input[type="radio"],
    .form-check input[type="checkbox"] {
        position: absolute;
        cursor: pointer;
        z-index: 1;
        outline: none !important
    }

    .form-check input[type="radio"]:disabled+label,
    .form-check input[type="checkbox"]:disabled+label {
        opacity: 0.65
    }

    .form-check input[type="radio"]:not(.show),
    .form-check input[type="checkbox"]:not(.show) {
        opacity: 0
    }

    .form-check input[type="radio"]:focus+label::before,
    .form-check input[type="checkbox"]:focus+label::before {
        outline-offset: -.13889vw;
        outline: none
    }

    .form-check input[type="checkbox"]:checked+label::after {
        opacity: 1
    }

    .form-check input[type="radio"]:disabled+label::before,
    .form-check input[type="checkbox"]:disabled+label::before {
        cursor: not-allowed !important
    }

    .ui-datepicker.ui-widget.ui-widget-content {
        left: 0 !important;
        right: 0 !important;
        top: 50% !important;
        position: fixed !important;
        margin: auto !important;
        z-index: 1050 !important;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: white;
        border: none !important;
        width: 27.91667vw !important
    }
}

@media (max-width: 1439.98px) and (max-width: 767.38px) {
    .ui-datepicker.ui-widget.ui-widget-content {
        top: 0 !important;
        -webkit-transform: unset;
        transform: unset;
        margin-top: -.34722vw !important
    }
}

@media (max-width: 1439.98px) {
    .ui-datepicker.ui-widget.ui-widget-content:before {
        content: '';
        width: 150vw;
        height: 150vh;
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: -50vh;
        left: -50vw;
        z-index: -1
    }
}

@media (max-width: 1439.98px) and (max-width: 767.38px) {
    .ui-datepicker.ui-widget.ui-widget-content:before {
        background: white
    }
}

@media (max-width: 1439.98px) {
    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header {
        border: none;
        background: white;
        border-radius: 0;
        margin-bottom: -1px;
        padding-top: 2.29167vw;
        padding-bottom: 2.08333vw
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-corner-all:hover {
        border: none;
        background: transparent
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-prev,
    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-next {
        cursor: pointer;
        right: 7.22222vw;
        top: 50% !important;
        width: unset;
        height: unset;
        position: absolute !important
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-prev .ui-icon,
    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-next .ui-icon {
        margin-top: 0;
        width: .97222vw;
        height: .97222vw;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 14L8 8L2 2' stroke='%2360d3f7' stroke-width='3'/%3E%3C/svg%3E%0A")
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-prev {
        right: unset;
        left: 7.22222vw
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-prev .ui-icon {
        background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 14L3 8L9 2' stroke='%2360d3f7' stroke-width='3'/%3E%3C/svg%3E")
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar,
    .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-buttonpane {
        background: white;
        padding: 1.875vw 1.18056vw
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar {
        table-layout: fixed;
        margin-bottom: 0;
        border: 1.66667vw solid white;
        border-top: 0;
        border-bottom: 0
    }
}

@media (max-width: 1439.98px) and (max-width: 767.38px) {
    .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar {
        font-size: 2.43056vw;
        line-height: 4.51389vw
    }
}

@media (max-width: 1439.98px) and (max-width: 575.98px) {
    .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar {
        font-size: 3.73333vw;
        line-height: 6.93333vw
    }
}

@media (max-width: 1439.98px) {
    .ui-datepicker.ui-widget.ui-widget-content td.ui-datepicker-week-col {
        color: #60d3f7;
        text-align: center;
        margin-left: 0
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-state-active {
        color: #60d3f7
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-state-active:after {
        -webkit-transform: scaleX(1) !important;
        transform: scaleX(1) !important
    }

    .ui-datepicker.ui-widget.ui-widget-content td,
    .ui-datepicker.ui-widget.ui-widget-content th,
    .ui-datepicker.ui-widget.ui-widget-content tr,
    .ui-datepicker.ui-widget.ui-widget-content tbody,
    .ui-datepicker.ui-widget.ui-widget-content thead {
        border: none !important
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-heade {
        color: #1a1a1a
    }

    .ui-datepicker.ui-widget.ui-widget-content th {
        font-weight: 300
    }

    .ui-datepicker.ui-widget.ui-widget-content td>* {
        background: transparent;
        border: none;
        text-align: center
    }
}

@media (max-width: 767.48px) {
    .form-label {
        margin-bottom: .41667vw
    }

    .form-control,
    .form-select {
        font-size: .97222vw;
        line-height: 2.5vw;
        padding: .41667vw 1.14583vw
    }

    .form-select {
        padding-right: 3.33333vw
    }

    .form-styled .is-invalid {
        border-color: #dc3545
    }

    .form-styled input::-webkit-outer-spin-button,
    .form-styled input::-webkit-inner-spin-button {
        -webkit-appearance: none !important;
        margin: 0 !important
    }

    .form-styled input[type=number] {
        -moz-appearance: textfield !important
    }

    .form-styled select:required:invalid {
        color: #969494
    }

    .form-styled input,
    .form-styled select,
    .form-styled textarea {
        padding-left: 0;
        padding-right: 0;
        border-bottom: 2px solid #969494;
        font-size: 1.11111vw;
        line-height: 1.80556vw;
        padding-top: .48611vw;
        padding-bottom: .48611vw;
        margin-bottom: 2.15278vw;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .form-styled input::-webkit-input-placeholder,
    .form-styled select::-webkit-input-placeholder,
    .form-styled textarea::-webkit-input-placeholder {
        color: #969494;
        opacity: 1
    }

    .form-styled input::-moz-placeholder,
    .form-styled select::-moz-placeholder,
    .form-styled textarea::-moz-placeholder {
        color: #969494;
        opacity: 1
    }

    .form-styled input:-ms-input-placeholder,
    .form-styled select:-ms-input-placeholder,
    .form-styled textarea:-ms-input-placeholder {
        color: #969494;
        opacity: 1
    }

    .form-styled input::-ms-input-placeholder,
    .form-styled select::-ms-input-placeholder,
    .form-styled textarea::-ms-input-placeholder {
        color: #969494;
        opacity: 1
    }

    .form-styled input::placeholder,
    .form-styled select::placeholder,
    .form-styled textarea::placeholder {
        color: #969494;
        opacity: 1
    }

    .form-styled input:focus,
    .form-styled select:focus,
    .form-styled textarea:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .form-styled .input-group {
        margin-bottom: 2.15278vw
    }

    .form-styled .input-group input,
    .form-styled .input-group select,
    .form-styled .input-group textarea {
        margin-bottom: 0
    }

    .form-styled .input-group .input-group-text {
        padding-left: 0;
        color: #969494;
        background: transparent;
        border-bottom: 2px solid #969494
    }

    .form-styled .input-group.input-group-rate {
        width: 6.94444vw
    }

    .form-styled .input-group.input-group-rate input {
        text-align: right
    }

    .form-styled .form-label {
        font-size: 1.11111vw;
        line-height: 1.80556vw;
        margin-top: 2.36111vw;
        margin-bottom: 2.22222vw
    }

    .form-styled.in-modal .form-label {
        margin-top: 1.25vw
    }

    .form-styled .form-check {
        margin-bottom: 1.66667vw;
        padding-right: .90278vw
    }

    .form-styled button {
        margin-top: 1.94444vw
    }

    .was-validated .form-check-input:valid~.form-check-label,
    .form-check-input.is-valid~.form-check-label {
        color: #1a1a1a
    }

    .form-check {
        padding-left: 0
    }

    .form-check label {
        margin-bottom: 0;
        position: relative;
        padding-left: 2.56944vw;
        display: inline-block;
        font-size: 1.11111vw;
        line-height: 1.80556vw !important;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        cursor: pointer
    }

    .form-check label::before {
        cursor: pointer;
        content: "";
        left: 0;
        width: 1.66667vw;
        height: 1.66667vw;
        margin-left: 0;
        position: absolute;
        display: inline-block;
        outline: none !important;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        background-color: transparent;
        border: 1px solid #969494;
        border-radius: .13889vw
    }

    .form-check label:hover:before {
        border-color: #1a1a1a
    }

    .form-check label::after {
        content: '';
        top: .48611vw;
        left: .41667vw;
        opacity: 0;
        width: .97222vw;
        height: .73611vw;
        cursor: pointer;
        position: absolute;
        display: inline-block;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        background: transparent center / cover no-repeat;
        background-size: contain;
        background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.17794 8.01478L2.80728 5.64412L2 6.44571L5.17794 9.62365L12 2.80159L11.1984 2L5.17794 8.01478Z' stroke='%231FBB3E' stroke-width='1.5'/%3E%3C/svg%3E")
    }

    .form-check input[type="radio"],
    .form-check input[type="checkbox"] {
        position: absolute;
        cursor: pointer;
        z-index: 1;
        outline: none !important
    }

    .form-check input[type="radio"]:disabled+label,
    .form-check input[type="checkbox"]:disabled+label {
        opacity: 0.65
    }

    .form-check input[type="radio"]:not(.show),
    .form-check input[type="checkbox"]:not(.show) {
        opacity: 0
    }

    .form-check input[type="radio"]:focus+label::before,
    .form-check input[type="checkbox"]:focus+label::before {
        outline-offset: -.13889vw;
        outline: none
    }

    .form-check input[type="checkbox"]:checked+label::after {
        opacity: 1
    }

    .form-check input[type="radio"]:disabled+label::before,
    .form-check input[type="checkbox"]:disabled+label::before {
        cursor: not-allowed !important
    }

    .ui-datepicker.ui-widget.ui-widget-content {
        left: 0 !important;
        right: 0 !important;
        top: 50% !important;
        position: fixed !important;
        margin: auto !important;
        z-index: 1050 !important;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: white;
        border: none !important;
        width: 27.91667vw !important
    }
}

@media (max-width: 767.48px) and (max-width: 767.38px) {
    .ui-datepicker.ui-widget.ui-widget-content {
        top: 0 !important;
        -webkit-transform: unset;
        transform: unset;
        margin-top: -.34722vw !important
    }
}

@media (max-width: 767.48px) {
    .ui-datepicker.ui-widget.ui-widget-content:before {
        content: '';
        width: 150vw;
        height: 150vh;
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: -50vh;
        left: -50vw;
        z-index: -1
    }
}

@media (max-width: 767.48px) and (max-width: 767.38px) {
    .ui-datepicker.ui-widget.ui-widget-content:before {
        background: white
    }
}

@media (max-width: 767.48px) {
    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header {
        border: none;
        background: white;
        border-radius: 0;
        margin-bottom: -1px;
        padding-top: 2.29167vw;
        padding-bottom: 2.08333vw
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-corner-all:hover {
        border: none;
        background: transparent
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-prev,
    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-next {
        cursor: pointer;
        right: 7.22222vw;
        top: 50% !important;
        width: unset;
        height: unset;
        position: absolute !important
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-prev .ui-icon,
    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-next .ui-icon {
        margin-top: 0;
        width: .97222vw;
        height: .97222vw;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 14L8 8L2 2' stroke='%2360d3f7' stroke-width='3'/%3E%3C/svg%3E%0A")
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-prev {
        right: unset;
        left: 7.22222vw
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-prev .ui-icon {
        background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 14L3 8L9 2' stroke='%2360d3f7' stroke-width='3'/%3E%3C/svg%3E")
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar,
    .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-buttonpane {
        background: white;
        padding: 1.875vw 1.18056vw
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar {
        table-layout: fixed;
        margin-bottom: 0;
        border: 1.66667vw solid white;
        border-top: 0;
        border-bottom: 0
    }
}

@media (max-width: 767.48px) and (max-width: 767.38px) {
    .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar {
        font-size: 2.43056vw;
        line-height: 4.51389vw
    }
}

@media (max-width: 767.48px) and (max-width: 575.98px) {
    .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar {
        font-size: 3.73333vw;
        line-height: 6.93333vw
    }
}

@media (max-width: 767.48px) {
    .ui-datepicker.ui-widget.ui-widget-content td.ui-datepicker-week-col {
        color: #60d3f7;
        text-align: center;
        margin-left: 0
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-state-active {
        color: #60d3f7
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-state-active:after {
        -webkit-transform: scaleX(1) !important;
        transform: scaleX(1) !important
    }

    .ui-datepicker.ui-widget.ui-widget-content td,
    .ui-datepicker.ui-widget.ui-widget-content th,
    .ui-datepicker.ui-widget.ui-widget-content tr,
    .ui-datepicker.ui-widget.ui-widget-content tbody,
    .ui-datepicker.ui-widget.ui-widget-content thead {
        border: none !important
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-heade {
        color: #1a1a1a
    }

    .ui-datepicker.ui-widget.ui-widget-content th {
        font-weight: 300
    }

    .ui-datepicker.ui-widget.ui-widget-content td>* {
        background: transparent;
        border: none;
        text-align: center
    }
}

@media (max-width: 767.38px) {
    .form-label {
        margin-bottom: 1.04167vw
    }

    .form-control,
    .form-select {
        font-size: 2.43056vw;
        line-height: 6.25vw;
        padding: 1.04167vw 2.86458vw
    }

    .form-select {
        padding-right: 8.33333vw
    }

    .form-styled .is-invalid {
        border-color: #dc3545
    }

    .form-styled input::-webkit-outer-spin-button,
    .form-styled input::-webkit-inner-spin-button {
        -webkit-appearance: none !important;
        margin: 0 !important
    }

    .form-styled input[type=number] {
        -moz-appearance: textfield !important
    }

    .form-styled select:required:invalid {
        color: #969494
    }

    .form-styled input,
    .form-styled select,
    .form-styled textarea {
        padding-left: 0;
        padding-right: 0;
        border-bottom: 2px solid #969494;
        font-size: 2.43056vw;
        line-height: 4.51389vw;
        padding-top: 1.21528vw;
        padding-bottom: 1.21528vw;
        margin-bottom: 4.6875vw;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .form-styled input::-webkit-input-placeholder,
    .form-styled select::-webkit-input-placeholder,
    .form-styled textarea::-webkit-input-placeholder {
        color: #969494;
        opacity: 1
    }

    .form-styled input::-moz-placeholder,
    .form-styled select::-moz-placeholder,
    .form-styled textarea::-moz-placeholder {
        color: #969494;
        opacity: 1
    }

    .form-styled input:-ms-input-placeholder,
    .form-styled select:-ms-input-placeholder,
    .form-styled textarea:-ms-input-placeholder {
        color: #969494;
        opacity: 1
    }

    .form-styled input::-ms-input-placeholder,
    .form-styled select::-ms-input-placeholder,
    .form-styled textarea::-ms-input-placeholder {
        color: #969494;
        opacity: 1
    }

    .form-styled input::placeholder,
    .form-styled select::placeholder,
    .form-styled textarea::placeholder {
        color: #969494;
        opacity: 1
    }

    .form-styled input:focus,
    .form-styled select:focus,
    .form-styled textarea:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .form-styled .input-group {
        margin-bottom: 5.38194vw
    }

    .form-styled .input-group input,
    .form-styled .input-group select,
    .form-styled .input-group textarea {
        margin-bottom: 0
    }

    .form-styled .input-group .input-group-text {
        padding-left: 0;
        color: #969494;
        background: transparent;
        border-bottom: 2px solid #969494
    }

    .form-styled .input-group.input-group-rate {
        width: 17.36111vw
    }

    .form-styled .input-group.input-group-rate input {
        text-align: right
    }

    .form-styled .form-label {
        font-size: 2.43056vw;
        line-height: 4.51389vw;
        margin-top: 3.29861vw;
        margin-bottom: 4.16667vw
    }

    .form-styled.in-modal .form-label {
        margin-top: 1.90972vw
    }

    .form-styled .form-check {
        margin-bottom: 4.16667vw;
        padding-right: 2.25694vw
    }

    .form-styled button {
        margin-top: 4.86111vw
    }

    .was-validated .form-check-input:valid~.form-check-label,
    .form-check-input.is-valid~.form-check-label {
        color: #1a1a1a
    }

    .form-check {
        padding-left: 0
    }

    .form-check label {
        margin-bottom: 0;
        position: relative;
        padding-left: 6.42361vw;
        display: inline-block;
        font-size: 2.43056vw;
        line-height: 4.51389vw !important;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        cursor: pointer
    }

    .form-check label::before {
        cursor: pointer;
        content: "";
        left: 0;
        width: 4.16667vw;
        height: 4.16667vw;
        margin-left: 0;
        position: absolute;
        display: inline-block;
        outline: none !important;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        background-color: transparent;
        border: 1px solid #969494;
        border-radius: .34722vw
    }

    .form-check label:hover:before {
        border-color: #1a1a1a
    }

    .form-check label::after {
        content: '';
        top: 1.12847vw;
        left: .95486vw;
        opacity: 0;
        width: 2.43056vw;
        height: 1.84028vw;
        cursor: pointer;
        position: absolute;
        display: inline-block;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        background: transparent center / cover no-repeat;
        background-size: contain;
        background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.17794 8.01478L2.80728 5.64412L2 6.44571L5.17794 9.62365L12 2.80159L11.1984 2L5.17794 8.01478Z' stroke='%231FBB3E' stroke-width='1.5'/%3E%3C/svg%3E")
    }

    .form-check input[type="radio"],
    .form-check input[type="checkbox"] {
        position: absolute;
        cursor: pointer;
        z-index: 1;
        outline: none !important
    }

    .form-check input[type="radio"]:disabled+label,
    .form-check input[type="checkbox"]:disabled+label {
        opacity: 0.65
    }

    .form-check input[type="radio"]:not(.show),
    .form-check input[type="checkbox"]:not(.show) {
        opacity: 0
    }

    .form-check input[type="radio"]:focus+label::before,
    .form-check input[type="checkbox"]:focus+label::before {
        outline-offset: -.34722vw;
        outline: none
    }

    .form-check input[type="checkbox"]:checked+label::after {
        opacity: 1
    }

    .form-check input[type="radio"]:disabled+label::before,
    .form-check input[type="checkbox"]:disabled+label::before {
        cursor: not-allowed !important
    }

    .ui-datepicker.ui-widget.ui-widget-content {
        left: 0 !important;
        right: 0 !important;
        top: 50% !important;
        position: fixed !important;
        margin: auto !important;
        z-index: 1050 !important;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: white;
        border: none !important;
        width: 100% !important
    }
}

@media (max-width: 767.38px) and (max-width: 767.38px) {
    .ui-datepicker.ui-widget.ui-widget-content {
        top: 0 !important;
        -webkit-transform: unset;
        transform: unset;
        margin-top: -.86806vw !important
    }
}

@media (max-width: 767.38px) {
    .ui-datepicker.ui-widget.ui-widget-content:before {
        content: '';
        width: 150vw;
        height: 150vh;
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: -50vh;
        left: -50vw;
        z-index: -1
    }
}

@media (max-width: 767.38px) and (max-width: 767.38px) {
    .ui-datepicker.ui-widget.ui-widget-content:before {
        background: white
    }
}

@media (max-width: 767.38px) {
    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header {
        border: none;
        background: white;
        border-radius: 0;
        margin-bottom: -1px;
        padding-top: 5.72917vw;
        padding-bottom: 4.16667vw
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-corner-all:hover {
        border: none;
        background: transparent
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-prev,
    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-next {
        cursor: pointer;
        right: 18.05556vw;
        top: 50% !important;
        width: unset;
        height: unset;
        position: absolute !important
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-prev .ui-icon,
    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-next .ui-icon {
        margin-top: 0;
        width: 2.43056vw;
        height: 2.43056vw;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 14L8 8L2 2' stroke='%2360d3f7' stroke-width='3'/%3E%3C/svg%3E%0A")
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-prev {
        right: unset;
        left: 18.05556vw
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-prev .ui-icon {
        background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 14L3 8L9 2' stroke='%2360d3f7' stroke-width='3'/%3E%3C/svg%3E")
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar,
    .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-buttonpane {
        background: white;
        padding: 4.6875vw 2.95139vw
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar {
        table-layout: fixed;
        margin-bottom: 0;
        border: 2.25694vw solid white;
        border-top: 0;
        border-bottom: 0
    }
}

@media (max-width: 767.38px) and (max-width: 767.38px) {
    .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar {
        font-size: 2.43056vw;
        line-height: 4.51389vw
    }
}

@media (max-width: 767.38px) and (max-width: 575.98px) {
    .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar {
        font-size: 3.73333vw;
        line-height: 6.93333vw
    }
}

@media (max-width: 767.38px) {
    .ui-datepicker.ui-widget.ui-widget-content td.ui-datepicker-week-col {
        color: #60d3f7;
        text-align: center;
        margin-left: 0
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-state-active {
        color: #60d3f7
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-state-active:after {
        -webkit-transform: scaleX(1) !important;
        transform: scaleX(1) !important
    }

    .ui-datepicker.ui-widget.ui-widget-content td,
    .ui-datepicker.ui-widget.ui-widget-content th,
    .ui-datepicker.ui-widget.ui-widget-content tr,
    .ui-datepicker.ui-widget.ui-widget-content tbody,
    .ui-datepicker.ui-widget.ui-widget-content thead {
        border: none !important
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-heade {
        color: #1a1a1a
    }

    .ui-datepicker.ui-widget.ui-widget-content th {
        font-weight: 300
    }

    .ui-datepicker.ui-widget.ui-widget-content td>* {
        background: transparent;
        border: none;
        text-align: center
    }
}

@media (max-width: 575.98px) {
    .form-label {
        margin-bottom: 1.6vw
    }

    .form-control,
    .form-select {
        font-size: 3.73333vw;
        line-height: 9.6vw;
        padding: 1.6vw 4.4vw
    }

    .form-select {
        padding-right: 12.8vw
    }

    .form-styled .is-invalid {
        border-color: #dc3545
    }

    .form-styled input::-webkit-outer-spin-button,
    .form-styled input::-webkit-inner-spin-button {
        -webkit-appearance: none !important;
        margin: 0 !important
    }

    .form-styled input[type=number] {
        -moz-appearance: textfield !important
    }

    .form-styled select:required:invalid {
        color: #969494
    }

    .form-styled input,
    .form-styled select,
    .form-styled textarea {
        padding-left: 0;
        padding-right: 0;
        border-bottom: 2px solid #969494;
        font-size: 3.73333vw;
        line-height: 6.93333vw;
        padding-top: 1.86667vw;
        padding-bottom: 1.86667vw;
        margin-bottom: 7.2vw;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .form-styled input::-webkit-input-placeholder,
    .form-styled select::-webkit-input-placeholder,
    .form-styled textarea::-webkit-input-placeholder {
        color: #969494;
        opacity: 1
    }

    .form-styled input::-moz-placeholder,
    .form-styled select::-moz-placeholder,
    .form-styled textarea::-moz-placeholder {
        color: #969494;
        opacity: 1
    }

    .form-styled input:-ms-input-placeholder,
    .form-styled select:-ms-input-placeholder,
    .form-styled textarea:-ms-input-placeholder {
        color: #969494;
        opacity: 1
    }

    .form-styled input::-ms-input-placeholder,
    .form-styled select::-ms-input-placeholder,
    .form-styled textarea::-ms-input-placeholder {
        color: #969494;
        opacity: 1
    }

    .form-styled input::placeholder,
    .form-styled select::placeholder,
    .form-styled textarea::placeholder {
        color: #969494;
        opacity: 1
    }

    .form-styled input:focus,
    .form-styled select:focus,
    .form-styled textarea:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .form-styled .input-group {
        margin-bottom: 8.26667vw
    }

    .form-styled .input-group input,
    .form-styled .input-group select,
    .form-styled .input-group textarea {
        margin-bottom: 0
    }

    .form-styled .input-group .input-group-text {
        padding-left: 0;
        color: #969494;
        background: transparent;
        border-bottom: 2px solid #969494
    }

    .form-styled .input-group.input-group-rate {
        width: 26.66667vw
    }

    .form-styled .input-group.input-group-rate input {
        text-align: right
    }

    .form-styled .form-label {
        font-size: 3.73333vw;
        line-height: 6.93333vw;
        margin-top: 5.06667vw;
        margin-bottom: 6.4vw
    }

    .form-styled.in-modal .form-label {
        margin-top: 2.93333vw
    }

    .form-styled .form-check {
        margin-bottom: 6.4vw;
        padding-right: 3.46667vw
    }

    .form-styled button {
        margin-top: 7.46667vw
    }

    .was-validated .form-check-input:valid~.form-check-label,
    .form-check-input.is-valid~.form-check-label {
        color: #1a1a1a
    }

    .form-check {
        padding-left: 0
    }

    .form-check label {
        margin-bottom: 0;
        position: relative;
        padding-left: 9.86667vw;
        display: inline-block;
        font-size: 3.73333vw;
        line-height: 6.93333vw !important;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        cursor: pointer
    }

    .form-check label::before {
        cursor: pointer;
        content: "";
        left: 0;
        width: 6.4vw;
        height: 6.4vw;
        margin-left: 0;
        position: absolute;
        display: inline-block;
        outline: none !important;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        background-color: transparent;
        border: 1px solid #969494;
        border-radius: .53333vw
    }

    .form-check label:hover:before {
        border-color: #1a1a1a
    }

    .form-check label::after {
        content: '';
        top: 1.73333vw;
        left: 1.46667vw;
        opacity: 0;
        width: 3.73333vw;
        height: 2.82667vw;
        cursor: pointer;
        position: absolute;
        display: inline-block;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        background: transparent center / cover no-repeat;
        background-size: contain;
        background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.17794 8.01478L2.80728 5.64412L2 6.44571L5.17794 9.62365L12 2.80159L11.1984 2L5.17794 8.01478Z' stroke='%231FBB3E' stroke-width='1.5'/%3E%3C/svg%3E")
    }

    .form-check input[type="radio"],
    .form-check input[type="checkbox"] {
        position: absolute;
        cursor: pointer;
        z-index: 1;
        outline: none !important
    }

    .form-check input[type="radio"]:disabled+label,
    .form-check input[type="checkbox"]:disabled+label {
        opacity: 0.65
    }

    .form-check input[type="radio"]:not(.show),
    .form-check input[type="checkbox"]:not(.show) {
        opacity: 0
    }

    .form-check input[type="radio"]:focus+label::before,
    .form-check input[type="checkbox"]:focus+label::before {
        outline-offset: -.53333vw;
        outline: none
    }

    .form-check input[type="checkbox"]:checked+label::after {
        opacity: 1
    }

    .form-check input[type="radio"]:disabled+label::before,
    .form-check input[type="checkbox"]:disabled+label::before {
        cursor: not-allowed !important
    }

    .ui-datepicker.ui-widget.ui-widget-content {
        left: 0 !important;
        right: 0 !important;
        top: 50% !important;
        position: fixed !important;
        margin: auto !important;
        z-index: 1050 !important;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: white;
        border: none !important;
        width: 100% !important
    }
}

@media (max-width: 575.98px) and (max-width: 767.38px) {
    .ui-datepicker.ui-widget.ui-widget-content {
        top: 0 !important;
        -webkit-transform: unset;
        transform: unset;
        margin-top: -1.33333vw !important
    }
}

@media (max-width: 575.98px) {
    .ui-datepicker.ui-widget.ui-widget-content:before {
        content: '';
        width: 150vw;
        height: 150vh;
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: -50vh;
        left: -50vw;
        z-index: -1
    }
}

@media (max-width: 575.98px) and (max-width: 767.38px) {
    .ui-datepicker.ui-widget.ui-widget-content:before {
        background: white
    }
}

@media (max-width: 575.98px) {
    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header {
        border: none;
        background: white;
        border-radius: 0;
        margin-bottom: -1px;
        padding-top: 8.8vw;
        padding-bottom: 6.4vw
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-corner-all:hover {
        border: none;
        background: transparent
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-prev,
    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-next {
        cursor: pointer;
        right: 27.73333vw;
        top: 50% !important;
        width: unset;
        height: unset;
        position: absolute !important
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-prev .ui-icon,
    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-next .ui-icon {
        margin-top: 0;
        width: 3.73333vw;
        height: 3.73333vw;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 14L8 8L2 2' stroke='%2360d3f7' stroke-width='3'/%3E%3C/svg%3E%0A")
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-prev {
        right: unset;
        left: 27.73333vw
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-prev .ui-icon {
        background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 14L3 8L9 2' stroke='%2360d3f7' stroke-width='3'/%3E%3C/svg%3E")
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar,
    .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-buttonpane {
        background: white;
        padding: 7.2vw 4.53333vw
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar {
        table-layout: fixed;
        margin-bottom: 0;
        border: 3.46667vw solid white;
        border-top: 0;
        border-bottom: 0
    }
}

@media (max-width: 575.98px) and (max-width: 767.38px) {
    .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar {
        font-size: 2.43056vw;
        line-height: 4.51389vw
    }
}

@media (max-width: 575.98px) and (max-width: 575.98px) {
    .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar {
        font-size: 3.73333vw;
        line-height: 6.93333vw
    }
}

@media (max-width: 575.98px) {
    .ui-datepicker.ui-widget.ui-widget-content td.ui-datepicker-week-col {
        color: #60d3f7;
        text-align: center;
        margin-left: 0
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-state-active {
        color: #60d3f7
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-state-active:after {
        -webkit-transform: scaleX(1) !important;
        transform: scaleX(1) !important
    }

    .ui-datepicker.ui-widget.ui-widget-content td,
    .ui-datepicker.ui-widget.ui-widget-content th,
    .ui-datepicker.ui-widget.ui-widget-content tr,
    .ui-datepicker.ui-widget.ui-widget-content tbody,
    .ui-datepicker.ui-widget.ui-widget-content thead {
        border: none !important
    }

    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-heade {
        color: #1a1a1a
    }

    .ui-datepicker.ui-widget.ui-widget-content th {
        font-weight: 300
    }

    .ui-datepicker.ui-widget.ui-widget-content td>* {
        background: transparent;
        border: none;
        text-align: center
    }
}

.ui-datepicker .ui-datepicker-buttonpane {
    margin-top: -1px !important;
    padding-bottom: 17px !important;
    padding-left: 27px !important;
    padding-right: 27px !important
}

.ui-datepicker .ui-datepicker-buttonpane button[type="button"] {
    margin: 0;
    width: 100%;
    float: unset;
    opacity: 1
}

.ui-datepicker .ui-datepicker-buttonpane button[type="button"][data-handler="today"] {
    border-width: 1px !important;
    margin-bottom: 7px
}

.ui-datepicker .ui-datepicker-buttonpane button[type="button"][data-handler="today"]:hover {
    color: white
}

@media (max-width: 1439.98px) {
    .ui-datepicker .ui-datepicker-buttonpane button[type="button"][data-handler="today"] {
        border-width: .06944vw !important;
        margin-bottom: .48611vw
    }
}

@media (max-width: 767.48px) {
    .ui-datepicker .ui-datepicker-buttonpane button[type="button"][data-handler="today"] {
        border-width: .06944vw !important;
        margin-bottom: .48611vw
    }
}

@media (max-width: 767.38px) {
    .ui-datepicker .ui-datepicker-buttonpane button[type="button"][data-handler="today"] {
        border-width: .34722vw !important;
        margin-bottom: 1.21528vw
    }
}

@media (max-width: 575.98px) {
    .ui-datepicker .ui-datepicker-buttonpane button[type="button"][data-handler="today"] {
        border-width: .53333vw !important;
        margin-bottom: 1.86667vw
    }
}

@media (max-width: 1439.98px) {
    .ui-datepicker .ui-datepicker-buttonpane {
        padding-bottom: 1.18056vw !important;
        padding-left: 1.875vw !important;
        padding-right: 1.875vw !important
    }
}

@media (max-width: 767.48px) {
    .ui-datepicker .ui-datepicker-buttonpane {
        padding-bottom: 1.18056vw !important;
        padding-left: 1.875vw !important;
        padding-right: 1.875vw !important
    }
}

@media (max-width: 767.38px) {
    .ui-datepicker .ui-datepicker-buttonpane {
        padding-bottom: 2.95139vw !important;
        padding-left: 2.77778vw !important;
        padding-right: 2.77778vw !important
    }
}

@media (max-width: 575.98px) {
    .ui-datepicker .ui-datepicker-buttonpane {
        padding-bottom: 4.53333vw !important;
        padding-left: 4.26667vw !important;
        padding-right: 4.26667vw !important
    }
}

.ui-widget-content {
    border: none !important
}

.ui-datepicker-title {
    font-size: 16px;
    line-height: 26px
}

@media (max-width: 1439.98px) {
    .ui-datepicker-title {
        font-size: 1.11111vw;
        line-height: 1.80556vw
    }
}

@media (max-width: 767.48px) {
    .ui-datepicker-title {
        font-size: 1.11111vw;
        line-height: 1.80556vw
    }
}

@media (max-width: 767.38px) {
    .ui-datepicker-title {
        font-size: 2.77778vw;
        line-height: 4.51389vw
    }
}

@media (max-width: 575.98px) {
    .ui-datepicker-title {
        font-size: 4.26667vw;
        line-height: 6.93333vw
    }
}

.modal .modal-content {
    padding: 30px 24px 17px
}

.modal .modal-content .form-styled .btn,
.modal .modal-content .form-styled .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
.ui-datepicker .ui-datepicker-buttonpane .modal .modal-content .form-styled button[type="button"] {
    margin-top: 7px
}

@media (max-width: 1439.98px) {
    .modal .modal-content {
        padding: 2.08333vw 1.66667vw 1.18056vw
    }

    .modal .modal-content .form-styled .btn,
    .modal .modal-content .form-styled .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .modal .modal-content .form-styled button[type="button"] {
        margin-top: .48611vw
    }
}

@media (max-width: 767.48px) {
    .modal .modal-content {
        padding: 2.08333vw 1.66667vw 1.18056vw
    }

    .modal .modal-content .form-styled .btn,
    .modal .modal-content .form-styled .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .modal .modal-content .form-styled button[type="button"] {
        margin-top: .48611vw
    }
}

@media (max-width: 767.38px) {
    .modal .modal-content {
        padding: 3.47222vw 2.25694vw 2.95139vw
    }

    .modal .modal-content .form-styled .btn,
    .modal .modal-content .form-styled .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .modal .modal-content .form-styled button[type="button"] {
        margin-top: 1.21528vw
    }
}

@media (max-width: 575.98px) {
    .modal .modal-content {
        padding: 5.33333vw 3.46667vw 4.53333vw
    }

    .modal .modal-content .form-styled .btn,
    .modal .modal-content .form-styled .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .modal .modal-content .form-styled button[type="button"] {
        margin-top: 1.86667vw
    }
}

@media (max-width: 767.38px) {
    #formModal {
        height: 100%
    }

    #formModal .modal-dialog {
        margin: 0;
        height: 100%
    }

    #formModal .modal-dialog .modal-content {
        height: 100%
    }
}

body {
    padding-top: 75px
}

@media (max-width: 1439.98px) {
    body {
        padding-top: 5.20833vw
    }
}

@media (max-width: 767.48px) {
    body {
        padding-top: 5.20833vw
    }
}

@media (max-width: 767.38px) {
    body {
        padding-top: 8.33333vw
    }
}

@media (max-width: 575.98px) {
    body {
        padding-top: 12.8vw
    }
}

.menu-item-guest {
    display: none
}

.menu-item-account-icon {
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out
}

@media (max-width: 767.38px) {
    .nav-tgl {
        cursor: pointer;
        z-index: 100;
        height: 4.16667vw;
        margin-bottom: 2.08333vw;
        padding: 0;
        line-height: 0.6;
        text-align: center;
        -webkit-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out
    }

    .nav-tgl>span {
        display: inline-block;
        position: relative;
        top: -.41667vw;
        height: .34722vw;
        width: 3.33333vw;
        border-radius: 0;
        background: transparent;
        vertical-align: middle
    }

    .nav-tgl>span:before,
    .nav-tgl>span:after {
        display: inline-block;
        position: absolute;
        content: "";
        height: .34722vw;
        border-radius: 0;
        background: white;
        -webkit-transition: all 200ms;
        transition: all 200ms
    }

    .nav-tgl>span:before {
        top: -1.04167vw;
        left: 0;
        right: 0;
        width: 3.33333vw
    }

    .nav-tgl>span:after {
        top: .625vw;
        left: 0;
        right: 0;
        width: 3.33333vw
    }

    .nav-tgl:focus {
        outline: none
    }

    body.menu-open .nav-tgl>span {
        height: 0
    }

    body.menu-open .nav-tgl>span:after,
    body.menu-open .nav-tgl>span:before {
        top: 0;
        left: 0;
        width: 3.33333vw
    }

    body.menu-open .nav-tgl>span:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    body.menu-open .nav-tgl>span:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@media (max-width: 575.98px) {
    .nav-tgl {
        cursor: pointer;
        z-index: 100;
        height: 6.4vw;
        margin-bottom: 3.2vw;
        padding: 0;
        line-height: 0.6;
        text-align: center;
        -webkit-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out
    }

    .nav-tgl>span {
        display: inline-block;
        position: relative;
        top: -.64vw;
        height: .53333vw;
        width: 5.12vw;
        border-radius: 0;
        background: transparent;
        vertical-align: middle
    }

    .nav-tgl>span:before,
    .nav-tgl>span:after {
        display: inline-block;
        position: absolute;
        content: "";
        height: .53333vw;
        border-radius: 0;
        background: white;
        -webkit-transition: all 200ms;
        transition: all 200ms
    }

    .nav-tgl>span:before {
        top: -1.6vw;
        left: 0;
        right: 0;
        width: 5.12vw
    }

    .nav-tgl>span:after {
        top: .96vw;
        left: 0;
        right: 0;
        width: 5.12vw
    }

    .nav-tgl:focus {
        outline: none
    }

    body.menu-open .nav-tgl>span {
        height: 0
    }

    body.menu-open .nav-tgl>span:after,
    body.menu-open .nav-tgl>span:before {
        top: 0;
        left: 0;
        width: 5.12vw
    }

    body.menu-open .nav-tgl>span:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    body.menu-open .nav-tgl>span:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@media (max-width: 767.38px) {

    .fada-page-item-opdracht .icon-back,
    .fada-page-title .icon-back {
        width: 1.5625vw;
        left: 2.60417vw;
        background: transparent url("../img/svg/icon-back.svg") no-repeat 0 .74653vw
    }

    .navbar {
        padding-top: 2.25694vw;
        padding-bottom: 0;
        background: transparent !important
    }

    .navbar>* {
        z-index: 1
    }

    .navbar:before {
        content: '';
        top: 0;
        left: 0;
        width: 100vw;
        position: fixed;
        height: 8.33333vw;
        background: #1a1a1a
    }

    .navbar:after {
        content: '';
        height: 0;
        width: 100vw;
        top: 8.33333vw;
        position: fixed;
        background: #1a1a1a;
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out
    }

    .navbar .navbar-collapse {
        opacity: 0;
        height: 100% !important
    }

    .navbar.open .navbar-collapse {
        -webkit-animation: fade-in .3s 1;
        animation: fade-in .3s 1;
        -webkit-animation-delay: .2s;
        animation-delay: .2s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .navbar.open:after {
        height: 100vh
    }

    @-webkit-keyframes fade-in {
        from {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    @keyframes fade-in {
        from {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    .navbar>.container-fluid,
    .navbar>.container-sm,
    .navbar>.container-md,
    .navbar>.container-lg,
    .navbar>.container-xl,
    .navbar>.container-xxl {
        padding: 0
    }

    .navbar .navbar-toggler {
        margin-left: 2.60417vw
    }

    .navbar .navbar-brand {
        top: 1.73611vw;
        left: 50%;
        padding: 0;
        position: fixed;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .navbar .nav-icons {
        top: 2.25694vw;
        z-index: 1111;
        position: fixed;
        right: 2.60417vw
    }

    .navbar .nav-icons .icon-question {
        width: auto;
        height: 3.54167vw
    }

    .navbar .nav-icons a {
        margin-left: 2.08333vw;
        /* margin-left: -6vw; */
    }

    .navbar .navbar-nav {
        padding: 0
    }

    .navbar .nav-item {
        border-bottom: 1px solid #605D5E
    }

    .navbar .nav-item.menu-item-home {
        display: none
    }

    .navbar .nav-item a {
        line-height: 10.20833vw;
        margin-left: 7.29167vw !important;
        margin-right: 7.29167vw !important
    }

    .navbar .nav-item .btn,
    .navbar .nav-item .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .navbar .nav-item button[type="button"] {
        margin-top: 4.16667vw;
        line-height: 9.16667vw;
        margin-left: 3.125vw !important;
        margin-right: 3.125vw !important
    }

    .navbar .navbar-collapse:last-of-type .nav-item:last-of-type {
        border-bottom: none
    }

    .navbar .navbar-collapse:first-of-type {
        padding-top: 10.20833vw;
        border-top: 1px solid #B8B7B7
    }

    .navbar .navbar-collapse:first-of-type .navbar-nav {
        border-top: 1px solid #605D5E
    }

    .navbar .nav-link {
        padding-left: 0
    }
}

@media (max-width: 575.98px) {

    .fada-page-item-opdracht .icon-back,
    .fada-page-title .icon-back {
        width: 2.4vw;
        left: 4vw;
        background: transparent url("../img/svg/icon-back.svg") no-repeat 0 1.14667vw
    }

    .navbar {
        padding-top: 3.46667vw;
        padding-bottom: 0;
        background: transparent !important
    }

    .navbar>* {
        z-index: 1
    }

    .navbar:before {
        content: '';
        top: 0;
        left: 0;
        width: 100vw;
        position: fixed;
        height: 12.8vw;
        background: #1a1a1a
    }

    .navbar:after {
        content: '';
        height: 0;
        width: 100vw;
        top: 12.8vw;
        position: fixed;
        background: #1a1a1a;
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out
    }

    .navbar .navbar-collapse {
        opacity: 0;
        height: 100% !important
    }

    .navbar.open .navbar-collapse {
        -webkit-animation: fade-in .3s 1;
        animation: fade-in .3s 1;
        -webkit-animation-delay: .2s;
        animation-delay: .2s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .navbar.open:after {
        height: 100vh
    }

    @-webkit-keyframes fade-in {
        from {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    @keyframes fade-in {
        from {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    .navbar>.container-fluid,
    .navbar>.container-sm,
    .navbar>.container-md,
    .navbar>.container-lg,
    .navbar>.container-xl,
    .navbar>.container-xxl {
        padding: 0
    }

    .navbar .navbar-toggler {
        margin-left: 4vw
    }

    .navbar .navbar-brand {
        top: 2.66667vw;
        left: 50%;
        padding: 0;
        position: fixed;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .navbar .nav-icons {
        top: 3.46667vw;
        z-index: 1111;
        position: fixed;
        right: 4vw
    }

    .navbar .nav-icons .icon-question {
        width: auto;
        height: 5.44vw
    }

    .navbar .nav-icons a {
        margin-left: -5vw
    }

    .navbar .navbar-nav {
        padding: 0
    }

    .navbar .nav-item {
        border-bottom: 1px solid #605D5E
    }

    .navbar .nav-item.menu-item-home {
        display: none
    }

    .navbar .nav-item a {
        line-height: 15.68vw;
        margin-left: 11.2vw !important;
        margin-right: 11.2vw !important
    }

    .navbar .nav-item .btn,
    .navbar .nav-item .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .navbar .nav-item button[type="button"] {
        margin-top: 6.4vw;
        line-height: 14.08vw;
        margin-left: 4.8vw !important;
        margin-right: 4.8vw !important
    }

    .navbar .navbar-collapse:last-of-type .nav-item:last-of-type {
        border-bottom: none
    }

    .navbar .navbar-collapse:first-of-type {
        padding-top: 0vw;
        /* padding-top: 15.68vw; */
        border-top: 1px solid #B8B7B7
    }

    .navbar .navbar-collapse:first-of-type .navbar-nav {
        border-top: 1px solid #605D5E
    }

    .navbar .nav-link {
        padding-left: 0
    }
}

@media (max-width: 767.38px) {
    .navbar-toggler {
        padding: 0;
        border: none
    }
}

@media (min-width: 767.4px) {
    .navbar-collapse {
        width: calc((100% - 13.34028vw) / 2)
    }
}

@media (min-width: 767.5px) {
    .navbar-collapse {
        width: calc((100% - 8.47222vw) / 2)
    }
}

@media (min-width: 1440px) {
    .navbar-collapse {
        width: calc((100% - 8.47222vw) / 2)
    }
}

@media (min-width: 1441px) {
    .navbar-collapse {
        width: calc((100% - 122px) / 2)
    }
}

@media (min-width: 767.4px) {
    .navbar-collapse:first-of-type li:first-of-type .nav-link {
        margin-left: 0 !important
    }

    .navbar-collapse:last-of-type li:last-of-type .nav-link {
        margin-right: 0 !important
    }
}

.navbar-brand svg {
    width: 122px;
    height: auto
}

.navbar-nav {
    padding-top: 19px;
    padding-bottom: 16px;
    text-transform: uppercase
}

.navbar-nav a {
    color: #FCF6E8;
    font-size: 14px;
    line-height: 35px;
    padding: 0 !important;
    margin-left: 13.5px !important;
    margin-right: 13.5px !important
}

.navbar-nav a:after {
    left: 0;
    right: 0;
    /* bottom: -4px; */
    margin: auto;
    position: absolute;
    height: 3px;
    min-width: 16px;
    /* background: #60d3f7; */
    /* width: 74.77477% !important */
}

@media (max-width: 767.38px) {
    .navbar-nav a:after {
        width: 100% !important
    }
}

@media (min-width: 767.4px) {
    .navbar-nav a.active {
        position: relative
    }

    .navbar-nav a.active:after {
        content: ''
    }
}

.navbar-nav a.btn {
    line-height: 32px;
    padding: 0 16px !important
}

.navbar-nav a .icon-home {
    width: auto;
    height: 20px;
    margin-top: 4px
}

.icon-person {
    width: auto;
    height: 17px
}

@media (max-width: 1439.98px) {
    .navbar-brand svg {
        width: 8.47222vw;
        height: auto
    }

    .navbar-nav {
        padding-top: 1.31944vw;
        padding-bottom: 1.11111vw;
        text-transform: uppercase
    }

    .navbar-nav a {
        color: #FCF6E8;
        font-size: .97222vw;
        line-height: 2.43056vw;
        padding: 0 !important;
        margin-left: .9375vw !important;
        margin-right: .9375vw !important
    }

    .navbar-nav a:after {
        left: 0;
        right: 0;
        /* bottom: -.27778vw; */
        margin: auto;
        position: absolute;
        height: .20833vw;
        min-width: 1.11111vw;
        /* background: #60d3f7;
        width: 74.77477% !important */
    }
}

@media (max-width: 1439.98px) and (max-width: 767.38px) {
    .navbar-nav a:after {
        width: 100% !important
    }
}

@media (max-width: 1439.98px) and (min-width: 767.4px) {
    .navbar-nav a.active {
        position: relative
    }

    .navbar-nav a.active:after {
        content: ''
    }
}

@media (max-width: 1439.98px) {
    .navbar-nav a.btn {
        line-height: 2.22222vw;
        padding: 0 1.11111vw !important
    }

    .navbar-nav a .icon-home {
        width: auto;
        height: 1.38889vw;
        margin-top: .27778vw
    }

    .icon-person {
        width: auto;
        height: 1.18056vw
    }
}

@media (max-width: 767.48px) {
    .navbar-brand svg {
        width: 8.47222vw;
        height: auto
    }

    .navbar-nav {
        padding-top: 1.31944vw;
        padding-bottom: 1.11111vw;
        text-transform: uppercase
    }

    .navbar-nav a {
        color: #FCF6E8;
        font-size: .97222vw;
        line-height: 2.43056vw;
        padding: 0 !important;
        margin-left: .9375vw !important;
        margin-right: .9375vw !important
    }

    .navbar-nav a:after {
        left: 0;
        right: 0;
        /* bottom: -.27778vw; */
        margin: auto;
        position: absolute;
        height: .20833vw;
        min-width: 1.11111vw;
        /* background: #60d3f7;
        width: 74.77477% !important */
    }
}

@media (max-width: 767.48px) and (max-width: 767.38px) {
    .navbar-nav a:after {
        width: 100% !important
    }
}

@media (max-width: 767.48px) and (min-width: 767.4px) {
    .navbar-nav a.active {
        position: relative
    }

    .navbar-nav a.active:after {
        content: ''
    }
}

@media (max-width: 767.48px) {
    .navbar-nav a.btn {
        line-height: 2.22222vw;
        padding: 0 1.11111vw !important
    }

    .navbar-nav a .icon-home {
        width: auto;
        height: 1.38889vw;
        margin-top: .27778vw
    }

    .icon-person {
        width: auto;
        height: 1.18056vw
    }
}

@media (max-width: 767.38px) {
    .navbar-brand svg {
        width: 16.00833vw;
        height: auto
    }

    .navbar-nav {
        padding-top: 1.64931vw;
        padding-bottom: 1.64931vw;
        text-transform: uppercase
    }

    .navbar-nav a {
        color: #FCF6E8;
        font-size: 2.43056vw;
        line-height: 6.07639vw;
        padding: 0 !important;
        margin-left: 2.34375vw !important;
        margin-right: 2.34375vw !important
    }

    .navbar-nav a:after {
        left: 0;
        right: 0;
        /* bottom: -.69444vw; */
        margin: auto;
        position: absolute;
        height: .52083vw;
        min-width: 2.77778vw;
        /* background: #60d3f7;
        width: 74.77477% !important */
    }
}

@media (max-width: 767.38px) and (max-width: 767.38px) {
    .navbar-nav a:after {
        width: 100% !important
    }
}

@media (max-width: 767.38px) and (min-width: 767.4px) {
    .navbar-nav a.active {
        position: relative
    }

    .navbar-nav a.active:after {
        content: ''
    }
}

@media (max-width: 767.38px) {
    .navbar-nav a.btn {
        line-height: 5.55556vw;
        padding: 0 2.77778vw !important
    }

    .navbar-nav a .icon-home {
        width: auto;
        height: 3.47222vw;
        margin-top: .69444vw
    }

    .icon-person {
        width: auto;
        height: 3.33333vw
    }
}

@media (max-width: 575.98px) {
    .navbar-brand svg {
        width: 24.5888vw;
        height: auto
    }

    .navbar-nav {
        padding-top: 2.53333vw;
        padding-bottom: 2.53333vw;
        text-transform: uppercase
    }

    .navbar-nav a {
        color: #FCF6E8;
        font-size: 3.73333vw;
        line-height: 9.33333vw;
        padding: 0 !important;
        margin-left: 3.6vw !important;
        margin-right: 3.6vw !important
    }

    .navbar-nav a:after {
        left: 0;
        right: 0;
        /* bottom: -1.06667vw; */
        margin: auto;
        position: absolute;
        height: .8vw;
        min-width: 4.26667vw;
        /* background: #60d3f7;
        width: 74.77477% !important */
    }
}

@media (max-width: 575.98px) and (max-width: 767.38px) {
    .navbar-nav a:after {
        width: 100% !important
    }
}

@media (max-width: 575.98px) and (min-width: 767.4px) {
    .navbar-nav a.active {
        position: relative
    }

    .navbar-nav a.active:after {
        content: ''
    }
}

@media (max-width: 575.98px) {
    .navbar-nav a.btn {
        line-height: 8.53333vw;
        padding: 0 4.26667vw !important
    }

    .navbar-nav a .icon-home {
        width: auto;
        height: 5.33333vw;
        margin-top: 1.06667vw
    }

    .icon-person {
        width: auto;
        height: 5.12vw
    }
}

.fada-header-usps {
    padding: 16.4px 0
}

.fada-header-usps svg {
    width: auto;
    height: 15.2px;
    margin-right: 9.5px;
    vertical-align: baseline
}

@media (max-width: 1439.98px) {
    .fada-header-usps {
        padding: 1.13889vw 0
    }

    .fada-header-usps svg {
        width: auto;
        height: 1.05556vw;
        margin-right: .65972vw;
        vertical-align: baseline
    }
}

@media (max-width: 767.48px) {
    .fada-header-usps {
        padding: 1.13889vw 0
    }

    .fada-header-usps svg {
        width: auto;
        height: 1.05556vw;
        margin-right: .65972vw;
        vertical-align: baseline
    }
}

@media (max-width: 767.38px) {
    .fada-header-usps {
        padding: 1.5625vw 0
    }

    .fada-header-usps svg {
        width: auto;
        height: 1.73611vw;
        margin-right: 1.38889vw;
        vertical-align: baseline
    }
}

@media (max-width: 575.98px) {
    .fada-header-usps {
        padding: 2.4vw 0
    }

    .fada-header-usps svg {
        width: auto;
        height: 2.66667vw;
        margin-right: 2.13333vw;
        vertical-align: baseline
    }
}

@media (max-width: 767.38px) {
    .fada-header-usps .row>*:not(:first-of-type) {
        display: none
    }
}

@media (min-width: 767.4px) {
    .fada-header-usps .row>* {
        opacity: 1 !important
    }
}

footer {
    padding-top: 99px;
    background-color: #1a1a1a;
    background-image: url("../img/bg/footer.jpg")
}

footer p {
    margin-bottom: 0
}

footer hr {
    margin-top: 50px;
    margin-bottom: 66px
}

footer .brand {
    margin-top: -3px;
    margin-bottom: 18px
}

footer .brand svg {
    width: auto;
    height: 31.98px
}

footer h1,
footer .h1,
footer h2,
footer .h2,
footer .h3,
footer .nav-tabs .nav-link,
.nav-tabs footer .nav-link,
footer .__h3,
footer h1,
footer .h1,
footer h2,
footer .h2,
footer h3,
footer h4,
footer .h4,
footer h5,
footer .h5,
footer h6,
footer .h6,
footer h4,
footer .h4,
footer h5,
footer .h5,
footer h6,
footer .h6 {
    line-height: 26px;
    margin-bottom: 16px
}

footer .line {
    width: 153px;
    height: auto;
    margin-bottom: 0
}

footer .footer-row>*:first-of-type>*:last-of-type p {
    margin-bottom: 0 !important
}

footer p {
    line-height: 30px
}

footer ul,
footer .widget-last,
footer .widget-last p,
footer .widget-last div {
    line-height: 38px
}

footer .widget-last {
    line-height: 38px
}

footer ul {
    font-size: 16px
}

footer ul a {
    color: #1a1a1a
}

footer .social-images {
    margin-top: 32px
}

footer .social-images a {
    -webkit-transition: -webkit-filter .3s ease-in-out;
    transition: -webkit-filter .3s ease-in-out;
    transition: filter .3s ease-in-out;
    transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out
}

footer .social-images a:not(:last-of-type) {
    margin-right: 10px
}

footer .social-images a:hover {
    -webkit-filter: invert(100%);
    filter: invert(100%)
}

footer .social-images a svg {
    width: auto;
    height: 41px
}

footer .footer-bar {
    padding: 28px 0;
    margin-top: 68px;
    background-color: #1a1a1a;
}

footer .footer-bar .footer-bar-list {
    width: unset
}

footer .footer-bar .footer-bar-list>div {
    line-height: 17px;
    padding-left: 15px;
    padding-right: 15px
}

footer .footer-bar .footer-bar-list>div+div:not(:last-of-type):not(:nth-last-child(2)) {
    border-left: 1px solid #FCF6E8
}

@media (max-width: 767.38px) {
    footer .footer-bar .footer-bar-list>div+div:nth-child(3) {
        border: none !important
    }
}

footer .footer-bar .footer-bar-list>div:nth-last-child(3) {
    padding-right: 4px
}

footer .footer-bar .footer-bar-list>div:nth-last-child(2) {
    padding-right: 0
}

footer .footer-bar .footer-bar-list>div:last-of-type,
footer .footer-bar .footer-bar-list>div:nth-last-child(2) {
    padding-left: 0
}

@media (min-width: 767.5px) {
    .mobile-collapse {
        padding: 0 !important
    }

    .mobile-collapse [data-bs-toggle="collapse"] {
        cursor: default;
        line-height: 1 !important
    }

    .mobile-collapse .collapse {
        display: block;
        height: 100% !important
    }
}

@media (min-width: 767.4px) {
    .mobile-collapse .title {
        padding-bottom: 3.125vw !important
    }

    .mobile-collapse [data-bs-toggle="collapse"]>* {
        margin-bottom: 1.73611vw
    }
}

@media (min-width: 767.5px) {
    .mobile-collapse .title {
        padding-bottom: 1.25vw !important
    }

    .mobile-collapse [data-bs-toggle="collapse"]>* {
        margin-bottom: .69444vw
    }
}

@media (min-width: 1440px) {
    .mobile-collapse .title {
        padding-bottom: 1.25vw !important
    }

    .mobile-collapse [data-bs-toggle="collapse"]>* {
        margin-bottom: .69444vw
    }
}

@media (min-width: 1441px) {
    .mobile-collapse .title {
        padding-bottom: 18px !important
    }

    .mobile-collapse [data-bs-toggle="collapse"]>* {
        margin-bottom: 10px
    }
}

@media (max-width: 767.38px) {
    .mobile-collapse [data-bs-toggle="collapse"]>* {
        margin-bottom: 0
    }

    .mobile-collapse [data-bs-toggle="collapse"] img {
        width: auto;
        height: 1.2934vw;
        margin-top: 1.21528vw;
        margin-right: 1.38889vw;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1)
    }

    .mobile-collapse [data-bs-toggle="collapse"][aria-expanded="true"] img {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    .mobile-collapse button+*:first-of-type {
        padding-top: 3.125vw
    }

    .mobile-collapse:last-of-type {
        padding-bottom: 4.16667vw
    }
}

@media (max-width: 575.98px) {
    .mobile-collapse [data-bs-toggle="collapse"]>* {
        margin-bottom: 0
    }

    .mobile-collapse [data-bs-toggle="collapse"] img {
        width: auto;
        height: 1.98667vw;
        margin-top: 1.86667vw;
        margin-right: 2.13333vw;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1)
    }

    .mobile-collapse [data-bs-toggle="collapse"][aria-expanded="true"] img {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    .mobile-collapse button+*:first-of-type {
        padding-top: 4.8vw
    }

    .mobile-collapse:last-of-type {
        padding-bottom: 6.4vw
    }
}

.mobile-collapse .menu {
    margin-bottom: 0
}

@media (max-width: 1439.98px) {
    footer {
        padding-top: 6.875vw;
        background-color: #1a1a1a;
        background-image: url("../img/bg/footer.jpg")
    }

    footer p {
        margin-bottom: 0
    }

    footer hr {
        margin-top: 3.47222vw;
        margin-bottom: 4.58333vw
    }

    footer .brand {
        margin-top: -.20833vw;
        margin-bottom: 1.25vw
    }

    footer .brand svg {
        width: auto;
        height: 2.22083vw
    }

    footer h1,
    footer .h1,
    footer h2,
    footer .h2,
    footer .h3,
    footer .nav-tabs .nav-link,
    .nav-tabs footer .nav-link,
    footer .__h3,
    footer h1,
    footer .h1,
    footer h2,
    footer .h2,
    footer h3,
    footer h4,
    footer .h4,
    footer h5,
    footer .h5,
    footer h6,
    footer .h6,
    footer h4,
    footer .h4,
    footer h5,
    footer .h5,
    footer h6,
    footer .h6 {
        line-height: 1.80556vw;
        margin-bottom: 1.11111vw
    }

    footer .line {
        width: 10.625vw;
        height: auto;
        margin-bottom: 0
    }

    footer .footer-row>*:first-of-type>*:last-of-type p {
        margin-bottom: 0 !important
    }

    footer p {
        line-height: 2.08333vw
    }

    footer ul,
    footer .widget-last,
    footer .widget-last p,
    footer .widget-last div {
        line-height: 2.63889vw
    }

    footer .widget-last {
        line-height: 2.63889vw
    }

    footer ul {
        font-size: 1.11111vw
    }

    footer ul a {
        color: #1a1a1a
    }

    footer .social-images {
        margin-top: 2.22222vw
    }

    footer .social-images a {
        -webkit-transition: -webkit-filter .3s ease-in-out;
        transition: -webkit-filter .3s ease-in-out;
        transition: filter .3s ease-in-out;
        transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out
    }

    footer .social-images a:not(:last-of-type) {
        margin-right: .69444vw
    }

    footer .social-images a:hover {
        -webkit-filter: invert(100%);
        filter: invert(100%)
    }

    footer .social-images a svg {
        width: auto;
        height: 2.84722vw
    }

    footer .footer-bar {
        padding: 1.94444vw 0;
        margin-top: 4.72222vw
    }

    footer .footer-bar .footer-bar-list {
        width: unset
    }

    footer .footer-bar .footer-bar-list>div {
        line-height: 1.18056vw;
        padding-left: 1.04167vw;
        padding-right: 1.04167vw
    }

    footer .footer-bar .footer-bar-list>div+div:not(:last-of-type):not(:nth-last-child(2)) {
        border-left: .06944vw solid #FCF6E8
    }
}

@media (max-width: 1439.98px) and (max-width: 767.38px) {
    footer .footer-bar .footer-bar-list>div+div:nth-child(3) {
        border: none !important
    }
}

@media (max-width: 1439.98px) {
    footer .footer-bar .footer-bar-list>div:nth-last-child(3) {
        padding-right: .27778vw
    }

    footer .footer-bar .footer-bar-list>div:nth-last-child(2) {
        padding-right: 0
    }

    footer .footer-bar .footer-bar-list>div:last-of-type,
    footer .footer-bar .footer-bar-list>div:nth-last-child(2) {
        padding-left: 0
    }
}

@media (max-width: 1439.98px) and (min-width: 767.5px) {
    .mobile-collapse {
        padding: 0 !important
    }

    .mobile-collapse [data-bs-toggle="collapse"] {
        cursor: default;
        line-height: 1 !important
    }

    .mobile-collapse .collapse {
        display: block;
        height: 100% !important
    }
}

@media (max-width: 1439.98px) and (min-width: 767.4px) {
    .mobile-collapse .title {
        padding-bottom: 3.125vw !important
    }

    .mobile-collapse [data-bs-toggle="collapse"]>* {
        margin-bottom: 1.73611vw
    }
}

@media (max-width: 1439.98px) and (min-width: 767.5px) {
    .mobile-collapse .title {
        padding-bottom: 1.25vw !important
    }

    .mobile-collapse [data-bs-toggle="collapse"]>* {
        margin-bottom: .69444vw
    }
}

@media (max-width: 1439.98px) and (min-width: 1440px) {
    .mobile-collapse .title {
        padding-bottom: 1.25vw !important
    }

    .mobile-collapse [data-bs-toggle="collapse"]>* {
        margin-bottom: .69444vw
    }
}

@media (max-width: 1439.98px) and (min-width: 1441px) {
    .mobile-collapse .title {
        padding-bottom: 18px !important
    }

    .mobile-collapse [data-bs-toggle="collapse"]>* {
        margin-bottom: 10px
    }
}

@media (max-width: 1439.98px) and (max-width: 767.38px) {
    .mobile-collapse [data-bs-toggle="collapse"]>* {
        margin-bottom: 0
    }

    .mobile-collapse [data-bs-toggle="collapse"] img {
        width: auto;
        height: 1.2934vw;
        margin-top: 1.21528vw;
        margin-right: 1.38889vw;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1)
    }

    .mobile-collapse [data-bs-toggle="collapse"][aria-expanded="true"] img {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    .mobile-collapse button+*:first-of-type {
        padding-top: 3.125vw
    }

    .mobile-collapse:last-of-type {
        padding-bottom: 4.16667vw
    }
}

@media (max-width: 1439.98px) and (max-width: 575.98px) {
    .mobile-collapse [data-bs-toggle="collapse"]>* {
        margin-bottom: 0
    }

    .mobile-collapse [data-bs-toggle="collapse"] img {
        width: auto;
        height: 1.98667vw;
        margin-top: 1.86667vw;
        margin-right: 2.13333vw;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1)
    }

    .mobile-collapse [data-bs-toggle="collapse"][aria-expanded="true"] img {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    .mobile-collapse button+*:first-of-type {
        padding-top: 4.8vw
    }

    .mobile-collapse:last-of-type {
        padding-bottom: 6.4vw
    }
}

@media (max-width: 1439.98px) {
    .mobile-collapse .menu {
        margin-bottom: 0
    }
}

@media (max-width: 767.48px) {
    footer {
        padding-top: 6.875vw;
        background-color: #1a1a1a;
        background-image: url("../img/bg/footer.jpg")
    }

    footer p {
        margin-bottom: 0
    }

    footer hr {
        margin-top: 3.47222vw;
        margin-bottom: 4.58333vw
    }

    footer .brand {
        margin-top: -.20833vw;
        margin-bottom: 1.25vw
    }

    footer .brand svg {
        width: auto;
        height: 2.22083vw
    }

    footer h1,
    footer .h1,
    footer h2,
    footer .h2,
    footer .h3,
    footer .nav-tabs .nav-link,
    .nav-tabs footer .nav-link,
    footer .__h3,
    footer h1,
    footer .h1,
    footer h2,
    footer .h2,
    footer h3,
    footer h4,
    footer .h4,
    footer h5,
    footer .h5,
    footer h6,
    footer .h6,
    footer h4,
    footer .h4,
    footer h5,
    footer .h5,
    footer h6,
    footer .h6 {
        line-height: 1.80556vw;
        margin-bottom: 1.11111vw
    }

    footer .line {
        width: 10.625vw;
        height: auto;
        margin-bottom: 0
    }

    footer .footer-row>*:first-of-type>*:last-of-type p {
        margin-bottom: 0 !important
    }

    footer p {
        line-height: 2.08333vw
    }

    footer ul,
    footer .widget-last,
    footer .widget-last p,
    footer .widget-last div {
        line-height: 2.63889vw
    }

    footer .widget-last {
        line-height: 2.63889vw
    }

    footer ul {
        font-size: 1.11111vw
    }

    footer ul a {
        color: #1a1a1a
    }

    footer .social-images {
        margin-top: 2.22222vw
    }

    footer .social-images a {
        -webkit-transition: -webkit-filter .3s ease-in-out;
        transition: -webkit-filter .3s ease-in-out;
        transition: filter .3s ease-in-out;
        transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out
    }

    footer .social-images a:not(:last-of-type) {
        margin-right: .69444vw
    }

    footer .social-images a:hover {
        -webkit-filter: invert(100%);
        filter: invert(100%)
    }

    footer .social-images a svg {
        width: auto;
        height: 2.84722vw
    }

    footer .footer-bar {
        padding: 1.94444vw 0;
        margin-top: 4.72222vw
    }

    footer .footer-bar .footer-bar-list {
        width: unset
    }

    footer .footer-bar .footer-bar-list>div {
        line-height: 1.18056vw;
        padding-left: 1.04167vw;
        padding-right: 1.04167vw
    }

    footer .footer-bar .footer-bar-list>div+div:not(:last-of-type):not(:nth-last-child(2)) {
        border-left: .06944vw solid #FCF6E8
    }
}

@media (max-width: 767.48px) and (max-width: 767.38px) {
    footer .footer-bar .footer-bar-list>div+div:nth-child(3) {
        border: none !important
    }
}

@media (max-width: 767.48px) {
    footer .footer-bar .footer-bar-list>div:nth-last-child(3) {
        padding-right: .27778vw
    }

    footer .footer-bar .footer-bar-list>div:nth-last-child(2) {
        padding-right: 0
    }

    footer .footer-bar .footer-bar-list>div:last-of-type,
    footer .footer-bar .footer-bar-list>div:nth-last-child(2) {
        padding-left: 0
    }
}

@media (max-width: 767.48px) and (min-width: 767.5px) {
    .mobile-collapse {
        padding: 0 !important
    }

    .mobile-collapse [data-bs-toggle="collapse"] {
        cursor: default;
        line-height: 1 !important
    }

    .mobile-collapse .collapse {
        display: block;
        height: 100% !important
    }
}

@media (max-width: 767.48px) and (min-width: 767.4px) {
    .mobile-collapse .title {
        padding-bottom: 3.125vw !important
    }

    .mobile-collapse [data-bs-toggle="collapse"]>* {
        margin-bottom: 1.73611vw
    }
}

@media (max-width: 767.48px) and (min-width: 767.5px) {
    .mobile-collapse .title {
        padding-bottom: 1.25vw !important
    }

    .mobile-collapse [data-bs-toggle="collapse"]>* {
        margin-bottom: .69444vw
    }
}

@media (max-width: 767.48px) and (min-width: 1440px) {
    .mobile-collapse .title {
        padding-bottom: 1.25vw !important
    }

    .mobile-collapse [data-bs-toggle="collapse"]>* {
        margin-bottom: .69444vw
    }
}

@media (max-width: 767.48px) and (min-width: 1441px) {
    .mobile-collapse .title {
        padding-bottom: 18px !important
    }

    .mobile-collapse [data-bs-toggle="collapse"]>* {
        margin-bottom: 10px
    }
}

@media (max-width: 767.48px) and (max-width: 767.38px) {
    .mobile-collapse [data-bs-toggle="collapse"]>* {
        margin-bottom: 0
    }

    .mobile-collapse [data-bs-toggle="collapse"] img {
        width: auto;
        height: 1.2934vw;
        margin-top: 1.21528vw;
        margin-right: 1.38889vw;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1)
    }

    .mobile-collapse [data-bs-toggle="collapse"][aria-expanded="true"] img {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    .mobile-collapse button+*:first-of-type {
        padding-top: 3.125vw
    }

    .mobile-collapse:last-of-type {
        padding-bottom: 4.16667vw
    }
}

@media (max-width: 767.48px) and (max-width: 575.98px) {
    .mobile-collapse [data-bs-toggle="collapse"]>* {
        margin-bottom: 0
    }

    .mobile-collapse [data-bs-toggle="collapse"] img {
        width: auto;
        height: 1.98667vw;
        margin-top: 1.86667vw;
        margin-right: 2.13333vw;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1)
    }

    .mobile-collapse [data-bs-toggle="collapse"][aria-expanded="true"] img {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    .mobile-collapse button+*:first-of-type {
        padding-top: 4.8vw
    }

    .mobile-collapse:last-of-type {
        padding-bottom: 6.4vw
    }
}

@media (max-width: 767.48px) {
    .mobile-collapse .menu {
        margin-bottom: 0
    }
}

@media (max-width: 767.38px) {
    footer {
        padding-top: 6.59722vw;
        background-color: #1a1a1a;
        background-image: url("../img/bg/footer.jpg")
    }

    footer p {
        margin-bottom: 0
    }

    footer hr {
        margin-top: 0;
        margin-bottom: 3.93403vw
    }

    footer .brand {
        margin-top: -.52083vw;
        margin-bottom: 2.77778vw
    }

    footer .brand svg {
        width: auto;
        height: 5.55208vw
    }

    footer h1,
    footer .h1,
    footer h2,
    footer .h2,
    footer .h3,
    footer .nav-tabs .nav-link,
    .nav-tabs footer .nav-link,
    footer .__h3,
    footer h1,
    footer .h1,
    footer h2,
    footer .h2,
    footer h3,
    footer h4,
    footer .h4,
    footer h5,
    footer .h5,
    footer h6,
    footer .h6,
    footer h4,
    footer .h4,
    footer h5,
    footer .h5,
    footer h6,
    footer .h6 {
        line-height: 4.51389vw;
        margin-bottom: 2.77778vw
    }

    footer .line {
        width: 26.5625vw;
        height: auto;
        margin-bottom: 4.86111vw
    }

    footer .footer-row>*:first-of-type>*:last-of-type p {
        margin-bottom: 0 !important
    }

    footer p {
        line-height: 5.20833vw
    }

    footer ul,
    footer .widget-last,
    footer .widget-last p,
    footer .widget-last div {
        line-height: 6.94444vw
    }

    footer .widget-last {
        line-height: 4.51389vw
    }

    footer ul {
        font-size: 2.77778vw
    }

    footer ul a {
        color: #1a1a1a
    }

    footer .social-images {
        margin-top: 4.16667vw
    }

    footer .social-images a {
        -webkit-transition: -webkit-filter .3s ease-in-out;
        transition: -webkit-filter .3s ease-in-out;
        transition: filter .3s ease-in-out;
        transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out
    }

    footer .social-images a:not(:last-of-type) {
        margin-right: 1.73611vw
    }

    footer .social-images a:hover {
        -webkit-filter: invert(100%);
        filter: invert(100%)
    }

    footer .social-images a svg {
        width: auto;
        height: 6.94444vw
    }

    footer .footer-bar {
        padding: 3.29861vw 0;
        margin-top: 5.72917vw
    }

    footer .footer-bar .footer-bar-list {
        width: 55.55556vw
    }

    footer .footer-bar .footer-bar-list>div {
        line-height: 1;
        padding-left: 1.73611vw;
        padding-right: 1.73611vw
    }

    footer .footer-bar .footer-bar-list>div+div:not(:last-of-type):not(:nth-last-child(2)) {
        border-left: .17361vw solid #FCF6E8
    }
}

@media (max-width: 767.38px) and (max-width: 767.38px) {
    footer .footer-bar .footer-bar-list>div+div:nth-child(3) {
        border: none !important
    }
}

@media (max-width: 767.38px) {
    footer .footer-bar .footer-bar-list>div:nth-last-child(3) {
        padding-right: .34722vw
    }

    footer .footer-bar .footer-bar-list>div:nth-last-child(2) {
        padding-right: 0
    }

    footer .footer-bar .footer-bar-list>div:last-of-type,
    footer .footer-bar .footer-bar-list>div:nth-last-child(2) {
        padding-left: 0
    }
}

@media (max-width: 767.38px) and (min-width: 767.5px) {
    .mobile-collapse {
        padding: 0 !important
    }

    .mobile-collapse [data-bs-toggle="collapse"] {
        cursor: default;
        line-height: 1 !important
    }

    .mobile-collapse .collapse {
        display: block;
        height: 100% !important
    }
}

@media (max-width: 767.38px) and (min-width: 767.4px) {
    .mobile-collapse .title {
        padding-bottom: 3.125vw !important
    }

    .mobile-collapse [data-bs-toggle="collapse"]>* {
        margin-bottom: 1.73611vw
    }
}

@media (max-width: 767.38px) and (min-width: 767.5px) {
    .mobile-collapse .title {
        padding-bottom: 1.25vw !important
    }

    .mobile-collapse [data-bs-toggle="collapse"]>* {
        margin-bottom: .69444vw
    }
}

@media (max-width: 767.38px) and (min-width: 1440px) {
    .mobile-collapse .title {
        padding-bottom: 1.25vw !important
    }

    .mobile-collapse [data-bs-toggle="collapse"]>* {
        margin-bottom: .69444vw
    }
}

@media (max-width: 767.38px) and (min-width: 1441px) {
    .mobile-collapse .title {
        padding-bottom: 18px !important
    }

    .mobile-collapse [data-bs-toggle="collapse"]>* {
        margin-bottom: 10px
    }
}

@media (max-width: 767.38px) and (max-width: 767.38px) {
    .mobile-collapse [data-bs-toggle="collapse"]>* {
        margin-bottom: 0
    }

    .mobile-collapse [data-bs-toggle="collapse"] img {
        width: auto;
        height: 1.2934vw;
        margin-top: 1.21528vw;
        margin-right: 1.38889vw;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1)
    }

    .mobile-collapse [data-bs-toggle="collapse"][aria-expanded="true"] img {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    .mobile-collapse button+*:first-of-type {
        padding-top: 3.125vw
    }

    .mobile-collapse:last-of-type {
        padding-bottom: 4.16667vw
    }
}

@media (max-width: 767.38px) and (max-width: 575.98px) {
    .mobile-collapse [data-bs-toggle="collapse"]>* {
        margin-bottom: 0
    }

    .mobile-collapse [data-bs-toggle="collapse"] img {
        width: auto;
        height: 1.98667vw;
        margin-top: 1.86667vw;
        margin-right: 2.13333vw;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1)
    }

    .mobile-collapse [data-bs-toggle="collapse"][aria-expanded="true"] img {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    .mobile-collapse button+*:first-of-type {
        padding-top: 4.8vw
    }

    .mobile-collapse:last-of-type {
        padding-bottom: 6.4vw
    }
}

@media (max-width: 767.38px) {
    .mobile-collapse .menu {
        margin-bottom: 0
    }
}

@media (max-width: 575.98px) {
    footer {
        padding-top: 10.13333vw;
        background-color: #1a1a1a;
        background-image: url("../img/bg/footer.jpg")
    }

    footer p {
        margin-bottom: 0
    }

    footer hr {
        margin-top: 0;
        margin-bottom: 6.04267vw
    }

    footer .brand {
        margin-top: -.8vw;
        margin-bottom: 4.26667vw
    }

    footer .brand svg {
        width: auto;
        height: 8.528vw
    }

    footer h1,
    footer .h1,
    footer h2,
    footer .h2,
    footer .h3,
    footer .nav-tabs .nav-link,
    .nav-tabs footer .nav-link,
    footer .__h3,
    footer h1,
    footer .h1,
    footer h2,
    footer .h2,
    footer h3,
    footer h4,
    footer .h4,
    footer h5,
    footer .h5,
    footer h6,
    footer .h6,
    footer h4,
    footer .h4,
    footer h5,
    footer .h5,
    footer h6,
    footer .h6 {
        line-height: 6.93333vw;
        margin-bottom: 4.26667vw
    }

    footer .line {
        width: 40.8vw;
        height: auto;
        margin-bottom: 7.46667vw
    }

    footer .footer-row>*:first-of-type>*:last-of-type p {
        margin-bottom: 0 !important
    }

    footer p {
        line-height: 8vw
    }

    footer ul,
    footer .widget-last,
    footer .widget-last p,
    footer .widget-last div {
        line-height: 10.66667vw
    }

    footer .widget-last {
        line-height: 6.93333vw
    }

    footer ul {
        font-size: 4.26667vw
    }

    footer ul a {
        color: #1a1a1a
    }

    footer .social-images {
        margin-top: 6.4vw
    }

    footer .social-images a {
        -webkit-transition: -webkit-filter .3s ease-in-out;
        transition: -webkit-filter .3s ease-in-out;
        transition: filter .3s ease-in-out;
        transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out
    }

    footer .social-images a:not(:last-of-type) {
        margin-right: 2.66667vw
    }

    footer .social-images a:hover {
        -webkit-filter: invert(100%);
        filter: invert(100%)
    }

    footer .social-images a svg {
        width: auto;
        height: 10.66667vw
    }

    footer .footer-bar {
        padding: 5.06667vw 0;
        margin-top: 8.8vw
    }

    footer .footer-bar .footer-bar-list {
        width: 85.33333vw
    }

    footer .footer-bar .footer-bar-list>div {
        line-height: 1;
        padding-left: 2.66667vw;
        padding-right: 2.66667vw
    }

    footer .footer-bar .footer-bar-list>div+div:not(:last-of-type):not(:nth-last-child(2)) {
        border-left: .26667vw solid #FCF6E8
    }
}

@media (max-width: 575.98px) and (max-width: 767.38px) {
    footer .footer-bar .footer-bar-list>div+div:nth-child(3) {
        border: none !important
    }
}

@media (max-width: 575.98px) {
    footer .footer-bar .footer-bar-list>div:nth-last-child(3) {
        padding-right: .53333vw
    }

    footer .footer-bar .footer-bar-list>div:nth-last-child(2) {
        padding-right: 0
    }

    footer .footer-bar .footer-bar-list>div:last-of-type,
    footer .footer-bar .footer-bar-list>div:nth-last-child(2) {
        padding-left: 0
    }
}

@media (max-width: 575.98px) and (min-width: 767.5px) {
    .mobile-collapse {
        padding: 0 !important
    }

    .mobile-collapse [data-bs-toggle="collapse"] {
        cursor: default;
        line-height: 1 !important
    }

    .mobile-collapse .collapse {
        display: block;
        height: 100% !important
    }
}

@media (max-width: 575.98px) and (min-width: 767.4px) {
    .mobile-collapse .title {
        padding-bottom: 3.125vw !important
    }

    .mobile-collapse [data-bs-toggle="collapse"]>* {
        margin-bottom: 1.73611vw
    }
}

@media (max-width: 575.98px) and (min-width: 767.5px) {
    .mobile-collapse .title {
        padding-bottom: 1.25vw !important
    }

    .mobile-collapse [data-bs-toggle="collapse"]>* {
        margin-bottom: .69444vw
    }
}

@media (max-width: 575.98px) and (min-width: 1440px) {
    .mobile-collapse .title {
        padding-bottom: 1.25vw !important
    }

    .mobile-collapse [data-bs-toggle="collapse"]>* {
        margin-bottom: .69444vw
    }
}

@media (max-width: 575.98px) and (min-width: 1441px) {
    .mobile-collapse .title {
        padding-bottom: 18px !important
    }

    .mobile-collapse [data-bs-toggle="collapse"]>* {
        margin-bottom: 10px
    }
}

@media (max-width: 575.98px) and (max-width: 767.38px) {
    .mobile-collapse [data-bs-toggle="collapse"]>* {
        margin-bottom: 0
    }

    .mobile-collapse [data-bs-toggle="collapse"] img {
        width: auto;
        height: 1.2934vw;
        margin-top: 1.21528vw;
        margin-right: 1.38889vw;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1)
    }

    .mobile-collapse [data-bs-toggle="collapse"][aria-expanded="true"] img {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    .mobile-collapse button+*:first-of-type {
        padding-top: 3.125vw
    }

    .mobile-collapse:last-of-type {
        padding-bottom: 4.16667vw
    }
}

@media (max-width: 575.98px) and (max-width: 575.98px) {
    .mobile-collapse [data-bs-toggle="collapse"]>* {
        margin-bottom: 0
    }

    .mobile-collapse [data-bs-toggle="collapse"] img {
        width: auto;
        height: 1.98667vw;
        margin-top: 1.86667vw;
        margin-right: 2.13333vw;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1)
    }

    .mobile-collapse [data-bs-toggle="collapse"][aria-expanded="true"] img {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    .mobile-collapse button+*:first-of-type {
        padding-top: 4.8vw
    }

    .mobile-collapse:last-of-type {
        padding-bottom: 6.4vw
    }
}

@media (max-width: 575.98px) {
    .mobile-collapse .menu {
        margin-bottom: 0
    }
}

@media (min-width: 767.4px) {
    .border-md-start {
        border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
    }

    .position-md-absolute {
        position: absolute !important
    }

    .border-md-none {
        border: none !important
    }

    .text-md-white-darker {
        color: #FCF6E8 !important
    }
}

.pt-3 {
    padding-top: 16px !important
}

.pb-1 {
    padding-bottom: 4px !important
}

.pb-2 {
    padding-bottom: 8px !important
}

.px-5 {
    padding-left: 32px !important
}

.pr-5 {
    padding-right: 32px !important
}

.px-5 {
    padding-right: 32px !important
}

.mt-5 {
    margin-top: 32px !important
}

.mb-1 {
    margin-bottom: 4px !important
}

.mb-3 {
    margin-bottom: 16px !important
}

.mb-4 {
    margin-bottom: 25px !important
}

.mb-5 {
    margin-bottom: 32px !important
}

.mt-93 {
    margin-top: 50px !important
}

.mt-93 {
    margin-top: 93px !important
}

.mb-75 {
    margin-bottom: 75px !important
}

@media (max-width: 1439.98px) {
    .pt-3 {
        padding-top: 1.11111vw !important
    }

    .pb-1 {
        padding-bottom: .27778vw !important
    }

    .pb-2 {
        padding-bottom: .55556vw !important
    }

    .px-5 {
        padding-left: 2.22222vw !important
    }

    .pr-5 {
        padding-right: 2.22222vw !important
    }

    .px-5 {
        padding-right: 2.22222vw !important
    }

    .mt-5 {
        margin-top: 2.22222vw !important
    }

    .mb-1 {
        margin-bottom: .27778vw !important
    }

    .mb-3 {
        margin-bottom: 1.11111vw !important
    }

    .mb-4 {
        margin-bottom: 1.73611vw !important
    }

    .mb-5 {
        margin-bottom: 2.22222vw !important
    }

    .mt-93 {
        margin-top: 6.45833vw !important
    }

    .mb-75 {
        margin-bottom: 5.20833vw !important
    }
}

@media (max-width: 767.48px) {
    .pt-3 {
        padding-top: 1.11111vw !important
    }

    .pb-1 {
        padding-bottom: .27778vw !important
    }

    .pb-2 {
        padding-bottom: .55556vw !important
    }

    .px-5 {
        padding-left: 2.22222vw !important
    }

    .pr-5 {
        padding-right: 2.22222vw !important
    }

    .px-5 {
        padding-right: 2.22222vw !important
    }

    .mt-5 {
        margin-top: 2.22222vw !important
    }

    .mb-1 {
        margin-bottom: .27778vw !important
    }

    .mb-3 {
        margin-bottom: 1.11111vw !important
    }

    .mb-4 {
        margin-bottom: 1.73611vw !important
    }

    .mb-5 {
        margin-bottom: 2.22222vw !important
    }

    .mt-93 {
        margin-top: 6.45833vw !important
    }

    .mb-75 {
        margin-bottom: 5.20833vw !important
    }
}

@media (max-width: 767.38px) {
    .pt-3 {
        padding-top: 2.77778vw !important
    }

    .pb-1 {
        padding-bottom: .69444vw !important
    }

    .pb-2 {
        padding-bottom: 1.38889vw !important
    }

    .px-5 {
        padding-left: 5.55556vw !important
    }

    .pr-5 {
        padding-right: 5.55556vw !important
    }

    .px-5 {
        padding-right: 5.55556vw !important
    }

    .mt-5 {
        margin-top: 5.55556vw !important
    }

    .mb-1 {
        margin-bottom: .69444vw !important
    }

    .mb-3 {
        margin-bottom: 2.77778vw !important
    }

    .mb-4 {
        margin-bottom: 4.34028vw !important
    }

    .mb-5 {
        margin-bottom: 5.55556vw !important
    }

    .mt-93 {
        margin-top: 16.14583vw !important
    }

    .mb-75 {
        margin-bottom: 13.02083vw !important
    }
}

@media (max-width: 575.98px) {
    .pt-3 {
        padding-top: 4.26667vw !important
    }

    .pb-1 {
        padding-bottom: 1.06667vw !important
    }

    .pb-2 {
        padding-bottom: 2.13333vw !important
    }

    .px-5 {
        padding-left: 8.53333vw !important
    }

    .pr-5 {
        padding-right: 8.53333vw !important
    }

    .px-5 {
        padding-right: 8.53333vw !important
    }

    .mt-5 {
        margin-top: 8.53333vw !important
    }

    .mb-1 {
        margin-bottom: 1.06667vw !important
    }

    .mb-3 {
        margin-bottom: 4.26667vw !important
    }

    .mb-4 {
        margin-bottom: 6.66667vw !important
    }

    .mb-5 {
        margin-bottom: 8.53333vw !important
    }

    .mt-93 {
        margin-top: 24.8vw !important
    }

    .mb-75 {
        margin-bottom: 20vw !important
    }
}

@media (min-width: 767.4px) {
    .pl-md-5 {
        padding-left: 5.55556vw !important
    }

    .pb-mb-1 {
        padding-bottom: .69444vw !important
    }

    .mb-md-5 {
        margin-bottom: 5.55556vw !important
    }

    .w-md-auto {
        width: auto !important
    }

    .text-md-white-darker {
        color: #FCF6E8 !important
    }

    .bg-md-primary,
    .before-md-bg-primary:before,
    .bg-md-dark {
        background: #1a1a1a !important
    }

    .bg-md-grey {
        background: #E3E2E2 !important
    }

    .before-md-bg-grey-1:before,
    .bg-md-grey-1 {
        background: #1a1a1a !important
    }

    .before-md-bg-grey-2:before,
    .bg-md-grey-2 {
        background: #1a1a1a !important
    }

    .before-md-bg-grey-3:before,
    .bg-md-grey-3 {
        background: #1a1a1a !important
    }

    .bg-md-white {
        background: white !important
    }

    .text-md-room-soft {
        color: #1a1a1a !important
    }

    .before-md-bg-room-soft:before,
    .bg-md-room-soft {
        background: #1a1a1a !important
    }

    .before-md-bg-room-full:before,
    .bg-md-room-full {
        background: #1a1a1a !important
    }
}

@media (min-width: 767.5px) {
    .pl-md-5 {
        padding-left: 2.22222vw !important
    }

    .pb-mb-1 {
        padding-bottom: .27778vw !important
    }

    .mb-md-5 {
        margin-bottom: 2.22222vw !important
    }

    .w-md-auto {
        width: auto !important
    }

    .text-md-white-darker {
        color: #FCF6E8 !important
    }

    .bg-md-primary,
    .before-md-bg-primary:before,
    .bg-md-dark {
        background: #1a1a1a !important
    }

    .bg-md-grey {
        background: #E3E2E2 !important
    }

    .before-md-bg-grey-1:before,
    .bg-md-grey-1 {
        background: #969494 !important
    }

    .before-md-bg-grey-2:before,
    .bg-md-grey-2 {
        background: #b8b7b7 !important
    }

    .before-md-bg-grey-3:before,
    .bg-md-grey-3 {
        background: #d7d7d7 !important
    }

    .bg-md-white {
        background: white !important
    }

    .text-md-room-soft {
        color: #1a1a1a !important
    }

    .before-md-bg-room-soft:before,
    .bg-md-room-soft {
        background: #1a1a1a !important
    }

    .before-md-bg-room-full:before,
    .bg-md-room-full {
        background: #1a1a1a !important
    }
}

@media (min-width: 1440px) {
    .pl-md-5 {
        padding-left: 2.22222vw !important
    }

    .pb-mb-1 {
        padding-bottom: .27778vw !important
    }

    .mb-md-5 {
        margin-bottom: 2.22222vw !important
    }

    .w-md-auto {
        width: auto !important
    }

    .text-md-white-darker {
        color: #FCF6E8 !important
    }

    .bg-md-primary,
    .before-md-bg-primary:before,
    .bg-md-dark {
        background: #1a1a1a !important
    }

    .bg-md-grey {
        background: #E3E2E2 !important
    }

    .before-md-bg-grey-1:before,
    .bg-md-grey-1 {
        background: #969494 !important
    }

    .before-md-bg-grey-2:before,
    .bg-md-grey-2 {
        background: #b8b7b7 !important
    }

    .before-md-bg-grey-3:before,
    .bg-md-grey-3 {
        background: #d7d7d7 !important
    }

    .bg-md-white {
        background: white !important
    }

    .text-md-room-soft {
        color: #1a1a1a !important
    }

    .before-md-bg-room-soft:before,
    .bg-md-room-soft {
        background: #1a1a1a !important
    }

    .before-md-bg-room-full:before,
    .bg-md-room-full {
        background: #1a1a1a !important
    }
}

@media (min-width: 1441px) {
    .pl-md-5 {
        padding-left: 32px !important
    }

    .pb-mb-1 {
        padding-bottom: 4px !important
    }

    .mb-md-5 {
        margin-bottom: 32px !important
    }

    .w-md-auto {
        width: auto !important
    }

    .text-md-white-darker {
        color: #FCF6E8 !important
    }

    .bg-md-primary,
    .before-md-bg-primary:before,
    .bg-md-dark {
        background: #1a1a1a !important
    }

    .bg-md-grey {
        background: #E3E2E2 !important
    }

    .before-md-bg-grey-1:before,
    .bg-md-grey-1 {
        background: #969494 !important
    }

    .before-md-bg-grey-2:before,
    .bg-md-grey-2 {
        background: #b8b7b7 !important
    }

    .before-md-bg-grey-3:before,
    .bg-md-grey-3 {
        background: #d7d7d7 !important
    }

    .bg-md-white {
        background: white !important
    }

    .text-md-room-soft {
        color: #1a1a1a !important
    }

    .before-md-bg-room-soft:before,
    .bg-md-room-soft {
        background: #1a1a1a !important
    }

    .before-md-bg-room-full:before,
    .bg-md-room-full {
        background: #1a1a1a !important
    }
}

@media (max-width: 767.38px) {
    .text-mobile-white {
        color: #fff !important
    }

    .text-mobile-white-darker {
        color: #FCF6E8 !important
    }

    .bg-mobile-primary,
    .before-mobile-bg-primary:before,
    .bg-mobile-dark {
        background: #1a1a1a !important
    }

    .bg-mobile-grey {
        background: #E3E2E2 !important
    }

    .before-mobile-bg-grey-1:before,
    .bg-mobile-grey-1 {
        background: #1a1a1a !important
    }

    .before-mobile-bg-grey-2:before,
    .bg-mobile-grey-2 {
        background: #1a1a1a !important
    }

    .before-mobile-bg-grey-3:before,
    .bg-mobile-grey-3 {
        background: #1a1a1a !important
    }

    .bg-mobile-white {
        background: white !important
    }

    .text-mobile-room-soft {
        color: #1a1a1a !important
    }

    .before-mobile-bg-room-soft:before,
    .bg-mobile-room-soft {
        background: #1a1a1a !important
    }

    .before-mobile-bg-room-full:before,
    .bg-mobile-room-full {
        background: #1a1a1a !important
    }
}

@media (max-width: 575.98px) {
    .text-mobile-white {
        color: #fff !important
    }

    .text-mobile-white-darker {
        color: #FCF6E8 !important
    }

    .bg-mobile-primary,
    .before-mobile-bg-primary:before,
    .bg-mobile-dark {
        background: #1a1a1a !important
    }

    .bg-mobile-grey {
        background: #E3E2E2 !important
    }

    .before-mobile-bg-grey-1:before,
    .bg-mobile-grey-1 {
        background: #969494 !important
    }

    .before-mobile-bg-grey-2:before,
    .bg-mobile-grey-2 {
        background: #b8b7b7 !important
    }

    .before-mobile-bg-grey-3:before,
    .bg-mobile-grey-3 {
        background: #d7d7d7 !important
    }

    .bg-mobile-white {
        background: white !important
    }

    .text-mobile-room-soft {
        color: #1a1a1a !important
    }

    .before-mobile-bg-room-soft:before,
    .bg-mobile-room-soft {
        background: #1a1a1a !important
    }

    .before-mobile-bg-room-full:before,
    .bg-mobile-room-full {
        background: #1a1a1a !important
    }
}

.slick-slider .slick-dots {
    bottom: 0
}

@media (max-width: 767.38px) {

    .slick-slider .slick-dots li,
    .slick-slider .slick-dots li button,
    .slick-slider .slick-dots li button:before {
        width: 1.21528vw;
        height: 1.21528vw
    }

    .slick-slider .slick-dots li {
        margin: 0 .48611vw
    }

    .slick-slider .slick-dots li button:before {
        opacity: 1;
        color: #B8B7B7;
        font-size: 4.34028vw
    }

    .slick-slider .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #1a1a1a
    }
}

@media (max-width: 575.98px) {

    .slick-slider .slick-dots li,
    .slick-slider .slick-dots li button,
    .slick-slider .slick-dots li button:before {
        width: 1.86667vw;
        height: 1.86667vw
    }

    .slick-slider .slick-dots li {
        margin: 0 .74667vw
    }

    .slick-slider .slick-dots li button:before {
        opacity: 1;
        color: #B8B7B7;
        font-size: 6.66667vw
    }

    .slick-slider .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #1a1a1a
    }
}

.slick-slider .slick-arrow.slick-next,
.slick-slider .slick-arrow.slick-prev {
    z-index: 100;
    font-size: 0;
    top: unset;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/svg/slick-arrow.svg") !important
}

.slick-slider .slick-arrow.slick-next:before,
.slick-slider .slick-arrow.slick-prev:before {
    display: none
}

@media (max-width: 767.38px) {

    .slick-slider .slick-arrow.slick-next,
    .slick-slider .slick-arrow.slick-prev {
        width: 3.29861vw;
        height: 5.90278vw;
        bottom: 2.95139vw
    }

    .slick-slider .slick-arrow.slick-prev {
        left: 5.38194vw
    }

    .slick-slider .slick-arrow.slick-next {
        right: 5.38194vw
    }
}

@media (max-width: 575.98px) {

    .slick-slider .slick-arrow.slick-next,
    .slick-slider .slick-arrow.slick-prev {
        width: 5.06667vw;
        height: 9.06667vw;
        bottom: 4.53333vw
    }

    .slick-slider .slick-arrow.slick-prev {
        left: 8.26667vw
    }

    .slick-slider .slick-arrow.slick-next {
        right: 8.26667vw
    }
}

.slick-slider .slick-arrow.slick-next {
    -webkit-transform: rotate(180deg) translateY(62%);
    transform: rotate(180deg) translateY(62%)
}

@media (max-width: 767.38px) {
    .fada-usps .fada-title {
        margin-top: 8.50694vw !important;
        margin-bottom: 5.55556vw !important
    }

    .fada-usps .border-bottom,
    .fada-usps .border-none {
        margin-bottom: 9.72222vw
    }

    .fada-usps .slider-mobile {
        margin-bottom: 6.77083vw
    }

    .fada-usps .slider-mobile .fada-usp>div {
        width: 38.19444vw
    }
}

@media (max-width: 575.98px) {
    .fada-usps .fada-title {
        margin-top: 13.06667vw !important;
        margin-bottom: 8.53333vw !important
    }

    .fada-usps .border-bottom,
    .fada-usps .border-none {
        margin-bottom: 14.93333vw
    }

    .fada-usps .slider-mobile {
        margin-bottom: 10.4vw
    }

    .fada-usps .slider-mobile .fada-usp>div {
        width: 58.66667vw
    }
}

@media (min-width: 767.4px) {
    .fada-usp {
        padding-left: 5.20833vw !important;
        padding-right: 5.20833vw !important
    }

    .fada-team-person {
        padding-left: 7.98611vw !important;
        padding-right: 7.98611vw !important;
        padding-bottom: 11.28472vw
    }
}

@media (min-width: 767.5px) {
    .fada-usp {
        padding-left: 2.08333vw !important;
        padding-right: 2.08333vw !important
    }

    .fada-team-person {
        padding-left: 3.19444vw !important;
        padding-right: 3.19444vw !important;
        padding-bottom: 4.51389vw
    }
}

@media (min-width: 1440px) {
    .fada-usp {
        padding-left: 2.08333vw !important;
        padding-right: 2.08333vw !important
    }

    .fada-team-person {
        padding-left: 3.19444vw !important;
        padding-right: 3.19444vw !important;
        padding-bottom: 4.51389vw
    }
}

@media (min-width: 1441px) {
    .fada-usp {
        padding-left: 30px !important;
        padding-right: 30px !important
    }

    .fada-team-person {
        padding-left: 46px !important;
        padding-right: 46px !important;
        padding-bottom: 65px
    }
}

.fada-usp {
    width: 305px;
    margin-bottom: 46px
}

.fada-usp.cols-per-row-3 {
    width: 338px
}

.fada-usp img {
    max-width: 92.08px;
    margin: auto auto 23.47px
}

.fada-usp .title {
    margin-bottom: 4px
}

.fada-usp p {
    margin-bottom: 7px
}

@media (min-width: 767.4px) {

    .fada-usp+.fada-usp,
    .fada-usp+.fada-team-person:not(:nth-child(4n+4)),
    .fada-team-person+.fada-usp,
    .fada-team-person+.fada-team-person:not(:nth-child(4n+4)) {
        border-left: 1px solid #B8B7B7
    }
}

.fada-team {
    padding-bottom: 54px
}

.fada-team-person {
    width: 350px;
    margin-bottom: 46px
}

@media (max-width: 767.38px) {
    .fada-team-person:not(:last-of-type) {
        margin-bottom: 30px
    }

    .fada-team-person:not(:last-of-type) .fada-team-person-socials {
        padding-bottom: 28px
    }

    .fada-team-person:not(:last-of-type) .fada-team-person-socials:not(.mobile-hide-lines) {
        border-bottom: 1px solid #B8B7B7
    }

    .fada-team-person .fada-team-person-socials {
        margin-top: 28px
    }
}

.fada-team-person .title {
    margin-bottom: 5px
}

.fada-team-person img {
    max-width: 175px;
    max-height: 150px;
    margin: auto auto 23.47px
}

.fada-team-person .fada-team-person-socials a,
.fada-team-person .fada-team-person-socials span {
    width: 34px;
    height: 34px;
    margin: 0 5px;
    background-size: contain;
    -webkit-transition: -webkit-filter .3s ease-in-out;
    transition: -webkit-filter .3s ease-in-out;
    transition: filter .3s ease-in-out;
    transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out
}

.fada-team-person .fada-team-person-socials a:hover,
.fada-team-person .fada-team-person-socials span:hover {
    -webkit-filter: invert(100%);
    filter: invert(100%)
}

@media (max-width: 1439.98px) {
    .fada-usp {
        width: 21.18056vw;
        margin-bottom: 3.19444vw
    }

    .fada-usp.cols-per-row-3 {
        width: 23.47222vw
    }

    .fada-usp img {
        max-width: 6.39444vw;
        margin: auto auto 1.62986vw
    }

    .fada-usp .title {
        margin-bottom: .27778vw
    }

    .fada-usp p {
        margin-bottom: .48611vw
    }
}

@media (max-width: 1439.98px) and (min-width: 767.4px) {

    .fada-usp+.fada-usp,
    .fada-usp+.fada-team-person:not(:nth-child(4n+4)),
    .fada-team-person+.fada-usp,
    .fada-team-person+.fada-team-person:not(:nth-child(4n+4)) {
        border-left: .06944vw solid #B8B7B7
    }
}

@media (max-width: 1439.98px) {
    .fada-team {
        padding-bottom: 3.75vw
    }

    .fada-team-person {
        width: 24.30556vw;
        margin-bottom: 3.19444vw
    }
}

@media (max-width: 1439.98px) and (max-width: 767.38px) {
    .fada-team-person:not(:last-of-type) {
        margin-bottom: 2.08333vw
    }

    .fada-team-person:not(:last-of-type) .fada-team-person-socials {
        padding-bottom: 1.94444vw
    }

    .fada-team-person:not(:last-of-type) .fada-team-person-socials:not(.mobile-hide-lines) {
        border-bottom: 1px solid #B8B7B7
    }

    .fada-team-person .fada-team-person-socials {
        margin-top: 1.94444vw
    }
}

@media (max-width: 1439.98px) {
    .fada-team-person .title {
        margin-bottom: .34722vw
    }

    .fada-team-person img {
        max-width: 12.15278vw;
        max-height: 10.41667vw;
        margin: auto auto 1.62986vw
    }

    .fada-team-person .fada-team-person-socials a,
    .fada-team-person .fada-team-person-socials span {
        width: 2.36111vw;
        height: 2.36111vw;
        margin: 0 .34722vw;
        background-size: contain;
        -webkit-transition: -webkit-filter .3s ease-in-out;
        transition: -webkit-filter .3s ease-in-out;
        transition: filter .3s ease-in-out;
        transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out
    }

    .fada-team-person .fada-team-person-socials a:hover,
    .fada-team-person .fada-team-person-socials span:hover {
        -webkit-filter: invert(100%);
        filter: invert(100%)
    }
}

@media (max-width: 767.48px) {
    .fada-usp {
        width: 21.18056vw;
        margin-bottom: 3.19444vw
    }

    .fada-usp.cols-per-row-3 {
        width: 23.47222vw
    }

    .fada-usp img {
        max-width: 6.39444vw;
        margin: auto auto 1.62986vw
    }

    .fada-usp .title {
        margin-bottom: .27778vw
    }

    .fada-usp p {
        margin-bottom: .48611vw
    }
}

@media (max-width: 767.48px) and (min-width: 767.4px) {

    .fada-usp+.fada-usp,
    .fada-usp+.fada-team-person:not(:nth-child(4n+4)),
    .fada-team-person+.fada-usp,
    .fada-team-person+.fada-team-person:not(:nth-child(4n+4)) {
        border-left: .06944vw solid #B8B7B7
    }
}

@media (max-width: 767.48px) {
    .fada-team {
        padding-bottom: 3.75vw
    }

    .fada-team-person {
        width: 24.30556vw;
        margin-bottom: 3.19444vw
    }
}

@media (max-width: 767.48px) and (max-width: 767.38px) {
    .fada-team-person:not(:last-of-type) {
        margin-bottom: 2.08333vw
    }

    .fada-team-person:not(:last-of-type) .fada-team-person-socials {
        padding-bottom: 1.94444vw
    }

    .fada-team-person:not(:last-of-type) .fada-team-person-socials:not(.mobile-hide-lines) {
        border-bottom: 1px solid #B8B7B7
    }

    .fada-team-person .fada-team-person-socials {
        margin-top: 1.94444vw
    }
}

@media (max-width: 767.48px) {
    .fada-team-person .title {
        margin-bottom: .34722vw
    }

    .fada-team-person img {
        max-width: 12.15278vw;
        max-height: 10.41667vw;
        margin: auto auto 1.62986vw
    }

    .fada-team-person .fada-team-person-socials a,
    .fada-team-person .fada-team-person-socials span {
        width: 2.36111vw;
        height: 2.36111vw;
        margin: 0 .34722vw;
        background-size: contain;
        -webkit-transition: -webkit-filter .3s ease-in-out;
        transition: -webkit-filter .3s ease-in-out;
        transition: filter .3s ease-in-out;
        transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out
    }

    .fada-team-person .fada-team-person-socials a:hover,
    .fada-team-person .fada-team-person-socials span:hover {
        -webkit-filter: invert(100%);
        filter: invert(100%)
    }
}

@media (max-width: 767.38px) {
    .fada-usp {
        width: 38.19444vw;
        margin-bottom: 0
    }

    .fada-usp.cols-per-row-3 {
        width: 38.19444vw
    }

    .fada-usp img {
        max-width: 12.84722vw;
        margin: auto auto 2.60417vw
    }

    .fada-usp .title {
        margin-bottom: 0
    }

    .fada-usp p {
        margin-bottom: 4.51389vw
    }
}

@media (max-width: 767.38px) and (min-width: 767.4px) {

    .fada-usp+.fada-usp,
    .fada-usp+.fada-team-person:not(:nth-child(4n+4)),
    .fada-team-person+.fada-usp,
    .fada-team-person+.fada-team-person:not(:nth-child(4n+4)) {
        border-left: .17361vw solid #B8B7B7
    }
}

@media (max-width: 767.38px) {
    .fada-team {
        padding-bottom: 11.80556vw
    }

    .fada-team-person {
        width: 100%;
        margin-bottom: 5.55556vw
    }
}

@media (max-width: 767.38px) and (max-width: 767.38px) {
    .fada-team-person:not(:last-of-type) {
        margin-bottom: 5.20833vw
    }

    .fada-team-person:not(:last-of-type) .fada-team-person-socials {
        padding-bottom: 4.86111vw
    }

    .fada-team-person:not(:last-of-type) .fada-team-person-socials:not(.mobile-hide-lines) {
        border-bottom: 1px solid #B8B7B7
    }

    .fada-team-person .fada-team-person-socials {
        margin-top: 4.86111vw
    }
}

@media (max-width: 767.38px) {
    .fada-team-person .title {
        margin-bottom: .86806vw
    }

    .fada-team-person img {
        max-width: 30.38194vw;
        max-height: 26.04167vw;
        margin: auto auto 4.51389vw
    }

    .fada-team-person .fada-team-person-socials a,
    .fada-team-person .fada-team-person-socials span {
        width: 7.29167vw;
        height: 7.29167vw;
        margin: 0 1.04167vw;
        background-size: contain;
        -webkit-transition: -webkit-filter .3s ease-in-out;
        transition: -webkit-filter .3s ease-in-out;
        transition: filter .3s ease-in-out;
        transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out
    }

    .fada-team-person .fada-team-person-socials a:hover,
    .fada-team-person .fada-team-person-socials span:hover {
        -webkit-filter: invert(100%);
        filter: invert(100%)
    }
}

@media (max-width: 575.98px) {
    .fada-usp {
        width: 58.66667vw;
        margin-bottom: 0
    }

    .fada-usp.cols-per-row-3 {
        width: 58.66667vw
    }

    .fada-usp img {
        max-width: 19.73333vw;
        margin: auto auto 4vw
    }

    .fada-usp .title {
        margin-bottom: 0
    }

    .fada-usp p {
        margin-bottom: 6.93333vw
    }
}

@media (max-width: 575.98px) and (min-width: 767.4px) {

    .fada-usp+.fada-usp,
    .fada-usp+.fada-team-person:not(:nth-child(4n+4)),
    .fada-team-person+.fada-usp,
    .fada-team-person+.fada-team-person:not(:nth-child(4n+4)) {
        border-left: .26667vw solid #B8B7B7
    }
}

@media (max-width: 575.98px) {
    .fada-team {
        padding-bottom: 18.13333vw
    }

    .fada-team-person {
        width: 100%;
        margin-bottom: 8.53333vw
    }
}

@media (max-width: 575.98px) and (max-width: 767.38px) {
    .fada-team-person:not(:last-of-type) {
        margin-bottom: 8vw
    }

    .fada-team-person:not(:last-of-type) .fada-team-person-socials {
        padding-bottom: 7.46667vw
    }

    .fada-team-person:not(:last-of-type) .fada-team-person-socials:not(.mobile-hide-lines) {
        border-bottom: 1px solid #B8B7B7
    }

    .fada-team-person .fada-team-person-socials {
        margin-top: 7.46667vw
    }
}

@media (max-width: 575.98px) {
    .fada-team-person .title {
        margin-bottom: 1.33333vw
    }

    .fada-team-person img {
        max-width: 46.66667vw;
        max-height: 40vw;
        margin: auto auto 6.93333vw
    }

    .fada-team-person .fada-team-person-socials a,
    .fada-team-person .fada-team-person-socials span {
        width: 10vw;
        height: 10vw;
        margin: 0 1.6vw;
        background-size: contain;
        -webkit-transition: -webkit-filter .3s ease-in-out;
        transition: -webkit-filter .3s ease-in-out;
        transition: filter .3s ease-in-out;
        transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out
    }

    .fada-team-person .fada-team-person-socials a:hover,
    .fada-team-person .fada-team-person-socials span:hover {
        -webkit-filter: invert(100%);
        filter: invert(100%)
    }
}

@media (max-width: 767.38px) {
    .fada-team .fada-title {
        margin-top: 11.45833vw !important;
        margin-bottom: 7.29167vw !important
    }

    .fada-team p {
        width: 53.64583vw;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 575.98px) {
    .fada-team .fada-title {
        margin-top: 17.6vw !important;
        margin-bottom: 11.2vw !important
    }

    .fada-team p {
        width: 82.4vw;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 767.4px) {
    .fada-team-person .fada-team-person-socials {
        left: 0;
        right: 0
    }
}

.fada-team-person .fada-team-person-socials .icon-mail {
    background-image: url("../images/svg/mail.png")
}

.fada-team-person .fada-team-person-socials .icon-linkedin {
    background-image: url("../images/svg/linkedin.png")
}

.fada-team-person .fada-team-person-socials .icon-phone {
    background-image: url("../images/svg/phone.png")
}

.fada-team-person .fada-team-person-socials .icon-whatsapp {
    background-image: url("../images/svg/whatsapp.png")
}

@media (max-width: 767.38px) {
    .slider-mobile:not(.slick-initialized)>*:not(:first-of-type) {
        display: none
    }
}

.fada-tabs .nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.fada-tabs .nav-tabs::-webkit-scrollbar {
    display: none
}

.fada-tabs .nav-link {
    white-space: nowrap
}

.fada-tabs .nav-link span {
    -webkit-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out
}

.fada-tabs .nav-link code {
    opacity: .6
}

.fada-tabs .nav-link:not(.active):not(:hover) span,
.fada-tabs .nav-link:not(.active):not(:hover) code {
    color: #1a1a1a !important
}

.fada-tabs img {
    max-width: unset
}

.fada-tabs .fada-tabs-usp p {
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 767.4px) {
    .fada-tabs .fada-tabs-content:before {
        background: #EEEDEE
    }
}

@media (max-width: 767.38px) {
    .slider-tabs .slick-list {
        overflow: visible !important
    }

    .slider-tabs .slick-arrow {
        z-index: 10;
        top: 50% !important;
        bottom: unset !important
    }

    .slider-tabs .slick-arrow.slick-prev {
        left: 0
    }

    .slider-tabs .slick-arrow.slick-next {
        right: 0
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div:not([class*="before-mobile-bg-"]) {
        padding-top: 0
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div:not([class*="before-mobile-bg-"]).has-usp:not(.mobile-hide-lines) {
        border-bottom: 1px solid #B8B7B7
    }
}

@media (min-width: 767.4px) {
    .fada-tabs .fada-tabs-content .col-img img {
        max-width: 95.3125vw;
        margin-right: 13.36806vw
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div {
        height: var(--height, 100%)
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div:before {
        left: calc((100vw - 217.01389vw) / 2 * -1)
    }

    .fada-tabs .fada-tabs-usp svg {
        height: auto;
        width: 5.31944vw;
        margin-left: 4.6875vw;
        margin-right: 1.73611vw
    }
}

@media (min-width: 767.5px) {
    .fada-tabs .fada-tabs-content .col-img img {
        max-width: 38.125vw;
        margin-right: 5.34722vw
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div {
        height: var(--height, 100%)
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div:before {
        left: calc((100vw - 86.80556vw) / 2 * -1)
    }

    .fada-tabs .fada-tabs-usp svg {
        height: auto;
        width: 2.12778vw;
        margin-left: 1.875vw;
        margin-right: .69444vw
    }
}

@media (min-width: 1440px) {
    .fada-tabs .fada-tabs-content .col-img img {
        max-width: 38.125vw;
        margin-right: 5.34722vw
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div {
        height: var(--height, 100%)
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div:before {
        left: calc((100vw - 86.11111vw) / 2 * -1)
    }

    .fada-tabs .fada-tabs-usp svg {
        height: auto;
        width: 2.12778vw;
        margin-left: 1.875vw;
        margin-right: .69444vw
    }
}

@media (min-width: 1441px) {
    .fada-tabs .fada-tabs-content .col-img img {
        max-width: 549px;
        margin-right: 77px
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div {
        height: var(--height, 100%)
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div:before {
        left: calc((100vw - 1240.1px) / 2 * -1)
    }

    .fada-tabs .fada-tabs-usp svg {
        height: auto;
        width: 30.64px;
        margin-left: 27px;
        margin-right: 10px
    }
}

@media (max-width: 767.38px) {
    .fada-tabs {
        margin-bottom: 16.84028vw
    }

    .fada-tabs .slick-slider .slick-arrow-div.no-usp {
        bottom: -7.20486vw
    }

    .fada-tabs .slick-slider .slick-dots {
        left: 0;
        right: 0;
        width: 80%;
        margin: auto;
        bottom: 3.81944vw
    }

    .fada-tabs .slick-slider.before-mobile-bg-primary .slick-dots li.slick-active button:before,
    .fada-tabs .slick-slider.before-mobile-bg-dark .slick-dots li.slick-active button:before,
    .fada-tabs .slick-slider.before-mobile-bg-black .slick-dots li.slick-active button:before,
    .fada-tabs .slick-slider.before-mobile-bg-grey-1 .slick-dots li.slick-active button:before {
        color: white
    }

    .fada-tabs .tab-pane {
        margin-bottom: 9.46181vw
    }

    .fada-tabs .tab-pane.no-usp .tab-pane-content-div {
        margin-bottom: -2.95139vw
    }

    .fada-tabs .tab-pane[class*="before-mobile-bg-"],
    .fada-tabs .tab-pane .col-img {
        position: relative
    }

    .fada-tabs .tab-pane[class*="before-mobile-bg-"]:before,
    .fada-tabs .tab-pane .col-img:before {
        content: '';
        position: absolute;
        top: -2.08333vw;
        left: -2.60417vw;
        right: -2.60417vw;
        height: calc(100% + 12.84722vw);
        width: 100vw
    }

    .fada-tabs .tab-pane .col-img:before {
        left: 0;
        height: 80%;
        top: -2.43056vw;
        background: white
    }

    .fada-tabs .fada-tabs-content.has-usp {
        margin-bottom: 5.55556vw
    }

    .fada-tabs .fada-tabs-content .col-img .col-img-block {
        width: calc(100vw - 5.20833vw)
    }

    .fada-tabs .fada-tabs-content .col-img img {
        left: -2.60417vw;
        margin-bottom: 4.34028vw;
        width: calc(100vw + 3.47222vw)
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div:before {
        left: -2.60417vw
    }

    .fada-tabs .fada-tabs-usp p {
        font-size: 3.64583vw;
        line-height: 5.20833vw;
        padding-left: 6.25vw;
        padding-right: 6.25vw
    }
}

@media (max-width: 575.98px) {
    .fada-tabs {
        margin-bottom: 25.86667vw
    }

    .fada-tabs .slick-slider .slick-arrow-div.no-usp {
        bottom: -11.06667vw
    }

    .fada-tabs .slick-slider .slick-dots {
        left: 0;
        right: 0;
        width: 80%;
        margin: auto;
        bottom: 5.86667vw
    }

    .fada-tabs .slick-slider.before-mobile-bg-primary .slick-dots li.slick-active button:before,
    .fada-tabs .slick-slider.before-mobile-bg-dark .slick-dots li.slick-active button:before,
    .fada-tabs .slick-slider.before-mobile-bg-black .slick-dots li.slick-active button:before,
    .fada-tabs .slick-slider.before-mobile-bg-grey-1 .slick-dots li.slick-active button:before {
        color: white
    }

    .fada-tabs .tab-pane {
        margin-bottom: 14.53333vw
    }

    .fada-tabs .tab-pane.no-usp .tab-pane-content-div {
        margin-bottom: -4.53333vw
    }

    .fada-tabs .tab-pane[class*="before-mobile-bg-"],
    .fada-tabs .tab-pane .col-img {
        position: relative
    }

    .fada-tabs .tab-pane[class*="before-mobile-bg-"]:before,
    .fada-tabs .tab-pane .col-img:before {
        content: '';
        position: absolute;
        top: -3.2vw;
        left: -4vw;
        right: -4vw;
        height: calc(100% + 19.73333vw);
        width: 100vw
    }

    .fada-tabs .tab-pane .col-img:before {
        left: 0;
        height: 80%;
        top: -3.73333vw;
        background: white
    }

    .fada-tabs .fada-tabs-content.has-usp {
        margin-bottom: 8.53333vw
    }

    .fada-tabs .fada-tabs-content .col-img .col-img-block {
        width: calc(100vw - 8vw)
    }

    .fada-tabs .fada-tabs-content .col-img img {
        left: -4vw;
        margin-bottom: 6.66667vw;
        width: calc(100vw + 5.33333vw)
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div:before {
        left: -4vw
    }

    .fada-tabs .fada-tabs-usp p {
        font-size: 5.6vw;
        line-height: 8vw;
        padding-left: 9.6vw;
        padding-right: 9.6vw
    }
}

.fada-tabs {
    margin-top: 46px
}

.fada-tabs .tab-content {
    margin-top: 75px
}

.fada-tabs .fada-tabs-content {
    margin-bottom: 91px
}

.fada-tabs .fada-tabs-content .title {
    margin-bottom: 19px
}

.fada-tabs .fada-tabs-content .fada-tabs-content-div {
    padding-top: 44px;
    padding-bottom: 67px
}

.fada-tabs .fada-tabs-content .fada-tabs-content-div img {
    display: inline-block
}

.fada-tabs .fada-tabs-content .fada-tabs-content-div p:last-of-type {
    margin-bottom: 0
}

.fada-tabs .fada-tabs-content .fada-tabs-content-div strong {
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 9px
}

.fada-tabs .fada-tabs-content .fada-tabs-content-div .btn,
.fada-tabs .fada-tabs-content .fada-tabs-content-div .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
.ui-datepicker .ui-datepicker-buttonpane .fada-tabs .fada-tabs-content .fada-tabs-content-div button[type="button"] {
    margin-top: 32px
}

.fada-tabs .fada-tabs-content .fada-tabs-content-div>* {
    z-index: 2;
    position: relative
}

.fada-tabs .fada-tabs-content .fada-tabs-content-div:before {
    content: '';
    top: 0;
    width: 100vw;
    z-index: 1;
    height: 100%;
    position: absolute
}

.fada-tabs .fada-tabs-usp {
    margin-bottom: 95px
}

.fada-tabs .fada-tabs-usp .title {
    margin-bottom: 42px
}

.fada-tabs .fada-tabs-usp p {
    margin-top: -7px
}

.fada-tabs .fada-tabs-usp .tab-usp-img-block {
    height: 70px;
    max-width: 216px;
    margin-left: 8px
}

.fada-tabs .fada-tabs-usp img {
    max-height: 100%
}

@media (max-width: 1439.98px) {
    .fada-tabs {
        margin-top: 3.19444vw
    }

    .fada-tabs .tab-content {
        margin-top: 5.20833vw
    }

    .fada-tabs .fada-tabs-content {
        margin-bottom: 6.31944vw
    }

    .fada-tabs .fada-tabs-content .title {
        margin-bottom: 1.31944vw
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div {
        padding-top: 3.05556vw;
        padding-bottom: 4.65278vw
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div img {
        display: inline-block
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div p:last-of-type {
        margin-bottom: 0
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div strong {
        display: block;
        font-size: 1.38889vw;
        line-height: 1.66667vw;
        margin-bottom: .625vw
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div .btn,
    .fada-tabs .fada-tabs-content .fada-tabs-content-div .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .fada-tabs .fada-tabs-content .fada-tabs-content-div button[type="button"] {
        margin-top: 2.22222vw
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div>* {
        z-index: 2;
        position: relative
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div:before {
        content: '';
        top: 0;
        width: 100vw;
        z-index: 1;
        height: 100%;
        position: absolute
    }

    .fada-tabs .fada-tabs-usp {
        margin-bottom: 6.59722vw
    }

    .fada-tabs .fada-tabs-usp .title {
        margin-bottom: 2.91667vw
    }

    .fada-tabs .fada-tabs-usp p {
        margin-top: -.48611vw
    }

    .fada-tabs .fada-tabs-usp .tab-usp-img-block {
        height: 4.86111vw;
        max-width: 15vw;
        margin-left: .55556vw
    }

    .fada-tabs .fada-tabs-usp img {
        max-height: 100%
    }
}

@media (max-width: 767.48px) {
    .fada-tabs {
        margin-top: 3.19444vw
    }

    .fada-tabs .tab-content {
        margin-top: 5.20833vw
    }

    .fada-tabs .fada-tabs-content {
        margin-bottom: 6.31944vw
    }

    .fada-tabs .fada-tabs-content .title {
        margin-bottom: 1.31944vw
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div {
        padding-top: 3.05556vw;
        padding-bottom: 4.65278vw
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div img {
        display: inline-block
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div p:last-of-type {
        margin-bottom: 0
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div strong {
        display: block;
        font-size: 1.38889vw;
        line-height: 1.66667vw;
        margin-bottom: .625vw
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div .btn,
    .fada-tabs .fada-tabs-content .fada-tabs-content-div .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .fada-tabs .fada-tabs-content .fada-tabs-content-div button[type="button"] {
        margin-top: 2.22222vw
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div>* {
        z-index: 2;
        position: relative
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div:before {
        content: '';
        top: 0;
        width: 100vw;
        z-index: 1;
        height: 100%;
        position: absolute
    }

    .fada-tabs .fada-tabs-usp {
        margin-bottom: 6.59722vw
    }

    .fada-tabs .fada-tabs-usp .title {
        margin-bottom: 2.91667vw
    }

    .fada-tabs .fada-tabs-usp p {
        margin-top: -.48611vw
    }

    .fada-tabs .fada-tabs-usp .tab-usp-img-block {
        height: 4.86111vw;
        max-width: 15vw;
        margin-left: .55556vw
    }

    .fada-tabs .fada-tabs-usp img {
        max-height: 100%
    }
}

@media (max-width: 767.38px) {
    .fada-tabs {
        margin-top: -1.38889vw
    }

    .fada-tabs .tab-content {
        margin-top: 4.86111vw
    }

    .fada-tabs .fada-tabs-content {
        margin-bottom: 2.43056vw
    }

    .fada-tabs .fada-tabs-content .title {
        margin-bottom: 3.29861vw
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div {
        padding-top: 5.03472vw;
        padding-bottom: 5.55556vw
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div img {
        display: inline-block
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div p:last-of-type {
        margin-bottom: 0
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div strong {
        display: block;
        font-size: 2.77778vw;
        line-height: 4.16667vw;
        margin-bottom: .34722vw
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div .btn,
    .fada-tabs .fada-tabs-content .fada-tabs-content-div .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .fada-tabs .fada-tabs-content .fada-tabs-content-div button[type="button"] {
        margin-top: 5.55556vw
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div>* {
        z-index: 2;
        position: relative
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div:before {
        content: '';
        top: 0;
        width: 100vw;
        z-index: 1;
        height: 100%;
        position: absolute
    }

    .fada-tabs .fada-tabs-usp {
        margin-bottom: 5.55556vw
    }

    .fada-tabs .fada-tabs-usp .title {
        margin-bottom: 5.90278vw
    }

    .fada-tabs .fada-tabs-usp p {
        margin-top: 3.125vw
    }

    .fada-tabs .fada-tabs-usp .tab-usp-img-block {
        height: 12.15278vw;
        max-width: 100%;
        margin-left: 0
    }

    .fada-tabs .fada-tabs-usp img {
        max-height: 100%
    }
}

@media (max-width: 575.98px) {
    .fada-tabs {
        margin-top: -2.13333vw
    }

    .fada-tabs .tab-content {
        margin-top: 7.46667vw
    }

    .fada-tabs .fada-tabs-content {
        margin-bottom: 3.73333vw
    }

    .fada-tabs .fada-tabs-content .title {
        margin-bottom: 5.06667vw
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div {
        padding-top: 7.73333vw;
        padding-bottom: 8.53333vw
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div img {
        display: inline-block
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div p:last-of-type {
        margin-bottom: 0
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div strong {
        display: block;
        font-size: 4.26667vw;
        line-height: 6.4vw;
        margin-bottom: .53333vw
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div .btn,
    .fada-tabs .fada-tabs-content .fada-tabs-content-div .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .fada-tabs .fada-tabs-content .fada-tabs-content-div button[type="button"] {
        margin-top: 8.53333vw
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div>* {
        z-index: 2;
        position: relative
    }

    .fada-tabs .fada-tabs-content .fada-tabs-content-div:before {
        content: '';
        top: 0;
        width: 100vw;
        z-index: 1;
        height: 100%;
        position: absolute
    }

    .fada-tabs .fada-tabs-usp {
        margin-bottom: 8.53333vw
    }

    .fada-tabs .fada-tabs-usp .title {
        margin-bottom: 9.06667vw
    }

    .fada-tabs .fada-tabs-usp p {
        margin-top: 4.8vw
    }

    .fada-tabs .fada-tabs-usp .tab-usp-img-block {
        height: 18.66667vw;
        max-width: 100%;
        margin-left: 0
    }

    .fada-tabs .fada-tabs-usp img {
        max-height: 100%
    }
}

.fada-text [class*="before-bg-"]:before,
.fada-text [class*="before-md-bg-"]:before {
    content: '';
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 0;
    height: 100%;
    position: absolute
}

.fada-text p:last-of-type {
    margin-bottom: 0
}

.fada-text {
    margin-top: 109px;
    margin-bottom: 96px
}

.fada-text .title {
    margin-top: 25px;
    margin-bottom: 24px
}

.fada-text .has-bg-room-soft {
    padding-top: 41px;
    padding-bottom: 36px
}

.fada-text strong {
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 9px
}

.fada-text .btn,
.fada-text .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
.ui-datepicker .ui-datepicker-buttonpane .fada-text button[type="button"] {
    margin-top: 42px
}

.fada-text .before-bg,
.fada-text .before-md-bg {
    padding-top: 40px;
    padding-bottom: 50px
}

.fada-text .before-bg>*,
.fada-text .before-md-bg>* {
    z-index: 3;
    position: relative
}

.fada-text-div+.content-row+.fada-text-div .fada-text {
    margin-top: 0
}

@media (max-width: 1439.98px) {
    .fada-text {
        margin-top: 7.56944vw;
        margin-bottom: 6.66667vw
    }

    .fada-text .title {
        margin-top: 1.73611vw;
        margin-bottom: 1.66667vw
    }

    .fada-text .has-bg-room-soft {
        padding-top: 2.84722vw;
        padding-bottom: 2.5vw
    }

    .fada-text strong {
        display: block;
        font-size: 1.38889vw;
        line-height: 1.66667vw;
        margin-bottom: .625vw
    }

    .fada-text .btn,
    .fada-text .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .fada-text button[type="button"] {
        margin-top: 2.70833vw
    }

    .fada-text .before-bg,
    .fada-text .before-md-bg {
        padding-top: 2.84722vw;
        padding-bottom: 2.63889vw;
    }

    .fada-text .before-bg>*,
    .fada-text .before-md-bg>* {
        z-index: 3;
        position: relative
    }

    .fada-text-div+.content-row+.fada-text-div .fada-text {
        margin-top: 0
    }
}

@media (max-width: 767.48px) {
    .fada-text {
        margin-top: 7.56944vw;
        margin-bottom: 6.66667vw
    }

    .fada-text .title {
        margin-top: 1.73611vw;
        margin-bottom: 1.66667vw
    }

    .fada-text .has-bg-room-soft {
        padding-top: 2.84722vw;
        padding-bottom: 2.5vw
    }

    .fada-text strong {
        display: block;
        font-size: 1.38889vw;
        line-height: 1.66667vw;
        margin-bottom: .625vw
    }

    .fada-text .btn,
    .fada-text .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .fada-text button[type="button"] {
        margin-top: 2.70833vw
    }

    .fada-text .before-bg,
    .fada-text .before-md-bg {
        padding-top: 2.84722vw;
        padding-bottom: 2.63889vw
    }

    .fada-text .before-bg>*,
    .fada-text .before-md-bg>* {
        z-index: 1;
        position: relative
    }

    .fada-text-div+.content-row+.fada-text-div .fada-text {
        margin-top: 0
    }
}

@media (max-width: 767.38px) {
    .fada-text {
        margin-top: 8.68056vw;
        margin-bottom: 5.20833vw
    }

    .fada-text .title {
        margin-top: 5.03472vw;
        margin-bottom: 4.16667vw
    }

    .fada-text .has-bg-room-soft {
        padding-top: 2.25694vw;
        padding-bottom: 2.60417vw
    }

    .fada-text strong {
        display: block;
        font-size: 2.77778vw;
        line-height: 4.16667vw;
        margin-bottom: .34722vw
    }

    .fada-text .btn,
    .fada-text .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .fada-text button[type="button"] {
        margin-top: 3.81944vw
    }

    .fada-text .before-bg,
    .fada-text .before-md-bg {
        padding-top: 4.16667vw;
        padding-bottom: 3.81944vw
    }

    .fada-text .before-bg>*,
    .fada-text .before-md-bg>* {
        z-index: 1;
        position: relative
    }

    .fada-text-div+.content-row+.fada-text-div .fada-text {
        margin-top: 0
    }
}

@media (max-width: 575.98px) {
    .fada-text {
        margin-top: 13.33333vw;
        margin-bottom: 8vw
    }

    .fada-text .title {
        margin-top: 7.73333vw;
        margin-bottom: 6.4vw
    }

    .fada-text .has-bg-room-soft {
        padding-top: 3.46667vw;
        padding-bottom: 4vw
    }

    .fada-text strong {
        display: block;
        font-size: 4.26667vw;
        line-height: 6.4vw;
        margin-bottom: .53333vw
    }

    .fada-text .btn,
    .fada-text .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .fada-text button[type="button"] {
        margin-top: 5.86667vw
    }

    .fada-text .before-bg,
    .fada-text .before-md-bg {
        padding-top: 6.4vw;
        padding-bottom: 5.86667vw
    }

    .fada-text .before-bg>*,
    .fada-text .before-md-bg>* {
        z-index: 1;
        position: relative
    }

    .fada-text-div+.content-row+.fada-text-div .fada-text {
        margin-top: 0
    }
}

@media (min-width: 767.4px) {

    .fada-text [class*="before-bg-"]:before,
    .fada-text [class*="before-md-bg-"]:before {
        left: calc((100vw - 217.01389vw) / 2 * -1);
        background: #1a1a1a
    }

    .fada-text.fada-text-content-right [class*="before-bg-"]:before,
    .fada-text.fada-text-content-right [class*="before-md-bg-"]:before {
        left: unset;
        right: calc((100vw - 217.01389vw) / 2 * -1)
    }
}

@media (min-width: 767.5px) {

    .fada-text [class*="before-bg-"]:before,
    .fada-text [class*="before-md-bg-"]:before {
        left: calc((100vw - 86.80556vw) / 2 * -1);
        background: #1a1a1a
    }

    .fada-text.fada-text-content-right [class*="before-bg-"]:before,
    .fada-text.fada-text-content-right [class*="before-md-bg-"]:before {
        left: unset;
        right: calc((100vw - 86.80556vw) / 2 * -1)
    }
}

@media (min-width: 1440px) {

    .fada-text [class*="before-bg-"]:before,
    .fada-text [class*="before-md-bg-"]:before {
        left: calc((100vw - 86.11111vw) / 2 * -1);
        background: #1a1a1a
    }

    .fada-text.fada-text-content-right [class*="before-bg-"]:before,
    .fada-text.fada-text-content-right [class*="before-md-bg-"]:before {
        left: unset;
        right: calc((100vw - 86.11111vw) / 2 * -1)
    }
}

@media (min-width: 1441px) {

    .fada-text [class*="before-bg-"]:before,
    .fada-text [class*="before-md-bg-"]:before {
        left: calc((100vw - 1240.1px) / 2 * -1);
        background: #1a1a1a
    }

    .fada-text.fada-text-content-right [class*="before-bg-"]:before,
    .fada-text.fada-text-content-right [class*="before-md-bg-"]:before {
        left: unset;
        right: calc((100vw - 1240.1px) / 2 * -1)
    }
}

@media (max-width: 767.38px) {
    .fada-text img {
        max-width: unset
    }
}

@media (max-width: 767.38px) {
    .fada-text img {
        width: 100vw;
        margin-left: -2.60417vw
    }

    .fada-text [class*="before-bg-"]:before,
    .fada-text [class*="before-md-bg-"]:before {
        left: -2.60417vw
    }
}

@media (max-width: 575.98px) {
    .fada-text img {
        width: 100vw;
        margin-left: -4vw
    }

    .fada-text [class*="before-bg-"]:before,
    .fada-text [class*="before-md-bg-"]:before {
        left: -4vw
    }
}

.fada-faqs {
    padding-top: 92px;
    padding-bottom: 52px
}

.fada-faqs .title {
    margin-bottom: 23px
}

.fada-faqs .btn,
.fada-faqs .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
.ui-datepicker .ui-datepicker-buttonpane .fada-faqs button[type="button"] {
    margin-top: 64px
}

.fada-faqs .btn-delete {
    margin-top: 9px
}

@media (max-width: 1439.98px) {
    .fada-faqs {
        padding-top: 6.38889vw;
        padding-bottom: 3.61111vw
    }

    .fada-faqs .title {
        margin-bottom: 1.59722vw
    }

    .fada-faqs .btn,
    .fada-faqs .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .fada-faqs button[type="button"] {
        margin-top: 4.44444vw
    }

    .fada-faqs .btn-delete {
        margin-top: 9px
    }
}

@media (max-width: 767.48px) {
    .fada-faqs {
        padding-top: 6.38889vw;
        padding-bottom: 3.61111vw
    }

    .fada-faqs .title {
        margin-bottom: 1.59722vw
    }

    .fada-faqs .btn,
    .fada-faqs .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .fada-faqs button[type="button"] {
        margin-top: 4.44444vw
    }

    .fada-faqs .btn-delete {
        margin-top: 9px
    }
}

@media (max-width: 767.38px) {
    .fada-faqs {
        padding-top: 8.33333vw;
        padding-bottom: 5.38194vw
    }

    .fada-faqs .title {
        margin-bottom: 3.81944vw
    }

    .fada-faqs .btn,
    .fada-faqs .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .fada-faqs button[type="button"] {
        margin-top: 5.03472vw
    }

    .fada-faqs .btn-delete {
        margin-top: 9px
    }
}

@media (max-width: 575.98px) {
    .fada-faqs {
        padding-top: 12.8vw;
        padding-bottom: 8.26667vw
    }

    .fada-faqs .title {
        margin-bottom: 5.86667vw
    }

    .fada-faqs .btn,
    .fada-faqs .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .fada-faqs button[type="button"] {
        margin-top: 7.73333vw
    }

    .fada-faqs .btn-delete {
        margin-top: 9px
    }
}

@media (min-width: 767.4px) {
    .fada-faqs img {
        width: 40.10417vw;
        height: 25.52083vw
    }

    .fada-faqs .title {
        margin-top: 1.21528vw
    }

    .fada-faqs .accordion:not(.has-btn) {
        margin-bottom: 8.85417vw
    }

    .fada-faqs .fada-faqs-col .accordion {
        width: 100%
    }

    .fada-faqs .fada-faqs-content {
        max-width: 96.35417vw;
        margin-left: 1.73611vw;
        margin-bottom: 7.29167vw
    }
}

@media (min-width: 767.5px) {
    .fada-faqs img {
        width: 16.04167vw;
        height: 10.20833vw
    }

    .fada-faqs .title {
        margin-top: .48611vw
    }

    .fada-faqs .accordion:not(.has-btn) {
        margin-bottom: 3.54167vw
    }

    .fada-faqs .fada-faqs-col .accordion {
        width: 46.38889vw
    }

    .fada-faqs .fada-faqs-content {
        max-width: 38.54167vw;
        margin-left: .69444vw;
        margin-bottom: 2.91667vw
    }
}

@media (min-width: 1440px) {
    .fada-faqs img {
        width: 16.04167vw;
        height: 10.20833vw
    }

    .fada-faqs .title {
        margin-top: .48611vw
    }

    .fada-faqs .accordion:not(.has-btn) {
        margin-bottom: 3.54167vw
    }

    .fada-faqs .fada-faqs-col .accordion {
        width: 46.38889vw
    }

    .fada-faqs .fada-faqs-content {
        max-width: 38.54167vw;
        margin-left: .69444vw;
        margin-bottom: 2.91667vw
    }
}

@media (min-width: 1441px) {
    .fada-faqs img {
        width: 231px;
        height: 147px
    }

    .fada-faqs .title {
        margin-top: 7px
    }

    .fada-faqs .accordion:not(.has-btn) {
        margin-bottom: 51px
    }

    .fada-faqs .fada-faqs-col .accordion {
        width: 668px
    }

    .fada-faqs .fada-faqs-content {
        max-width: 555px;
        margin-left: 10px;
        margin-bottom: 42px
    }
}

.fada-cover+.content-row>*:not(.fada-contact):first-child {
    margin-top: 90px
}

.fada-cover .title {
    margin-bottom: 23px
}

.fada-cover.type-person {
    padding-top: 96px;
    padding-bottom: 73px
}

.fada-cover.type-person .col-img>img,
.fada-cover.type-person .col-img>picture img {
    padding: 0 50px
}

.fada-cover.type-person .title {
    margin-top: 22px
}

.fada-cover.type-person .btn,
.fada-cover.type-person .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
.ui-datepicker .ui-datepicker-buttonpane .fada-cover.type-person button[type="button"] {
    margin-top: 24px
}

.fada-cover:not(.type-person) {
    padding-bottom: 80px
}

.fada-cover:not(.type-person) .title {
    margin-top: 122px;
    margin-left: 0
}

.fada-cover:not(.type-person)>img,
.fada-cover:not(.type-person)>picture {
    left: 0;
    right: 0;
    margin: auto;
    width: 921px;
    max-width: 1440px
}

@media (min-width: 767.4px) {

    .fada-cover:not(.type-person)>img,
    .fada-cover:not(.type-person)>picture {
        -webkit-transform: translateX(-260px);
        transform: translateX(-260px)
    }
}

.fada-cover:not(.type-person) .justify-content-end:not(.row-content) {
    padding-right: 63px
}

.fada-cover:not(.type-person) .text {
    width: 513px
}

.fada-cover:not(.type-person) .pl-fix {
    padding-left: 31px
}

@media (min-width: 767.4px) {
    .fada-cover:not(.type-person) .row-content {
        padding-right: 63px
    }
}

.fada-cover:not(.type-person) .btn,
.fada-cover:not(.type-person) .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
.ui-datepicker .ui-datepicker-buttonpane .fada-cover:not(.type-person) button[type="button"] {
    margin-top: 47px
}

.fada-cover .btn .icon-phone,
.fada-cover .ui-datepicker .ui-datepicker-buttonpane button[type="button"] .icon-phone,
.ui-datepicker .ui-datepicker-buttonpane .fada-cover button[type="button"] .icon-phone {
    height: 23px;
    width: 15.92px;
    margin-right: 13px
}

@media (max-width: 1439.98px) {
    .fada-cover+.content-row>*:not(.fada-contact):first-child {
        margin-top: 6.25vw
    }

    .fada-cover .title {
        margin-bottom: 1.59722vw
    }

    .fada-cover.type-person {
        padding-top: 6.66667vw;
        padding-bottom: 5.06944vw
    }

    .fada-cover.type-person .col-img>img,
    .fada-cover.type-person .col-img>picture img {
        padding: 0 3.47222vw
    }

    .fada-cover.type-person .title {
        margin-top: 1.52778vw
    }

    .fada-cover.type-person .btn,
    .fada-cover.type-person .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .fada-cover.type-person button[type="button"] {
        margin-top: 1.66667vw
    }

    .fada-cover:not(.type-person) {
        padding-bottom: 5.55556vw
    }

    .fada-cover:not(.type-person) .title {
        margin-top: 8.47222vw;
        margin-left: 0
    }

    .fada-cover:not(.type-person)>img,
    .fada-cover:not(.type-person)>picture {
        left: 0;
        right: 0;
        margin: auto;
        width: 63.95833vw;
        max-width: 100vw
    }
}

@media (max-width: 1439.98px) and (min-width: 767.4px) {

    .fada-cover:not(.type-person)>img,
    .fada-cover:not(.type-person)>picture {
        -webkit-transform: translateX(-18.05556vw);
        transform: translateX(-18.05556vw)
    }
}

@media (max-width: 1439.98px) {
    .fada-cover:not(.type-person) .justify-content-end:not(.row-content) {
        padding-right: 4.375vw
    }

    .fada-cover:not(.type-person) .text {
        width: 35.625vw
    }

    .fada-cover:not(.type-person) .pl-fix {
        padding-left: 2.15278vw
    }
}

@media (max-width: 1439.98px) and (min-width: 767.4px) {
    .fada-cover:not(.type-person) .row-content {
        padding-right: 4.375vw
    }
}

@media (max-width: 1439.98px) {

    .fada-cover:not(.type-person) .btn,
    .fada-cover:not(.type-person) .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .fada-cover:not(.type-person) button[type="button"] {
        margin-top: 3.26389vw
    }

    .fada-cover .btn .icon-phone,
    .fada-cover .ui-datepicker .ui-datepicker-buttonpane button[type="button"] .icon-phone,
    .ui-datepicker .ui-datepicker-buttonpane .fada-cover button[type="button"] .icon-phone {
        height: 1.59722vw;
        width: 1.10556vw;
        margin-right: .90278vw
    }
}

@media (max-width: 767.48px) {
    .fada-cover+.content-row>*:not(.fada-contact):first-child {
        margin-top: 6.25vw
    }

    .fada-cover .title {
        margin-bottom: 1.59722vw
    }

    .fada-cover.type-person {
        padding-top: 6.66667vw;
        padding-bottom: 5.06944vw
    }

    .fada-cover.type-person .col-img>img,
    .fada-cover.type-person .col-img>picture img {
        padding: 0 3.47222vw
    }

    .fada-cover.type-person .title {
        margin-top: 1.52778vw
    }

    .fada-cover.type-person .btn,
    .fada-cover.type-person .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .fada-cover.type-person button[type="button"] {
        margin-top: 1.66667vw
    }

    .fada-cover:not(.type-person) {
        padding-bottom: 5.55556vw
    }

    .fada-cover:not(.type-person) .title {
        margin-top: 8.47222vw;
        margin-left: 0
    }

    .fada-cover:not(.type-person)>img,
    .fada-cover:not(.type-person)>picture {
        left: 0;
        right: 0;
        margin: auto;
        width: 63.95833vw;
        max-width: 100vw
    }
}

@media (max-width: 767.48px) and (min-width: 767.4px) {

    .fada-cover:not(.type-person)>img,
    .fada-cover:not(.type-person)>picture {
        -webkit-transform: translateX(-18.05556vw);
        transform: translateX(-18.05556vw)
    }
}

@media (max-width: 767.48px) {
    .fada-cover:not(.type-person) .justify-content-end:not(.row-content) {
        padding-right: 4.375vw
    }

    .fada-cover:not(.type-person) .text {
        width: 35.625vw
    }

    .fada-cover:not(.type-person) .pl-fix {
        padding-left: 2.15278vw
    }
}

@media (max-width: 767.48px) and (min-width: 767.4px) {
    .fada-cover:not(.type-person) .row-content {
        padding-right: 4.375vw
    }
}

@media (max-width: 767.48px) {

    .fada-cover:not(.type-person) .btn,
    .fada-cover:not(.type-person) .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .fada-cover:not(.type-person) button[type="button"] {
        margin-top: 3.26389vw
    }

    .fada-cover .btn .icon-phone,
    .fada-cover .ui-datepicker .ui-datepicker-buttonpane button[type="button"] .icon-phone,
    .ui-datepicker .ui-datepicker-buttonpane .fada-cover button[type="button"] .icon-phone {
        height: 1.59722vw;
        width: 1.10556vw;
        margin-right: .90278vw
    }
}

@media (max-width: 767.38px) {
    .fada-cover+.content-row>*:not(.fada-contact):first-child {
        margin-top: 8.68056vw
    }

    .fada-cover .title {
        margin-bottom: 1.73611vw
    }

    .fada-cover.type-person {
        padding-top: 6.25vw;
        padding-bottom: 6.07639vw
    }

    .fada-cover.type-person .col-img>img,
    .fada-cover.type-person .col-img>picture img {
        padding: 0 8.68056vw
    }

    .fada-cover.type-person .title {
        margin-top: 4.16667vw
    }

    .fada-cover.type-person .btn,
    .fada-cover.type-person .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .fada-cover.type-person button[type="button"] {
        margin-top: 4.16667vw
    }

    .fada-cover:not(.type-person) {
        padding-bottom: 5.38194vw
    }

    .fada-cover:not(.type-person) .title {
        margin-top: 38.19444vw;
        margin-left: 3.29861vw
    }

    .fada-cover:not(.type-person)>img,
    .fada-cover:not(.type-person)>picture {
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        max-width: 250vw
    }
}

@media (max-width: 767.38px) and (min-width: 767.4px) {

    .fada-cover:not(.type-person)>img,
    .fada-cover:not(.type-person)>picture {
        -webkit-transform: translateX(-45.13889vw);
        transform: translateX(-45.13889vw)
    }
}

@media (max-width: 767.38px) {
    .fada-cover:not(.type-person) .justify-content-end:not(.row-content) {
        padding-right: 2.95139vw
    }

    .fada-cover:not(.type-person) .text {
        width: 100%
    }

    .fada-cover:not(.type-person) .pl-fix {
        padding-left: 5.38194vw
    }
}

@media (max-width: 767.38px) and (min-width: 767.4px) {
    .fada-cover:not(.type-person) .row-content {
        padding-right: 10.9375vw
    }
}

@media (max-width: 767.38px) {

    .fada-cover:not(.type-person) .btn,
    .fada-cover:not(.type-person) .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .fada-cover:not(.type-person) button[type="button"] {
        margin-top: 3.125vw
    }

    .fada-cover .btn .icon-phone,
    .fada-cover .ui-datepicker .ui-datepicker-buttonpane button[type="button"] .icon-phone,
    .ui-datepicker .ui-datepicker-buttonpane .fada-cover button[type="button"] .icon-phone {
        height: 3.99306vw;
        width: 2.76389vw;
        margin-right: 2.25694vw
    }
}

@media (max-width: 575.98px) {
    .fada-cover+.content-row>*:not(.fada-contact):first-child {
        margin-top: 13.33333vw
    }

    .fada-cover .title {
        margin-bottom: 2.66667vw
    }

    .fada-cover.type-person {
        padding-top: 9.6vw;
        padding-bottom: 9.33333vw
    }

    .fada-cover.type-person .col-img>img,
    .fada-cover.type-person .col-img>picture img {
        padding: 0 13.33333vw
    }

    .fada-cover.type-person .title {
        margin-top: 6.4vw
    }

    .fada-cover.type-person .btn,
    .fada-cover.type-person .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .fada-cover.type-person button[type="button"] {
        margin-top: 6.4vw
    }

    .fada-cover:not(.type-person) {
        padding-bottom: 8.26667vw
    }

    .fada-cover:not(.type-person) .title {
        margin-top: 58.66667vw;
        margin-left: 5.06667vw
    }

    .fada-cover:not(.type-person)>img,
    .fada-cover:not(.type-person)>picture {
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        max-width: 384vw
    }
}

@media (max-width: 575.98px) and (min-width: 767.4px) {

    .fada-cover:not(.type-person)>img,
    .fada-cover:not(.type-person)>picture {
        -webkit-transform: translateX(-69.33333vw);
        transform: translateX(-69.33333vw)
    }
}

@media (max-width: 575.98px) {
    .fada-cover:not(.type-person) .justify-content-end:not(.row-content) {
        padding-right: 4.53333vw
    }

    .fada-cover:not(.type-person) .text {
        width: 100%
    }

    .fada-cover:not(.type-person) .pl-fix {
        padding-left: 8.26667vw
    }
}

@media (max-width: 575.98px) and (min-width: 767.4px) {
    .fada-cover:not(.type-person) .row-content {
        padding-right: 16.8vw
    }
}

@media (max-width: 575.98px) {

    .fada-cover:not(.type-person) .btn,
    .fada-cover:not(.type-person) .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .fada-cover:not(.type-person) button[type="button"] {
        margin-top: 4.8vw
    }

    .fada-cover .btn .icon-phone,
    .fada-cover .ui-datepicker .ui-datepicker-buttonpane button[type="button"] .icon-phone,
    .ui-datepicker .ui-datepicker-buttonpane .fada-cover button[type="button"] .icon-phone {
        height: 6.13333vw;
        width: 4.24533vw;
        margin-right: 3.46667vw
    }
}

@media (min-width: 767.4px) {
    .fada-cover.type-person .title {
        max-width: 109.375vw
    }

    .fada-cover.type-person .text {
        max-width: 101.21528vw
    }

    .fada-cover:not(.type-person):after {
        content: '';
        top: 0;
        left: 0;
        z-index: 1;
        width: 55.20833vw;
        background: #1a1a1a;
        position: absolute;
        height: calc(100% - 2.95139vw)
    }

    .fada-cover:not(.type-person) .text {
        min-height: 28.47222vw
    }
}

@media (min-width: 767.5px) {
    .fada-cover.type-person .title {
        max-width: 43.75vw
    }

    .fada-cover.type-person .text {
        max-width: 40.48611vw
    }

    .fada-cover:not(.type-person):after {
        content: '';
        top: 0;
        left: 50vw;
        z-index: 1;
        width: 50vw;
        background: #1a1a1a;
        position: absolute;
        height: calc(100% - 2.77778vw)
    }

    .fada-cover:not(.type-person) .text {
        min-height: 11.38889vw
    }
}

@media (min-width: 1440px) {
    .fada-cover.type-person .title {
        max-width: 43.75vw
    }

    .fada-cover.type-person .text {
        max-width: 40.48611vw
    }

    .fada-cover:not(.type-person):after {
        content: '';
        top: 0;
        left: 50vw;
        z-index: 1;
        width: 50vw;
        background: #1a1a1a;
        position: absolute;
        height: calc(100% - 2.77778vw)
    }

    .fada-cover:not(.type-person) .text {
        min-height: 11.38889vw
    }
}

@media (min-width: 1441px) {
    .fada-cover.type-person .title {
        max-width: 630px
    }

    .fada-cover.type-person .text {
        max-width: 583px
    }

    .fada-cover:not(.type-person):after {
        content: '';
        top: 0;
        left: 50vw;
        z-index: 1;
        width: 720px;
        background: #1a1a1a;
        position: absolute;
        height: calc(100% - 40px)
    }

    .fada-cover:not(.type-person) .text {
        min-height: 164px
    }
}

@media (max-width: 767.38px) {

    .fada-cover.type-person .title,
    .fada-cover.type-person .text {
        padding-left: 3.21181vw;
        padding-right: 3.21181vw
    }

    .fada-cover:not(.type-person) .container {
        width: 65.10417vw
    }

    .fada-cover:not(.type-person) hr {
        margin-top: 3.125vw
    }

    .fada-cover:not(.type-person)>img,
    .fada-cover:not(.type-person)>picture {
        height: 52.08333vw !important
    }

    .fada-cover:not(.type-person) .text {
        margin-top: 5.20833vw
    }

    .fada-cover:not(.type-person) .title:before {
        content: '';
        top: -2.43056vw;
        z-index: -1;
        background: #1a1a1a;
        position: absolute;
        /* left: 3.99306vw; */
        left: -5vw;
        height: calc(100% + 6.25vw);
        /* width: calc(55.20833vw + ((100vw - 55.20833vw) / 2)) */
        width: calc(70vw + ((100vw - 55.20833vw) / 2))
    }
}

@media (max-width: 575.98px) {

    .fada-cover.type-person .title,
    .fada-cover.type-person .text {
        padding-left: 4.93333vw;
        padding-right: 4.93333vw
    }

    .fada-cover:not(.type-person) .container {
        width: 100vw
    }

    .fada-cover:not(.type-person) hr {
        margin-top: 4.8vw
    }

    .fada-cover:not(.type-person)>img,
    .fada-cover:not(.type-person)>picture {
        height: 80vw !important
    }

    .fada-cover:not(.type-person) .text {
        margin-top: 8vw
    }

    .fada-cover:not(.type-person) .title:before {
        content: '';
        top: -3.73333vw;
        z-index: -1;
        background: #1a1a1a;
        position: absolute;
        left: -5vw;
        height: calc(100% + 9.6vw);
        width: 100vw;
    }
}

@media (max-width: 767.38px) {
    .fada-cover-pre-person {
        background: #1a1a1a
    }

    .fada-cover:not(.type-person) .title {
        text-shadow: 0 0 1px black
    }

    .fada-cover:not(.type-person) .text {
        color: #1a1a1a
    }

    .home .fada-cover {
        margin-top: 0 !important
    }
}

.fada-icons .bg-icons {
    margin-top: 26px;
    padding-top: 51px;
    padding-bottom: 40px
}

.fada-icons .bg-icons p {
    padding-left: 0;
    padding-right: 0
}

.fada-icons .bg-icons .fada-title {
    margin-top: 50px
}

.fada-icons .bg-icons p:last-of-type {
    margin-bottom: 29px
}

.fada-icons .bg-icons .fada-icon {
    margin-bottom: 29px
}

.fada-icons .bg-icons .fada-icon img {
    height: 98px;
    width: auto
}

.fada-icons .bg-icons img {
    margin-bottom: 19px
}

@media (max-width: 1439.98px) {
    .fada-icons .bg-icons {
        margin-top: 1.80556vw;
        padding-top: 3.54167vw;
        padding-bottom: 2.77778vw
    }

    .fada-icons .bg-icons p {
        padding-left: 0;
        padding-right: 0
    }

    .fada-icons .bg-icons .fada-title {
        margin-top: 3.47222vw
    }

    .fada-icons .bg-icons p:last-of-type {
        margin-bottom: 2.01389vw
    }

    .fada-icons .bg-icons .fada-icon {
        margin-bottom: 2.01389vw
    }

    .fada-icons .bg-icons .fada-icon img {
        height: 6.80556vw;
        width: auto
    }

    .fada-icons .bg-icons img {
        margin-bottom: 1.31944vw
    }
}

@media (max-width: 767.48px) {
    .fada-icons .bg-icons {
        margin-top: 1.80556vw;
        padding-top: 3.54167vw;
        padding-bottom: 2.77778vw
    }

    .fada-icons .bg-icons p {
        padding-left: 0;
        padding-right: 0
    }

    .fada-icons .bg-icons .fada-title {
        margin-top: 3.47222vw
    }

    .fada-icons .bg-icons p:last-of-type {
        margin-bottom: 2.01389vw
    }

    .fada-icons .bg-icons .fada-icon {
        margin-bottom: 2.01389vw
    }

    .fada-icons .bg-icons .fada-icon img {
        height: 6.80556vw;
        width: auto
    }

    .fada-icons .bg-icons img {
        margin-bottom: 1.31944vw
    }
}

@media (max-width: 767.38px) {
    .fada-icons .bg-icons {
        margin-top: 3.64583vw;
        padding-top: 5.55556vw;
        padding-bottom: 5.55556vw
    }

    .fada-icons .bg-icons p {
        padding-left: 2.25694vw;
        padding-right: 2.25694vw
    }

    .fada-icons .bg-icons .fada-title {
        margin-top: 7.11806vw
    }

    .fada-icons .bg-icons p:last-of-type {
        margin-bottom: 3.64583vw
    }

    .fada-icons .bg-icons .fada-icon {
        margin-bottom: 5.03472vw
    }

    .fada-icons .bg-icons .fada-icon img {
        height: 15.27778vw;
        width: auto
    }

    .fada-icons .bg-icons img {
        margin-bottom: .69444vw
    }
}

@media (max-width: 575.98px) {
    .fada-icons .bg-icons {
        margin-top: 5.6vw;
        padding-top: 8.53333vw;
        padding-bottom: 8.53333vw
    }

    .fada-icons .bg-icons p {
        padding-left: 3.46667vw;
        padding-right: 3.46667vw
    }

    .fada-icons .bg-icons .fada-title {
        margin-top: 10.93333vw
    }

    .fada-icons .bg-icons p:last-of-type {
        margin-bottom: 5.6vw
    }

    .fada-icons .bg-icons .fada-icon {
        margin-bottom: 7.73333vw
    }

    .fada-icons .bg-icons .fada-icon img {
        height: 23.46667vw;
        width: auto
    }

    .fada-icons .bg-icons img {
        margin-bottom: 1.06667vw
    }
}

@media (min-width: 767.4px) {
    .fada-icons .fada-icon {
        margin-right: 3vw;
        margin-left: 3vw;
    }
}

@media (min-width: 767.5px) {
    .fada-icons .fada-icon {
        margin-right: 3vw;
        margin-left: 3vw;
    }
}

@media (min-width: 1440px) {
    .fada-icons .fada-icon {
        margin-right: 3vw;
        margin-left: 3vw;
    }
}

@media (min-width: 1441px) {
    .fada-icons .fada-icon {
        margin-right: 1.5vw;
        margin-left: 1.5vw;
    }
}

@media (min-width: 767.4px) {

    .fada-qoute .bg-icons.bg-md-white,
    .fada-qoute .bg-icons.white {
        padding-top: 0
    }
}

@media (max-width: 767.38px) {
    .fada-icons .bg-icons.bg-mobile-white {
        padding-top: 0
    }
}

.fada-form:not(.loading) .loader,
.fada-form:not(.success) .form-success {
    display: none !important
}

.fada-form.loading form {
    opacity: .2
}

.fada-form .error-msg {
    display: none
}

.fada-form .form-success ul {
    padding-left: 15px
}

.fada-form .form-success ul li {
    padding-left: 8px;
    list-style-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.17794 8.01478L2.80728 5.64412L2 6.44571L5.17794 9.62365L12 2.80159L11.1984 2L5.17794 8.01478Z' stroke='%231FBB3E' stroke-width='1.5'/%3E%3C/svg%3E")
}

.fada-form .loader {
    left: 0;
    right: 0;
    top: 150px;
    z-index: 1;
    margin: auto;
    position: absolute
}

.fada-form:not(.pb-0) {
    margin-bottom: 215px
}

.fada-form button {
    min-width: 260px
}

.fada-form .input-group-rate {
    margin-left: 14px;
    margin-right: 14px
}

@media (max-width: 767.38px) {
    .fada-form .form-label:not(:first-of-type) {
        margin-top: 48px
    }

    .fada-form .row-checkboxes+.form-label {
        margin-top: 24px
    }
}

.fada-form .datepicker {
    width: 100px;
    margin-left: 7px
}

.fada-form .addon-click {
    cursor: pointer;
    margin-left: 8px !important;
    color: #969494;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.fada-form .addon-click:hover {
    color: #60d3f7
}

@media (max-width: 1439.98px) {
    .fada-form .form-success ul {
        padding-left: 1.04167vw
    }

    .fada-form .form-success ul li {
        padding-left: .55556vw;
        list-style-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.17794 8.01478L2.80728 5.64412L2 6.44571L5.17794 9.62365L12 2.80159L11.1984 2L5.17794 8.01478Z' stroke='%231FBB3E' stroke-width='1.5'/%3E%3C/svg%3E")
    }

    .fada-form .loader {
        left: 0;
        right: 0;
        top: 10.41667vw;
        z-index: 1;
        margin: auto;
        position: absolute
    }

    .fada-form:not(.pb-0) {
        margin-bottom: 14.93056vw
    }

    .fada-form button {
        min-width: 18.05556vw
    }

    .fada-form .input-group-rate {
        margin-left: .97222vw;
        margin-right: .97222vw
    }
}

@media (max-width: 1439.98px) and (max-width: 767.38px) {
    .fada-form .form-label:not(:first-of-type) {
        margin-top: 3.33333vw
    }

    .fada-form .row-checkboxes+.form-label {
        margin-top: 1.66667vw
    }
}

@media (max-width: 1439.98px) {
    .fada-form .datepicker {
        width: 6.94444vw;
        margin-left: .48611vw
    }

    .fada-form .addon-click {
        cursor: pointer;
        margin-left: .55556vw !important;
        color: #969494;
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out
    }

    .fada-form .addon-click:hover {
        color: #60d3f7
    }
}

@media (max-width: 767.48px) {
    .fada-form .form-success ul {
        padding-left: 1.04167vw
    }

    .fada-form .form-success ul li {
        padding-left: .55556vw;
        list-style-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.17794 8.01478L2.80728 5.64412L2 6.44571L5.17794 9.62365L12 2.80159L11.1984 2L5.17794 8.01478Z' stroke='%231FBB3E' stroke-width='1.5'/%3E%3C/svg%3E")
    }

    .fada-form .loader {
        left: 0;
        right: 0;
        top: 10.41667vw;
        z-index: 1;
        margin: auto;
        position: absolute
    }

    .fada-form:not(.pb-0) {
        margin-bottom: 14.93056vw
    }

    .fada-form button {
        min-width: 18.05556vw
    }

    .fada-form .input-group-rate {
        margin-left: .97222vw;
        margin-right: .97222vw
    }
}

@media (max-width: 767.48px) and (max-width: 767.38px) {
    .fada-form .form-label:not(:first-of-type) {
        margin-top: 3.33333vw
    }

    .fada-form .row-checkboxes+.form-label {
        margin-top: 1.66667vw
    }
}

@media (max-width: 767.48px) {
    .fada-form .datepicker {
        width: 6.94444vw;
        margin-left: .48611vw
    }

    .fada-form .addon-click {
        cursor: pointer;
        margin-left: .55556vw !important;
        color: #969494;
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out
    }

    .fada-form .addon-click:hover {
        color: #60d3f7
    }
}

@media (max-width: 767.38px) {
    .fada-form .form-success ul {
        padding-left: 2.60417vw
    }

    .fada-form .form-success ul li {
        padding-left: 1.38889vw;
        list-style-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.17794 8.01478L2.80728 5.64412L2 6.44571L5.17794 9.62365L12 2.80159L11.1984 2L5.17794 8.01478Z' stroke='%231FBB3E' stroke-width='1.5'/%3E%3C/svg%3E")
    }

    .fada-form .loader {
        left: 0;
        right: 0;
        top: 8.68056vw;
        z-index: 1;
        margin: auto;
        position: absolute
    }

    .fada-form:not(.pb-0) {
        margin-bottom: 37.32639vw
    }

    .fada-form button {
        min-width: 100%
    }

    .fada-form .input-group-rate {
        margin-left: 3.47222vw;
        margin-right: 3.47222vw
    }
}

@media (max-width: 767.38px) and (max-width: 767.38px) {
    .fada-form .form-label:not(:first-of-type) {
        margin-top: 8.33333vw
    }

    .fada-form .row-checkboxes+.form-label {
        margin-top: 4.16667vw
    }
}

@media (max-width: 767.38px) {
    .fada-form .datepicker {
        width: 17.36111vw;
        margin-left: 4.51389vw
    }

    .fada-form .addon-click {
        cursor: pointer;
        margin-left: 1.38889vw !important;
        color: #969494;
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out
    }

    .fada-form .addon-click:hover {
        color: #60d3f7
    }
}

@media (max-width: 575.98px) {
    .fada-form .form-success ul {
        padding-left: 4vw
    }

    .fada-form .form-success ul li {
        padding-left: 2.13333vw;
        list-style-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.17794 8.01478L2.80728 5.64412L2 6.44571L5.17794 9.62365L12 2.80159L11.1984 2L5.17794 8.01478Z' stroke='%231FBB3E' stroke-width='1.5'/%3E%3C/svg%3E")
    }

    .fada-form .loader {
        left: 0;
        right: 0;
        top: 13.33333vw;
        z-index: 1;
        margin: auto;
        position: absolute
    }

    .fada-form:not(.pb-0) {
        margin-bottom: 57.33333vw
    }

    .fada-form button {
        min-width: 100%
    }

    .fada-form .input-group-rate {
        margin-left: 5.33333vw;
        margin-right: 5.33333vw
    }
}

@media (max-width: 575.98px) and (max-width: 767.38px) {
    .fada-form .form-label:not(:first-of-type) {
        margin-top: 12.8vw
    }

    .fada-form .row-checkboxes+.form-label {
        margin-top: 6.4vw
    }
}

@media (max-width: 575.98px) {
    .fada-form .datepicker {
        width: 26.66667vw;
        margin-left: 6.93333vw
    }

    .fada-form .addon-click {
        cursor: pointer;
        margin-left: 2.13333vw !important;
        color: #969494;
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out
    }

    .fada-form .addon-click:hover {
        color: #60d3f7
    }
}

.fada-form .input-group-rate input {
    margin-bottom: 0 !important
}

.fada-image>* {
    z-index: 2;
    position: relative
}

.fada-image[class*="before-bg-"]:before,
.fada-image[class*="before-md-bg-"]:before,
.fada-image[class*="before-mobile-bg-"]:before {
    content: '';
    top: 41.8%;
    z-index: 1;
    height: 58.2%;
    width: 100vw;
    position: absolute
}

@media (min-width: 767.4px) {
    .fada-image {
        margin-top: 5.55556vw
    }
}

@media (min-width: 767.5px) {
    .fada-image {
        margin-top: 2.22222vw
    }
}

@media (min-width: 1440px) {
    .fada-image {
        margin-top: 2.22222vw
    }
}

@media (min-width: 1441px) {
    .fada-image {
        margin-top: 32px
    }
}

@media (min-width: 767.4px) {
    .fada-image img {
        max-width: 133.68056vw
    }

    .fada-image img.style-small {
        max-width: 102.11806vw
    }

    .fada-image[class*="before-bg-"]:before,
    .fada-image[class*="before-md-bg-"]:before,
    .fada-image[class*="before-mobile-bg-"]:before {
        left: calc((100vw - 142.88194vw) / 2 * -1)
    }
}

@media (min-width: 767.5px) {
    .fada-image img {
        max-width: 53.47222vw
    }

    .fada-image img.style-small {
        max-width: 40.84722vw
    }

    .fada-image[class*="before-bg-"]:before,
    .fada-image[class*="before-md-bg-"]:before,
    .fada-image[class*="before-mobile-bg-"]:before {
        left: calc((100vw - 57.15278vw) / 2 * -1)
    }
}

@media (min-width: 1440px) {
    .fada-image img {
        max-width: 53.47222vw
    }

    .fada-image img.style-small {
        max-width: 40.84722vw
    }

    .fada-image[class*="before-bg-"]:before,
    .fada-image[class*="before-md-bg-"]:before,
    .fada-image[class*="before-mobile-bg-"]:before {
        left: calc((100vw - 57.15278vw) / 2 * -1)
    }
}

@media (min-width: 1441px) {
    .fada-image img {
        max-width: 770px
    }

    .fada-image img.style-small {
        max-width: 588.2px
    }

    .fada-image[class*="before-bg-"]:before,
    .fada-image[class*="before-md-bg-"]:before,
    .fada-image[class*="before-mobile-bg-"]:before {
        left: calc((100vw - 823px) / 2 * -1)
    }
}

@media (max-width: 767.38px) {
    .fada-image {
        margin-bottom: -.34722vw
    }

    .fada-image[class*="before-bg-"]:before,
    .fada-image[class*="before-md-bg-"]:before,
    .fada-image[class*="before-mobile-bg-"]:before {
        left: -2.60417vw
    }

    .fada-image img {
        max-width: calc(100vw + 1.5px);
        margin-left: -2.77778vw
    }
}

@media (max-width: 575.98px) {
    .fada-image {
        margin-bottom: -.53333vw
    }

    .fada-image[class*="before-bg-"]:before,
    .fada-image[class*="before-md-bg-"]:before,
    .fada-image[class*="before-mobile-bg-"]:before {
        left: -4vw
    }

    .fada-image img {
        max-width: calc(100vw + 1.5px);
        margin-left: -4.26667vw
    }
}

.fada-image.before-bg-room-soft:before,
.fada-image.before-md-bg-room-soft:before,
.fada-image.before-mobile-bg-room-soft:before {
    background: #1a1a1a;
}

.fada-qoute {
    padding-top: 55px;
    padding-bottom: 55px
}

.fada-qoute .title {
    margin-bottom: 14px
}

.fada-qoute img {
    width: 149px;
    margin-bottom: 12.83px
}

@media (min-width: 767.4px) {
    .fada-qoute .fada-qoute-content {
        width: 829px
    }

    .fada-qoute .fada-qoute-content .border-md-start {
        border-color: #A4A099 !important;
        margin-left: 30px;
        padding-left: 30px
    }
}

@media (max-width: 1439.98px) {
    .fada-qoute {
        padding-top: 3.81944vw;
        padding-bottom: 3.81944vw
    }

    .fada-qoute .title {
        margin-bottom: .97222vw
    }

    .fada-qoute img {
        width: 10.34722vw;
        margin-bottom: .89097vw
    }
}

@media (max-width: 1439.98px) and (min-width: 767.4px) {
    .fada-qoute .fada-qoute-content {
        width: 57.56944vw
    }

    .fada-qoute .fada-qoute-content .border-md-start {
        border-color: #A4A099 !important;
        margin-left: 2.08333vw;
        padding-left: 2.08333vw
    }
}

@media (max-width: 767.48px) {
    .fada-qoute {
        padding-top: 3.81944vw;
        padding-bottom: 3.81944vw
    }

    .fada-qoute .title {
        margin-bottom: .97222vw
    }

    .fada-qoute img {
        width: 10.34722vw;
        margin-bottom: .89097vw
    }
}

@media (max-width: 767.48px) and (min-width: 767.4px) {
    .fada-qoute .fada-qoute-content {
        width: 57.56944vw
    }

    .fada-qoute .fada-qoute-content .border-md-start {
        border-color: #A4A099 !important;
        margin-left: 2.08333vw;
        padding-left: 2.08333vw
    }
}

@media (max-width: 767.38px) {
    .fada-qoute {
        padding-top: 4.51389vw;
        padding-bottom: 5.72917vw
    }

    .fada-qoute .title {
        margin-bottom: 2.77778vw
    }

    .fada-qoute img {
        width: 25.86806vw;
        margin-bottom: 2.40104vw
    }
}

@media (max-width: 767.38px) and (min-width: 767.4px) {
    .fada-qoute .fada-qoute-content {
        width: 100%
    }

    .fada-qoute .fada-qoute-content .border-md-start {
        border-color: #A4A099 !important;
        margin-left: 5.20833vw;
        padding-left: 5.20833vw
    }
}

@media (max-width: 575.98px) {
    .fada-qoute {
        padding-top: 6.93333vw;
        padding-bottom: 8.8vw
    }

    .fada-qoute .title {
        margin-bottom: 4.26667vw
    }

    .fada-qoute img {
        width: 39.73333vw;
        margin-bottom: 3.688vw
    }
}

@media (max-width: 575.98px) and (min-width: 767.4px) {
    .fada-qoute .fada-qoute-content {
        width: 100%
    }

    .fada-qoute .fada-qoute-content .border-md-start {
        border-color: #A4A099 !important;
        margin-left: 8vw;
        padding-left: 8vw
    }
}

@media (max-width: 767.38px) {
    .fada-qoute.has-mobile-image {
        margin-top: 5.55556vw
    }

    .fada-qoute .fada-qoute-img {
        margin-bottom: 3.99306vw;
        font-size: 2.43056vw;
        line-height: 3.64583vw
    }

    .fada-qoute .fada-qoute-img img {
        margin-top: -10.06944vw
    }
}

@media (max-width: 575.98px) {
    .fada-qoute.has-mobile-image {
        margin-top: 8.53333vw
    }

    .fada-qoute .fada-qoute-img {
        margin-bottom: 6.13333vw;
        font-size: 3.73333vw;
        line-height: 5.6vw
    }

    .fada-qoute .fada-qoute-img img {
        margin-top: -15.46667vw
    }
}

@media (max-width: 767.38px) {
    .fada-qoute:not([class*="bg-mobile-"]) {
        padding-top: 0;
        padding-bottom: 0
    }
}

.fada-heading {
    padding-top: 51px;
    padding-bottom: 51px
}

@media (max-width: 1439.98px) {
    .fada-heading {
        padding-top: 3.54167vw;
        padding-bottom: 3.54167vw
    }
}

@media (max-width: 767.48px) {
    .fada-heading {
        padding-top: 3.54167vw;
        padding-bottom: 3.54167vw
    }
}

@media (max-width: 767.38px) {
    .fada-heading {
        padding-top: 8.85417vw;
        padding-bottom: 8.85417vw
    }
}

@media (max-width: 575.98px) {
    .fada-heading {
        padding-top: 13.6vw;
        padding-bottom: 13.6vw
    }
}

.fada-search {
    margin-top: 100px;
    margin-bottom: 49px
}

.fada-search .fada-back {
    top: -20px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.fada-search .fada-back:not(:hover) {
    color: #969494
}

.fada-search .fada-back svg {
    width: 33px;
    height: 16px;
    margin-top: -3px
}

.fada-search .fada-title {
    margin-bottom: 25px
}

.fada-search .bg-room-full {
    padding-top: 39px;
    padding-bottom: 47px
}

@media (max-width: 1439.98px) {
    .fada-search {
        margin-top: 6.94444vw;
        margin-bottom: 3.40278vw
    }

    .fada-search .fada-back {
        top: -1.38889vw;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .fada-search .fada-back:not(:hover) {
        color: #969494
    }

    .fada-search .fada-back svg {
        width: 2.29167vw;
        height: 1.11111vw;
        margin-top: -.20833vw
    }

    .fada-search .fada-title {
        margin-bottom: 1.73611vw
    }

    .fada-search .bg-room-full {
        padding-top: 2.70833vw;
        padding-bottom: 3.26389vw
    }
}

@media (max-width: 767.48px) {
    .fada-search {
        margin-top: 6.94444vw;
        margin-bottom: 3.40278vw
    }

    .fada-search .fada-back {
        top: -1.38889vw;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .fada-search .fada-back:not(:hover) {
        color: #969494
    }

    .fada-search .fada-back svg {
        width: 2.29167vw;
        height: 1.11111vw;
        margin-top: -.20833vw
    }

    .fada-search .fada-title {
        margin-bottom: 1.73611vw
    }

    .fada-search .bg-room-full {
        padding-top: 2.70833vw;
        padding-bottom: 3.26389vw
    }
}

@media (max-width: 767.38px) {
    .fada-search {
        margin-top: 8.68056vw;
        margin-bottom: 9.02778vw
    }

    .fada-search .fada-back {
        top: -3.47222vw;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .fada-search .fada-back:not(:hover) {
        color: #969494
    }

    .fada-search .fada-back svg {
        width: 5.72917vw;
        height: 2.77778vw;
        margin-top: -.34722vw
    }

    .fada-search .fada-title {
        margin-bottom: 2.95139vw
    }

    .fada-search .bg-room-full {
        padding-top: 3.125vw;
        padding-bottom: 3.81944vw
    }
}

@media (max-width: 575.98px) {
    .fada-search {
        margin-top: 13.33333vw;
        margin-bottom: 13.86667vw
    }

    .fada-search .fada-back {
        top: -5.33333vw;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .fada-search .fada-back:not(:hover) {
        color: #969494
    }

    .fada-search .fada-back svg {
        width: 8.8vw;
        height: 4.26667vw;
        margin-top: -.53333vw
    }

    .fada-search .fada-title {
        margin-bottom: 4.53333vw
    }

    .fada-search .bg-room-full {
        padding-top: 4.8vw;
        padding-bottom: 5.86667vw
    }
}

@media (max-width: 767.38px) {
    .fada-search .form-label {
        display: none
    }

    .fada-search .fada-bg {
        background: #1a1a1a
    }
}

@media (max-width: 767.38px) {

    .fada-search .form-select,
    .fada-search .form-control {
        margin-bottom: 1.73611vw
    }
}

@media (max-width: 575.98px) {

    .fada-search .form-select,
    .fada-search .form-control {
        margin-bottom: 2.66667vw
    }
}

@media (min-width: 767.4px) {
    .fada-search .row {
        margin-left: -2.08333vw;
        margin-right: -2.08333vw
    }

    .fada-search .row>* {
        padding-left: 2.08333vw;
        padding-right: 2.08333vw
    }

    .fada-search .form-select {
        width: 42.36111vw
    }

    .fada-search #inputDiscipline {
        width: 58.50694vw
    }
}

@media (min-width: 767.5px) {
    .fada-search .row {
        margin-left: -.83333vw;
        margin-right: -.83333vw
    }

    .fada-search .row>* {
        padding-left: .83333vw;
        padding-right: .83333vw
    }

    .fada-search .form-select {
        width: 16.94444vw
    }

    .fada-search #inputDiscipline {
        width: 23.40278vw
    }
}

@media (min-width: 1440px) {
    .fada-search .row {
        margin-left: -.83333vw;
        margin-right: -.83333vw
    }

    .fada-search .row>* {
        padding-left: .83333vw;
        padding-right: .83333vw
    }

    .fada-search .form-select {
        width: 16.94444vw
    }

    .fada-search #inputDiscipline {
        width: 23.40278vw
    }
}

@media (min-width: 1441px) {
    .fada-search .row {
        margin-left: -12px;
        margin-right: -12px
    }

    .fada-search .row>* {
        padding-left: 12px;
        padding-right: 12px
    }

    .fada-search .form-select {
        width: 244px
    }

    .fada-search #inputDiscipline {
        width: 337px
    }
}

.fada-search-items {
    margin-bottom: 100px
}

[data-load-more] {
    margin-top: 23px
}

.fada-totalcount {
    margin-bottom: 10px;
    margin-top: 0
}

.page-template-page-searchprofiles .fada-totalcount {
    margin-bottom: 10px
}

.page-template-page-searchprofiles .load-more {
    margin-top: 0
}

.page-template-page-searchprofiles .load-more [data-load-more] {
    margin-top: 23px
}

.page-content>.fada-cover+div+.fada-search {
    margin-top: 100px
}

@media (max-width: 1439.98px) {
    .fada-search-items {
        margin-bottom: 6.94444vw
    }

    [data-load-more] {
        margin-top: 1.59722vw
    }

    .fada-totalcount {
        margin-bottom: .69444vw;
        margin-top: 0
    }

    .page-template-page-searchprofiles .fada-totalcount {
        margin-bottom: .69444vw
    }

    .page-template-page-searchprofiles .load-more {
        margin-top: 0
    }

    .page-template-page-searchprofiles .load-more [data-load-more] {
        margin-top: 1.59722vw
    }

    .page-content>.fada-cover+div+.fada-search {
        margin-top: 6.94444vw
    }
}

@media (max-width: 767.48px) {
    .fada-search-items {
        margin-bottom: 6.94444vw
    }

    [data-load-more] {
        margin-top: 1.59722vw
    }

    .fada-totalcount {
        margin-bottom: .69444vw;
        margin-top: 0
    }

    .page-template-page-searchprofiles .fada-totalcount {
        margin-bottom: .69444vw
    }

    .page-template-page-searchprofiles .load-more {
        margin-top: 0
    }

    .page-template-page-searchprofiles .load-more [data-load-more] {
        margin-top: 1.59722vw
    }

    .page-content>.fada-cover+div+.fada-search {
        margin-top: 6.94444vw
    }
}

@media (max-width: 767.38px) {
    .fada-search-items {
        margin-bottom: 17.36111vw
    }

    [data-load-more] {
        margin-top: 3.99306vw
    }

    .fada-totalcount {
        margin-bottom: 2.95139vw;
        margin-top: -3.99306vw
    }

    .page-template-page-searchprofiles .fada-totalcount {
        margin-bottom: .52083vw
    }

    .page-template-page-searchprofiles .load-more {
        margin-top: 3.29861vw
    }

    .page-template-page-searchprofiles .load-more [data-load-more] {
        margin-top: 2.77778vw
    }

    .page-content>.fada-cover+div+.fada-search {
        margin-top: 8.68056vw
    }
}

@media (max-width: 575.98px) {
    .fada-search-items {
        margin-bottom: 26.66667vw
    }

    [data-load-more] {
        margin-top: 6.13333vw
    }

    .fada-totalcount {
        margin-bottom: 4.53333vw;
        margin-top: -6.13333vw
    }

    .page-template-page-searchprofiles .fada-totalcount {
        margin-bottom: .8vw
    }

    .page-template-page-searchprofiles .load-more {
        margin-top: 5.06667vw
    }

    .page-template-page-searchprofiles .load-more [data-load-more] {
        margin-top: 4.26667vw
    }

    .page-content>.fada-cover+div+.fada-search {
        margin-top: 13.33333vw
    }
}

.page-content>div+.fada-search,
.page-content>.fada-page-title+div+.fada-search {
    margin-top: 0
}

@media (max-width: 767.38px) {
    .page-content>.fada-search+div+.fada-usps .fada-title {
        margin-top: 0 !important
    }
}

.fada-person {
    padding-top: 96px;
    padding-bottom: 96px
}

.fada-person .title-col {
    margin-left: 881px;
    margin-bottom: 30px
}

.fada-person img {
    width: 158px;
    margin-bottom: 10px
}

.fada-person .fs-small,
.fada-person .ui-datepicker.ui-widget.ui-widget-content {
    line-height: 21px;
    margin-bottom: 0;
    font-size: 14px !important
}

.fada-person .title-col>*,
.fada-person .fada-person-content {
    width: 505px
}

.fada-person .fada-person-content .btn,
.fada-person .fada-person-content .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
.ui-datepicker .ui-datepicker-buttonpane .fada-person .fada-person-content button[type="button"] {
    margin-top: 23px
}

@media (max-width: 1439.98px) {
    .fada-person {
        padding-top: 6.66667vw;
        padding-bottom: 6.66667vw
    }

    .fada-person .title-col {
        margin-left: 61.18056vw;
        margin-bottom: 2.08333vw
    }

    .fada-person img {
        width: 10.97222vw;
        margin-bottom: .69444vw
    }

    .fada-person .fs-small,
    .fada-person .ui-datepicker.ui-widget.ui-widget-content {
        line-height: 1.45833vw;
        margin-bottom: 0;
        font-size: .97222vw !important
    }

    .fada-person .title-col>*,
    .fada-person .fada-person-content {
        width: 35.06944vw
    }

    .fada-person .fada-person-content .btn,
    .fada-person .fada-person-content .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .fada-person .fada-person-content button[type="button"] {
        margin-top: 1.59722vw
    }
}

@media (max-width: 767.48px) {
    .fada-person {
        padding-top: 6.66667vw;
        padding-bottom: 6.66667vw
    }

    .fada-person .title-col {
        margin-left: 61.18056vw;
        margin-bottom: 2.08333vw
    }

    .fada-person img {
        width: 10.97222vw;
        margin-bottom: .69444vw
    }

    .fada-person .fs-small,
    .fada-person .ui-datepicker.ui-widget.ui-widget-content {
        line-height: 1.45833vw;
        margin-bottom: 0;
        font-size: .97222vw !important
    }

    .fada-person .title-col>*,
    .fada-person .fada-person-content {
        width: 35.06944vw
    }

    .fada-person .fada-person-content .btn,
    .fada-person .fada-person-content .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .fada-person .fada-person-content button[type="button"] {
        margin-top: 1.59722vw
    }
}

@media (max-width: 767.38px) {
    .fada-person {
        padding-top: 13.88889vw;
        padding-bottom: 9.375vw
    }

    .fada-person .title-col {
        margin-left: 0;
        margin-bottom: 5.20833vw
    }

    .fada-person img {
        width: 20.13889vw;
        margin-bottom: 2.08333vw
    }

    .fada-person .fs-small,
    .fada-person .ui-datepicker.ui-widget.ui-widget-content {
        line-height: 3.64583vw;
        margin-bottom: 3.64583vw;
        font-size: 2.43056vw !important
    }

    .fada-person .title-col>*,
    .fada-person .fada-person-content {
        width: 100%
    }

    .fada-person .fada-person-content .btn,
    .fada-person .fada-person-content .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .fada-person .fada-person-content button[type="button"] {
        margin-top: 3.81944vw
    }
}

@media (max-width: 575.98px) {
    .fada-person {
        padding-top: 21.33333vw;
        padding-bottom: 14.4vw
    }

    .fada-person .title-col {
        margin-left: 0;
        margin-bottom: 8vw
    }

    .fada-person img {
        width: 30.93333vw;
        margin-bottom: 3.2vw
    }

    .fada-person .fs-small,
    .fada-person .ui-datepicker.ui-widget.ui-widget-content {
        line-height: 5.6vw;
        margin-bottom: 5.6vw;
        font-size: 3.73333vw !important
    }

    .fada-person .title-col>*,
    .fada-person .fada-person-content {
        width: 100%
    }

    .fada-person .fada-person-content .btn,
    .fada-person .fada-person-content .ui-datepicker .ui-datepicker-buttonpane button[type="button"],
    .ui-datepicker .ui-datepicker-buttonpane .fada-person .fada-person-content button[type="button"] {
        margin-top: 5.86667vw
    }
}

@media (max-width: 767.38px) {
    .fada-person p {
        padding-left: 1.82292vw;
        padding-right: 1.82292vw
    }
}

@media (max-width: 575.98px) {
    .fada-person p {
        padding-left: 2.8vw;
        padding-right: 2.8vw
    }
}

.fada-toppers {
    margin-top: 100px
}

.fada-toppers .tab-content {
    padding-top: 39px;
    padding-bottom: 39px
}

@media (max-width: 1439.98px) {
    .fada-toppers {
        margin-top: 6.94444vw
    }

    .fada-toppers .tab-content {
        padding-top: 2.70833vw;
        padding-bottom: 2.70833vw
    }
}

@media (max-width: 767.48px) {
    .fada-toppers {
        margin-top: 6.94444vw
    }

    .fada-toppers .tab-content {
        padding-top: 2.70833vw;
        padding-bottom: 2.70833vw
    }
}

@media (max-width: 767.38px) {
    .fada-toppers {
        margin-top: 11.80556vw
    }

    .fada-toppers .tab-content {
        padding-top: 6.77083vw;
        padding-bottom: 6.77083vw
    }
}

@media (max-width: 575.98px) {
    .fada-toppers {
        margin-top: 18.13333vw
    }

    .fada-toppers .tab-content {
        padding-top: 10.4vw;
        padding-bottom: 10.4vw
    }
}

@media (min-width: 767.4px) {
    .fada-toppers .tab-content .position-absolute.styled {
        top: 1.38889vw;
        right: 2.25694vw
    }
}

@media (min-width: 767.5px) {
    .fada-toppers .tab-content .position-absolute.styled {
        top: .55556vw;
        right: .90278vw
    }
}

@media (min-width: 1440px) {
    .fada-toppers .tab-content .position-absolute.styled {
        top: .55556vw;
        right: .90278vw
    }
}

@media (min-width: 1441px) {
    .fada-toppers .tab-content .position-absolute.styled {
        top: 8px;
        right: 13px
    }
}

@media (min-width: 767.4px) {
    .fada-contact .border-grey {
        border-right: 1px solid;
        margin-right: 5.20833vw;
        padding-right: 5.20833vw
    }
}

@media (min-width: 767.5px) {
    .fada-contact .border-grey {
        border-right: 1px solid;
        margin-right: 2.08333vw;
        padding-right: 2.08333vw
    }
}

@media (min-width: 1440px) {
    .fada-contact .border-grey {
        border-right: 1px solid;
        margin-right: 2.08333vw;
        padding-right: 2.08333vw
    }
}

@media (min-width: 1441px) {
    .fada-contact .border-grey {
        border-right: 1px solid;
        margin-right: 30px;
        padding-right: 30px
    }
}

.fada-contact {
    margin-bottom: 83px
}

.fada-contact .fada-title {
    margin-top: 94px;
    margin-bottom: 23px
}

.fada-contact .fs-large {
    line-height: 45px !important
}

.fada-contact svg {
    width: auto;
    margin-right: 12px
}

.fada-contact svg.icon-place {
    height: 19.1px
}

.fada-contact svg.icon-mail {
    height: 16px
}

.fada-contact svg.icon-phone {
    height: 20.69px
}

.fada-contact svg.icon-whatsapp {
    height: 20.69px
}

.fada-contact svg.icon-clock {
    height: 20px
}

@media (max-width: 1439.98px) {
    .fada-contact {
        margin-bottom: 5.76389vw
    }

    .fada-contact .fada-title {
        margin-top: 6.52778vw;
        margin-bottom: 1.59722vw
    }

    .fada-contact .fs-large {
        line-height: 3.125vw !important
    }

    .fada-contact svg {
        width: auto;
        margin-right: .83333vw
    }

    .fada-contact svg.icon-place {
        height: 1.32639vw
    }

    .fada-contact svg.icon-mail {
        height: 1.11111vw
    }

    .fada-contact svg.icon-phone {
        height: 1.43681vw
    }

    .fada-contact svg.icon-whatsapp {
        height: 1.43681vw
    }

    .fada-contact svg.icon-clock {
        height: 1.38889vw
    }
}

@media (max-width: 767.48px) {
    .fada-contact {
        margin-bottom: 5.76389vw
    }

    .fada-contact .fada-title {
        margin-top: 6.52778vw;
        margin-bottom: 1.59722vw
    }

    .fada-contact .fs-large {
        line-height: 3.125vw !important
    }

    .fada-contact svg {
        width: auto;
        margin-right: .83333vw
    }

    .fada-contact svg.icon-place {
        height: 1.32639vw
    }

    .fada-contact svg.icon-mail {
        height: 1.11111vw
    }

    .fada-contact svg.icon-phone {
        height: 1.43681vw
    }

    .fada-contact svg.icon-whatsapp {
        height: 1.43681vw
    }

    .fada-contact svg.icon-clock {
        height: 1.38889vw
    }
}

@media (max-width: 767.38px) {
    .fada-contact {
        margin-bottom: 6.59722vw
    }

    .fada-contact .fada-title {
        margin-top: 6.59722vw;
        margin-bottom: 3.99306vw
    }

    .fada-contact .fs-large {
        line-height: 7.8125vw !important
    }

    .fada-contact svg {
        width: auto;
        margin-right: 1.73611vw
    }

    .fada-contact svg.icon-place {
        height: 3.31597vw
    }

    .fada-contact svg.icon-mail {
        height: 2.77778vw
    }

    .fada-contact svg.icon-phone {
        height: 3.59201vw
    }

    .fada-contact svg.icon-whatsapp {
        height: 3.59201vw
    }

    .fada-contact svg.icon-clock {
        height: 3.47222vw
    }
}

@media (max-width: 575.98px) {
    .fada-contact {
        margin-bottom: 10.13333vw
    }

    .fada-contact .fada-title {
        margin-top: 10.13333vw;
        margin-bottom: 6.13333vw
    }

    .fada-contact .fs-large {
        line-height: 12vw !important
    }

    .fada-contact svg {
        width: auto;
        margin-right: 2.66667vw
    }

    .fada-contact svg.icon-place {
        height: 5.09333vw
    }

    .fada-contact svg.icon-mail {
        height: 4.26667vw
    }

    .fada-contact svg.icon-phone {
        height: 5.51733vw
    }

    .fada-contact svg.icon-whatsapp {
        height: 5.51733vw
    }

    .fada-contact svg.icon-clock {
        height: 5.33333vw
    }
}

@media (max-width: 767.38px) {
    .fada-contact .fs-large {
        font-size: 2.43056vw !important;
        line-height: 6.07639vw !important
    }

    .fada-contact svg {
        min-width: 3.47222vw
    }
}

@media (max-width: 575.98px) {
    .fada-contact .fs-large {
        font-size: 3.73333vw !important;
        line-height: 9.33333vw !important
    }

    .fada-contact svg {
        min-width: 5.33333vw
    }
}

.contact-social {
    /* Default text color */
    color: inherit;
    /* Hover color */
    transition: color 0.3s ease;
}

/* Define the hover effect for the "a" element */
.contact-social:hover {
    color: #6cc2f4 !important;
}

.fada-img-links .fada-title {
    margin-top: 93px;
    margin-bottom: 37px
}

.fada-img-links .fallback-block {
    min-height: 100px
}

.fada-img-links .fada-img-link {
    margin-bottom: 102px
}

.fada-img-links .fada-img-link img {
    width: 576px;
    height: auto;
    max-height: 400px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.fada-img-links .fada-img-link:hover img {
    opacity: .75
}

.fada-img-links .fada-img-link .title {
    right: 0;
    bottom: 118px;
    max-width: 545px;
    font-size: 30px;
    line-height: 38px;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.fada-img-links .fada-img-link .content {
    right: 63px;
    margin-top: -35px;
    width: 420px
}

.fada-img-links .fada-img-link+.fada-img-link .title {
    left: 0;
    right: unset
}

.fada-img-links .fada-img-link+.fada-img-link .content {
    right: unset;
    left: 63px
}

@media (max-width: 1439.98px) {
    .fada-img-links .fada-title {
        margin-top: 6.45833vw;
        margin-bottom: 2.56944vw
    }

    .fada-img-links .fallback-block {
        min-height: 6.94444vw
    }

    .fada-img-links .fada-img-link {
        margin-bottom: 7.08333vw
    }

    .fada-img-links .fada-img-link img {
        width: 40vw;
        height: auto;
        max-height: 27.77778vw;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out
    }

    .fada-img-links .fada-img-link:hover img {
        opacity: .6
    }

    .fada-img-links .fada-img-link .title {
        right: 0;
        bottom: 8.19444vw;
        max-width: 37.84722vw;
        font-size: 2.08333vw;
        line-height: 2.63889vw;
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out
    }

    .fada-img-links .fada-img-link .content {
        right: 4.375vw;
        margin-top: -2.43056vw;
        width: 29.16667vw
    }

    .fada-img-links .fada-img-link+.fada-img-link .title {
        left: 0;
        right: unset
    }

    .fada-img-links .fada-img-link+.fada-img-link .content {
        right: unset;
        left: 4.375vw
    }
}

@media (max-width: 767.48px) {
    .fada-img-links .fada-title {
        margin-top: 6.45833vw;
        margin-bottom: 2.56944vw
    }

    .fada-img-links .fallback-block {
        min-height: 6.94444vw
    }

    .fada-img-links .fada-img-link {
        margin-bottom: 7.08333vw
    }

    .fada-img-links .fada-img-link img {
        width: 40vw;
        height: auto;
        max-height: 27.77778vw;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out
    }

    .fada-img-links .fada-img-link:hover img {
        opacity: .6
    }

    .fada-img-links .fada-img-link .title {
        right: 0;
        bottom: 8.19444vw;
        max-width: 37.84722vw;
        font-size: 2.08333vw;
        line-height: 2.63889vw;
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out
    }

    .fada-img-links .fada-img-link .content {
        right: 4.375vw;
        margin-top: -2.43056vw;
        width: 29.16667vw
    }

    .fada-img-links .fada-img-link+.fada-img-link .title {
        left: 0;
        right: unset
    }

    .fada-img-links .fada-img-link+.fada-img-link .content {
        right: unset;
        left: 4.375vw
    }
}

@media (max-width: 767.38px) {
    .fada-img-links .fada-title {
        margin-top: 0;
        margin-bottom: 2.95139vw
    }

    .fada-img-links .fallback-block {
        min-height: 17.36111vw
    }

    .fada-img-links .fada-img-link {
        margin-bottom: 7.11806vw
    }

    .fada-img-links .fada-img-link img {
        width: 100vw;
        height: auto;
        max-height: 100%;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out
    }

    .fada-img-links .fada-img-link:hover img {
        opacity: .6
    }

    .fada-img-links .fada-img-link .title {
        right: 0;
        bottom: 18.57639vw;
        max-width: 94.61806vw;
        font-size: 5.20833vw;
        line-height: 6.59722vw;
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out
    }

    .fada-img-links .fada-img-link .content {
        right: 0;
        margin-top: -6.07639vw;
        width: 100%
    }

    .fada-img-links .fada-img-link+.fada-img-link .title {
        left: 0;
        right: unset
    }

    .fada-img-links .fada-img-link+.fada-img-link .content {
        right: unset;
        left: 0
    }
}

@media (max-width: 575.98px) {
    .fada-img-links .fada-title {
        margin-top: 0;
        margin-bottom: 4.53333vw
    }

    .fada-img-links .fallback-block {
        min-height: 26.66667vw
    }

    .fada-img-links .fada-img-link {
        margin-bottom: 10.93333vw
    }

    .fada-img-links .fada-img-link img {
        width: 100vw;
        height: auto;
        max-height: 100%;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out
    }

    .fada-img-links .fada-img-link:hover img {
        opacity: .6
    }

    .fada-img-links .fada-img-link .title {
        right: 0;
        bottom: 28.53333vw;
        max-width: 145.33333vw;
        font-size: 8vw;
        line-height: 10.13333vw;
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out
    }

    .fada-img-links .fada-img-link .content {
        right: 0;
        margin-top: -9.33333vw;
        width: 100%
    }

    .fada-img-links .fada-img-link+.fada-img-link .title {
        left: 0;
        right: unset
    }

    .fada-img-links .fada-img-link+.fada-img-link .content {
        right: unset;
        left: 0
    }
}

@media (max-width: 767.38px) {
    .fada-img-links .fada-img-link img {
        min-height: 52.08333vw;
        width: calc(100vw + 6.94444vw);
        margin-left: -9.54861vw !important
    }

    .fada-img-links .fada-img-link .text-start img {
        margin-left: -2.60417vw !important
    }
}

@media (max-width: 575.98px) {
    .fada-img-links .fada-img-link img {
        min-height: 80vw;
        width: calc(100vw + 10.66667vw);
        margin-left: -14.66667vw !important
    }

    .fada-img-links .fada-img-link .text-start img {
        margin-left: -4vw !important
    }
}

.fada-img-slide {
    padding-bottom: 46px
}

.fada-img-slide .bt {
    border-top: 70px solid white
}

.fada-img-slide .slider:not(.slick-initialized)>*:not(:first-of-type) {
    display: none
}

.fada-img-slide .slick-list {
    overflow: visible
}

.fada-img-slide .slick-slider .slick-arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 108px
}

.fada-img-slide .slick-dots {
    width: 354px;
    right: 54px;
    bottom: -18px
}

.fada-img-slide .slick-dots li {
    width: auto;
    margin: 0;
    padding: 0 4.5px
}

.fada-img-slide .slick-dots li button {
    width: auto;
    padding: 0 4.5px
}

.fada-img-slide .slick-dots li button:before {
    opacity: 1 !important;
    font-size: 35px;
    color: #969494
}

.fada-img-slide .slick-dots li.slick-active button:before {
    color: #FCF6E8
}

.fada-img-slide img {
    max-width: 691.33px;
    padding: 36px 30px 18px;
    border: 3px solid black;
    -o-border-image: url("data:image/svg+xml,%3Csvg width='753' height='3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M656.066 1.179l-.066.642h9.961l.039-.333c-3.312-.105-6.622-.207-9.934-.309M742.536.16c-4.4.194-8.726.29-13.53.34-.715.007-1.694-.034-2.548-.053.677-.032 1.225-.078 2.06-.093 1.654-.03 3.466-.043 5.211-.062l-.215-.066c-1.213.002-2.422.006-3.636.007-2.38.004-4.78.016-7.133.006-2.304-.01-4.249-.046-4.857.11-.2.053-2.734.102-4.392.123-1.398.018-3.075-.008-4.63-.014-.531-.003-1.073 0-2.109 0l2.5.2c-3.685.008-6.788.012-9.873.025-1.249.005-2.659.017-3.628.048-1.065.035-1.557.128-2.564.137-3.083.028-6.295.027-9.455.037l-.998-.091 3.664-.074-.511-.064c-1.388.007-3.073-.005-4.1.025-2 .06-3.628.144-5.411.218 1.216.037 2.323.093 3.664.107 2.886.032 5.878.048 8.849.06 4.234.016 8.539.008 12.723.037 6.547.045 13.08.1 19.495.173 3.712.042 7.18.126 10.898.193 1.055.037 2.162.106 3.555.12 5.715.058 11.517.1 17.435.176-2.912.024-5.819.05-8.74.072-6.446.048-6.448.047-6.212.132-6.918-.014-12.094.164-17.555.312-.835.023-1.637.055-2.55.064-8.175.078-16.378.15-24.558.228-5.873.055-11.687.124-17.588.173-5.216.043-10.503.073-15.78.1-6.389.031-12.804.054-19.204.08-3.906.018-7.801.053-11.704.053-159.043 0-318.088.008-477.131-.015-41.778-.006-83.552-.109-125.323-.174-5.74-.009-11.519-.041-17.14-.093C6.556 2.69 3.902 2.598 0 2.51l8.492-.118c-1.486-.082-3.91-.16-4.428-.258-.55-.104.433-.23 1.227-.341 1.112-.154 2.905-.3.74-.453.966-.079 2.477-.149 2.612-.224.272-.154 2.224-.175 5.123-.21C33.304.657 53.363.827 73.088.745c12.177-.052 24.33-.12 36.53-.151 16.277-.043 32.59-.062 48.89-.085 8.102-.01 16.234.006 24.319-.015C191.2.474 199.512.403 207.883.386c45.399-.09 90.793-.185 136.21-.248 33.745-.047 67.52-.05 101.283-.066 24.051-.01 48.107-.007 72.16-.012 10.408-.003 20.816-.01 31.226-.015C581.222.03 613.682.01 646.142 0c9.83-.003 19.66.03 29.496.04 13.064.014 26.135.013 39.192.034 8.925.014 17.833.054 27.706.086' fill='%23B8B7B7' fill-rule='evenodd'/%3E%3C/svg%3E") 3 stretch;
    border-image: url("data:image/svg+xml,%3Csvg width='753' height='3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M656.066 1.179l-.066.642h9.961l.039-.333c-3.312-.105-6.622-.207-9.934-.309M742.536.16c-4.4.194-8.726.29-13.53.34-.715.007-1.694-.034-2.548-.053.677-.032 1.225-.078 2.06-.093 1.654-.03 3.466-.043 5.211-.062l-.215-.066c-1.213.002-2.422.006-3.636.007-2.38.004-4.78.016-7.133.006-2.304-.01-4.249-.046-4.857.11-.2.053-2.734.102-4.392.123-1.398.018-3.075-.008-4.63-.014-.531-.003-1.073 0-2.109 0l2.5.2c-3.685.008-6.788.012-9.873.025-1.249.005-2.659.017-3.628.048-1.065.035-1.557.128-2.564.137-3.083.028-6.295.027-9.455.037l-.998-.091 3.664-.074-.511-.064c-1.388.007-3.073-.005-4.1.025-2 .06-3.628.144-5.411.218 1.216.037 2.323.093 3.664.107 2.886.032 5.878.048 8.849.06 4.234.016 8.539.008 12.723.037 6.547.045 13.08.1 19.495.173 3.712.042 7.18.126 10.898.193 1.055.037 2.162.106 3.555.12 5.715.058 11.517.1 17.435.176-2.912.024-5.819.05-8.74.072-6.446.048-6.448.047-6.212.132-6.918-.014-12.094.164-17.555.312-.835.023-1.637.055-2.55.064-8.175.078-16.378.15-24.558.228-5.873.055-11.687.124-17.588.173-5.216.043-10.503.073-15.78.1-6.389.031-12.804.054-19.204.08-3.906.018-7.801.053-11.704.053-159.043 0-318.088.008-477.131-.015-41.778-.006-83.552-.109-125.323-.174-5.74-.009-11.519-.041-17.14-.093C6.556 2.69 3.902 2.598 0 2.51l8.492-.118c-1.486-.082-3.91-.16-4.428-.258-.55-.104.433-.23 1.227-.341 1.112-.154 2.905-.3.74-.453.966-.079 2.477-.149 2.612-.224.272-.154 2.224-.175 5.123-.21C33.304.657 53.363.827 73.088.745c12.177-.052 24.33-.12 36.53-.151 16.277-.043 32.59-.062 48.89-.085 8.102-.01 16.234.006 24.319-.015C191.2.474 199.512.403 207.883.386c45.399-.09 90.793-.185 136.21-.248 33.745-.047 67.52-.05 101.283-.066 24.051-.01 48.107-.007 72.16-.012 10.408-.003 20.816-.01 31.226-.015C581.222.03 613.682.01 646.142 0c9.83-.003 19.66.03 29.496.04 13.064.014 26.135.013 39.192.034 8.925.014 17.833.054 27.706.086' fill='%23B8B7B7' fill-rule='evenodd'/%3E%3C/svg%3E") 3 stretch
}

.fada-img-slide .fada-img-slide-content {
    line-height: 28px;
    padding-right: 53px
}

.fada-img-slide .title {
    padding-top: 63px;
    padding-bottom: 22px
}

.fada-img-slide p:first-of-type,
.fada-img-slide .title {
    z-index: 1;
    color: #1a1a1a;
    position: relative
}

.fada-img-slide p:first-of-type:before,
.fada-img-slide .title:before {
    content: '';
    bottom: 0;
    z-index: -1;
    width: calc(100vw + 200px);
    height: calc(100% + 3px);
    background: white;
    position: absolute;
    right: calc((100vw - 1140.1px) / 2 * -1)
}

.fada-img-slide p:first-of-type {
    font-weight: bold;
    padding-bottom: 12px
}

.fada-img-slide .fada-img-slide-img-border:before,
.fada-img-slide .fada-img-slide-img-border:after {
    content: '';
    width: 3px;
    position: absolute;
    height: calc(100% + 12px);
    background-size: 86% 100%;
    background-repeat: no-repeat
}

.fada-img-slide .fada-img-slide-img-border:before {
    left: 12px;
    top: -12px;
    background-image: url("data:image/svg+xml,%3Csvg width='3' height='463' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.679 403.54l.642-.04v5.977l-.333.023c-.105-1.987-.207-3.973-.309-5.96M.16 456.566c.194-2.705.29-5.366.34-8.32.007-.439-.034-1.04-.053-1.566-.032.416-.078.753-.093 1.267-.03 1.017-.043 2.13-.062 3.204l-.066-.132c.002-.747.006-1.49.007-2.236.004-1.463.016-2.94.006-4.386-.01-1.417-.046-2.612.11-2.986.053-.124.102-1.681.123-2.701.018-.86-.008-1.89-.014-2.846-.003-.328 0-.66 0-1.298l.2 1.538c.008-2.266.012-4.174.025-6.071.005-.768.017-1.635.048-2.231.035-.655.128-.957.137-1.577.028-1.895.027-3.87.037-5.813l-.091-.614-.074 2.253-.064-.314c.007-.854-.005-1.89.025-2.52.06-1.23.144-2.232.218-3.328.037.747.093 1.428.107 2.253.032 1.774.048 3.614.06 5.44.016 2.604.008 5.251.037 7.824.045 4.026.1 8.043.173 11.987.042 2.282.126 4.414.193 6.7.037.65.106 1.33.12 2.187.058 3.513.1 7.081.176 10.72.024-1.79.05-3.578.072-5.374.048-3.963.047-3.965.132-3.82-.014-4.253.164-7.436.312-10.794.023-.513.055-1.006.064-1.568.078-5.026.15-10.07.228-15.1.055-3.61.124-7.186.173-10.814.043-3.207.073-6.458.1-9.703.031-3.928.054-7.872.08-11.808.018-2.401.053-4.797.053-7.196 0-97.792.008-195.585-.015-293.376-.006-25.688-.109-51.374-.174-77.057-.009-3.53-.041-7.083-.093-10.539C2.69 4.031 2.598 2.398 2.51 0l-.118 5.221c-.082-.913-.16-2.404-.258-2.722-.104-.338-.23.266-.341.755-.154.683-.3 1.786-.453.455-.079.593-.149 1.522-.224 1.605-.154.168-.175 1.368-.21 3.15C.657 20.479.827 32.812.745 44.94.693 52.427.625 59.9.594 67.402.552 77.409.533 87.44.51 97.462c-.01 4.982.006 9.982-.015 14.953-.021 5.149-.092 10.26-.109 15.407-.09 27.914-.185 55.826-.248 83.752-.047 20.748-.05 41.516-.066 62.276-.01 14.789-.007 29.58-.012 44.37-.003 6.4-.01 12.798-.015 19.2C.03 357.377.01 377.336 0 397.295c-.003 6.044.03 12.089.04 18.136.014 8.033.013 16.07.034 24.098.014 5.488.054 10.965.086 17.036' fill='%23B8B7B7' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.fada-img-slide .fada-img-slide-img-border:after {
    top: 0;
    right: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='3' height='463' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.679 403.54l.642-.04v5.977l-.333.023c-.105-1.987-.207-3.973-.309-5.96M.16 456.566c.194-2.705.29-5.366.34-8.32.007-.439-.034-1.04-.053-1.566-.032.416-.078.753-.093 1.267-.03 1.017-.043 2.13-.062 3.204l-.066-.132c.002-.747.006-1.49.007-2.236.004-1.463.016-2.94.006-4.386-.01-1.417-.046-2.612.11-2.986.053-.124.102-1.681.123-2.701.018-.86-.008-1.89-.014-2.846-.003-.328 0-.66 0-1.298l.2 1.538c.008-2.266.012-4.174.025-6.071.005-.768.017-1.635.048-2.231.035-.655.128-.957.137-1.577.028-1.895.027-3.87.037-5.813l-.091-.614-.074 2.253-.064-.314c.007-.854-.005-1.89.025-2.52.06-1.23.144-2.232.218-3.328.037.747.093 1.428.107 2.253.032 1.774.048 3.614.06 5.44.016 2.604.008 5.251.037 7.824.045 4.026.1 8.043.173 11.987.042 2.282.126 4.414.193 6.7.037.65.106 1.33.12 2.187.058 3.513.1 7.081.176 10.72.024-1.79.05-3.578.072-5.374.048-3.963.047-3.965.132-3.82-.014-4.253.164-7.436.312-10.794.023-.513.055-1.006.064-1.568.078-5.026.15-10.07.228-15.1.055-3.61.124-7.186.173-10.814.043-3.207.073-6.458.1-9.703.031-3.928.054-7.872.08-11.808.018-2.401.053-4.797.053-7.196 0-97.792.008-195.585-.015-293.376-.006-25.688-.109-51.374-.174-77.057-.009-3.53-.041-7.083-.093-10.539C2.69 4.031 2.598 2.398 2.51 0l-.118 5.221c-.082-.913-.16-2.404-.258-2.722-.104-.338-.23.266-.341.755-.154.683-.3 1.786-.453.455-.079.593-.149 1.522-.224 1.605-.154.168-.175 1.368-.21 3.15C.657 20.479.827 32.812.745 44.94.693 52.427.625 59.9.594 67.402.552 77.409.533 87.44.51 97.462c-.01 4.982.006 9.982-.015 14.953-.021 5.149-.092 10.26-.109 15.407-.09 27.914-.185 55.826-.248 83.752-.047 20.748-.05 41.516-.066 62.276-.01 14.789-.007 29.58-.012 44.37-.003 6.4-.01 12.798-.015 19.2C.03 357.377.01 377.336 0 397.295c-.003 6.044.03 12.089.04 18.136.014 8.033.013 16.07.034 24.098.014 5.488.054 10.965.086 17.036' fill='%23B8B7B7' fill-rule='evenodd'/%3E%3C/svg%3E")
}

@media (max-width: 1439.98px) {
    .fada-img-slide {
        padding-bottom: 3.19444vw
    }

    .fada-img-slide .bt {
        border-top: 4.86111vw solid white
    }

    .fada-img-slide .slider:not(.slick-initialized)>*:not(:first-of-type) {
        display: none
    }

    .fada-img-slide .slick-list {
        overflow: visible
    }

    .fada-img-slide .slick-slider .slick-arrow {
        position: absolute;
        width: 1.38889vw;
        height: 1.38889vw;
        bottom: 7.5vw
    }

    .fada-img-slide .slick-dots {
        width: 24.58333vw;
        right: 3.75vw;
        bottom: -1.25vw
    }

    .fada-img-slide .slick-dots li {
        width: auto;
        margin: 0;
        padding: 0 .3125vw
    }

    .fada-img-slide .slick-dots li button {
        width: auto;
        padding: 0 .3125vw
    }

    .fada-img-slide .slick-dots li button:before {
        opacity: 1 !important;
        font-size: 2.43056vw;
        color: #969494
    }

    .fada-img-slide .slick-dots li.slick-active button:before {
        color: #FCF6E8
    }

    .fada-img-slide img {
        max-width: 48.00903vw;
        padding: 2.5vw 2.08333vw 1.25vw;
        border: .20833vw solid black;
        -o-border-image: url("data:image/svg+xml,%3Csvg width='753' height='3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M656.066 1.179l-.066.642h9.961l.039-.333c-3.312-.105-6.622-.207-9.934-.309M742.536.16c-4.4.194-8.726.29-13.53.34-.715.007-1.694-.034-2.548-.053.677-.032 1.225-.078 2.06-.093 1.654-.03 3.466-.043 5.211-.062l-.215-.066c-1.213.002-2.422.006-3.636.007-2.38.004-4.78.016-7.133.006-2.304-.01-4.249-.046-4.857.11-.2.053-2.734.102-4.392.123-1.398.018-3.075-.008-4.63-.014-.531-.003-1.073 0-2.109 0l2.5.2c-3.685.008-6.788.012-9.873.025-1.249.005-2.659.017-3.628.048-1.065.035-1.557.128-2.564.137-3.083.028-6.295.027-9.455.037l-.998-.091 3.664-.074-.511-.064c-1.388.007-3.073-.005-4.1.025-2 .06-3.628.144-5.411.218 1.216.037 2.323.093 3.664.107 2.886.032 5.878.048 8.849.06 4.234.016 8.539.008 12.723.037 6.547.045 13.08.1 19.495.173 3.712.042 7.18.126 10.898.193 1.055.037 2.162.106 3.555.12 5.715.058 11.517.1 17.435.176-2.912.024-5.819.05-8.74.072-6.446.048-6.448.047-6.212.132-6.918-.014-12.094.164-17.555.312-.835.023-1.637.055-2.55.064-8.175.078-16.378.15-24.558.228-5.873.055-11.687.124-17.588.173-5.216.043-10.503.073-15.78.1-6.389.031-12.804.054-19.204.08-3.906.018-7.801.053-11.704.053-159.043 0-318.088.008-477.131-.015-41.778-.006-83.552-.109-125.323-.174-5.74-.009-11.519-.041-17.14-.093C6.556 2.69 3.902 2.598 0 2.51l8.492-.118c-1.486-.082-3.91-.16-4.428-.258-.55-.104.433-.23 1.227-.341 1.112-.154 2.905-.3.74-.453.966-.079 2.477-.149 2.612-.224.272-.154 2.224-.175 5.123-.21C33.304.657 53.363.827 73.088.745c12.177-.052 24.33-.12 36.53-.151 16.277-.043 32.59-.062 48.89-.085 8.102-.01 16.234.006 24.319-.015C191.2.474 199.512.403 207.883.386c45.399-.09 90.793-.185 136.21-.248 33.745-.047 67.52-.05 101.283-.066 24.051-.01 48.107-.007 72.16-.012 10.408-.003 20.816-.01 31.226-.015C581.222.03 613.682.01 646.142 0c9.83-.003 19.66.03 29.496.04 13.064.014 26.135.013 39.192.034 8.925.014 17.833.054 27.706.086' fill='%23B8B7B7' fill-rule='evenodd'/%3E%3C/svg%3E") 3 stretch;
        border-image: url("data:image/svg+xml,%3Csvg width='753' height='3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M656.066 1.179l-.066.642h9.961l.039-.333c-3.312-.105-6.622-.207-9.934-.309M742.536.16c-4.4.194-8.726.29-13.53.34-.715.007-1.694-.034-2.548-.053.677-.032 1.225-.078 2.06-.093 1.654-.03 3.466-.043 5.211-.062l-.215-.066c-1.213.002-2.422.006-3.636.007-2.38.004-4.78.016-7.133.006-2.304-.01-4.249-.046-4.857.11-.2.053-2.734.102-4.392.123-1.398.018-3.075-.008-4.63-.014-.531-.003-1.073 0-2.109 0l2.5.2c-3.685.008-6.788.012-9.873.025-1.249.005-2.659.017-3.628.048-1.065.035-1.557.128-2.564.137-3.083.028-6.295.027-9.455.037l-.998-.091 3.664-.074-.511-.064c-1.388.007-3.073-.005-4.1.025-2 .06-3.628.144-5.411.218 1.216.037 2.323.093 3.664.107 2.886.032 5.878.048 8.849.06 4.234.016 8.539.008 12.723.037 6.547.045 13.08.1 19.495.173 3.712.042 7.18.126 10.898.193 1.055.037 2.162.106 3.555.12 5.715.058 11.517.1 17.435.176-2.912.024-5.819.05-8.74.072-6.446.048-6.448.047-6.212.132-6.918-.014-12.094.164-17.555.312-.835.023-1.637.055-2.55.064-8.175.078-16.378.15-24.558.228-5.873.055-11.687.124-17.588.173-5.216.043-10.503.073-15.78.1-6.389.031-12.804.054-19.204.08-3.906.018-7.801.053-11.704.053-159.043 0-318.088.008-477.131-.015-41.778-.006-83.552-.109-125.323-.174-5.74-.009-11.519-.041-17.14-.093C6.556 2.69 3.902 2.598 0 2.51l8.492-.118c-1.486-.082-3.91-.16-4.428-.258-.55-.104.433-.23 1.227-.341 1.112-.154 2.905-.3.74-.453.966-.079 2.477-.149 2.612-.224.272-.154 2.224-.175 5.123-.21C33.304.657 53.363.827 73.088.745c12.177-.052 24.33-.12 36.53-.151 16.277-.043 32.59-.062 48.89-.085 8.102-.01 16.234.006 24.319-.015C191.2.474 199.512.403 207.883.386c45.399-.09 90.793-.185 136.21-.248 33.745-.047 67.52-.05 101.283-.066 24.051-.01 48.107-.007 72.16-.012 10.408-.003 20.816-.01 31.226-.015C581.222.03 613.682.01 646.142 0c9.83-.003 19.66.03 29.496.04 13.064.014 26.135.013 39.192.034 8.925.014 17.833.054 27.706.086' fill='%23B8B7B7' fill-rule='evenodd'/%3E%3C/svg%3E") 3 stretch
    }

    .fada-img-slide .fada-img-slide-content {
        line-height: 1.94444vw;
        padding-right: 3.68056vw
    }

    .fada-img-slide .title {
        padding-top: 4.375vw;
        padding-bottom: 1.52778vw
    }

    .fada-img-slide p:first-of-type,
    .fada-img-slide .title {
        z-index: 1;
        color: #1a1a1a;
        position: relative
    }

    .fada-img-slide p:first-of-type:before,
    .fada-img-slide .title:before {
        content: '';
        bottom: 0;
        z-index: -1;
        width: calc(100vw + 200px);
        height: calc(100% + 3px);
        background: white;
        position: absolute;
        right: calc((100vw - 79.16667vw) / 2 * -1)
    }

    .fada-img-slide p:first-of-type {
        font-weight: bold;
        padding-bottom: .83333vw
    }

    .fada-img-slide .fada-img-slide-img-border:before,
    .fada-img-slide .fada-img-slide-img-border:after {
        content: '';
        width: .20833vw;
        position: absolute;
        height: calc(100% + .83333vw);
        background-size: 86% 100%;
        background-repeat: no-repeat
    }

    .fada-img-slide .fada-img-slide-img-border:before {
        left: .83333vw;
        top: -.83333vw;
        background-image: url("data:image/svg+xml,%3Csvg width='3' height='463' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.679 403.54l.642-.04v5.977l-.333.023c-.105-1.987-.207-3.973-.309-5.96M.16 456.566c.194-2.705.29-5.366.34-8.32.007-.439-.034-1.04-.053-1.566-.032.416-.078.753-.093 1.267-.03 1.017-.043 2.13-.062 3.204l-.066-.132c.002-.747.006-1.49.007-2.236.004-1.463.016-2.94.006-4.386-.01-1.417-.046-2.612.11-2.986.053-.124.102-1.681.123-2.701.018-.86-.008-1.89-.014-2.846-.003-.328 0-.66 0-1.298l.2 1.538c.008-2.266.012-4.174.025-6.071.005-.768.017-1.635.048-2.231.035-.655.128-.957.137-1.577.028-1.895.027-3.87.037-5.813l-.091-.614-.074 2.253-.064-.314c.007-.854-.005-1.89.025-2.52.06-1.23.144-2.232.218-3.328.037.747.093 1.428.107 2.253.032 1.774.048 3.614.06 5.44.016 2.604.008 5.251.037 7.824.045 4.026.1 8.043.173 11.987.042 2.282.126 4.414.193 6.7.037.65.106 1.33.12 2.187.058 3.513.1 7.081.176 10.72.024-1.79.05-3.578.072-5.374.048-3.963.047-3.965.132-3.82-.014-4.253.164-7.436.312-10.794.023-.513.055-1.006.064-1.568.078-5.026.15-10.07.228-15.1.055-3.61.124-7.186.173-10.814.043-3.207.073-6.458.1-9.703.031-3.928.054-7.872.08-11.808.018-2.401.053-4.797.053-7.196 0-97.792.008-195.585-.015-293.376-.006-25.688-.109-51.374-.174-77.057-.009-3.53-.041-7.083-.093-10.539C2.69 4.031 2.598 2.398 2.51 0l-.118 5.221c-.082-.913-.16-2.404-.258-2.722-.104-.338-.23.266-.341.755-.154.683-.3 1.786-.453.455-.079.593-.149 1.522-.224 1.605-.154.168-.175 1.368-.21 3.15C.657 20.479.827 32.812.745 44.94.693 52.427.625 59.9.594 67.402.552 77.409.533 87.44.51 97.462c-.01 4.982.006 9.982-.015 14.953-.021 5.149-.092 10.26-.109 15.407-.09 27.914-.185 55.826-.248 83.752-.047 20.748-.05 41.516-.066 62.276-.01 14.789-.007 29.58-.012 44.37-.003 6.4-.01 12.798-.015 19.2C.03 357.377.01 377.336 0 397.295c-.003 6.044.03 12.089.04 18.136.014 8.033.013 16.07.034 24.098.014 5.488.054 10.965.086 17.036' fill='%23B8B7B7' fill-rule='evenodd'/%3E%3C/svg%3E")
    }

    .fada-img-slide .fada-img-slide-img-border:after {
        top: 0;
        right: 1.11111vw;
        background-image: url("data:image/svg+xml,%3Csvg width='3' height='463' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.679 403.54l.642-.04v5.977l-.333.023c-.105-1.987-.207-3.973-.309-5.96M.16 456.566c.194-2.705.29-5.366.34-8.32.007-.439-.034-1.04-.053-1.566-.032.416-.078.753-.093 1.267-.03 1.017-.043 2.13-.062 3.204l-.066-.132c.002-.747.006-1.49.007-2.236.004-1.463.016-2.94.006-4.386-.01-1.417-.046-2.612.11-2.986.053-.124.102-1.681.123-2.701.018-.86-.008-1.89-.014-2.846-.003-.328 0-.66 0-1.298l.2 1.538c.008-2.266.012-4.174.025-6.071.005-.768.017-1.635.048-2.231.035-.655.128-.957.137-1.577.028-1.895.027-3.87.037-5.813l-.091-.614-.074 2.253-.064-.314c.007-.854-.005-1.89.025-2.52.06-1.23.144-2.232.218-3.328.037.747.093 1.428.107 2.253.032 1.774.048 3.614.06 5.44.016 2.604.008 5.251.037 7.824.045 4.026.1 8.043.173 11.987.042 2.282.126 4.414.193 6.7.037.65.106 1.33.12 2.187.058 3.513.1 7.081.176 10.72.024-1.79.05-3.578.072-5.374.048-3.963.047-3.965.132-3.82-.014-4.253.164-7.436.312-10.794.023-.513.055-1.006.064-1.568.078-5.026.15-10.07.228-15.1.055-3.61.124-7.186.173-10.814.043-3.207.073-6.458.1-9.703.031-3.928.054-7.872.08-11.808.018-2.401.053-4.797.053-7.196 0-97.792.008-195.585-.015-293.376-.006-25.688-.109-51.374-.174-77.057-.009-3.53-.041-7.083-.093-10.539C2.69 4.031 2.598 2.398 2.51 0l-.118 5.221c-.082-.913-.16-2.404-.258-2.722-.104-.338-.23.266-.341.755-.154.683-.3 1.786-.453.455-.079.593-.149 1.522-.224 1.605-.154.168-.175 1.368-.21 3.15C.657 20.479.827 32.812.745 44.94.693 52.427.625 59.9.594 67.402.552 77.409.533 87.44.51 97.462c-.01 4.982.006 9.982-.015 14.953-.021 5.149-.092 10.26-.109 15.407-.09 27.914-.185 55.826-.248 83.752-.047 20.748-.05 41.516-.066 62.276-.01 14.789-.007 29.58-.012 44.37-.003 6.4-.01 12.798-.015 19.2C.03 357.377.01 377.336 0 397.295c-.003 6.044.03 12.089.04 18.136.014 8.033.013 16.07.034 24.098.014 5.488.054 10.965.086 17.036' fill='%23B8B7B7' fill-rule='evenodd'/%3E%3C/svg%3E")
    }
}

@media (max-width: 767.48px) {
    .fada-img-slide {
        padding-bottom: 3.19444vw
    }

    .fada-img-slide .bt {
        border-top: 4.86111vw solid white
    }

    .fada-img-slide .slider:not(.slick-initialized)>*:not(:first-of-type) {
        display: none
    }

    .fada-img-slide .slick-list {
        overflow: visible
    }

    .fada-img-slide .slick-slider .slick-arrow {
        position: absolute;
        width: 1.38889vw;
        height: 1.38889vw;
        bottom: 7.5vw
    }

    .fada-img-slide .slick-dots {
        width: 24.58333vw;
        right: 3.75vw;
        bottom: -1.25vw
    }

    .fada-img-slide .slick-dots li {
        width: auto;
        margin: 0;
        padding: 0 .3125vw
    }

    .fada-img-slide .slick-dots li button {
        width: auto;
        padding: 0 .3125vw
    }

    .fada-img-slide .slick-dots li button:before {
        opacity: 1 !important;
        font-size: 2.43056vw;
        color: #969494
    }

    .fada-img-slide .slick-dots li.slick-active button:before {
        color: #FCF6E8
    }

    .fada-img-slide img {
        max-width: 48.00903vw;
        padding: 2.5vw 2.08333vw 1.25vw;
        border: .20833vw solid black;
        -o-border-image: url("data:image/svg+xml,%3Csvg width='753' height='3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M656.066 1.179l-.066.642h9.961l.039-.333c-3.312-.105-6.622-.207-9.934-.309M742.536.16c-4.4.194-8.726.29-13.53.34-.715.007-1.694-.034-2.548-.053.677-.032 1.225-.078 2.06-.093 1.654-.03 3.466-.043 5.211-.062l-.215-.066c-1.213.002-2.422.006-3.636.007-2.38.004-4.78.016-7.133.006-2.304-.01-4.249-.046-4.857.11-.2.053-2.734.102-4.392.123-1.398.018-3.075-.008-4.63-.014-.531-.003-1.073 0-2.109 0l2.5.2c-3.685.008-6.788.012-9.873.025-1.249.005-2.659.017-3.628.048-1.065.035-1.557.128-2.564.137-3.083.028-6.295.027-9.455.037l-.998-.091 3.664-.074-.511-.064c-1.388.007-3.073-.005-4.1.025-2 .06-3.628.144-5.411.218 1.216.037 2.323.093 3.664.107 2.886.032 5.878.048 8.849.06 4.234.016 8.539.008 12.723.037 6.547.045 13.08.1 19.495.173 3.712.042 7.18.126 10.898.193 1.055.037 2.162.106 3.555.12 5.715.058 11.517.1 17.435.176-2.912.024-5.819.05-8.74.072-6.446.048-6.448.047-6.212.132-6.918-.014-12.094.164-17.555.312-.835.023-1.637.055-2.55.064-8.175.078-16.378.15-24.558.228-5.873.055-11.687.124-17.588.173-5.216.043-10.503.073-15.78.1-6.389.031-12.804.054-19.204.08-3.906.018-7.801.053-11.704.053-159.043 0-318.088.008-477.131-.015-41.778-.006-83.552-.109-125.323-.174-5.74-.009-11.519-.041-17.14-.093C6.556 2.69 3.902 2.598 0 2.51l8.492-.118c-1.486-.082-3.91-.16-4.428-.258-.55-.104.433-.23 1.227-.341 1.112-.154 2.905-.3.74-.453.966-.079 2.477-.149 2.612-.224.272-.154 2.224-.175 5.123-.21C33.304.657 53.363.827 73.088.745c12.177-.052 24.33-.12 36.53-.151 16.277-.043 32.59-.062 48.89-.085 8.102-.01 16.234.006 24.319-.015C191.2.474 199.512.403 207.883.386c45.399-.09 90.793-.185 136.21-.248 33.745-.047 67.52-.05 101.283-.066 24.051-.01 48.107-.007 72.16-.012 10.408-.003 20.816-.01 31.226-.015C581.222.03 613.682.01 646.142 0c9.83-.003 19.66.03 29.496.04 13.064.014 26.135.013 39.192.034 8.925.014 17.833.054 27.706.086' fill='%23B8B7B7' fill-rule='evenodd'/%3E%3C/svg%3E") 3 stretch;
        border-image: url("data:image/svg+xml,%3Csvg width='753' height='3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M656.066 1.179l-.066.642h9.961l.039-.333c-3.312-.105-6.622-.207-9.934-.309M742.536.16c-4.4.194-8.726.29-13.53.34-.715.007-1.694-.034-2.548-.053.677-.032 1.225-.078 2.06-.093 1.654-.03 3.466-.043 5.211-.062l-.215-.066c-1.213.002-2.422.006-3.636.007-2.38.004-4.78.016-7.133.006-2.304-.01-4.249-.046-4.857.11-.2.053-2.734.102-4.392.123-1.398.018-3.075-.008-4.63-.014-.531-.003-1.073 0-2.109 0l2.5.2c-3.685.008-6.788.012-9.873.025-1.249.005-2.659.017-3.628.048-1.065.035-1.557.128-2.564.137-3.083.028-6.295.027-9.455.037l-.998-.091 3.664-.074-.511-.064c-1.388.007-3.073-.005-4.1.025-2 .06-3.628.144-5.411.218 1.216.037 2.323.093 3.664.107 2.886.032 5.878.048 8.849.06 4.234.016 8.539.008 12.723.037 6.547.045 13.08.1 19.495.173 3.712.042 7.18.126 10.898.193 1.055.037 2.162.106 3.555.12 5.715.058 11.517.1 17.435.176-2.912.024-5.819.05-8.74.072-6.446.048-6.448.047-6.212.132-6.918-.014-12.094.164-17.555.312-.835.023-1.637.055-2.55.064-8.175.078-16.378.15-24.558.228-5.873.055-11.687.124-17.588.173-5.216.043-10.503.073-15.78.1-6.389.031-12.804.054-19.204.08-3.906.018-7.801.053-11.704.053-159.043 0-318.088.008-477.131-.015-41.778-.006-83.552-.109-125.323-.174-5.74-.009-11.519-.041-17.14-.093C6.556 2.69 3.902 2.598 0 2.51l8.492-.118c-1.486-.082-3.91-.16-4.428-.258-.55-.104.433-.23 1.227-.341 1.112-.154 2.905-.3.74-.453.966-.079 2.477-.149 2.612-.224.272-.154 2.224-.175 5.123-.21C33.304.657 53.363.827 73.088.745c12.177-.052 24.33-.12 36.53-.151 16.277-.043 32.59-.062 48.89-.085 8.102-.01 16.234.006 24.319-.015C191.2.474 199.512.403 207.883.386c45.399-.09 90.793-.185 136.21-.248 33.745-.047 67.52-.05 101.283-.066 24.051-.01 48.107-.007 72.16-.012 10.408-.003 20.816-.01 31.226-.015C581.222.03 613.682.01 646.142 0c9.83-.003 19.66.03 29.496.04 13.064.014 26.135.013 39.192.034 8.925.014 17.833.054 27.706.086' fill='%23B8B7B7' fill-rule='evenodd'/%3E%3C/svg%3E") 3 stretch
    }

    .fada-img-slide .fada-img-slide-content {
        line-height: 1.94444vw;
        padding-right: 3.68056vw
    }

    .fada-img-slide .title {
        padding-top: 4.375vw;
        padding-bottom: 1.52778vw
    }

    .fada-img-slide p:first-of-type,
    .fada-img-slide .title {
        z-index: 1;
        color: #1a1a1a;
        position: relative
    }

    .fada-img-slide p:first-of-type:before,
    .fada-img-slide .title:before {
        content: '';
        bottom: 0;
        z-index: -1;
        width: calc(100vw + 200px);
        height: calc(100% + 3px);
        background: white;
        position: absolute;
        right: calc((100vw - 79.86111vw) / 2 * -1)
    }

    .fada-img-slide p:first-of-type {
        font-weight: bold;
        padding-bottom: .83333vw
    }

    .fada-img-slide .fada-img-slide-img-border:before,
    .fada-img-slide .fada-img-slide-img-border:after {
        content: '';
        width: .20833vw;
        position: absolute;
        height: calc(100% + .83333vw);
        background-size: 86% 100%;
        background-repeat: no-repeat
    }

    .fada-img-slide .fada-img-slide-img-border:before {
        left: .83333vw;
        top: -.83333vw;
        background-image: url("data:image/svg+xml,%3Csvg width='3' height='463' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.679 403.54l.642-.04v5.977l-.333.023c-.105-1.987-.207-3.973-.309-5.96M.16 456.566c.194-2.705.29-5.366.34-8.32.007-.439-.034-1.04-.053-1.566-.032.416-.078.753-.093 1.267-.03 1.017-.043 2.13-.062 3.204l-.066-.132c.002-.747.006-1.49.007-2.236.004-1.463.016-2.94.006-4.386-.01-1.417-.046-2.612.11-2.986.053-.124.102-1.681.123-2.701.018-.86-.008-1.89-.014-2.846-.003-.328 0-.66 0-1.298l.2 1.538c.008-2.266.012-4.174.025-6.071.005-.768.017-1.635.048-2.231.035-.655.128-.957.137-1.577.028-1.895.027-3.87.037-5.813l-.091-.614-.074 2.253-.064-.314c.007-.854-.005-1.89.025-2.52.06-1.23.144-2.232.218-3.328.037.747.093 1.428.107 2.253.032 1.774.048 3.614.06 5.44.016 2.604.008 5.251.037 7.824.045 4.026.1 8.043.173 11.987.042 2.282.126 4.414.193 6.7.037.65.106 1.33.12 2.187.058 3.513.1 7.081.176 10.72.024-1.79.05-3.578.072-5.374.048-3.963.047-3.965.132-3.82-.014-4.253.164-7.436.312-10.794.023-.513.055-1.006.064-1.568.078-5.026.15-10.07.228-15.1.055-3.61.124-7.186.173-10.814.043-3.207.073-6.458.1-9.703.031-3.928.054-7.872.08-11.808.018-2.401.053-4.797.053-7.196 0-97.792.008-195.585-.015-293.376-.006-25.688-.109-51.374-.174-77.057-.009-3.53-.041-7.083-.093-10.539C2.69 4.031 2.598 2.398 2.51 0l-.118 5.221c-.082-.913-.16-2.404-.258-2.722-.104-.338-.23.266-.341.755-.154.683-.3 1.786-.453.455-.079.593-.149 1.522-.224 1.605-.154.168-.175 1.368-.21 3.15C.657 20.479.827 32.812.745 44.94.693 52.427.625 59.9.594 67.402.552 77.409.533 87.44.51 97.462c-.01 4.982.006 9.982-.015 14.953-.021 5.149-.092 10.26-.109 15.407-.09 27.914-.185 55.826-.248 83.752-.047 20.748-.05 41.516-.066 62.276-.01 14.789-.007 29.58-.012 44.37-.003 6.4-.01 12.798-.015 19.2C.03 357.377.01 377.336 0 397.295c-.003 6.044.03 12.089.04 18.136.014 8.033.013 16.07.034 24.098.014 5.488.054 10.965.086 17.036' fill='%23B8B7B7' fill-rule='evenodd'/%3E%3C/svg%3E")
    }

    .fada-img-slide .fada-img-slide-img-border:after {
        top: 0;
        right: 1.11111vw;
        background-image: url("data:image/svg+xml,%3Csvg width='3' height='463' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.679 403.54l.642-.04v5.977l-.333.023c-.105-1.987-.207-3.973-.309-5.96M.16 456.566c.194-2.705.29-5.366.34-8.32.007-.439-.034-1.04-.053-1.566-.032.416-.078.753-.093 1.267-.03 1.017-.043 2.13-.062 3.204l-.066-.132c.002-.747.006-1.49.007-2.236.004-1.463.016-2.94.006-4.386-.01-1.417-.046-2.612.11-2.986.053-.124.102-1.681.123-2.701.018-.86-.008-1.89-.014-2.846-.003-.328 0-.66 0-1.298l.2 1.538c.008-2.266.012-4.174.025-6.071.005-.768.017-1.635.048-2.231.035-.655.128-.957.137-1.577.028-1.895.027-3.87.037-5.813l-.091-.614-.074 2.253-.064-.314c.007-.854-.005-1.89.025-2.52.06-1.23.144-2.232.218-3.328.037.747.093 1.428.107 2.253.032 1.774.048 3.614.06 5.44.016 2.604.008 5.251.037 7.824.045 4.026.1 8.043.173 11.987.042 2.282.126 4.414.193 6.7.037.65.106 1.33.12 2.187.058 3.513.1 7.081.176 10.72.024-1.79.05-3.578.072-5.374.048-3.963.047-3.965.132-3.82-.014-4.253.164-7.436.312-10.794.023-.513.055-1.006.064-1.568.078-5.026.15-10.07.228-15.1.055-3.61.124-7.186.173-10.814.043-3.207.073-6.458.1-9.703.031-3.928.054-7.872.08-11.808.018-2.401.053-4.797.053-7.196 0-97.792.008-195.585-.015-293.376-.006-25.688-.109-51.374-.174-77.057-.009-3.53-.041-7.083-.093-10.539C2.69 4.031 2.598 2.398 2.51 0l-.118 5.221c-.082-.913-.16-2.404-.258-2.722-.104-.338-.23.266-.341.755-.154.683-.3 1.786-.453.455-.079.593-.149 1.522-.224 1.605-.154.168-.175 1.368-.21 3.15C.657 20.479.827 32.812.745 44.94.693 52.427.625 59.9.594 67.402.552 77.409.533 87.44.51 97.462c-.01 4.982.006 9.982-.015 14.953-.021 5.149-.092 10.26-.109 15.407-.09 27.914-.185 55.826-.248 83.752-.047 20.748-.05 41.516-.066 62.276-.01 14.789-.007 29.58-.012 44.37-.003 6.4-.01 12.798-.015 19.2C.03 357.377.01 377.336 0 397.295c-.003 6.044.03 12.089.04 18.136.014 8.033.013 16.07.034 24.098.014 5.488.054 10.965.086 17.036' fill='%23B8B7B7' fill-rule='evenodd'/%3E%3C/svg%3E")
    }
}

@media (max-width: 767.38px) {
    .fada-img-slide {
        padding-bottom: 7.98611vw
    }

    .fada-img-slide .bt {
        border-top: 0 solid white
    }

    .fada-img-slide .slider:not(.slick-initialized)>*:not(:first-of-type) {
        display: none
    }

    .fada-img-slide .slick-list {
        overflow: visible
    }

    .fada-img-slide .slick-slider .slick-arrow {
        position: absolute;
        width: 2.25694vw;
        height: 3.99306vw;
        bottom: -7.11806vw
    }

    .fada-img-slide .slick-dots {
        width: 100%;
        right: unset;
        bottom: -3.125vw
    }

    .fada-img-slide .slick-dots li {
        width: auto;
        margin: 0;
        padding: 0 .78125vw
    }

    .fada-img-slide .slick-dots li button {
        width: auto;
        padding: 0 .78125vw
    }

    .fada-img-slide .slick-dots li button:before {
        opacity: 1 !important;
        font-size: 6.07639vw;
        color: #969494
    }

    .fada-img-slide .slick-dots li.slick-active button:before {
        color: #FCF6E8
    }

    .fada-img-slide img {
        max-width: 100%;
        padding: 1.38889vw 1.38889vw 1.38889vw;
        border: .52083vw solid black;
        -o-border-image: url("data:image/svg+xml,%3Csvg width='753' height='3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M656.066 1.179l-.066.642h9.961l.039-.333c-3.312-.105-6.622-.207-9.934-.309M742.536.16c-4.4.194-8.726.29-13.53.34-.715.007-1.694-.034-2.548-.053.677-.032 1.225-.078 2.06-.093 1.654-.03 3.466-.043 5.211-.062l-.215-.066c-1.213.002-2.422.006-3.636.007-2.38.004-4.78.016-7.133.006-2.304-.01-4.249-.046-4.857.11-.2.053-2.734.102-4.392.123-1.398.018-3.075-.008-4.63-.014-.531-.003-1.073 0-2.109 0l2.5.2c-3.685.008-6.788.012-9.873.025-1.249.005-2.659.017-3.628.048-1.065.035-1.557.128-2.564.137-3.083.028-6.295.027-9.455.037l-.998-.091 3.664-.074-.511-.064c-1.388.007-3.073-.005-4.1.025-2 .06-3.628.144-5.411.218 1.216.037 2.323.093 3.664.107 2.886.032 5.878.048 8.849.06 4.234.016 8.539.008 12.723.037 6.547.045 13.08.1 19.495.173 3.712.042 7.18.126 10.898.193 1.055.037 2.162.106 3.555.12 5.715.058 11.517.1 17.435.176-2.912.024-5.819.05-8.74.072-6.446.048-6.448.047-6.212.132-6.918-.014-12.094.164-17.555.312-.835.023-1.637.055-2.55.064-8.175.078-16.378.15-24.558.228-5.873.055-11.687.124-17.588.173-5.216.043-10.503.073-15.78.1-6.389.031-12.804.054-19.204.08-3.906.018-7.801.053-11.704.053-159.043 0-318.088.008-477.131-.015-41.778-.006-83.552-.109-125.323-.174-5.74-.009-11.519-.041-17.14-.093C6.556 2.69 3.902 2.598 0 2.51l8.492-.118c-1.486-.082-3.91-.16-4.428-.258-.55-.104.433-.23 1.227-.341 1.112-.154 2.905-.3.74-.453.966-.079 2.477-.149 2.612-.224.272-.154 2.224-.175 5.123-.21C33.304.657 53.363.827 73.088.745c12.177-.052 24.33-.12 36.53-.151 16.277-.043 32.59-.062 48.89-.085 8.102-.01 16.234.006 24.319-.015C191.2.474 199.512.403 207.883.386c45.399-.09 90.793-.185 136.21-.248 33.745-.047 67.52-.05 101.283-.066 24.051-.01 48.107-.007 72.16-.012 10.408-.003 20.816-.01 31.226-.015C581.222.03 613.682.01 646.142 0c9.83-.003 19.66.03 29.496.04 13.064.014 26.135.013 39.192.034 8.925.014 17.833.054 27.706.086' fill='%23B8B7B7' fill-rule='evenodd'/%3E%3C/svg%3E") 3 stretch;
        border-image: url("data:image/svg+xml,%3Csvg width='753' height='3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M656.066 1.179l-.066.642h9.961l.039-.333c-3.312-.105-6.622-.207-9.934-.309M742.536.16c-4.4.194-8.726.29-13.53.34-.715.007-1.694-.034-2.548-.053.677-.032 1.225-.078 2.06-.093 1.654-.03 3.466-.043 5.211-.062l-.215-.066c-1.213.002-2.422.006-3.636.007-2.38.004-4.78.016-7.133.006-2.304-.01-4.249-.046-4.857.11-.2.053-2.734.102-4.392.123-1.398.018-3.075-.008-4.63-.014-.531-.003-1.073 0-2.109 0l2.5.2c-3.685.008-6.788.012-9.873.025-1.249.005-2.659.017-3.628.048-1.065.035-1.557.128-2.564.137-3.083.028-6.295.027-9.455.037l-.998-.091 3.664-.074-.511-.064c-1.388.007-3.073-.005-4.1.025-2 .06-3.628.144-5.411.218 1.216.037 2.323.093 3.664.107 2.886.032 5.878.048 8.849.06 4.234.016 8.539.008 12.723.037 6.547.045 13.08.1 19.495.173 3.712.042 7.18.126 10.898.193 1.055.037 2.162.106 3.555.12 5.715.058 11.517.1 17.435.176-2.912.024-5.819.05-8.74.072-6.446.048-6.448.047-6.212.132-6.918-.014-12.094.164-17.555.312-.835.023-1.637.055-2.55.064-8.175.078-16.378.15-24.558.228-5.873.055-11.687.124-17.588.173-5.216.043-10.503.073-15.78.1-6.389.031-12.804.054-19.204.08-3.906.018-7.801.053-11.704.053-159.043 0-318.088.008-477.131-.015-41.778-.006-83.552-.109-125.323-.174-5.74-.009-11.519-.041-17.14-.093C6.556 2.69 3.902 2.598 0 2.51l8.492-.118c-1.486-.082-3.91-.16-4.428-.258-.55-.104.433-.23 1.227-.341 1.112-.154 2.905-.3.74-.453.966-.079 2.477-.149 2.612-.224.272-.154 2.224-.175 5.123-.21C33.304.657 53.363.827 73.088.745c12.177-.052 24.33-.12 36.53-.151 16.277-.043 32.59-.062 48.89-.085 8.102-.01 16.234.006 24.319-.015C191.2.474 199.512.403 207.883.386c45.399-.09 90.793-.185 136.21-.248 33.745-.047 67.52-.05 101.283-.066 24.051-.01 48.107-.007 72.16-.012 10.408-.003 20.816-.01 31.226-.015C581.222.03 613.682.01 646.142 0c9.83-.003 19.66.03 29.496.04 13.064.014 26.135.013 39.192.034 8.925.014 17.833.054 27.706.086' fill='%23B8B7B7' fill-rule='evenodd'/%3E%3C/svg%3E") 3 stretch
    }

    .fada-img-slide .fada-img-slide-content {
        line-height: 4.86111vw;
        padding-right: 2.60417vw
    }

    .fada-img-slide .title {
        padding-top: 9.02778vw;
        padding-bottom: 3.81944vw
    }

    .fada-img-slide p:first-of-type,
    .fada-img-slide .title {
        z-index: 1;
        color: #1a1a1a;
        position: relative
    }

    .fada-img-slide p:first-of-type:before,
    .fada-img-slide .title:before {
        content: '';
        bottom: 0;
        z-index: -1;
        width: calc(100vw + 200px);
        height: calc(100% + 3px);
        background: white;
        position: absolute;
        right: calc((100vw - 199.65278vw) / 2 * -1)
    }

    .fada-img-slide p:first-of-type {
        font-weight: bold;
        padding-bottom: 9.89583vw
    }

    .fada-img-slide .fada-img-slide-img-border:before,
    .fada-img-slide .fada-img-slide-img-border:after {
        content: '';
        width: .52083vw;
        position: absolute;
        height: calc(100% + 2.08333vw);
        background-size: 86% 100%;
        background-repeat: no-repeat
    }

    .fada-img-slide .fada-img-slide-img-border:before {
        left: 0;
        top: -2.08333vw;
        background-image: url("data:image/svg+xml,%3Csvg width='3' height='463' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.679 403.54l.642-.04v5.977l-.333.023c-.105-1.987-.207-3.973-.309-5.96M.16 456.566c.194-2.705.29-5.366.34-8.32.007-.439-.034-1.04-.053-1.566-.032.416-.078.753-.093 1.267-.03 1.017-.043 2.13-.062 3.204l-.066-.132c.002-.747.006-1.49.007-2.236.004-1.463.016-2.94.006-4.386-.01-1.417-.046-2.612.11-2.986.053-.124.102-1.681.123-2.701.018-.86-.008-1.89-.014-2.846-.003-.328 0-.66 0-1.298l.2 1.538c.008-2.266.012-4.174.025-6.071.005-.768.017-1.635.048-2.231.035-.655.128-.957.137-1.577.028-1.895.027-3.87.037-5.813l-.091-.614-.074 2.253-.064-.314c.007-.854-.005-1.89.025-2.52.06-1.23.144-2.232.218-3.328.037.747.093 1.428.107 2.253.032 1.774.048 3.614.06 5.44.016 2.604.008 5.251.037 7.824.045 4.026.1 8.043.173 11.987.042 2.282.126 4.414.193 6.7.037.65.106 1.33.12 2.187.058 3.513.1 7.081.176 10.72.024-1.79.05-3.578.072-5.374.048-3.963.047-3.965.132-3.82-.014-4.253.164-7.436.312-10.794.023-.513.055-1.006.064-1.568.078-5.026.15-10.07.228-15.1.055-3.61.124-7.186.173-10.814.043-3.207.073-6.458.1-9.703.031-3.928.054-7.872.08-11.808.018-2.401.053-4.797.053-7.196 0-97.792.008-195.585-.015-293.376-.006-25.688-.109-51.374-.174-77.057-.009-3.53-.041-7.083-.093-10.539C2.69 4.031 2.598 2.398 2.51 0l-.118 5.221c-.082-.913-.16-2.404-.258-2.722-.104-.338-.23.266-.341.755-.154.683-.3 1.786-.453.455-.079.593-.149 1.522-.224 1.605-.154.168-.175 1.368-.21 3.15C.657 20.479.827 32.812.745 44.94.693 52.427.625 59.9.594 67.402.552 77.409.533 87.44.51 97.462c-.01 4.982.006 9.982-.015 14.953-.021 5.149-.092 10.26-.109 15.407-.09 27.914-.185 55.826-.248 83.752-.047 20.748-.05 41.516-.066 62.276-.01 14.789-.007 29.58-.012 44.37-.003 6.4-.01 12.798-.015 19.2C.03 357.377.01 377.336 0 397.295c-.003 6.044.03 12.089.04 18.136.014 8.033.013 16.07.034 24.098.014 5.488.054 10.965.086 17.036' fill='%23B8B7B7' fill-rule='evenodd'/%3E%3C/svg%3E")
    }

    .fada-img-slide .fada-img-slide-img-border:after {
        top: 0;
        right: 0;
        background-image: url("data:image/svg+xml,%3Csvg width='3' height='463' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.679 403.54l.642-.04v5.977l-.333.023c-.105-1.987-.207-3.973-.309-5.96M.16 456.566c.194-2.705.29-5.366.34-8.32.007-.439-.034-1.04-.053-1.566-.032.416-.078.753-.093 1.267-.03 1.017-.043 2.13-.062 3.204l-.066-.132c.002-.747.006-1.49.007-2.236.004-1.463.016-2.94.006-4.386-.01-1.417-.046-2.612.11-2.986.053-.124.102-1.681.123-2.701.018-.86-.008-1.89-.014-2.846-.003-.328 0-.66 0-1.298l.2 1.538c.008-2.266.012-4.174.025-6.071.005-.768.017-1.635.048-2.231.035-.655.128-.957.137-1.577.028-1.895.027-3.87.037-5.813l-.091-.614-.074 2.253-.064-.314c.007-.854-.005-1.89.025-2.52.06-1.23.144-2.232.218-3.328.037.747.093 1.428.107 2.253.032 1.774.048 3.614.06 5.44.016 2.604.008 5.251.037 7.824.045 4.026.1 8.043.173 11.987.042 2.282.126 4.414.193 6.7.037.65.106 1.33.12 2.187.058 3.513.1 7.081.176 10.72.024-1.79.05-3.578.072-5.374.048-3.963.047-3.965.132-3.82-.014-4.253.164-7.436.312-10.794.023-.513.055-1.006.064-1.568.078-5.026.15-10.07.228-15.1.055-3.61.124-7.186.173-10.814.043-3.207.073-6.458.1-9.703.031-3.928.054-7.872.08-11.808.018-2.401.053-4.797.053-7.196 0-97.792.008-195.585-.015-293.376-.006-25.688-.109-51.374-.174-77.057-.009-3.53-.041-7.083-.093-10.539C2.69 4.031 2.598 2.398 2.51 0l-.118 5.221c-.082-.913-.16-2.404-.258-2.722-.104-.338-.23.266-.341.755-.154.683-.3 1.786-.453.455-.079.593-.149 1.522-.224 1.605-.154.168-.175 1.368-.21 3.15C.657 20.479.827 32.812.745 44.94.693 52.427.625 59.9.594 67.402.552 77.409.533 87.44.51 97.462c-.01 4.982.006 9.982-.015 14.953-.021 5.149-.092 10.26-.109 15.407-.09 27.914-.185 55.826-.248 83.752-.047 20.748-.05 41.516-.066 62.276-.01 14.789-.007 29.58-.012 44.37-.003 6.4-.01 12.798-.015 19.2C.03 357.377.01 377.336 0 397.295c-.003 6.044.03 12.089.04 18.136.014 8.033.013 16.07.034 24.098.014 5.488.054 10.965.086 17.036' fill='%23B8B7B7' fill-rule='evenodd'/%3E%3C/svg%3E")
    }
}

@media (max-width: 575.98px) {
    .fada-img-slide {
        padding-bottom: 12.26667vw
    }

    .fada-img-slide .bt {
        border-top: 0 solid white
    }

    .fada-img-slide .slider:not(.slick-initialized)>*:not(:first-of-type) {
        display: none
    }

    .fada-img-slide .slick-list {
        overflow: visible
    }

    .fada-img-slide .slick-slider .slick-arrow {
        position: absolute;
        width: 3.46667vw;
        height: 6.13333vw;
        bottom: -10.93333vw
    }

    .fada-img-slide .slick-dots {
        width: 100%;
        right: unset;
        bottom: -4.8vw
    }

    .fada-img-slide .slick-dots li {
        width: auto;
        margin: 0;
        padding: 0 1.2vw
    }

    .fada-img-slide .slick-dots li button {
        width: auto;
        padding: 0 1.2vw
    }

    .fada-img-slide .slick-dots li button:before {
        opacity: 1 !important;
        font-size: 9.33333vw;
        color: #969494
    }

    .fada-img-slide .slick-dots li.slick-active button:before {
        color: #FCF6E8
    }

    .fada-img-slide img {
        max-width: 100%;
        padding: 2.13333vw 2.13333vw 2.13333vw;
        border: .8vw solid black;
        -o-border-image: url("data:image/svg+xml,%3Csvg width='753' height='3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M656.066 1.179l-.066.642h9.961l.039-.333c-3.312-.105-6.622-.207-9.934-.309M742.536.16c-4.4.194-8.726.29-13.53.34-.715.007-1.694-.034-2.548-.053.677-.032 1.225-.078 2.06-.093 1.654-.03 3.466-.043 5.211-.062l-.215-.066c-1.213.002-2.422.006-3.636.007-2.38.004-4.78.016-7.133.006-2.304-.01-4.249-.046-4.857.11-.2.053-2.734.102-4.392.123-1.398.018-3.075-.008-4.63-.014-.531-.003-1.073 0-2.109 0l2.5.2c-3.685.008-6.788.012-9.873.025-1.249.005-2.659.017-3.628.048-1.065.035-1.557.128-2.564.137-3.083.028-6.295.027-9.455.037l-.998-.091 3.664-.074-.511-.064c-1.388.007-3.073-.005-4.1.025-2 .06-3.628.144-5.411.218 1.216.037 2.323.093 3.664.107 2.886.032 5.878.048 8.849.06 4.234.016 8.539.008 12.723.037 6.547.045 13.08.1 19.495.173 3.712.042 7.18.126 10.898.193 1.055.037 2.162.106 3.555.12 5.715.058 11.517.1 17.435.176-2.912.024-5.819.05-8.74.072-6.446.048-6.448.047-6.212.132-6.918-.014-12.094.164-17.555.312-.835.023-1.637.055-2.55.064-8.175.078-16.378.15-24.558.228-5.873.055-11.687.124-17.588.173-5.216.043-10.503.073-15.78.1-6.389.031-12.804.054-19.204.08-3.906.018-7.801.053-11.704.053-159.043 0-318.088.008-477.131-.015-41.778-.006-83.552-.109-125.323-.174-5.74-.009-11.519-.041-17.14-.093C6.556 2.69 3.902 2.598 0 2.51l8.492-.118c-1.486-.082-3.91-.16-4.428-.258-.55-.104.433-.23 1.227-.341 1.112-.154 2.905-.3.74-.453.966-.079 2.477-.149 2.612-.224.272-.154 2.224-.175 5.123-.21C33.304.657 53.363.827 73.088.745c12.177-.052 24.33-.12 36.53-.151 16.277-.043 32.59-.062 48.89-.085 8.102-.01 16.234.006 24.319-.015C191.2.474 199.512.403 207.883.386c45.399-.09 90.793-.185 136.21-.248 33.745-.047 67.52-.05 101.283-.066 24.051-.01 48.107-.007 72.16-.012 10.408-.003 20.816-.01 31.226-.015C581.222.03 613.682.01 646.142 0c9.83-.003 19.66.03 29.496.04 13.064.014 26.135.013 39.192.034 8.925.014 17.833.054 27.706.086' fill='%23B8B7B7' fill-rule='evenodd'/%3E%3C/svg%3E") 3 stretch;
        border-image: url("data:image/svg+xml,%3Csvg width='753' height='3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M656.066 1.179l-.066.642h9.961l.039-.333c-3.312-.105-6.622-.207-9.934-.309M742.536.16c-4.4.194-8.726.29-13.53.34-.715.007-1.694-.034-2.548-.053.677-.032 1.225-.078 2.06-.093 1.654-.03 3.466-.043 5.211-.062l-.215-.066c-1.213.002-2.422.006-3.636.007-2.38.004-4.78.016-7.133.006-2.304-.01-4.249-.046-4.857.11-.2.053-2.734.102-4.392.123-1.398.018-3.075-.008-4.63-.014-.531-.003-1.073 0-2.109 0l2.5.2c-3.685.008-6.788.012-9.873.025-1.249.005-2.659.017-3.628.048-1.065.035-1.557.128-2.564.137-3.083.028-6.295.027-9.455.037l-.998-.091 3.664-.074-.511-.064c-1.388.007-3.073-.005-4.1.025-2 .06-3.628.144-5.411.218 1.216.037 2.323.093 3.664.107 2.886.032 5.878.048 8.849.06 4.234.016 8.539.008 12.723.037 6.547.045 13.08.1 19.495.173 3.712.042 7.18.126 10.898.193 1.055.037 2.162.106 3.555.12 5.715.058 11.517.1 17.435.176-2.912.024-5.819.05-8.74.072-6.446.048-6.448.047-6.212.132-6.918-.014-12.094.164-17.555.312-.835.023-1.637.055-2.55.064-8.175.078-16.378.15-24.558.228-5.873.055-11.687.124-17.588.173-5.216.043-10.503.073-15.78.1-6.389.031-12.804.054-19.204.08-3.906.018-7.801.053-11.704.053-159.043 0-318.088.008-477.131-.015-41.778-.006-83.552-.109-125.323-.174-5.74-.009-11.519-.041-17.14-.093C6.556 2.69 3.902 2.598 0 2.51l8.492-.118c-1.486-.082-3.91-.16-4.428-.258-.55-.104.433-.23 1.227-.341 1.112-.154 2.905-.3.74-.453.966-.079 2.477-.149 2.612-.224.272-.154 2.224-.175 5.123-.21C33.304.657 53.363.827 73.088.745c12.177-.052 24.33-.12 36.53-.151 16.277-.043 32.59-.062 48.89-.085 8.102-.01 16.234.006 24.319-.015C191.2.474 199.512.403 207.883.386c45.399-.09 90.793-.185 136.21-.248 33.745-.047 67.52-.05 101.283-.066 24.051-.01 48.107-.007 72.16-.012 10.408-.003 20.816-.01 31.226-.015C581.222.03 613.682.01 646.142 0c9.83-.003 19.66.03 29.496.04 13.064.014 26.135.013 39.192.034 8.925.014 17.833.054 27.706.086' fill='%23B8B7B7' fill-rule='evenodd'/%3E%3C/svg%3E") 3 stretch
    }

    .fada-img-slide .fada-img-slide-content {
        line-height: 7.46667vw;
        padding-right: 4vw
    }

    .fada-img-slide .title {
        padding-top: 13.86667vw;
        padding-bottom: 5.86667vw
    }

    .fada-img-slide p:first-of-type,
    .fada-img-slide .title {
        z-index: 1;
        color: #1a1a1a;
        position: relative
    }

    .fada-img-slide p:first-of-type:before,
    .fada-img-slide .title:before {
        content: '';
        bottom: 0;
        z-index: -1;
        width: calc(100vw + 200px);
        height: calc(100% + 3px);
        background: white;
        position: absolute;
        right: calc((100vw - 120vw) / 2 * -1)
    }

    .fada-img-slide p:first-of-type {
        font-weight: bold;
        padding-bottom: 15.2vw
    }

    .fada-img-slide .fada-img-slide-img-border:before,
    .fada-img-slide .fada-img-slide-img-border:after {
        content: '';
        width: .8vw;
        position: absolute;
        height: calc(100% + 3.2vw);
        background-size: 86% 100%;
        background-repeat: no-repeat
    }

    .fada-img-slide .fada-img-slide-img-border:before {
        left: 0;
        top: -3.2vw;
        background-image: url("data:image/svg+xml,%3Csvg width='3' height='463' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.679 403.54l.642-.04v5.977l-.333.023c-.105-1.987-.207-3.973-.309-5.96M.16 456.566c.194-2.705.29-5.366.34-8.32.007-.439-.034-1.04-.053-1.566-.032.416-.078.753-.093 1.267-.03 1.017-.043 2.13-.062 3.204l-.066-.132c.002-.747.006-1.49.007-2.236.004-1.463.016-2.94.006-4.386-.01-1.417-.046-2.612.11-2.986.053-.124.102-1.681.123-2.701.018-.86-.008-1.89-.014-2.846-.003-.328 0-.66 0-1.298l.2 1.538c.008-2.266.012-4.174.025-6.071.005-.768.017-1.635.048-2.231.035-.655.128-.957.137-1.577.028-1.895.027-3.87.037-5.813l-.091-.614-.074 2.253-.064-.314c.007-.854-.005-1.89.025-2.52.06-1.23.144-2.232.218-3.328.037.747.093 1.428.107 2.253.032 1.774.048 3.614.06 5.44.016 2.604.008 5.251.037 7.824.045 4.026.1 8.043.173 11.987.042 2.282.126 4.414.193 6.7.037.65.106 1.33.12 2.187.058 3.513.1 7.081.176 10.72.024-1.79.05-3.578.072-5.374.048-3.963.047-3.965.132-3.82-.014-4.253.164-7.436.312-10.794.023-.513.055-1.006.064-1.568.078-5.026.15-10.07.228-15.1.055-3.61.124-7.186.173-10.814.043-3.207.073-6.458.1-9.703.031-3.928.054-7.872.08-11.808.018-2.401.053-4.797.053-7.196 0-97.792.008-195.585-.015-293.376-.006-25.688-.109-51.374-.174-77.057-.009-3.53-.041-7.083-.093-10.539C2.69 4.031 2.598 2.398 2.51 0l-.118 5.221c-.082-.913-.16-2.404-.258-2.722-.104-.338-.23.266-.341.755-.154.683-.3 1.786-.453.455-.079.593-.149 1.522-.224 1.605-.154.168-.175 1.368-.21 3.15C.657 20.479.827 32.812.745 44.94.693 52.427.625 59.9.594 67.402.552 77.409.533 87.44.51 97.462c-.01 4.982.006 9.982-.015 14.953-.021 5.149-.092 10.26-.109 15.407-.09 27.914-.185 55.826-.248 83.752-.047 20.748-.05 41.516-.066 62.276-.01 14.789-.007 29.58-.012 44.37-.003 6.4-.01 12.798-.015 19.2C.03 357.377.01 377.336 0 397.295c-.003 6.044.03 12.089.04 18.136.014 8.033.013 16.07.034 24.098.014 5.488.054 10.965.086 17.036' fill='%23B8B7B7' fill-rule='evenodd'/%3E%3C/svg%3E")
    }

    .fada-img-slide .fada-img-slide-img-border:after {
        top: 0;
        right: 0;
        background-image: url("data:image/svg+xml,%3Csvg width='3' height='463' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.679 403.54l.642-.04v5.977l-.333.023c-.105-1.987-.207-3.973-.309-5.96M.16 456.566c.194-2.705.29-5.366.34-8.32.007-.439-.034-1.04-.053-1.566-.032.416-.078.753-.093 1.267-.03 1.017-.043 2.13-.062 3.204l-.066-.132c.002-.747.006-1.49.007-2.236.004-1.463.016-2.94.006-4.386-.01-1.417-.046-2.612.11-2.986.053-.124.102-1.681.123-2.701.018-.86-.008-1.89-.014-2.846-.003-.328 0-.66 0-1.298l.2 1.538c.008-2.266.012-4.174.025-6.071.005-.768.017-1.635.048-2.231.035-.655.128-.957.137-1.577.028-1.895.027-3.87.037-5.813l-.091-.614-.074 2.253-.064-.314c.007-.854-.005-1.89.025-2.52.06-1.23.144-2.232.218-3.328.037.747.093 1.428.107 2.253.032 1.774.048 3.614.06 5.44.016 2.604.008 5.251.037 7.824.045 4.026.1 8.043.173 11.987.042 2.282.126 4.414.193 6.7.037.65.106 1.33.12 2.187.058 3.513.1 7.081.176 10.72.024-1.79.05-3.578.072-5.374.048-3.963.047-3.965.132-3.82-.014-4.253.164-7.436.312-10.794.023-.513.055-1.006.064-1.568.078-5.026.15-10.07.228-15.1.055-3.61.124-7.186.173-10.814.043-3.207.073-6.458.1-9.703.031-3.928.054-7.872.08-11.808.018-2.401.053-4.797.053-7.196 0-97.792.008-195.585-.015-293.376-.006-25.688-.109-51.374-.174-77.057-.009-3.53-.041-7.083-.093-10.539C2.69 4.031 2.598 2.398 2.51 0l-.118 5.221c-.082-.913-.16-2.404-.258-2.722-.104-.338-.23.266-.341.755-.154.683-.3 1.786-.453.455-.079.593-.149 1.522-.224 1.605-.154.168-.175 1.368-.21 3.15C.657 20.479.827 32.812.745 44.94.693 52.427.625 59.9.594 67.402.552 77.409.533 87.44.51 97.462c-.01 4.982.006 9.982-.015 14.953-.021 5.149-.092 10.26-.109 15.407-.09 27.914-.185 55.826-.248 83.752-.047 20.748-.05 41.516-.066 62.276-.01 14.789-.007 29.58-.012 44.37-.003 6.4-.01 12.798-.015 19.2C.03 357.377.01 377.336 0 397.295c-.003 6.044.03 12.089.04 18.136.014 8.033.013 16.07.034 24.098.014 5.488.054 10.965.086 17.036' fill='%23B8B7B7' fill-rule='evenodd'/%3E%3C/svg%3E")
    }
}

@media (max-width: 767.38px) {

    .fada-img-slide p:first-of-type:before,
    .fada-img-slide .title:before {
        left: -2.60417vw
    }

    .fada-img-slide .slick-slider .slick-arrow.slick-prev {
        left: 0
    }

    .fada-img-slide .slick-slider .slick-arrow.slick-next {
        right: 0
    }

    .fada-img-slide .title.no-content {
        padding-bottom: 13.88889vw
    }

    .fada-img-slide .fada-img-slide-img-border {
        z-index: 100;
        margin-top: -9.20139vw;
        margin-bottom: 2.77778vw
    }
}

@media (max-width: 575.98px) {

    .fada-img-slide p:first-of-type:before,
    .fada-img-slide .title:before {
        left: -4vw
    }

    .fada-img-slide .slick-slider .slick-arrow.slick-prev {
        left: 0
    }

    .fada-img-slide .slick-slider .slick-arrow.slick-next {
        right: 0
    }

    .fada-img-slide .title.no-content {
        padding-bottom: 21.33333vw
    }

    .fada-img-slide .fada-img-slide-img-border {
        z-index: 100;
        margin-top: -14.13333vw;
        margin-bottom: 4.26667vw
    }
}

@media (min-width: 767.4px) {
    .fada-img-slide.bg-md-grey-1 .slick-dots li button:before {
        color: grey
    }

    .fada-img-slide.bg-md-room-soft .slick-dots li.slick-active button:before {
        color: #1a1a1a
    }

    .fada-img-slide.bg-md-grey-2 .slick-arrow {
        background-image: url(../img/svg/slick-arrow-light.svg) !important
    }

    .fada-img-slide.bg-md-room-soft .slick-arrow,
    .fada-img-slide.bg-md-grey-3 .slick-arrow {
        background-image: url(../img/svg/slick-arrow-black.svg) !important
    }
}

@media (max-width: 767.38px) {
    .fada-img-slide.bg-mobile-grey-1 .slick-dots li button:before {
        color: grey
    }

    .fada-img-slide.bg-mobile-room-soft .slick-dots li.slick-active button:before,
    .fada-img-slide:not([class*="bg-mobile-"]) .slick-dots li.slick-active button:before {
        color: #1a1a1a
    }

    .fada-img-slide.bg-mobile-grey-2 .slick-arrow {
        background-image: url(../img/svg/slick-arrow-light.svg) !important
    }

    .fada-img-slide.bg-mobile-room-soft .slick-arrow,
    .fada-img-slide.bg-mobile-grey-3 .slick-arrow {
        background-image: url(../img/svg/slick-arrow-black.svg) !important
    }
}

@media (max-width: 767.38px) {
    .container-other-opdrachten.last-form {
        margin-bottom: 20.65972vw
    }
}

@media (max-width: 575.98px) {
    .container-other-opdrachten.last-form {
        margin-bottom: 31.73333vw
    }
}

@media (min-width: 767.4px) {
    .container-other-opdrachten .position-absolute.styled {
        top: 1.38889vw;
        right: 0
    }
}

@media (min-width: 767.5px) {
    .container-other-opdrachten .position-absolute.styled {
        top: .55556vw;
        right: 0
    }
}

@media (min-width: 1440px) {
    .container-other-opdrachten .position-absolute.styled {
        top: .55556vw;
        right: 0
    }
}

@media (min-width: 1441px) {
    .container-other-opdrachten .position-absolute.styled {
        top: 8px;
        right: 0
    }
}

.page-content>.fada-page-title:first-of-type+.content-row>*:first-child {
    margin-top: 46px
}

.page-content>.content-row:last-of-type>*:last-child {
    padding-bottom: 50px
}

.content-row {
    width: 849px;
    display: block;
    padding-left: 168px
}

.content-row h1,
.content-row .h1,
.content-row .h1,
.content-row h2,
.content-row .h2,
.content-row .h2,
.content-row h3,
.content-row .h3,
.content-row .nav-tabs .nav-link,
.nav-tabs .content-row .nav-link,
.content-row .__h3,
.content-row footer h1,
footer .content-row h1,
.content-row footer .h1,
footer .content-row .h1,
.content-row footer h2,
footer .content-row h2,
.content-row footer .h2,
footer .content-row .h2,
.content-row footer h4,
footer .content-row h4,
.content-row footer .h4,
footer .content-row .h4,
.content-row footer h5,
footer .content-row h5,
.content-row footer .h5,
footer .content-row .h5,
.content-row footer h6,
footer .content-row h6,
.content-row footer .h6,
footer .content-row .h6,
.content-row .h3,
.content-row .nav-tabs .nav-link,
.nav-tabs .content-row .nav-link,
.content-row .__h3,
.content-row footer h1,
footer .content-row h1,
.content-row footer .h1,
footer .content-row .h1,
.content-row footer h2,
footer .content-row h2,
.content-row footer .h2,
footer .content-row .h2,
.content-row footer h3,
footer .content-row h3,
.content-row footer h4,
footer .content-row h4,
.content-row footer .h4,
footer .content-row .h4,
.content-row footer h5,
footer .content-row h5,
.content-row footer .h5,
footer .content-row .h5,
.content-row footer h6,
footer .content-row h6,
.content-row footer .h6,
footer .content-row .h6,
.content-row h4,
.content-row .h4,
.content-row .h4,
.content-row h5,
.content-row .h5,
.content-row .h5,
.content-row h6,
.content-row .h6,
.content-row .h6 {
    margin-bottom: 25px
}

.has-background {
    padding: 51px 0 !important
}

@media (max-width: 1439.98px) {
    .page-content>.fada-page-title:first-of-type+.content-row>*:first-child {
        margin-top: 3.19444vw
    }

    .page-content>.content-row:last-of-type>*:last-child {
        padding-bottom: 3.47222vw
    }

    .content-row {
        width: 58.95833vw;
        display: block;
        padding-left: 11.66667vw
    }

    .content-row h1,
    .content-row .h1,
    .content-row .h1,
    .content-row h2,
    .content-row .h2,
    .content-row .h2,
    .content-row h3,
    .content-row .h3,
    .content-row .nav-tabs .nav-link,
    .nav-tabs .content-row .nav-link,
    .content-row .__h3,
    .content-row footer h1,
    footer .content-row h1,
    .content-row footer .h1,
    footer .content-row .h1,
    .content-row footer h2,
    footer .content-row h2,
    .content-row footer .h2,
    footer .content-row .h2,
    .content-row footer h4,
    footer .content-row h4,
    .content-row footer .h4,
    footer .content-row .h4,
    .content-row footer h5,
    footer .content-row h5,
    .content-row footer .h5,
    footer .content-row .h5,
    .content-row footer h6,
    footer .content-row h6,
    .content-row footer .h6,
    footer .content-row .h6,
    .content-row .h3,
    .content-row .nav-tabs .nav-link,
    .nav-tabs .content-row .nav-link,
    .content-row .__h3,
    .content-row footer h1,
    footer .content-row h1,
    .content-row footer .h1,
    footer .content-row .h1,
    .content-row footer h2,
    footer .content-row h2,
    .content-row footer .h2,
    footer .content-row .h2,
    .content-row footer h3,
    footer .content-row h3,
    .content-row footer h4,
    footer .content-row h4,
    .content-row footer .h4,
    footer .content-row .h4,
    .content-row footer h5,
    footer .content-row h5,
    .content-row footer .h5,
    footer .content-row .h5,
    .content-row footer h6,
    footer .content-row h6,
    .content-row footer .h6,
    footer .content-row .h6,
    .content-row h4,
    .content-row .h4,
    .content-row .h4,
    .content-row h5,
    .content-row .h5,
    .content-row .h5,
    .content-row h6,
    .content-row .h6,
    .content-row .h6 {
        margin-bottom: 1.73611vw
    }

    .has-background {
        padding: 3.54167vw 0 !important
    }
}

@media (max-width: 767.48px) {
    .page-content>.fada-page-title:first-of-type+.content-row>*:first-child {
        margin-top: 3.19444vw
    }

    .page-content>.content-row:last-of-type>*:last-child {
        padding-bottom: 3.47222vw
    }

    .content-row {
        width: 58.95833vw;
        display: block;
        padding-left: 11.66667vw
    }

    .content-row h1,
    .content-row .h1,
    .content-row .h1,
    .content-row h2,
    .content-row .h2,
    .content-row .h2,
    .content-row h3,
    .content-row .h3,
    .content-row .nav-tabs .nav-link,
    .nav-tabs .content-row .nav-link,
    .content-row .__h3,
    .content-row footer h1,
    footer .content-row h1,
    .content-row footer .h1,
    footer .content-row .h1,
    .content-row footer h2,
    footer .content-row h2,
    .content-row footer .h2,
    footer .content-row .h2,
    .content-row footer h4,
    footer .content-row h4,
    .content-row footer .h4,
    footer .content-row .h4,
    .content-row footer h5,
    footer .content-row h5,
    .content-row footer .h5,
    footer .content-row .h5,
    .content-row footer h6,
    footer .content-row h6,
    .content-row footer .h6,
    footer .content-row .h6,
    .content-row .h3,
    .content-row .nav-tabs .nav-link,
    .nav-tabs .content-row .nav-link,
    .content-row .__h3,
    .content-row footer h1,
    footer .content-row h1,
    .content-row footer .h1,
    footer .content-row .h1,
    .content-row footer h2,
    footer .content-row h2,
    .content-row footer .h2,
    footer .content-row .h2,
    .content-row footer h3,
    footer .content-row h3,
    .content-row footer h4,
    footer .content-row h4,
    .content-row footer .h4,
    footer .content-row .h4,
    .content-row footer h5,
    footer .content-row h5,
    .content-row footer .h5,
    footer .content-row .h5,
    .content-row footer h6,
    footer .content-row h6,
    .content-row footer .h6,
    footer .content-row .h6,
    .content-row h4,
    .content-row .h4,
    .content-row .h4,
    .content-row h5,
    .content-row .h5,
    .content-row .h5,
    .content-row h6,
    .content-row .h6,
    .content-row .h6 {
        margin-bottom: 1.73611vw
    }

    .has-background {
        padding: 3.54167vw 0 !important
    }
}

@media (max-width: 767.38px) {
    .page-content>.fada-page-title:first-of-type+.content-row>*:first-child {
        margin-top: 7.98611vw
    }

    .page-content>.content-row:last-of-type>*:last-child {
        padding-bottom: 8.68056vw
    }

    .content-row {
        width: 100vw;
        display: block;
        padding-left: 29.16667vw
    }

    .content-row h1,
    .content-row .h1,
    .content-row .h1,
    .content-row h2,
    .content-row .h2,
    .content-row .h2,
    .content-row h3,
    .content-row .h3,
    .content-row .nav-tabs .nav-link,
    .nav-tabs .content-row .nav-link,
    .content-row .__h3,
    .content-row footer h1,
    footer .content-row h1,
    .content-row footer .h1,
    footer .content-row .h1,
    .content-row footer h2,
    footer .content-row h2,
    .content-row footer .h2,
    footer .content-row .h2,
    .content-row footer h4,
    footer .content-row h4,
    .content-row footer .h4,
    footer .content-row .h4,
    .content-row footer h5,
    footer .content-row h5,
    .content-row footer .h5,
    footer .content-row .h5,
    .content-row footer h6,
    footer .content-row h6,
    .content-row footer .h6,
    footer .content-row .h6,
    .content-row .h3,
    .content-row .nav-tabs .nav-link,
    .nav-tabs .content-row .nav-link,
    .content-row .__h3,
    .content-row footer h1,
    footer .content-row h1,
    .content-row footer .h1,
    footer .content-row .h1,
    .content-row footer h2,
    footer .content-row h2,
    .content-row footer .h2,
    footer .content-row .h2,
    .content-row footer h3,
    footer .content-row h3,
    .content-row footer h4,
    footer .content-row h4,
    .content-row footer .h4,
    footer .content-row .h4,
    .content-row footer h5,
    footer .content-row h5,
    .content-row footer .h5,
    footer .content-row .h5,
    .content-row footer h6,
    footer .content-row h6,
    .content-row footer .h6,
    footer .content-row .h6,
    .content-row h4,
    .content-row .h4,
    .content-row .h4,
    .content-row h5,
    .content-row .h5,
    .content-row .h5,
    .content-row h6,
    .content-row .h6,
    .content-row .h6 {
        margin-bottom: 4.34028vw
    }

    .has-background {
        padding: 8.85417vw 0 !important
    }
}

@media (max-width: 575.98px) {
    .page-content>.fada-page-title:first-of-type+.content-row>*:first-child {
        margin-top: 12.26667vw
    }

    .page-content>.content-row:last-of-type>*:last-child {
        padding-bottom: 13.33333vw
    }

    .content-row {
        width: 100vw;
        display: block;
        padding-left: 44.8vw
    }

    .content-row h1,
    .content-row .h1,
    .content-row .h1,
    .content-row h2,
    .content-row .h2,
    .content-row .h2,
    .content-row h3,
    .content-row .h3,
    .content-row .nav-tabs .nav-link,
    .nav-tabs .content-row .nav-link,
    .content-row .__h3,
    .content-row footer h1,
    footer .content-row h1,
    .content-row footer .h1,
    footer .content-row .h1,
    .content-row footer h2,
    footer .content-row h2,
    .content-row footer .h2,
    footer .content-row .h2,
    .content-row footer h4,
    footer .content-row h4,
    .content-row footer .h4,
    footer .content-row .h4,
    .content-row footer h5,
    footer .content-row h5,
    .content-row footer .h5,
    footer .content-row .h5,
    .content-row footer h6,
    footer .content-row h6,
    .content-row footer .h6,
    footer .content-row .h6,
    .content-row .h3,
    .content-row .nav-tabs .nav-link,
    .nav-tabs .content-row .nav-link,
    .content-row .__h3,
    .content-row footer h1,
    footer .content-row h1,
    .content-row footer .h1,
    footer .content-row .h1,
    .content-row footer h2,
    footer .content-row h2,
    .content-row footer .h2,
    footer .content-row .h2,
    .content-row footer h3,
    footer .content-row h3,
    .content-row footer h4,
    footer .content-row h4,
    .content-row footer .h4,
    footer .content-row .h4,
    .content-row footer h5,
    footer .content-row h5,
    .content-row footer .h5,
    footer .content-row .h5,
    .content-row footer h6,
    footer .content-row h6,
    .content-row footer .h6,
    footer .content-row .h6,
    .content-row h4,
    .content-row .h4,
    .content-row .h4,
    .content-row h5,
    .content-row .h5,
    .content-row .h5,
    .content-row h6,
    .content-row .h6,
    .content-row .h6 {
        margin-bottom: 6.66667vw
    }

    .has-background {
        padding: 13.6vw 0 !important
    }
}

@media (max-width: 767.38px) {

    .content-row h1,
    .content-row .h1,
    .content-row .h1,
    .content-row h2,
    .content-row .h2,
    .content-row .h2,
    .content-row h3,
    .content-row .h3,
    .content-row .nav-tabs .nav-link,
    .nav-tabs .content-row .nav-link,
    .content-row .__h3,
    .content-row footer h1,
    footer .content-row h1,
    .content-row footer .h1,
    footer .content-row .h1,
    .content-row footer h2,
    footer .content-row h2,
    .content-row footer .h2,
    footer .content-row .h2,
    .content-row footer h4,
    footer .content-row h4,
    .content-row footer .h4,
    footer .content-row .h4,
    .content-row footer h5,
    footer .content-row h5,
    .content-row footer .h5,
    footer .content-row .h5,
    .content-row footer h6,
    footer .content-row h6,
    .content-row footer .h6,
    footer .content-row .h6,
    .content-row .h3,
    .content-row .nav-tabs .nav-link,
    .nav-tabs .content-row .nav-link,
    .content-row .__h3,
    .content-row footer h1,
    footer .content-row h1,
    .content-row footer .h1,
    footer .content-row .h1,
    .content-row footer h2,
    footer .content-row h2,
    .content-row footer .h2,
    footer .content-row .h2,
    .content-row footer h3,
    footer .content-row h3,
    .content-row footer h4,
    footer .content-row h4,
    .content-row footer .h4,
    footer .content-row .h4,
    .content-row footer h5,
    footer .content-row h5,
    .content-row footer .h5,
    footer .content-row .h5,
    .content-row footer h6,
    footer .content-row h6,
    .content-row footer .h6,
    footer .content-row .h6,
    .content-row h4,
    .content-row .h4,
    .content-row .h4,
    .content-row h5,
    .content-row .h5,
    .content-row .h5,
    .content-row h6,
    .content-row .h6,
    .content-row .h6 {
        text-align: center
    }
}

.has-gutenberg-light-background-color,
.has-gutenberg-black-background-color,
.has-gutenberg-grey-1-background-color,
.has-gutenberg-grey-2-background-color,
.has-gutenberg-grey-3-background-color,
.has-gutenberg-light-background-color+p,
.has-gutenberg-black-background-color+p,
.has-gutenberg-grey-1-background-color+p,
.has-gutenberg-grey-2-background-color+p,
.has-gutenberg-grey-3-background-color+p {
    z-index: 0;
    position: relative;
    background: transparent !important;
    padding-top: 51px !important
}

.has-gutenberg-light-background-color:before,
.has-gutenberg-black-background-color:before,
.has-gutenberg-grey-1-background-color:before,
.has-gutenberg-grey-2-background-color:before,
.has-gutenberg-grey-3-background-color:before,
.has-gutenberg-light-background-color+p:before,
.has-gutenberg-black-background-color+p:before,
.has-gutenberg-grey-1-background-color+p:before,
.has-gutenberg-grey-2-background-color+p:before,
.has-gutenberg-grey-3-background-color+p:before {
    content: '';
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100vw;
    background: white;
    position: absolute
}

.has-gutenberg-light-background-color.has-background,
.has-gutenberg-black-background-color.has-background,
.has-gutenberg-grey-1-background-color.has-background,
.has-gutenberg-grey-2-background-color.has-background,
.has-gutenberg-grey-3-background-color.has-background,
.has-gutenberg-light-background-color+p.has-background,
.has-gutenberg-black-background-color+p.has-background,
.has-gutenberg-grey-1-background-color+p.has-background,
.has-gutenberg-grey-2-background-color+p.has-background,
.has-gutenberg-grey-3-background-color+p.has-background {
    padding-bottom: 51px
}

@media (max-width: 1439.98px) {

    .has-gutenberg-light-background-color,
    .has-gutenberg-black-background-color,
    .has-gutenberg-grey-1-background-color,
    .has-gutenberg-grey-2-background-color,
    .has-gutenberg-grey-3-background-color,
    .has-gutenberg-light-background-color+p,
    .has-gutenberg-black-background-color+p,
    .has-gutenberg-grey-1-background-color+p,
    .has-gutenberg-grey-2-background-color+p,
    .has-gutenberg-grey-3-background-color+p {
        padding-top: 3.54167vw !important
    }

    .has-gutenberg-light-background-color.has-background,
    .has-gutenberg-black-background-color.has-background,
    .has-gutenberg-grey-1-background-color.has-background,
    .has-gutenberg-grey-2-background-color.has-background,
    .has-gutenberg-grey-3-background-color.has-background,
    .has-gutenberg-light-background-color+p.has-background,
    .has-gutenberg-black-background-color+p.has-background,
    .has-gutenberg-grey-1-background-color+p.has-background,
    .has-gutenberg-grey-2-background-color+p.has-background,
    .has-gutenberg-grey-3-background-color+p.has-background {
        padding-bottom: 3.54167vw
    }
}

@media (max-width: 767.48px) {

    .has-gutenberg-light-background-color,
    .has-gutenberg-black-background-color,
    .has-gutenberg-grey-1-background-color,
    .has-gutenberg-grey-2-background-color,
    .has-gutenberg-grey-3-background-color,
    .has-gutenberg-light-background-color+p,
    .has-gutenberg-black-background-color+p,
    .has-gutenberg-grey-1-background-color+p,
    .has-gutenberg-grey-2-background-color+p,
    .has-gutenberg-grey-3-background-color+p {
        padding-top: 3.54167vw !important
    }

    .has-gutenberg-light-background-color.has-background,
    .has-gutenberg-black-background-color.has-background,
    .has-gutenberg-grey-1-background-color.has-background,
    .has-gutenberg-grey-2-background-color.has-background,
    .has-gutenberg-grey-3-background-color.has-background,
    .has-gutenberg-light-background-color+p.has-background,
    .has-gutenberg-black-background-color+p.has-background,
    .has-gutenberg-grey-1-background-color+p.has-background,
    .has-gutenberg-grey-2-background-color+p.has-background,
    .has-gutenberg-grey-3-background-color+p.has-background {
        padding-bottom: 3.54167vw
    }
}

@media (max-width: 767.38px) {

    .has-gutenberg-light-background-color,
    .has-gutenberg-black-background-color,
    .has-gutenberg-grey-1-background-color,
    .has-gutenberg-grey-2-background-color,
    .has-gutenberg-grey-3-background-color,
    .has-gutenberg-light-background-color+p,
    .has-gutenberg-black-background-color+p,
    .has-gutenberg-grey-1-background-color+p,
    .has-gutenberg-grey-2-background-color+p,
    .has-gutenberg-grey-3-background-color+p {
        padding-top: 8.85417vw !important
    }

    .has-gutenberg-light-background-color.has-background,
    .has-gutenberg-black-background-color.has-background,
    .has-gutenberg-grey-1-background-color.has-background,
    .has-gutenberg-grey-2-background-color.has-background,
    .has-gutenberg-grey-3-background-color.has-background,
    .has-gutenberg-light-background-color+p.has-background,
    .has-gutenberg-black-background-color+p.has-background,
    .has-gutenberg-grey-1-background-color+p.has-background,
    .has-gutenberg-grey-2-background-color+p.has-background,
    .has-gutenberg-grey-3-background-color+p.has-background {
        padding-bottom: 8.85417vw
    }
}

@media (max-width: 575.98px) {

    .has-gutenberg-light-background-color,
    .has-gutenberg-black-background-color,
    .has-gutenberg-grey-1-background-color,
    .has-gutenberg-grey-2-background-color,
    .has-gutenberg-grey-3-background-color,
    .has-gutenberg-light-background-color+p,
    .has-gutenberg-black-background-color+p,
    .has-gutenberg-grey-1-background-color+p,
    .has-gutenberg-grey-2-background-color+p,
    .has-gutenberg-grey-3-background-color+p {
        padding-top: 13.6vw !important
    }

    .has-gutenberg-light-background-color.has-background,
    .has-gutenberg-black-background-color.has-background,
    .has-gutenberg-grey-1-background-color.has-background,
    .has-gutenberg-grey-2-background-color.has-background,
    .has-gutenberg-grey-3-background-color.has-background,
    .has-gutenberg-light-background-color+p.has-background,
    .has-gutenberg-black-background-color+p.has-background,
    .has-gutenberg-grey-1-background-color+p.has-background,
    .has-gutenberg-grey-2-background-color+p.has-background,
    .has-gutenberg-grey-3-background-color+p.has-background {
        padding-bottom: 13.6vw
    }
}

@media (min-width: 767.4px) {

    .has-gutenberg-light-background-color:before,
    .has-gutenberg-black-background-color:before,
    .has-gutenberg-grey-1-background-color:before,
    .has-gutenberg-grey-2-background-color:before,
    .has-gutenberg-grey-3-background-color:before,
    .has-gutenberg-light-background-color+p:before,
    .has-gutenberg-black-background-color+p:before,
    .has-gutenberg-grey-1-background-color+p:before,
    .has-gutenberg-grey-2-background-color+p:before,
    .has-gutenberg-grey-3-background-color+p:before {
        left: calc((100vw - 142.88194vw) / 2 * -1)
    }
}

@media (min-width: 767.5px) {

    .has-gutenberg-light-background-color:before,
    .has-gutenberg-black-background-color:before,
    .has-gutenberg-grey-1-background-color:before,
    .has-gutenberg-grey-2-background-color:before,
    .has-gutenberg-grey-3-background-color:before,
    .has-gutenberg-light-background-color+p:before,
    .has-gutenberg-black-background-color+p:before,
    .has-gutenberg-grey-1-background-color+p:before,
    .has-gutenberg-grey-2-background-color+p:before,
    .has-gutenberg-grey-3-background-color+p:before {
        left: calc((100vw - 57.15278vw) / 2 * -1)
    }
}

@media (min-width: 1440px) {

    .has-gutenberg-light-background-color:before,
    .has-gutenberg-black-background-color:before,
    .has-gutenberg-grey-1-background-color:before,
    .has-gutenberg-grey-2-background-color:before,
    .has-gutenberg-grey-3-background-color:before,
    .has-gutenberg-light-background-color+p:before,
    .has-gutenberg-black-background-color+p:before,
    .has-gutenberg-grey-1-background-color+p:before,
    .has-gutenberg-grey-2-background-color+p:before,
    .has-gutenberg-grey-3-background-color+p:before {
        left: calc((100vw - 57.15278vw) / 2 * -1)
    }
}

@media (min-width: 1441px) {

    .has-gutenberg-light-background-color:before,
    .has-gutenberg-black-background-color:before,
    .has-gutenberg-grey-1-background-color:before,
    .has-gutenberg-grey-2-background-color:before,
    .has-gutenberg-grey-3-background-color:before,
    .has-gutenberg-light-background-color+p:before,
    .has-gutenberg-black-background-color+p:before,
    .has-gutenberg-grey-1-background-color+p:before,
    .has-gutenberg-grey-2-background-color+p:before,
    .has-gutenberg-grey-3-background-color+p:before {
        left: calc((100vw - 823px) / 2 * -1)
    }
}

@media (max-width: 767.38px) {

    .has-gutenberg-light-background-color:before,
    .has-gutenberg-black-background-color:before,
    .has-gutenberg-grey-1-background-color:before,
    .has-gutenberg-grey-2-background-color:before,
    .has-gutenberg-grey-3-background-color:before,
    .has-gutenberg-light-background-color+p:before,
    .has-gutenberg-black-background-color+p:before,
    .has-gutenberg-grey-1-background-color+p:before,
    .has-gutenberg-grey-2-background-color+p:before,
    .has-gutenberg-grey-3-background-color+p:before {
        left: -2.60417vw
    }
}

@media (max-width: 575.98px) {

    .has-gutenberg-light-background-color:before,
    .has-gutenberg-black-background-color:before,
    .has-gutenberg-grey-1-background-color:before,
    .has-gutenberg-grey-2-background-color:before,
    .has-gutenberg-grey-3-background-color:before,
    .has-gutenberg-light-background-color+p:before,
    .has-gutenberg-black-background-color+p:before,
    .has-gutenberg-grey-1-background-color+p:before,
    .has-gutenberg-grey-2-background-color+p:before,
    .has-gutenberg-grey-3-background-color+p:before {
        left: -4vw
    }
}

.has-gutenberg-light-background-color+p.has-background,
.has-gutenberg-black-background-color+p.has-background,
.has-gutenberg-grey-1-background-color+p.has-background,
.has-gutenberg-grey-2-background-color+p.has-background,
.has-gutenberg-grey-3-background-color+p.has-background {
    margin-top: -51px
}

@media (max-width: 1439.98px) {

    .has-gutenberg-light-background-color+p.has-background,
    .has-gutenberg-black-background-color+p.has-background,
    .has-gutenberg-grey-1-background-color+p.has-background,
    .has-gutenberg-grey-2-background-color+p.has-background,
    .has-gutenberg-grey-3-background-color+p.has-background {
        margin-top: -3.54167vw
    }
}

@media (max-width: 767.48px) {

    .has-gutenberg-light-background-color+p.has-background,
    .has-gutenberg-black-background-color+p.has-background,
    .has-gutenberg-grey-1-background-color+p.has-background,
    .has-gutenberg-grey-2-background-color+p.has-background,
    .has-gutenberg-grey-3-background-color+p.has-background {
        margin-top: -3.54167vw
    }
}

@media (max-width: 767.38px) {

    .has-gutenberg-light-background-color+p.has-background,
    .has-gutenberg-black-background-color+p.has-background,
    .has-gutenberg-grey-1-background-color+p.has-background,
    .has-gutenberg-grey-2-background-color+p.has-background,
    .has-gutenberg-grey-3-background-color+p.has-background {
        margin-top: -8.85417vw
    }
}

@media (max-width: 575.98px) {

    .has-gutenberg-light-background-color+p.has-background,
    .has-gutenberg-black-background-color+p.has-background,
    .has-gutenberg-grey-1-background-color+p.has-background,
    .has-gutenberg-grey-2-background-color+p.has-background,
    .has-gutenberg-grey-3-background-color+p.has-background {
        margin-top: -13.6vw
    }
}

.has-gutenberg-light-background-color+p:not(.has-background),
.has-gutenberg-black-background-color+p:not(.has-background),
.has-gutenberg-grey-1-background-color+p:not(.has-background),
.has-gutenberg-grey-2-background-color+p:not(.has-background),
.has-gutenberg-grey-3-background-color+p:not(.has-background) {
    padding-top: 1rem !important;
    margin-top: -51px
}

@media (max-width: 1439.98px) {

    .has-gutenberg-light-background-color+p:not(.has-background),
    .has-gutenberg-black-background-color+p:not(.has-background),
    .has-gutenberg-grey-1-background-color+p:not(.has-background),
    .has-gutenberg-grey-2-background-color+p:not(.has-background),
    .has-gutenberg-grey-3-background-color+p:not(.has-background) {
        padding-top: 1rem !important;
        margin-top: -3.54167vw
    }
}

@media (max-width: 767.48px) {

    .has-gutenberg-light-background-color+p:not(.has-background),
    .has-gutenberg-black-background-color+p:not(.has-background),
    .has-gutenberg-grey-1-background-color+p:not(.has-background),
    .has-gutenberg-grey-2-background-color+p:not(.has-background),
    .has-gutenberg-grey-3-background-color+p:not(.has-background) {
        padding-top: 1rem !important;
        margin-top: -3.54167vw
    }
}

@media (max-width: 767.38px) {

    .has-gutenberg-light-background-color+p:not(.has-background),
    .has-gutenberg-black-background-color+p:not(.has-background),
    .has-gutenberg-grey-1-background-color+p:not(.has-background),
    .has-gutenberg-grey-2-background-color+p:not(.has-background),
    .has-gutenberg-grey-3-background-color+p:not(.has-background) {
        padding-top: 1rem !important;
        margin-top: -8.85417vw
    }
}

@media (max-width: 575.98px) {

    .has-gutenberg-light-background-color+p:not(.has-background),
    .has-gutenberg-black-background-color+p:not(.has-background),
    .has-gutenberg-grey-1-background-color+p:not(.has-background),
    .has-gutenberg-grey-2-background-color+p:not(.has-background),
    .has-gutenberg-grey-3-background-color+p:not(.has-background) {
        padding-top: 1rem !important;
        margin-top: -13.6vw
    }
}

.has-gutenberg-light-background-color:before {
    background: #1a1a1a !important
}

.has-gutenberg-light-background-color+.has-gutenberg-light-background-color {
    padding-top: 0 !important
}

.has-gutenberg-black-background-color {
    color: #1a1a1a !important
}

.has-gutenberg-black-background-color:before {
    background: #1a1a1a !important
}

.has-gutenberg-black-background-color+.has-gutenberg-black-background-color {
    padding-top: 0 !important
}

.has-gutenberg-grey-1-background-color {
    color: #1a1a1a !important
}

.has-gutenberg-grey-1-background-color:before {
    background: #969494 !important
}

.has-gutenberg-grey-1-background-color+.has-gutenberg-grey-1-background-color {
    padding-top: 0 !important
}

.has-gutenberg-grey-2-background-color:before {
    background: #b8b7b7 !important
}

.has-gutenberg-grey-2-background-color+.has-gutenberg-grey-2-background-color {
    padding-top: 0 !important
}

.has-gutenberg-grey-3-background-color:before {
    background: #d7d7d7 !important
}

.has-gutenberg-grey-3-background-color+.has-gutenberg-grey-3-background-color {
    padding-top: 0 !important
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html h1,
html .h1,
html .h1,
html h2,
html .h2,
html .h2,
html h3,
html .h3,
html .nav-tabs .nav-link,
.nav-tabs html .nav-link,
html .__h3,
html footer h1,
footer html h1,
html footer .h1,
footer html .h1,
html footer h2,
footer html h2,
html footer .h2,
footer html .h2,
html footer h3,
footer html h3,
html footer h4,
footer html h4,
html footer .h4,
footer html .h4,
html footer h5,
footer html h5,
html footer .h5,
footer html .h5,
html footer h6,
footer html h6,
html footer .h6,
footer html .h6,
html .h3,
html .nav-tabs .nav-link,
.nav-tabs html .nav-link,
html .__h3,
html footer h1,
footer html h1,
html footer .h1,
footer html .h1,
html footer h2,
footer html h2,
html footer .h2,
footer html .h2,
html footer h3,
footer html h3,
html footer h4,
footer html h4,
html footer .h4,
footer html .h4,
html footer h5,
footer html h5,
html footer .h5,
footer html .h5,
html footer h6,
footer html h6,
html footer .h6,
footer html .h6,
html h4,
html .h4,
html .h4,
html h5,
html .h5,
html .h5,
html h6,
html .h6,
html .h6 {
    text-transform: uppercase
}

html h1>span:not(.no-color),
html .h1>span:not(.no-color),
html .h1>span:not(.no-color),
html h2>span:not(.no-color),
html .h2>span:not(.no-color),
html .h2>span:not(.no-color),
html h3>span:not(.no-color),
html .h3>span:not(.no-color),
html .nav-tabs .nav-link>span:not(.no-color),
.nav-tabs html .nav-link>span:not(.no-color),
html .__h3>span:not(.no-color),
html footer h1>span:not(.no-color),
footer html h1>span:not(.no-color),
html footer .h1>span:not(.no-color),
footer html .h1>span:not(.no-color),
html footer h2>span:not(.no-color),
footer html h2>span:not(.no-color),
html footer .h2>span:not(.no-color),
footer html .h2>span:not(.no-color),
html footer h3>span:not(.no-color),
html footer h4>span:not(.no-color),
footer html h4>span:not(.no-color),
html footer .h4>span:not(.no-color),
footer html .h4>span:not(.no-color),
html footer h5>span:not(.no-color),
footer html h5>span:not(.no-color),
html footer .h5>span:not(.no-color),
footer html .h5>span:not(.no-color),
html footer h6>span:not(.no-color),
footer html h6>span:not(.no-color),
html footer .h6>span:not(.no-color),
footer html .h6>span:not(.no-color),
html .h3>span:not(.no-color),
html .nav-tabs .nav-link>span:not(.no-color),
.nav-tabs html .nav-link>span:not(.no-color),
html .__h3>span:not(.no-color),
html footer h1>span:not(.no-color),
footer html h1>span:not(.no-color),
html footer .h1>span:not(.no-color),
footer html .h1>span:not(.no-color),
html footer h2>span:not(.no-color),
footer html h2>span:not(.no-color),
html footer .h2>span:not(.no-color),
footer html .h2>span:not(.no-color),
html footer h3>span:not(.no-color),
footer html h3>span:not(.no-color),
html footer h4>span:not(.no-color),
footer html h4>span:not(.no-color),
html footer .h4>span:not(.no-color),
footer html .h4>span:not(.no-color),
html footer h5>span:not(.no-color),
footer html h5>span:not(.no-color),
html footer .h5>span:not(.no-color),
footer html .h5>span:not(.no-color),
html footer h6>span:not(.no-color),
footer html h6>span:not(.no-color),
html footer .h6>span:not(.no-color),
footer html .h6>span:not(.no-color),
html h4>span:not(.no-color),
html .h4>span:not(.no-color),
html .h4>span:not(.no-color),
html h5>span:not(.no-color),
html .h5>span:not(.no-color),
html .h5>span:not(.no-color),
html h6>span:not(.no-color),
html .h6>span:not(.no-color),
html .h6>span:not(.no-color) {
    color: #60d3f7
}

html * {
    outline: none !important
}

html .text-quote {
    font-family: "Fada"
}

html p {
    margin-bottom: 16px
}

html .fada-page-title {
    margin-top: 32px;
    margin-bottom: 12px
}

html body,
html .newsletter-form .form-control {
    font-size: 16px;
    line-height: 26px
}

html .text-quote {
    font-size: 23px;
    line-height: 34px
}

html .fs-large {
    font-size: 20px !important;
    line-height: 28px !important
}

html .fs-small,
html .ui-datepicker.ui-widget.ui-widget-content,
html .form-label {
    font-size: 14px;
    line-height: 24px
}

html h1,
html .h1,
html .h1 {
    font-size: 50px;
    line-height: 58px
}

html h2,
html .h2,
html .h2,
html .fs-h2 {
    font-size: 30px;
    line-height: 38px
}

html h3,
html .h3,
html .nav-tabs .nav-link,
.nav-tabs html .nav-link,
html .__h3,
html footer h1,
footer html h1,
html footer .h1,
footer html .h1,
html footer h2,
footer html h2,
html footer .h2,
footer html .h2,
html footer h3,
footer html h3,
html footer h4,
footer html h4,
html footer .h4,
footer html .h4,
html footer h5,
footer html h5,
html footer .h5,
footer html .h5,
html footer h6,
footer html h6,
html footer .h6,
footer html .h6,
html .h3,
html .nav-tabs .nav-link,
.nav-tabs html .nav-link,
html .__h3,
html footer h1,
footer html h1,
html footer .h1,
footer html .h1,
html footer h2,
footer html h2,
html footer .h2,
footer html .h2,
html footer h3,
footer html h3,
html footer h4,
footer html h4,
html footer .h4,
footer html .h4,
html footer h5,
footer html h5,
html footer .h5,
footer html .h5,
html footer h6,
footer html h6,
html footer .h6,
footer html .h6 {
    font-size: 23px;
    line-height: 28px
}

html h4,
html .h4,
html .h4 {
    font-size: 20px;
    line-height: 25px
}

html h5,
html .h5,
html .h5 {
    font-size: 18px;
    line-height: 23px
}

html h6,
html .h6,
html .h6 {
    font-size: 16px;
    line-height: 20px
}

@media (max-width: 1439.98px) {
    html p {
        margin-bottom: 1.11111vw
    }

    html .fada-page-title {
        margin-top: 2.22222vw;
        margin-bottom: .83333vw
    }

    html body,
    html .newsletter-form .form-control {
        font-size: 1.11111vw;
        line-height: 1.80556vw
    }

    html .text-quote {
        font-size: 1.59722vw;
        line-height: 2.36111vw
    }

    html .fs-large {
        font-size: 1.75vw !important;
        line-height: 2vw !important
    }

    html .fs-small,
    html .ui-datepicker.ui-widget.ui-widget-content,
    html .form-label {
        font-size: .97222vw;
        line-height: 1.66667vw
    }

    html h1,
    html .h1,
    html .h1 {
        font-size: 3.47222vw;
        line-height: 4.02778vw
    }

    html h2,
    html .h2,
    html .h2,
    html .fs-h2 {
        font-size: 2.08333vw;
        line-height: 2.63889vw
    }

    html h3,
    html .h3,
    html .nav-tabs .nav-link,
    .nav-tabs html .nav-link,
    html .__h3,
    html footer h1,
    footer html h1,
    html footer .h1,
    footer html .h1,
    html footer h2,
    footer html h2,
    html footer .h2,
    footer html .h2,
    html footer h3,
    footer html h3,
    html footer h4,
    footer html h4,
    html footer .h4,
    footer html .h4,
    html footer h5,
    footer html h5,
    html footer .h5,
    footer html .h5,
    html footer h6,
    footer html h6,
    html footer .h6,
    footer html .h6,
    html .h3,
    html .nav-tabs .nav-link,
    .nav-tabs html .nav-link,
    html .__h3,
    html footer h1,
    footer html h1,
    html footer .h1,
    footer html .h1,
    html footer h2,
    footer html h2,
    html footer .h2,
    footer html .h2,
    html footer h3,
    footer html h3,
    html footer h4,
    footer html h4,
    html footer .h4,
    footer html .h4,
    html footer h5,
    footer html h5,
    html footer .h5,
    footer html .h5,
    html footer h6,
    footer html h6,
    html footer .h6,
    footer html .h6 {
        font-size: 1.59722vw;
        line-height: 1.94444vw
    }

    html h4,
    html .h4,
    html .h4 {
        font-size: 1.38889vw;
        line-height: 1.73611vw
    }

    html h5,
    html .h5,
    html .h5 {
        font-size: 1.25vw;
        line-height: 1.59722vw
    }

    html h6,
    html .h6,
    html .h6 {
        font-size: 1.11111vw;
        line-height: 1.38889vw
    }
}

@media (max-width: 767.48px) {
    html p {
        margin-bottom: 1.11111vw
    }

    html .fada-page-title {
        margin-top: 2.22222vw;
        margin-bottom: .83333vw
    }

    html body,
    html .newsletter-form .form-control {
        font-size: 1.11111vw;
        line-height: 1.80556vw
    }

    html .text-quote {
        font-size: 1.59722vw;
        line-height: 2.36111vw
    }

    html .fs-large {
        font-size: 1.25vw !important;
        line-height: 1.94444vw !important
    }

    html .fs-small,
    html .ui-datepicker.ui-widget.ui-widget-content,
    html .form-label {
        font-size: .97222vw;
        line-height: 1.66667vw
    }

    html h1,
    html .h1,
    html .h1 {
        font-size: 3.47222vw;
        line-height: 4.02778vw
    }

    html h2,
    html .h2,
    html .h2,
    html .fs-h2 {
        font-size: 2.08333vw;
        line-height: 2.63889vw
    }

    html h3,
    html .h3,
    html .nav-tabs .nav-link,
    .nav-tabs html .nav-link,
    html .__h3,
    html footer h1,
    footer html h1,
    html footer .h1,
    footer html .h1,
    html footer h2,
    footer html h2,
    html footer .h2,
    footer html .h2,
    html footer h3,
    footer html h3,
    html footer h4,
    footer html h4,
    html footer .h4,
    footer html .h4,
    html footer h5,
    footer html h5,
    html footer .h5,
    footer html .h5,
    html footer h6,
    footer html h6,
    html footer .h6,
    footer html .h6,
    html .h3,
    html .nav-tabs .nav-link,
    .nav-tabs html .nav-link,
    html .__h3,
    html footer h1,
    footer html h1,
    html footer .h1,
    footer html .h1,
    html footer h2,
    footer html h2,
    html footer .h2,
    footer html .h2,
    html footer h3,
    footer html h3,
    html footer h4,
    footer html h4,
    html footer .h4,
    footer html .h4,
    html footer h5,
    footer html h5,
    html footer .h5,
    footer html .h5,
    html footer h6,
    footer html h6,
    html footer .h6,
    footer html .h6 {
        font-size: 1.59722vw;
        line-height: 1.94444vw
    }

    html h4,
    html .h4,
    html .h4 {
        font-size: 1.38889vw;
        line-height: 1.73611vw
    }

    html h5,
    html .h5,
    html .h5 {
        font-size: 1.25vw;
        line-height: 1.59722vw
    }

    html h6,
    html .h6,
    html .h6 {
        font-size: 1.11111vw;
        line-height: 1.38889vw
    }
}

@media (max-width: 767.38px) {
    html p {
        margin-bottom: 2.77778vw
    }

    html .fada-page-title {
        margin-top: 2.95139vw;
        margin-bottom: 1.5625vw
    }

    html body,
    html .newsletter-form .form-control {
        font-size: 2.43056vw;
        line-height: 4.16667vw
    }

    html .text-quote {
        font-size: 2.43056vw;
        line-height: 4.16667vw
    }

    html .fs-large {
        font-size: 2.77778vw !important;
        line-height: 4.51389vw !important
    }

    html .fs-small,
    html .ui-datepicker.ui-widget.ui-widget-content,
    html .form-label {
        font-size: 2.08333vw;
        line-height: 3.47222vw
    }

    html h1,
    html .h1,
    html .h1 {
        font-size: 4.16667vw;
        line-height: 6.25vw
    }

    html h2,
    html .h2,
    html .h2,
    html .fs-h2 {
        font-size: 3.125vw;
        line-height: 3.99306vw
    }

    html h3,
    html .h3,
    html .nav-tabs .nav-link,
    .nav-tabs html .nav-link,
    html .__h3,
    html footer h1,
    footer html h1,
    html footer .h1,
    footer html .h1,
    html footer h2,
    footer html h2,
    html footer .h2,
    footer html .h2,
    html footer h3,
    footer html h3,
    html footer h4,
    footer html h4,
    html footer .h4,
    footer html .h4,
    html footer h5,
    footer html h5,
    html footer .h5,
    footer html .h5,
    html footer h6,
    footer html h6,
    html footer .h6,
    footer html .h6,
    html .h3,
    html .nav-tabs .nav-link,
    .nav-tabs html .nav-link,
    html .__h3,
    html footer h1,
    footer html h1,
    html footer .h1,
    footer html .h1,
    html footer h2,
    footer html h2,
    html footer .h2,
    footer html .h2,
    html footer h3,
    footer html h3,
    html footer h4,
    footer html h4,
    html footer .h4,
    footer html .h4,
    html footer h5,
    footer html h5,
    html footer .h5,
    footer html .h5,
    html footer h6,
    footer html h6,
    html footer .h6,
    footer html .h6 {
        font-size: 2.77778vw;
        line-height: 4.51389vw
    }

    html h4,
    html .h4,
    html .h4 {
        font-size: 2.43056vw;
        line-height: 4.16667vw
    }

    html h5,
    html .h5,
    html .h5 {
        font-size: 2.43056vw;
        line-height: 4.16667vw
    }

    html h6,
    html .h6,
    html .h6 {
        font-size: 2.43056vw;
        line-height: 4.16667vw
    }
}

@media (max-width: 575.98px) {
    html p {
        margin-bottom: 4.26667vw
    }

    html .fada-page-title {
        margin-top: 4.53333vw;
        margin-bottom: 2.4vw
    }

    html body,
    html .newsletter-form .form-control {
        font-size: 3.73333vw;
        line-height: 6.4vw
    }

    html .text-quote {
        font-size: 3.73333vw;
        line-height: 6.4vw
    }

    html .fs-large {
        font-size: 4.26667vw !important;
        line-height: 6.93333vw !important
    }

    html .fs-small,
    html .ui-datepicker.ui-widget.ui-widget-content,
    html .form-label {
        font-size: 3.2vw;
        line-height: 5.33333vw
    }

    html h1,
    html .h1,
    html .h1 {
        font-size: 6.4vw;
        line-height: 9.6vw
    }

    html h2,
    html .h2,
    html .h2,
    html .fs-h2 {
        font-size: 4.8vw;
        line-height: 6.13333vw
    }

    html h3,
    html .h3,
    html .nav-tabs .nav-link,
    .nav-tabs html .nav-link,
    html .__h3,
    html footer h1,
    footer html h1,
    html footer .h1,
    footer html .h1,
    html footer h2,
    footer html h2,
    html footer .h2,
    footer html .h2,
    html footer h3,
    footer html h3,
    html footer h4,
    footer html h4,
    html footer .h4,
    footer html .h4,
    html footer h5,
    footer html h5,
    html footer .h5,
    footer html .h5,
    html footer h6,
    footer html h6,
    html footer .h6,
    footer html .h6,
    html .h3,
    html .nav-tabs .nav-link,
    .nav-tabs html .nav-link,
    html .__h3,
    html footer h1,
    footer html h1,
    html footer .h1,
    footer html .h1,
    html footer h2,
    footer html h2,
    html footer .h2,
    footer html .h2,
    html footer h3,
    footer html h3,
    html footer h4,
    footer html h4,
    html footer .h4,
    footer html .h4,
    html footer h5,
    footer html h5,
    html footer .h5,
    footer html .h5,
    html footer h6,
    footer html h6,
    html footer .h6,
    footer html .h6 {
        font-size: 4.26667vw;
        line-height: 6.93333vw
    }

    html h4,
    html .h4,
    html .h4 {
        font-size: 3.73333vw;
        line-height: 6.4vw
    }

    html h5,
    html .h5,
    html .h5 {
        font-size: 3.73333vw;
        line-height: 6.4vw
    }

    html h6,
    html .h6,
    html .h6 {
        font-size: 3.2vw;
        line-height: 6.4vw
    }
}