@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/Tajawal-Regular.woff2') format('woff2'),
    url('../fonts/Tajawal-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/Tajawal-Medium.woff2') format('woff2'),
    url('../fonts/Tajawal-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/*-----------------*/
@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Medium.woff2') format('woff2'),
    url('../fonts/Graphik-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Regular.woff2') format('woff2'),
    url('../fonts/Graphik-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/*-----------------*/
@font-face {
    font-family: 'Ivy Mode';
    src: url('../fonts/IvyMode-Italic.woff2') format('woff2'),
    url('../fonts/IvyMode-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Ivy Mode';
    src: url('../fonts/IvyMode-Regular.woff2') format('woff2'),
    url('../fonts/IvyMode-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/*-----------------*/
@font-face {
    font-family: 'Matter';
    src: url('../fonts/Matter-Regular.woff2') format('woff2'),
    url('../fonts/Matter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --1-rem: 16px;
    --body-fw: 400;
    --body-ff: 'Ivy Mode', sans-serif;
    --body-color: #454033;
    --body-ta: left;
    --body-bg: #ffffff;
    --body-ls: 0;
    --body-lh: 1.5;
    --vh: 1;
    --vh-2: 1;
    /*--------Fonts-----------*/
    --primary: 'Ivy Mode', sans-serif;
    --secondary-ff: 'Graphik', sans-serif;
    --third-ff: 'Matter', sans-serif;
    --arabic-ff: 'Tajawal';
    /*--------Desert Pastels-----------*/
    --color-1: #e67340;
    --color-2: #2b2b2b;
    --color-3: #a9a9a9;
    --color-4: #f5f5f5;
    --color-5: #454033;
    --color-6: #c4bba5;
    --color-7: #f5f3ed;
    --color-8: #5e4e48;
    --color-9: #c4886f;
    --color-10: #f5f0ed;
    --color-11: #5b5e48;
    --color-12: #a4a794;
    --color-13: #f4f5ed;
    --color-14: #47525e;
    --color-15: #a8b6c5;
    --color-16: #edf1f5;
    /*-----------Gradients--------------*/
    --1-gradient: linear-gradient(to bottom, #f5f3ed 0%, rgba(245, 243, 237, 0.9) 20.69%, rgba(245, 243, 237, 0.8) 41.38%, rgba(245, 245, 245, 0.01) 100%);
    --2-gradient: linear-gradient(to bottom, #f5f3ed 0%, #ffffff 100%);
    --3-gradient: linear-gradient(to bottom, #ffffff 0%, #f5f3ed 100%);
    /*--------Black and White-----------*/
    --dark-color: #000000;
    --light-color: #ffffff;
    /*-------------Neutrals--------------*/
    ---neutral-900: #1a1a1a;
    ---neutral-800: #333333;
    ---neutral-400: #999999;
    ---neutral-700: #4d4d4d;
    ---neutral-600: #666666;
    ---neutral-500: #808080;
    ---neutral-300: #b3b3b3;
    ---neutral-200: #cccccc;
    ---neutral-100: #e6e6e6;
    ---neutral-50: #f2f2f2;
    /*-------------------*/
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
}
*, ::after, ::before {
    box-sizing: border-box
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}
html {
    font-size: var(--1-rem);
    font-family: var(--body-ff);
    line-height: var(--body-lh);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: var(--body-ff);
    font-size: var(--1-rem);
    font-weight: var(--body-fw);
    line-height: var(--body-lh);
    letter-spacing: var(--body-ls);
    color: var(--body-color);
    text-align: var(--body-ta);
    background-color: var(--body-bg);
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: 1.35rem;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul,
dl {
    list-style: none;
    margin-top: 0;
    margin-bottom: 20px;
}
ul,
ol {
    padding-left: 1.5em;
}
ol {
    list-style-type: none;
    counter-reset: li;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
li ul,
li ol {
    margin-top: 8px;
    padding-left: 15px;
}
::marker {
    content: none;
}
ul li,
ol li {
    position: relative;
    margin-bottom: 1rem;
}
ul li:before {
    content: "";
    display: inline-block;
    width: 0.56em;
    height: 0.56em;
    background: #c4886f;
    transform: rotate(45deg);
    position: absolute;
    top: 0.6em;
    left: -1.3em;
}
li ul li:before {
    background: #0000;
    border: 1px solid #c4886f;
}
ol li:before {
    counter-increment: li;
    content: counter(li, decimal-leading-zero);
    color: #c4886f;
    margin-right: 0.25em;
    font-family: 'Ivy Mode', sans-serif;
}
li ol li:before {
    counter-increment: li;
    content: counter(li, decimal-leading-zero);
}
dt {
    font-weight: 700
}
dd {
    margin-bottom: .5rem;
    margin-left: 0
}
blockquote,
.blockquote {
    margin: 0;
}
.blockquote {
    font-size: 26px;
}
cite {
    font-style: normal;
}
blockquote:not(.blockquote) p:before, .quote:before {
    content: '“';
}
blockquote:not(.blockquote) p:after, .quote:after {
    content: '”';
}
b, strong {
    font-weight: bolder
}
small {
    font-size: 80%
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}
sub {
    bottom: -.25rem
}
sup {
    top: -.5rem
}
a {
    color: #c4886f;
    text-decoration: underline;
    background-color: transparent;
}
code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1rem;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img, video, iframe {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}
svg {
    max-width: 100%;
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent
}
label {
    display: block;
    margin-bottom: .5rem;
}
button {
    border-radius: 0;
    background: none;
    border: none;
    color: currentColor;
    padding: 1px 6px;
}
button:focus,
[role=button]:focus {
    outline: none;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
form {
    margin-bottom: 0;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
[role=button] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
button {
    -webkit-appearance: button;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
textarea {
    color: currentColor;
    height: 81px;
    resize: none;
    outline: none !important;
}
textarea:focus::placeholder {
    opacity: 0;
}
textarea::-webkit-input-placeholder {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}
textarea::-moz-placeholder {
    -moz-transition: all .15s ease;
    transition: all .15s ease;
}
textarea:-ms-input-placeholder {
    -ms-transition: all .15s ease;
    transition: all .15s ease;
}
textarea::-ms-input-placeholder {
    -ms-transition: all .15s ease;
    transition: all .15s ease;
}
textarea::placeholder {
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}
progress {
    vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}
[type=search] {
    -webkit-appearance: none
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}
output {
    display: inline-block
}
summary {
    display: list-item;
    cursor: pointer
}
template {
    display: none
}
[hidden] {
    display: none !important
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
    font-weight: 400;
}
/*--------fz-item-----------*/
/*xxl xl lg md sm xs xxs*/
.xxxl-title {
    font-size: 192px;
}
.xxl-title {
    font-size: 144px;
}
.xl-title {
    font-size: 80px;
}
.xxs-txt {
    font-size: 13px;
}
.xxl-txt {
    font-size: 40px;
}
.lg-txt {
    font-size: 20px;
}
.xl-txt {
    font-size: 32px;
}
.md-txt {
    font-size: 18px;
}
.ls-lg {
    letter-spacing: 0.01em;
}
.ls-xl {
    letter-spacing: 0.02em;
}
/*--------fz-item-----------*/
.h1, h1 {
    font-size: 56px;
}
.h2, h2 {
    font-size: 48px;
}
.h3, h3 {
    font-size: 40px;
}
.h4, h4 {
    font-size: 28px;
}
.h5, h5 {
    font-size: 26px;
}
.h6, h6 {
    font-size: 1rem;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid currentColor;
}
.small, small {
    font-size: .75rem;
}
.mark, mark {
    padding: .2em;
    color: var(--body-bg);
    background-color: var(--body-color);
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-unstyled li:before,
.nav li:before {
    content: none;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}
a > code {
    color: inherit
}
kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #ffffff;
    background-color: #212529;
    border-radius: .2rem
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}
/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
/*body:not(.has-scroll-init) {*/
/*    overflow: hidden;*/
/*}*/
html.has-scroll-smooth {
    overflow: hidden;
}
html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.has-scroll-smooth body {
    overflow: hidden;
}
.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh;
}
[data-scroll-direction="horizontal"] [data-scroll-container] {
    height: 100vh;
    display: inline-block;
    white-space: nowrap;
}
[data-scroll-direction="horizontal"] [data-scroll-section] {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    height: 100%;
}
.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100%;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    opacity: 0;
}
.c-scrollbar:hover {
    -webkit-transform: scaleX(1.45);
    -ms-transform: scaleX(1.45);
    transform: scaleX(1.45);
}
.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
    opacity: 1;
}
[data-scroll-direction="horizontal"] .c-scrollbar {
    width: 100%;
    height: 10px;
    top: auto;
    bottom: 0;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
[data-scroll-direction="horizontal"] .c-scrollbar:hover {
    -webkit-transform: scaleY(1.3);
    -ms-transform: scaleY(1.3);
    transform: scaleY(1.3);
}
.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: black;
    opacity: 0.5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: grab;
}
.has-scroll-dragging .c-scrollbar_thumb {
    cursor: grabbing;
}
[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
    right: auto;
    bottom: 0;
}
.disable-smooth-scroll.has-scroll-smooth,
.disable-smooth-scroll.has-scroll-smooth body {
    overflow: unset;
}
.disable-smooth-scroll.has-scroll-smooth .smooth-scroll {
    transform: unset !important;
}
/*------------------------------------------*/
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px
    }
}
@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
    .quote-section__container {
        max-width: 818px;
    }
    .hero-home__container {
        max-width: 892px;
    }
    .numbered-list__container {
        max-width: 890px !important;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1170px
    }
    .container--lg {
        max-width: 1188px;
    }
    .quote-section__container {
        max-width: 818px;
    }
    .timer-section__container {
        max-width: 890px;
    }
    .faq__container {
        max-width: 1101px;
    }
    .hero-home__container {
        max-width: 892px;
    }
}
@media (min-width: 1340px) {
    .container {
        max-width: 1338px;
    }
    .container--sm {
        max-width: 887px;
    }
    .container--lg {
        max-width: 1188px;
    }
    .quote-section__container {
        /*max-width: 822px;*/
        max-width: 834px;
    }
    .split-section__container {
        max-width: 1440px;
    }
    .timer-section__container {
        max-width: 890px;
    }
    .hero-home--inner .container--sm {
        max-width: 1100px;
    }
    .footer__container {
        max-width: 1316px;
    }
    .faq__container {
        max-width: 1101px;
    }
    .hero-home__container {
        max-width: 892px;
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
.order-first {
    -ms-flex-order: -1;
    order: -1
}
.order-last {
    -ms-flex-order: 13;
    order: 13
}
.order-0 {
    -ms-flex-order: 0;
    order: 0
}
.order-1 {
    -ms-flex-order: 1;
    order: 1
}
.order-2 {
    -ms-flex-order: 2;
    order: 2
}
.order-3 {
    -ms-flex-order: 3;
    order: 3
}
.order-4 {
    -ms-flex-order: 4;
    order: 4
}
.order-5 {
    -ms-flex-order: 5;
    order: 5
}
.order-6 {
    -ms-flex-order: 6;
    order: 6
}
.order-7 {
    -ms-flex-order: 7;
    order: 7
}
.order-8 {
    -ms-flex-order: 8;
    order: 8
}
.order-9 {
    -ms-flex-order: 9;
    order: 9
}
.order-10 {
    -ms-flex-order: 10;
    order: 10
}
.order-11 {
    -ms-flex-order: 11;
    order: 11
}
.order-12 {
    -ms-flex-order: 12;
    order: 12
}
.offset-1 {
    margin-left: 8.333333%
}
.offset-2 {
    margin-left: 16.666667%
}
.offset-3 {
    margin-left: 25%
}
.offset-4 {
    margin-left: 33.333333%
}
.offset-5 {
    margin-left: 41.666667%
}
.offset-6 {
    margin-left: 50%
}
.offset-7 {
    margin-left: 58.333333%
}
.offset-8 {
    margin-left: 66.666667%
}
.offset-9 {
    margin-left: 75%
}
.offset-10 {
    margin-left: 83.333333%
}
.offset-11 {
    margin-left: 91.666667%
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}
.form-control {
    display: block;
    border: none;
    background: #0000;
    width: 100%;
    border-radius: 0;
    line-height: 1;
    padding: 1px 0 1px;
    color: currentColor;
    opacity: 1;
    border-bottom: 1px solid currentColor;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
@media (prefers-reduced-motion: reduce) {
    input {
        transition: none
    }
}
input::-ms-expand {
    background-color: transparent;
    border: 0
}
input:-moz-focusring {
    color: transparent;
}
input:focus {
    outline: none;
    box-shadow: none;
}
input:focus::-webkit-input-placeholder {
    opacity: 0;
}
input:focus::-moz-placeholder {
    opacity: 0;
}
input:focus:-ms-input-placeholder {
    opacity: 0;
}
input:focus::-ms-input-placeholder {
    opacity: 0;
}
input:focus::placeholder {
    opacity: 0;
}
input::-webkit-input-placeholder {
    color: currentColor;
    opacity: 1
}
input::-moz-placeholder {
    color: currentColor;
    opacity: 1
}
input:-ms-input-placeholder {
    color: currentColor;
    opacity: 1
}
input::-ms-input-placeholder {
    color: currentColor;
    opacity: 1
}
input::placeholder {
    color: currentColor;
    opacity: 1
}
input::-webkit-input-placeholder {
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
}
input::-moz-placeholder {
    -moz-transition: all .15s ease-in;
    transition: all .15s ease-in;
}
input:-ms-input-placeholder {
    -ms-transition: all .15s ease-in;
    transition: all .15s ease-in;
}
input::-ms-input-placeholder {
    -ms-transition: all .15s ease-in;
    transition: all .15s ease-in;
}
input:disabled,
input[readonly],
input[readonly] {
    background-color: var(--body-bg);
    opacity: .2
}
input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.fade {
    transition: opacity .15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}
.fade:not(.show) {
    opacity: 0
}
.collapse:not(.show) {
    display: none
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}
.dropdown .dropdown-toggle {
    display: block;
    padding-right: 20px;
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    font-weight: 400;
}
.dropdown .dropdown-toggle:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.279' height='7.139' viewBox='0 0 12.279 7.139'%3E%3Cg id='Group_351' data-name='Group 351' transform='translate(9280.078 -2097.829) rotate(90)'%3E%3Cpath id='Path_88' data-name='Path 88' d='M2099.243,9269.213l4.726,4.726-4.726,4.726' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E") center center/contain no-repeat;
}
.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle:empty::after {
    margin-left: 0
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    display: none;
    float: left;
    min-width: 100%;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 16px;
    color: var(--body-bg);
    text-align: left;
    list-style: none;
    background-color: var(--body-color);
    border: 1px solid var(--body-color);
    border-radius: .25rem;
}
.dropdown-menu-left {
    right: auto;
    left: 0
}
.dropdown-menu-right {
    right: 0;
    left: auto
}
@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255rem;
    vertical-align: .255rem;
    content: "";
    border-top: 0;
    border-right: .3rem solid transparent;
    border-bottom: .3rem solid;
    border-left: .3rem solid transparent
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255rem;
    vertical-align: .255rem;
    content: "";
    border-top: .3rem solid transparent;
    border-right: 0;
    border-bottom: .3rem solid transparent;
    border-left: .3rem solid
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}
.dropright .dropdown-toggle::after {
    vertical-align: 0
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255rem;
    vertical-align: .255rem;
    content: ""
}
.dropleft .dropdown-toggle::after {
    display: none
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255rem;
    vertical-align: .255rem;
    content: "";
    border-top: .3rem solid transparent;
    border-right: .3rem solid;
    border-bottom: .3rem solid transparent
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}
.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid var(--body-bg)
}
.dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: var(--body-bg);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-decoration: none;
}
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
    color: var(--body-color);
    text-decoration: none;
    background-color: var(--body-bg);
}
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
    color: var(--body-color);
    text-decoration: none;
    background-color: var(--body-bg);
}
.dropdown-menu .dropdown-item.disabled,
.dropdown-menu .dropdown-item:disabled {
    color: var(--body-color);
    opacity: .5;
    pointer-events: none;
    background-color: transparent
}
.dropdown-menu.show {
    display: block
}
.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
}
.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}
.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
    margin-left: 0
}
.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.tab-content > .tab-pane {
    display: none
}
.tab-content > .active {
    display: block
}
.modal-open {
    overflow: hidden
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}
.modal-dialog {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    pointer-events: none
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}
.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}
.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}
.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}
.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: var(--body-bg);
    outline: 0
}
.modal-content--video {
    background: #0000;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0
}
.modal-backdrop.show {
    opacity: .5
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
@media (min-width: 576px) {
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }
    .modal-sm {
        max-width: 300px
    }
}
@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}
.d-none {
    display: none !important
}
.d-inline {
    display: inline !important
}
.d-inline-block {
    display: inline-block !important
}
.d-block {
    display: block !important
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}
.embed-responsive::before {
    display: block;
    content: ""
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}
.embed-responsive-21by9::before {
    padding-top: 42.857143%
}
.embed-responsive-16by9::before {
    padding-top: 56.25%
}
.embed-responsive-4by3::before {
    padding-top: 75%
}
.embed-responsive-1by1::before {
    padding-top: 100%
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}
.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}
.align-items-stretch {
    -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
}
@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !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 {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -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
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !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 {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -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
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !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 {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -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
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !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 {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -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
    }
}
.overflow-hidden {
    overflow: hidden !important
}
.position-static {
    position: static !important
}
.position-relative {
    position: relative !important
}
.position-absolute {
    position: absolute !important
}
.position-fixed {
    position: fixed !important
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}
.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
}
.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
}
.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
}
.mw-100 {
    max-width: 100% !important
}
.mh-100 {
    max-height: 100% !important
}
.min-vw-100 {
    min-width: 100vw !important
}
.min-vh-100 {
    min-height: 100vh !important
}
.vw-100 {
    width: 100vw !important
}
.vh-100 {
    height: 100vh !important
}
.m-0 {
    margin: 0 !important
}
.mt-0, .my-0 {
    margin-top: 0 !important
}
.mr-0, .mx-0 {
    margin-right: 0 !important
}
.mb-0, .my-0 {
    margin-bottom: 0 !important
}
.ml-0, .mx-0 {
    margin-left: 0 !important
}
.m-1 {
    margin: 4px !important
}
.mt-1, .my-1 {
    margin-top: 4px !important
}
.mr-1, .mx-1 {
    margin-right: 4px !important
}
.mb-1, .my-1 {
    margin-bottom: 4px !important
}
.ml-1, .mx-1 {
    margin-left: 4px !important
}
.m-2 {
    margin: 8px !important
}
.mt-2, .my-2 {
    margin-top: 8px !important
}
.mr-2, .mx-2 {
    margin-right: 8px !important
}
.mb-2, .my-2 {
    margin-bottom: 8px !important
}
.ml-2, .mx-2 {
    margin-left: 8px !important
}
.m-3 {
    margin: 15px !important
}
.mt-3, .my-3 {
    margin-top: 15px !important
}
.mr-3, .mx-3 {
    margin-right: 15px !important
}
.mb-3, .my-3 {
    margin-bottom: 15px !important
}
.ml-3, .mx-3 {
    margin-left: 15px !important
}
.m-4 {
    margin: 24px !important
}
.mt-4, .my-4 {
    margin-top: 24px !important
}
.mr-4, .mx-4 {
    margin-right: 24px !important
}
.mb-4, .my-4 {
    margin-bottom: 24px !important
}
.ml-4, .mx-4 {
    margin-left: 24px !important
}
.m-5 {
    margin: 32px !important
}
.mt-5, .my-5 {
    margin-top: 32px !important
}
.mr-5, .mx-5 {
    margin-right: 32px !important
}
.mb-5, .my-5 {
    margin-bottom: 32px !important
}
.ml-5, .mx-5 {
    margin-left: 32px !important
}
.mb-6 {
    margin-bottom: 42px !important
}
.my-6 {
    margin-bottom: 40px !important
}
.mt-6, .my-6 {
    margin-top: 40px !important
}
.p-0 {
    padding: 0 !important
}
.pt-0, .py-0 {
    padding-top: 0 !important
}
.pr-0, .px-0 {
    padding-right: 0 !important
}
.pb-0, .py-0 {
    padding-bottom: 0 !important
}
.pl-0, .px-0 {
    padding-left: 0 !important
}
.p-1 {
    padding: 4px !important
}
.pt-1, .py-1 {
    padding-top: 4px !important
}
.pr-1, .px-1 {
    padding-right: 4px !important
}
.pb-1, .py-1 {
    padding-bottom: 4px !important
}
.pl-1, .px-1 {
    padding-left: 4px !important
}
.p-2 {
    padding: 8px !important
}
.pt-2, .py-2 {
    padding-top: 8px !important
}
.pr-2, .px-2 {
    padding-right: 8px !important
}
.pb-2, .py-2 {
    padding-bottom: 8px !important
}
.pl-2, .px-2 {
    padding-left: 8px !important
}
.p-3 {
    padding: 15px !important
}
.pt-3, .py-3 {
    padding-top: 15px !important
}
.pr-3, .px-3 {
    padding-right: 15px !important
}
.pb-3, .py-3 {
    padding-bottom: 15px !important
}
.pl-3, .px-3 {
    padding-left: 15px !important
}
.p-4 {
    padding: 24px !important
}
.pt-4, .py-4 {
    padding-top: 24px !important
}
.pr-4, .px-4 {
    padding-right: 24px !important
}
.pb-4, .py-4 {
    padding-bottom: 24px !important
}
.pl-4, .px-4 {
    padding-left: 24px !important
}
.p-5 {
    padding: 32px !important
}
.pt-5, .py-5 {
    padding-top: 32px !important
}
.pr-5, .px-5 {
    padding-right: 32px !important
}
.pb-5, .py-5 {
    padding-bottom: 32px !important
}
.pl-5, .px-5 {
    padding-left: 32px !important
}
.pb-6, .py-6 {
    padding-bottom: 40px !important
}
.pt-6, .py-6 {
    padding-top: 40px !important
}
.m-n1 {
    margin: -4px !important
}
.mt-n1, .my-n1 {
    margin-top: -4px !important
}
.mr-n1, .mx-n1 {
    margin-right: -.4px !important
}
.mb-n1, .my-n1 {
    margin-bottom: -4px !important
}
.ml-n1, .mx-n1 {
    margin-left: -4px !important
}
.m-n2 {
    margin: -8px !important
}
.mt-n2, .my-n2 {
    margin-top: -8px !important
}
.mr-n2, .mx-n2 {
    margin-right: -8px !important
}
.mb-n2, .my-n2 {
    margin-bottom: -8px !important
}
.ml-n2, .mx-n2 {
    margin-left: -8px !important
}
.m-n3 {
    margin: -15px !important
}
.mt-n3, .my-n3 {
    margin-top: -15px !important
}
.mr-n3, .mx-n3 {
    margin-right: -15px !important
}
.mb-n3, .my-n3 {
    margin-bottom: -15px !important
}
.ml-n3, .mx-n3 {
    margin-left: -15px !important
}
.m-n4 {
    margin: -24px !important
}
.mt-n4, .my-n4 {
    margin-top: -24px !important
}
.mr-n4, .mx-n4 {
    margin-right: -24px !important
}
.mb-n4, .my-n4 {
    margin-bottom: -24px !important
}
.ml-n4, .mx-n4 {
    margin-left: -24px !important
}
.m-n5 {
    margin: -32px !important
}
.mt-n5, .my-n5 {
    margin-top: -32px !important
}
.mr-n5, .mx-n5 {
    margin-right: -32px !important
}
.mb-n5, .my-n5 {
    margin-bottom: -32px !important
}
.ml-n5, .mx-n5 {
    margin-left: -32px !important
}
.m-auto {
    margin: auto !important
}
.mt-auto, .my-auto {
    margin-top: auto !important
}
.mr-auto, .mx-auto {
    margin-right: auto !important
}
.mb-auto, .my-auto {
    margin-bottom: auto !important
}
.ml-auto, .mx-auto {
    margin-left: auto !important
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: 4px !important
    }
    .mt-sm-1, .my-sm-1 {
        margin-top: 4px !important
    }
    .mr-sm-1, .mx-sm-1 {
        margin-right: 4px !important
    }
    .mb-sm-1, .my-sm-1 {
        margin-bottom: 4px !important
    }
    .ml-sm-1, .mx-sm-1 {
        margin-left: 4px !important
    }
    .m-sm-2 {
        margin: 8px !important
    }
    .mt-sm-2, .my-sm-2 {
        margin-top: 8px !important
    }
    .mr-sm-2, .mx-sm-2 {
        margin-right: 8px !important
    }
    .mb-sm-2, .my-sm-2 {
        margin-bottom: 8px !important
    }
    .ml-sm-2, .mx-sm-2 {
        margin-left: 8px !important
    }
    .m-sm-3 {
        margin: 15px !important
    }
    .mt-sm-3, .my-sm-3 {
        margin-top: 15px !important
    }
    .mr-sm-3, .mx-sm-3 {
        margin-right: 15px !important
    }
    .mb-sm-3, .my-sm-3 {
        margin-bottom: 15px !important
    }
    .ml-sm-3, .mx-sm-3 {
        margin-left: 15px !important
    }
    .m-sm-4 {
        margin: 24px !important
    }
    .mt-sm-4, .my-sm-4 {
        margin-top: 24px !important
    }
    .mr-sm-4, .mx-sm-4 {
        margin-right: 24px !important
    }
    .mb-sm-4, .my-sm-4 {
        margin-bottom: 24px !important
    }
    .ml-sm-4, .mx-sm-4 {
        margin-left: 24px !important
    }
    .m-sm-5 {
        margin: 32px !important
    }
    .mt-sm-5, .my-sm-5 {
        margin-top: 32px !important
    }
    .mr-sm-5, .mx-sm-5 {
        margin-right: 32px !important
    }
    .mb-sm-5, .my-sm-5 {
        margin-bottom: 32px !important
    }
    .ml-sm-5, .mx-sm-5 {
        margin-left: 32px !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: 4px !important
    }
    .pt-sm-1, .py-sm-1 {
        padding-top: 4px !important
    }
    .pr-sm-1, .px-sm-1 {
        padding-right: 4px !important
    }
    .pb-sm-1, .py-sm-1 {
        padding-bottom: 4px !important
    }
    .pl-sm-1, .px-sm-1 {
        padding-left: 4px !important
    }
    .p-sm-2 {
        padding: 8px !important
    }
    .pt-sm-2, .py-sm-2 {
        padding-top: 8px !important
    }
    .pr-sm-2, .px-sm-2 {
        padding-right: 8px !important
    }
    .pb-sm-2, .py-sm-2 {
        padding-bottom: 8px !important
    }
    .pl-sm-2, .px-sm-2 {
        padding-left: 8px !important
    }
    .p-sm-3 {
        padding: 15px !important
    }
    .pt-sm-3, .py-sm-3 {
        padding-top: 15px !important
    }
    .pr-sm-3, .px-sm-3 {
        padding-right: 15px !important
    }
    .pb-sm-3, .py-sm-3 {
        padding-bottom: 15px !important
    }
    .pl-sm-3, .px-sm-3 {
        padding-left: 15px !important
    }
    .p-sm-4 {
        padding: 24px !important
    }
    .pt-sm-4, .py-sm-4 {
        padding-top: 24px !important
    }
    .pr-sm-4, .px-sm-4 {
        padding-right: 24px !important
    }
    .pb-sm-4, .py-sm-4 {
        padding-bottom: 24px !important
    }
    .pl-sm-4, .px-sm-4 {
        padding-left: 24px !important
    }
    .p-sm-5 {
        padding: 32px !important
    }
    .pt-sm-5, .py-sm-5 {
        padding-top: 32px !important
    }
    .pr-sm-5, .px-sm-5 {
        padding-right: 32px !important
    }
    .pb-sm-5, .py-sm-5 {
        padding-bottom: 32px !important
    }
    .pl-sm-5, .px-sm-5 {
        padding-left: 32px !important
    }
    .m-sm-n1 {
        margin: -4px !important
    }
    .mt-sm-n1, .my-sm-n1 {
        margin-top: -4px !important
    }
    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -4px !important
    }
    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -4px !important
    }
    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -4px !important
    }
    .m-sm-n2 {
        margin: -8px !important
    }
    .mt-sm-n2, .my-sm-n2 {
        margin-top: -8px !important
    }
    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -8px !important
    }
    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -8px !important
    }
    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -8px !important
    }
    .m-sm-n3 {
        margin: -15px !important
    }
    .mt-sm-n3, .my-sm-n3 {
        margin-top: -15px !important
    }
    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -15px !important
    }
    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -15px !important
    }
    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -15px !important
    }
    .m-sm-n4 {
        margin: -24px !important
    }
    .mt-sm-n4, .my-sm-n4 {
        margin-top: -24px !important
    }
    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -24px !important
    }
    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -24px !important
    }
    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -24px !important
    }
    .m-sm-n5 {
        margin: -32px !important
    }
    .mt-sm-n5, .my-sm-n5 {
        margin-top: -32px !important
    }
    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -32px !important
    }
    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -32px !important
    }
    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -32px !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: 4px !important
    }
    .mt-md-1, .my-md-1 {
        margin-top: 4px !important
    }
    .mr-md-1, .mx-md-1 {
        margin-right: 4px !important
    }
    .mb-md-1, .my-md-1 {
        margin-bottom: 4px !important
    }
    .ml-md-1, .mx-md-1 {
        margin-left: 4px !important
    }
    .m-md-2 {
        margin: 8px !important
    }
    .mt-md-2, .my-md-2 {
        margin-top: 8px !important
    }
    .mr-md-2, .mx-md-2 {
        margin-right: 8px !important
    }
    .mb-md-2, .my-md-2 {
        margin-bottom: 8px !important
    }
    .ml-md-2, .mx-md-2 {
        margin-left: 8px !important
    }
    .m-md-3 {
        margin: 15px !important
    }
    .mt-md-3, .my-md-3 {
        margin-top: 15px !important
    }
    .mr-md-3, .mx-md-3 {
        margin-right: 15px !important
    }
    .mb-md-3, .my-md-3 {
        margin-bottom: 15px !important
    }
    .ml-md-3, .mx-md-3 {
        margin-left: 15px !important
    }
    .m-md-4 {
        margin: 24px !important
    }
    .mt-md-4, .my-md-4 {
        margin-top: 24px !important
    }
    .mr-md-4, .mx-md-4 {
        margin-right: 24px !important
    }
    .mb-md-4, .my-md-4 {
        margin-bottom: 24px !important
    }
    .ml-md-4, .mx-md-4 {
        margin-left: 24px !important
    }
    .m-md-5 {
        margin: 32px !important
    }
    .mt-md-5, .my-md-5 {
        margin-top: 32px !important
    }
    .mr-md-5, .mx-md-5 {
        margin-right: 32px !important
    }
    .mb-md-5, .my-md-5 {
        margin-bottom: 32px !important
    }
    .ml-md-5, .mx-md-5 {
        margin-left: 32px !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: 4px !important
    }
    .pt-md-1, .py-md-1 {
        padding-top: 4px !important
    }
    .pr-md-1, .px-md-1 {
        padding-right: 4px !important
    }
    .pb-md-1, .py-md-1 {
        padding-bottom: 4px !important
    }
    .pl-md-1, .px-md-1 {
        padding-left: 4px !important
    }
    .p-md-2 {
        padding: 8px !important
    }
    .pt-md-2, .py-md-2 {
        padding-top: 8px !important
    }
    .pr-md-2, .px-md-2 {
        padding-right: 8px !important
    }
    .pb-md-2, .py-md-2 {
        padding-bottom: 8px !important
    }
    .pl-md-2, .px-md-2 {
        padding-left: 8px !important
    }
    .p-md-3 {
        padding: 15px !important
    }
    .pt-md-3, .py-md-3 {
        padding-top: 15px !important
    }
    .pr-md-3, .px-md-3 {
        padding-right: 15px !important
    }
    .pb-md-3, .py-md-3 {
        padding-bottom: 15px !important
    }
    .pl-md-3, .px-md-3 {
        padding-left: 15px !important
    }
    .p-md-4 {
        padding: 24px !important
    }
    .pt-md-4, .py-md-4 {
        padding-top: 24px !important
    }
    .pr-md-4, .px-md-4 {
        padding-right: 24px !important
    }
    .pb-md-4, .py-md-4 {
        padding-bottom: 24px !important
    }
    .pl-md-4, .px-md-4 {
        padding-left: 24px !important
    }
    .p-md-5 {
        padding: 32px !important
    }
    .pt-md-5, .py-md-5 {
        padding-top: 32px !important
    }
    .pr-md-5, .px-md-5 {
        padding-right: 32px !important
    }
    .pb-md-5, .py-md-5 {
        padding-bottom: 32px !important
    }
    .pl-md-5, .px-md-5 {
        padding-left: 32px !important
    }
    .m-md-n1 {
        margin: -4px !important
    }
    .mt-md-n1, .my-md-n1 {
        margin-top: -4px !important
    }
    .mr-md-n1, .mx-md-n1 {
        margin-right: -4px !important
    }
    .mb-md-n1, .my-md-n1 {
        margin-bottom: -4px !important
    }
    .ml-md-n1, .mx-md-n1 {
        margin-left: -4px !important
    }
    .m-md-n2 {
        margin: -8px !important
    }
    .mt-md-n2, .my-md-n2 {
        margin-top: -8px !important
    }
    .mr-md-n2, .mx-md-n2 {
        margin-right: -8px !important
    }
    .mb-md-n2, .my-md-n2 {
        margin-bottom: -8px !important
    }
    .ml-md-n2, .mx-md-n2 {
        margin-left: -8px !important
    }
    .m-md-n3 {
        margin: -15px !important
    }
    .mt-md-n3, .my-md-n3 {
        margin-top: -15px !important
    }
    .mr-md-n3, .mx-md-n3 {
        margin-right: -15px !important
    }
    .mb-md-n3, .my-md-n3 {
        margin-bottom: -15px !important
    }
    .ml-md-n3, .mx-md-n3 {
        margin-left: -15px !important
    }
    .m-md-n4 {
        margin: -24px !important
    }
    .mt-md-n4, .my-md-n4 {
        margin-top: -24px !important
    }
    .mr-md-n4, .mx-md-n4 {
        margin-right: -24px !important
    }
    .mb-md-n4, .my-md-n4 {
        margin-bottom: -24px !important
    }
    .ml-md-n4, .mx-md-n4 {
        margin-left: -24px !important
    }
    .m-md-n5 {
        margin: -32px !important
    }
    .mt-md-n5, .my-md-n5 {
        margin-top: -32px !important
    }
    .mr-md-n5, .mx-md-n5 {
        margin-right: -32px !important
    }
    .mb-md-n5, .my-md-n5 {
        margin-bottom: -32px !important
    }
    .ml-md-n5, .mx-md-n5 {
        margin-left: -32px !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: 4px !important
    }
    .mt-lg-1, .my-lg-1 {
        margin-top: 4px !important
    }
    .mr-lg-1, .mx-lg-1 {
        margin-right: 4px !important
    }
    .mb-lg-1, .my-lg-1 {
        margin-bottom: 4px !important
    }
    .ml-lg-1, .mx-lg-1 {
        margin-left: 4px !important
    }
    .m-lg-2 {
        margin: 8px !important
    }
    .mt-lg-2, .my-lg-2 {
        margin-top: 8px !important
    }
    .mr-lg-2, .mx-lg-2 {
        margin-right: 8px !important
    }
    .mb-lg-2, .my-lg-2 {
        margin-bottom: 8px !important
    }
    .ml-lg-2, .mx-lg-2 {
        margin-left: 8px !important
    }
    .m-lg-3 {
        margin: 15px !important
    }
    .mt-lg-3, .my-lg-3 {
        margin-top: 15px !important
    }
    .mr-lg-3, .mx-lg-3 {
        margin-right: 15px !important
    }
    .mb-lg-3, .my-lg-3 {
        margin-bottom: 15px !important
    }
    .ml-lg-3, .mx-lg-3 {
        margin-left: 15px !important
    }
    .m-lg-4 {
        margin: 24px !important
    }
    .mt-lg-4, .my-lg-4 {
        margin-top: 24px !important
    }
    .mr-lg-4, .mx-lg-4 {
        margin-right: 24px !important
    }
    .mb-lg-4, .my-lg-4 {
        margin-bottom: 24px !important
    }
    .ml-lg-4, .mx-lg-4 {
        margin-left: 24px !important
    }
    .m-lg-5 {
        margin: 32px !important
    }
    .mt-lg-5, .my-lg-5 {
        margin-top: 32px !important
    }
    .mr-lg-5, .mx-lg-5 {
        margin-right: 32px !important
    }
    .mb-lg-5, .my-lg-5 {
        margin-bottom: 32px !important
    }
    .ml-lg-5, .mx-lg-5 {
        margin-left: 32px !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: 4px !important
    }
    .pt-lg-1, .py-lg-1 {
        padding-top: 4px !important
    }
    .pr-lg-1, .px-lg-1 {
        padding-right: 4px !important
    }
    .pb-lg-1, .py-lg-1 {
        padding-bottom: 4px !important
    }
    .pl-lg-1, .px-lg-1 {
        padding-left: 4px !important
    }
    .p-lg-2 {
        padding: 8px !important
    }
    .pt-lg-2, .py-lg-2 {
        padding-top: 8px !important
    }
    .pr-lg-2, .px-lg-2 {
        padding-right: 8px !important
    }
    .pb-lg-2, .py-lg-2 {
        padding-bottom: 8px !important
    }
    .pl-lg-2, .px-lg-2 {
        padding-left: 8px !important
    }
    .p-lg-3 {
        padding: 15px !important
    }
    .pt-lg-3, .py-lg-3 {
        padding-top: 15px !important
    }
    .pr-lg-3, .px-lg-3 {
        padding-right: 15px !important
    }
    .pb-lg-3, .py-lg-3 {
        padding-bottom: 15px !important
    }
    .pl-lg-3, .px-lg-3 {
        padding-left: 15px !important
    }
    .p-lg-4 {
        padding: 24px !important
    }
    .pt-lg-4, .py-lg-4 {
        padding-top: 24px !important
    }
    .pr-lg-4, .px-lg-4 {
        padding-right: 24px !important
    }
    .pb-lg-4, .py-lg-4 {
        padding-bottom: 24px !important
    }
    .pl-lg-4, .px-lg-4 {
        padding-left: 24px !important
    }
    .p-lg-5 {
        padding: 32px !important
    }
    .pt-lg-5, .py-lg-5 {
        padding-top: 32px !important
    }
    .pr-lg-5, .px-lg-5 {
        padding-right: 32px !important
    }
    .pb-lg-5, .py-lg-5 {
        padding-bottom: 32px !important
    }
    .pl-lg-5, .px-lg-5 {
        padding-left: 32px !important
    }
    .m-lg-n1 {
        margin: -4px !important
    }
    .mt-lg-n1, .my-lg-n1 {
        margin-top: -4px !important
    }
    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -4px !important
    }
    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -4px !important
    }
    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -4px !important
    }
    .m-lg-n2 {
        margin: -8px !important
    }
    .mt-lg-n2, .my-lg-n2 {
        margin-top: -8px !important
    }
    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -8px !important
    }
    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -8px !important
    }
    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -8px !important
    }
    .m-lg-n3 {
        margin: -15px !important
    }
    .mt-lg-n3, .my-lg-n3 {
        margin-top: -15px !important
    }
    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -15px !important
    }
    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -15px !important
    }
    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -15px !important
    }
    .m-lg-n4 {
        margin: -24px !important
    }
    .mt-lg-n4, .my-lg-n4 {
        margin-top: -24px !important
    }
    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -24px !important
    }
    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -24px !important
    }
    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -24px !important
    }
    .m-lg-n5 {
        margin: -32px !important
    }
    .mt-lg-n5, .my-lg-n5 {
        margin-top: -32px !important
    }
    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -32px !important
    }
    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -32px !important
    }
    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -32px !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: 4px !important
    }
    .mt-xl-1, .my-xl-1 {
        margin-top: 4px !important
    }
    .mr-xl-1, .mx-xl-1 {
        margin-right: 4px !important
    }
    .mb-xl-1, .my-xl-1 {
        margin-bottom: 4px !important
    }
    .ml-xl-1, .mx-xl-1 {
        margin-left: 4px !important
    }
    .m-xl-2 {
        margin: 8px !important
    }
    .mt-xl-2, .my-xl-2 {
        margin-top: 8px !important
    }
    .mr-xl-2, .mx-xl-2 {
        margin-right: 8px !important
    }
    .mb-xl-2, .my-xl-2 {
        margin-bottom: 8px !important
    }
    .ml-xl-2, .mx-xl-2 {
        margin-left: 8px !important
    }
    .m-xl-3 {
        margin: 15px !important
    }
    .mt-xl-3, .my-xl-3 {
        margin-top: 15px !important
    }
    .mr-xl-3, .mx-xl-3 {
        margin-right: 15px !important
    }
    .mb-xl-3, .my-xl-3 {
        margin-bottom: 15px !important
    }
    .ml-xl-3, .mx-xl-3 {
        margin-left: 15px !important
    }
    .m-xl-4 {
        margin: 24px !important
    }
    .mt-xl-4, .my-xl-4 {
        margin-top: 24px !important
    }
    .mr-xl-4, .mx-xl-4 {
        margin-right: 24px !important
    }
    .mb-xl-4, .my-xl-4 {
        margin-bottom: 24px !important
    }
    .ml-xl-4, .mx-xl-4 {
        margin-left: 24px !important
    }
    .m-xl-5 {
        margin: 32px !important
    }
    .mt-xl-5, .my-xl-5 {
        margin-top: 32px !important
    }
    .mr-xl-5, .mx-xl-5 {
        margin-right: 32px !important
    }
    .mb-xl-5, .my-xl-5 {
        margin-bottom: 32px !important
    }
    .ml-xl-5, .mx-xl-5 {
        margin-left: 32px !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: 4px !important
    }
    .pt-xl-1, .py-xl-1 {
        padding-top: 4px !important
    }
    .pr-xl-1, .px-xl-1 {
        padding-right: 4px !important
    }
    .pb-xl-1, .py-xl-1 {
        padding-bottom: 4px !important
    }
    .pl-xl-1, .px-xl-1 {
        padding-left: 4px !important
    }
    .p-xl-2 {
        padding: 8px !important
    }
    .pt-xl-2, .py-xl-2 {
        padding-top: 8px !important
    }
    .pr-xl-2, .px-xl-2 {
        padding-right: 8px !important
    }
    .pb-xl-2, .py-xl-2 {
        padding-bottom: 8px !important
    }
    .pl-xl-2, .px-xl-2 {
        padding-left: 8px !important
    }
    .p-xl-3 {
        padding: 15px !important
    }
    .pt-xl-3, .py-xl-3 {
        padding-top: 15px !important
    }
    .pr-xl-3, .px-xl-3 {
        padding-right: 15px !important
    }
    .pb-xl-3, .py-xl-3 {
        padding-bottom: 15px !important
    }
    .pl-xl-3, .px-xl-3 {
        padding-left: 15px !important
    }
    .p-xl-4 {
        padding: 24px !important
    }
    .pt-xl-4, .py-xl-4 {
        padding-top: 24px !important
    }
    .pr-xl-4, .px-xl-4 {
        padding-right: 24px !important
    }
    .pb-xl-4, .py-xl-4 {
        padding-bottom: 24px !important
    }
    .pl-xl-4, .px-xl-4 {
        padding-left: 24px !important
    }
    .p-xl-5 {
        padding: 32px !important
    }
    .pt-xl-5, .py-xl-5 {
        padding-top: 32px !important
    }
    .pr-xl-5, .px-xl-5 {
        padding-right: 32px !important
    }
    .pb-xl-5, .py-xl-5 {
        padding-bottom: 32px !important
    }
    .pl-xl-5, .px-xl-5 {
        padding-left: 32px !important
    }
    .m-xl-n1 {
        margin: -4px !important
    }
    .mt-xl-n1, .my-xl-n1 {
        margin-top: -4px !important
    }
    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -4px !important
    }
    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -4px !important
    }
    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -4px !important
    }
    .m-xl-n2 {
        margin: -8px !important
    }
    .mt-xl-n2, .my-xl-n2 {
        margin-top: -8px !important
    }
    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -8px !important
    }
    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -8px !important
    }
    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -8px !important
    }
    .m-xl-n3 {
        margin: -15px !important
    }
    .mt-xl-n3, .my-xl-n3 {
        margin-top: -15px !important
    }
    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -15px !important
    }
    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -15px !important
    }
    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -15px !important
    }
    .m-xl-n4 {
        margin: -24px !important
    }
    .mt-xl-n4, .my-xl-n4 {
        margin-top: -24px !important
    }
    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -24px !important
    }
    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -24px !important
    }
    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -24px !important
    }
    .m-xl-n5 {
        margin: -32px !important
    }
    .mt-xl-n5, .my-xl-n5 {
        margin-top: -32px !important
    }
    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -32px !important
    }
    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -32px !important
    }
    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -32px !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}
.text-wrap {
    white-space: normal !important
}
.text-nowrap {
    white-space: nowrap !important
}
.text-truncate {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.text-left {
    text-align: left !important
}
.text-right {
    text-align: right !important
}
.text-center {
    text-align: center !important
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}
.text-lowercase {
    text-transform: lowercase !important
}
.text-uppercase {
    text-transform: uppercase !important
}
.text-capitalize {
    text-transform: capitalize !important
}
.fw-300 {
    font-weight: 300 !important
}
.fw-400 {
    font-weight: 400 !important
}
.fw-500 {
    font-weight: 500 !important
}
.fw-600 {
    font-weight: 600 !important
}
.fw-700 {
    font-weight: 700 !important
}
.font-italic {
    font-style: italic !important
}
.text-hide {
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.text-decoration-none {
    text-decoration: none !important
}
.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}
.text-reset {
    color: inherit !important
}
.visible {
    visibility: visible !important;
    opacity: 1 !important;
}
.invisible {
    opacity: 0 !important;
    visibility: hidden !important;
}
/*-----------------------------------*/
@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap !important
    }
    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img, tr {
        page-break-inside: avoid
    }
    h2, h3, p {
        orphans: 3;
        widows: 3
    }
    h2, h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    body {
        min-width: 992px !important
    }
    .container {
        min-width: 992px !important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000000
    }
}
/*-------------------------------------------------*/
/**
 * Swiper 8.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 15, 2022
 */
:root {
    --swiper-pagination-color: var(--swiper-theme-color);
    --swiper-pagination-bullet-size: 8px;
    --swiper-pagination-bullet-width: 8px;
    --swiper-pagination-bullet-height: 8px;
    --swiper-pagination-bullet-inactive-color: #000000;
    --swiper-pagination-bullet-inactive-opacity: 0.2;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-vertical-gap: 6px;
    --swiper-centered-offset-after: 0;
    --swiper-centered-offset-before: 0;
    --swiper-virtual-size: 1px;
    --swiper-navigation-color: #ffffff;
}
@font-face {
    font-family: 'swiper-icons';
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
    /*breaks fade in anim*/
    /*transform: translateZ(0);*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}
:root {
    --swiper-navigation-size: 44px;
    /*
    --swiper-navigation-color: var(--swiper-theme-color);
    */
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
    display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    /*position: absolute;*/
    /*text-align: center;*/
    /*transition: 300ms opacity;*/
    /*transform: translate3d(0, 0, 0);*/
    /*z-index: 10;*/
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
    left: 0;
    width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-lock {
    display: none;
}
/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
/* Preloader */
:root {
    /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #ffffff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000000;
}
@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* a11y */
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube {
    overflow: visible;
}
.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}
.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}
.swiper-flip {
    overflow: visible;
}
.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}
.swiper-cards {
    overflow: visible;
}
.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
/*-------*/
.modal {
    z-index: 1500;
    background: rgba(85, 86, 85, 0.3);
}
.modal__content {
    padding: 67px 72px 55px 53px;
    background: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    max-width: 1560px;
    width: 90%;
}
.modal__cross {
    top: 39px;
    right: 39px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #929d85;
}
.modal__cross:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.modal__cross:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modal__cross:before,
.modal__cross:after {
    height: 2px;
    width: 15px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #929d85;
}
/*-------------header-style--------------------*/
.header__nav-logo-txt {
    line-height: 1;
}
.header__nav-logo-txt-line-1 {
    font-size: 28px;
    letter-spacing: 0.02em;
    font-family: var(--arabic-ff);
    /*font-size: 20px;*/
    margin-bottom: 7px;
}
.header__nav-logo-txt-line-2 {
    letter-spacing: 0.1em;
    font-size: 18px;
    font-family: 'Ivy Mode', sans-serif;
}
.header a {
    color: inherit;
    text-decoration: none;
}
.header {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    pointer-events: none;
    z-index: 99;
}
.header__nav,
.header__burger,
.header__menu {
    pointer-events: auto;
}
.header__nav {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    display: none;
    position: absolute;
}
.header__nav-logo {
    position: absolute;
    left: 45%;
    top: 47px;
    z-index: 3;
}
.header__nav-figure {
    width: 35%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}
.header__nav-figure img,
.header__nav-figure video {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
}
.header__nav-gallery {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}
.header__nav-image,
.header__nav-background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
}
.header__nav-image img:nth-child(1) {
    z-index: 2;
}
.header__nav-menu {
    z-index: 2;
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    background: #ffffff;
}
.header__nav-menu-column {
    overflow-y: auto;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 98px;
    padding: 0 50px 11.2vh 15.5%;
    width: 100%;
}
.header__nav-menu-main {
    /*margin: auto 0;*/
    line-height: 1.1;
    margin: 15.8vh 0 0;
}
.header__nav-menu-main a {
    color: #c4bba5;
    font-size: 64px;
    display: inline-block;
    min-width: 330px;
}
.header__nav-menu-main a:hover {
    color: #e67340;
    font-style: italic;
}
.header__nav-menu-main li:last-child {
    margin: 24px 0 0 0;
}
.current-page {
    padding-left: 73px;
    position: relative;
    font-style: italic;
    color: #454033 !important;
}
.current-page:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 63px;
    height: 1px;
    background: currentColor;
}
.header__nav-menu-sub,
.header__nav-menu-links {
    margin: 0;
}
.header__nav-menu-sub li,
.header__nav-menu-links li {
    font-size: 14px;
    line-height: 2;
    /*letter-spacing: 0.5px;*/
}
.header__nav-menu-links {
    padding-left: 20.6%;
}
.header__nav-background {
    opacity: 0;
    background: #1f1f1f;
}
.header__burger-close {
    position: absolute;
    top: 41px;
    right: 38px;
    z-index: 3;
}
.header__burger-close-icon {
    font-size: 48px;
    color: #c4886f;
    line-height: 1;
    cursor: pointer;
}
.header__burger-close-txt {
    margin-right: 61px;
    font-size: 24px;
}
/*-----------------------------*/
.header__burger {
    position: fixed;
    padding: 0;
    right: 19px;
    top: 21px;
    z-index: 6;
}
.header__burger-icon {
    width: 43px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43px;
    flex: 0 0 43px;
}
.header__burger-txt {
    top: -3px;
    font-size: 14px;
    line-height: 1;
    margin-right: 20px;
}
/*-----------------------------*/
.header__menu {
    padding: 14px 19px 0 25px;
    -webkit-transition: padding .2s linear, background .3s ease-out, -webkit-transform .2s linear;
    transition: padding .2s linear, background .3s ease-out, -webkit-transform .2s linear;
    -o-transition: padding .2s linear, background .3s ease-out, transform .2s linear;
    transition: padding .2s linear, background .3s ease-out, transform .2s linear;
    transition: padding .2s linear, background .3s ease-out, transform .2s linear, -webkit-transform .2s linear;
}
.is-offset-top .header__menu {
    padding-bottom: 13px;
    background: #ffffff;
}
.header__menu-nav {
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.header__menu-nav li {
    position: relative;
    margin: 0 40px 0 0;
}
.header__menu-nav li:last-child {
    margin-right: 0;
}
.header__menu-nav a {
    font-family: var(--secondary-ff);
    font-size: 14px;
}
.header__menu-nav a.ff-arabic {
    font-family: var(--arabic-ff);
}
.rtl-page-styles .header__menu-nav a.ff-arabic {
    font-family: 'Graphik', sans-serif;
}
.hover-line {
    color: currentColor;
    text-decoration: none;
    position: relative;
    padding-bottom: 2px;
}
.hover-line:before {
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    background: #cb9274;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    -o-transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.hover-line:hover:before,
.hover-line.is-active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}
.header__nav-menu-footer {
    font-family: 'Graphik', sans-serif;
    padding-top: 80px;
}
.header__nav-menu-svg {
    top: -37vw;
    left: -20vw;
    width: 200vw;
    max-width: unset;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.header__nav-menu-svg {
    -webkit-animation: rotateBadge 1200s linear infinite paused;
    animation: rotateBadge 1200s linear infinite paused;
}
.header__nav-menu-svg.run,
.hero-home__svg.run,
.preloader__content__pic-svg.run {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
@-webkit-keyframes rotateBadge {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes rotateBadge {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
/*-------------header-style--------------------*/
/*-------------preload-style--------------------*/
.preloader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background: #ffffff;
}
.preloader__content__pic-wrap-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
}
.preloader__content__pic-wrap {
    opacity: 0;
}
.preloader__content__pic-wrap-overlay img {
    width: 114px;
    max-width: unset;
}
.preloader__content__txt-pic {
    padding-top: 25px;
}
.preloader__content__pic-svg {
    -webkit-animation: rotateBadge 12s linear infinite paused;
    animation: rotateBadge 12s linear infinite paused;
}
.preloader__content {
    padding: 30px 15px;
}
/*-------------preload-style--------------------*/
/*-------------home-style--------------------*/
.hero-home {
    padding: 131px 0 50px;
    min-height: 100vh;
}
.vh-value-ready .hero-home {
    min-height: calc(var(--vh-2, 1vh) * 100);
}
.hero-home__title {
    color: #392d1f;
    line-height: 1.15;
    margin-bottom: 19px;
}
.hero-home__txt {
    margin-bottom: 64px;
}
.pic-card__pic-wrap,
.pic-card__pic-wrap-screen-wrap {
    max-height: 60vh;
    min-height: 260px;
    height: 416px;
    margin-bottom: 11px;
}
.pic-card__pic-wrap {
    border-radius: 0 0 0 0;
    overflow: hidden;
    -webkit-transition: border-radius .3s ease-out;
    -o-transition: border-radius .3s ease-out;
    transition: border-radius .3s ease-out;
}
.pic-card__title {
    font-size: 13px;
    letter-spacing: 0.01em;
}
.hero-home__svg {
    top: -37vw;
    left: -20vw;
    width: 200vw;
    max-width: unset;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: rotateBadge 1000s linear infinite paused;
    animation: rotateBadge 1000s linear infinite paused;
}
.pic-card {
    width: 282px;
    margin-right: 9px;
    transition-property: none;
}
.pic-card:not(.pic-card--disable):hover .pic-card__pic-wrap {
    border-radius: 47%/33% 31% 0 0;
}
.pic-card:not(.pic-card--disable) {
    cursor: pointer;
}
/*-------------home-style--------------------*/
/*-------------inner-style--------------------*/
.simple-hero {
    position: relative;
    height: 100vh;
}
.vh-value-ready .simple-hero {
    height: calc(var(--vh-2, 1vh) * 100);
    min-height: 90vh;
}
.simple-hero__title {
    top: 13%;
    left: 0;
    -webkit-transform: translateX(50vw);
    -ms-transform: translateX(50vw);
    transform: translateX(50vw);
    line-height: 1;
}
.simple-hero__tip {
    bottom: 17px;
    left: 0;
    right: 0;
    margin: auto;
}
.simple-hero__tip-txt {
    letter-spacing: 0.1em;
    margin-bottom: 39px;
}
.simple-hero__tip-line {
    width: 1px;
    background: #707070;
    margin: auto;
    height: 64px;
}
.simple-hero__pic {
}
.simple-hero__pic-wrap {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.simple-hero__pic-wrap:after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 329px;
    background: -webkit-gradient(linear, left bottom, left top, from(#f5f3ed), color-stop(20.69%, rgba(245, 243, 237, 0.9)), color-stop(41.38%, rgba(245, 243, 237, 0.8)), to(rgba(245, 245, 245, 0.01)));
    background: -o-linear-gradient(bottom, #f5f3ed 0%, rgba(245, 243, 237, 0.9) 20.69%, rgba(245, 243, 237, 0.8) 41.38%, rgba(245, 245, 245, 0.01) 100%);
    background: linear-gradient(to top, #f5f3ed 0%, rgba(245, 243, 237, 0.9) 20.69%, rgba(245, 243, 237, 0.8) 41.38%, rgba(245, 245, 245, 0.01) 100%);
    z-index: 3;
}
/*-------*/
.circle-btn {
    width: 128px;
    height: 128px;
    border: 1px solid #c4886f;
    font-size: 18px;
    color: #c4886f;
    bottom: 27px;
    right: 23px;
    border-radius: 50%;
    overflow: hidden;
    text-decoration: none;
    z-index: 11;
}
.circle-btn:hover {
    background: #c4886f !important;
    color: #ffffff;
}
.page-bottom .circle-btn {
    opacity: 0;
    visibility: hidden;
}
.is-offset-top .circle-btn,
.after-first-section .circle-btn {
    background: rgba(245, 243, 237, 0.8);
}
.header {
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}
.slider-in-fullscreen .circle-btn,
.slider-in-fullscreen .header {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}
.slider-in-fullscreen .header__burger {
    pointer-events: none;
}
/*-------*/
.txt-cols {
    padding: 35px 0 62px;
}
.txt-cols__title {
    letter-spacing: 0.02em;
    max-width: 654px;
    line-height: 1.4;
}
.txt-cols__txt {
    max-width: 490px;
    margin-left: auto;
    margin-top: -14px;
    position: relative;
    left: -4px;
    line-height: 1.6;
}
/*-------*/
.swiper-btn {
    position: relative;
    top: -2px;
    /*width: 46px;*/
    width: 42px;
}
.overview-section:after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f3ed), to(#ffffff));
    background: -o-linear-gradient(top, #f5f3ed 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f5f3ed 0%, #ffffff 100%);
    z-index: 0;
}
.overview-section__txt {
    max-width: 888px;
    margin-bottom: 7.1rem;
    letter-spacing: 0.02em;
}
.overview-section__swiper-controls {
    margin-top: 34px;
    padding-left: 4px;
}
.overview-section {
    padding: 50px 0 130px;
    /*    pb74*/
}
.overview-section__title {
    margin-bottom: 21px;
}
.kicker {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-bottom: 5.2rem;
    text-transform: uppercase;
}
.overview-section__swiper {
    height: 535px;
}
.overview-section__btns-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.overview-section__swiper {
    width: 974px;
    max-width: 100%;
}
.overview-section__swiper .swiper-slide:not(.w-custom-auto) img {
    width: 100%;
}
.overview-section__pag {
    margin: 0 -7px;
}
.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
}
.overview-section__swiper-controls {
    min-height: 40px;
}
/*------------------*/
.list-section {
    min-height: 1158px;
    padding: 72px 0;
}
.list-section__pic-wrap {
    height: 900px;
    min-height: 500px;
    border-radius: 0 70px 0 0;
    top: 73px;
    right: 50.7%;
    width: 49.3%;
    max-width: 100%;
}
.list-section__pic-wrap::after {
    background-color: #000000;
    opacity: 0.1;
    z-index: 2;
}
.list-section__counter {
    position: absolute;
    right: 49px;
    bottom: 38px;
    line-height: 1;
    font-size: 57px;
    white-space: nowrap;
    z-index: 3;
    color: #f5f3ed;
}
.list-section__current {
    font-size: 115px;
    color: #ffffff;
}
.list-section__pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.list-section__list {
    margin-left: auto;
    max-width: 532px;
    margin-top: 137px;
}
.list-section__list h4 {
    font-size: 32px;
}
.list-section__list li.active {
    opacity: 1;
}
.list-section__list li {
    cursor: pointer;
    opacity: 0.5;
    padding-left: 31px;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    z-index: 2;
    margin-bottom: 0;
}
.list-section__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    width: 10px;
    height: 10px;
    background: #c4886f;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0;
}
.list-section__list li.active::before {
    opacity: 1;
}
/*------------------*/
.counter {
    padding: 50px 0;
}
.counter__item {
    width: 280px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    color: #4d4d4d;
}
.counter__item-numb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 122px;
    line-height: 1;
    margin-bottom: 20px;
}
.counter__item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
}
.counter__item-numb:after {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background: #c4bba5;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.counter__item:nth-of-type(1) {
    margin-right: 12%;
}
.counter__item:nth-of-type(1) .counter__item-numb:after {
    right: -50px;
}
.counter__item:nth-of-type(2) {
    margin-right: 14.9%;
}
.counter__item:nth-of-type(2) .counter__item-title {
    margin-left: -18px;
}
.counter__item:nth-of-type(2) .counter__item-numb:after {
    right: -96px;
}
.counter__item:nth-of-type(3) .counter__item-title {
    margin-left: 12px;
}
/*------------------*/
.quote-section {
    padding: 274px 0;
    min-height: 590px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.quote-section__txt {
    line-height: 1.43;
    margin-bottom: 33px;
}
.quote-section__title {
    font-size: 16px;
}
.quote-section__pic-wrap {
    width: 538px;
    height: 538px;
    min-height: 120%;
}
.sections-bg-wrap-1:after {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0 !important;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(60%, #f5f3ed), to(#f5f3ed));
    background: -o-linear-gradient(top, #ffffff 0%, #f5f3ed 60%, #f5f3ed 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f5f3ed 60%, #f5f3ed 100%);
}
/*------------------*/
.video-section {
    width: 1302px;
    max-width: 100%;
    border-radius: 67px 0 0 0;
}
.sections-bg-wrap-2 {
    padding: 40px 15px 298px;
}
.video-section:after {
    background: rgba(69, 64, 51, 0.4);
    pointer-events: none;
}
.video-section__label {
    white-space: nowrap;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 64px;
    color: #ffffff;
}
.video-section .embed-responsive-16by9::before {
    padding-top: 44.25%;
}
.sections-bg-wrap-2:after {
    top: 0;
    height: 100%;
}
/*------------------*/
.split-section__item {
    padding: 85px 0;
}
.split-section__pic-wrap {
    position: absolute;
    top: 0;
    right: 10px;
    height: 100%;
    max-width: 1000px;
    width: calc(50vw - 10px);
}
.split-section__col-1 {
    height: 494px;
    padding-left: 0;
    padding-right: 10px;
}
.split-section__txt {
    margin-top: -7px;
    line-height: 1.6;
    padding-right: 70px;
    max-width: 608px;
}
.split-section__item--reverse .split-section__txt {
    padding-left: 59px;
    padding-right: 9px;
    max-width: 613px;
}
.split-section__item--reverse .split-section__col-1 {
    padding-left: 10px;
    padding-right: 0;
}
.split-section__item--reverse .split-section__pic-wrap {
    left: 10px;
}
.split-section:after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(90%, #f5f3ed));
    background: -o-linear-gradient(top, #ffffff 0%, #f5f3ed 90%);
    background: linear-gradient(to bottom, #ffffff 0%, #f5f3ed 90%);
    z-index: 0;
}
/*------------------*/
.timer-section {
    min-height: 605px;
    /*min-height: 448px;*/
    padding: 50px 0 111px;
}
.timer-section__title {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    color: #4d4d4d;
    padding-right: 30px;
    margin-bottom: 52px;
}
.timer-section__item {
    width: 110px;
    margin-right: 15%;
}
.timer-section__item-numb {
    font-size: 99px;
    line-height: 1;
    margin-bottom: 12px;
}
.timer-section__item-name {
    font-size: 18px;
    line-height: 1;
}
.timer-section__item:last-child {
    margin-right: 0;
}
.timer-section__item-numb:after {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 11px;
    height: 30px;
    right: -77px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.153' height='30.192' viewBox='0 0 11.153 30.192'%3E%3Crect id='Rectangle_1824' data-name='Rectangle 1824' width='7.886' height='7.886' transform='translate(5.577 19.039) rotate(45)' fill='%23c4bba5'/%3E%3Crect id='Rectangle_1823' data-name='Rectangle 1823' width='7.886' height='7.886' transform='translate(5.577) rotate(45)' fill='%23c4bba5'/%3E%3C/svg%3E") center center/contain no-repeat;
}
.number-1 {
    top: -5px;
}
.number-2 {
    left: 3px;
}
.number-1:nth-of-type(3) {
    left: 3px;
}
.timer-section:after {
    z-index: 0;
    height: 130%;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f3ed), to(#ffffff));
    background: -o-linear-gradient(top, #f5f3ed 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f5f3ed 0%, #ffffff 100%);
}
/*------------------*/
.banner-pic-wrap {
    /*max-width: 1300px;*/
    width: 100%;
    height: 740px;
    max-height: 100vh;
    min-height: 500px;
}
.banner-pic-offset {
    position: relative;
    z-index: 2;
    padding: 108px 0 100px;
}
.banner-pic-wrap-3 img {
    width: 100%;
    height: 100%;
}
/*------------------*/
.apply-section {
    padding: 165px 0 180px;
    min-height: 670px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.apply-section__title {
    line-height: 1;
    color: #392d1f;
    margin-bottom: 2.9rem;
}
.apply-section__content {
    max-width: 435px;
}
.apply-section__content p {
    margin-bottom: 44px;
}
.apply-btn + .apply-btn,
.apply-btn-wrap-inner + .apply-btn-wrap-inner {
    margin-left: 10px;
}
.apply-section__pic-wrap {
    width: 602px;
    height: 602px;
}
.apply-btn:hover,
.footer__soc-link a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*------------------*/
.hero-home--inner {
    min-height: 0 !important;
    padding: 104px 0 104px;
    z-index: 2;
}
.hero-home--inner .hero-home__title {
    font-size: 64px;
    margin-bottom: 17px;
}
.hero-home--inner .hero-home__txt {
    margin-bottom: 79px;
}
.hero-home--inner .pic-card {
    width: 351px;
}
.hero-home--inner .pic-card__pic-wrap-screen-wrap {
    max-height: 80vh;
    height: 521px;
    margin-bottom: 14px;
}
.hero-home--inner .pic-card__title {
    font-size: 16px;
}
.hero-home--inner .pic-card:not(.pic-card--disable):hover .pic-card__pic-wrap {
    border-radius: 173px 173px 0 0;
}
/*-------------inner-style--------------------*/
/*-------------footer-style--------------------*/
.footer {
    padding: 100px 0 50px;
}
.footer__nav li:not(:last-child) {
    margin: 0 64px 0 0;
}
.footer__soc-link li:not(:last-child) {
    margin: 0 31px 0 0;
}
.copy {
    margin-right: 47px;
}
.footer__soc-link img {
    width: 30px;
}
.footer__nav {
    padding-left: 15px;
}
/*-------------footer-style--------------------*/
/*------*/
.inner-page .hero-home__svg {
    top: calc(80vh + 1200px);
    left: -50%;
    width: auto;
    /*height: 370vh;*/
    /*max-height: 100%;*/
    max-height: 100%;
    z-index: 2;
    pointer-events: none;
}
.svg-pin {
    z-index: 2 !important;
    pointer-events: none;
    width: auto !important;
    max-height: 57% !important;
}
.hero-home__svg-wrap {
    position: absolute;
    top: 80vh;
    left: -50%;
    z-index: 5;
    /*height: auto !important;*/
    /*max-height: unset !important;*/
    height: 3334px !important;
}
.inner-page--secondary .list-section__list {
    margin-top: 37px;
}
.pic-card--disable {
    filter: opacity(.4);
    pointer-events: none;
}
.pic-card--disable .pic-card__pic-wrap {
    pointer-events: auto;
}
/*------*/
.banner-pic-2-offset {
    padding: 0;
    position: relative;
    height: calc(100vh + 1000px);
}
.banner-pic-2-wrap {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100vh;
}
.banner-pic-2-wrap__overlay {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(29.28%, rgba(251, 251, 251, 0.92)), color-stop(71.43%, rgba(248, 248, 248, 0.48)), to(rgba(245, 245, 245, 0.01)));
    background: -o-linear-gradient(bottom, #ffffff 0%, rgba(251, 251, 251, 0.92) 29.28%, rgba(248, 248, 248, 0.48) 71.43%, rgba(245, 245, 245, 0.01) 100%);
    background: linear-gradient(to top, #ffffff 0%, rgba(251, 251, 251, 0.92) 29.28%, rgba(248, 248, 248, 0.48) 71.43%, rgba(245, 245, 245, 0.01) 100%);
    z-index: 3;
}
/*---------------------------------*/
.simple-hero--secondary .simple-hero__title {
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 1.2;
}
.simple-hero--secondary .simple-hero__tip {
    bottom: -30px;
}
.txt-cols--secondary,
.txt-cols--third {
    padding-top: 81px;
}
.txt-cols--secondary .txt-cols__title,
.txt-cols--third .txt-cols__title {
    max-width: 824px;
    margin: 0 auto 5.1rem;
    text-align: center;
}
.txt-cols__row {
    margin: 0 auto;
    max-width: 895px;
    font-size: 18px;
    position: relative;
    line-height: 1.55;
}
.txt-cols__col-1 {
    left: 5px;
}
.txt-cols__col-2 {
    padding-left: 10px;
}
.banner-pic-2-wrap__overlay {
    opacity: 0;
}
.banner-pic-2,
.banner-pic-2-mask-wrap {
    top: 0;
    left: 0;
}
.banner-pic-2-mask-wrap {
    z-index: 3;
}
.banner-pic-2-mask {
    z-index: 5;
    width: 100%;
    height: 100%;
    max-height: 100%;
}
.overview-section--secondary .kicker {
    color: #c4bba5;
}
.banner-pic-2-mask--bg {
    background: url('../images/mask-pic.png') center center/100% 100% no-repeat;
}
.banner-pic-2-mask--bg-light {
    background-image: url('../images/mask-pic-2.png');
}
.simple-hero__pic-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 3;
}
.overview-section--third .overview-section__title {
    color: #92867a;
}
.overview-section--third .kicker {
    color: #392d1f;
}
.sections-bg-wrap-3:after {
    bottom: 0;
    height: 70%;
}
.hero-home--secondary:after {
    z-index: 0;
}
.hero-home--secondary:after {
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f3ed), to(#ffffff));
    background: -o-linear-gradient(top, #f5f3ed 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f5f3ed 0%, #ffffff 100%);
}
.overview-section--third .overview-section__txt {
    margin-bottom: 4.7rem;
}
.overview-section--third .txt-cols__row {
    margin-bottom: 12.4rem;
}
/*-------------apply--------------------*/
.txt-cols__contact {
    max-width: 420px;
}
.txt-cols__big-pic {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-radius: 64px 0 0 0;
    width: 49.3%;
}
.rtl-page-styles .txt-cols__big-pic {
    left: 0;
    right: auto;
    border-radius: 0 64px 0 0;
}
.rtl-page-styles .txt-cols__container-2-content {
    padding: 12.8% 9% 50px 15px;
}
.rtl-page-styles .faq__heading-txt {
    padding-right: 140px;
    padding-left: 15px;
}
.rtl-page-styles .faq__title {
    padding-right: 15px;
}
.container-screen {
    max-width: 1440px;
}
.txt-cols--third:after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #f5f3ed;
    z-index: 0;
}
.marker-main {
    background: url('../images/icons/map-icon-main.svg') center center/contain no-repeat;
}
.marker-main .text-evt {
    min-width: 100px;
    text-align: center;
    color: #80715f;
    font-size: 12px;
    margin-top: 50px;
    text-shadow: -1px -1px 0 #ffffff;
}
.marker-main:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    width: 18px;
    height: 18px;
    background: #80715f;
    border-radius: 50%;
    pointer-events: none;
}
.banner-map-wrap {
    height: 777px;
    max-height: 100vh;
}
.faq {
    padding: 131px 0 142px;
}
.faq__col-heading {
    color: #4d4d4d;
    margin-bottom: 7.2rem;
}
.faq__item:first-child {
    border-top: 1px solid #c4bba5;
}
.faq__item {
    border-bottom: 1px solid #c4bba5;
}
.faq__item-title {
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    padding: 49px 100px 48px 0;
}
.rtl-page-styles .faq__item-title {
    padding-left: 100px;
    padding-right: 0;
}
.faq__item-arrow {
    right: 31px;
    top: 39px;
    width: 34px;
}
.rtl-page-styles .faq__item-arrow {
    left: 31px;
    right: auto;
}
.simple-hero--third .simple-hero__title {
    bottom: 69px;
}
.simple-hero--third .simple-hero__tip-txt {
    margin-bottom: 116px;
}
.txt-cols--third .txt-cols__title {
    margin-bottom: 7.9rem;
}
.txt-cols__container-2 {
    min-height: 99.7vh;
}
.txt-cols__container-2-content {
    padding: 12.8% 15px 50px 9%;
}
.txt-cols__second-title,
.txt-cols__contact {
    max-width: 420px;
}
.txt-cols__second-title {
    margin-bottom: 42px;
}
.txt-cols__contact a {
    color: inherit;
    text-decoration: none;
}
.txt-cols__contact p {
    margin: 30px 0 0;
}
/*.simple-hero--third .simple-hero__pic-wrap:after {*/
/*    background: -webkit-gradient(linear, left bottom, left top, from(#f3f0eb), color-stop(21.67%, rgba(243, 240, 235, 0.89)), color-stop(41.38%, rgba(243, 240, 235, 0.75)), to(rgba(245, 245, 245, 0.01)));*/
/*    background: -o-linear-gradient(bottom, #f3f0eb 0%, rgba(243, 240, 235, 0.89) 21.67%, rgba(243, 240, 235, 0.75) 41.38%, rgba(245, 245, 245, 0.01) 100%);*/
/*    background: linear-gradient(to top, #f3f0eb 0%, rgba(243, 240, 235, 0.89) 21.67%, rgba(243, 240, 235, 0.75) 41.38%, rgba(245, 245, 245, 0.01) 100%);*/
/*}*/
.txt-cols--third {
    padding-bottom: 235px;
}
.faq__title {
    padding-right: 0;
    line-height: 1.2;
}
.faq__heading-txt {
    padding-left: 140px;
    padding-top: 43px;
    line-height: 1.53;
}
.faq__item-txt {
    max-width: 70%;
    padding-bottom: 30px;
}
.faq__item.is-active .faq__item-arrow {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
img[alt="Google"],
.gmnoprint {
    display: none;
}
.hero-home--main {
    padding-top: 96px;
}
.scroll-down .header__menu {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.header__burger {
    --top-position: 21px;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
}
.scroll-down .header__burger {
    -webkit-transform: translateY(calc((100% + var(--top-position)) * -1));
    -ms-transform: translateY(calc((100% + var(--top-position)) * -1));
    transform: translateY(calc((100% + var(--top-position)) * -1));
}
.is-active.pic-card .pic-card__pic-wrap {
    border-radius: 47%/33% 31% 0 0 !important;
}
.is-active.pic-card {
    z-index: 100;
}
.simple-hero__wrap {
    position: relative;
    height: calc(100vh + 1200px);
}
.simple-hero__wrap--apply {
    height: calc(100vh + 800px);
}
.simple-hero__wrap .simple-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.counter-cube__face.hide-on-load {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(40%);
    -ms-transform: translateY(40%);
    transform: translateY(40%);
    pointer-events: none;
    opacity: 0;
}
/*----------------------*/
.slider-full-screen .swiper-slide {
    background: #000000;
    text-align: center;
}
.w-custom-auto {
    width: auto;
}
.disable-mw {
    max-width: 100vw !important;
}
.slider-full-screen .swiper-slide img {
    height: 100%;
    opacity: .9;
}
.slider-full-screen-js {
    max-height: calc(var(--vh, 1vh) * 100);
}
.slider-full-screen .swiper-slide {
    max-width: 100%;
}
.slider-fullscreen-mode {
    z-index: 10;
}
.slider-full-screen__close {
    width: 30px;
    height: 30px;
    opacity: 0;
    pointer-events: none;
    top: 30px;
    right: 30px;
    cursor: pointer;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    z-index: 100;
}
.full-screen .slider-full-screen__close {
    opacity: 1;
    pointer-events: auto;
}
.overview-section__swiper-controls {
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}
.slider-fullscreen-mode .overview-section__swiper-controls {
    -webkit-transform: translateY(calc(-34px + -100%));
    -ms-transform: translateY(calc(-34px + -100%));
    transform: translateY(calc(-34px + -100%));
    z-index: 10;
    color: #ffffff;
    width: 100%;
    padding: 20px 30px;
}
.slider-full-screen__close:hover {
    -webkit-transform: rotate(90deg) scale(1.3);
    -ms-transform: rotate(90deg) scale(1.3);
    transform: rotate(90deg) scale(1.3);
}
.slider-full-screen__close:after,
.slider-full-screen__close:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 80%;
    margin: auto;
    background: #ffffff;
}
.slider-full-screen__close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.slider-full-screen__close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*----------------------*/
body:not(.page-load) {
    overflow: hidden;
}
/*----------------------*/
.pic-card:last-child {
    margin-right: 0;
}
.pic-card__pic-wrap-screen-wrap .pic-card__pic-wrap-screen {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.pic-card__pic-wrap-screen-wrap .pic-card__pic-wrap {
    height: 100%;
    max-height: 100%;
    min-height: 0;
}
.pic-card__pic-wrap-screen-wrap {
    position: relative;
}
.border-radius-none,
.is-active.pic-card .border-radius-none {
    border-radius: 0 0 0 0 !important;
}
.is-active.pic-card .border-radius-none {
    -webkit-transition: border-radius .1s ease-out;
    -o-transition: border-radius .1s ease-out;
    transition: border-radius .1s ease-out;
}
.smooth-scroll {
    overflow: hidden;
}
.simple-hero__wc-pic {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.menu-open {
    overflow: hidden;
}
/*---------------------------------*/
.rtl-page-styles .header__nav-menu-main a:hover {
    font-style: normal;
}
.rtl-page-styles .header__menu {
    text-align: right;
}
.rtl-page-styles .header__burger {
    right: auto;
    left: 19px;
}
.rtl-page-styles .header__burger-txt {
    margin-right: 0;
    margin-left: 20px;
}
.rtl-page-styles .header__menu-nav li:last-child {
    margin: 0 40px 0 0;
}
.rtl-page-styles .header__menu-nav li:first-child {
    margin: 0;
}
.rtl-page-styles .hover-line:hover:before, .hover-line.is-active:before {
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}
.rtl-page-styles .hover-line:before {
    left: auto;
    right: 0;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}
.rtl-page-styles .header__nav,
.rtl-page-styles .list-section__list {
    text-align: right;
}
.rtl-page-styles .header__nav-menu-column {
    padding-right: 13.3%;
    padding-left: 50px;
}
.rtl-page-styles .header__nav-logo {
    left: auto;
    right: 40%;
}
.rtl-page-styles .header__burger-close {
    left: 44px;
    right: auto;
}
.rtl-page-styles .header__burger-close-txt {
    margin-right: 0;
    margin-left: 61px;
    font-size: 16px;
    line-height: 2.1;
}
.rtl-page-styles .header__nav-menu-main {
    padding-right: 0;
}
.rtl-page-styles .current-page {
    padding-left: 0;
    padding-right: 82px;
    font-style: normal;
}
.rtl-page-styles .current-page:before {
    left: auto;
    right: 0;
    top: 14px;
}
/*.rtl-page-styles .header__nav-menu-links:last-child {*/
/*    padding-right: 8.7%;*/
/*    padding-left: 15px;*/
/*}*/
.rtl-page-styles .list-section__counter {
    left: 49px;
    right: auto;
}
.rtl-page-styles .txt-cols__txt {
    margin-right: auto;
    margin-left: 0;
    max-width: 541px;
    margin-top: 72px;
}
.rtl-page-styles {
    --body-ta: right;
    --body-ff: 'Tajawal';
    --primary: 'Tajawal';
    --secondary-ff: 'Tajawal';
    --third-ff: 'Tajawal';
}
.rtl-page-styles .counter__item-numb,
.rtl-page-styles .list-section__counter,
.rtl-page-styles .timer-section__item-numb,
.rtl-page-styles .header__burger-close-icon {
    font-family: 'Ivy Mode', sans-serif;
}
.rtl-page-styles .header__burger-close-txt,
.rtl-page-styles .overview-section__pag {
    font-family: 'Graphik', sans-serif;
}
.rtl-page-styles .header__menu-nav .nav {
    padding-right: 0;
}
.rtl-page-styles .simple-hero__title {
    right: 0;
    left: auto;
    -webkit-transform: translateX(-50vw);
    -ms-transform: translateX(-50vw);
    transform: translateX(-50vw);
}
.rtl-page-styles .simple-hero--secondary .simple-hero__title {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.rtl-page-styles .swiper-btn {
    top: 3px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.rtl-page-styles .overview-section__pag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 0.12em;
}
.rtl-page-styles .overview-section__pag .swiper-pagination-current {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.rtl-page-styles .overview-section__pag .swiper-pagination-total {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.rtl-page-styles .counter,
.rtl-page-styles .timer-section__row,
.rtl-page-styles .list-section__counter,
.rtl-page-styles .apply-btn-wrap,
.rtl-page-styles .footer__soc-link {
    direction: ltr;
}
.rtl-page-styles .list-section__list {
    margin-right: auto;
    margin-left: 0;
    padding-right: 0;
}
.rtl-page-styles .list-section__pic-wrap {
    right: auto;
    left: 50.7%;
    border-radius: 70px 0 0 0;
}
.rtl-page-styles .list-section__list li::before {
    left: auto;
    right: 0;
}
.rtl-page-styles .counter__item:nth-of-type(2) .counter__item-numb:after {
    right: -65px;
}
.rtl-page-styles .counter__item:nth-of-type(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 14%;
}
.rtl-page-styles .counter__item:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 8%;
}
.rtl-page-styles .counter__item:nth-of-type(1) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-right: 0;
}
.rtl-page-styles .counter__item:nth-of-type(1) .counter__item-numb:after {
    content: none;
}
.rtl-page-styles .counter__item:nth-of-type(3) .counter__item-numb:after {
    content: "";
    position: absolute;
    right: -96px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background: #c4bba5;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.rtl-page-styles .split-section__pic-wrap {
    left: 10px;
    right: auto;
}
.rtl-page-styles .split-section__item--reverse .split-section__pic-wrap {
    right: 10px;
    left: auto;
}
.rtl-page-styles .copy {
    top: 2px;
    margin-right: auto;
    margin-left: 35px !important;
}
.rtl-page-styles .footer__nav li:last-child {
    margin-right: 64px !important;
}
.rtl-page-styles .footer__nav li:first-child {
    margin-right: 0 !important;
}
.rtl-page-styles .txt-cols__title {
    line-height: 1.35;
}
.rtl-page-styles .split-section__txt {
    padding-right: 15px;
    font-size: 24px;
    line-height: 1.37;
}
.rtl-page-styles .split-section--primary .split-section__txt {
    font-size: 18px;
}
.rtl-page-styles .split-section__item--reverse .split-section__txt {
    padding-right: 70px;
    padding-left: 28px;
}
.rtl-page-styles .pic-card:last-child {
    margin-right: 8px;
}
.rtl-page-styles .pic-card:first-child {
    margin-right: 0;
}
.rtl-page-styles .footer__soc-link {
    padding-left: 10px;
    padding-right: 0;
}
.rtl-page-styles .footer__nav {
    padding-right: 10px;
}
.rtl-page-styles .footer {
    padding-top: 94px;
}
.rtl-page-styles ul,
.rtl-page-styles ol {
    padding-left: 0;
    padding-right: 1.5em;
}
.rtl-page-styles ul li:before {
    left: auto;
    right: -1.3em;
    top: auto;
    bottom: 0.5em;
}
/*.rtl-page-styles .header__nav-menu-sub {*/
/*    padding-right: 15px;*/
/*}*/
.rtl-page-styles .header__nav-menu-footer {
    text-align: left;
}
/*------------------------------------------------animation---------------------*/
.text-amin,
.text-amin-mini,
.block-anim {
    opacity: 0;
    visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.wow-perspective-wrap,
.perspective {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.wow {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease-out, -webkit-transform .6s ease-out;
    transition: opacity .4s ease-out, -webkit-transform .6s ease-out;
    -o-transition: opacity .4s ease-out, transform .6s ease-out;
    transition: opacity .4s ease-out, transform .6s ease-out;
    transition: opacity .4s ease-out, transform .6s ease-out, -webkit-transform .6s ease-out;
}
.wow3d-primary,
.wow3d-secondary,
.wow3d-third {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: opacity .8s cubic-bezier(.215, .61, .355, 1), -webkit-transform .8s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .8s cubic-bezier(.215, .61, .355, 1), -webkit-transform .8s cubic-bezier(.215, .61, .355, 1);
    -o-transition: opacity .8s cubic-bezier(.215, .61, .355, 1), transform .8s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .8s cubic-bezier(.215, .61, .355, 1), transform .8s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .8s cubic-bezier(.215, .61, .355, 1), transform .8s cubic-bezier(.215, .61, .355, 1), -webkit-transform .8s cubic-bezier(.215, .61, .355, 1);
}
.wow3d-primary,
.text-amin {
    -webkit-transform: translate3d(0px, 20%, -20px) rotateX(-20deg);
    transform: translate3d(0px, 20%, -20px) rotateX(-20deg);
}
.wow3d-secondary,
.text-amin-mini {
    -webkit-transform: translate3d(0px, 30%, -30px) rotateX(-30deg);
    transform: translate3d(0px, 30%, -30px) rotateX(-30deg);
}
.wow3d-third,
.block-anim {
    -webkit-transform: translate3d(0px, 20%, -20px) rotateX(-10deg);
    transform: translate3d(0px, 20%, -20px) rotateX(-10deg);
}
.wowToUp {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
}
.apply-btn-wrap-inner.wowToUp {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.wowToRight {
    -webkit-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    transform: translateX(-70px);
}
.wowToLeft {
    -webkit-transform: translateX(70px);
    -ms-transform: translateX(70px);
    transform: translateX(70px);
}
.td-1,
.wow-stagger-group:nth-of-type(2) {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.td-2,
.wow-stagger-group:nth-of-type(3) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.td-3,
.wow-stagger-group:nth-of-type(4) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.td-4,
.wow-stagger-group:nth-of-type(5) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
/* fix safari bag*/
.simple-hero__wc-pic,
.banner-pic-2-init-js,
.banner-pic-2-mask-wrap-js {
    pointer-events: none;
}
.simple-hero__wc-pic,
.banner-pic-2-init-js {
    will-change: opacity;
}
.banner-pic-2-mask-wrap-js,
.banner-pic-2-mask .banner-pic-2-img,
.txt-cols__big-pic .parallax-js {
    will-change: transform;
}
/*-----*/
.simple-hero__tip-line {
    position: relative;
}
:root {
    --tip-line-height: 50px;
}
.simple-hero__tip-line::before,
.simple-hero__tip-line-circle {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    left: 70%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 3px;
    margin: auto;
    height: 16px;
    background-color: #000000;
    border-radius: 20px;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    z-index: 3;
}
.simple-hero__tip-line--with-child:before {
    content: none;
}
.simple-hero__tip-line.paused::before,
.simple-hero__tip-line--with-child.paused .simple-hero__tip-line-circle {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(-50%, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(-50%, var(--tip-line-height));
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb10 {
    0% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(-50%, var(--tip-line-height));
        transform: translate(-50%, var(--tip-line-height));
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
/*---------------------------------*/
.section-after-pin {
    padding-top: calc(100vh - var(--vh-2, 1vh) * 100);
}
.banner-pic-2-offset--secondary {
    background: -webkit-gradient(linear, left top, left bottom, from(#0000), color-stop(20%, #f5f3ed), color-stop(70%, #f5f3ed), to(#ffffff));
    background: -o-linear-gradient(top, #0000 0%, #f5f3ed 20%, #f5f3ed 70%, #ffffff 100%);
    background: linear-gradient(to bottom, #0000 0%, #f5f3ed 20%, #f5f3ed 70%, #ffffff 100%);
}
.banner-pic-2-offset--primary {
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f3ed), color-stop(70%, #f5f3ed), to(#ffffff));
    background: -o-linear-gradient(top, #f5f3ed 0%, #f5f3ed 70%, #ffffff 100%);
    background: linear-gradient(to bottom, #f5f3ed 0%, #f5f3ed 70%, #ffffff 100%);
}
.sections-bg-wrap-3--with-grad {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f3ed));
    background: -o-linear-gradient(top, #ffffff 0%, #f5f3ed 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f5f3ed 100%);
}
.inner-page .header__menu {
    position: relative;
    z-index: 1;
}
.inner-page .header__menu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
/*---------------------------------*/
.parallax-js {
    margin-top: -20%;
    height: 130% !important;
}
/*---------------------------------*/
.split-section__txt h3 {
    font-family: var(--primary);
    letter-spacing: 0.02em;
    margin-bottom: 16px;
    line-height: 1.3;
}
.split-section--primary .split-section__txt {
    line-height: 1.5;
}
.split-section__block {
    margin-bottom: 3.4rem;
}
.rtl-page-styles .split-section__block {
    margin-bottom: 2.1rem;
}
.rtl-page-styles .split-section--primary ul {
    margin-right: 36px;
}
.split-section__item--first {
    padding-bottom: 54px;
}
.split-section__item--secondary {
    padding-bottom: 77px;
}
.first-layer .header,
.first-layer .circle-btn {
    opacity: 0;
}
/*.simple-hero--fourth .simple-hero__pic-wrap:after {*/
/*    background: -webkit-gradient(linear, left bottom, left top, from(#f5f3ed), color-stop(40%, #f5f3ed), color-stop(50%, rgba(245, 243, 237, 0.9)), color-stop(60%, rgba(245, 243, 237, 0.8)), color-stop(80%, rgba(245, 245, 245, 0)));*/
/*    background: -o-linear-gradient(bottom, #f5f3ed 0%, #f5f3ed 40%, rgba(245, 243, 237, 0.9) 50%, rgba(245, 243, 237, 0.8) 60%, rgba(245, 245, 245, 0) 80%);*/
/*    background: linear-gradient(to top, #f5f3ed 0%, #f5f3ed 40%, rgba(245, 243, 237, 0.9) 50%, rgba(245, 243, 237, 0.8) 60%, rgba(245, 245, 245, 0) 80%);*/
/*}*/
.hero-home--third:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #f5f3ed), to(#ffffff));
    background: -o-linear-gradient(top, #f5f3ed 40%, #ffffff 100%);
    background: linear-gradient(to bottom, #f5f3ed 40%, #ffffff 100%);
}
.hero-home.hero-home--third {
    padding-top: 32px;
}
.numbered-list__kicker {
    color: #c4bba5;
}
.numbered-list__list h4 {
    font-weight: 500;
    line-height: 1.2;
    font-size: 24px;
    margin-bottom: 10px;
}
.numbered-list__list li {
    position: relative;
    padding: 0 80px 37px 174px;
    border-bottom: 1px solid #c4bba5;
    margin-bottom: 40px;
    min-height: 100px;
}
.numbered-list__list li::before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 96px;
    line-height: 0.9;
}
.numbered-list {
    padding: 66px 0 148px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f3ed), to(#ffffff));
    background: -o-linear-gradient(top, #f5f3ed 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f5f3ed 0%, #ffffff 100%);
}
.faq {
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f3ed), color-stop(70%, #ffffff));
    background: -o-linear-gradient(top, #f5f3ed 0%, #ffffff 70%);
    background: linear-gradient(to bottom, #f5f3ed 0%, #ffffff 70%);
}
.numbered-list__title {
    margin-bottom: 23px;
}
.numbered-list__heading {
    margin-bottom: 4.9rem;
}
.rtl-page-styles .numbered-list__list li {
    padding-right: 174px;
    padding-left: 80px;
}
.rtl-page-styles .numbered-list__list li::before {
    left: auto;
    right: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    margin: 0;
}
/*---------------------------------*/
.sections-bg-wrap-3:after,
.sections-bg-wrap-2:after {
    left: 0;
    width: 100%;
    z-index: 0;
}
.sections-bg-wrap-3:after,
.banner-map-wrap {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f3ed));
    background: -o-linear-gradient(top, #ffffff 0%, #f5f3ed 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f5f3ed 100%);
}
.sections-bg-wrap-2:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#f5f3ed));
    background: -o-linear-gradient(bottom, #ffffff 0%, #f5f3ed 100%);
    background: linear-gradient(to top, #ffffff 0%, #f5f3ed 100%);
}
.quote-section__pic-wrap,
.apply-section__pic-wrap {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
}
.quote-section__pic-bg,
.apply-section__pic-bg {
    width: 894px;
    height: 886px;
    max-width: unset;
    min-width: 110%;
    min-height: 110%;
    -o-object-fit: cover;
    object-fit: cover;
}
.last-el-mb-0 > *:last-child {
    margin-bottom: 0;
}
.ff-secondary {
    font-family: var(--secondary-ff);
}
.ff-third {
    font-family: var(--third-ff);
}
.ff-arabic {
    font-family: var(--arabic-ff);
}
.pointer-events-auto {
    pointer-events: auto;
}
.pointer-events-none {
    pointer-events: none;
}
.btn {
    position: relative;
    font-family: var(--secondary-ff);
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    background: #c4886f;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    padding: 19px 23px 17px;
    line-height: 1;
    max-width: 100%;
    min-width: 188px;
}
.btn:hover {
    background: #454033;
}
.obj-contain {
    -o-object-fit: contain;
    object-fit: contain;
}
.pt-first-section {
    padding-top: 315px;
}
.z-index-1 {
    z-index: 1;
}
.z-index-2 {
    z-index: 2;
}
.z-index-3 {
    z-index: 3;
}
.color-1 {
    color: #8e0051;
}
.color-2 {
    color: #dc5c1f;
}
.color-3 {
    color: #ffffff;
}
.bg-light-primary {
    background: #f5f3ed;
}
.bg-light-secondary {
    background: #f3f0eb;
}
.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}
.obj-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.after-el-full:after,
.link-mask {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.link-mask {
    position: absolute;
    z-index: 5;
    outline: none !important;
}
.after-el-full:after,
.after-el:after, .before-el:before {
    content: "";
    position: absolute;
}
.flex-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.f-100 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
}
.default-transition,
.btn {
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.overflow-visible {
    overflow: visible !important;
}
.center-position {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* responsive styles */
/*----------------------------*/
@media (min-width: 2000px) {
    .list-section__pic-wrap {
        max-width: 986px;
    }
}
@media (min-width: 1440px) {
    .rtl-page-styles .counter__container {
        position: relative;
        left: 15px;
    }
    .rtl-page-styles .counter__container {
        padding-left: 0;
    }
    .rtl-page-styles .counter__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 323px;
        flex: 0 0 323px;
    }
    .rtl-page-styles .faq__heading-txt {
        padding-right: 140px;
    }
}
@media (min-width: 1200px) {
    .inner-page--secondary .txt-cols__title {
        padding-left: 13px;
    }
    .inner-page--secondary .overview-section {
        padding-top: 107px;
    }
    .inner-page--secondary .counter {
        padding: 110px 0 6px;
    }
    .inner-page--secondary .quote-section__txt {
        margin-bottom: 39px;
    }
    .inner-page--secondary .sections-bg-wrap-2 {
        padding-top: 20px;
    }
    .overview-section--secondary .overview-section__txt {
        margin-bottom: 6.8rem;
    }
    .quote-section--secondary .quote-section {
        padding: 232px 0 208px;
    }
    .hero-home--secondary {
        padding-bottom: 134px;
    }
    .apply-section--secondary {
        padding-bottom: 243px;
    }
    .apply-section--third {
        padding-bottom: 212px;
    }
    .faq__block {
        margin-left: -5px;
    }
    .simple-hero--sixth .simple-hero__tip-txt {
        margin-bottom: 35px;
    }
    .simple-hero--secondary .simple-hero__tip-txt {
        margin-bottom: 51px;
    }
    .simple-hero--third .simple-hero__tip-txt {
        margin-bottom: 116px;
    }
    .simple-hero--fourth .simple-hero__tip-txt {
        margin-bottom: 53px;
    }
    .simple-hero--fourth .simple-hero__title {
        bottom: 6px;
    }
    .txt-cols--sixth {
        padding-top: 43px;
    }
    .txt-cols--sixth .txt-cols__title {
        padding-left: 0;
        padding-right: 15px;
    }
    .txt-cols--sixth .txt-cols__txt {
        max-width: 425px;
        line-height: 1.58;
        left: 0;
        font-size: 18px;
    }
    .quote-section--sixth {
        padding: 204px 0 239px;
    }
    .footer__nav {
        padding-left: 10px;
    }
    .quote-section--sixth .quote-section__txt {
        margin-bottom: 28px;
    }
    .hero-home--main .hero-home__txt {
        padding-right: 12px;
    }
    .rtl-page-styles .list-section__list {
        max-width: 456px;
    }
    .rtl-page-styles .hero-home--main {
        padding-top: 104px;
    }
    .rtl-page-styles .hero-home__txt {
        margin-bottom: 48px;
    }
    .rtl-page-styles .pic-card__pic-wrap-screen-wrap {
        margin-bottom: 14px;
    }
    .rtl-page-styles .hero-home__title {
        margin-bottom: 33px;
    }
    .rtl-page-styles .overview-section {
        padding-top: 117px;
    }
    .rtl-page-styles .kicker {
        margin-bottom: 4.4rem;
    }
    .rtl-page-styles .overview-section__txt {
        margin-bottom: 7.7rem;
    }
    .rtl-page-styles .overview-section__swiper-controls {
        margin-top: 37px;
        padding-left: 5px;
    }
    .rtl-page-styles .list-section__list {
        margin-top: 209px;
    }
    .rtl-page-styles.inner-page--secondary .list-section__list {
        margin-top: 37px;
    }
    .rtl-page-styles .counter__item-numb {
        margin-bottom: 23px;
    }
    .rtl-page-styles .quote-section {
        padding: 312px 0;
    }
    .rtl-page-styles .quote-section__txt {
        margin-bottom: 25px;
    }
    .rtl-page-styles .sections-bg-wrap-2 {
        padding-top: 29px;
    }
    .rtl-page-styles .split-section__txt {
        padding-right: 11px;
        margin-top: -11px;
        padding-left: 75px;
    }
    .rtl-page-styles .split-section__txt h3 {
        margin-bottom: 18px;
    }
    .rtl-page-styles .split-section--primary .split-section__txt {
        padding-right: 17px;
        padding-left: 69px;
    }
    .rtl-page-styles .split-section__item--reverse .split-section__txt {
        padding-right: 70px;
        padding-left: 28px;
    }
    .rtl-page-styles .split-section--primary .split-section__item--reverse .split-section__txt {
        padding-right: 82px;
    }
    .rtl-page-styles .timer-section {
        padding-bottom: 106px;
    }
    .rtl-page-styles .hero-home--inner {
        padding-top: 107px;
    }
    .rtl-page-styles .hero-home--inner .hero-home__title {
        margin-bottom: 20px;
    }
    .rtl-page-styles .hero-home--inner .hero-home__txt {
        margin-bottom: 5rem;
    }
    .rtl-page-styles .simple-hero__tip-txt {
        margin-bottom: 35px;
    }
    .rtl-page-styles .txt-cols {
        padding-top: 26px;
    }
    .rtl-page-styles .txt-cols--secondary {
        padding-top: 81px;
    }
    .rtl-page-styles .txt-cols--third {
        padding-top: 85px;
    }
    .rtl-page-styles .txt-cols__title {
        max-width: 641px;
    }
    .rtl-page-styles .simple-hero--third .simple-hero__tip-txt {
        margin-bottom: 116px;
    }
    .rtl-page-styles .simple-hero--fourth .simple-hero__tip-txt {
        margin-bottom: 53px;
    }
    .rtl-page-styles .header__nav-logo {
        top: 37px;
    }
    .rtl-page-styles .header__nav-menu-main li {
        margin-bottom: 10px;
    }
    .rtl-page-styles .header__nav-menu-column {
        /*padding-bottom: 11.6vh;*/
        padding-bottom: 12.1vh;
    }
    .inner-page--girls .overview-section {
        padding-top: 96px;
    }
    .overview-section--third {
        padding-bottom: 87px;
    }
    .quote-section--secondary {
        padding-bottom: 211px;
    }
    .banner-pic-2-mask:before,
    .banner-pic-2-mask:after {
        content: none;
    }
    .rtl-page-styles .split-section__item--first {
        padding-bottom: 73px;
    }
    .rtl-page-styles .timer-section {
        min-height: 448px;
    }
    /*    ---------------------------------------------    */
    .rtl-page-styles .header__nav-menu-footer {
        position: relative;
        justify-content: space-between;
        padding-left: 21.6%;
        left: 14.3%;
        padding-right: 0;
    }
    .rtl-page-styles .header__nav-menu-links {
        max-width: 111px;
        padding: 0 15px;
    }
    .rtl-page-styles .header__nav-menu-sub li,
    .rtl-page-styles .header__nav-menu-links li {
        margin-bottom: 8px;
    }
/*    -----------------------------------------------------   */
/*    .banner-pic-offset {*/
/*        padding-left: 70px;*/
/*        padding-right: 70px;*/
/*    }*/
    .banner-pic-wrap-2,
    .banner-pic-wrap-3 {
        top: 0;
        left: 0;
    }
    .banner-pic-wrap-2 {
        position: sticky;
    }
    .banner-pic-wrap-3 {
        position: absolute;
        clip: rect(auto auto auto auto);
    }
    .banner-pic-wrap-3 img {
        position: fixed;
        -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
        left: 50%;
        top: 50%;
        /*width: calc( 100% - 140px);*/
    }
}
@media (min-width: 992px) {
    .rtl-page-styles .list-section__list li {
        padding-left: 0;
        padding-right: 31px;
    }
    .hero-home--inner .pic-card {
        margin-right: 11px;
    }
    .split-section--primary .split-section__txt {
        margin-top: 7px;
    }
    .rtl-page-styles .split-section--primary .split-section__txt {
        margin-top: 27px;
    }
    .rtl-page-styles .split-section--primary .split-section__item--secondary .split-section__txt {
        margin-top: 3px;
    }
    .rtl-page-styles .split-section--primary .split-section__item--third .split-section__txt {
        margin-top: 7px;
    }
}
@media (max-height: 899px) and (min-width: 1200px) {
    .list-section {
        min-height: 1050px;
    }
    .list-section__list {
        margin-top: 100px;
    }
    .hero-home--main .pic-card__pic-wrap,
    .hero-home--main .pic-card__pic-wrap-screen-wrap {
        max-height: 45vh;
    }
    .hero-home--main .hero-home__txt {
        margin-bottom: 54px;
    }
    .hero-home--main {
        padding-top: 120px;
    }
    /*------------------*/
}
@media (max-height: 799px) and (min-width: 1200px) {
    .list-section {
        min-height: 900px;
    }
    .list-section__list {
        margin-top: 80px;
    }
    .quote-section {
        padding: 174px 0;
    }
    .sections-bg-wrap-2 {
        padding-bottom: 100px;
    }
    .split-section__item {
        padding: 50px 0;
    }
    .timer-section {
        min-height: 405px;
        padding-bottom: 80px;
    }
    .footer {
        padding-top: 50px;
    }
}
@media (max-height: 699px) and (min-width: 1200px) {
    .hero-home--main {
        padding-top: 100px;
    }
    .hero-home--main .hero-home__txt {
        margin-bottom: 34px;
    }
}
@media (max-width: 1339px) and (min-width: 1200px) {
    .split-section__txt {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
}
/*----------------------------*/
@media (max-width: 1440px) {
    .rtl-page-styles .counter__container {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}
@media (max-width: 1339px) {
    .rtl-page-styles .split-section__txt {
        padding-right: 40px;
    }
}
@media (max-width: 1299px) {
    .simple-hero--secondary .simple-hero__title {
        font-size: 188px;
    }
}
@media (max-width: 1199px) {
    .header__nav-logo-txt-line-1 {
        font-size: 19px;
    }
    .header__nav-logo-txt-line-2 {
        font-size: 12px;
    }
    /*------------------*/
    .simple-hero__tip-txt {
        margin-bottom: 20px;
        font-size: 13px;
    }
    :root {
        --tip-line-height: 29px;
    }
    .simple-hero__tip-line {
        height: 42px;
    }
    .circle-btn {
        width: 102px;
        height: 102px;
        font-size: 17px;
    }
    .txt-cols__txt {
        margin-top: 50px;
        left: 0;
    }
    .kicker {
        margin-bottom: 3rem;
    }
    .overview-section__txt {
        margin-bottom: 5rem;
    }
    .simple-hero__title {
        top: 30%;
    }
    .xxxl-title {
        font-size: 152px !important;
    }
    .overview-section__swiper {
        height: 435px;
    }
    .list-section__list {
        max-width: 420px;
    }
    .list-section {
        min-height: 900px;
    }
    .counter__item:nth-of-type(1),
    .counter__item:nth-of-type(2) {
        margin-right: 70px;
    }
    .counter__item {
        width: 220px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
        flex: 0 0 220px;
    }
    .counter__item-numb {
        font-size: 100px;
    }
    .counter__item:nth-of-type(1) .counter__item-numb:after,
    .counter__item:nth-of-type(2) .counter__item-numb:after {
        right: -31px;
    }
    .counter__item:nth-of-type(2) .counter__item-title,
    .counter__item:nth-of-type(3) .counter__item-title {
        margin-left: 0;
    }
    .quote-section {
        padding: 140px 0;
    }
    .sections-bg-wrap-2 {
        padding: 40px 15px 100px;
    }
    .split-section__txt {
        padding-right: 15px;
        padding-left: 40px;
    }
    .split-section__item--reverse .split-section__txt {
        padding-left: 15px;
        padding-right: 40px;
    }
    .split-section__item {
        padding: 45px 0;
    }
    .timer-section {
        min-height: 0;
        padding: 150px 0 80px;
    }
    .timer-section__title {
        padding-right: 0;
    }
    .timer-section__item-numb {
        font-size: 80px;
    }
    .timer-section__item {
        margin-right: 10%;
    }
    .timer-section__item-numb:after {
        right: -54px;
    }
    .banner-pic-offset {
        padding: 60px 0 80px;
    }
    .xxl-title {
        font-size: 120px;
    }
    .hero-home--inner .pic-card {
        width: 280px;
    }
    .hero-home--inner .pic-card__pic-wrap-screen-wrap {
        height: 416px;
    }
    .hero-home--inner {
        padding: 64px 0 84px;
    }
    .list-section__pic-wrap {
        height: 730px;
    }
    .footer {
        padding: 50px 0 30px;
    }
    .footer__nav li:not(:last-child) {
        margin: 0 44px 0 0;
    }
    .header__menu-nav {
        top: 24px;
    }
    .header__burger {
        --top-position: 17px;
        top: 17px;
    }
    .header__nav-figure {
        width: 45%;
    }
    .header__nav-menu {
        width: 55%;
    }
    .header__nav-menu-column,
    .rtl-page-styles .header__nav-menu-column {
        padding-left: 50px;
    }
    .header__nav-logo {
        left: 50.6%;
    }
    .header__burger-close-txt {
        margin-right: 20px;
    }
    .overview-section__swiper-controls {
        padding-left: 0;
    }
    .txt-cols__col-1 {
        left: 0;
    }
    .txt-cols__col-2 {
        padding-left: 15px;
    }
    .overview-section--third .txt-cols__row {
        margin-bottom: 7.4rem;
    }
    /*/------*/
    .banner-pic-2-mask {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1223px;
        flex: 0 0 1223px;
        max-width: unset;
        height: 700px !important;
    }
    .banner-pic-2-mask:before {
        bottom: 100%;
        background: #f5f3ed;
    }
    .banner-pic-2-mask:after,
    .banner-pic-2-mask:before {
        left: 0;
        width: 100%;
        height: 50%;
    }
    .banner-pic-2-mask:after {
        top: 100%;
        background: #ffffff;
    }
    .banner-pic-2-wrap--secondary .banner-pic-2-mask:before {
        background: #ffffff;
    }
    .banner-pic-2-wrap--secondary .banner-pic-2-mask:after {
        background: #f5f3ed;
    }
    .txt-cols__container-2 {
        min-height: 70vh;
    }
    .txt-cols--third {
        padding-bottom: 135px;
    }
    .txt-cols__container-2-content {
        padding-left: 5%;
    }
    .faq__title {
        padding-right: 45px;
    }
    .xl-title {
        font-size: 60px;
    }
    .faq__heading-txt {
        padding-top: 30px;
        padding-left: 0;
    }
    .txt-cols__second-title,
    .txt-cols__contact {
        max-width: 400px;
    }
    .banner-map-wrap {
        height: 577px;
    }
    .faq {
        padding: 90px 0 72px;
    }
    .faq__item-title {
        line-height: 1.2;
    }
    /*    -----------------------------------   */
    .rtl-page-styles .header__nav-logo {
        right: 50.6%;
    }
    .rtl-page-styles .header__burger-close-txt {
        margin-left: 20px;
    }
    .rtl-page-styles .split-section__item--reverse .split-section__txt,
    .rtl-page-styles .split-section__txt {
        padding-right: 30px;
        padding-left: 30px;
    }
    .rtl-page-styles .footer__nav li:not(:last-child) {
        margin: 0 37px 0 0;
    }
    .rtl-page-styles .footer__nav li:last-child {
        margin-right: 37px !important;
    }
    .rtl-page-styles .faq__heading-txt {
        padding-right: 15px;
    }
    .simple-hero--secondary .simple-hero__tip {
        bottom: 0;
    }
    .simple-hero--third .simple-hero__tip-txt {
        margin-bottom: 80px;
    }
    .simple-hero--fourth .simple-hero__tip-txt {
        margin-bottom: 90px;
    }
    .banner-pic-wrap-3-js {
        overflow: hidden;
        position: relative;
    }
    .banner-pic-js {
        position: absolute;
        top: -100px;
        left: 0;
        height: calc(100% + 100px) !important;
    }
}
@media (max-width: 991px) {
    .header__menu-nav {
        display: none;
    }
    .home-page .header__menu-nav {
        display: block;
        top: auto;
        bottom: 24px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: 0;
        right: 0;
        padding: 0 15px;
    }
    .header__nav-menu-column,
    .rtl-page-styles .header__nav-menu-column {
        padding: 0 50px 50px 50px;
    }
    .header__menu-nav .nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    /*    -----------  */
    .pic-card-slider {
        width: 282px;
    }
    .list-section__pic-wrap {
        display: none;
    }
    .list-section {
        min-height: 0;
        padding-bottom: 40px;
    }
    .list-section__list li::before {
        content: none;
    }
    .list-section__list li {
        opacity: 1;
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 0 15px;
        margin-bottom: 25px;
    }
    .inner-page--secondary .list-section__list {
        margin-top: 0;
    }
    .list-section__list {
        max-width: unset;
        margin: 0 -15px;
    }
    .list-section__list img {
        height: 300px;
    }
    .list-section__list h4 {
        font-size: 20px;
        margin-top: 15px;
    }
    .counter__item {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .counter__item:nth-of-type(1), .counter__item:nth-of-type(2) {
        margin: 0 0 110px;
    }
    .counter__item:nth-of-type(1) .counter__item-numb:after,
    .counter__item:nth-of-type(2) .counter__item-numb:after {
        right: 0;
        left: 0;
        top: auto;
        bottom: -90px;
    }
    .counter__item-numb {
        font-size: 96px;
        margin-bottom: 5px;
    }
    .counter__item.wow-stagger-group:nth-of-type(2) {
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }
    .counter__item.wow-stagger-group:nth-of-type(1) {
        -webkit-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s;
    }
    .split-section__col-1 {
        height: 294px;
    }
    .split-section__pic-wrap {
        left: 0;
        width: 90%;
    }
    .split-section__txt {
        padding-left: 15px;
        margin: 40px 0 0 auto;
    }
    .split-section__item--reverse .split-section__pic-wrap {
        margin-left: auto;
        right: 0;
    }
    .split-section__item--reverse .split-section__txt {
        padding-right: 15px;
        margin: 40px auto 0 0;
    }
    .timer-section {
        padding-top: 80px;
    }
    .banner-pic-wrap {
        height: 500px;
    }
    .apply-section__pic-wrap {
        width: 500px;
        height: 500px;
    }
    .apply-section {
        padding: 100px 0 100px;
        min-height: 600px;
    }
    .xxl-title {
        font-size: 100px;
    }
    .apply-section__title,
    .hero-home--inner .hero-home__txt {
        margin-bottom: 40px;
    }
    .footer__soc-link,
    .footer__nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .footer__soc-link {
        top: 0;
        width: 100%;
    }
    .copy {
        top: 0;
        margin-right: 0;
        width: 100%;
        text-align: center;
    }
    .hero-home--inner .hero-home__title {
        font-size: 54px;
    }
    .header__nav-menu-links {
        padding-left: 15px;
    }
    .txt-cols__container-2-content {
        padding-left: 15px;
    }
    .txt-cols__second-title, .txt-cols__contact {
        max-width: 350px;
        padding-right: 30px;
    }
    .txt-cols--third {
        padding-bottom: 80px;
    }
    .faq__heading-txt,
    .faq__title {
        padding: 0 15px;
    }
    .faq__col-heading {
        margin-bottom: 5rem;
    }
    .faq__item-title {
        font-size: 20px;
        padding: 35px 60px 35px 0;
    }
    .rtl-page-styles .faq__item-title {
        padding-left: 60px;
    }
    .faq__item-arrow {
        right: 14px;
        top: 28px;
        width: 28px;
    }
    .rtl-page-styles .faq__item-arrow {
        left: 14px;
    }
    .apply-section--third {
        padding: 140px 0;
    }
    .xl-title {
        font-size: 50px;
    }
    .md-txt {
        font-size: 16px;
    }
    .apply-section__content {
        font-size: 18px;
    }
    .pic-card {
        margin-right: 0;
    }
    .counter-cube__face.hide-on-load {
        -webkit-transform: translateY(30%);
        -ms-transform: translateY(30%);
        transform: translateY(30%);
    }
    .rtl-page-styles .header__nav-menu-links {
        padding-right: 15px;
    }
    .rtl-page-styles .list-section__list {
        margin-top: 0;
        margin-left: -15px;
        margin-right: -15px;
    }
    .rtl-page-styles .counter__item {
        margin-right: 0 !important;
    }
    .rtl-page-styles .counter__item:nth-of-type(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .rtl-page-styles .counter__item:nth-of-type(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .rtl-page-styles .counter__item:nth-of-type(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .rtl-page-styles .counter__item:nth-of-type(2) .counter__item-numb:after {
        right: 0;
    }
    .rtl-page-styles .counter__item:nth-of-type(1) .counter__item-numb:after {
        content: "";
    }
    .rtl-page-styles .split-section__pic-wrap {
        left: auto;
        right: 0;
    }
    .rtl-page-styles .split-section__item--reverse .split-section__pic-wrap {
        right: auto;
        left: 0;
    }
    .rtl-page-styles .split-section__item--reverse .split-section__txt, .rtl-page-styles .split-section__txt {
        max-width: 600px;
    }
    .rtl-page-styles .split-section__txt {
        margin-right: auto;
        margin-left: 0;
        font-size: 20px;
    }
    .rtl-page-styles .split-section__item--reverse .split-section__txt {
        margin-right: 0;
        margin-left: auto;
    }
    /*--------------------------*/
    .split-section__container {
        max-width: 100%;
    }
    .split-section__item--reverse .split-section__txt,
    .split-section__txt {
        padding-right: 30px;
        padding-left: 30px;
    }
    .rtl-page-styles .counter__item:nth-of-type(3) .counter__item-numb:after {
        content: none;
    }
    .rtl-page-styles .header__nav-menu-main a {
        font-size: 56px;
    }
    .rtl-page-styles .header__burger-close {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .rtl-page-styles .header__burger-close-txt {
        font-size: 12px;
        line-height: 1;
        padding-bottom: 5px;
    }
    .rtl-page-styles .footer__nav {
        padding-right: 15px;
    }
    .rtl-page-styles .txt-cols__container-2-content {
        padding-right: 15px;
    }
    .rtl-page-styles .txt-cols__second-title,
    .rtl-page-styles .txt-cols__contact {
        padding-left: 30px;
        padding-right: 0;
    }
    .split-section__block {
        margin-bottom: 2rem;
    }
    .numbered-list {
        padding-bottom: 80px;
    }
    .numbered-list__list li {
        padding: 0 0 37px 144px;
    }
    .rtl-page-styles .numbered-list__list li {
        padding-right: 144px;
        padding-left: 0;
    }
    .faq__item-txt {
        max-width: 80%;
    }
}
@media (max-width: 767px) {
    .header__nav-menu-column,
    .rtl-page-styles .header__nav-menu-column {
        padding: 0 30px 50px 30px;
    }
    .header__nav-logo {
        top: 20px;
        left: 44.5%;
    }
    .header__burger-close {
        top: 19px;
        right: 23px;
    }
    .header__burger-close-icon {
        font-size: 33px;
    }
    .header__burger-close-txt {
        font-size: 18px;
    }
    .header__nav-menu-main a {
        font-size: 52px;
    }
    .rtl-page-styles .header__nav-menu-main a {
        font-size: 49px;
    }
    .header__nav-menu-main li {
        margin-bottom: 8px;
    }
    .header__nav-menu-main li:last-child {
        margin-top: 0;
    }
    .current-page:before {
        width: 52px;
    }
    .current-page {
        padding-left: 63px;
    }
    .header__nav-menu-sub li, .header__nav-menu-links li {
        font-size: 12px;
    }
    /*.rtl-page-styles .header__nav-menu-sub li,*/
    /*.rtl-page-styles .header__nav-menu-links li {*/
    /*    font-size: 14px;*/
    /*}*/
    .header__nav-menu-column {
        margin-top: 69px;
    }
    /*    -----------  */
    .h1, h1 {
        font-size: 46px;
    }
    .header__nav-figure {
        width: 40%;
    }
    .header__nav-menu {
        width: 60%;
    }
    /*    -----------  */
    .xxxl-title {
        font-size: 90px !important;
    }
    .simple-hero__tip-txt {
        margin-bottom: 26px;
        font-size: 10px;
    }
    .circle-btn {
        width: 72px;
        height: 72px;
        font-size: 13px;
    }
    .h3, h3 {
        font-size: 30px;
    }
    .lg-txt {
        font-size: 16px;
    }
    .txt-cols__txt {
        max-width: 390px;
    }
    .h2, h2 {
        font-size: 38px;
        line-height: 1.3;
    }
    .kicker {
        margin-bottom: 55px;
    }
    .xl-txt {
        font-size: 24px;
    }
    .overview-section__txt,
    .overview-section--third .txt-cols__row {
        margin-bottom: 61px;
    }
    .overview-section__swiper {
        height: 332px;
    }
    .overview-section__swiper-controls {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        min-height: 0;
    }
    .overview-section__pag {
        width: auto;
        margin: 0;
    }
    .overview-section__btns-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    .overview-section__slide-titles {
        height: 40px;
    }
    .list-section__list h4 {
        font-size: 16px;
        margin-top: 12px;
    }
    .list-section__list img {
        height: 220px;
    }
    .list-section {
        padding-top: 50px;
    }
    .counter__item:nth-of-type(2) {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .quote-section__txt {
        line-height: 1.65;
        margin-bottom: 28px;
    }
    .xxl-txt {
        font-size: 24px;
    }
    .quote-section__pic-wrap {
        width: 400px;
        height: 400px;
    }
    .quote-section {
        min-height: 500px;
    }
    .video-section .embed-responsive-16by9::before {
        padding-top: 103.75%;
    }
    .video-section {
        background: #000000;
    }
    .video-section__label {
        font-size: 48px;
    }
    .sections-bg-wrap-2 {
        padding-bottom: 37px;
    }
    .split-section__col-1 {
        height: 194px;
    }
    .split-section__txt {
        margin-top: 31px !important;
        line-height: 1.75;
    }
    .split-section__item {
        padding: 42px 0;
    }
    .timer-section__title {
        font-size: 12px;
        margin-bottom: 35px;
    }
    .timer-section {
        padding-top: 34px;
        padding-bottom: 39px;
    }
    .timer-section__item-numb {
        font-size: 48px;
        margin-bottom: 6px;
    }
    .timer-section__item-name {
        font-size: 8px;
    }
    .timer-section__item {
        width: 88px;
        margin-right: 0;
    }
    .timer-section__item-numb:after {
        width: 6px;
        height: 17px;
    }
    .timer-section__item-numb:after,
    .timer-section__item:first-child .timer-section__item-numb.couple:after {
        right: -5px;
    }
    .timer-section__item:first-child .timer-section__item-numb:after {
        right: -8px;
    }
    .banner-pic-offset {
        padding: 43px 0 80px;
    }
    .banner-pic-wrap {
        height: 300px;
        min-height: 203px;
    }
    .xxl-title {
        font-size: 84px;
    }
    .apply-section__title {
        margin-bottom: 30px;
    }
    .apply-section__content {
        max-width: 303px;
        line-height: 1.55;
    }
    .apply-section__content p,
    .txt-cols__col-1 {
        margin-bottom: 17px;
    }
    .apply-btn {
        width: 97px;
    }
    .apply-btn + .apply-btn,
    .apply-btn-wrap-inner + .apply-btn-wrap-inner {
        margin-left: 3px;
    }
    /*.rtl-page-styles .apply-btn + .apply-btn,*/
    /*.rtl-page-styles .apply-btn-wrap-inner + .apply-btn-wrap-inner {*/
    /*    margin-left: 0;*/
    /*    margin-right: 3px;*/
    /*}*/
    .apply-section__pic-wrap {
        width: 462px;
        height: 462px;
    }
    .apply-section {
        min-height: 470px;
        padding: 63px 0 134px;
    }
    .hero-home--inner .hero-home__title {
        font-size: 48px;
        margin-bottom: 19px;
    }
    .hero-home--inner {
        padding: 84px 0 31px;
    }
    .hero-home--inner .hero-home__txt {
        font-size: 14px;
    }
    .hero-home--inner .pic-card__pic-wrap-screen-wrap {
        height: 270px;
        min-height: 270px;
        margin-bottom: 6px;
    }
    .hero-home--inner .pic-card__title {
        font-size: 12px;
    }
    .footer__soc-link {
        margin-bottom: 38px;
    }
    .footer__nav li:not(:last-child) {
        margin: 0 31px 0 0;
    }
    .footer__nav {
        margin-bottom: 22px;
    }
    .footer__nav li {
        margin-bottom: 10px !important;
    }
    .footer {
        padding-bottom: 52px;
    }
    .quote-section__pic-bg, .apply-section__pic-bg {
        width: 750px;
        height: 750px;
    }
    .inner-page .hero-home__svg {
        display: none;
    }
    .txt-cols__title {
        margin-bottom: 2rem !important;
    }
    .txt-cols__txt-col,
    .banner-pic-2-offset {
        padding: 0;
    }
    .banner-pic-2-offset {
        height: calc(100vh + 500px);
    }
    .banner-pic-2-wrap {
        top: 0;
        height: 100vh;
    }
    .overview-section--third .overview-section__txt {
        margin-bottom: 40px;
    }
    .hero-home--secondary {
        padding-top: 54px;
    }
    .apply-section--secondary {
        padding-top: 150px;
    }
    .simple-hero--secondary .simple-hero__title {
        bottom: 30%;
        left: 50%;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .simple-hero--third .simple-hero__title {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .simple-hero--fourth .simple-hero__title {
        bottom: 25%;
    }
    .simple-hero--third .simple-hero__tip-txt {
        margin-bottom: 36px;
    }
    .txt-cols--third .txt-cols__title {
        margin-bottom: 5rem !important;
    }
    .txt-cols__big-pic {
        position: relative;
        height: 400px;
        max-height: 100vh;
        width: 100%;
        border-radius: 0;
        padding: 0 15px;
    }
    .txt-cols__container-2-content {
        padding: 50px 15px;
    }
    .txt-cols__second-title, .txt-cols__contact {
        max-width: 100%;
        padding-right: 0;
    }
    .txt-cols__second-title {
        margin-bottom: 15px;
    }
    .txt-cols__contact p {
        margin: 15px 0 0;
    }
    .xl-title {
        font-size: 40px;
    }
    .apply-section--third {
        padding: 140px 0;
    }
    /*.simple-hero--secondary .simple-hero__tip {*/
    /*    bottom: -20px;*/
    /*}*/
    .txt-cols__contact p {
        display: inline-block;
        max-width: 32.7%;
        width: 100%;
        vertical-align: top;
        padding-right: 15px;
    }
    .faq__col-heading {
        margin-bottom: 3.5rem;
    }
    .faq {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .txt-cols--third {
        padding-bottom: 20px;
    }
    .overview-section {
        padding-bottom: 154px;
    }
    .banner-pic-2-wrap__overlay {
        height: 50px;
    }
    .rtl-page-styles .header__nav-logo {
        right: 44.5%;
    }
    .rtl-page-styles .header__burger-close {
        left: 23px;
    }
    /*   -------------------------------------     */
    .rtl-page-styles .simple-hero--secondary .simple-hero__title {
        right: 0;
        left: auto;
        -webkit-transform: translateX(-50vw);
        -ms-transform: translateX(-50vw);
        transform: translateX(-50vw);
    }
    .rtl-page-styles .simple-hero__tip-txt {
        margin-bottom: 20px;
        font-size: 16px;
        letter-spacing: 0.1em;
    }
    .rtl-page-styles .timer-section__title {
        margin-bottom: 32px;
        font-size: 16px;
    }
    .rtl-page-styles .apply-section {
        padding: 95px 0 118px;
    }
    .rtl-page-styles .xxl-title {
        font-size: 72px;
    }
    .rtl-page-styles .apply-section__title {
        margin-bottom: 24px;
    }
    .rtl-page-styles .hero-home--inner .hero-home__txt {
        font-size: 18px;
    }
    .rtl-page-styles .footer__soc-link {
        margin-bottom: 42px;
    }
    .rtl-page-styles .split-section__item--reverse .split-section__txt, .rtl-page-styles .split-section__txt {
        max-width: 500px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .rtl-page-styles .txt-cols__txt {
        max-width: 390px;
    }
    .rtl-page-styles.inner-page--third .hero-home--secondary {
        padding-bottom: 80px;
        padding-top: 30px;
    }
    .rtl-page-styles.inner-page--third .quote-section {
        padding: 60px 0;
    }
    .rtl-page-styles.inner-page--third .apply-section {
        padding-bottom: 130px;
    }
    .rtl-page-styles .simple-hero--third .simple-hero__title {
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .txt-cols__container-2 {
        min-height: 0;
    }
    .rtl-page-styles .txt-cols__contact p {
        padding: 0 0 0 15px;
    }
    .rtl-page-styles .txt-cols__container-2-content {
        padding-top: 50px;
    }
    .split-section__txt h3 {
        margin-bottom: 13px;
    }
    .quote-section {
        padding: 121px 0;
    }
    .numbered-list__list li::before {
        font-size: 50px;
    }
    .numbered-list__list li {
        padding: 0 0 30px 74px;
        margin-bottom: 30px;
        min-height: 60px;
    }
    .rtl-page-styles .numbered-list__list li {
        padding-right: 74px;
    }
    .numbered-list__list h4 {
        font-size: 20px;
    }
    .numbered-list {
        padding: 30px 0 60px;
    }
    .numbered-list__heading {
        margin-bottom: 50px;
    }
    .txt-cols--fourth {
        padding-bottom: 50px;
    }
    .faq__item-txt {
        max-width: 90%;
    }
}
@media (max-width: 575px) {
    .header__nav-figure {
        display: none;
    }
    .header__nav-menu {
        width: 100%;
    }
    .header__nav-logo {
        left: 15px;
    }
    .header__burger-close-txt {
        margin-right: 31px;
    }
    .header__nav-menu-column {
        padding: 0 16px 36px 38px;
    }
    .header__nav-menu-sub li, .header__nav-menu-links li {
        margin-bottom: 20px;
        line-height: 1.2;
    }
    .header__menu {
        padding: 14px 12px 0 16px;
    }
    .header__burger {
        right: 12px;
    }
    .header__nav-menu-main {
        margin-top: auto;
        padding: 50px 0;
    }
    .header__nav-menu-footer {
        padding-top: 0;
    }
    /*    -----------  */
    .preloader__content__txt-pic {
        padding-top: 17px;
        width: 275px;
    }
    .preloader__content__pic-wrap,
    .preloader__content__pic-wrap-overlay img {
        width: 70px;
    }
    /*    -----------  */
    .h1, h1 {
        font-size: 32px;
    }
    .hero-home {
        padding-top: 88px;
    }
    .hero-home__title {
        margin-bottom: 8px;
    }
    .hero-home__txt {
        font-size: 14px;
        margin-bottom: 60px;
    }
    .pic-card__pic-wrap,
    .pic-card__pic-wrap-screen-wrap {
        height: 269px;
        margin-bottom: 5px;
    }
    .pic-card,
    .pic-card-slider {
        width: 180px;
    }
    .pic-card__title {
        font-size: 12px;
    }
    .header__nav-menu-links {
        padding-left: 49px;
    }
    .header__nav-menu-sub,
    .header__nav-menu-links {
        max-width: 238px;
        width: auto;
    }
    /*    ----------  */
    .is-offset-top .header__menu {
        padding-top: 14px;
        padding-bottom: 10px;
    }
    .header__burger {
        --top-position: 13px;
        top: 13px;
    }
    .circle-btn {
        right: 17px;
    }
    .h3, h3 {
        font-size: 24px;
    }
    .txt-cols {
        padding: 19px 0 40px;
    }
    .txt-cols__title {
        max-width: 266px !important;
        line-height: 1.35;
    }
    .txt-cols__txt {
        margin-top: 35px;
        padding-left: 41px;
        max-width: 341px;
        line-height: 1.5;
        font-family: var(--third-ff);
    }
    .quote-section__txt {
        max-width: 312px;
        margin-left: auto;
        margin-right: auto;
    }
    .h2, h2 {
        font-size: 32px;
    }
    .overview-section {
        padding: 48px 0 154px;
    }
    .overview-section__title {
        margin-bottom: 18px;
    }
    .list-section__list li {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0;
    }
    .list-section__list h4 {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 10px;
    }
    .list-section__list li {
        margin-bottom: 29px;
    }
    .list-section {
        padding-bottom: 30px;
    }
    .counter__item-numb {
        margin-bottom: 13px;
    }
    .counter__item-title {
        font-size: 13px;
    }
    .counter__item:nth-of-type(1) {
        margin: 0 0 104px;
    }
    .counter__item:nth-of-type(2) {
        margin: 0 0 111px;
    }
    .counter__item:nth-of-type(1) .counter__item-numb:after,
    .counter__item:nth-of-type(2) .counter__item-numb:after {
        bottom: -96px;
    }
    .quote-section__title {
        margin: auto;
    }
    .sections-bg-wrap-2 {
        padding-top: 55px;
    }
    .video-section .embed-responsive-16by9::before {
        padding-top: 551px;
        max-height: 100vh;
        min-height: 400px;
    }
    .split-section__col-1 {
        width: 278px;
    }
    .split-section__txt {
        max-width: 301px;
        margin-left: auto;
    }
    .split-section__item--reverse .split-section__txt {
        max-width: 287px;
        margin-right: auto;
    }
    .banner-pic-wrap {
        height: 203px;
    }
    .hero-home--inner .pic-card {
        width: 180px;
    }
    .quote-section__pic-wrap {
        width: 538px;
        height: 538px;
    }
    .quote-section {
        min-height: 630px;
    }
    .simple-hero--secondary .simple-hero__tip {
        bottom: 20px;
    }
    .txt-cols--secondary {
        padding-bottom: 70px;
    }
    .overview-section--secondary {
        padding-bottom: 180px;
    }
    .overview-section--third {
        padding-top: 70px;
    }
    .quote-section--secondary {
        min-height: 480px;
    }
    .quote-section--secondary .quote-section__pic-wrap {
        width: 438px;
        height: 438px;
    }
    .hero-home--secondary {
        padding-top: 20px;
    }
    .txt-cols__contact p {
        max-width: 150px;
    }
    .txt-cols__big-pic {
        height: 300px;
    }
    .txt-cols__container-2-content {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .txt-cols--third .txt-cols__title {
        margin-bottom: 3rem !important;
    }
    .xl-title {
        font-size: 30px;
    }
    .rtl-page-styles .faq__item-title {
        padding-left: 40px;
    }
    .faq__item-title {
        font-size: 18px;
        padding: 25px 40px 25px 0;
    }
    .faq__item-arrow {
        right: 7px;
        top: 23px;
        width: 21px;
    }
    .video-section-wrap {
        padding-top: 0;
    }
    .video-section {
        border-radius: 38px 0 0 0;
    }
    .rtl-page-styles .header__nav-logo {
        right: 15px;
    }
    .rtl-page-styles .header__nav-menu-column {
        padding-right: 16px;
        padding-left: 16px;
    }
    .rtl-page-styles .header__burger-close {
        top: 22px;
        left: 16px;
    }
    .header__nav-menu-footer {
        margin-left: -49px;
    }
    .header__nav-menu-links,
    .header__nav-menu-sub {
        padding-left: 49px;
    }
    .rtl-page-styles .header__nav-menu-footer {
        margin-right: -46px;
        margin-left: -15px;
    }
    .rtl-page-styles .header__nav-menu-sub,
    .rtl-page-styles .header__nav-menu-links {
        padding-right: 46px;
        padding-left: 15px;
    }
    /*-------------------------*/
    .split-section__item--reverse .split-section__txt,
    .split-section__txt {
        padding-right: 15px;
        padding-left: 15px;
    }
    .sections-bg-wrap-2--inner-page {
        padding-top: 0;
    }
    /*-------------------------*/
    .rtl-page-styles .txt-cols__txt {
        padding-left: 8px;
        padding-right: 81px;
        margin-top: 73px;
        font-size: 20px;
        line-height: 1.6;
    }
    .rtl-page-styles .split-section__txt {
        margin-top: 36px !important;
        line-height: 1.4;
        max-width: 300px !important;
    }
    .rtl-page-styles .txt-cols {
        padding-top: 47px;
    }
    .rtl-page-styles .hero-home__txt {
        margin-bottom: 50px;
    }
    .rtl-page-styles .hero-home__title {
        margin-bottom: 13px;
    }
    .rtl-page-styles .overview-section {
        padding-top: 27px;
    }
    .rtl-page-styles .overview-section__title {
        line-height: 1.4;
    }
    .rtl-page-styles .kicker {
        margin-bottom: 48px;
    }
    .rtl-page-styles .overview-section__txt {
        line-height: 1.65;
        margin-bottom: 58px;
    }
    .rtl-page-styles .counter__item-title {
        font-size: 16px;
    }
    .rtl-page-styles .counter__item-numb {
        margin-bottom: 10px;
    }
    .rtl-page-styles .counter__item:nth-of-type(2) {
        margin: 0 0 115px;
    }
    .rtl-page-styles .counter__item:nth-of-type(1) {
        margin: 0 0 107px;
    }
    .rtl-page-styles .quote-section__txt {
        font-size: 32px;
        max-width: 350px;
        line-height: 1.27;
        margin-bottom: 24px;
    }
    .rtl-page-styles .quote-section__title {
        color: #707070;
        font-size: 20px;
    }
    .rtl-page-styles .sections-bg-wrap-2--inner-page {
        padding-top: 38px;
    }
    .rtl-page-styles .list-section {
        padding-top: 24px;
    }
    .rtl-page-styles .quote-section {
        padding: 144px 0;
    }
    .rtl-page-styles .split-section__item {
        padding: 41px 0;
    }
    .rtl-page-styles .hero-home--inner {
        padding-top: 66px;
    }
    .rtl-page-styles .hero-home--inner .hero-home__title {
        margin-bottom: 23px;
    }
    .rtl-page-styles .footer {
        padding-top: 47px;
    }
    .rtl-page-styles .footer__nav {
        font-size: 14px;
    }
    .rtl-page-styles .footer__nav li:last-child {
        margin-right: 16px !important;
    }
    .rtl-page-styles .footer__nav li:not(:last-child) {
        margin: 0 21px 0 0;
    }
    .rtl-page-styles .header__burger-close-txt {
        margin-left: 24px;
    }
    .rtl-page-styles .current-page:before {
        top: 9px;
    }
    .rtl-page-styles .current-page {
        padding-left: 75px;
    }
    .rtl-page-styles .header__nav-menu-main li {
        margin-bottom: 9px;
    }
    .rtl-page-styles .header__nav-menu-main li:last-child {
        margin-top: 24px;
    }
    .rtl-page-styles .header__nav-menu-sub li,
    .rtl-page-styles .header__nav-menu-links li {
        margin-bottom: 22px;
    }
    .rtl-page-styles .split-section--primary ul {
        margin-right: 0;
    }
    .simple-hero--fourth .simple-hero__title {
        left: 0;
        -webkit-transform: translateX(50vw);
        -ms-transform: translateX(50vw);
        transform: translateX(50vw);
    }
    .rtl-page-styles .simple-hero--fourth .simple-hero__title {
        right: 0;
        left: auto;
        -webkit-transform: translateX(-50vw);
        -ms-transform: translateX(-50vw);
        transform: translateX(-50vw);
    }
    .txt-cols--fourth {
        padding-bottom: 50px;
    }
    .rtl-page-styles .header__burger {
        left: 16px;
    }
}
@media (max-width: 410px) {
    .split-section__pic-wrap {
        max-width: 282px;
    }
}
@media (max-width: 350px) {
    .header__burger-txt {
        margin-right: 6px;
    }
    .header__burger-close-txt {
        margin-right: 11px;
    }
    .rtl-page-styles .header__burger-txt {
        margin-left: 6px;
    }
    .rtl-page-styles .header__burger-close-txt {
        margin-left: 10px;
    }
    /*    -----------  */
    .timer-section__item-numb:after,
    .timer-section__item:first-child .timer-section__item-numb.couple:after {
        right: -3px;
    }
    .footer__nav li:not(:last-child) {
        margin: 0 21px 0 0;
    }
    .faq__item-txt {
        max-width: 100%;
    }
}
/*----------------------------*/