

[class*="--overlay-"] .\--has-overlay {
    position: relative
}

[class*="--overlay-"] .\--has-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

@media only screen and (min-width: 768px) {
    [class*="--overlay-"].overlay-apply-desktop .\--has-overlay:before {
        background-color:#000
    }
}

@media only screen and (max-width: 767px) {
    [class*="--overlay-"].overlay-apply-mobile .\--has-overlay:before {
        background-color:#000
    }
}

.\--overlay-1 .\--has-overlay:before {
    opacity: .1
}

.\--overlay-2 .\--has-overlay:before {
    opacity: .2
}

.\--overlay-3 .\--has-overlay:before {
    opacity: .3
}

.\--overlay-4 .\--has-overlay:before {
    opacity: .4
}

.\--overlay-5 .\--has-overlay:before {
    opacity: .5
}

.\--overlay-6 .\--has-overlay:before {
    opacity: .6
}

.\--overlay-7 .\--has-overlay:before {
    opacity: .7
}

.\--overlay-8 .\--has-overlay:before {
    opacity: .8
}

.\--overlay-9 .\--has-overlay:before {
    opacity: .9
}

/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: calc(1.265rem + 0.18vw);
    --bs-body-font-weight: 300;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255,255,255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0,0,0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33,37,41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233,236,239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33,37,41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248,249,250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13,110,253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10,88,202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

@media (min-width: 1200px) {
    :root,[data-bs-theme=light] {
        --bs-body-font-size:1.4rem
    }
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222,226,230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33,37,41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255,255,255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222,226,230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52,58,64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222,226,230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43,48,53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110,168,254;
    --bs-link-hover-color-rgb: 139,185,254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f
}

*,::after,::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

.h1,h1 {
    font-size: calc(1.475rem + 2.7vw)
}

@media (min-width: 1200px) {
    .h1,h1 {
        font-size:3.5rem
    }
}

.h2,h2 {
    font-size: calc(1.405rem + 1.86vw)
}

@media (min-width: 1200px) {
    .h2,h2 {
        font-size:2.8rem
    }
}

.h3,h3 {
    font-size: calc(1.37rem + 1.44vw)
}

@media (min-width: 1200px) {
    .h3,h3 {
        font-size:2.45rem
    }
}

.h4,h4 {
    font-size: calc(1.335rem + 1.02vw)
}

@media (min-width: 1200px) {
    .h4,h4 {
        font-size:2.1rem
    }
}

.h5,h5 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    .h5,h5 {
        font-size:1.75rem
    }
}

.h6,h6 {
    font-size: calc(1.265rem + .18vw)
}

@media (min-width: 1200px) {
    .h6,h6 {
        font-size:1.4rem
    }
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,ul {
    padding-left: 2rem
}

dl,ol,ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,strong {
    font-weight: bolder
}

.small,small {
    font-size: .875em
}

.mark,mark {
    padding: .1875em;
    color: var(--bs-highlight-color);
    background-color: var(--bs-highlight-bg)
}

sub,sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
    text-decoration: underline
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,kbd,pre,samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: .875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: .25rem
}

kbd kbd {
    padding: 0;
    font-size: 1em
}

figure {
    margin: 0 0 1rem
}

img,svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-secondary-color);
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,td,tfoot,th,thead,tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none!important
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width: 1200px) {
    legend {
        font-size:1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none!important
}

.lead {
    font-size: calc(1.3rem + .6vw);
    font-weight: 300
}

@media (min-width: 1200px) {
    .lead {
        font-size:1.75rem
    }
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-1 {
        font-size:5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-2 {
        font-size:4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-3 {
        font-size:4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-4 {
        font-size:3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-5 {
        font-size:3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-6 {
        font-size:2.5rem
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    .blockquote {
        font-size:1.75rem
    }
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\a0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: .875em;
    color: var(--bs-secondary-color)
}

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    --bs-gutter-x: 44px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container,.container-sm {
        max-width:520px
    }
}

@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:940px
    }
}

@media (min-width: 1280px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }
}

@media (min-width: 1600px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1380px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1280px;
    --bs-breakpoint-xxl: 1600px
}

.row {
    --bs-gutter-x: 44px;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.row-cols-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,.gx-0 {
    --bs-gutter-x: 0
}

.g-0,.gy-0 {
    --bs-gutter-y: 0
}

.g-1,.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,.gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-box-flex:1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,.gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,.gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,.gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,.gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,.gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,.gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,.gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,.gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,.gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,.gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,.gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,.gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 768px) {
    .col-md {
        -webkit-box-flex:1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,.gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,.gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,.gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,.gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,.gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,.gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,.gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,.gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,.gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,.gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,.gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,.gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-box-flex:1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,.gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,.gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,.gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,.gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,.gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,.gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,.gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,.gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,.gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,.gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,.gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,.gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1280px) {
    .col-xl {
        -webkit-box-flex:1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0,.gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,.gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,.gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,.gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,.gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,.gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,.gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,.gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,.gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,.gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,.gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,.gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1600px) {
    .col-xxl {
        -webkit-box-flex:1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xxl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0,.gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,.gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,.gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,.gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,.gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,.gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,.gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,.gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,.gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,.gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,.gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,.gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)))
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table-group-divider {
    border-top: calc(var(--bs-border-width) * 2) solid currentcolor
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem .25rem
}

.table-bordered>:not(caption)>* {
    border-width: var(--bs-border-width) 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 var(--bs-border-width)
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
    border-top-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-striped-columns>:not(caption)>tr>:nth-child(even) {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-active {
    --bs-table-color-state: var(--bs-table-active-color);
    --bs-table-bg-state: var(--bs-table-active-bg)
}

.table-hover>tbody>tr:hover>* {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: var(--bs-table-hover-bg)
}

.table-primary {
    --bs-table-color: #000;
    --bs-table-bg: #cfe2ff;
    --bs-table-border-color: #a6b5cc;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: #e2e3e5;
    --bs-table-border-color: #b5b6b7;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-success {
    --bs-table-color: #000;
    --bs-table-bg: #d1e7dd;
    --bs-table-border-color: #a7b9b1;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-info {
    --bs-table-color: #000;
    --bs-table-bg: #cff4fc;
    --bs-table-border-color: #a6c3ca;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-warning {
    --bs-table-color: #000;
    --bs-table-bg: #fff3cd;
    --bs-table-border-color: #ccc2a4;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #f8d7da;
    --bs-table-border-color: #c6acae;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f8f9fa;
    --bs-table-border-color: #c6c7c8;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #212529;
    --bs-table-border-color: #4d5154;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1279.98px) {
    .table-responsive-xl {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1599.98px) {
    .table-responsive-xxl {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(.375rem + var(--bs-border-width));
    padding-bottom: calc(.375rem + var(--bs-border-width));
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + var(--bs-border-width));
    padding-bottom: calc(.5rem + var(--bs-border-width));
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    .col-form-label-lg {
        font-size:1.75rem
    }
}

.col-form-label-sm {
    padding-top: calc(.25rem + var(--bs-border-width));
    padding-bottom: calc(.25rem + var(--bs-border-width));
    font-size: 1.225rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-secondary-color)
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: calc(1.265rem + .18vw);
    font-weight: 300;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media (min-width: 1200px) {
    .form-control {
        font-size:1.4rem
    }
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.form-control::-webkit-input-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control::-moz-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end:.75rem;color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width:var(--bs-border-width);border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg)
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: transparent;
    border: solid transparent;
    border-width: var(--bs-border-width) 0
}

.form-control-plaintext:focus {
    outline: 0
}

.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
    padding: .25rem .5rem;
    font-size: 1.225rem;
    border-radius: var(--bs-border-radius-sm)
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end:.5rem}

.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
    padding: .5rem 1rem;
    font-size: calc(1.3rem + .6vw);
    border-radius: var(--bs-border-radius-lg)
}

@media (min-width: 1200px) {
    .form-control-lg {
        font-size:1.75rem
    }
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end:1rem}

textarea.form-control {
    min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))
}

.form-control-color {
    width: 3rem;
    height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
    padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    border: 0!important;
    border-radius: var(--bs-border-radius)
}

.form-control-color::-webkit-color-swatch {
    border: 0!important;
    border-radius: var(--bs-border-radius)
}

.form-control-color.form-control-sm {
    height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))
}

.form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: calc(1.265rem + .18vw);
    font-weight: 300;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media (min-width: 1200px) {
    .form-select {
        font-size:1.4rem
    }
}

@media (prefers-reduced-motion:reduce) {
    .form-select {
        -webkit-transition: none;
        transition: none
    }
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.form-select[multiple],.form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: var(--bs-secondary-bg)
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color)
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: 1.225rem;
    border-radius: var(--bs-border-radius-sm)
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: calc(1.3rem + .6vw);
    border-radius: var(--bs-border-radius-lg)
}

@media (min-width: 1200px) {
    .form-select-lg {
        font-size:1.75rem
    }
}

[data-bs-theme=dark] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}

.form-check {
    display: block;
    min-height: 2.1rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right
}

.form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0
}

.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    print-color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label {
    cursor: default;
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    width: 2em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    -webkit-transition: background-position .15s ease-in-out;
    transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        -webkit-transition: none;
        transition: none
    }
}

.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0
}

.form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.btn-check:disabled+.btn,.btn-check[disabled]+.btn {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: .65
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25);
    box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    -webkit-appearance: none;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    -moz-appearance: none;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: var(--bs-secondary-color)
}

.form-range:disabled::-moz-range-thumb {
    background-color: var(--bs-secondary-color)
}

.form-floating {
    position: relative
}

.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out,-webkit-transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-floating>label {
        -webkit-transition: none;
        transition: none
    }
}

.form-floating>.form-control,.form-floating>.form-control-plaintext {
    padding: 1rem .75rem
}

.form-floating>.form-control-plaintext::-webkit-input-placeholder,.form-floating>.form-control::-webkit-input-placeholder {
    color: transparent
}

.form-floating>.form-control-plaintext::-moz-placeholder,.form-floating>.form-control::-moz-placeholder {
    color: transparent
}

.form-floating>.form-control-plaintext:-ms-input-placeholder,.form-floating>.form-control:-ms-input-placeholder {
    color: transparent
}

.form-floating>.form-control-plaintext::-ms-input-placeholder,.form-floating>.form-control::-ms-input-placeholder {
    color: transparent
}

.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control-plaintext:not(:-ms-input-placeholder),.form-floating>.form-control:not(:-ms-input-placeholder) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    color: rgba(var(--bs-body-color-rgb),.65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
    color: rgba(var(--bs-body-color-rgb),.65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label {
    color: rgba(var(--bs-body-color-rgb),.65);
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label::after {
    position: absolute;
    inset: 1rem .375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius)
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label::after {
    position: absolute;
    inset: 1rem .375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius)
}

.form-floating>.form-control-plaintext~label::after,.form-floating>.form-control:focus~label::after,.form-floating>.form-control:not(:placeholder-shown)~label::after,.form-floating>.form-select~label::after {
    position: absolute;
    inset: 1rem .375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius)
}

.form-floating>.form-control:-webkit-autofill~label {
    color: rgba(var(--bs-body-color-rgb),.65);
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control-plaintext~label {
    border-width: var(--bs-border-width) 0
}

.form-floating>.form-control:disabled~label,.form-floating>:disabled~label {
    color: #6c757d
}

.form-floating>.form-control:disabled~label::after,.form-floating>:disabled~label::after {
    background-color: var(--bs-secondary-bg)
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus {
    z-index: 5
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 5
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    font-size: calc(1.265rem + .18vw);
    font-weight: 300;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius)
}

@media (min-width: 1200px) {
    .input-group-text {
        font-size:1.4rem
    }
}

.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text {
    padding: .5rem 1rem;
    font-size: calc(1.3rem + .6vw);
    border-radius: var(--bs-border-radius-lg)
}

@media (min-width: 1200px) {
    .input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text {
        font-size:1.75rem
    }
}

.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text {
    padding: .25rem .5rem;
    font-size: 1.225rem;
    border-radius: var(--bs-border-radius-sm)
}

.input-group-lg>.form-select,.input-group-sm>.form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(var(--bs-border-width) * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-form-valid-color)
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 1.225rem;
    color: #fff;
    background-color: var(--bs-success);
    border-radius: var(--bs-border-radius)
}

.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,.was-validated .form-control:valid {
    border-color: var(--bs-form-valid-border-color);
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,.was-validated .form-control:valid:focus {
    border-color: var(--bs-form-valid-border-color);
    -webkit-box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25)
}

.was-validated textarea.form-control:valid,textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-valid,.was-validated .form-select:valid {
    border-color: var(--bs-form-valid-border-color)
}

.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right .75rem center,center right 2.25rem;
    background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-valid:focus,.was-validated .form-select:valid:focus {
    border-color: var(--bs-form-valid-border-color);
    -webkit-box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25)
}

.form-control-color.is-valid,.was-validated .form-control-color:valid {
    width: calc(3rem + calc(1.5em + .75rem))
}

.form-check-input.is-valid,.was-validated .form-check-input:valid {
    border-color: var(--bs-form-valid-border-color)
}

.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked {
    background-color: var(--bs-form-valid-color)
}

.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25)
}

.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label {
    color: var(--bs-form-valid-color)
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-form-invalid-color)
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 1.225rem;
    color: #fff;
    background-color: var(--bs-danger);
    border-radius: var(--bs-border-radius)
}

.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,.was-validated .form-control:invalid {
    border-color: var(--bs-form-invalid-border-color);
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    -webkit-box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)
}

.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-invalid,.was-validated .form-select:invalid {
    border-color: var(--bs-form-invalid-border-color)
}

.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right .75rem center,center right 2.25rem;
    background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    -webkit-box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)
}

.form-control-color.is-invalid,.was-validated .form-control-color:invalid {
    width: calc(3rem + calc(1.5em + .75rem))
}

.form-check-input.is-invalid,.was-validated .form-check-input:invalid {
    border-color: var(--bs-form-invalid-border-color)
}

.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked {
    background-color: var(--bs-form-invalid-color)
}

.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)
}

.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label {
    color: var(--bs-form-invalid-color)
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid {
    z-index: 4
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-size: calc(1.265rem + 0.18vw);
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media (min-width: 1200px) {
    .btn {
        --bs-btn-font-size:1.4rem
    }
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn-check+.btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color)
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:focus-visible+.btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible {
    -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn.disabled,.btn:disabled,fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11,172,204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217,164,6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225,83,97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211,212,213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66,70,73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529
}

.btn-outline-primary {
    --bs-btn-color: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d6efd;
    --bs-btn-hover-border-color: #0d6efd;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color: #0d6efd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none
}

.btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108,117,125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none
}

.btn-outline-success {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25,135,84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none
}

.btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13,202,240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none
}

.btn-outline-warning {
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255,193,7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none
}

.btn-outline-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220,53,69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none
}

.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248,249,250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none
}

.btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33,37,41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    text-decoration: underline
}

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.btn-group-lg>.btn,.btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: calc(1.3rem + 0.6vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media (min-width: 1200px) {
    .btn-group-lg>.btn,.btn-lg {
        --bs-btn-font-size:1.75rem
    }
}

.btn-group-sm>.btn,.btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 1.225rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm)
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    -webkit-transition: width .35s ease;
    transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        -webkit-transition: none;
        transition: none
    }
}

.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: calc(1.265rem + 0.18vw);
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius)
}

@media (min-width: 1200px) {
    .dropdown-menu {
        --bs-dropdown-font-size:1.4rem
    }
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer)
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position:start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position:start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position:start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 1280px) {
    .dropdown-menu-xl-start {
        --bs-position:start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 1600px) {
    .dropdown-menu-xxl-start {
        --bs-position:start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer)
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer)
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer)
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle::after {
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius,0)
}

.dropdown-item:focus,.dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active,.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg)
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: 1.225rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color)
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group {
    border-radius: var(--bs-border-radius)
}

.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn {
    margin-left: calc(var(--bs-border-width) * -1)
}

.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child) {
    margin-top: calc(var(--bs-border-width) * -1)
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        -webkit-transition: none;
        transition: none
    }
}

.nav-link:focus,.nav-link:hover {
    color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.nav-link.disabled,.nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color)
}

.nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg)
}

.nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: 0.125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap)
}

.nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent
}

.nav-underline .nav-link:focus,.nav-underline .nav-link:hover {
    border-bottom-color: currentcolor
}

.nav-underline .nav-link.active,.nav-underline .show>.nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor
}

.nav-fill .nav-item,.nav-fill>.nav-link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,.nav-justified>.nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.2375rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.75rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.75rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap
}

.navbar-brand:focus,.navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link.active,.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-navbar-color)
}

.navbar-text a,.navbar-text a:focus,.navbar-text a:hover {
    color: var(--bs-navbar-active-color)
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    -webkit-transition: var(--bs-navbar-toggler-transition);
    transition: var(--bs-navbar-toggler-transition)
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        -webkit-transition: none;
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height,75vh);
    overflow-y: auto
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        -webkit-transform: none!important;
        transform: none!important;
        -webkit-transition: none;
        transition: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        -webkit-transform: none!important;
        transform: none!important;
        -webkit-transition: none;
        transition: none
    }

    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        -webkit-transform: none!important;
        transform: none!important;
        -webkit-transition: none;
        transition: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 1280px) {
    .navbar-expand-xl {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        -webkit-transform: none!important;
        transform: none!important;
        -webkit-transition: none;
        transition: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 1600px) {
    .navbar-expand-xxl {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        -webkit-transform: none!important;
        transform: none!important;
        -webkit-transition: none;
        transition: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.navbar-expand {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto!important;
    height: auto!important;
    visibility: visible!important;
    background-color: transparent!important;
    border: 0!important;
    -webkit-transform: none!important;
    transform: none!important;
    -webkit-transition: none;
    transition: none
}

.navbar-expand .offcanvas .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

.navbar-dark,.navbar[data-bs-theme=dark] {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

[data-bs-theme=dark] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 22px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card>.card-header+.list-group,.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color)
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color)
}

.card-subtitle {
    margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
    margin-bottom: 0;
    color: var(--bs-card-subtitle-color)
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link+.card-link {
    margin-left: var(--bs-card-spacer-x)
}

.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
}

.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}

.card-header-tabs {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
    border-bottom: 0
}

.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg)
}

.card-header-pills {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x))
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius)
}

.card-img,.card-img-bottom,.card-img-top {
    width: 100%
}

.card-img,.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card-img,.card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card-group>.card {
    margin-bottom: var(--bs-card-group-margin)
}

@media (min-width: 576px) {
    .card-group {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.accordion-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: calc(1.265rem + .18vw);
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: var(--bs-accordion-transition);
    transition: var(--bs-accordion-transition)
}

@media (min-width: 1200px) {
    .accordion-button {
        font-size:1.4rem
    }
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        -webkit-transition: none;
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    -webkit-box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    -webkit-transform: var(--bs-accordion-btn-icon-transform);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    -webkit-transition: var(--bs-accordion-btn-icon-transition);
    transition: var(--bs-accordion-btn-icon-transition)
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        -webkit-transition: none;
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    -webkit-box-shadow: var(--bs-accordion-btn-focus-box-shadow);
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button,.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0
}

[data-bs-theme=dark] .accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius)
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color)
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: calc(1.265rem + 0.18vw);
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none
}

@media (min-width: 1200px) {
    .pagination {
        --bs-pagination-font-size:1.4rem
    }
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .page-link {
        -webkit-transition: none;
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color)
}

.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    -webkit-box-shadow: var(--bs-pagination-focus-box-shadow);
    box-shadow: var(--bs-pagination-focus-box-shadow)
}

.active>.page-link,.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color)
}

.disabled>.page-link,.page-link.disabled {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color)
}

.page-item:not(:first-child) .page-link {
    margin-left: calc(var(--bs-border-width) * -1)
}

.page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius)
}

.page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius)
}

.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: calc(1.3rem + 0.6vw);
    --bs-pagination-border-radius: var(--bs-border-radius-lg)
}

@media (min-width: 1200px) {
    .pagination-lg {
        --bs-pagination-font-size:1.75rem
    }
}

.pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 1.225rem;
    --bs-pagination-border-radius: var(--bs-border-radius-sm)
}

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius)
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius)
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700;
    color: var(--bs-alert-link-color)
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

.alert-primary {
    --bs-alert-color: var(--bs-primary-text-emphasis);
    --bs-alert-bg: var(--bs-primary-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-border-subtle);
    --bs-alert-link-color: var(--bs-primary-text-emphasis)
}

.alert-secondary {
    --bs-alert-color: var(--bs-secondary-text-emphasis);
    --bs-alert-bg: var(--bs-secondary-bg-subtle);
    --bs-alert-border-color: var(--bs-secondary-border-subtle);
    --bs-alert-link-color: var(--bs-secondary-text-emphasis)
}

.alert-success {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text-emphasis)
}

.alert-info {
    --bs-alert-color: var(--bs-info-text-emphasis);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text-emphasis)
}

.alert-warning {
    --bs-alert-color: var(--bs-warning-text-emphasis);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text-emphasis)
}

.alert-danger {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis)
}

.alert-light {
    --bs-alert-color: var(--bs-light-text-emphasis);
    --bs-alert-bg: var(--bs-light-bg-subtle);
    --bs-alert-border-color: var(--bs-light-border-subtle);
    --bs-alert-link-color: var(--bs-light-text-emphasis)
}

.alert-dark {
    --bs-alert-color: var(--bs-dark-text-emphasis);
    --bs-alert-bg: var(--bs-dark-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-border-subtle);
    --bs-alert-link-color: var(--bs-dark-text-emphasis)
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress,.progress-stacked {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 1.05rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius)
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    -webkit-transition: var(--bs-progress-bar-transition);
    transition: var(--bs-progress-bar-transition)
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height)
}

.progress-stacked>.progress {
    overflow: visible
}

.progress-stacked>.progress>.progress-bar {
    width: 100%
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius)
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

.list-group-numbered>.list-group-item::before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit
}

.list-group-item-action:focus,.list-group-item-action:hover {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg)
}

.list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg)
}

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,.list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg)
}

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color)
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: calc(-1 * var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width)
}

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width)
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 1280px) {
    .list-group-horizontal-xl {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 1600px) {
    .list-group-horizontal-xxl {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width)
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    --bs-list-group-color: var(--bs-primary-text-emphasis);
    --bs-list-group-bg: var(--bs-primary-bg-subtle);
    --bs-list-group-border-color: var(--bs-primary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
    --bs-list-group-active-color: var(--bs-primary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-primary-text-emphasis)
}

.list-group-item-secondary {
    --bs-list-group-color: var(--bs-secondary-text-emphasis);
    --bs-list-group-bg: var(--bs-secondary-bg-subtle);
    --bs-list-group-border-color: var(--bs-secondary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)
}

.list-group-item-success {
    --bs-list-group-color: var(--bs-success-text-emphasis);
    --bs-list-group-bg: var(--bs-success-bg-subtle);
    --bs-list-group-border-color: var(--bs-success-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
    --bs-list-group-active-color: var(--bs-success-bg-subtle);
    --bs-list-group-active-bg: var(--bs-success-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-success-text-emphasis)
}

.list-group-item-info {
    --bs-list-group-color: var(--bs-info-text-emphasis);
    --bs-list-group-bg: var(--bs-info-bg-subtle);
    --bs-list-group-border-color: var(--bs-info-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
    --bs-list-group-active-color: var(--bs-info-bg-subtle);
    --bs-list-group-active-bg: var(--bs-info-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-info-text-emphasis)
}

.list-group-item-warning {
    --bs-list-group-color: var(--bs-warning-text-emphasis);
    --bs-list-group-bg: var(--bs-warning-bg-subtle);
    --bs-list-group-border-color: var(--bs-warning-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
    --bs-list-group-active-color: var(--bs-warning-bg-subtle);
    --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-warning-text-emphasis)
}

.list-group-item-danger {
    --bs-list-group-color: var(--bs-danger-text-emphasis);
    --bs-list-group-bg: var(--bs-danger-bg-subtle);
    --bs-list-group-border-color: var(--bs-danger-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
    --bs-list-group-active-color: var(--bs-danger-bg-subtle);
    --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-danger-text-emphasis)
}

.list-group-item-light {
    --bs-list-group-color: var(--bs-light-text-emphasis);
    --bs-list-group-bg: var(--bs-light-bg-subtle);
    --bs-list-group-border-color: var(--bs-light-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
    --bs-list-group-active-color: var(--bs-light-bg-subtle);
    --bs-list-group-active-bg: var(--bs-light-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-light-text-emphasis)
}

.list-group-item-dark {
    --bs-list-group-color: var(--bs-dark-text-emphasis);
    --bs-list-group-bg: var(--bs-dark-bg-subtle);
    --bs-list-group-border-color: var(--bs-dark-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
    --bs-list-group-active-color: var(--bs-dark-bg-subtle);
    --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-dark-text-emphasis)
}

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23b59750'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity)
}

.btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity)
}

.btn-close:focus {
    outline: 0;
    -webkit-box-shadow: var(--bs-btn-close-focus-shadow);
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity)
}

.btn-close.disabled,.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity)
}

.btn-close-white {
    -webkit-filter: var(--bs-btn-close-white-filter);
    filter: var(--bs-btn-close-white-filter)
}

[data-bs-theme=dark] .btn-close {
    -webkit-filter: var(--bs-btn-close-white-filter);
    filter: var(--bs-btn-close-white-filter)
}

.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 44px;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-border-width: var(--bs-border-width);
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: var(--bs-border-radius);
    --bs-toast-box-shadow: var(--bs-box-shadow);
    --bs-toast-header-color: var(--bs-secondary-color);
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    -webkit-box-shadow: var(--bs-toast-box-shadow);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius)
}

.toast.showing {
    opacity: 0
}

.toast:not(.show) {
    display: none
}

.toast-container {
    --bs-toast-zindex: 1090;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container>:not(:last-child) {
    margin-bottom: var(--bs-toast-spacing)
}

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))
}

.toast-header .btn-close {
    margin-right: calc(-.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x)
}

.toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap) * .5)
}

@media (min-width: 576px) {
    .modal {
        --bs-modal-margin:1.75rem;
        --bs-modal-box-shadow: var(--bs-box-shadow)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }

    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg,.modal-xl {
        --bs-modal-width:800px
    }
}

@media (min-width: 1280px) {
    .modal-xl {
        --bs-modal-width:1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-footer,.modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-footer,.modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-footer,.modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1279.98px) {
    .modal-fullscreen-xl-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-footer,.modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1599.98px) {
    .modal-fullscreen-xxl-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-footer,.modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-font-size: 1.225rem;
    --bs-tooltip-color: var(--bs-body-bg);
    --bs-tooltip-bg: var(--bs-emphasis-color);
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height)
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow {
    bottom: calc(-1 * var(--bs-tooltip-arrow-height))
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-top-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow {
    left: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-right-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow {
    top: calc(-1 * var(--bs-tooltip-arrow-height))
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow {
    right: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg)
}

.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius)
}

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 1.225rem;
    --bs-popover-bg: var(--bs-body-bg);
    --bs-popover-border-width: var(--bs-border-width);
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: var(--bs-border-radius-lg);
    --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-popover-box-shadow: var(--bs-box-shadow);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: calc(1.265rem + 0.18vw);
    --bs-popover-header-color: inherit;
    --bs-popover-header-bg: var(--bs-secondary-bg);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: var(--bs-body-color);
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius)
}

@media (min-width: 1200px) {
    .popover {
        --bs-popover-header-font-size:1.4rem
    }
}

.popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height)
}

.popover .popover-arrow::after,.popover .popover-arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow {
    bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::after,.bs-popover-top>.popover-arrow::before {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before {
    bottom: 0;
    border-top-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow {
    left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::after,.bs-popover-end>.popover-arrow::before {
    border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow {
    top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::before {
    border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: var(--bs-popover-arrow-width);
    margin-left: calc(-.5 * var(--bs-popover-arrow-width));
    content: "";
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow {
    right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::after,.bs-popover-start>.popover-arrow::before {
    border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg)
}

.popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color)
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
    display: block
}

.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next,.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,.carousel-control-prev {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%
}

.carousel-indicators [data-bs-target] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
   /* right: 15%;*/
    bottom: 1.25rem;
    left: 0%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon {
    -webkit-filter: invert(1) grayscale(100);
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

[data-bs-theme=dark] .carousel .carousel-control-next-icon,[data-bs-theme=dark] .carousel .carousel-control-prev-icon,[data-bs-theme=dark].carousel .carousel-control-next-icon,[data-bs-theme=dark].carousel .carousel-control-prev-icon {
    -webkit-filter: invert(1) grayscale(100);
    filter: invert(1) grayscale(100)
}

[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
    background-color: #000
}

[data-bs-theme=dark] .carousel .carousel-caption,[data-bs-theme=dark].carousel .carousel-caption {
    color: #000
}

.spinner-border,.spinner-grow {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    -webkit-animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent
}

.spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0
}

.spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border,.spinner-grow {
        --bs-spinner-animation-speed: 1.5s
    }
}

.offcanvas,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xl,.offcanvas-xxl {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.5
}

@media (max-width: 575.98px) {
    .offcanvas-sm {
        position:fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        -webkit-transition: var(--bs-offcanvas-transition);
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 575.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-sm {
        -webkit-transition:none;
        transition: none
    }
}

@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
        top:0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .offcanvas-sm.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .offcanvas-sm.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .offcanvas-sm.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .offcanvas-sm.show:not(.hiding),.offcanvas-sm.showing {
        -webkit-transform: none;
        transform: none
    }

    .offcanvas-sm.hiding,.offcanvas-sm.show,.offcanvas-sm.showing {
        visibility: visible
    }
}

@media (min-width: 576px) {
    .offcanvas-sm {
        --bs-offcanvas-height:auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important
    }

    .offcanvas-sm .offcanvas-header {
        display: none
    }

    .offcanvas-sm .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md {
        position:fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        -webkit-transition: var(--bs-offcanvas-transition);
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 767.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-md {
        -webkit-transition:none;
        transition: none
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
        top:0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .offcanvas-md.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .offcanvas-md.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .offcanvas-md.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .offcanvas-md.show:not(.hiding),.offcanvas-md.showing {
        -webkit-transform: none;
        transform: none
    }

    .offcanvas-md.hiding,.offcanvas-md.show,.offcanvas-md.showing {
        visibility: visible
    }
}

@media (min-width: 768px) {
    .offcanvas-md {
        --bs-offcanvas-height:auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important
    }

    .offcanvas-md .offcanvas-header {
        display: none
    }

    .offcanvas-md .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg {
        position:fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        -webkit-transition: var(--bs-offcanvas-transition);
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 991.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-lg {
        -webkit-transition:none;
        transition: none
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
        top:0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .offcanvas-lg.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .offcanvas-lg.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .offcanvas-lg.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .offcanvas-lg.show:not(.hiding),.offcanvas-lg.showing {
        -webkit-transform: none;
        transform: none
    }

    .offcanvas-lg.hiding,.offcanvas-lg.show,.offcanvas-lg.showing {
        visibility: visible
    }
}

@media (min-width: 992px) {
    .offcanvas-lg {
        --bs-offcanvas-height:auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important
    }

    .offcanvas-lg .offcanvas-header {
        display: none
    }

    .offcanvas-lg .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important
    }
}

@media (max-width: 1279.98px) {
    .offcanvas-xl {
        position:fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        -webkit-transition: var(--bs-offcanvas-transition);
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 1279.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-xl {
        -webkit-transition:none;
        transition: none
    }
}

@media (max-width: 1279.98px) {
    .offcanvas-xl.offcanvas-start {
        top:0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .offcanvas-xl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .offcanvas-xl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .offcanvas-xl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .offcanvas-xl.show:not(.hiding),.offcanvas-xl.showing {
        -webkit-transform: none;
        transform: none
    }

    .offcanvas-xl.hiding,.offcanvas-xl.show,.offcanvas-xl.showing {
        visibility: visible
    }
}

@media (min-width: 1280px) {
    .offcanvas-xl {
        --bs-offcanvas-height:auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important
    }

    .offcanvas-xl .offcanvas-header {
        display: none
    }

    .offcanvas-xl .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important
    }
}

@media (max-width: 1599.98px) {
    .offcanvas-xxl {
        position:fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        -webkit-transition: var(--bs-offcanvas-transition);
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 1599.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-xxl {
        -webkit-transition:none;
        transition: none
    }
}

@media (max-width: 1599.98px) {
    .offcanvas-xxl.offcanvas-start {
        top:0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .offcanvas-xxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .offcanvas-xxl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .offcanvas-xxl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .offcanvas-xxl.show:not(.hiding),.offcanvas-xxl.showing {
        -webkit-transform: none;
        transform: none
    }

    .offcanvas-xxl.hiding,.offcanvas-xxl.show,.offcanvas-xxl.showing {
        visibility: visible
    }
}

@media (min-width: 1600px) {
    .offcanvas-xxl {
        --bs-offcanvas-height:auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important
    }

    .offcanvas-xxl .offcanvas-header {
        display: none
    }

    .offcanvas-xxl .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition)
}

@media (prefers-reduced-motion:reduce) {
    .offcanvas {
        -webkit-transition: none;
        transition: none
    }
}

.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.offcanvas.show:not(.hiding),.offcanvas.showing {
    -webkit-transform: none;
    transform: none
}

.offcanvas.hiding,.offcanvas.show,.offcanvas.showing {
    visibility: visible
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .5
}

.offcanvas-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
    margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y))
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: var(--bs-offcanvas-title-line-height)
}

.offcanvas-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

.placeholder.btn::before {
    display: inline-block;
    content: ""
}

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

.placeholder-glow .placeholder {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);
    mask-image: linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    -webkit-animation: placeholder-wave 2s linear infinite;
    animation: placeholder-wave 2s linear infinite
}

@-webkit-keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.text-bg-primary {
    color: #fff!important;
    background-color: RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-secondary {
    color: #fff!important;
    background-color: RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-success {
    color: #fff!important;
    background-color: RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-info {
    color: #000!important;
    background-color: RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-warning {
    color: #000!important;
    background-color: RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-danger {
    color: #fff!important;
    background-color: RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-light {
    color: #000!important;
    background-color: RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-dark {
    color: #fff!important;
    background-color: RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1))!important
}

.link-primary {
    color: RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-primary:focus,.link-primary:hover {
    color: RGBA(10,88,202,var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important
}

.link-secondary {
    color: RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-secondary:focus,.link-secondary:hover {
    color: RGBA(86,94,100,var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important
}

.link-success {
    color: RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-success:focus,.link-success:hover {
    color: RGBA(20,108,67,var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important
}

.link-info {
    color: RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-info:focus,.link-info:hover {
    color: RGBA(61,213,243,var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important
}

.link-warning {
    color: RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-warning:focus,.link-warning:hover {
    color: RGBA(255,205,57,var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important
}

.link-danger {
    color: RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-danger:focus,.link-danger:hover {
    color: RGBA(176,42,55,var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important
}

.link-light {
    color: RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-light:focus,.link-light:hover {
    color: RGBA(249,250,251,var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important
}

.link-dark {
    color: RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-dark:focus,.link-dark:hover {
    color: RGBA(26,30,33,var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important
}

.link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-body-emphasis:focus,.link-body-emphasis:hover {
    color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.75))!important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.75))!important
}

.focus-ring:focus {
    outline: 0;
    -webkit-box-shadow: var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
    box-shadow: var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)
}

.icon-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: .375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,.5));
    text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,.5));
    text-underline-offset: .25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.icon-link>.bi {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    -webkit-transition: .2s ease-in-out transform;
    transition: .2s ease-in-out transform
}

@media (prefers-reduced-motion:reduce) {
    .icon-link>.bi {
        -webkit-transition: none;
        transition: none
    }
}

.icon-link-hover:focus-visible>.bi,.icon-link-hover:hover>.bi {
    -webkit-transform: var(--bs-icon-link-transform,translate3d(.25em,0,0));
    transform: var(--bs-icon-link-transform,translate3d(.25em,0,0))
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

.sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-sm-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-md-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-lg-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 1280px) {
    .sticky-xl-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 1600px) {
    .sticky-xxl-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xxl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

.hstack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.vstack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.visually-hidden:not(caption) {
    position: absolute!important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    display: inline-block;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: var(--bs-border-width);
    min-height: 1em;
    background-color: currentcolor;
    opacity: .25
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.float-start {
    float: left!important
}

.float-end {
    float: right!important
}

.float-none {
    float: none!important
}

.object-fit-contain {
    -o-object-fit: contain!important;
    object-fit: contain!important
}

.object-fit-cover {
    -o-object-fit: cover!important;
    object-fit: cover!important
}

.object-fit-fill {
    -o-object-fit: fill!important;
    object-fit: fill!important
}

.object-fit-scale {
    -o-object-fit: scale-down!important;
    object-fit: scale-down!important
}

.object-fit-none {
    -o-object-fit: none!important;
    object-fit: none!important
}

.opacity-0 {
    opacity: 0!important
}

.opacity-25 {
    opacity: .25!important
}

.opacity-50 {
    opacity: .5!important
}

.opacity-75 {
    opacity: .75!important
}

.opacity-100 {
    opacity: 1!important
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.overflow-visible {
    overflow: visible!important
}

.overflow-scroll {
    overflow: scroll!important
}

.overflow-x-auto {
    overflow-x: auto!important
}

.overflow-x-hidden {
    overflow-x: hidden!important
}

.overflow-x-visible {
    overflow-x: visible!important
}

.overflow-x-scroll {
    overflow-x: scroll!important
}

.overflow-y-auto {
    overflow-y: auto!important
}

.overflow-y-hidden {
    overflow-y: hidden!important
}

.overflow-y-visible {
    overflow-y: visible!important
}

.overflow-y-scroll {
    overflow-y: scroll!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-grid {
    display: grid!important
}

.d-inline-grid {
    display: inline-grid!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

.d-none {
    display: none!important
}

.shadow {
    -webkit-box-shadow: var(--bs-box-shadow)!important;
    box-shadow: var(--bs-box-shadow)!important
}

.shadow-sm {
    -webkit-box-shadow: var(--bs-box-shadow-sm)!important;
    box-shadow: var(--bs-box-shadow-sm)!important
}

.shadow-lg {
    -webkit-box-shadow: var(--bs-box-shadow-lg)!important;
    box-shadow: var(--bs-box-shadow-lg)!important
}

.shadow-none {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.focus-ring-primary {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-secondary {
    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-success {
    --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-warning {
    --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-danger {
    --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-light {
    --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-dark {
    --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: sticky!important
}

.top-0 {
    top: 0!important
}

.top-50 {
    top: 50%!important
}

.top-100 {
    top: 100%!important
}

.bottom-0 {
    bottom: 0!important
}

.bottom-50 {
    bottom: 50%!important
}

.bottom-100 {
    bottom: 100%!important
}

.start-0 {
    left: 0!important
}

.start-50 {
    left: 50%!important
}

.start-100 {
    left: 100%!important
}

.end-0 {
    right: 0!important
}

.end-50 {
    right: 50%!important
}

.end-100 {
    right: 100%!important
}

.translate-middle {
    -webkit-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important
}

.translate-middle-x {
    -webkit-transform: translateX(-50%)!important;
    transform: translateX(-50%)!important
}

.translate-middle-y {
    -webkit-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-0 {
    border: 0!important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-top-0 {
    border-top: 0!important
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-end-0 {
    border-right: 0!important
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-start-0 {
    border-left: 0!important
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important
}

.border-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important
}

.border-primary-subtle {
    border-color: var(--bs-primary-border-subtle)!important
}

.border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle)!important
}

.border-success-subtle {
    border-color: var(--bs-success-border-subtle)!important
}

.border-info-subtle {
    border-color: var(--bs-info-border-subtle)!important
}

.border-warning-subtle {
    border-color: var(--bs-warning-border-subtle)!important
}

.border-danger-subtle {
    border-color: var(--bs-danger-border-subtle)!important
}

.border-light-subtle {
    border-color: var(--bs-light-border-subtle)!important
}

.border-dark-subtle {
    border-color: var(--bs-dark-border-subtle)!important
}

.border-1 {
    border-width: 1px!important
}

.border-2 {
    border-width: 2px!important
}

.border-3 {
    border-width: 3px!important
}

.border-4 {
    border-width: 4px!important
}

.border-5 {
    border-width: 5px!important
}

.border-opacity-10 {
    --bs-border-opacity: 0.1
}

.border-opacity-25 {
    --bs-border-opacity: 0.25
}

.border-opacity-50 {
    --bs-border-opacity: 0.5
}

.border-opacity-75 {
    --bs-border-opacity: 0.75
}

.border-opacity-100 {
    --bs-border-opacity: 1
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.vw-100 {
    width: 100vw!important
}

.min-vw-100 {
    min-width: 100vw!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mh-100 {
    max-height: 100%!important
}

.vh-100 {
    height: 100vh!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.flex-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
}

.flex-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.flex-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
}

.flex-grow-1 {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
}

.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
}

.flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.justify-content-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important
}

.align-items-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}

.order-first {
    -webkit-box-ordinal-group: 0!important;
    -ms-flex-order: -1!important;
    order: -1!important
}

.order-0 {
    -webkit-box-ordinal-group: 1!important;
    -ms-flex-order: 0!important;
    order: 0!important
}

.order-1 {
    -webkit-box-ordinal-group: 2!important;
    -ms-flex-order: 1!important;
    order: 1!important
}

.order-2 {
    -webkit-box-ordinal-group: 3!important;
    -ms-flex-order: 2!important;
    order: 2!important
}

.order-3 {
    -webkit-box-ordinal-group: 4!important;
    -ms-flex-order: 3!important;
    order: 3!important
}

.order-4 {
    -webkit-box-ordinal-group: 5!important;
    -ms-flex-order: 4!important;
    order: 4!important
}

.order-5 {
    -webkit-box-ordinal-group: 6!important;
    -ms-flex-order: 5!important;
    order: 5!important
}

.order-last {
    -webkit-box-ordinal-group: 7!important;
    -ms-flex-order: 6!important;
    order: 6!important
}

.m-0 {
    margin: 0!important
}

.m-1 {
    margin: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.m-auto {
    margin: auto!important
}

.mx-0 {
    margin-right: 0!important;
    margin-left: 0!important
}

.mx-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
}

.mx-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
}

.mx-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
}

.mx-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
}

.mx-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
}

.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important
}

.my-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.my-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
}

.my-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
}

.my-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
}

.my-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
}

.my-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
}

.my-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
}

.mt-0 {
    margin-top: 0!important
}

.mt-1 {
    margin-top: .25rem!important
}

.mt-2 {
    margin-top: .5rem!important
}

.mt-3 {
    margin-top: 1rem!important
}

.mt-4 {
    margin-top: 1.5rem!important
}

.mt-5 {
    margin-top: 3rem!important
}

.mt-auto {
    margin-top: auto!important
}

.me-0 {
    margin-right: 0!important
}

.me-1 {
    margin-right: .25rem!important
}

.me-2 {
    margin-right: .5rem!important
}

.me-3 {
    margin-right: 1rem!important
}

.me-4 {
    margin-right: 1.5rem!important
}

.me-5 {
    margin-right: 3rem!important
}

.me-auto {
    margin-right: auto!important
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-1 {
    margin-bottom: .25rem!important
}

.mb-2 {
    margin-bottom: .5rem!important
}

.mb-3 {
    margin-bottom: 1rem!important
}

.mb-4 {
    margin-bottom: 1.5rem!important
}

.mb-5 {
    margin-bottom: 3rem!important
}

.mb-auto {
    margin-bottom: auto!important
}

.ms-0 {
    margin-left: 0!important
}

.ms-1 {
    margin-left: .25rem!important
}

.ms-2 {
    margin-left: .5rem!important
}

.ms-3 {
    margin-left: 1rem!important
}

.ms-4 {
    margin-left: 1.5rem!important
}

.ms-5 {
    margin-left: 3rem!important
}

.ms-auto {
    margin-left: auto!important
}

.p-0 {
    padding: 0!important
}

.p-1 {
    padding: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.px-0 {
    padding-right: 0!important;
    padding-left: 0!important
}

.px-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
}

.px-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
}

.px-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
}

.px-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
}

.px-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
}

.py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.py-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
}

.py-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
}

.py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
}

.py-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
}

.py-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
}

.pt-0 {
    padding-top: 0!important
}

.pt-1 {
    padding-top: .25rem!important
}

.pt-2 {
    padding-top: .5rem!important
}

.pt-3 {
    padding-top: 1rem!important
}

.pt-4 {
    padding-top: 1.5rem!important
}

.pt-5 {
    padding-top: 3rem!important
}

.pe-0 {
    padding-right: 0!important
}

.pe-1 {
    padding-right: .25rem!important
}

.pe-2 {
    padding-right: .5rem!important
}

.pe-3 {
    padding-right: 1rem!important
}

.pe-4 {
    padding-right: 1.5rem!important
}

.pe-5 {
    padding-right: 3rem!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pb-1 {
    padding-bottom: .25rem!important
}

.pb-2 {
    padding-bottom: .5rem!important
}

.pb-3 {
    padding-bottom: 1rem!important
}

.pb-4 {
    padding-bottom: 1.5rem!important
}

.pb-5 {
    padding-bottom: 3rem!important
}

.ps-0 {
    padding-left: 0!important
}

.ps-1 {
    padding-left: .25rem!important
}

.ps-2 {
    padding-left: .5rem!important
}

.ps-3 {
    padding-left: 1rem!important
}

.ps-4 {
    padding-left: 1.5rem!important
}

.ps-5 {
    padding-left: 3rem!important
}

.gap-0 {
    gap: 0!important
}

.gap-1 {
    gap: .25rem!important
}

.gap-2 {
    gap: .5rem!important
}

.gap-3 {
    gap: 1rem!important
}

.gap-4 {
    gap: 1.5rem!important
}

.gap-5 {
    gap: 3rem!important
}

.row-gap-0 {
    row-gap: 0!important
}

.row-gap-1 {
    row-gap: .25rem!important
}

.row-gap-2 {
    row-gap: .5rem!important
}

.row-gap-3 {
    row-gap: 1rem!important
}

.row-gap-4 {
    row-gap: 1.5rem!important
}

.row-gap-5 {
    row-gap: 3rem!important
}

.column-gap-0 {
    -webkit-column-gap: 0!important;
    -moz-column-gap: 0!important;
    column-gap: 0!important
}

.column-gap-1 {
    -webkit-column-gap: .25rem!important;
    -moz-column-gap: .25rem!important;
    column-gap: .25rem!important
}

.column-gap-2 {
    -webkit-column-gap: .5rem!important;
    -moz-column-gap: .5rem!important;
    column-gap: .5rem!important
}

.column-gap-3 {
    -webkit-column-gap: 1rem!important;
    -moz-column-gap: 1rem!important;
    column-gap: 1rem!important
}

.column-gap-4 {
    -webkit-column-gap: 1.5rem!important;
    -moz-column-gap: 1.5rem!important;
    column-gap: 1.5rem!important
}

.column-gap-5 {
    -webkit-column-gap: 3rem!important;
    -moz-column-gap: 3rem!important;
    column-gap: 3rem!important
}

.font-monospace {
    font-family: var(--bs-font-monospace)!important
}

.fs-1 {
    font-size: calc(1.475rem + 2.7vw)!important
}

.fs-2 {
    font-size: calc(1.405rem + 1.86vw)!important
}

.fs-3 {
    font-size: calc(1.37rem + 1.44vw)!important
}

.fs-4 {
    font-size: calc(1.335rem + 1.02vw)!important
}

.fs-5 {
    font-size: calc(1.3rem + .6vw)!important
}

.fs-6 {
    font-size: calc(1.265rem + .18vw)!important
}

.fst-italic {
    font-style: italic!important
}

.fst-normal {
    font-style: normal!important
}

.fw-lighter {
    font-weight: lighter!important
}

.fw-light {
    font-weight: 300!important
}

.fw-normal {
    font-weight: 400!important
}

.fw-medium {
    font-weight: 500!important
}

.fw-semibold {
    font-weight: 600!important
}

.fw-bold {
    font-weight: 700!important
}

.fw-bolder {
    font-weight: bolder!important
}

.lh-1 {
    line-height: 1!important
}

.lh-sm {
    line-height: 1.25!important
}

.lh-base {
    line-height: 1.5!important
}

.lh-lg {
    line-height: 2!important
}

.text-start {
    text-align: left!important
}

.text-end {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

.text-decoration-none {
    text-decoration: none!important
}

.text-decoration-underline {
    text-decoration: underline!important
}

.text-decoration-line-through {
    text-decoration: line-through!important
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-break {
    word-wrap: break-word!important;
    word-break: break-word!important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important
}

.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color)!important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0,0,0,.5)!important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255,255,255,.5)!important
}

.text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color)!important
}

.text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color)!important
}

.text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color)!important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit!important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.text-primary-emphasis {
    color: var(--bs-primary-text-emphasis)!important
}

.text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis)!important
}

.text-success-emphasis {
    color: var(--bs-success-text-emphasis)!important
}

.text-info-emphasis {
    color: var(--bs-info-text-emphasis)!important
}

.text-warning-emphasis {
    color: var(--bs-warning-text-emphasis)!important
}

.text-danger-emphasis {
    color: var(--bs-danger-text-emphasis)!important
}

.text-light-emphasis {
    color: var(--bs-light-text-emphasis)!important
}

.text-dark-emphasis {
    color: var(--bs-dark-text-emphasis)!important
}

.link-opacity-10 {
    --bs-link-opacity: 0.1
}

.link-opacity-10-hover:hover {
    --bs-link-opacity: 0.1
}

.link-opacity-25 {
    --bs-link-opacity: 0.25
}

.link-opacity-25-hover:hover {
    --bs-link-opacity: 0.25
}

.link-opacity-50 {
    --bs-link-opacity: 0.5
}

.link-opacity-50-hover:hover {
    --bs-link-opacity: 0.5
}

.link-opacity-75 {
    --bs-link-opacity: 0.75
}

.link-opacity-75-hover:hover {
    --bs-link-opacity: 0.75
}

.link-opacity-100 {
    --bs-link-opacity: 1
}

.link-opacity-100-hover:hover {
    --bs-link-opacity: 1
}

.link-offset-1 {
    text-underline-offset: .125em!important
}

.link-offset-1-hover:hover {
    text-underline-offset: .125em!important
}

.link-offset-2 {
    text-underline-offset: .25em!important
}

.link-offset-2-hover:hover {
    text-underline-offset: .25em!important
}

.link-offset-3 {
    text-underline-offset: .375em!important
}

.link-offset-3-hover:hover {
    text-underline-offset: .375em!important
}

.link-underline-primary {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important;
    text-decoration-color: rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-secondary {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important;
    text-decoration-color: rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-success {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important;
    text-decoration-color: rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-info {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important;
    text-decoration-color: rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-warning {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important;
    text-decoration-color: rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-danger {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important;
    text-decoration-color: rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-light {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important;
    text-decoration-color: rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-dark {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important;
    text-decoration-color: rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-underline-opacity-0 {
    --bs-link-underline-opacity: 0
}

.link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0
}

.link-underline-opacity-10 {
    --bs-link-underline-opacity: 0.1
}

.link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: 0.1
}

.link-underline-opacity-25 {
    --bs-link-underline-opacity: 0.25
}

.link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: 0.25
}

.link-underline-opacity-50 {
    --bs-link-underline-opacity: 0.5
}

.link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: 0.5
}

.link-underline-opacity-75 {
    --bs-link-underline-opacity: 0.75
}

.link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: 0.75
}

.link-underline-opacity-100 {
    --bs-link-underline-opacity: 1
}

.link-underline-opacity-100-hover:hover {
    --bs-link-underline-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent!important
}

.bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle)!important
}

.bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle)!important
}

.bg-success-subtle {
    background-color: var(--bs-success-bg-subtle)!important
}

.bg-info-subtle {
    background-color: var(--bs-info-bg-subtle)!important
}

.bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle)!important
}

.bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle)!important
}

.bg-light-subtle {
    background-color: var(--bs-light-bg-subtle)!important
}

.bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle)!important
}

.bg-gradient {
    background-image: var(--bs-gradient)!important
}

.user-select-all {
    -webkit-user-select: all!important;
    -moz-user-select: all!important;
    -ms-user-select: all!important;
    user-select: all!important
}

.user-select-auto {
    -webkit-user-select: auto!important;
    -moz-user-select: auto!important;
    -ms-user-select: auto!important;
    user-select: auto!important
}

.user-select-none {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important
}

.pe-none {
    pointer-events: none!important
}

.pe-auto {
    pointer-events: auto!important
}

.rounded {
    border-radius: var(--bs-border-radius)!important
}

.rounded-0 {
    border-radius: 0!important
}

.rounded-1 {
    border-radius: var(--bs-border-radius-sm)!important
}

.rounded-2 {
    border-radius: var(--bs-border-radius)!important
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg)!important
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl)!important
}

.rounded-5 {
    border-radius: var(--bs-border-radius-xxl)!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill)!important
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius)!important;
    border-top-right-radius: var(--bs-border-radius)!important
}

.rounded-top-0 {
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
}

.rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm)!important;
    border-top-right-radius: var(--bs-border-radius-sm)!important
}

.rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius)!important;
    border-top-right-radius: var(--bs-border-radius)!important
}

.rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg)!important;
    border-top-right-radius: var(--bs-border-radius-lg)!important
}

.rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl)!important;
    border-top-right-radius: var(--bs-border-radius-xl)!important
}

.rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-xxl)!important;
    border-top-right-radius: var(--bs-border-radius-xxl)!important
}

.rounded-top-circle {
    border-top-left-radius: 50%!important;
    border-top-right-radius: 50%!important
}

.rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill)!important;
    border-top-right-radius: var(--bs-border-radius-pill)!important
}

.rounded-end {
    border-top-right-radius: var(--bs-border-radius)!important;
    border-bottom-right-radius: var(--bs-border-radius)!important
}

.rounded-end-0 {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
}

.rounded-end-1 {
    border-top-right-radius: var(--bs-border-radius-sm)!important;
    border-bottom-right-radius: var(--bs-border-radius-sm)!important
}

.rounded-end-2 {
    border-top-right-radius: var(--bs-border-radius)!important;
    border-bottom-right-radius: var(--bs-border-radius)!important
}

.rounded-end-3 {
    border-top-right-radius: var(--bs-border-radius-lg)!important;
    border-bottom-right-radius: var(--bs-border-radius-lg)!important
}

.rounded-end-4 {
    border-top-right-radius: var(--bs-border-radius-xl)!important;
    border-bottom-right-radius: var(--bs-border-radius-xl)!important
}

.rounded-end-5 {
    border-top-right-radius: var(--bs-border-radius-xxl)!important;
    border-bottom-right-radius: var(--bs-border-radius-xxl)!important
}

.rounded-end-circle {
    border-top-right-radius: 50%!important;
    border-bottom-right-radius: 50%!important
}

.rounded-end-pill {
    border-top-right-radius: var(--bs-border-radius-pill)!important;
    border-bottom-right-radius: var(--bs-border-radius-pill)!important
}

.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius)!important;
    border-bottom-left-radius: var(--bs-border-radius)!important
}

.rounded-bottom-0 {
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important
}

.rounded-bottom-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm)!important;
    border-bottom-left-radius: var(--bs-border-radius-sm)!important
}

.rounded-bottom-2 {
    border-bottom-right-radius: var(--bs-border-radius)!important;
    border-bottom-left-radius: var(--bs-border-radius)!important
}

.rounded-bottom-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg)!important;
    border-bottom-left-radius: var(--bs-border-radius-lg)!important
}

.rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl)!important;
    border-bottom-left-radius: var(--bs-border-radius-xl)!important
}

.rounded-bottom-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl)!important;
    border-bottom-left-radius: var(--bs-border-radius-xxl)!important
}

.rounded-bottom-circle {
    border-bottom-right-radius: 50%!important;
    border-bottom-left-radius: 50%!important
}

.rounded-bottom-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill)!important;
    border-bottom-left-radius: var(--bs-border-radius-pill)!important
}

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius)!important;
    border-top-left-radius: var(--bs-border-radius)!important
}

.rounded-start-0 {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important
}

.rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm)!important;
    border-top-left-radius: var(--bs-border-radius-sm)!important
}

.rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius)!important;
    border-top-left-radius: var(--bs-border-radius)!important
}

.rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg)!important;
    border-top-left-radius: var(--bs-border-radius-lg)!important
}

.rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl)!important;
    border-top-left-radius: var(--bs-border-radius-xl)!important
}

.rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl)!important;
    border-top-left-radius: var(--bs-border-radius-xxl)!important
}

.rounded-start-circle {
    border-bottom-left-radius: 50%!important;
    border-top-left-radius: 50%!important
}

.rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill)!important;
    border-top-left-radius: var(--bs-border-radius-pill)!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

.z-n1 {
    z-index: -1!important
}

.z-0 {
    z-index: 0!important
}

.z-1 {
    z-index: 1!important
}

.z-2 {
    z-index: 2!important
}

.z-3 {
    z-index: 3!important
}

@media (min-width: 576px) {
    .float-sm-start {
        float:left!important
    }

    .float-sm-end {
        float: right!important
    }

    .float-sm-none {
        float: none!important
    }

    .object-fit-sm-contain {
        -o-object-fit: contain!important;
        object-fit: contain!important
    }

    .object-fit-sm-cover {
        -o-object-fit: cover!important;
        object-fit: cover!important
    }

    .object-fit-sm-fill {
        -o-object-fit: fill!important;
        object-fit: fill!important
    }

    .object-fit-sm-scale {
        -o-object-fit: scale-down!important;
        object-fit: scale-down!important
    }

    .object-fit-sm-none {
        -o-object-fit: none!important;
        object-fit: none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-grid {
        display: grid!important
    }

    .d-sm-inline-grid {
        display: inline-grid!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }

    .d-sm-none {
        display: none!important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly!important;
        -ms-flex-pack: space-evenly!important;
        justify-content: space-evenly!important
    }

    .align-items-sm-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-sm-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-sm-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0!important;
        -ms-flex-order: -1!important;
        order: -1!important
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1!important;
        -ms-flex-order: 0!important;
        order: 0!important
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2!important;
        -ms-flex-order: 1!important;
        order: 1!important
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3!important;
        -ms-flex-order: 2!important;
        order: 2!important
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4!important;
        -ms-flex-order: 3!important;
        order: 3!important
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5!important;
        -ms-flex-order: 4!important;
        order: 4!important
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6!important;
        -ms-flex-order: 5!important;
        order: 5!important
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 7!important;
        -ms-flex-order: 6!important;
        order: 6!important
    }

    .m-sm-0 {
        margin: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mx-sm-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-sm-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-sm-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-sm-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-sm-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-sm-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-sm-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-sm-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-sm-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-sm-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-sm-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-sm-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-sm-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-sm-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-sm-0 {
        margin-top: 0!important
    }

    .mt-sm-1 {
        margin-top: .25rem!important
    }

    .mt-sm-2 {
        margin-top: .5rem!important
    }

    .mt-sm-3 {
        margin-top: 1rem!important
    }

    .mt-sm-4 {
        margin-top: 1.5rem!important
    }

    .mt-sm-5 {
        margin-top: 3rem!important
    }

    .mt-sm-auto {
        margin-top: auto!important
    }

    .me-sm-0 {
        margin-right: 0!important
    }

    .me-sm-1 {
        margin-right: .25rem!important
    }

    .me-sm-2 {
        margin-right: .5rem!important
    }

    .me-sm-3 {
        margin-right: 1rem!important
    }

    .me-sm-4 {
        margin-right: 1.5rem!important
    }

    .me-sm-5 {
        margin-right: 3rem!important
    }

    .me-sm-auto {
        margin-right: auto!important
    }

    .mb-sm-0 {
        margin-bottom: 0!important
    }

    .mb-sm-1 {
        margin-bottom: .25rem!important
    }

    .mb-sm-2 {
        margin-bottom: .5rem!important
    }

    .mb-sm-3 {
        margin-bottom: 1rem!important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-sm-5 {
        margin-bottom: 3rem!important
    }

    .mb-sm-auto {
        margin-bottom: auto!important
    }

    .ms-sm-0 {
        margin-left: 0!important
    }

    .ms-sm-1 {
        margin-left: .25rem!important
    }

    .ms-sm-2 {
        margin-left: .5rem!important
    }

    .ms-sm-3 {
        margin-left: 1rem!important
    }

    .ms-sm-4 {
        margin-left: 1.5rem!important
    }

    .ms-sm-5 {
        margin-left: 3rem!important
    }

    .ms-sm-auto {
        margin-left: auto!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .px-sm-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-sm-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-sm-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-sm-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-sm-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-sm-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-sm-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-sm-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-sm-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-sm-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-sm-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-sm-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-sm-0 {
        padding-top: 0!important
    }

    .pt-sm-1 {
        padding-top: .25rem!important
    }

    .pt-sm-2 {
        padding-top: .5rem!important
    }

    .pt-sm-3 {
        padding-top: 1rem!important
    }

    .pt-sm-4 {
        padding-top: 1.5rem!important
    }

    .pt-sm-5 {
        padding-top: 3rem!important
    }

    .pe-sm-0 {
        padding-right: 0!important
    }

    .pe-sm-1 {
        padding-right: .25rem!important
    }

    .pe-sm-2 {
        padding-right: .5rem!important
    }

    .pe-sm-3 {
        padding-right: 1rem!important
    }

    .pe-sm-4 {
        padding-right: 1.5rem!important
    }

    .pe-sm-5 {
        padding-right: 3rem!important
    }

    .pb-sm-0 {
        padding-bottom: 0!important
    }

    .pb-sm-1 {
        padding-bottom: .25rem!important
    }

    .pb-sm-2 {
        padding-bottom: .5rem!important
    }

    .pb-sm-3 {
        padding-bottom: 1rem!important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-sm-5 {
        padding-bottom: 3rem!important
    }

    .ps-sm-0 {
        padding-left: 0!important
    }

    .ps-sm-1 {
        padding-left: .25rem!important
    }

    .ps-sm-2 {
        padding-left: .5rem!important
    }

    .ps-sm-3 {
        padding-left: 1rem!important
    }

    .ps-sm-4 {
        padding-left: 1.5rem!important
    }

    .ps-sm-5 {
        padding-left: 3rem!important
    }

    .gap-sm-0 {
        gap: 0!important
    }

    .gap-sm-1 {
        gap: .25rem!important
    }

    .gap-sm-2 {
        gap: .5rem!important
    }

    .gap-sm-3 {
        gap: 1rem!important
    }

    .gap-sm-4 {
        gap: 1.5rem!important
    }

    .gap-sm-5 {
        gap: 3rem!important
    }

    .row-gap-sm-0 {
        row-gap: 0!important
    }

    .row-gap-sm-1 {
        row-gap: .25rem!important
    }

    .row-gap-sm-2 {
        row-gap: .5rem!important
    }

    .row-gap-sm-3 {
        row-gap: 1rem!important
    }

    .row-gap-sm-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-sm-5 {
        row-gap: 3rem!important
    }

    .column-gap-sm-0 {
        -webkit-column-gap: 0!important;
        -moz-column-gap: 0!important;
        column-gap: 0!important
    }

    .column-gap-sm-1 {
        -webkit-column-gap: .25rem!important;
        -moz-column-gap: .25rem!important;
        column-gap: .25rem!important
    }

    .column-gap-sm-2 {
        -webkit-column-gap: .5rem!important;
        -moz-column-gap: .5rem!important;
        column-gap: .5rem!important
    }

    .column-gap-sm-3 {
        -webkit-column-gap: 1rem!important;
        -moz-column-gap: 1rem!important;
        column-gap: 1rem!important
    }

    .column-gap-sm-4 {
        -webkit-column-gap: 1.5rem!important;
        -moz-column-gap: 1.5rem!important;
        column-gap: 1.5rem!important
    }

    .column-gap-sm-5 {
        -webkit-column-gap: 3rem!important;
        -moz-column-gap: 3rem!important;
        column-gap: 3rem!important
    }

    .text-sm-start {
        text-align: left!important
    }

    .text-sm-end {
        text-align: right!important
    }

    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float:left!important
    }

    .float-md-end {
        float: right!important
    }

    .float-md-none {
        float: none!important
    }

    .object-fit-md-contain {
        -o-object-fit: contain!important;
        object-fit: contain!important
    }

    .object-fit-md-cover {
        -o-object-fit: cover!important;
        object-fit: cover!important
    }

    .object-fit-md-fill {
        -o-object-fit: fill!important;
        object-fit: fill!important
    }

    .object-fit-md-scale {
        -o-object-fit: scale-down!important;
        object-fit: scale-down!important
    }

    .object-fit-md-none {
        -o-object-fit: none!important;
        object-fit: none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-grid {
        display: grid!important
    }

    .d-md-inline-grid {
        display: inline-grid!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }

    .d-md-none {
        display: none!important
    }

    .flex-md-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-md-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-md-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-md-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly!important;
        -ms-flex-pack: space-evenly!important;
        justify-content: space-evenly!important
    }

    .align-items-md-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-md-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-md-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-md-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0!important;
        -ms-flex-order: -1!important;
        order: -1!important
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1!important;
        -ms-flex-order: 0!important;
        order: 0!important
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2!important;
        -ms-flex-order: 1!important;
        order: 1!important
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3!important;
        -ms-flex-order: 2!important;
        order: 2!important
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4!important;
        -ms-flex-order: 3!important;
        order: 3!important
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5!important;
        -ms-flex-order: 4!important;
        order: 4!important
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6!important;
        -ms-flex-order: 5!important;
        order: 5!important
    }

    .order-md-last {
        -webkit-box-ordinal-group: 7!important;
        -ms-flex-order: 6!important;
        order: 6!important
    }

    .m-md-0 {
        margin: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mx-md-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-md-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-md-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-md-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-md-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-md-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-md-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-md-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-md-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-md-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-md-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-md-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-md-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-md-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-md-0 {
        margin-top: 0!important
    }

    .mt-md-1 {
        margin-top: .25rem!important
    }

    .mt-md-2 {
        margin-top: .5rem!important
    }

    .mt-md-3 {
        margin-top: 1rem!important
    }

    .mt-md-4 {
        margin-top: 1.5rem!important
    }

    .mt-md-5 {
        margin-top: 3rem!important
    }

    .mt-md-auto {
        margin-top: auto!important
    }

    .me-md-0 {
        margin-right: 0!important
    }

    .me-md-1 {
        margin-right: .25rem!important
    }

    .me-md-2 {
        margin-right: .5rem!important
    }

    .me-md-3 {
        margin-right: 1rem!important
    }

    .me-md-4 {
        margin-right: 1.5rem!important
    }

    .me-md-5 {
        margin-right: 3rem!important
    }

    .me-md-auto {
        margin-right: auto!important
    }

    .mb-md-0 {
        margin-bottom: 0!important
    }

    .mb-md-1 {
        margin-bottom: .25rem!important
    }

    .mb-md-2 {
        margin-bottom: .5rem!important
    }

    .mb-md-3 {
        margin-bottom: 1rem!important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-md-5 {
        margin-bottom: 3rem!important
    }

    .mb-md-auto {
        margin-bottom: auto!important
    }

    .ms-md-0 {
        margin-left: 0!important
    }

    .ms-md-1 {
        margin-left: .25rem!important
    }

    .ms-md-2 {
        margin-left: .5rem!important
    }

    .ms-md-3 {
        margin-left: 1rem!important
    }

    .ms-md-4 {
        margin-left: 1.5rem!important
    }

    .ms-md-5 {
        margin-left: 3rem!important
    }

    .ms-md-auto {
        margin-left: auto!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .px-md-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-md-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-md-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-md-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-md-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-md-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-md-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-md-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-md-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-md-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-md-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-md-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-md-0 {
        padding-top: 0!important
    }

    .pt-md-1 {
        padding-top: .25rem!important
    }

    .pt-md-2 {
        padding-top: .5rem!important
    }

    .pt-md-3 {
        padding-top: 1rem!important
    }

    .pt-md-4 {
        padding-top: 1.5rem!important
    }

    .pt-md-5 {
        padding-top: 3rem!important
    }

    .pe-md-0 {
        padding-right: 0!important
    }

    .pe-md-1 {
        padding-right: .25rem!important
    }

    .pe-md-2 {
        padding-right: .5rem!important
    }

    .pe-md-3 {
        padding-right: 1rem!important
    }

    .pe-md-4 {
        padding-right: 1.5rem!important
    }

    .pe-md-5 {
        padding-right: 3rem!important
    }

    .pb-md-0 {
        padding-bottom: 0!important
    }

    .pb-md-1 {
        padding-bottom: .25rem!important
    }

    .pb-md-2 {
        padding-bottom: .5rem!important
    }

    .pb-md-3 {
        padding-bottom: 1rem!important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-md-5 {
        padding-bottom: 3rem!important
    }

    .ps-md-0 {
        padding-left: 0!important
    }

    .ps-md-1 {
        padding-left: .25rem!important
    }

    .ps-md-2 {
        padding-left: .5rem!important
    }

    .ps-md-3 {
        padding-left: 1rem!important
    }

    .ps-md-4 {
        padding-left: 1.5rem!important
    }

    .ps-md-5 {
        padding-left: 3rem!important
    }

    .gap-md-0 {
        gap: 0!important
    }

    .gap-md-1 {
        gap: .25rem!important
    }

    .gap-md-2 {
        gap: .5rem!important
    }

    .gap-md-3 {
        gap: 1rem!important
    }

    .gap-md-4 {
        gap: 1.5rem!important
    }

    .gap-md-5 {
        gap: 3rem!important
    }

    .row-gap-md-0 {
        row-gap: 0!important
    }

    .row-gap-md-1 {
        row-gap: .25rem!important
    }

    .row-gap-md-2 {
        row-gap: .5rem!important
    }

    .row-gap-md-3 {
        row-gap: 1rem!important
    }

    .row-gap-md-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-md-5 {
        row-gap: 3rem!important
    }

    .column-gap-md-0 {
        -webkit-column-gap: 0!important;
        -moz-column-gap: 0!important;
        column-gap: 0!important
    }

    .column-gap-md-1 {
        -webkit-column-gap: .25rem!important;
        -moz-column-gap: .25rem!important;
        column-gap: .25rem!important
    }

    .column-gap-md-2 {
        -webkit-column-gap: .5rem!important;
        -moz-column-gap: .5rem!important;
        column-gap: .5rem!important
    }

    .column-gap-md-3 {
        -webkit-column-gap: 1rem!important;
        -moz-column-gap: 1rem!important;
        column-gap: 1rem!important
    }

    .column-gap-md-4 {
        -webkit-column-gap: 1.5rem!important;
        -moz-column-gap: 1.5rem!important;
        column-gap: 1.5rem!important
    }

    .column-gap-md-5 {
        -webkit-column-gap: 3rem!important;
        -moz-column-gap: 3rem!important;
        column-gap: 3rem!important
    }

    .text-md-start {
        text-align: left!important
    }

    .text-md-end {
        text-align: right!important
    }

    .text-md-center {
        text-align: center!important
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float:left!important
    }

    .float-lg-end {
        float: right!important
    }

    .float-lg-none {
        float: none!important
    }

    .object-fit-lg-contain {
        -o-object-fit: contain!important;
        object-fit: contain!important
    }

    .object-fit-lg-cover {
        -o-object-fit: cover!important;
        object-fit: cover!important
    }

    .object-fit-lg-fill {
        -o-object-fit: fill!important;
        object-fit: fill!important
    }

    .object-fit-lg-scale {
        -o-object-fit: scale-down!important;
        object-fit: scale-down!important
    }

    .object-fit-lg-none {
        -o-object-fit: none!important;
        object-fit: none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-grid {
        display: grid!important
    }

    .d-lg-inline-grid {
        display: inline-grid!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }

    .d-lg-none {
        display: none!important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly!important;
        -ms-flex-pack: space-evenly!important;
        justify-content: space-evenly!important
    }

    .align-items-lg-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-lg-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-lg-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0!important;
        -ms-flex-order: -1!important;
        order: -1!important
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1!important;
        -ms-flex-order: 0!important;
        order: 0!important
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2!important;
        -ms-flex-order: 1!important;
        order: 1!important
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3!important;
        -ms-flex-order: 2!important;
        order: 2!important
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4!important;
        -ms-flex-order: 3!important;
        order: 3!important
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5!important;
        -ms-flex-order: 4!important;
        order: 4!important
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6!important;
        -ms-flex-order: 5!important;
        order: 5!important
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 7!important;
        -ms-flex-order: 6!important;
        order: 6!important
    }

    .m-lg-0 {
        margin: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mx-lg-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-lg-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-lg-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-lg-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-lg-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-lg-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-lg-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-lg-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-lg-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-lg-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-lg-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-lg-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-lg-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-lg-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-lg-0 {
        margin-top: 0!important
    }

    .mt-lg-1 {
        margin-top: .25rem!important
    }

    .mt-lg-2 {
        margin-top: .5rem!important
    }

    .mt-lg-3 {
        margin-top: 1rem!important
    }

    .mt-lg-4 {
        margin-top: 1.5rem!important
    }

    .mt-lg-5 {
        margin-top: 3rem!important
    }

    .mt-lg-auto {
        margin-top: auto!important
    }

    .me-lg-0 {
        margin-right: 0!important
    }

    .me-lg-1 {
        margin-right: .25rem!important
    }

    .me-lg-2 {
        margin-right: .5rem!important
    }

    .me-lg-3 {
        margin-right: 1rem!important
    }

    .me-lg-4 {
        margin-right: 1.5rem!important
    }

    .me-lg-5 {
        margin-right: 3rem!important
    }

    .me-lg-auto {
        margin-right: auto!important
    }

    .mb-lg-0 {
        margin-bottom: 0!important
    }

    .mb-lg-1 {
        margin-bottom: .25rem!important
    }

    .mb-lg-2 {
        margin-bottom: .5rem!important
    }

    .mb-lg-3 {
        margin-bottom: 1rem!important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-lg-5 {
        margin-bottom: 3rem!important
    }

    .mb-lg-auto {
        margin-bottom: auto!important
    }

    .ms-lg-0 {
        margin-left: 0!important
    }

    .ms-lg-1 {
        margin-left: .25rem!important
    }

    .ms-lg-2 {
        margin-left: .5rem!important
    }

    .ms-lg-3 {
        margin-left: 1rem!important
    }

    .ms-lg-4 {
        margin-left: 1.5rem!important
    }

    .ms-lg-5 {
        margin-left: 3rem!important
    }

    .ms-lg-auto {
        margin-left: auto!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .px-lg-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-lg-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-lg-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-lg-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-lg-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-lg-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-lg-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-lg-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-lg-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-lg-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-lg-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-lg-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-lg-0 {
        padding-top: 0!important
    }

    .pt-lg-1 {
        padding-top: .25rem!important
    }

    .pt-lg-2 {
        padding-top: .5rem!important
    }

    .pt-lg-3 {
        padding-top: 1rem!important
    }

    .pt-lg-4 {
        padding-top: 1.5rem!important
    }

    .pt-lg-5 {
        padding-top: 3rem!important
    }

    .pe-lg-0 {
        padding-right: 0!important
    }

    .pe-lg-1 {
        padding-right: .25rem!important
    }

    .pe-lg-2 {
        padding-right: .5rem!important
    }

    .pe-lg-3 {
        padding-right: 1rem!important
    }

    .pe-lg-4 {
        padding-right: 1.5rem!important
    }

    .pe-lg-5 {
        padding-right: 3rem!important
    }

    .pb-lg-0 {
        padding-bottom: 0!important
    }

    .pb-lg-1 {
        padding-bottom: .25rem!important
    }

    .pb-lg-2 {
        padding-bottom: .5rem!important
    }

    .pb-lg-3 {
        padding-bottom: 1rem!important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-lg-5 {
        padding-bottom: 3rem!important
    }

    .ps-lg-0 {
        padding-left: 0!important
    }

    .ps-lg-1 {
        padding-left: .25rem!important
    }

    .ps-lg-2 {
        padding-left: .5rem!important
    }

    .ps-lg-3 {
        padding-left: 1rem!important
    }

    .ps-lg-4 {
        padding-left: 1.5rem!important
    }

    .ps-lg-5 {
        padding-left: 3rem!important
    }

    .gap-lg-0 {
        gap: 0!important
    }

    .gap-lg-1 {
        gap: .25rem!important
    }

    .gap-lg-2 {
        gap: .5rem!important
    }

    .gap-lg-3 {
        gap: 1rem!important
    }

    .gap-lg-4 {
        gap: 1.5rem!important
    }

    .gap-lg-5 {
        gap: 3rem!important
    }

    .row-gap-lg-0 {
        row-gap: 0!important
    }

    .row-gap-lg-1 {
        row-gap: .25rem!important
    }

    .row-gap-lg-2 {
        row-gap: .5rem!important
    }

    .row-gap-lg-3 {
        row-gap: 1rem!important
    }

    .row-gap-lg-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-lg-5 {
        row-gap: 3rem!important
    }

    .column-gap-lg-0 {
        -webkit-column-gap: 0!important;
        -moz-column-gap: 0!important;
        column-gap: 0!important
    }

    .column-gap-lg-1 {
        -webkit-column-gap: .25rem!important;
        -moz-column-gap: .25rem!important;
        column-gap: .25rem!important
    }

    .column-gap-lg-2 {
        -webkit-column-gap: .5rem!important;
        -moz-column-gap: .5rem!important;
        column-gap: .5rem!important
    }

    .column-gap-lg-3 {
        -webkit-column-gap: 1rem!important;
        -moz-column-gap: 1rem!important;
        column-gap: 1rem!important
    }

    .column-gap-lg-4 {
        -webkit-column-gap: 1.5rem!important;
        -moz-column-gap: 1.5rem!important;
        column-gap: 1.5rem!important
    }

    .column-gap-lg-5 {
        -webkit-column-gap: 3rem!important;
        -moz-column-gap: 3rem!important;
        column-gap: 3rem!important
    }

    .text-lg-start {
        text-align: left!important
    }

    .text-lg-end {
        text-align: right!important
    }

    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width: 1280px) {
    .float-xl-start {
        float:left!important
    }

    .float-xl-end {
        float: right!important
    }

    .float-xl-none {
        float: none!important
    }

    .object-fit-xl-contain {
        -o-object-fit: contain!important;
        object-fit: contain!important
    }

    .object-fit-xl-cover {
        -o-object-fit: cover!important;
        object-fit: cover!important
    }

    .object-fit-xl-fill {
        -o-object-fit: fill!important;
        object-fit: fill!important
    }

    .object-fit-xl-scale {
        -o-object-fit: scale-down!important;
        object-fit: scale-down!important
    }

    .object-fit-xl-none {
        -o-object-fit: none!important;
        object-fit: none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-grid {
        display: grid!important
    }

    .d-xl-inline-grid {
        display: inline-grid!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }

    .d-xl-none {
        display: none!important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly!important;
        -ms-flex-pack: space-evenly!important;
        justify-content: space-evenly!important
    }

    .align-items-xl-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-xl-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-xl-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0!important;
        -ms-flex-order: -1!important;
        order: -1!important
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1!important;
        -ms-flex-order: 0!important;
        order: 0!important
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2!important;
        -ms-flex-order: 1!important;
        order: 1!important
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3!important;
        -ms-flex-order: 2!important;
        order: 2!important
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4!important;
        -ms-flex-order: 3!important;
        order: 3!important
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5!important;
        -ms-flex-order: 4!important;
        order: 4!important
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6!important;
        -ms-flex-order: 5!important;
        order: 5!important
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 7!important;
        -ms-flex-order: 6!important;
        order: 6!important
    }

    .m-xl-0 {
        margin: 0!important
    }

    .m-xl-1 {
        margin: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .m-xl-3 {
        margin: 1rem!important
    }

    .m-xl-4 {
        margin: 1.5rem!important
    }

    .m-xl-5 {
        margin: 3rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mx-xl-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-xl-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-xl-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-xl-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-xl-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-xl-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-xl-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-xl-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-xl-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-xl-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-xl-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-xl-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-xl-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-xl-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-xl-0 {
        margin-top: 0!important
    }

    .mt-xl-1 {
        margin-top: .25rem!important
    }

    .mt-xl-2 {
        margin-top: .5rem!important
    }

    .mt-xl-3 {
        margin-top: 1rem!important
    }

    .mt-xl-4 {
        margin-top: 1.5rem!important
    }

    .mt-xl-5 {
        margin-top: 3rem!important
    }

    .mt-xl-auto {
        margin-top: auto!important
    }

    .me-xl-0 {
        margin-right: 0!important
    }

    .me-xl-1 {
        margin-right: .25rem!important
    }

    .me-xl-2 {
        margin-right: .5rem!important
    }

    .me-xl-3 {
        margin-right: 1rem!important
    }

    .me-xl-4 {
        margin-right: 1.5rem!important
    }

    .me-xl-5 {
        margin-right: 3rem!important
    }

    .me-xl-auto {
        margin-right: auto!important
    }

    .mb-xl-0 {
        margin-bottom: 0!important
    }

    .mb-xl-1 {
        margin-bottom: .25rem!important
    }

    .mb-xl-2 {
        margin-bottom: .5rem!important
    }

    .mb-xl-3 {
        margin-bottom: 1rem!important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-xl-5 {
        margin-bottom: 3rem!important
    }

    .mb-xl-auto {
        margin-bottom: auto!important
    }

    .ms-xl-0 {
        margin-left: 0!important
    }

    .ms-xl-1 {
        margin-left: .25rem!important
    }

    .ms-xl-2 {
        margin-left: .5rem!important
    }

    .ms-xl-3 {
        margin-left: 1rem!important
    }

    .ms-xl-4 {
        margin-left: 1.5rem!important
    }

    .ms-xl-5 {
        margin-left: 3rem!important
    }

    .ms-xl-auto {
        margin-left: auto!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .p-xl-3 {
        padding: 1rem!important
    }

    .p-xl-4 {
        padding: 1.5rem!important
    }

    .p-xl-5 {
        padding: 3rem!important
    }

    .px-xl-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-xl-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-xl-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-xl-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-xl-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-xl-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-xl-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-xl-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-xl-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-xl-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-xl-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-xl-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-xl-0 {
        padding-top: 0!important
    }

    .pt-xl-1 {
        padding-top: .25rem!important
    }

    .pt-xl-2 {
        padding-top: .5rem!important
    }

    .pt-xl-3 {
        padding-top: 1rem!important
    }

    .pt-xl-4 {
        padding-top: 1.5rem!important
    }

    .pt-xl-5 {
        padding-top: 3rem!important
    }

    .pe-xl-0 {
        padding-right: 0!important
    }

    .pe-xl-1 {
        padding-right: .25rem!important
    }

    .pe-xl-2 {
        padding-right: .5rem!important
    }

    .pe-xl-3 {
        padding-right: 1rem!important
    }

    .pe-xl-4 {
        padding-right: 1.5rem!important
    }

    .pe-xl-5 {
        padding-right: 3rem!important
    }

    .pb-xl-0 {
        padding-bottom: 0!important
    }

    .pb-xl-1 {
        padding-bottom: .25rem!important
    }

    .pb-xl-2 {
        padding-bottom: .5rem!important
    }

    .pb-xl-3 {
        padding-bottom: 1rem!important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-xl-5 {
        padding-bottom: 3rem!important
    }

    .ps-xl-0 {
        padding-left: 0!important
    }

    .ps-xl-1 {
        padding-left: .25rem!important
    }

    .ps-xl-2 {
        padding-left: .5rem!important
    }

    .ps-xl-3 {
        padding-left: 1rem!important
    }

    .ps-xl-4 {
        padding-left: 1.5rem!important
    }

    .ps-xl-5 {
        padding-left: 3rem!important
    }

    .gap-xl-0 {
        gap: 0!important
    }

    .gap-xl-1 {
        gap: .25rem!important
    }

    .gap-xl-2 {
        gap: .5rem!important
    }

    .gap-xl-3 {
        gap: 1rem!important
    }

    .gap-xl-4 {
        gap: 1.5rem!important
    }

    .gap-xl-5 {
        gap: 3rem!important
    }

    .row-gap-xl-0 {
        row-gap: 0!important
    }

    .row-gap-xl-1 {
        row-gap: .25rem!important
    }

    .row-gap-xl-2 {
        row-gap: .5rem!important
    }

    .row-gap-xl-3 {
        row-gap: 1rem!important
    }

    .row-gap-xl-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-xl-5 {
        row-gap: 3rem!important
    }

    .column-gap-xl-0 {
        -webkit-column-gap: 0!important;
        -moz-column-gap: 0!important;
        column-gap: 0!important
    }

    .column-gap-xl-1 {
        -webkit-column-gap: .25rem!important;
        -moz-column-gap: .25rem!important;
        column-gap: .25rem!important
    }

    .column-gap-xl-2 {
        -webkit-column-gap: .5rem!important;
        -moz-column-gap: .5rem!important;
        column-gap: .5rem!important
    }

    .column-gap-xl-3 {
        -webkit-column-gap: 1rem!important;
        -moz-column-gap: 1rem!important;
        column-gap: 1rem!important
    }

    .column-gap-xl-4 {
        -webkit-column-gap: 1.5rem!important;
        -moz-column-gap: 1.5rem!important;
        column-gap: 1.5rem!important
    }

    .column-gap-xl-5 {
        -webkit-column-gap: 3rem!important;
        -moz-column-gap: 3rem!important;
        column-gap: 3rem!important
    }

    .text-xl-start {
        text-align: left!important
    }

    .text-xl-end {
        text-align: right!important
    }

    .text-xl-center {
        text-align: center!important
    }
}

@media (min-width: 1600px) {
    .float-xxl-start {
        float:left!important
    }

    .float-xxl-end {
        float: right!important
    }

    .float-xxl-none {
        float: none!important
    }

    .object-fit-xxl-contain {
        -o-object-fit: contain!important;
        object-fit: contain!important
    }

    .object-fit-xxl-cover {
        -o-object-fit: cover!important;
        object-fit: cover!important
    }

    .object-fit-xxl-fill {
        -o-object-fit: fill!important;
        object-fit: fill!important
    }

    .object-fit-xxl-scale {
        -o-object-fit: scale-down!important;
        object-fit: scale-down!important
    }

    .object-fit-xxl-none {
        -o-object-fit: none!important;
        object-fit: none!important
    }

    .d-xxl-inline {
        display: inline!important
    }

    .d-xxl-inline-block {
        display: inline-block!important
    }

    .d-xxl-block {
        display: block!important
    }

    .d-xxl-grid {
        display: grid!important
    }

    .d-xxl-inline-grid {
        display: inline-grid!important
    }

    .d-xxl-table {
        display: table!important
    }

    .d-xxl-table-row {
        display: table-row!important
    }

    .d-xxl-table-cell {
        display: table-cell!important
    }

    .d-xxl-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }

    .d-xxl-none {
        display: none!important
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-xxl-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly!important;
        -ms-flex-pack: space-evenly!important;
        justify-content: space-evenly!important
    }

    .align-items-xxl-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-xxl-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-xxl-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0!important;
        -ms-flex-order: -1!important;
        order: -1!important
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1!important;
        -ms-flex-order: 0!important;
        order: 0!important
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2!important;
        -ms-flex-order: 1!important;
        order: 1!important
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3!important;
        -ms-flex-order: 2!important;
        order: 2!important
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4!important;
        -ms-flex-order: 3!important;
        order: 3!important
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5!important;
        -ms-flex-order: 4!important;
        order: 4!important
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6!important;
        -ms-flex-order: 5!important;
        order: 5!important
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 7!important;
        -ms-flex-order: 6!important;
        order: 6!important
    }

    .m-xxl-0 {
        margin: 0!important
    }

    .m-xxl-1 {
        margin: .25rem!important
    }

    .m-xxl-2 {
        margin: .5rem!important
    }

    .m-xxl-3 {
        margin: 1rem!important
    }

    .m-xxl-4 {
        margin: 1.5rem!important
    }

    .m-xxl-5 {
        margin: 3rem!important
    }

    .m-xxl-auto {
        margin: auto!important
    }

    .mx-xxl-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-xxl-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-xxl-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-xxl-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-xxl-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-xxl-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-xxl-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-xxl-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-xxl-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-xxl-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-xxl-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-xxl-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-xxl-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-xxl-0 {
        margin-top: 0!important
    }

    .mt-xxl-1 {
        margin-top: .25rem!important
    }

    .mt-xxl-2 {
        margin-top: .5rem!important
    }

    .mt-xxl-3 {
        margin-top: 1rem!important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem!important
    }

    .mt-xxl-5 {
        margin-top: 3rem!important
    }

    .mt-xxl-auto {
        margin-top: auto!important
    }

    .me-xxl-0 {
        margin-right: 0!important
    }

    .me-xxl-1 {
        margin-right: .25rem!important
    }

    .me-xxl-2 {
        margin-right: .5rem!important
    }

    .me-xxl-3 {
        margin-right: 1rem!important
    }

    .me-xxl-4 {
        margin-right: 1.5rem!important
    }

    .me-xxl-5 {
        margin-right: 3rem!important
    }

    .me-xxl-auto {
        margin-right: auto!important
    }

    .mb-xxl-0 {
        margin-bottom: 0!important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem!important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem!important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem!important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem!important
    }

    .mb-xxl-auto {
        margin-bottom: auto!important
    }

    .ms-xxl-0 {
        margin-left: 0!important
    }

    .ms-xxl-1 {
        margin-left: .25rem!important
    }

    .ms-xxl-2 {
        margin-left: .5rem!important
    }

    .ms-xxl-3 {
        margin-left: 1rem!important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem!important
    }

    .ms-xxl-5 {
        margin-left: 3rem!important
    }

    .ms-xxl-auto {
        margin-left: auto!important
    }

    .p-xxl-0 {
        padding: 0!important
    }

    .p-xxl-1 {
        padding: .25rem!important
    }

    .p-xxl-2 {
        padding: .5rem!important
    }

    .p-xxl-3 {
        padding: 1rem!important
    }

    .p-xxl-4 {
        padding: 1.5rem!important
    }

    .p-xxl-5 {
        padding: 3rem!important
    }

    .px-xxl-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-xxl-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-xxl-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-xxl-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-xxl-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-xxl-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-xxl-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-xxl-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-xxl-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-xxl-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-xxl-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-xxl-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-xxl-0 {
        padding-top: 0!important
    }

    .pt-xxl-1 {
        padding-top: .25rem!important
    }

    .pt-xxl-2 {
        padding-top: .5rem!important
    }

    .pt-xxl-3 {
        padding-top: 1rem!important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem!important
    }

    .pt-xxl-5 {
        padding-top: 3rem!important
    }

    .pe-xxl-0 {
        padding-right: 0!important
    }

    .pe-xxl-1 {
        padding-right: .25rem!important
    }

    .pe-xxl-2 {
        padding-right: .5rem!important
    }

    .pe-xxl-3 {
        padding-right: 1rem!important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem!important
    }

    .pe-xxl-5 {
        padding-right: 3rem!important
    }

    .pb-xxl-0 {
        padding-bottom: 0!important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem!important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem!important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem!important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem!important
    }

    .ps-xxl-0 {
        padding-left: 0!important
    }

    .ps-xxl-1 {
        padding-left: .25rem!important
    }

    .ps-xxl-2 {
        padding-left: .5rem!important
    }

    .ps-xxl-3 {
        padding-left: 1rem!important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem!important
    }

    .ps-xxl-5 {
        padding-left: 3rem!important
    }

    .gap-xxl-0 {
        gap: 0!important
    }

    .gap-xxl-1 {
        gap: .25rem!important
    }

    .gap-xxl-2 {
        gap: .5rem!important
    }

    .gap-xxl-3 {
        gap: 1rem!important
    }

    .gap-xxl-4 {
        gap: 1.5rem!important
    }

    .gap-xxl-5 {
        gap: 3rem!important
    }

    .row-gap-xxl-0 {
        row-gap: 0!important
    }

    .row-gap-xxl-1 {
        row-gap: .25rem!important
    }

    .row-gap-xxl-2 {
        row-gap: .5rem!important
    }

    .row-gap-xxl-3 {
        row-gap: 1rem!important
    }

    .row-gap-xxl-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-xxl-5 {
        row-gap: 3rem!important
    }

    .column-gap-xxl-0 {
        -webkit-column-gap: 0!important;
        -moz-column-gap: 0!important;
        column-gap: 0!important
    }

    .column-gap-xxl-1 {
        -webkit-column-gap: .25rem!important;
        -moz-column-gap: .25rem!important;
        column-gap: .25rem!important
    }

    .column-gap-xxl-2 {
        -webkit-column-gap: .5rem!important;
        -moz-column-gap: .5rem!important;
        column-gap: .5rem!important
    }

    .column-gap-xxl-3 {
        -webkit-column-gap: 1rem!important;
        -moz-column-gap: 1rem!important;
        column-gap: 1rem!important
    }

    .column-gap-xxl-4 {
        -webkit-column-gap: 1.5rem!important;
        -moz-column-gap: 1.5rem!important;
        column-gap: 1.5rem!important
    }

    .column-gap-xxl-5 {
        -webkit-column-gap: 3rem!important;
        -moz-column-gap: 3rem!important;
        column-gap: 3rem!important
    }

    .text-xxl-start {
        text-align: left!important
    }

    .text-xxl-end {
        text-align: right!important
    }

    .text-xxl-center {
        text-align: center!important
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size:3.5rem!important
    }

    .fs-2 {
        font-size: 2.8rem!important
    }

    .fs-3 {
        font-size: 2.45rem!important
    }

    .fs-4 {
        font-size: 2.1rem!important
    }

    .fs-5 {
        font-size: 1.75rem!important
    }

    .fs-6 {
        font-size: 1.4rem!important
    }
}

@media print {
    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-grid {
        display: grid!important
    }

    .d-print-inline-grid {
        display: inline-grid!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }

    .d-print-none {
        display: none!important
    }
}

/*!
 * Bootstrap-select v1.13.18 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
@-webkit-keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }

    100% {
        opacity: 0
    }
}

@keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }

    100% {
        opacity: 0
    }
}

.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker {
    display: none!important
}

.bootstrap-select {
    vertical-align: middle
}

.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bootstrap-select>.dropdown-toggle:after {
    margin-top: -1px
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #999
}

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover {
    color: rgba(255,255,255,.5)
}

.bootstrap-select>select {
    position: absolute!important;
    bottom: 0;
    left: 50%;
    display: block!important;
    width: .5px!important;
    height: 100%!important;
    padding: 0!important;
    opacity: 0!important;
    border: none;
    z-index: 0!important
}

.bootstrap-select>select.mobile-device {
    top: 0;
    left: 0;
    display: block!important;
    width: 100%!important;
    z-index: 2!important
}

.bootstrap-select.is-invalid .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle,.was-validated .bootstrap-select select:invalid+.dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select select:valid+.dropdown-toggle {
    border-color: #28a745
}

.bootstrap-select.fit-width {
    width: auto!important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: thin dotted #333!important;
    outline: 5px auto -webkit-focus-ring-color!important;
    outline-offset: -2px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto
}

:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto
}

.form-inline .bootstrap-select,.form-inline .bootstrap-select.form-control:not([class*=col-]) {
    width: auto
}

.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right {
    float: right
}

.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control {
    padding: 0
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .25rem .5rem
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: .5rem 1rem
}

.form-inline .bootstrap-select .form-control {
    width: 100%
}

.bootstrap-select.disabled,.bootstrap-select>.disabled {
    cursor: not-allowed
}

.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus {
    outline: 0!important
}

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0!important;
    padding: 0!important
}

.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    padding-right: inherit
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0!important;
    float: left;
    opacity: 0!important;
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit
}

.bootstrap-select[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select .dropdown-menu>.inner:focus {
    outline: 0!important
}

.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap-select .dropdown-menu li {
    position: relative
}

.bootstrap-select .dropdown-menu li.active .small,.bootstrap-select .dropdown-menu li.active small {
    color: rgba(255,255,255,.5)!important
}

.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select .dropdown-menu li .small,.bootstrap-select .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    pointer-events: none;
    opacity: .9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
    -webkit-animation: .3s linear 750ms forwards bs-notify-fadeOut;
    animation: .3s linear 750ms forwards bs-notify-fadeOut
}

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: "\a0"
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select .bs-ok-default:after {
    content: "";
    display: block;
    width: .5em;
    height: 1em;
    border-style: solid;
    border-width: 0 .26em .26em 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204,204,204,.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204,204,204,.2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before {
    display: block
}

.bs-actionsbox,.bs-donebutton,.bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option--selectable {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    height: 1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 26px;
    margin-right: 20px;
    padding-right: 0
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: 700;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: #f1f1f1;
    color: #333;
    outline: 0
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--group {
    padding: 0
}

.select2-container--default .select2-results__option--disabled {
    color: #999
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #dee2e6;
    border-radius: .375rem;
    outline: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),to(#eee));
    background-image: linear-gradient(to bottom,#fff 50%,#eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 26px;
    margin-right: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #dee2e6;
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(#ccc));
    background-image: linear-gradient(to bottom,#eee 50%,#ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #dee2e6;
    border-radius: 0;
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(white),color-stop(50%,#eee));
    background-image: linear-gradient(to bottom,#fff 0,#eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(white));
    background-image: linear-gradient(to bottom,#eee 50%,#fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .375rem;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #dee2e6;
    border-radius: .375rem;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    padding: 0 4px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: 0
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #dee2e6;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
    padding: 0
}

.select2-container--classic .select2-results__option--disabled {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(../images/slick/ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: slick;
    src: url(../fonts/slick/slick-eot.eot);
    src: url(../fonts/slick/slick-eot.eot?#iefix) format("embedded-opentype"),url(../fonts/slick/slick-woff.woff) format("woff"),url(../fonts/slick/slick-ttf.ttf) format("truetype"),url(images/slick/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,.slick-prev {
    position: absolute;
    display: none !important;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    padding: 0;
    border: none;
    outline: 0
}

.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "\2190"
}

[dir=rtl] .slick-prev:before {
    content: "\2192"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "\2192"
}

[dir=rtl] .slick-next:before {
    content: "\2190"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    font-family: arial;
    font-size: 15px;
    line-height: 1em
}

.daterangepicker:after,.daterangepicker:before {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0,0,0,.2);
    content: ""
}

.daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc
}

.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent
}

.daterangepicker.opensleft:before {
    right: 9px
}

.daterangepicker.opensleft:after {
    right: 10px
}

.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto
}

.daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto
}

.daterangepicker.opensright:before {
    left: 9px
}

.daterangepicker.opensright:after {
    left: 10px
}

.daterangepicker.drop-up {
    margin-top: -7px
}

.daterangepicker.drop-up:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc
}

.daterangepicker.drop-up:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff
}

.daterangepicker.single .daterangepicker .ranges,.daterangepicker.single .drp-calendar {
    float: none
}

.daterangepicker.single .drp-selected {
    display: none
}

.daterangepicker.show-calendar .drp-calendar {
    display: block
}

.daterangepicker.show-calendar .drp-buttons {
    display: block
}

.daterangepicker.auto-apply .drp-buttons {
    display: none
}

.daterangepicker .drp-calendar {
    display: none;
    max-width: 270px
}

.daterangepicker .drp-calendar.left {
    padding: 8px 0 8px 8px
}

.daterangepicker .drp-calendar.right {
    padding: 8px
}

.daterangepicker .drp-calendar.single .calendar-table {
    border: none
}

.daterangepicker .calendar-table .next span,.daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid #000;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px
}

.daterangepicker .calendar-table .next span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.daterangepicker .calendar-table .prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.daterangepicker .calendar-table td,.daterangepicker .calendar-table th {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer
}

.daterangepicker .calendar-table {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff
}

.daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse
}

.daterangepicker td.available:hover,.daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit
}

.daterangepicker td.week,.daterangepicker th.week {
    font-size: 80%;
    color: #ccc
}

.daterangepicker td.off,.daterangepicker td.off.end-date,.daterangepicker td.off.in-range,.daterangepicker td.off.start-date {
    background-color: #fff;
    border-color: transparent;
    color: #999
}

.daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px
}

.daterangepicker td.active,.daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff
}

.daterangepicker th.month {
    width: auto
}

.daterangepicker option.disabled,.daterangepicker td.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through
}

.daterangepicker select.monthselect,.daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%
}

.daterangepicker select.yearselect {
    width: 40%
}

.daterangepicker select.ampmselect,.daterangepicker select.hourselect,.daterangepicker select.minuteselect,.daterangepicker select.secondselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 4px auto 0 auto;
    line-height: 30px;
    position: relative
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed
}

.daterangepicker .drp-buttons {
    clear: both;
    text-align: right;
    padding: 8px;
    border-top: 1px solid #ddd;
    display: none;
    line-height: 12px;
    vertical-align: middle
}

.daterangepicker .drp-selected {
    display: inline-block;
    font-size: 12px;
    padding-right: 8px
}

.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
    border-right: 1px solid #ddd
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
    border-left: 1px solid #ddd
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
    border-right: 1px solid #ddd
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
    border-left: 1px solid #ddd
}

.daterangepicker .ranges {
    float: none;
    text-align: left;
    margin: 0
}

.daterangepicker.show-calendar .ranges {
    margin-top: 8px
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

.daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer
}

.daterangepicker .ranges li:hover {
    background-color: #eee
}

.daterangepicker .ranges li.active {
    background-color: #08c;
    color: #fff
}

@media (min-width: 564px) {
    .daterangepicker {
        width:auto
    }

    .daterangepicker .ranges ul {
        width: 140px
    }

    .daterangepicker.single .ranges ul {
        width: 100%
    }

    .daterangepicker.single .drp-calendar.left {
        clear: none
    }

    .daterangepicker.single .drp-calendar,.daterangepicker.single .ranges {
        float: left
    }

    .daterangepicker {
        direction: ltr;
        text-align: left
    }

    .daterangepicker .drp-calendar.left {
        clear: left;
        margin-right: 0
    }

    .daterangepicker .drp-calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .daterangepicker .drp-calendar.right {
        margin-left: 0
    }

    .daterangepicker .drp-calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .daterangepicker .drp-calendar.left .calendar-table {
        padding-right: 8px
    }

    .daterangepicker .drp-calendar,.daterangepicker .ranges {
        float: left
    }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width:auto
    }

    .daterangepicker .ranges {
        float: left
    }

    .daterangepicker.rtl .ranges {
        float: right
    }

    .daterangepicker .drp-calendar.left {
        clear: none!important
    }
}

.mapboxgl-map {
    font: 12px/20px "Helvetica Neue",Arial,Helvetica,sans-serif;
    overflow: hidden;
    position: relative;
    -webkit-tap-highlight-color: transparent
}

.mapboxgl-canvas {
    position: absolute;
    left: 0;
    top: 0
}

.mapboxgl-map:-webkit-full-screen {
    width: 100%;
    height: 100%
}

.mapboxgl-canary {
    background-color: salmon
}

.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass {
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer {
    cursor: pointer
}

.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y
}

.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
    -ms-touch-action: none;
    touch-action: none
}

.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right {
    position: absolute;
    pointer-events: none;
    z-index: 2
}

.mapboxgl-ctrl-top-left {
    top: 0;
    left: 0
}

.mapboxgl-ctrl-top-right {
    top: 0;
    right: 0
}

.mapboxgl-ctrl-bottom-left {
    bottom: 0;
    left: 0
}

.mapboxgl-ctrl-bottom-right {
    right: 0;
    bottom: 0
}

.mapboxgl-ctrl {
    clear: both;
    pointer-events: auto;
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
    margin: 10px 0 0 10px;
    float: left
}

.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
    margin: 10px 10px 0 0;
    float: right
}

.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
    margin: 0 0 10px 10px;
    float: left
}

.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
    margin: 0 10px 10px 0;
    float: right
}

.mapboxgl-ctrl-group {
    border-radius: 4px;
    background: #fff
}

.mapboxgl-ctrl-group:not(:empty) {
    -webkit-box-shadow: 0 0 0 2px rgba(0,0,0,.1);
    box-shadow: 0 0 0 2px rgba(0,0,0,.1)
}

@media (-ms-high-contrast:active) {
    .mapboxgl-ctrl-group:not(:empty) {
        -webkit-box-shadow: 0 0 0 2px ButtonText;
        box-shadow: 0 0 0 2px ButtonText
    }
}

.mapboxgl-ctrl-group button {
    width: 29px;
    height: 29px;
    display: block;
    padding: 0;
    outline: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    cursor: pointer;
    overflow: hidden
}

.mapboxgl-ctrl-group button+button {
    border-top: 1px solid #ddd
}

.mapboxgl-ctrl button .mapboxgl-ctrl-icon {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center
}

@media (-ms-high-contrast:active) {
    .mapboxgl-ctrl-icon {
        background-color: transparent
    }

    .mapboxgl-ctrl-group button+button {
        border-top: 1px solid ButtonText
    }
}

.mapboxgl-ctrl-attrib-button:focus,.mapboxgl-ctrl-group button:focus {
    -webkit-box-shadow: 0 0 2px 2px #0096ff;
    box-shadow: 0 0 2px 2px #0096ff
}

.mapboxgl-ctrl button:disabled {
    cursor: not-allowed
}

.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon {
    opacity: .25
}

.mapboxgl-ctrl-group button:first-child {
    border-radius: 4px 4px 0 0
}

.mapboxgl-ctrl-group button:last-child {
    border-radius: 0 0 4px 4px
}

.mapboxgl-ctrl-group button:only-child {
    border-radius: inherit
}

.mapboxgl-ctrl button:not(:disabled):hover {
    background-color: rgba(0,0,0,.05)
}

.mapboxgl-ctrl-group button:focus:focus-visible {
    -webkit-box-shadow: 0 0 2px 2px #0096ff;
    box-shadow: 0 0 2px 2px #0096ff
}

.mapboxgl-ctrl-group button:focus:not(:focus-visible) {
    -webkit-box-shadow: none;
    box-shadow: none
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: svg-load("svg/mapboxgl-ctrl-zoom-out.svg", fill=#333)
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: svg-load("svg/mapboxgl-ctrl-zoom-in.svg", fill=#333)
}

@media (-ms-high-contrast:active) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
        background-image: svg-load("svg/mapboxgl-ctrl-zoom-out.svg", fill=#fff)
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
        background-image: svg-load("svg/mapboxgl-ctrl-zoom-in.svg", fill=#fff)
    }
}

@media (-ms-high-contrast:black-on-white) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
        background-image: svg-load("svg/mapboxgl-ctrl-zoom-out.svg", fill=#000)
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
        background-image: svg-load("svg/mapboxgl-ctrl-zoom-in.svg", fill=#000)
    }
}

.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: svg-load("svg/mapboxgl-ctrl-fullscreen.svg", fill=#333)
}

.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: svg-load("svg/mapboxgl-ctrl-shrink.svg")
}

@media (-ms-high-contrast:active) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
        background-image: svg-load("svg/mapboxgl-ctrl-fullscreen.svg", fill=#fff)
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
        background-image: svg-load("svg/mapboxgl-ctrl-shrink.svg", fill=#fff)
    }
}

@media (-ms-high-contrast:black-on-white) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
        background-image: svg-load("svg/mapboxgl-ctrl-fullscreen.svg", fill=#000)
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
        background-image: svg-load("svg/mapboxgl-ctrl-shrink.svg", fill=#000)
    }
}

.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: svg-load("svg/mapboxgl-ctrl-compass.svg", fill=#333)
}

@media (-ms-high-contrast:active) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
        background-image: svg-inline(ctrl-compass-white)
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon #south {
        fill: #999
    }
}

#dot {
    display: none
}

#dot {
    display: none
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: svg-inline(ctrl-geolocate-disabled)
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
    background-image: svg-inline(ctrl-geolocate-active)
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
    background-image: svg-inline(ctrl-geolocate-active-error)
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
    background-image: svg-inline(ctrl-geolocate-background)
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
    background-image: svg-inline(ctrl-geolocate-background-error)
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon {
    -webkit-animation: mapboxgl-spin 2s infinite linear;
    animation: mapboxgl-spin 2s infinite linear
}

@media (-ms-high-contrast:active) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
        background-image: svg-inline(ctrl-geolocate-white)
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
        background-image: svg-inline(ctrl-geolocate-disabled-white)
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
        background-image: svg-inline(ctrl-geolocate-active)
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
        background-image: svg-inline(ctrl-geolocate-active-error)
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
        background-image: svg-inline(ctrl-geolocate-background)
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
        background-image: svg-inline(ctrl-geolocate-background-error)
    }
}

@media (-ms-high-contrast:black-on-white) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
        background-image: svg-inline(ctrl-geolocate-black)
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
        background-image: svg-inline(ctrl-geolocate-disabled-black)
    }
}

@-webkit-keyframes mapboxgl-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes mapboxgl-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

a.mapboxgl-ctrl-logo {
    width: 88px;
    height: 23px;
    margin: 0 0 -4px -4px;
    display: block;
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: hidden;
    background-image: svg-load("svg/mapboxgl-ctrl-logo.svg")
}

a.mapboxgl-ctrl-logo.mapboxgl-compact {
    width: 23px
}

@media (-ms-high-contrast:active) {
    a.mapboxgl-ctrl-logo {
        background-color: transparent;
        background-image: svg-inline(ctrl-logo-white)
    }

    a.mapboxgl-ctrl-logo #fill {
        opacity: 1
    }
}

@svg-load ctrl-logo-black url("svg/mapboxgl-ctrl-logo.svg") {
    fill: #fff;
    stroke: #fff
}

a.mapboxgl-ctrl-logo #fill {
    opacity: 1;
    fill: #000
}

@media screen {
    .mapboxgl-ctrl-attrib.mapboxgl-compact {
        min-height: 20px;
        padding: 2px 24px 2px 0;
        margin: 10px;
        position: relative;
        background-color: #fff;
        border-radius: 12px
    }

    .mapboxgl-ctrl-attrib.mapboxgl-compact-show {
        padding: 2px 28px 2px 8px;
        visibility: visible
    }

    .mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show {
        padding: 2px 8px 2px 28px;
        border-radius: 12px
    }

    .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {
        display: none
    }

    .mapboxgl-ctrl-attrib-button {
        display: none;
        cursor: pointer;
        position: absolute;
        background-image: svg-load("svg/mapboxgl-ctrl-attrib.svg");
        background-color: rgba(255,255,255,.5);
        width: 24px;
        height: 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 12px;
        outline: 0;
        top: 0;
        right: 0;
        border: 0
    }

    .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button {
        left: 0
    }

    .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner {
        display: block
    }

    .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button {
        background-color: rgba(0,0,0,.05)
    }

    .mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact::after {
        bottom: 0;
        right: 0
    }

    .mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact::after {
        top: 0;
        right: 0
    }

    .mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact::after {
        top: 0;
        left: 0
    }

    .mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact::after {
        bottom: 0;
        left: 0
    }
}

@media screen and (-ms-high-contrast:active) {
    .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
        background-image: svg-load("svg/mapboxgl-ctrl-attrib.svg", fill=#fff)
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
        background-image: svg-load("svg/mapboxgl-ctrl-attrib.svg")
    }
}

.mapboxgl-ctrl-attrib a {
    color: rgba(0,0,0,.75);
    text-decoration: none
}

.mapboxgl-ctrl-attrib a:hover {
    color: inherit;
    text-decoration: underline
}

.mapboxgl-ctrl-attrib .mapbox-improve-map {
    font-weight: 700;
    margin-left: 2px
}

.mapboxgl-attrib-empty {
    display: none
}

.mapboxgl-ctrl-scale {
    background-color: rgba(255,255,255,.75);
    font-size: 10px;
    border-width: medium 2px 2px;
    border-style: none solid solid;
    border-color: #333;
    padding: 0 5px;
    color: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap
}

.mapboxgl-popup {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    will-change: transform;
    pointer-events: none
}

.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.mapboxgl-popup-anchor-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.mapboxgl-popup-anchor-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.mapboxgl-popup-tip {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    z-index: 1
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
    -ms-flex-item-align: center;
    align-self: center;
    border-top: none;
    border-bottom-color: #fff
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-top: none;
    border-left: none;
    border-bottom-color: #fff
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
    -ms-flex-item-align: end;
    align-self: flex-end;
    border-top: none;
    border-right: none;
    border-bottom-color: #fff
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
    -ms-flex-item-align: center;
    align-self: center;
    border-bottom: none;
    border-top-color: #fff
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-bottom: none;
    border-left: none;
    border-top-color: #fff
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
    -ms-flex-item-align: end;
    align-self: flex-end;
    border-bottom: none;
    border-right: none;
    border-top-color: #fff
}

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
    -ms-flex-item-align: center;
    align-self: center;
    border-left: none;
    border-right-color: #fff
}

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
    -ms-flex-item-align: center;
    align-self: center;
    border-right: none;
    border-left-color: #fff
}

.mapboxgl-popup-close-button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-radius: 0 3px 0 0;
    cursor: pointer;
    background-color: transparent
}

.mapboxgl-popup-close-button:hover {
    background-color: rgba(0,0,0,.05)
}

.mapboxgl-popup-content {
    position: relative;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    padding: 10px 10px 15px;
    pointer-events: auto
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
    border-top-left-radius: 0
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
    border-top-right-radius: 0
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
    border-bottom-left-radius: 0
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
    border-bottom-right-radius: 0
}

.mapboxgl-popup-track-pointer {
    display: none
}

.mapboxgl-popup-track-pointer * {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mapboxgl-map:hover .mapboxgl-popup-track-pointer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mapboxgl-map:active .mapboxgl-popup-track-pointer {
    display: none
}

.mapboxgl-marker {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
    opacity: 1;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.mapboxgl-user-location-dot {
    background-color: #1da1f2;
    width: 15px;
    height: 15px;
    border-radius: 50%
}

.mapboxgl-user-location-dot::before {
    background-color: #1da1f2;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    -webkit-animation: mapboxgl-user-location-dot-pulse 2s infinite;
    animation: mapboxgl-user-location-dot-pulse 2s infinite
}

.mapboxgl-user-location-dot::after {
    border-radius: 50%;
    border: 2px solid #fff;
    content: "";
    height: 19px;
    left: -2px;
    position: absolute;
    top: -2px;
    width: 19px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.35);
    box-shadow: 0 0 3px rgba(0,0,0,.35)
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading {
    width: 0;
    height: 0
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading::after,.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading::before {
    content: "";
    border-bottom: 7.5px solid #4aa1eb;
    position: absolute
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading::before {
    border-left: 7.5px solid transparent;
    -webkit-transform: translate(0,-28px) skewY(-20deg);
    transform: translate(0,-28px) skewY(-20deg)
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading::after {
    border-right: 7.5px solid transparent;
    -webkit-transform: translate(7.5px,-28px) skewY(20deg);
    transform: translate(7.5px,-28px) skewY(20deg)
}

@-webkit-keyframes mapboxgl-user-location-dot-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes mapboxgl-user-location-dot-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.mapboxgl-user-location-dot-stale {
    background-color: #aaa
}

.mapboxgl-user-location-dot-stale::after {
    display: none
}

.mapboxgl-user-location-accuracy-circle {
    background-color: rgba(29,161,242,.2);
    width: 1px;
    height: 1px;
    border-radius: 100%
}

.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active {
    cursor: crosshair
}

.mapboxgl-boxzoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #fff;
    border: 2px dotted #202020;
    opacity: .5
}

@media print {
    .mapbox-improve-map {
        display: none
    }
}

.mapboxgl-scroll-zoom-blocker,.mapboxgl-touch-pan-blocker {
    color: #fff;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .75s ease-in-out;
    transition: opacity .75s ease-in-out;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.mapboxgl-scroll-zoom-blocker-show,.mapboxgl-touch-pan-blocker-show {
    opacity: 1;
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out
}

.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page,.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page .mapboxgl-canvas {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y
}

input.parsley-success,select.parsley-success,textarea.parsley-success {
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6
}

input.parsley-error,select.parsley-error,textarea.parsley-error {
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid #eed3d7
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: .9em;
    line-height: .9em;
    opacity: 0;
    color: #b94a48;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in
}

.parsley-errors-list.filled {
    opacity: 1
}

@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") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper,swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide,swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height,-webkit-transform;
    transition-property: height,-webkit-transform;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    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,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.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 {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    -ms-scroll-snap-type: none;
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop:always}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    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 {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    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-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    position: relative;
    -ms-touch-action: none;
    background: var(--swiper-scrollbar-bg-color,rgba(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: var(--swiper-scrollbar-sides-offset,1%);
    bottom: var(--swiper-scrollbar-bottom,4px);
    top: var(--swiper-scrollbar-top,auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size,4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left,auto);
    right: var(--swiper-scrollbar-right,4px);
    top: var(--swiper-scrollbar-sides-offset,1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size,4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

:root {
    --background-color: #fff;
    --border-color: #ccc;
    --text-color: #555;
    --selected-text-color: rgb(56, 241, 164);
    --hover-background-color: #eee
}

.yearpicker-container {
    position: absolute;
    color: var(--text-color);
    width: 280px;
    border: 1px solid var(--border-color);
    border-radius: 3px;
    font-size: 1rem;
    -webkit-box-shadow: 1px 1px 8px 0 rgba(0,0,0,.2);
    box-shadow: 1px 1px 8px 0 rgba(0,0,0,.2);
    background-color: var(--background-color);
    z-index: 10;
    margin-top: .2rem
}

.yearpicker-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 2.5rem;
    border-bottom: 1px solid var(--border-color);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.yearpicker-next,.yearpicker-prev {
    cursor: pointer;
    font-size: 2rem
}

.yearpicker-next:hover,.yearpicker-prev:hover {
    color: var(--selected-text-color)
}

.yearpicker-year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: .5rem
}

.yearpicker-items {
    list-style: none;
    padding: 1rem .5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    width: 100%
}

.yearpicker-items:hover {
    background-color: var(--hover-background-color);
    color: var(--selected-text-color);
    cursor: pointer
}

.yearpicker-items.selected {
    color: var(--selected-text-color)
}

.hide {
    display: none
}

.yearpicker-items.disabled {
    pointer-events: none;
    color: #bbb
}

.splitting .char,.splitting .word {
    display: inline-block
}

.splitting .char {
    position: relative
}

.splitting .char::after,.splitting .char::before {
    content: attr(data-char);
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    -webkit-transition: inherit;
    transition: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splitting {
    --word-center: calc((var(--word-total) - 1) / 2);
    --char-center: calc((var(--char-total) - 1) / 2);
    --line-center: calc((var(--line-total) - 1) / 2)
}

.splitting .word {
    --word-percent: calc(var(--word-index) / var(--word-total));
    --line-percent: calc(var(--line-index) / var(--line-total))
}

.splitting .char {
    --char-percent: calc(var(--char-index) / var(--char-total));
    --char-offset: calc(var(--char-index) - var(--char-center));
    --distance: calc( (var(--char-offset) * var(--char-offset)) / var(--char-center) );
    --distance-sine: calc(var(--char-offset) / var(--char-center));
    --distance-percent: calc((var(--distance) / var(--char-center)))
}



[class*=" icon-"],[class^=icon-] {
    
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}


[class*=" icon-"],[class^=icon-] {
    
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-instagram:before {
    content: "\e900"
}

.icon-search:before {
    content: "\e901"
}

.icon-youtube:before {
    content: "\e903"
}

.icon-in:before {
    content: "\e904"
}

.icon-twitter:before {
    content: "\e905"
}

.icon-fb:before {
    content: "\e906"
}

.icon-play:before {
    content: "\e907"
}

.icon-calendar:before {
    content: "\e908"
}

.icon-arrow-right:before {
    content: "\e909"
}

.icon-arrow-left:before {
    content: "\e90a"
}

.icon-share:before {
    content: "\e90b"
}

.icon-screen:before {
    content: "\e90c"
}

.icon-close:before {
    content: "\e90d"
}

.icon-quote:before {
    content: "\e90e"
}

.icon-dots:before {
    content: "\e90f"
}

.icon-map:before {
    content: "\e910"
}

.icon-list:before {
    content: "\e911"
}

.icon-list-small:before {
    content: "\e912"
}

.icon-share-social:before {
    content: "\e913"
}

.icon-pin:before {
    content: "\e914"
}

.icon-shape:before {
    content: "\e915"
}

.icon-doc:before {
    content: "\e916"
}

.icon-envelope:before {
    content: "\e917"
}

.icon-minus:before {
    content: "\e918"
}

.icon-plus:before {
    content: "\e919"
}

.icon-check:before {
    content: "\e91a"
}

.icon-twitter_x:before {
    content: "\e91b"
}

[class*="--overlay-"] .\--has-overlay {
    position: relative
}

[class*="--overlay-"] .\--has-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

@media only screen and (min-width: 768px) {
    [class*="--overlay-"].overlay-apply-desktop .\--has-overlay:before {
        background-color:#000
    }
}

@media only screen and (max-width: 767px) {
    [class*="--overlay-"].overlay-apply-mobile .\--has-overlay:before {
        background-color:#000
    }
}

.\--overlay-1 .\--has-overlay:before {
    opacity: .1
}

.\--overlay-2 .\--has-overlay:before {
    opacity: .2
}

.\--overlay-3 .\--has-overlay:before {
    opacity: .3
}

.\--overlay-4 .\--has-overlay:before {
    opacity: .4
}

.\--overlay-5 .\--has-overlay:before {
    opacity: .5
}

.\--overlay-6 .\--has-overlay:before {
    opacity: .6
}

.\--overlay-7 .\--has-overlay:before {
    opacity: .7
}

.\--overlay-8 .\--has-overlay:before {
    opacity: .8
}

.\--overlay-9 .\--has-overlay:before {
    opacity: .9
}

b,strong {
    font-weight: 700
}

section {
    overflow: hidden
}

.\--dark-theme section:not(.accessibility,.show-modal) {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.cta-primary {
    display: inline-block;
    background-color: #00b2a9;
    border: 1px solid transparent;
  
    font-size: 1.6rem;
    text-transform: uppercase;
    text-align: center;
    border-radius: 10rem;
    padding: .4rem 3.7rem;
    line-height: 4rem;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

.en .cta-primary {
    letter-spacing: .14rem
}

.ru .cta-primary {

}

@media only screen and (min-width: 992px) {
    .cta-primary {
        min-width:19.3rem
    }
}

@media only screen and (max-width: 414px) {
    .cta-primary {
        padding:.4rem 2.7rem
    }
}

.cta-primary:hover {
    color: #00b2a9;
    background-color: #fff;
    border: 1px solid #00b2a9
}

.cta-primary.\--border-white {
    background-color: transparent;
    border-color: #fff;
  
}

.cta-primary.\--border-white:hover {
      color: #fff;
    background-color: #b59750;
    border: 1px solid #b59750;
}

.ru .cta-primary.\--border-white {
   
}

.cta-primary.\--border-black {
    font-size: 1.1rem;
    line-height: 3.4rem;
    padding: .1rem 1.5rem .3rem 2.1rem;
    min-width: 10.8rem;
    background-color: transparent;
    border-color: #000;
    color: #000;
  
}

.cta-primary.\--border-black:hover {
    color: #00b1b0;
    border: 1px solid #00b1b0
}

.ru .cta-primary.\--border-black {
   
}

.ar .cta-primary.\--border-black {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.cta-primary.\--border-black span {
    display: inline-block;
    vertical-align: middle
}

.cta-primary.\--border-black .icon-download,.cta-primary.\--border-black .icon-share-white {
    margin-left: .8rem
}

.ar .cta-primary {
    font-size: 1.5rem;
 
    padding-left: 5.7rem;
    padding-right: 5.7rem
}

.btn-blue {
   
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 4rem;
    border-radius: 10rem;
    border: 1px solid transparent;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #00b2a9;
    display: inline-block;
    text-decoration: none;
    padding: .4rem 3.7rem;
    cursor: pointer;
    -webkit-transition: all .5s cubic-bezier(.42,0,.58,1);
    transition: all .5s cubic-bezier(.42,0,.58,1)
}

.btn-blue:active,.btn-blue:hover {
    color: #00b2a9;
    background-color: #fff;
    border: 1px solid #00b2a9
}

@media only screen and (max-width: 414px) {
    .btn-blue {
        padding:.4rem 2.7rem
    }
}

.en .btn-blue {
    letter-spacing: .2rem
}

.ar .btn-blue {
    font-size: 1.5rem;

    padding-left: 5.7rem;
    padding-right: 5.7rem
}

.ru .btn-blue {
  
}

.btn-primary,.btn-secondary {
    border-radius: 5px;
    font-size: 1.1rem;
    padding: 1.2rem 2.2rem;
    width: 48%;
    text-align: center;
    line-height: 1.4;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .4s cubic-bezier(.42,0,.58,1);
    transition: all .4s cubic-bezier(.42,0,.58,1);
    overflow: hidden
}

@media only screen and (min-width: 768px) {
    .btn-primary,.btn-secondary {
        width:auto
    }
}

@media only screen and (min-width: 992px) {
    .btn-primary,.btn-secondary {
        padding:1.6rem 3.5rem;
        font-size: 1.4rem
    }
}

.btn-primary {
    color: #fff;
    border: 1px solid transparent;
    background-color: #00b2a9
}

.btn-primary:active {
    color: #fff
}

.btn-primary:hover {
    color: #00b2a9;
    background-color: #fff;
    border-color: #00b2a9
}

.btn-secondary {
    color: #00b2a9;
    background-color: #fff;
    border: 1px solid #00b2a9
}

.btn-secondary:active {
    color: #00b2a9
}

.btn-secondary:hover {
    color: #fff;
    background-color: #00b2a9;
    border-color: transparent
}

a {
    display: inline-block
}

.show-modal {
    position: relative;
    z-index: 10
}

.cta-v4 {
   
    font-size: 1.2rem;
    line-height: 1.4;
    border-radius: 3rem;
    border: 2px solid transparent;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #00b2a9;
    display: inline-block;
    text-decoration: none;
    padding: 1.5rem 4rem;
    cursor: pointer;
    -webkit-transition: all .5s cubic-bezier(.42,0,.58,1);
    transition: all .5s cubic-bezier(.42,0,.58,1)
}

.ru .cta-v4 {
  
}

.cta-v4:active,.cta-v4:hover {
    color: #00b2a9;
    background-color: #fff;
    border: 2px solid #00b2a9
}

.cta-v4.cta-4--ar {
    font-size: 1.3rem;
    line-height: 1.8rem
}

.cta-v4.cta-v4--banner {
    background: 0 0;
    border-color: #fff
}

.cta-v4.cta-v4--banner:active,.cta-v4.cta-v4--banner:hover {
    color: #fff;
    background-color: rgba(0,178,169,.5);
    border-color: rgba(0,178,169,.5)
}

@media only screen and (min-width: 992px) {
    .cta-v4 {
        font-size:1rem;
        padding: 1.6rem 4rem
    }
}

@media only screen and (min-width: 1600px) {
    .cta-v4 {
        font-size:1.2rem;
        padding: 1.5rem 4rem
    }

    .cta-v4.cta-4--ar {
        font-size: 1.4rem
    }
}

.cta-v3 {

    font-size: 1.2rem;
    line-height: 1.4;
    border-radius: 3rem;
    border: 2px solid transparent;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #00b2a9;
    display: inline-block;
    text-decoration: none;
    padding: 1.5rem 4rem;
    cursor: pointer;
    -webkit-transition: all .5s cubic-bezier(.42,0,.58,1);
    transition: all .5s cubic-bezier(.42,0,.58,1)
}

.cta-v3:active,.cta-v3:hover {
    color: #00b2a9;
    background-color: #fff;
    border: 2px solid #00b2a9
}

.ru .cta-v3 {
   
}

.cta-v3.cta-3--ar {
    font-size: 1.3rem;
    line-height: 1.8rem
}

@media only screen and (min-width: 992px) {
    .cta-v3 {
        font-size:1rem;
        padding: 1.6rem 4rem
    }
}

@media only screen and (min-width: 1600px) {
    .cta-v3 {
        font-size:1.2rem;
        padding: 1.5rem 4rem
    }

    .cta-v3.cta-4--ar {
        font-size: 1.4rem
    }
}

.cta-v2 {
  
    font-size: 1.5rem;
    line-height: 1.4;
    border-radius: 3rem;
    border: 2px solid transparent;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #00b2a9;
    display: inline-block;
    text-decoration: none;
    padding: 1.3rem 4rem;
    cursor: pointer;
    -webkit-transition: all .5s cubic-bezier(.42,0,.58,1);
    transition: all .5s cubic-bezier(.42,0,.58,1)
}

.cta-v2:active,.cta-v2:hover {
    color: #00b2a9;
    background-color: #fff;
    border: 2px solid #00b2a9
}

.ru .cta-v2 {

}

@media only screen and (min-width: 992px) {
    .cta-v2 {
        font-size:1.4rem
    }
}

@media only screen and (min-width: 1600px) {
    .cta-v2 {
        font-size:1.5rem
    }

    .cta-v2.cta-4--ar {
        font-size: 1.4rem
    }
}

.cta-v1 {
   
    font-size: 1.5rem;
    line-height: 1.4;
    border-radius: 3rem;
    border: 2px solid transparent;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #00b2a9;
    display: inline-block;
    text-decoration: none;
    padding: 1.3rem 4rem;
    cursor: pointer;
    -webkit-transition: all .5s cubic-bezier(.42,0,.58,1);
    transition: all .5s cubic-bezier(.42,0,.58,1)
}

@media only screen and (min-width: 992px) {
    .cta-v1 {
        font-size:2.2rem;
        padding: .8rem 4rem
    }
}

.cta-v1:active,.cta-v1:hover {
    color: #00b2a9;
    background-color: #fff;
    border: 2px solid #00b2a9
}

.ru .cta-v1 {
   
}

.icon-minus,.icon-plus {
    color: #000
}

.icon-minus:hover,.icon-plus:hover {
    color: #00b2a9
}

.btn-play {
    display: block;
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    width: 6.1rem;
    height: 6.1rem;
    cursor: pointer
}

.btn-play .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #00b1b0;
    font-size: 1.6rem;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 1.4rem
}

.btn-play:hover {
    background-color: #00b1b0!important
}

.btn-play:hover .icon-play {
    color: #fff!important
}

@media only screen and (min-width: 992px) {
    .btn-play-video {
        padding:1.5rem 4rem
    }
}

.btn-play-video .icon-play {
    margin-right: 1.3rem;
    font-size: 1.4rem
}

.btn-calendar .icon-calendar {
    margin-right: 1rem
}

input {
    outline: 0
}

.text-rotate {
    position: absolute;
    left: 5rem;
    bottom: 8.6rem;
    height: 100%;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2rem;
    line-height: 4rem;
    text-transform: uppercase;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg)
}

.en .text-rotate {
    letter-spacing: .012rem
}

@media only screen and (max-width: 1279px) {
    .text-rotate {
        left:1.5rem
    }
}

@media only screen and (max-width: 767px) {
    .text-rotate {
        display:none
    }
}

.text-rotate p {
    margin: 0
}

.ar .text-rotate p {
    letter-spacing: 0
}

.text-rotate span {
    position: relative;
    width: 1px;
    height: 12.7rem;
    margin-bottom: 1.4rem;
    margin-top: 1.4rem;
    display: block;
    background-color: #000
}

.\--underline {
    position: relative;
    padding-bottom: 4.5rem
}

.\--underline:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 17.5rem;
    height: 1px;
    background-color: #fdb913
}

.animation-on .\--underline:after {
    -webkit-transform: scale(1,0);
    transform: scale(1,0)
}

.animation-loaded .\--underline:after {
    -webkit-animation: flyText .8s ease-out forwards;
    animation: flyText .8s ease-out forwards;
    -webkit-animation-delay: calc(var(--line-total) * .2s + .4s);
    animation-delay: calc(var(--line-total) * .2s + .4s)
}

.paragraph-line {
    position: relative;
    padding-top: 5rem
}

@media only screen and (min-width: 768px) {
    .paragraph-line {
        padding-top:5.5rem
    }
}

.paragraph-line:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 9rem;
    height: .2rem;
    background-color: #ffc72c
}

.ar .slick-slide {
    float: left
}

.ar .slick-navigation .slick-arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.ar body {
    direction: ltr
}

.slick-dots {
    width: auto;
    bottom: 0;
    position: relative;
    font-size: 0
}

.slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 7.5px;
    background-color: #9fb0b0;
    opacity: .4;
    border-radius: 50%
}

.slick-dots li.slick-active {
    opacity: 1
}

.slick-dots li button {
    width: 10px;
    height: 10px
}

.slick-next,.slick-prev {
    z-index: 1
}

.slick-prev {
    left: 0
}

.slick-next {
    right: 0
}

.slick-navigation,.slick-paging {
    color: #fff
}

.slick-paging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 2.9rem;
    bottom: 3.3rem
}

.ar .slick-paging {
  
}

.white-line-nav {
    display: inline-block;
    background-color: #fff;
    height: 1px;
    width: 7.8rem;
    margin: 0 1.5rem
}

.slick-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 1.9rem;
    bottom: 2.1rem
}

.slick-navigation .slick-next,.slick-navigation .slick-prev {
    position: static;
    -webkit-transform: none;
    transform: none;
    border-radius: 50%;
    background-color: #00b1b0;
    width: 4.7rem;
    height: 4.7rem;
    margin: .2rem
}

@media only screen and (min-width: 992px) {
    .slick-navigation .slick-next,.slick-navigation .slick-prev {
        width:5rem;
        height: 5rem
    }
}

.slick-navigation .slick-next:before,.slick-navigation .slick-prev:before {
    
    font-size: 1rem
}

.slick-navigation .slick-next:before {
    content: "\e909"
}

.slick-navigation .slick-prev:before {
    content: "\e90a"
}

.swiper {
    cursor: -webkit-grab;
    cursor: grab
}

.swiper-scrollbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1px!important;
    background-color: #126573!important;
    left: auto!important
}

.swiper-scrollbar .swiper-scrollbar-drag {
    height: 3px;
    background-color: #00b1b0
}

.swiper-scrollbar .swiper-scrollbar-drag:hover {
    height: 5px;
    cursor: -webkit-grab;
    cursor: grab
}

.heading {
    font-weight: 400;
    font-size: 6.6rem;
    line-height: 7.3rem;
    position: relative;
    margin-bottom: 10rem
}

@media only screen and (max-width: 767px) {
    .heading {
        font-weight:400;
        font-size: 2.6rem;
        line-height: 3.1rem;
        margin-bottom: 5.4rem
    }
}

.heading:after {
    content: "";
    border-bottom: .3rem solid #fdb913;
    position: absolute;
    left: 0;
    bottom: -4rem;
    width: 17.8rem
}

@media only screen and (max-width: 767px) {
    .heading:after {
        bottom:-2rem;
        border-width: .2rem;
        width: 8.2rem
    }
}

@media only screen and (min-width: 768px) {
    .ar .heading {
        font-size:4.5rem;
        line-height: 5.5rem
    }
}

.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}

.video.\--has-thumbnail {
    padding-top: 0
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.\--has-thumbnail .video__inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.video__control {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.video__control .next,.video__control .prev {
    position: absolute;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center
}

.video__control .next span,.video__control .prev span {
    line-height: 3rem
}

.video__control .prev {
    left: 1.5rem
}

@media only screen and (min-width: 992px) {
    .video__control .prev {
        left:3rem
    }
}

.video__control .next {
    right: 1.5rem
}

@media only screen and (min-width: 992px) {
    .video__control .next {
        right:3rem
    }
}

.video__thumbnail {
    z-index: 2
}

.video__thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.video__btn-play {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.video__btn-play .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #00b1b0
}

.video__btn-play .icon-play:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 5rem;
    height: 5rem;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1
}

@media only screen and (min-width: 768px) {
    .video__btn-play .icon-play:after {
        width:8.3rem;
        height: 8.3rem
    }
}

.font-size-14 {
    font-size: 1.4rem!important;
    line-height: 1.2!important
}

.font-size-16 {
    font-size: 1.6rem!important;
    line-height: 1.2!important
}

.font-size-35 {
    font-size: 3.5rem!important;
    line-height: 1.2!important
}

.font-size-40 {
    font-size: 4rem!important;
    line-height: 1.2!important
}

.font-size-120,.font-size-150,.font-size-180,.font-size-215,.font-size-240,.font-size-288,.font-size-45,.font-size-52,.font-size-60,.font-size-62,.font-size-72,.font-size-90 {
    font-size: 4.2rem!important;
    line-height: 1.2!important
}

@media only screen and (min-width: 992px) {
    .font-size-45 {
        font-size:4.5rem!important
    }

    .font-size-52 {
        font-size: 5.2rem!important
    }

    .font-size-60 {
        font-size: 6rem!important
    }

    .font-size-62 {
        font-size: 6.2rem!important
    }

    .font-size-72 {
        font-size: 7.2rem!important
    }

    .font-size-90 {
        font-size: 9rem!important
    }

    .font-size-120 {
        font-size: 12rem!important
    }

    .font-size-150 {
        font-size: 15rem!important
    }

    .font-size-180 {
        font-size: 18rem!important
    }

    .font-size-215 {
        font-size: 16.7969vw!important
    }

    .font-size-240 {
        font-size: 18.75vw!important
    }

    .font-size-288 {
        font-size: 22.5vw!important
    }
}

.font-thin {

}

@media only screen and (min-width: 992px) {
    .font-thin {
  
    }
}

.ar .font-thin {
  
}

@media only screen and (min-width: 992px) {
    .ar .font-thin {
       
    }
}

.ru .font-thin {
    
}

@media only screen and (min-width: 992px) {
    .ru .font-thin {
      
    }
}

.font-medium {
    
}

.ar .font-medium {
    
}

.ru .font-medium {
    
}

.font-regular {
    
}

.ar .font-regular {
    
}

.ru .font-regular {
  
}

.font-bold {
    
}

.ar .font-bold {
  
}

.ru .font-bold {
    
}

.font-interstate {
   
    display: inline-block
}

/*
.loading-block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: #fff
}

.loading-block__loader {
    position: absolute;
    left: 50%;
    top: 50%;
    border-width: .7rem;
    border-style: solid;
    border-color: #ad9331;
    border-top-color: transparent;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    margin: -2.5rem 0 0 -2.5rem;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

.loading-block--small {
    background-color: transparent
}

.loading-block--small .loading-block__loader {
    width: 1.5rem;
    height: 1.5rem;
    margin: .75rem 0 0 -.75rem;
    border-width: .2rem
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
*/
.loading-block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
	 /*background-image:url('rhombusforL.png');
	
  Set the position of the background image 
  background-position: center;
  background-repeat: no-repeat;*/
}

.loading-block__loader {
       /* border-width: .7rem;
    border-style: solid;
    border-color: #ad9331;
border-top-color: transparent;
    border-radius: 1%;
    width: 5rem;
    height: 5rem;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;*/
	
}
/*
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    100% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    100% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }
}*/
@media only screen and (min-width: 992px) {
    .custom-scroll-y ::-webkit-scrollbar {
        width:.5rem
    }

    .custom-scroll-y ::-webkit-scrollbar-thumb {
        background: #c3c4c5;
        border-radius: .5rem
    }
}

@media only screen and (min-width: 992px) {
    .custom-scroll-x ::-webkit-scrollbar {
        height:.8rem
    }

    .custom-scroll-x ::-webkit-scrollbar-thumb {
        background: #c3c4c5;
        border-radius: .5rem
    }
}

.scChromeToolbar {
    left: 0!important
}

.dragging {
    cursor: pointer;
    cursor: -webkit-grab;
    cursor: grab
}

.custom-dropdown .select2-container .select2-selection {
    padding: 1rem 0;
    color: #535556;
    height: auto;
    opacity: .8;
    border: none;
    border-bottom: .1rem solid #818789;
    border-radius: 0;
    background: 0 0
}

.custom-dropdown .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 1.8rem;
    padding-right: 3.5rem;
    padding-left: 0;
    color: #535556;
    min-height: 2.8rem;
    opacity: .8
}

.custom-dropdown .select2-container .select2-selection--single .select2-selection__arrow {
    background-color: #808991;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.custom-dropdown .select2-container .select2-selection--single .select2-selection__arrow b {
    border-top: 0;
    border-right: 1.5px;
    border-bottom: 1.5px;
    border-left: 0;
    border-style: solid;
    border-color: #fff;
    width: 4px;
    height: 4px;
    margin-left: 0;
    margin-top: 0;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg)
}

.custom-dropdown .select2-container--open .select2-selection--single .select2-selection__arrow {
    background-color: #000
}

.custom-dropdown .select2-container--open .select2-selection--single .select2-selection__arrow b {
    -webkit-transform: translate(-50%,-50%) rotate(-135deg);
    transform: translate(-50%,-50%) rotate(-135deg)
}

.select2-container--default .select2-dropdown {
    border-color: #818789
}

.select2-container--default .select2-results .select2-results__option.select2-results__option--selectable {
    background-color: unset;
    color: unset
}

.select2-container--default .select2-results .select2-results__option.select2-results__option--selectable:hover {
    background-color: #00a49c;
    color: #fff
}

.\--dark-theme .select2-container {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.ar .select2-container .select2-results__option--selectable {
  
}

.select2-container .text-uppercase .select2-results__option {
    text-transform: uppercase
}

.external-frame {
    width: 100%;
    border: none;
    min-height: 100rem
}

.ar .phone-number {
    direction: rtl!important
}

@-webkit-keyframes rotateRightToLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    25% {
        opacity: .5
    }

    60% {
        opacity: 1;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    100% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@keyframes rotateRightToLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    25% {
        opacity: .5
    }

    60% {
        opacity: 1;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    100% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-webkit-keyframes textFade {
    0% {
        -webkit-transform: translate(-20px,0);
        transform: translate(-20px,0)
    }

    50% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
        opacity: .2
    }

    70% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@keyframes textFade {
    0% {
        -webkit-transform: translate(-20px,0);
        transform: translate(-20px,0)
    }

    50% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
        opacity: .2
    }

    70% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes borderFade {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1
    }
}

@keyframes borderFade {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1
    }
}

@-webkit-keyframes flyText {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,65px,0);
        transform: translate3d(0,65px,0)
    }

    25% {
        opacity: 0;
        -webkit-transform: translate3d(0,50px,0);
        transform: translate3d(0,50px,0)
    }

    50% {
        opacity: .2;
        -webkit-transform: translate3d(0,45px,0);
        transform: translate3d(0,45px,0)
    }

    50% {
        opacity: .4;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes flyText {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,65px,0);
        transform: translate3d(0,65px,0)
    }

    25% {
        opacity: 0;
        -webkit-transform: translate3d(0,50px,0);
        transform: translate3d(0,50px,0)
    }

    50% {
        opacity: .2;
        -webkit-transform: translate3d(0,45px,0);
        transform: translate3d(0,45px,0)
    }

    50% {
        opacity: .4;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes flyTextToBottom {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-65px,0);
        transform: translate3d(0,-65px,0)
    }

    25% {
        opacity: 0;
        -webkit-transform: translate3d(0,-50px,0);
        transform: translate3d(0,-50px,0)
    }

    50% {
        opacity: .2;
        -webkit-transform: translate3d(0,-45px,0);
        transform: translate3d(0,-45px,0)
    }

    50% {
        opacity: .4;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes flyTextToBottom {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-65px,0);
        transform: translate3d(0,-65px,0)
    }

    25% {
        opacity: 0;
        -webkit-transform: translate3d(0,-50px,0);
        transform: translate3d(0,-50px,0)
    }

    50% {
        opacity: .2;
        -webkit-transform: translate3d(0,-45px,0);
        transform: translate3d(0,-45px,0)
    }

    50% {
        opacity: .4;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0) rotate(180deg);
        transform: translateY(0) rotate(180deg)
    }

    25% {
        -webkit-transform: translateY(-10px) rotate(180deg);
        transform: translateY(-10px) rotate(180deg)
    }

    50% {
        -webkit-transform: translateY(-20px) rotate(180deg);
        transform: translateY(-20px) rotate(180deg)
    }

    75% {
        -webkit-transform: translateY(-10px) rotate(180deg);
        transform: translateY(-10px) rotate(180deg)
    }

    100% {
        -webkit-transform: translateY(0) rotate(180deg);
        transform: translateY(0) rotate(180deg)
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(0) rotate(180deg);
        transform: translateY(0) rotate(180deg)
    }

    25% {
        -webkit-transform: translateY(-10px) rotate(180deg);
        transform: translateY(-10px) rotate(180deg)
    }

    50% {
        -webkit-transform: translateY(-20px) rotate(180deg);
        transform: translateY(-20px) rotate(180deg)
    }

    75% {
        -webkit-transform: translateY(-10px) rotate(180deg);
        transform: translateY(-10px) rotate(180deg)
    }

    100% {
        -webkit-transform: translateY(0) rotate(180deg);
        transform: translateY(0) rotate(180deg)
    }
}

.txt-right {
    text-align: right!important
}

.txt-left {
    text-align: left!important
}

.txt-center {
    text-align: center!important
}

.txt-rtl {
    direction: rtl!important
}

.txt-ltr {
    direction: ltr!important
}

.cta-primary-arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 1.4rem;
    position: relative
}

.cta-primary-arrow .cta-primary {
    font-size: 1.4rem;
    line-height: 1.4rem;
    min-width: 14rem;
    padding: 1.5rem 2.7rem;
    -webkit-transform: translateX(-4.6rem);
    transform: translateX(-4.6rem);
    z-index: 2;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}

@media only screen and (min-width: 768px) {
    .cta-primary-arrow .cta-primary {
        min-width:16rem;
        padding: 1rem 2.7rem;
        -webkit-transform: translateX(-5.9rem);
        transform: translateX(-5.9rem);
        line-height: 3.8rem
    }
}

.en .cta-primary-arrow .cta-primary {
    letter-spacing: .1rem
}

.ar .cta-primary-arrow .cta-primary {
    font-weight: 500
}

.cta-primary-arrow .cta-primary:hover {
    color: #fff;
    background-color: #00b2a9;
    border: 1px solid transparent
}

.cta-primary-arrow .icon-arrow-MR {
    display: inline-block;
    position: relative;
    background-color: #00b2a9;
    border-radius: 50%;
    width: 4.6rem;
    height: 4.6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    pointer-events: none;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}

@media only screen and (min-width: 768px) {
    .cta-primary-arrow .icon-arrow-MR {
        width:5.9rem;
        height: 5.9rem
    }
}

.cta-primary-arrow .icon-arrow-MR::before {
    content: "";
    display: block;
    width: 1.8rem;
    height: 1.6rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='18' viewBox='0 0 20 18' fill='none'%3E%3Cpath d='M11.0001 1.99976L18.0001 8.99976L11.0001 15.9998' stroke='rgb(255%2C255%2C255)' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square'/%3E%3Cpath d='M17.0001 8.99976L1.00009 8.99976' stroke='rgb(255%2C255%2C255)' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square'/%3E%3C/svg%3E");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.ar .cta-primary-arrow .icon-arrow-MR::before {
    -webkit-transform: translate(-50%,-50%) rotate(180deg);
    transform: translate(-50%,-50%) rotate(180deg)
}

.cta-primary-arrow .icon-arrow-MR.first {
    -webkit-transform: scale(0,0);
    transform: scale(0,0)
}

.cta-primary-arrow .icon-arrow-MR.last {
    position: absolute;
    right: 0;
    top: 0
}

.cta-primary-arrow:hover .cta-primary {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.cta-primary-arrow:hover .first {
    -webkit-transform: scale(1,1);
    transform: scale(1,1)
}

.cta-primary-arrow:hover .last {
    -webkit-transform: scale(0,0);
    transform: scale(0,0)
}

.cta-primary-arrow.--light .cta-primary {
    background-color: transparent;
    border-color: #fff;

}

.ru .cta-primary-arrow.--light .cta-primary {
 
}

.cta-primary-arrow.--light .icon-arrow-MR {
    background-color: transparent;
    border: 1px solid #fff
}

.icon-download {
    display: inline-block;
    width: 1.6rem;
    height: 1.4rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuMzY3NTMgMC4wMjQzNjk0TDcuNDA1MzcgMTAuNzkyMiIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTMuNjg5ODUgOC4yNzEwN0w3LjQwNTQ3IDEwLjk2NjNMMTEuMTIxMSA4LjI3MTA3IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8cGF0aCBkPSJNMS4wMDAwNSAxNC45OTgxTDE0LjIxNzQgMTUuMTU5NCIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9zdmc+Cg==)
}

.icon-share-white {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjgzMTIxIDQuNDM1NDVDNi44NjgwOCA0LjM3MjI1IDUuMTE4NzIgNC45MTEyMiAzLjYxNTg0IDYuMTYxMzNDMi4xMTY2MyA3LjQwODM2IDEuMjQxNDUgOS4wMDk5NSAwLjk2NjI3OCAxMC45Mzg3QzIuOTMzODEgOC4zMjQxOCA1LjUzNjMzIDcuMDIwNjIgOC44Mjk4IDcuMDY1NzNWOS42NjAyQzEwLjQzMzkgOC4zNDgxIDEyLjAxMjcgNy4wNTY3NSAxMy42MDY0IDUuNzUzMTNDMTIuMDEzMyA0LjQ1MzgzIDEwLjQzMzkgMy4xNjU3MyA4LjgzMTIxIDEuODU4NTlWNC40MzU0NVpNMCAxMS41MDY4QzAuMDI4NTQ1MiAxMS4yNzAxIDAuMDU0MjQxNyAxMS4wMzMgMC4wODYxMDU1IDEwLjc5NjdDMC4yODkwOTMgOS4yOTExMSAwLjg2NDc1NSA3Ljk0MTQzIDEuODA5MTggNi43NTU4N0MzLjA1MTA1IDUuMTk2OTMgNC42NDM3IDQuMTgxNzcgNi41OTExMiAzLjc0NzI3QzcuMDA3OTYgMy42NTQyOCA3LjQzODU4IDMuNjIzMSA3Ljg2MjgyIDMuNTYzMjVDNy44ODYzNyAzLjU1OTkzIDcuOTA5NjMgMy41NTQ3NyA3Ljk0MzgyIDMuNTQ4NTFWMEg3Ljk3MzEyQzguMjQ1NTEgMC4yMjc5OTQgOC41MTU0NSAwLjQ1ODk1MyA4Ljc5MDYzIDAuNjgzNTEzQzEwLjgxOSAyLjMzODU5IDEyLjg0ODQgMy45OTIzOCAxNC44NzcyIDUuNjQ2ODRDMTQuOTE0NCA1LjY3NzEzIDE0Ljk0OSA1LjcxMDYgMTUgNS43NTYyMUMxMi42NTIgNy42NzY4OSAxMC4zMTE4IDkuNTkxMTQgNy45NDYzNyAxMS41MjZWNy45NTc4NEM3LjYxNzkgNy45OTkzMiA3LjMwMjc1IDguMDIwMDcgNi45OTU1MSA4LjA4MDkyQzQuNDcxNzMgOC41ODA2OCAyLjU0NTc1IDkuOTM0NzMgMS4yODA0OCAxMi4xODE1QzAuOTI1NTE2IDEyLjgxMTggMC42NzgxODMgMTMuNTAzIDAuMzgzMTI4IDE0LjE2N0MwLjI4MDE2NiAxNC4zOTg3IDAuMTgzMjgyIDE0LjYzMzIgMC4wODA5OTU1IDE0Ljg2NTJDMC4wNjAwMjcxIDE0LjkxMjggMC4wMjczMTE4IDE0Ljk1NTIgMCAxNUMwIDEzLjgzNTYgMCAxMi42NzEyIDAgMTEuNTA2OFoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=)
}

.icon-arr {
    display: inline-block;
    width: 1.2rem;
    height: .8rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='18' viewBox='0 0 20 18' fill='none'%3E%3Cpath d='M11.0001 1.99976L18.0001 8.99976L11.0001 15.9998' stroke='rgb(255%2C255%2C255)' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square'/%3E%3Cpath d='M17.0001 8.99976L1.00009 8.99976' stroke='rgb(255%2C255%2C255)' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square'/%3E%3C/svg%3E");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: .5rem
}

.ar .icon-arr {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media only screen and (min-width: 992px) {
    .\--hidden-desk {
        display:none!important
    }
}

@media only screen and (max-width: 991px) {
    .\--hidden-mobile {
        display:none!important
    }
}

[class*=" icon-"],[class^=icon-] {
   
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.padding-left-container {
    padding-left: 22px
}

@media only screen and (min-width: 576px) {
    .padding-left-container {
        padding-left:calc((100% - 520px + 44px)/ 2)
    }
}

@media only screen and (min-width: 768px) {
    .padding-left-container {
        padding-left:calc((100% - 720px + 44px)/ 2)
    }
}

@media only screen and (min-width: 992px) {
    .padding-left-container {
        padding-left:calc((100% - 940px + 44px)/ 2)
    }
}

@media only screen and (min-width: 1280px) {
    .padding-left-container {
        padding-left:calc((100% - 1140px + 44px)/ 2)
    }
}

@media only screen and (min-width: 1600px) {
    .padding-left-container {
        padding-left:calc((100% - 1380px + 44px)/ 2)
    }
}

.padding-right-container {
    padding-right: 22px
}

@media only screen and (min-width: 576px) {
    .padding-right-container {
        padding-right:calc((100% - 520px + 44px)/ 2)
    }
}

@media only screen and (min-width: 768px) {
    .padding-right-container {
        padding-right:calc((100% - 720px + 44px)/ 2)
    }
}

@media only screen and (min-width: 992px) {
    .padding-right-container {
        padding-right:calc((100% - 940px + 44px)/ 2)
    }
}

@media only screen and (min-width: 1280px) {
    .padding-right-container {
        padding-right:calc((100% - 1140px + 44px)/ 2)
    }
}

@media only screen and (min-width: 1600px) {
    .padding-right-container {
        padding-right:calc((100% - 1380px + 44px)/ 2)
    }
}

.position-left-container {
    left: 22px
}

@media only screen and (min-width: 576px) {
    .position-left-container {
        left:calc((100% - 520px + 44px)/ 2)
    }
}

@media only screen and (min-width: 768px) {
    .position-left-container {
        left:calc((100% - 720px + 44px)/ 2)
    }
}

@media only screen and (min-width: 992px) {
    .position-left-container {
        left:calc((100% - 940px + 44px)/ 2)
    }
}

@media only screen and (min-width: 1280px) {
    .position-left-container {
        left:calc((100% - 1140px + 44px)/ 2)
    }
}

@media only screen and (min-width: 1600px) {
    .position-left-container {
        left:calc((100% - 1380px + 44px)/ 2)
    }
}

.position-container {
    position: absolute;
    left: 22px;
    right: 22px
}

@media only screen and (min-width: 576px) {
    .position-container {
        left:calc((100% - 520px + 44px)/ 2);
        width: 476px;
        right: auto
    }
}

@media only screen and (min-width: 768px) {
    .position-container {
        left:calc((100% - 720px + 44px)/ 2);
        width: 676px
    }
}

@media only screen and (min-width: 992px) {
    .position-container {
        left:calc((100% - 940px + 44px)/ 2);
        width: 896px
    }
}

@media only screen and (min-width: 1280px) {
    .position-container {
        left:calc((100% - 1140px + 44px)/ 2);
        width: 1096px
    }
}

@media only screen and (min-width: 1600px) {
    .position-container {
        left:calc((100% - 1380px + 44px)/ 2);
        width: 1336px
    }
}

.\--full-width .desc-type-image__middle-left,.swiper-scrollbar,.width-container {
    max-width: calc(100vw - 44px)
}

@media only screen and (min-width: 576px) {
    .\--full-width .desc-type-image__middle-left,.swiper-scrollbar,.width-container {
        max-width:476px
    }
}

@media only screen and (min-width: 768px) {
    .\--full-width .desc-type-image__middle-left,.swiper-scrollbar,.width-container {
        max-width:676px
    }
}

@media only screen and (min-width: 992px) {
    .\--full-width .desc-type-image__middle-left,.swiper-scrollbar,.width-container {
        max-width:896px
    }
}

@media only screen and (min-width: 1280px) {
    .\--full-width .desc-type-image__middle-left,.swiper-scrollbar,.width-container {
        max-width:1096px
    }
}

@media only screen and (min-width: 1600px) {
    .\--full-width .desc-type-image__middle-left,.swiper-scrollbar,.width-container {
        max-width:1336px
    }
}

.board-director.slider-broad .list-board .row .list-board__item:last-child,.cards-icons__item:last-child:last-child,.col3-text .row .col3-text__item:last-child,.content-tile__item:last-child,.horizontal-card__item:last-child,.list-post .row .post-item.col-4:last-child,.list-post .row .post-item:last-child,.margin-right-last-item,.partners__item:last-child,.podcast-list-cmp .podcast__item:last-child,.slider .list .row .list__item:last-child,.trend-list__item:last-child {
    margin-right: 22px
}

@media only screen and (min-width: 576px) {
    .board-director.slider-broad .list-board .row .list-board__item:last-child,.cards-icons__item:last-child:last-child,.col3-text .row .col3-text__item:last-child,.content-tile__item:last-child,.horizontal-card__item:last-child,.list-post .row .post-item.col-4:last-child,.list-post .row .post-item:last-child,.margin-right-last-item,.partners__item:last-child,.podcast-list-cmp .podcast__item:last-child,.slider .list .row .list__item:last-child,.trend-list__item:last-child {
        margin-right:calc((min(160rem,100vw) - 520px + 44px)/ 2)
    }
}

@media only screen and (min-width: 768px) {
    .board-director.slider-broad .list-board .row .list-board__item:last-child,.cards-icons__item:last-child:last-child,.col3-text .row .col3-text__item:last-child,.content-tile__item:last-child,.horizontal-card__item:last-child,.list-post .row .post-item.col-4:last-child,.list-post .row .post-item:last-child,.margin-right-last-item,.partners__item:last-child,.podcast-list-cmp .podcast__item:last-child,.slider .list .row .list__item:last-child,.trend-list__item:last-child {
        margin-right:calc((min(160rem,100vw) - 720px + 44px)/ 2)
    }
}

@media only screen and (min-width: 992px) {
    .board-director.slider-broad .list-board .row .list-board__item:last-child,.cards-icons__item:last-child:last-child,.col3-text .row .col3-text__item:last-child,.content-tile__item:last-child,.horizontal-card__item:last-child,.list-post .row .post-item.col-4:last-child,.list-post .row .post-item:last-child,.margin-right-last-item,.partners__item:last-child,.podcast-list-cmp .podcast__item:last-child,.slider .list .row .list__item:last-child,.trend-list__item:last-child {
        margin-right:calc((min(160rem,100vw) - 940px + 44px)/ 2)
    }
}

@media only screen and (min-width: 1280px) {
    .board-director.slider-broad .list-board .row .list-board__item:last-child,.cards-icons__item:last-child:last-child,.col3-text .row .col3-text__item:last-child,.content-tile__item:last-child,.horizontal-card__item:last-child,.list-post .row .post-item.col-4:last-child,.list-post .row .post-item:last-child,.margin-right-last-item,.partners__item:last-child,.podcast-list-cmp .podcast__item:last-child,.slider .list .row .list__item:last-child,.trend-list__item:last-child {
        margin-right:calc((min(160rem,100vw) - 1140px + 44px)/ 2)
    }
}

@media only screen and (min-width: 1600px) {
    .board-director.slider-broad .list-board .row .list-board__item:last-child,.cards-icons__item:last-child:last-child,.col3-text .row .col3-text__item:last-child,.content-tile__item:last-child,.horizontal-card__item:last-child,.list-post .row .post-item.col-4:last-child,.list-post .row .post-item:last-child,.margin-right-last-item,.partners__item:last-child,.podcast-list-cmp .podcast__item:last-child,.slider .list .row .list__item:last-child,.trend-list__item:last-child {
        margin-right:calc((min(160rem,100vw) - 1380px + 44px)/ 2)
    }
}

.block-inner {
    max-width: 1600px;
    margin: 0 auto;
    position: relative
}

@media only screen and (min-width: 1280px) {
    .\--padding-top-md-0 {
        padding-top:0!important
    }

    .\--margin-top-md-0 {
        margin-top: 0!important
    }

    .\--padding-top-md-1 {
        padding-top: 1px!important
    }

    .\--margin-top-md-1 {
        margin-top: 1px!important
    }

    .\--padding-top-md-2 {
        padding-top: 2px!important
    }

    .\--margin-top-md-2 {
        margin-top: 2px!important
    }

    .\--padding-top-md-3 {
        padding-top: 3px!important
    }

    .\--margin-top-md-3 {
        margin-top: 3px!important
    }

    .\--padding-top-md-4 {
        padding-top: 4px!important
    }

    .\--margin-top-md-4 {
        margin-top: 4px!important
    }

    .\--padding-top-md-5 {
        padding-top: 5px!important
    }

    .\--margin-top-md-5 {
        margin-top: 5px!important
    }

    .\--padding-top-md-6 {
        padding-top: 6px!important
    }

    .\--margin-top-md-6 {
        margin-top: 6px!important
    }

    .\--padding-top-md-7 {
        padding-top: 7px!important
    }

    .\--margin-top-md-7 {
        margin-top: 7px!important
    }

    .\--padding-top-md-8 {
        padding-top: 8px!important
    }

    .\--margin-top-md-8 {
        margin-top: 8px!important
    }

    .\--padding-top-md-9 {
        padding-top: 9px!important
    }

    .\--margin-top-md-9 {
        margin-top: 9px!important
    }

    .\--padding-top-md-10 {
        padding-top: 10px!important
    }

    .\--margin-top-md-10 {
        margin-top: 10px!important
    }

    .\--padding-top-md-11 {
        padding-top: 11px!important
    }

    .\--margin-top-md-11 {
        margin-top: 11px!important
    }

    .\--padding-top-md-12 {
        padding-top: 12px!important
    }

    .\--margin-top-md-12 {
        margin-top: 12px!important
    }

    .\--padding-top-md-13 {
        padding-top: 13px!important
    }

    .\--margin-top-md-13 {
        margin-top: 13px!important
    }

    .\--padding-top-md-14 {
        padding-top: 14px!important
    }

    .\--margin-top-md-14 {
        margin-top: 14px!important
    }

    .\--padding-top-md-15 {
        padding-top: 15px!important
    }

    .\--margin-top-md-15 {
        margin-top: 15px!important
    }

    .\--padding-top-md-16 {
        padding-top: 16px!important
    }

    .\--margin-top-md-16 {
        margin-top: 16px!important
    }

    .\--padding-top-md-17 {
        padding-top: 17px!important
    }

    .\--margin-top-md-17 {
        margin-top: 17px!important
    }

    .\--padding-top-md-18 {
        padding-top: 18px!important
    }

    .\--margin-top-md-18 {
        margin-top: 18px!important
    }

    .\--padding-top-md-19 {
        padding-top: 19px!important
    }

    .\--margin-top-md-19 {
        margin-top: 19px!important
    }

    .\--padding-top-md-20 {
        padding-top: 20px!important
    }

    .\--margin-top-md-20 {
        margin-top: 20px!important
    }

    .\--padding-top-md-21 {
        padding-top: 21px!important
    }

    .\--margin-top-md-21 {
        margin-top: 21px!important
    }

    .\--padding-top-md-22 {
        padding-top: 22px!important
    }

    .\--margin-top-md-22 {
        margin-top: 22px!important
    }

    .\--padding-top-md-23 {
        padding-top: 23px!important
    }

    .\--margin-top-md-23 {
        margin-top: 23px!important
    }

    .\--padding-top-md-24 {
        padding-top: 24px!important
    }

    .\--margin-top-md-24 {
        margin-top: 24px!important
    }

    .\--padding-top-md-25 {
        padding-top: 25px!important
    }

    .\--margin-top-md-25 {
        margin-top: 25px!important
    }

    .\--padding-top-md-26 {
        padding-top: 26px!important
    }

    .\--margin-top-md-26 {
        margin-top: 26px!important
    }

    .\--padding-top-md-27 {
        padding-top: 27px!important
    }

    .\--margin-top-md-27 {
        margin-top: 27px!important
    }

    .\--padding-top-md-28 {
        padding-top: 28px!important
    }

    .\--margin-top-md-28 {
        margin-top: 28px!important
    }

    .\--padding-top-md-29 {
        padding-top: 29px!important
    }

    .\--margin-top-md-29 {
        margin-top: 29px!important
    }

    .\--padding-top-md-30 {
        padding-top: 30px!important
    }

    .\--margin-top-md-30 {
        margin-top: 30px!important
    }

    .\--padding-top-md-31 {
        padding-top: 31px!important
    }

    .\--margin-top-md-31 {
        margin-top: 31px!important
    }

    .\--padding-top-md-32 {
        padding-top: 32px!important
    }

    .\--margin-top-md-32 {
        margin-top: 32px!important
    }

    .\--padding-top-md-33 {
        padding-top: 33px!important
    }

    .\--margin-top-md-33 {
        margin-top: 33px!important
    }

    .\--padding-top-md-34 {
        padding-top: 34px!important
    }

    .\--margin-top-md-34 {
        margin-top: 34px!important
    }

    .\--padding-top-md-35 {
        padding-top: 35px!important
    }

    .\--margin-top-md-35 {
        margin-top: 35px!important
    }

    .\--padding-top-md-36 {
        padding-top: 36px!important
    }

    .\--margin-top-md-36 {
        margin-top: 36px!important
    }

    .\--padding-top-md-37 {
        padding-top: 37px!important
    }

    .\--margin-top-md-37 {
        margin-top: 37px!important
    }

    .\--padding-top-md-38 {
        padding-top: 38px!important
    }

    .\--margin-top-md-38 {
        margin-top: 38px!important
    }

    .\--padding-top-md-39 {
        padding-top: 39px!important
    }

    .\--margin-top-md-39 {
        margin-top: 39px!important
    }

    .\--padding-top-md-40 {
        padding-top: 40px!important
    }

    .\--margin-top-md-40 {
        margin-top: 40px!important
    }

    .\--padding-top-md-41 {
        padding-top: 41px!important
    }

    .\--margin-top-md-41 {
        margin-top: 41px!important
    }

    .\--padding-top-md-42 {
        padding-top: 42px!important
    }

    .\--margin-top-md-42 {
        margin-top: 42px!important
    }

    .\--padding-top-md-43 {
        padding-top: 43px!important
    }

    .\--margin-top-md-43 {
        margin-top: 43px!important
    }

    .\--padding-top-md-44 {
        padding-top: 44px!important
    }

    .\--margin-top-md-44 {
        margin-top: 44px!important
    }

    .\--padding-top-md-45 {
        padding-top: 45px!important
    }

    .\--margin-top-md-45 {
        margin-top: 45px!important
    }

    .\--padding-top-md-46 {
        padding-top: 46px!important
    }

    .\--margin-top-md-46 {
        margin-top: 46px!important
    }

    .\--padding-top-md-47 {
        padding-top: 47px!important
    }

    .\--margin-top-md-47 {
        margin-top: 47px!important
    }

    .\--padding-top-md-48 {
        padding-top: 48px!important
    }

    .\--margin-top-md-48 {
        margin-top: 48px!important
    }

    .\--padding-top-md-49 {
        padding-top: 49px!important
    }

    .\--margin-top-md-49 {
        margin-top: 49px!important
    }

    .\--padding-top-md-50 {
        padding-top: 50px!important
    }

    .\--margin-top-md-50 {
        margin-top: 50px!important
    }

    .\--padding-top-md-51 {
        padding-top: 51px!important
    }

    .\--margin-top-md-51 {
        margin-top: 51px!important
    }

    .\--padding-top-md-52 {
        padding-top: 52px!important
    }

    .\--margin-top-md-52 {
        margin-top: 52px!important
    }

    .\--padding-top-md-53 {
        padding-top: 53px!important
    }

    .\--margin-top-md-53 {
        margin-top: 53px!important
    }

    .\--padding-top-md-54 {
        padding-top: 54px!important
    }

    .\--margin-top-md-54 {
        margin-top: 54px!important
    }

    .\--padding-top-md-55 {
        padding-top: 55px!important
    }

    .\--margin-top-md-55 {
        margin-top: 55px!important
    }

    .\--padding-top-md-56 {
        padding-top: 56px!important
    }

    .\--margin-top-md-56 {
        margin-top: 56px!important
    }

    .\--padding-top-md-57 {
        padding-top: 57px!important
    }

    .\--margin-top-md-57 {
        margin-top: 57px!important
    }

    .\--padding-top-md-58 {
        padding-top: 58px!important
    }

    .\--margin-top-md-58 {
        margin-top: 58px!important
    }

    .\--padding-top-md-59 {
        padding-top: 59px!important
    }

    .\--margin-top-md-59 {
        margin-top: 59px!important
    }

    .\--padding-top-md-60 {
        padding-top: 60px!important
    }

    .\--margin-top-md-60 {
        margin-top: 60px!important
    }

    .\--padding-top-md-61 {
        padding-top: 61px!important
    }

    .\--margin-top-md-61 {
        margin-top: 61px!important
    }

    .\--padding-top-md-62 {
        padding-top: 62px!important
    }

    .\--margin-top-md-62 {
        margin-top: 62px!important
    }

    .\--padding-top-md-63 {
        padding-top: 63px!important
    }

    .\--margin-top-md-63 {
        margin-top: 63px!important
    }

    .\--padding-top-md-64 {
        padding-top: 64px!important
    }

    .\--margin-top-md-64 {
        margin-top: 64px!important
    }

    .\--padding-top-md-65 {
        padding-top: 65px!important
    }

    .\--margin-top-md-65 {
        margin-top: 65px!important
    }

    .\--padding-top-md-66 {
        padding-top: 66px!important
    }

    .\--margin-top-md-66 {
        margin-top: 66px!important
    }

    .\--padding-top-md-67 {
        padding-top: 67px!important
    }

    .\--margin-top-md-67 {
        margin-top: 67px!important
    }

    .\--padding-top-md-68 {
        padding-top: 68px!important
    }

    .\--margin-top-md-68 {
        margin-top: 68px!important
    }

    .\--padding-top-md-69 {
        padding-top: 69px!important
    }

    .\--margin-top-md-69 {
        margin-top: 69px!important
    }

    .\--padding-top-md-70 {
        padding-top: 70px!important
    }

    .\--margin-top-md-70 {
        margin-top: 70px!important
    }

    .\--padding-top-md-71 {
        padding-top: 71px!important
    }

    .\--margin-top-md-71 {
        margin-top: 71px!important
    }

    .\--padding-top-md-72 {
        padding-top: 72px!important
    }

    .\--margin-top-md-72 {
        margin-top: 72px!important
    }

    .\--padding-top-md-73 {
        padding-top: 73px!important
    }

    .\--margin-top-md-73 {
        margin-top: 73px!important
    }

    .\--padding-top-md-74 {
        padding-top: 74px!important
    }

    .\--margin-top-md-74 {
        margin-top: 74px!important
    }

    .\--padding-top-md-75 {
        padding-top: 75px!important
    }

    .\--margin-top-md-75 {
        margin-top: 75px!important
    }

    .\--padding-top-md-76 {
        padding-top: 76px!important
    }

    .\--margin-top-md-76 {
        margin-top: 76px!important
    }

    .\--padding-top-md-77 {
        padding-top: 77px!important
    }

    .\--margin-top-md-77 {
        margin-top: 77px!important
    }

    .\--padding-top-md-78 {
        padding-top: 78px!important
    }

    .\--margin-top-md-78 {
        margin-top: 78px!important
    }

    .\--padding-top-md-79 {
        padding-top: 79px!important
    }

    .\--margin-top-md-79 {
        margin-top: 79px!important
    }

    .\--padding-top-md-80 {
        padding-top: 80px!important
    }

    .\--margin-top-md-80 {
        margin-top: 80px!important
    }

    .\--padding-top-md-81 {
        padding-top: 81px!important
    }

    .\--margin-top-md-81 {
        margin-top: 81px!important
    }

    .\--padding-top-md-82 {
        padding-top: 82px!important
    }

    .\--margin-top-md-82 {
        margin-top: 82px!important
    }

    .\--padding-top-md-83 {
        padding-top: 83px!important
    }

    .\--margin-top-md-83 {
        margin-top: 83px!important
    }

    .\--padding-top-md-84 {
        padding-top: 84px!important
    }

    .\--margin-top-md-84 {
        margin-top: 84px!important
    }

    .\--padding-top-md-85 {
        padding-top: 85px!important
    }

    .\--margin-top-md-85 {
        margin-top: 85px!important
    }

    .\--padding-top-md-86 {
        padding-top: 86px!important
    }

    .\--margin-top-md-86 {
        margin-top: 86px!important
    }

    .\--padding-top-md-87 {
        padding-top: 87px!important
    }

    .\--margin-top-md-87 {
        margin-top: 87px!important
    }

    .\--padding-top-md-88 {
        padding-top: 88px!important
    }

    .\--margin-top-md-88 {
        margin-top: 88px!important
    }

    .\--padding-top-md-89 {
        padding-top: 89px!important
    }

    .\--margin-top-md-89 {
        margin-top: 89px!important
    }

    .\--padding-top-md-90 {
        padding-top: 90px!important
    }

    .\--margin-top-md-90 {
        margin-top: 90px!important
    }

    .\--padding-top-md-91 {
        padding-top: 91px!important
    }

    .\--margin-top-md-91 {
        margin-top: 91px!important
    }

    .\--padding-top-md-92 {
        padding-top: 92px!important
    }

    .\--margin-top-md-92 {
        margin-top: 92px!important
    }

    .\--padding-top-md-93 {
        padding-top: 93px!important
    }

    .\--margin-top-md-93 {
        margin-top: 93px!important
    }

    .\--padding-top-md-94 {
        padding-top: 94px!important
    }

    .\--margin-top-md-94 {
        margin-top: 94px!important
    }

    .\--padding-top-md-95 {
        padding-top: 95px!important
    }

    .\--margin-top-md-95 {
        margin-top: 95px!important
    }

    .\--padding-top-md-96 {
        padding-top: 96px!important
    }

    .\--margin-top-md-96 {
        margin-top: 96px!important
    }

    .\--padding-top-md-97 {
        padding-top: 97px!important
    }

    .\--margin-top-md-97 {
        margin-top: 97px!important
    }

    .\--padding-top-md-98 {
        padding-top: 98px!important
    }

    .\--margin-top-md-98 {
        margin-top: 98px!important
    }

    .\--padding-top-md-99 {
        padding-top: 99px!important
    }

    .\--margin-top-md-99 {
        margin-top: 99px!important
    }

    .\--padding-top-md-100 {
        padding-top: 100px!important
    }

    .\--margin-top-md-100 {
        margin-top: 100px!important
    }

    .\--padding-top-md-101 {
        padding-top: 101px!important
    }

    .\--margin-top-md-101 {
        margin-top: 101px!important
    }

    .\--padding-top-md-102 {
        padding-top: 102px!important
    }

    .\--margin-top-md-102 {
        margin-top: 102px!important
    }

    .\--padding-top-md-103 {
        padding-top: 103px!important
    }

    .\--margin-top-md-103 {
        margin-top: 103px!important
    }

    .\--padding-top-md-104 {
        padding-top: 104px!important
    }

    .\--margin-top-md-104 {
        margin-top: 104px!important
    }

    .\--padding-top-md-105 {
        padding-top: 105px!important
    }

    .\--margin-top-md-105 {
        margin-top: 105px!important
    }

    .\--padding-top-md-106 {
        padding-top: 106px!important
    }

    .\--margin-top-md-106 {
        margin-top: 106px!important
    }

    .\--padding-top-md-107 {
        padding-top: 107px!important
    }

    .\--margin-top-md-107 {
        margin-top: 107px!important
    }

    .\--padding-top-md-108 {
        padding-top: 108px!important
    }

    .\--margin-top-md-108 {
        margin-top: 108px!important
    }

    .\--padding-top-md-109 {
        padding-top: 109px!important
    }

    .\--margin-top-md-109 {
        margin-top: 109px!important
    }

    .\--padding-top-md-110 {
        padding-top: 110px!important
    }

    .\--margin-top-md-110 {
        margin-top: 110px!important
    }

    .\--padding-top-md-111 {
        padding-top: 111px!important
    }

    .\--margin-top-md-111 {
        margin-top: 111px!important
    }

    .\--padding-top-md-112 {
        padding-top: 112px!important
    }

    .\--margin-top-md-112 {
        margin-top: 112px!important
    }

    .\--padding-top-md-113 {
        padding-top: 113px!important
    }

    .\--margin-top-md-113 {
        margin-top: 113px!important
    }

    .\--padding-top-md-114 {
        padding-top: 114px!important
    }

    .\--margin-top-md-114 {
        margin-top: 114px!important
    }

    .\--padding-top-md-115 {
        padding-top: 115px!important
    }

    .\--margin-top-md-115 {
        margin-top: 115px!important
    }

    .\--padding-top-md-116 {
        padding-top: 116px!important
    }

    .\--margin-top-md-116 {
        margin-top: 116px!important
    }

    .\--padding-top-md-117 {
        padding-top: 117px!important
    }

    .\--margin-top-md-117 {
        margin-top: 117px!important
    }

    .\--padding-top-md-118 {
        padding-top: 118px!important
    }

    .\--margin-top-md-118 {
        margin-top: 118px!important
    }

    .\--padding-top-md-119 {
        padding-top: 119px!important
    }

    .\--margin-top-md-119 {
        margin-top: 119px!important
    }

    .\--padding-top-md-120 {
        padding-top: 120px!important
    }

    .\--margin-top-md-120 {
        margin-top: 120px!important
    }

    .\--padding-top-md-121 {
        padding-top: 121px!important
    }

    .\--margin-top-md-121 {
        margin-top: 121px!important
    }

    .\--padding-top-md-122 {
        padding-top: 122px!important
    }

    .\--margin-top-md-122 {
        margin-top: 122px!important
    }

    .\--padding-top-md-123 {
        padding-top: 123px!important
    }

    .\--margin-top-md-123 {
        margin-top: 123px!important
    }

    .\--padding-top-md-124 {
        padding-top: 124px!important
    }

    .\--margin-top-md-124 {
        margin-top: 124px!important
    }

    .\--padding-top-md-125 {
        padding-top: 125px!important
    }

    .\--margin-top-md-125 {
        margin-top: 125px!important
    }

    .\--padding-top-md-126 {
        padding-top: 126px!important
    }

    .\--margin-top-md-126 {
        margin-top: 126px!important
    }

    .\--padding-top-md-127 {
        padding-top: 127px!important
    }

    .\--margin-top-md-127 {
        margin-top: 127px!important
    }

    .\--padding-top-md-128 {
        padding-top: 128px!important
    }

    .\--margin-top-md-128 {
        margin-top: 128px!important
    }

    .\--padding-top-md-129 {
        padding-top: 129px!important
    }

    .\--margin-top-md-129 {
        margin-top: 129px!important
    }

    .\--padding-top-md-130 {
        padding-top: 130px!important
    }

    .\--margin-top-md-130 {
        margin-top: 130px!important
    }

    .\--padding-top-md-131 {
        padding-top: 131px!important
    }

    .\--margin-top-md-131 {
        margin-top: 131px!important
    }

    .\--padding-top-md-132 {
        padding-top: 132px!important
    }

    .\--margin-top-md-132 {
        margin-top: 132px!important
    }

    .\--padding-top-md-133 {
        padding-top: 133px!important
    }

    .\--margin-top-md-133 {
        margin-top: 133px!important
    }

    .\--padding-top-md-134 {
        padding-top: 134px!important
    }

    .\--margin-top-md-134 {
        margin-top: 134px!important
    }

    .\--padding-top-md-135 {
        padding-top: 135px!important
    }

    .\--margin-top-md-135 {
        margin-top: 135px!important
    }

    .\--padding-top-md-136 {
        padding-top: 136px!important
    }

    .\--margin-top-md-136 {
        margin-top: 136px!important
    }

    .\--padding-top-md-137 {
        padding-top: 137px!important
    }

    .\--margin-top-md-137 {
        margin-top: 137px!important
    }

    .\--padding-top-md-138 {
        padding-top: 138px!important
    }

    .\--margin-top-md-138 {
        margin-top: 138px!important
    }

    .\--padding-top-md-139 {
        padding-top: 139px!important
    }

    .\--margin-top-md-139 {
        margin-top: 139px!important
    }

    .\--padding-top-md-140 {
        padding-top: 140px!important
    }

    .\--margin-top-md-140 {
        margin-top: 140px!important
    }

    .\--padding-top-md-141 {
        padding-top: 141px!important
    }

    .\--margin-top-md-141 {
        margin-top: 141px!important
    }

    .\--padding-top-md-142 {
        padding-top: 142px!important
    }

    .\--margin-top-md-142 {
        margin-top: 142px!important
    }

    .\--padding-top-md-143 {
        padding-top: 143px!important
    }

    .\--margin-top-md-143 {
        margin-top: 143px!important
    }

    .\--padding-top-md-144 {
        padding-top: 144px!important
    }

    .\--margin-top-md-144 {
        margin-top: 144px!important
    }

    .\--padding-top-md-145 {
        padding-top: 145px!important
    }

    .\--margin-top-md-145 {
        margin-top: 145px!important
    }

    .\--padding-top-md-146 {
        padding-top: 146px!important
    }

    .\--margin-top-md-146 {
        margin-top: 146px!important
    }

    .\--padding-top-md-147 {
        padding-top: 147px!important
    }

    .\--margin-top-md-147 {
        margin-top: 147px!important
    }

    .\--padding-top-md-148 {
        padding-top: 148px!important
    }

    .\--margin-top-md-148 {
        margin-top: 148px!important
    }

    .\--padding-top-md-149 {
        padding-top: 149px!important
    }

    .\--margin-top-md-149 {
        margin-top: 149px!important
    }

    .\--padding-top-md-150 {
        padding-top: 150px!important
    }

    .\--margin-top-md-150 {
        margin-top: 150px!important
    }

    .\--padding-top-md-151 {
        padding-top: 151px!important
    }

    .\--margin-top-md-151 {
        margin-top: 151px!important
    }

    .\--padding-top-md-152 {
        padding-top: 152px!important
    }

    .\--margin-top-md-152 {
        margin-top: 152px!important
    }

    .\--padding-top-md-153 {
        padding-top: 153px!important
    }

    .\--margin-top-md-153 {
        margin-top: 153px!important
    }

    .\--padding-top-md-154 {
        padding-top: 154px!important
    }

    .\--margin-top-md-154 {
        margin-top: 154px!important
    }

    .\--padding-top-md-155 {
        padding-top: 155px!important
    }

    .\--margin-top-md-155 {
        margin-top: 155px!important
    }

    .\--padding-top-md-156 {
        padding-top: 156px!important
    }

    .\--margin-top-md-156 {
        margin-top: 156px!important
    }

    .\--padding-top-md-157 {
        padding-top: 157px!important
    }

    .\--margin-top-md-157 {
        margin-top: 157px!important
    }

    .\--padding-top-md-158 {
        padding-top: 158px!important
    }

    .\--margin-top-md-158 {
        margin-top: 158px!important
    }

    .\--padding-top-md-159 {
        padding-top: 159px!important
    }

    .\--margin-top-md-159 {
        margin-top: 159px!important
    }

    .\--padding-top-md-160 {
        padding-top: 160px!important
    }

    .\--margin-top-md-160 {
        margin-top: 160px!important
    }

    .\--padding-top-md-161 {
        padding-top: 161px!important
    }

    .\--margin-top-md-161 {
        margin-top: 161px!important
    }

    .\--padding-top-md-162 {
        padding-top: 162px!important
    }

    .\--margin-top-md-162 {
        margin-top: 162px!important
    }

    .\--padding-top-md-163 {
        padding-top: 163px!important
    }

    .\--margin-top-md-163 {
        margin-top: 163px!important
    }

    .\--padding-top-md-164 {
        padding-top: 164px!important
    }

    .\--margin-top-md-164 {
        margin-top: 164px!important
    }

    .\--padding-top-md-165 {
        padding-top: 165px!important
    }

    .\--margin-top-md-165 {
        margin-top: 165px!important
    }

    .\--padding-top-md-166 {
        padding-top: 166px!important
    }

    .\--margin-top-md-166 {
        margin-top: 166px!important
    }

    .\--padding-top-md-167 {
        padding-top: 167px!important
    }

    .\--margin-top-md-167 {
        margin-top: 167px!important
    }

    .\--padding-top-md-168 {
        padding-top: 168px!important
    }

    .\--margin-top-md-168 {
        margin-top: 168px!important
    }

    .\--padding-top-md-169 {
        padding-top: 169px!important
    }

    .\--margin-top-md-169 {
        margin-top: 169px!important
    }

    .\--padding-top-md-170 {
        padding-top: 170px!important
    }

    .\--margin-top-md-170 {
        margin-top: 170px!important
    }

    .\--padding-top-md-171 {
        padding-top: 171px!important
    }

    .\--margin-top-md-171 {
        margin-top: 171px!important
    }

    .\--padding-top-md-172 {
        padding-top: 172px!important
    }

    .\--margin-top-md-172 {
        margin-top: 172px!important
    }

    .\--padding-top-md-173 {
        padding-top: 173px!important
    }

    .\--margin-top-md-173 {
        margin-top: 173px!important
    }

    .\--padding-top-md-174 {
        padding-top: 174px!important
    }

    .\--margin-top-md-174 {
        margin-top: 174px!important
    }

    .\--padding-top-md-175 {
        padding-top: 175px!important
    }

    .\--margin-top-md-175 {
        margin-top: 175px!important
    }

    .\--padding-top-md-176 {
        padding-top: 176px!important
    }

    .\--margin-top-md-176 {
        margin-top: 176px!important
    }

    .\--padding-top-md-177 {
        padding-top: 177px!important
    }

    .\--margin-top-md-177 {
        margin-top: 177px!important
    }

    .\--padding-top-md-178 {
        padding-top: 178px!important
    }

    .\--margin-top-md-178 {
        margin-top: 178px!important
    }

    .\--padding-top-md-179 {
        padding-top: 179px!important
    }

    .\--margin-top-md-179 {
        margin-top: 179px!important
    }

    .\--padding-top-md-180 {
        padding-top: 180px!important
    }

    .\--margin-top-md-180 {
        margin-top: 180px!important
    }

    .\--padding-top-md-181 {
        padding-top: 181px!important
    }

    .\--margin-top-md-181 {
        margin-top: 181px!important
    }

    .\--padding-top-md-182 {
        padding-top: 182px!important
    }

    .\--margin-top-md-182 {
        margin-top: 182px!important
    }

    .\--padding-top-md-183 {
        padding-top: 183px!important
    }

    .\--margin-top-md-183 {
        margin-top: 183px!important
    }

    .\--padding-top-md-184 {
        padding-top: 184px!important
    }

    .\--margin-top-md-184 {
        margin-top: 184px!important
    }

    .\--padding-top-md-185 {
        padding-top: 185px!important
    }

    .\--margin-top-md-185 {
        margin-top: 185px!important
    }

    .\--padding-top-md-186 {
        padding-top: 186px!important
    }

    .\--margin-top-md-186 {
        margin-top: 186px!important
    }

    .\--padding-top-md-187 {
        padding-top: 187px!important
    }

    .\--margin-top-md-187 {
        margin-top: 187px!important
    }

    .\--padding-top-md-188 {
        padding-top: 188px!important
    }

    .\--margin-top-md-188 {
        margin-top: 188px!important
    }

    .\--padding-top-md-189 {
        padding-top: 189px!important
    }

    .\--margin-top-md-189 {
        margin-top: 189px!important
    }

    .\--padding-top-md-190 {
        padding-top: 190px!important
    }

    .\--margin-top-md-190 {
        margin-top: 190px!important
    }

    .\--padding-top-md-191 {
        padding-top: 191px!important
    }

    .\--margin-top-md-191 {
        margin-top: 191px!important
    }

    .\--padding-top-md-192 {
        padding-top: 192px!important
    }

    .\--margin-top-md-192 {
        margin-top: 192px!important
    }

    .\--padding-top-md-193 {
        padding-top: 193px!important
    }

    .\--margin-top-md-193 {
        margin-top: 193px!important
    }

    .\--padding-top-md-194 {
        padding-top: 194px!important
    }

    .\--margin-top-md-194 {
        margin-top: 194px!important
    }

    .\--padding-top-md-195 {
        padding-top: 195px!important
    }

    .\--margin-top-md-195 {
        margin-top: 195px!important
    }

    .\--padding-top-md-196 {
        padding-top: 196px!important
    }

    .\--margin-top-md-196 {
        margin-top: 196px!important
    }

    .\--padding-top-md-197 {
        padding-top: 197px!important
    }

    .\--margin-top-md-197 {
        margin-top: 197px!important
    }

    .\--padding-top-md-198 {
        padding-top: 198px!important
    }

    .\--margin-top-md-198 {
        margin-top: 198px!important
    }

    .\--padding-top-md-199 {
        padding-top: 199px!important
    }

    .\--margin-top-md-199 {
        margin-top: 199px!important
    }

    .\--padding-top-md-200 {
        padding-top: 200px!important
    }

    .\--margin-top-md-200 {
        margin-top: 200px!important
    }

    .\--padding-top-md-201 {
        padding-top: 201px!important
    }

    .\--margin-top-md-201 {
        margin-top: 201px!important
    }

    .\--padding-top-md-202 {
        padding-top: 202px!important
    }

    .\--margin-top-md-202 {
        margin-top: 202px!important
    }

    .\--padding-top-md-203 {
        padding-top: 203px!important
    }

    .\--margin-top-md-203 {
        margin-top: 203px!important
    }

    .\--padding-top-md-204 {
        padding-top: 204px!important
    }

    .\--margin-top-md-204 {
        margin-top: 204px!important
    }

    .\--padding-top-md-205 {
        padding-top: 205px!important
    }

    .\--margin-top-md-205 {
        margin-top: 205px!important
    }

    .\--padding-top-md-206 {
        padding-top: 206px!important
    }

    .\--margin-top-md-206 {
        margin-top: 206px!important
    }

    .\--padding-top-md-207 {
        padding-top: 207px!important
    }

    .\--margin-top-md-207 {
        margin-top: 207px!important
    }

    .\--padding-top-md-208 {
        padding-top: 208px!important
    }

    .\--margin-top-md-208 {
        margin-top: 208px!important
    }

    .\--padding-top-md-209 {
        padding-top: 209px!important
    }

    .\--margin-top-md-209 {
        margin-top: 209px!important
    }

    .\--padding-top-md-210 {
        padding-top: 210px!important
    }

    .\--margin-top-md-210 {
        margin-top: 210px!important
    }

    .\--padding-top-md-211 {
        padding-top: 211px!important
    }

    .\--margin-top-md-211 {
        margin-top: 211px!important
    }

    .\--padding-top-md-212 {
        padding-top: 212px!important
    }

    .\--margin-top-md-212 {
        margin-top: 212px!important
    }

    .\--padding-top-md-213 {
        padding-top: 213px!important
    }

    .\--margin-top-md-213 {
        margin-top: 213px!important
    }

    .\--padding-top-md-214 {
        padding-top: 214px!important
    }

    .\--margin-top-md-214 {
        margin-top: 214px!important
    }

    .\--padding-top-md-215 {
        padding-top: 215px!important
    }

    .\--margin-top-md-215 {
        margin-top: 215px!important
    }

    .\--padding-top-md-216 {
        padding-top: 216px!important
    }

    .\--margin-top-md-216 {
        margin-top: 216px!important
    }

    .\--padding-top-md-217 {
        padding-top: 217px!important
    }

    .\--margin-top-md-217 {
        margin-top: 217px!important
    }

    .\--padding-top-md-218 {
        padding-top: 218px!important
    }

    .\--margin-top-md-218 {
        margin-top: 218px!important
    }

    .\--padding-top-md-219 {
        padding-top: 219px!important
    }

    .\--margin-top-md-219 {
        margin-top: 219px!important
    }

    .\--padding-top-md-220 {
        padding-top: 220px!important
    }

    .\--margin-top-md-220 {
        margin-top: 220px!important
    }

    .\--padding-top-md-221 {
        padding-top: 221px!important
    }

    .\--margin-top-md-221 {
        margin-top: 221px!important
    }

    .\--padding-top-md-222 {
        padding-top: 222px!important
    }

    .\--margin-top-md-222 {
        margin-top: 222px!important
    }

    .\--padding-top-md-223 {
        padding-top: 223px!important
    }

    .\--margin-top-md-223 {
        margin-top: 223px!important
    }

    .\--padding-top-md-224 {
        padding-top: 224px!important
    }

    .\--margin-top-md-224 {
        margin-top: 224px!important
    }

    .\--padding-top-md-225 {
        padding-top: 225px!important
    }

    .\--margin-top-md-225 {
        margin-top: 225px!important
    }

    .\--padding-top-md-226 {
        padding-top: 226px!important
    }

    .\--margin-top-md-226 {
        margin-top: 226px!important
    }

    .\--padding-top-md-227 {
        padding-top: 227px!important
    }

    .\--margin-top-md-227 {
        margin-top: 227px!important
    }

    .\--padding-top-md-228 {
        padding-top: 228px!important
    }

    .\--margin-top-md-228 {
        margin-top: 228px!important
    }

    .\--padding-top-md-229 {
        padding-top: 229px!important
    }

    .\--margin-top-md-229 {
        margin-top: 229px!important
    }

    .\--padding-top-md-230 {
        padding-top: 230px!important
    }

    .\--margin-top-md-230 {
        margin-top: 230px!important
    }

    .\--padding-top-md-231 {
        padding-top: 231px!important
    }

    .\--margin-top-md-231 {
        margin-top: 231px!important
    }

    .\--padding-top-md-232 {
        padding-top: 232px!important
    }

    .\--margin-top-md-232 {
        margin-top: 232px!important
    }

    .\--padding-top-md-233 {
        padding-top: 233px!important
    }

    .\--margin-top-md-233 {
        margin-top: 233px!important
    }

    .\--padding-top-md-234 {
        padding-top: 234px!important
    }

    .\--margin-top-md-234 {
        margin-top: 234px!important
    }

    .\--padding-top-md-235 {
        padding-top: 235px!important
    }

    .\--margin-top-md-235 {
        margin-top: 235px!important
    }

    .\--padding-top-md-236 {
        padding-top: 236px!important
    }

    .\--margin-top-md-236 {
        margin-top: 236px!important
    }

    .\--padding-top-md-237 {
        padding-top: 237px!important
    }

    .\--margin-top-md-237 {
        margin-top: 237px!important
    }

    .\--padding-top-md-238 {
        padding-top: 238px!important
    }

    .\--margin-top-md-238 {
        margin-top: 238px!important
    }

    .\--padding-top-md-239 {
        padding-top: 239px!important
    }

    .\--margin-top-md-239 {
        margin-top: 239px!important
    }

    .\--padding-top-md-240 {
        padding-top: 240px!important
    }

    .\--margin-top-md-240 {
        margin-top: 240px!important
    }

    .\--padding-top-md-241 {
        padding-top: 241px!important
    }

    .\--margin-top-md-241 {
        margin-top: 241px!important
    }

    .\--padding-top-md-242 {
        padding-top: 242px!important
    }

    .\--margin-top-md-242 {
        margin-top: 242px!important
    }

    .\--padding-top-md-243 {
        padding-top: 243px!important
    }

    .\--margin-top-md-243 {
        margin-top: 243px!important
    }

    .\--padding-top-md-244 {
        padding-top: 244px!important
    }

    .\--margin-top-md-244 {
        margin-top: 244px!important
    }

    .\--padding-top-md-245 {
        padding-top: 245px!important
    }

    .\--margin-top-md-245 {
        margin-top: 245px!important
    }

    .\--padding-top-md-246 {
        padding-top: 246px!important
    }

    .\--margin-top-md-246 {
        margin-top: 246px!important
    }

    .\--padding-top-md-247 {
        padding-top: 247px!important
    }

    .\--margin-top-md-247 {
        margin-top: 247px!important
    }

    .\--padding-top-md-248 {
        padding-top: 248px!important
    }

    .\--margin-top-md-248 {
        margin-top: 248px!important
    }

    .\--padding-top-md-249 {
        padding-top: 249px!important
    }

    .\--margin-top-md-249 {
        margin-top: 249px!important
    }

    .\--padding-top-md-250 {
        padding-top: 250px!important
    }

    .\--margin-top-md-250 {
        margin-top: 250px!important
    }

    .\--padding-top-md-251 {
        padding-top: 251px!important
    }

    .\--margin-top-md-251 {
        margin-top: 251px!important
    }

    .\--padding-top-md-252 {
        padding-top: 252px!important
    }

    .\--margin-top-md-252 {
        margin-top: 252px!important
    }

    .\--padding-top-md-253 {
        padding-top: 253px!important
    }

    .\--margin-top-md-253 {
        margin-top: 253px!important
    }

    .\--padding-top-md-254 {
        padding-top: 254px!important
    }

    .\--margin-top-md-254 {
        margin-top: 254px!important
    }

    .\--padding-top-md-255 {
        padding-top: 255px!important
    }

    .\--margin-top-md-255 {
        margin-top: 255px!important
    }

    .\--padding-top-md-256 {
        padding-top: 256px!important
    }

    .\--margin-top-md-256 {
        margin-top: 256px!important
    }

    .\--padding-top-md-257 {
        padding-top: 257px!important
    }

    .\--margin-top-md-257 {
        margin-top: 257px!important
    }

    .\--padding-top-md-258 {
        padding-top: 258px!important
    }

    .\--margin-top-md-258 {
        margin-top: 258px!important
    }

    .\--padding-top-md-259 {
        padding-top: 259px!important
    }

    .\--margin-top-md-259 {
        margin-top: 259px!important
    }

    .\--padding-top-md-260 {
        padding-top: 260px!important
    }

    .\--margin-top-md-260 {
        margin-top: 260px!important
    }

    .\--padding-top-md-261 {
        padding-top: 261px!important
    }

    .\--margin-top-md-261 {
        margin-top: 261px!important
    }

    .\--padding-top-md-262 {
        padding-top: 262px!important
    }

    .\--margin-top-md-262 {
        margin-top: 262px!important
    }

    .\--padding-top-md-263 {
        padding-top: 263px!important
    }

    .\--margin-top-md-263 {
        margin-top: 263px!important
    }

    .\--padding-top-md-264 {
        padding-top: 264px!important
    }

    .\--margin-top-md-264 {
        margin-top: 264px!important
    }

    .\--padding-top-md-265 {
        padding-top: 265px!important
    }

    .\--margin-top-md-265 {
        margin-top: 265px!important
    }

    .\--padding-top-md-266 {
        padding-top: 266px!important
    }

    .\--margin-top-md-266 {
        margin-top: 266px!important
    }

    .\--padding-top-md-267 {
        padding-top: 267px!important
    }

    .\--margin-top-md-267 {
        margin-top: 267px!important
    }

    .\--padding-top-md-268 {
        padding-top: 268px!important
    }

    .\--margin-top-md-268 {
        margin-top: 268px!important
    }

    .\--padding-top-md-269 {
        padding-top: 269px!important
    }

    .\--margin-top-md-269 {
        margin-top: 269px!important
    }

    .\--padding-top-md-270 {
        padding-top: 270px!important
    }

    .\--margin-top-md-270 {
        margin-top: 270px!important
    }

    .\--padding-top-md-271 {
        padding-top: 271px!important
    }

    .\--margin-top-md-271 {
        margin-top: 271px!important
    }

    .\--padding-top-md-272 {
        padding-top: 272px!important
    }

    .\--margin-top-md-272 {
        margin-top: 272px!important
    }

    .\--padding-top-md-273 {
        padding-top: 273px!important
    }

    .\--margin-top-md-273 {
        margin-top: 273px!important
    }

    .\--padding-top-md-274 {
        padding-top: 274px!important
    }

    .\--margin-top-md-274 {
        margin-top: 274px!important
    }

    .\--padding-top-md-275 {
        padding-top: 275px!important
    }

    .\--margin-top-md-275 {
        margin-top: 275px!important
    }

    .\--padding-top-md-276 {
        padding-top: 276px!important
    }

    .\--margin-top-md-276 {
        margin-top: 276px!important
    }

    .\--padding-top-md-277 {
        padding-top: 277px!important
    }

    .\--margin-top-md-277 {
        margin-top: 277px!important
    }

    .\--padding-top-md-278 {
        padding-top: 278px!important
    }

    .\--margin-top-md-278 {
        margin-top: 278px!important
    }

    .\--padding-top-md-279 {
        padding-top: 279px!important
    }

    .\--margin-top-md-279 {
        margin-top: 279px!important
    }

    .\--padding-top-md-280 {
        padding-top: 280px!important
    }

    .\--margin-top-md-280 {
        margin-top: 280px!important
    }

    .\--padding-top-md-281 {
        padding-top: 281px!important
    }

    .\--margin-top-md-281 {
        margin-top: 281px!important
    }

    .\--padding-top-md-282 {
        padding-top: 282px!important
    }

    .\--margin-top-md-282 {
        margin-top: 282px!important
    }

    .\--padding-top-md-283 {
        padding-top: 283px!important
    }

    .\--margin-top-md-283 {
        margin-top: 283px!important
    }

    .\--padding-top-md-284 {
        padding-top: 284px!important
    }

    .\--margin-top-md-284 {
        margin-top: 284px!important
    }

    .\--padding-top-md-285 {
        padding-top: 285px!important
    }

    .\--margin-top-md-285 {
        margin-top: 285px!important
    }

    .\--padding-top-md-286 {
        padding-top: 286px!important
    }

    .\--margin-top-md-286 {
        margin-top: 286px!important
    }

    .\--padding-top-md-287 {
        padding-top: 287px!important
    }

    .\--margin-top-md-287 {
        margin-top: 287px!important
    }

    .\--padding-top-md-288 {
        padding-top: 288px!important
    }

    .\--margin-top-md-288 {
        margin-top: 288px!important
    }

    .\--padding-top-md-289 {
        padding-top: 289px!important
    }

    .\--margin-top-md-289 {
        margin-top: 289px!important
    }

    .\--padding-top-md-290 {
        padding-top: 290px!important
    }

    .\--margin-top-md-290 {
        margin-top: 290px!important
    }

    .\--padding-top-md-291 {
        padding-top: 291px!important
    }

    .\--margin-top-md-291 {
        margin-top: 291px!important
    }

    .\--padding-top-md-292 {
        padding-top: 292px!important
    }

    .\--margin-top-md-292 {
        margin-top: 292px!important
    }

    .\--padding-top-md-293 {
        padding-top: 293px!important
    }

    .\--margin-top-md-293 {
        margin-top: 293px!important
    }

    .\--padding-top-md-294 {
        padding-top: 294px!important
    }

    .\--margin-top-md-294 {
        margin-top: 294px!important
    }

    .\--padding-top-md-295 {
        padding-top: 295px!important
    }

    .\--margin-top-md-295 {
        margin-top: 295px!important
    }

    .\--padding-top-md-296 {
        padding-top: 296px!important
    }

    .\--margin-top-md-296 {
        margin-top: 296px!important
    }

    .\--padding-top-md-297 {
        padding-top: 297px!important
    }

    .\--margin-top-md-297 {
        margin-top: 297px!important
    }

    .\--padding-top-md-298 {
        padding-top: 298px!important
    }

    .\--margin-top-md-298 {
        margin-top: 298px!important
    }

    .\--padding-top-md-299 {
        padding-top: 299px!important
    }

    .\--margin-top-md-299 {
        margin-top: 299px!important
    }

    .\--padding-top-md-300 {
        padding-top: 300px!important
    }

    .\--margin-top-md-300 {
        margin-top: 300px!important
    }

    .\--padding-bottom-md-0 {
        padding-bottom: 0!important
    }

    .\--margin-bottom-md-0 {
        margin-bottom: 0!important
    }

    .\--padding-bottom-md-1 {
        padding-bottom: 1px!important
    }

    .\--margin-bottom-md-1 {
        margin-bottom: 1px!important
    }

    .\--padding-bottom-md-2 {
        padding-bottom: 2px!important
    }

    .\--margin-bottom-md-2 {
        margin-bottom: 2px!important
    }

    .\--padding-bottom-md-3 {
        padding-bottom: 3px!important
    }

    .\--margin-bottom-md-3 {
        margin-bottom: 3px!important
    }

    .\--padding-bottom-md-4 {
        padding-bottom: 4px!important
    }

    .\--margin-bottom-md-4 {
        margin-bottom: 4px!important
    }

    .\--padding-bottom-md-5 {
        padding-bottom: 5px!important
    }

    .\--margin-bottom-md-5 {
        margin-bottom: 5px!important
    }

    .\--padding-bottom-md-6 {
        padding-bottom: 6px!important
    }

    .\--margin-bottom-md-6 {
        margin-bottom: 6px!important
    }

    .\--padding-bottom-md-7 {
        padding-bottom: 7px!important
    }

    .\--margin-bottom-md-7 {
        margin-bottom: 7px!important
    }

    .\--padding-bottom-md-8 {
        padding-bottom: 8px!important
    }

    .\--margin-bottom-md-8 {
        margin-bottom: 8px!important
    }

    .\--padding-bottom-md-9 {
        padding-bottom: 9px!important
    }

    .\--margin-bottom-md-9 {
        margin-bottom: 9px!important
    }

    .\--padding-bottom-md-10 {
        padding-bottom: 10px!important
    }

    .\--margin-bottom-md-10 {
        margin-bottom: 10px!important
    }

    .\--padding-bottom-md-11 {
        padding-bottom: 11px!important
    }

    .\--margin-bottom-md-11 {
        margin-bottom: 11px!important
    }

    .\--padding-bottom-md-12 {
        padding-bottom: 12px!important
    }

    .\--margin-bottom-md-12 {
        margin-bottom: 12px!important
    }

    .\--padding-bottom-md-13 {
        padding-bottom: 13px!important
    }

    .\--margin-bottom-md-13 {
        margin-bottom: 13px!important
    }

    .\--padding-bottom-md-14 {
        padding-bottom: 14px!important
    }

    .\--margin-bottom-md-14 {
        margin-bottom: 14px!important
    }

    .\--padding-bottom-md-15 {
        padding-bottom: 15px!important
    }

    .\--margin-bottom-md-15 {
        margin-bottom: 15px!important
    }

    .\--padding-bottom-md-16 {
        padding-bottom: 16px!important
    }

    .\--margin-bottom-md-16 {
        margin-bottom: 16px!important
    }

    .\--padding-bottom-md-17 {
        padding-bottom: 17px!important
    }

    .\--margin-bottom-md-17 {
        margin-bottom: 17px!important
    }

    .\--padding-bottom-md-18 {
        padding-bottom: 18px!important
    }

    .\--margin-bottom-md-18 {
        margin-bottom: 18px!important
    }

    .\--padding-bottom-md-19 {
        padding-bottom: 19px!important
    }

    .\--margin-bottom-md-19 {
        margin-bottom: 19px!important
    }

    .\--padding-bottom-md-20 {
        padding-bottom: 20px!important
    }

    .\--margin-bottom-md-20 {
        margin-bottom: 20px!important
    }

    .\--padding-bottom-md-21 {
        padding-bottom: 21px!important
    }

    .\--margin-bottom-md-21 {
        margin-bottom: 21px!important
    }

    .\--padding-bottom-md-22 {
        padding-bottom: 22px!important
    }

    .\--margin-bottom-md-22 {
        margin-bottom: 22px!important
    }

    .\--padding-bottom-md-23 {
        padding-bottom: 23px!important
    }

    .\--margin-bottom-md-23 {
        margin-bottom: 23px!important
    }

    .\--padding-bottom-md-24 {
        padding-bottom: 24px!important
    }

    .\--margin-bottom-md-24 {
        margin-bottom: 24px!important
    }

    .\--padding-bottom-md-25 {
        padding-bottom: 25px!important
    }

    .\--margin-bottom-md-25 {
        margin-bottom: 25px!important
    }

    .\--padding-bottom-md-26 {
        padding-bottom: 26px!important
    }

    .\--margin-bottom-md-26 {
        margin-bottom: 26px!important
    }

    .\--padding-bottom-md-27 {
        padding-bottom: 27px!important
    }

    .\--margin-bottom-md-27 {
        margin-bottom: 27px!important
    }

    .\--padding-bottom-md-28 {
        padding-bottom: 28px!important
    }

    .\--margin-bottom-md-28 {
        margin-bottom: 28px!important
    }

    .\--padding-bottom-md-29 {
        padding-bottom: 29px!important
    }

    .\--margin-bottom-md-29 {
        margin-bottom: 29px!important
    }

    .\--padding-bottom-md-30 {
        padding-bottom: 30px!important
    }

    .\--margin-bottom-md-30 {
        margin-bottom: 30px!important
    }

    .\--padding-bottom-md-31 {
        padding-bottom: 31px!important
    }

    .\--margin-bottom-md-31 {
        margin-bottom: 31px!important
    }

    .\--padding-bottom-md-32 {
        padding-bottom: 32px!important
    }

    .\--margin-bottom-md-32 {
        margin-bottom: 32px!important
    }

    .\--padding-bottom-md-33 {
        padding-bottom: 33px!important
    }

    .\--margin-bottom-md-33 {
        margin-bottom: 33px!important
    }

    .\--padding-bottom-md-34 {
        padding-bottom: 34px!important
    }

    .\--margin-bottom-md-34 {
        margin-bottom: 34px!important
    }

    .\--padding-bottom-md-35 {
        padding-bottom: 35px!important
    }

    .\--margin-bottom-md-35 {
        margin-bottom: 35px!important
    }

    .\--padding-bottom-md-36 {
        padding-bottom: 36px!important
    }

    .\--margin-bottom-md-36 {
        margin-bottom: 36px!important
    }

    .\--padding-bottom-md-37 {
        padding-bottom: 37px!important
    }

    .\--margin-bottom-md-37 {
        margin-bottom: 37px!important
    }

    .\--padding-bottom-md-38 {
        padding-bottom: 38px!important
    }

    .\--margin-bottom-md-38 {
        margin-bottom: 38px!important
    }

    .\--padding-bottom-md-39 {
        padding-bottom: 39px!important
    }

    .\--margin-bottom-md-39 {
        margin-bottom: 39px!important
    }

    .\--padding-bottom-md-40 {
        padding-bottom: 40px!important
    }

    .\--margin-bottom-md-40 {
        margin-bottom: 40px!important
    }

    .\--padding-bottom-md-41 {
        padding-bottom: 41px!important
    }

    .\--margin-bottom-md-41 {
        margin-bottom: 41px!important
    }

    .\--padding-bottom-md-42 {
        padding-bottom: 42px!important
    }

    .\--margin-bottom-md-42 {
        margin-bottom: 42px!important
    }

    .\--padding-bottom-md-43 {
        padding-bottom: 43px!important
    }

    .\--margin-bottom-md-43 {
        margin-bottom: 43px!important
    }

    .\--padding-bottom-md-44 {
        padding-bottom: 44px!important
    }

    .\--margin-bottom-md-44 {
        margin-bottom: 44px!important
    }

    .\--padding-bottom-md-45 {
        padding-bottom: 45px!important
    }

    .\--margin-bottom-md-45 {
        margin-bottom: 45px!important
    }

    .\--padding-bottom-md-46 {
        padding-bottom: 46px!important
    }

    .\--margin-bottom-md-46 {
        margin-bottom: 46px!important
    }

    .\--padding-bottom-md-47 {
        padding-bottom: 47px!important
    }

    .\--margin-bottom-md-47 {
        margin-bottom: 47px!important
    }

    .\--padding-bottom-md-48 {
        padding-bottom: 48px!important
    }

    .\--margin-bottom-md-48 {
        margin-bottom: 48px!important
    }

    .\--padding-bottom-md-49 {
        padding-bottom: 49px!important
    }

    .\--margin-bottom-md-49 {
        margin-bottom: 49px!important
    }

    .\--padding-bottom-md-50 {
        padding-bottom: 50px!important
    }

    .\--margin-bottom-md-50 {
        margin-bottom: 50px!important
    }

    .\--padding-bottom-md-51 {
        padding-bottom: 51px!important
    }

    .\--margin-bottom-md-51 {
        margin-bottom: 51px!important
    }

    .\--padding-bottom-md-52 {
        padding-bottom: 52px!important
    }

    .\--margin-bottom-md-52 {
        margin-bottom: 52px!important
    }

    .\--padding-bottom-md-53 {
        padding-bottom: 53px!important
    }

    .\--margin-bottom-md-53 {
        margin-bottom: 53px!important
    }

    .\--padding-bottom-md-54 {
        padding-bottom: 54px!important
    }

    .\--margin-bottom-md-54 {
        margin-bottom: 54px!important
    }

    .\--padding-bottom-md-55 {
        padding-bottom: 55px!important
    }

    .\--margin-bottom-md-55 {
        margin-bottom: 55px!important
    }

    .\--padding-bottom-md-56 {
        padding-bottom: 56px!important
    }

    .\--margin-bottom-md-56 {
        margin-bottom: 56px!important
    }

    .\--padding-bottom-md-57 {
        padding-bottom: 57px!important
    }

    .\--margin-bottom-md-57 {
        margin-bottom: 57px!important
    }

    .\--padding-bottom-md-58 {
        padding-bottom: 58px!important
    }

    .\--margin-bottom-md-58 {
        margin-bottom: 58px!important
    }

    .\--padding-bottom-md-59 {
        padding-bottom: 59px!important
    }

    .\--margin-bottom-md-59 {
        margin-bottom: 59px!important
    }

    .\--padding-bottom-md-60 {
        padding-bottom: 60px!important
    }

    .\--margin-bottom-md-60 {
        margin-bottom: 60px!important
    }

    .\--padding-bottom-md-61 {
        padding-bottom: 61px!important
    }

    .\--margin-bottom-md-61 {
        margin-bottom: 61px!important
    }

    .\--padding-bottom-md-62 {
        padding-bottom: 62px!important
    }

    .\--margin-bottom-md-62 {
        margin-bottom: 62px!important
    }

    .\--padding-bottom-md-63 {
        padding-bottom: 63px!important
    }

    .\--margin-bottom-md-63 {
        margin-bottom: 63px!important
    }

    .\--padding-bottom-md-64 {
        padding-bottom: 64px!important
    }

    .\--margin-bottom-md-64 {
        margin-bottom: 64px!important
    }

    .\--padding-bottom-md-65 {
        padding-bottom: 65px!important
    }

    .\--margin-bottom-md-65 {
        margin-bottom: 65px!important
    }

    .\--padding-bottom-md-66 {
        padding-bottom: 66px!important
    }

    .\--margin-bottom-md-66 {
        margin-bottom: 66px!important
    }

    .\--padding-bottom-md-67 {
        padding-bottom: 67px!important
    }

    .\--margin-bottom-md-67 {
        margin-bottom: 67px!important
    }

    .\--padding-bottom-md-68 {
        padding-bottom: 68px!important
    }

    .\--margin-bottom-md-68 {
        margin-bottom: 68px!important
    }

    .\--padding-bottom-md-69 {
        padding-bottom: 69px!important
    }

    .\--margin-bottom-md-69 {
        margin-bottom: 69px!important
    }

    .\--padding-bottom-md-70 {
        padding-bottom: 70px!important
    }

    .\--margin-bottom-md-70 {
        margin-bottom: 70px!important
    }

    .\--padding-bottom-md-71 {
        padding-bottom: 71px!important
    }

    .\--margin-bottom-md-71 {
        margin-bottom: 71px!important
    }

    .\--padding-bottom-md-72 {
        padding-bottom: 72px!important
    }

    .\--margin-bottom-md-72 {
        margin-bottom: 72px!important
    }

    .\--padding-bottom-md-73 {
        padding-bottom: 73px!important
    }

    .\--margin-bottom-md-73 {
        margin-bottom: 73px!important
    }

    .\--padding-bottom-md-74 {
        padding-bottom: 74px!important
    }

    .\--margin-bottom-md-74 {
        margin-bottom: 74px!important
    }

    .\--padding-bottom-md-75 {
        padding-bottom: 75px!important
    }

    .\--margin-bottom-md-75 {
        margin-bottom: 75px!important
    }

    .\--padding-bottom-md-76 {
        padding-bottom: 76px!important
    }

    .\--margin-bottom-md-76 {
        margin-bottom: 76px!important
    }

    .\--padding-bottom-md-77 {
        padding-bottom: 77px!important
    }

    .\--margin-bottom-md-77 {
        margin-bottom: 77px!important
    }

    .\--padding-bottom-md-78 {
        padding-bottom: 78px!important
    }

    .\--margin-bottom-md-78 {
        margin-bottom: 78px!important
    }

    .\--padding-bottom-md-79 {
        padding-bottom: 79px!important
    }

    .\--margin-bottom-md-79 {
        margin-bottom: 79px!important
    }

    .\--padding-bottom-md-80 {
        padding-bottom: 80px!important
    }

    .\--margin-bottom-md-80 {
        margin-bottom: 80px!important
    }

    .\--padding-bottom-md-81 {
        padding-bottom: 81px!important
    }

    .\--margin-bottom-md-81 {
        margin-bottom: 81px!important
    }

    .\--padding-bottom-md-82 {
        padding-bottom: 82px!important
    }

    .\--margin-bottom-md-82 {
        margin-bottom: 82px!important
    }

    .\--padding-bottom-md-83 {
        padding-bottom: 83px!important
    }

    .\--margin-bottom-md-83 {
        margin-bottom: 83px!important
    }

    .\--padding-bottom-md-84 {
        padding-bottom: 84px!important
    }

    .\--margin-bottom-md-84 {
        margin-bottom: 84px!important
    }

    .\--padding-bottom-md-85 {
        padding-bottom: 85px!important
    }

    .\--margin-bottom-md-85 {
        margin-bottom: 85px!important
    }

    .\--padding-bottom-md-86 {
        padding-bottom: 86px!important
    }

    .\--margin-bottom-md-86 {
        margin-bottom: 86px!important
    }

    .\--padding-bottom-md-87 {
        padding-bottom: 87px!important
    }

    .\--margin-bottom-md-87 {
        margin-bottom: 87px!important
    }

    .\--padding-bottom-md-88 {
        padding-bottom: 88px!important
    }

    .\--margin-bottom-md-88 {
        margin-bottom: 88px!important
    }

    .\--padding-bottom-md-89 {
        padding-bottom: 89px!important
    }

    .\--margin-bottom-md-89 {
        margin-bottom: 89px!important
    }

    .\--padding-bottom-md-90 {
        padding-bottom: 90px!important
    }

    .\--margin-bottom-md-90 {
        margin-bottom: 90px!important
    }

    .\--padding-bottom-md-91 {
        padding-bottom: 91px!important
    }

    .\--margin-bottom-md-91 {
        margin-bottom: 91px!important
    }

    .\--padding-bottom-md-92 {
        padding-bottom: 92px!important
    }

    .\--margin-bottom-md-92 {
        margin-bottom: 92px!important
    }

    .\--padding-bottom-md-93 {
        padding-bottom: 93px!important
    }

    .\--margin-bottom-md-93 {
        margin-bottom: 93px!important
    }

    .\--padding-bottom-md-94 {
        padding-bottom: 94px!important
    }

    .\--margin-bottom-md-94 {
        margin-bottom: 94px!important
    }

    .\--padding-bottom-md-95 {
        padding-bottom: 95px!important
    }

    .\--margin-bottom-md-95 {
        margin-bottom: 95px!important
    }

    .\--padding-bottom-md-96 {
        padding-bottom: 96px!important
    }

    .\--margin-bottom-md-96 {
        margin-bottom: 96px!important
    }

    .\--padding-bottom-md-97 {
        padding-bottom: 97px!important
    }

    .\--margin-bottom-md-97 {
        margin-bottom: 97px!important
    }

    .\--padding-bottom-md-98 {
        padding-bottom: 98px!important
    }

    .\--margin-bottom-md-98 {
        margin-bottom: 98px!important
    }

    .\--padding-bottom-md-99 {
        padding-bottom: 99px!important
    }

    .\--margin-bottom-md-99 {
        margin-bottom: 99px!important
    }

    .\--padding-bottom-md-100 {
        padding-bottom: 100px!important
    }

    .\--margin-bottom-md-100 {
        margin-bottom: 100px!important
    }

    .\--padding-bottom-md-101 {
        padding-bottom: 101px!important
    }

    .\--margin-bottom-md-101 {
        margin-bottom: 101px!important
    }

    .\--padding-bottom-md-102 {
        padding-bottom: 102px!important
    }

    .\--margin-bottom-md-102 {
        margin-bottom: 102px!important
    }

    .\--padding-bottom-md-103 {
        padding-bottom: 103px!important
    }

    .\--margin-bottom-md-103 {
        margin-bottom: 103px!important
    }

    .\--padding-bottom-md-104 {
        padding-bottom: 104px!important
    }

    .\--margin-bottom-md-104 {
        margin-bottom: 104px!important
    }

    .\--padding-bottom-md-105 {
        padding-bottom: 105px!important
    }

    .\--margin-bottom-md-105 {
        margin-bottom: 105px!important
    }

    .\--padding-bottom-md-106 {
        padding-bottom: 106px!important
    }

    .\--margin-bottom-md-106 {
        margin-bottom: 106px!important
    }

    .\--padding-bottom-md-107 {
        padding-bottom: 107px!important
    }

    .\--margin-bottom-md-107 {
        margin-bottom: 107px!important
    }

    .\--padding-bottom-md-108 {
        padding-bottom: 108px!important
    }

    .\--margin-bottom-md-108 {
        margin-bottom: 108px!important
    }

    .\--padding-bottom-md-109 {
        padding-bottom: 109px!important
    }

    .\--margin-bottom-md-109 {
        margin-bottom: 109px!important
    }

    .\--padding-bottom-md-110 {
        padding-bottom: 110px!important
    }

    .\--margin-bottom-md-110 {
        margin-bottom: 110px!important
    }

    .\--padding-bottom-md-111 {
        padding-bottom: 111px!important
    }

    .\--margin-bottom-md-111 {
        margin-bottom: 111px!important
    }

    .\--padding-bottom-md-112 {
        padding-bottom: 112px!important
    }

    .\--margin-bottom-md-112 {
        margin-bottom: 112px!important
    }

    .\--padding-bottom-md-113 {
        padding-bottom: 113px!important
    }

    .\--margin-bottom-md-113 {
        margin-bottom: 113px!important
    }

    .\--padding-bottom-md-114 {
        padding-bottom: 114px!important
    }

    .\--margin-bottom-md-114 {
        margin-bottom: 114px!important
    }

    .\--padding-bottom-md-115 {
        padding-bottom: 115px!important
    }

    .\--margin-bottom-md-115 {
        margin-bottom: 115px!important
    }

    .\--padding-bottom-md-116 {
        padding-bottom: 116px!important
    }

    .\--margin-bottom-md-116 {
        margin-bottom: 116px!important
    }

    .\--padding-bottom-md-117 {
        padding-bottom: 117px!important
    }

    .\--margin-bottom-md-117 {
        margin-bottom: 117px!important
    }

    .\--padding-bottom-md-118 {
        padding-bottom: 118px!important
    }

    .\--margin-bottom-md-118 {
        margin-bottom: 118px!important
    }

    .\--padding-bottom-md-119 {
        padding-bottom: 119px!important
    }

    .\--margin-bottom-md-119 {
        margin-bottom: 119px!important
    }

    .\--padding-bottom-md-120 {
        padding-bottom: 120px!important
    }

    .\--margin-bottom-md-120 {
        margin-bottom: 120px!important
    }

    .\--padding-bottom-md-121 {
        padding-bottom: 121px!important
    }

    .\--margin-bottom-md-121 {
        margin-bottom: 121px!important
    }

    .\--padding-bottom-md-122 {
        padding-bottom: 122px!important
    }

    .\--margin-bottom-md-122 {
        margin-bottom: 122px!important
    }

    .\--padding-bottom-md-123 {
        padding-bottom: 123px!important
    }

    .\--margin-bottom-md-123 {
        margin-bottom: 123px!important
    }

    .\--padding-bottom-md-124 {
        padding-bottom: 124px!important
    }

    .\--margin-bottom-md-124 {
        margin-bottom: 124px!important
    }

    .\--padding-bottom-md-125 {
        padding-bottom: 125px!important
    }

    .\--margin-bottom-md-125 {
        margin-bottom: 125px!important
    }

    .\--padding-bottom-md-126 {
        padding-bottom: 126px!important
    }

    .\--margin-bottom-md-126 {
        margin-bottom: 126px!important
    }

    .\--padding-bottom-md-127 {
        padding-bottom: 127px!important
    }

    .\--margin-bottom-md-127 {
        margin-bottom: 127px!important
    }

    .\--padding-bottom-md-128 {
        padding-bottom: 128px!important
    }

    .\--margin-bottom-md-128 {
        margin-bottom: 128px!important
    }

    .\--padding-bottom-md-129 {
        padding-bottom: 129px!important
    }

    .\--margin-bottom-md-129 {
        margin-bottom: 129px!important
    }

    .\--padding-bottom-md-130 {
        padding-bottom: 130px!important
    }

    .\--margin-bottom-md-130 {
        margin-bottom: 130px!important
    }

    .\--padding-bottom-md-131 {
        padding-bottom: 131px!important
    }

    .\--margin-bottom-md-131 {
        margin-bottom: 131px!important
    }

    .\--padding-bottom-md-132 {
        padding-bottom: 132px!important
    }

    .\--margin-bottom-md-132 {
        margin-bottom: 132px!important
    }

    .\--padding-bottom-md-133 {
        padding-bottom: 133px!important
    }

    .\--margin-bottom-md-133 {
        margin-bottom: 133px!important
    }

    .\--padding-bottom-md-134 {
        padding-bottom: 134px!important
    }

    .\--margin-bottom-md-134 {
        margin-bottom: 134px!important
    }

    .\--padding-bottom-md-135 {
        padding-bottom: 135px!important
    }

    .\--margin-bottom-md-135 {
        margin-bottom: 135px!important
    }

    .\--padding-bottom-md-136 {
        padding-bottom: 136px!important
    }

    .\--margin-bottom-md-136 {
        margin-bottom: 136px!important
    }

    .\--padding-bottom-md-137 {
        padding-bottom: 137px!important
    }

    .\--margin-bottom-md-137 {
        margin-bottom: 137px!important
    }

    .\--padding-bottom-md-138 {
        padding-bottom: 138px!important
    }

    .\--margin-bottom-md-138 {
        margin-bottom: 138px!important
    }

    .\--padding-bottom-md-139 {
        padding-bottom: 139px!important
    }

    .\--margin-bottom-md-139 {
        margin-bottom: 139px!important
    }

    .\--padding-bottom-md-140 {
        padding-bottom: 140px!important
    }

    .\--margin-bottom-md-140 {
        margin-bottom: 140px!important
    }

    .\--padding-bottom-md-141 {
        padding-bottom: 141px!important
    }

    .\--margin-bottom-md-141 {
        margin-bottom: 141px!important
    }

    .\--padding-bottom-md-142 {
        padding-bottom: 142px!important
    }

    .\--margin-bottom-md-142 {
        margin-bottom: 142px!important
    }

    .\--padding-bottom-md-143 {
        padding-bottom: 143px!important
    }

    .\--margin-bottom-md-143 {
        margin-bottom: 143px!important
    }

    .\--padding-bottom-md-144 {
        padding-bottom: 144px!important
    }

    .\--margin-bottom-md-144 {
        margin-bottom: 144px!important
    }

    .\--padding-bottom-md-145 {
        padding-bottom: 145px!important
    }

    .\--margin-bottom-md-145 {
        margin-bottom: 145px!important
    }

    .\--padding-bottom-md-146 {
        padding-bottom: 146px!important
    }

    .\--margin-bottom-md-146 {
        margin-bottom: 146px!important
    }

    .\--padding-bottom-md-147 {
        padding-bottom: 147px!important
    }

    .\--margin-bottom-md-147 {
        margin-bottom: 147px!important
    }

    .\--padding-bottom-md-148 {
        padding-bottom: 148px!important
    }

    .\--margin-bottom-md-148 {
        margin-bottom: 148px!important
    }

    .\--padding-bottom-md-149 {
        padding-bottom: 149px!important
    }

    .\--margin-bottom-md-149 {
        margin-bottom: 149px!important
    }

    .\--padding-bottom-md-150 {
        padding-bottom: 150px!important
    }

    .\--margin-bottom-md-150 {
        margin-bottom: 150px!important
    }

    .\--padding-bottom-md-151 {
        padding-bottom: 151px!important
    }

    .\--margin-bottom-md-151 {
        margin-bottom: 151px!important
    }

    .\--padding-bottom-md-152 {
        padding-bottom: 152px!important
    }

    .\--margin-bottom-md-152 {
        margin-bottom: 152px!important
    }

    .\--padding-bottom-md-153 {
        padding-bottom: 153px!important
    }

    .\--margin-bottom-md-153 {
        margin-bottom: 153px!important
    }

    .\--padding-bottom-md-154 {
        padding-bottom: 154px!important
    }

    .\--margin-bottom-md-154 {
        margin-bottom: 154px!important
    }

    .\--padding-bottom-md-155 {
        padding-bottom: 155px!important
    }

    .\--margin-bottom-md-155 {
        margin-bottom: 155px!important
    }

    .\--padding-bottom-md-156 {
        padding-bottom: 156px!important
    }

    .\--margin-bottom-md-156 {
        margin-bottom: 156px!important
    }

    .\--padding-bottom-md-157 {
        padding-bottom: 157px!important
    }

    .\--margin-bottom-md-157 {
        margin-bottom: 157px!important
    }

    .\--padding-bottom-md-158 {
        padding-bottom: 158px!important
    }

    .\--margin-bottom-md-158 {
        margin-bottom: 158px!important
    }

    .\--padding-bottom-md-159 {
        padding-bottom: 159px!important
    }

    .\--margin-bottom-md-159 {
        margin-bottom: 159px!important
    }

    .\--padding-bottom-md-160 {
        padding-bottom: 160px!important
    }

    .\--margin-bottom-md-160 {
        margin-bottom: 160px!important
    }

    .\--padding-bottom-md-161 {
        padding-bottom: 161px!important
    }

    .\--margin-bottom-md-161 {
        margin-bottom: 161px!important
    }

    .\--padding-bottom-md-162 {
        padding-bottom: 162px!important
    }

    .\--margin-bottom-md-162 {
        margin-bottom: 162px!important
    }

    .\--padding-bottom-md-163 {
        padding-bottom: 163px!important
    }

    .\--margin-bottom-md-163 {
        margin-bottom: 163px!important
    }

    .\--padding-bottom-md-164 {
        padding-bottom: 164px!important
    }

    .\--margin-bottom-md-164 {
        margin-bottom: 164px!important
    }

    .\--padding-bottom-md-165 {
        padding-bottom: 165px!important
    }

    .\--margin-bottom-md-165 {
        margin-bottom: 165px!important
    }

    .\--padding-bottom-md-166 {
        padding-bottom: 166px!important
    }

    .\--margin-bottom-md-166 {
        margin-bottom: 166px!important
    }

    .\--padding-bottom-md-167 {
        padding-bottom: 167px!important
    }

    .\--margin-bottom-md-167 {
        margin-bottom: 167px!important
    }

    .\--padding-bottom-md-168 {
        padding-bottom: 168px!important
    }

    .\--margin-bottom-md-168 {
        margin-bottom: 168px!important
    }

    .\--padding-bottom-md-169 {
        padding-bottom: 169px!important
    }

    .\--margin-bottom-md-169 {
        margin-bottom: 169px!important
    }

    .\--padding-bottom-md-170 {
        padding-bottom: 170px!important
    }

    .\--margin-bottom-md-170 {
        margin-bottom: 170px!important
    }

    .\--padding-bottom-md-171 {
        padding-bottom: 171px!important
    }

    .\--margin-bottom-md-171 {
        margin-bottom: 171px!important
    }

    .\--padding-bottom-md-172 {
        padding-bottom: 172px!important
    }

    .\--margin-bottom-md-172 {
        margin-bottom: 172px!important
    }

    .\--padding-bottom-md-173 {
        padding-bottom: 173px!important
    }

    .\--margin-bottom-md-173 {
        margin-bottom: 173px!important
    }

    .\--padding-bottom-md-174 {
        padding-bottom: 174px!important
    }

    .\--margin-bottom-md-174 {
        margin-bottom: 174px!important
    }

    .\--padding-bottom-md-175 {
        padding-bottom: 175px!important
    }

    .\--margin-bottom-md-175 {
        margin-bottom: 175px!important
    }

    .\--padding-bottom-md-176 {
        padding-bottom: 176px!important
    }

    .\--margin-bottom-md-176 {
        margin-bottom: 176px!important
    }

    .\--padding-bottom-md-177 {
        padding-bottom: 177px!important
    }

    .\--margin-bottom-md-177 {
        margin-bottom: 177px!important
    }

    .\--padding-bottom-md-178 {
        padding-bottom: 178px!important
    }

    .\--margin-bottom-md-178 {
        margin-bottom: 178px!important
    }

    .\--padding-bottom-md-179 {
        padding-bottom: 179px!important
    }

    .\--margin-bottom-md-179 {
        margin-bottom: 179px!important
    }

    .\--padding-bottom-md-180 {
        padding-bottom: 180px!important
    }

    .\--margin-bottom-md-180 {
        margin-bottom: 180px!important
    }

    .\--padding-bottom-md-181 {
        padding-bottom: 181px!important
    }

    .\--margin-bottom-md-181 {
        margin-bottom: 181px!important
    }

    .\--padding-bottom-md-182 {
        padding-bottom: 182px!important
    }

    .\--margin-bottom-md-182 {
        margin-bottom: 182px!important
    }

    .\--padding-bottom-md-183 {
        padding-bottom: 183px!important
    }

    .\--margin-bottom-md-183 {
        margin-bottom: 183px!important
    }

    .\--padding-bottom-md-184 {
        padding-bottom: 184px!important
    }

    .\--margin-bottom-md-184 {
        margin-bottom: 184px!important
    }

    .\--padding-bottom-md-185 {
        padding-bottom: 185px!important
    }

    .\--margin-bottom-md-185 {
        margin-bottom: 185px!important
    }

    .\--padding-bottom-md-186 {
        padding-bottom: 186px!important
    }

    .\--margin-bottom-md-186 {
        margin-bottom: 186px!important
    }

    .\--padding-bottom-md-187 {
        padding-bottom: 187px!important
    }

    .\--margin-bottom-md-187 {
        margin-bottom: 187px!important
    }

    .\--padding-bottom-md-188 {
        padding-bottom: 188px!important
    }

    .\--margin-bottom-md-188 {
        margin-bottom: 188px!important
    }

    .\--padding-bottom-md-189 {
        padding-bottom: 189px!important
    }

    .\--margin-bottom-md-189 {
        margin-bottom: 189px!important
    }

    .\--padding-bottom-md-190 {
        padding-bottom: 190px!important
    }

    .\--margin-bottom-md-190 {
        margin-bottom: 190px!important
    }

    .\--padding-bottom-md-191 {
        padding-bottom: 191px!important
    }

    .\--margin-bottom-md-191 {
        margin-bottom: 191px!important
    }

    .\--padding-bottom-md-192 {
        padding-bottom: 192px!important
    }

    .\--margin-bottom-md-192 {
        margin-bottom: 192px!important
    }

    .\--padding-bottom-md-193 {
        padding-bottom: 193px!important
    }

    .\--margin-bottom-md-193 {
        margin-bottom: 193px!important
    }

    .\--padding-bottom-md-194 {
        padding-bottom: 194px!important
    }

    .\--margin-bottom-md-194 {
        margin-bottom: 194px!important
    }

    .\--padding-bottom-md-195 {
        padding-bottom: 195px!important
    }

    .\--margin-bottom-md-195 {
        margin-bottom: 195px!important
    }

    .\--padding-bottom-md-196 {
        padding-bottom: 196px!important
    }

    .\--margin-bottom-md-196 {
        margin-bottom: 196px!important
    }

    .\--padding-bottom-md-197 {
        padding-bottom: 197px!important
    }

    .\--margin-bottom-md-197 {
        margin-bottom: 197px!important
    }

    .\--padding-bottom-md-198 {
        padding-bottom: 198px!important
    }

    .\--margin-bottom-md-198 {
        margin-bottom: 198px!important
    }

    .\--padding-bottom-md-199 {
        padding-bottom: 199px!important
    }

    .\--margin-bottom-md-199 {
        margin-bottom: 199px!important
    }

    .\--padding-bottom-md-200 {
        padding-bottom: 200px!important
    }

    .\--margin-bottom-md-200 {
        margin-bottom: 200px!important
    }

    .\--padding-bottom-md-201 {
        padding-bottom: 201px!important
    }

    .\--margin-bottom-md-201 {
        margin-bottom: 201px!important
    }

    .\--padding-bottom-md-202 {
        padding-bottom: 202px!important
    }

    .\--margin-bottom-md-202 {
        margin-bottom: 202px!important
    }

    .\--padding-bottom-md-203 {
        padding-bottom: 203px!important
    }

    .\--margin-bottom-md-203 {
        margin-bottom: 203px!important
    }

    .\--padding-bottom-md-204 {
        padding-bottom: 204px!important
    }

    .\--margin-bottom-md-204 {
        margin-bottom: 204px!important
    }

    .\--padding-bottom-md-205 {
        padding-bottom: 205px!important
    }

    .\--margin-bottom-md-205 {
        margin-bottom: 205px!important
    }

    .\--padding-bottom-md-206 {
        padding-bottom: 206px!important
    }

    .\--margin-bottom-md-206 {
        margin-bottom: 206px!important
    }

    .\--padding-bottom-md-207 {
        padding-bottom: 207px!important
    }

    .\--margin-bottom-md-207 {
        margin-bottom: 207px!important
    }

    .\--padding-bottom-md-208 {
        padding-bottom: 208px!important
    }

    .\--margin-bottom-md-208 {
        margin-bottom: 208px!important
    }

    .\--padding-bottom-md-209 {
        padding-bottom: 209px!important
    }

    .\--margin-bottom-md-209 {
        margin-bottom: 209px!important
    }

    .\--padding-bottom-md-210 {
        padding-bottom: 210px!important
    }

    .\--margin-bottom-md-210 {
        margin-bottom: 210px!important
    }

    .\--padding-bottom-md-211 {
        padding-bottom: 211px!important
    }

    .\--margin-bottom-md-211 {
        margin-bottom: 211px!important
    }

    .\--padding-bottom-md-212 {
        padding-bottom: 212px!important
    }

    .\--margin-bottom-md-212 {
        margin-bottom: 212px!important
    }

    .\--padding-bottom-md-213 {
        padding-bottom: 213px!important
    }

    .\--margin-bottom-md-213 {
        margin-bottom: 213px!important
    }

    .\--padding-bottom-md-214 {
        padding-bottom: 214px!important
    }

    .\--margin-bottom-md-214 {
        margin-bottom: 214px!important
    }

    .\--padding-bottom-md-215 {
        padding-bottom: 215px!important
    }

    .\--margin-bottom-md-215 {
        margin-bottom: 215px!important
    }

    .\--padding-bottom-md-216 {
        padding-bottom: 216px!important
    }

    .\--margin-bottom-md-216 {
        margin-bottom: 216px!important
    }

    .\--padding-bottom-md-217 {
        padding-bottom: 217px!important
    }

    .\--margin-bottom-md-217 {
        margin-bottom: 217px!important
    }

    .\--padding-bottom-md-218 {
        padding-bottom: 218px!important
    }

    .\--margin-bottom-md-218 {
        margin-bottom: 218px!important
    }

    .\--padding-bottom-md-219 {
        padding-bottom: 219px!important
    }

    .\--margin-bottom-md-219 {
        margin-bottom: 219px!important
    }

    .\--padding-bottom-md-220 {
        padding-bottom: 220px!important
    }

    .\--margin-bottom-md-220 {
        margin-bottom: 220px!important
    }

    .\--padding-bottom-md-221 {
        padding-bottom: 221px!important
    }

    .\--margin-bottom-md-221 {
        margin-bottom: 221px!important
    }

    .\--padding-bottom-md-222 {
        padding-bottom: 222px!important
    }

    .\--margin-bottom-md-222 {
        margin-bottom: 222px!important
    }

    .\--padding-bottom-md-223 {
        padding-bottom: 223px!important
    }

    .\--margin-bottom-md-223 {
        margin-bottom: 223px!important
    }

    .\--padding-bottom-md-224 {
        padding-bottom: 224px!important
    }

    .\--margin-bottom-md-224 {
        margin-bottom: 224px!important
    }

    .\--padding-bottom-md-225 {
        padding-bottom: 225px!important
    }

    .\--margin-bottom-md-225 {
        margin-bottom: 225px!important
    }

    .\--padding-bottom-md-226 {
        padding-bottom: 226px!important
    }

    .\--margin-bottom-md-226 {
        margin-bottom: 226px!important
    }

    .\--padding-bottom-md-227 {
        padding-bottom: 227px!important
    }

    .\--margin-bottom-md-227 {
        margin-bottom: 227px!important
    }

    .\--padding-bottom-md-228 {
        padding-bottom: 228px!important
    }

    .\--margin-bottom-md-228 {
        margin-bottom: 228px!important
    }

    .\--padding-bottom-md-229 {
        padding-bottom: 229px!important
    }

    .\--margin-bottom-md-229 {
        margin-bottom: 229px!important
    }

    .\--padding-bottom-md-230 {
        padding-bottom: 230px!important
    }

    .\--margin-bottom-md-230 {
        margin-bottom: 230px!important
    }

    .\--padding-bottom-md-231 {
        padding-bottom: 231px!important
    }

    .\--margin-bottom-md-231 {
        margin-bottom: 231px!important
    }

    .\--padding-bottom-md-232 {
        padding-bottom: 232px!important
    }

    .\--margin-bottom-md-232 {
        margin-bottom: 232px!important
    }

    .\--padding-bottom-md-233 {
        padding-bottom: 233px!important
    }

    .\--margin-bottom-md-233 {
        margin-bottom: 233px!important
    }

    .\--padding-bottom-md-234 {
        padding-bottom: 234px!important
    }

    .\--margin-bottom-md-234 {
        margin-bottom: 234px!important
    }

    .\--padding-bottom-md-235 {
        padding-bottom: 235px!important
    }

    .\--margin-bottom-md-235 {
        margin-bottom: 235px!important
    }

    .\--padding-bottom-md-236 {
        padding-bottom: 236px!important
    }

    .\--margin-bottom-md-236 {
        margin-bottom: 236px!important
    }

    .\--padding-bottom-md-237 {
        padding-bottom: 237px!important
    }

    .\--margin-bottom-md-237 {
        margin-bottom: 237px!important
    }

    .\--padding-bottom-md-238 {
        padding-bottom: 238px!important
    }

    .\--margin-bottom-md-238 {
        margin-bottom: 238px!important
    }

    .\--padding-bottom-md-239 {
        padding-bottom: 239px!important
    }

    .\--margin-bottom-md-239 {
        margin-bottom: 239px!important
    }

    .\--padding-bottom-md-240 {
        padding-bottom: 240px!important
    }

    .\--margin-bottom-md-240 {
        margin-bottom: 240px!important
    }

    .\--padding-bottom-md-241 {
        padding-bottom: 241px!important
    }

    .\--margin-bottom-md-241 {
        margin-bottom: 241px!important
    }

    .\--padding-bottom-md-242 {
        padding-bottom: 242px!important
    }

    .\--margin-bottom-md-242 {
        margin-bottom: 242px!important
    }

    .\--padding-bottom-md-243 {
        padding-bottom: 243px!important
    }

    .\--margin-bottom-md-243 {
        margin-bottom: 243px!important
    }

    .\--padding-bottom-md-244 {
        padding-bottom: 244px!important
    }

    .\--margin-bottom-md-244 {
        margin-bottom: 244px!important
    }

    .\--padding-bottom-md-245 {
        padding-bottom: 245px!important
    }

    .\--margin-bottom-md-245 {
        margin-bottom: 245px!important
    }

    .\--padding-bottom-md-246 {
        padding-bottom: 246px!important
    }

    .\--margin-bottom-md-246 {
        margin-bottom: 246px!important
    }

    .\--padding-bottom-md-247 {
        padding-bottom: 247px!important
    }

    .\--margin-bottom-md-247 {
        margin-bottom: 247px!important
    }

    .\--padding-bottom-md-248 {
        padding-bottom: 248px!important
    }

    .\--margin-bottom-md-248 {
        margin-bottom: 248px!important
    }

    .\--padding-bottom-md-249 {
        padding-bottom: 249px!important
    }

    .\--margin-bottom-md-249 {
        margin-bottom: 249px!important
    }

    .\--padding-bottom-md-250 {
        padding-bottom: 250px!important
    }

    .\--margin-bottom-md-250 {
        margin-bottom: 250px!important
    }

    .\--padding-bottom-md-251 {
        padding-bottom: 251px!important
    }

    .\--margin-bottom-md-251 {
        margin-bottom: 251px!important
    }

    .\--padding-bottom-md-252 {
        padding-bottom: 252px!important
    }

    .\--margin-bottom-md-252 {
        margin-bottom: 252px!important
    }

    .\--padding-bottom-md-253 {
        padding-bottom: 253px!important
    }

    .\--margin-bottom-md-253 {
        margin-bottom: 253px!important
    }

    .\--padding-bottom-md-254 {
        padding-bottom: 254px!important
    }

    .\--margin-bottom-md-254 {
        margin-bottom: 254px!important
    }

    .\--padding-bottom-md-255 {
        padding-bottom: 255px!important
    }

    .\--margin-bottom-md-255 {
        margin-bottom: 255px!important
    }

    .\--padding-bottom-md-256 {
        padding-bottom: 256px!important
    }

    .\--margin-bottom-md-256 {
        margin-bottom: 256px!important
    }

    .\--padding-bottom-md-257 {
        padding-bottom: 257px!important
    }

    .\--margin-bottom-md-257 {
        margin-bottom: 257px!important
    }

    .\--padding-bottom-md-258 {
        padding-bottom: 258px!important
    }

    .\--margin-bottom-md-258 {
        margin-bottom: 258px!important
    }

    .\--padding-bottom-md-259 {
        padding-bottom: 259px!important
    }

    .\--margin-bottom-md-259 {
        margin-bottom: 259px!important
    }

    .\--padding-bottom-md-260 {
        padding-bottom: 260px!important
    }

    .\--margin-bottom-md-260 {
        margin-bottom: 260px!important
    }

    .\--padding-bottom-md-261 {
        padding-bottom: 261px!important
    }

    .\--margin-bottom-md-261 {
        margin-bottom: 261px!important
    }

    .\--padding-bottom-md-262 {
        padding-bottom: 262px!important
    }

    .\--margin-bottom-md-262 {
        margin-bottom: 262px!important
    }

    .\--padding-bottom-md-263 {
        padding-bottom: 263px!important
    }

    .\--margin-bottom-md-263 {
        margin-bottom: 263px!important
    }

    .\--padding-bottom-md-264 {
        padding-bottom: 264px!important
    }

    .\--margin-bottom-md-264 {
        margin-bottom: 264px!important
    }

    .\--padding-bottom-md-265 {
        padding-bottom: 265px!important
    }

    .\--margin-bottom-md-265 {
        margin-bottom: 265px!important
    }

    .\--padding-bottom-md-266 {
        padding-bottom: 266px!important
    }

    .\--margin-bottom-md-266 {
        margin-bottom: 266px!important
    }

    .\--padding-bottom-md-267 {
        padding-bottom: 267px!important
    }

    .\--margin-bottom-md-267 {
        margin-bottom: 267px!important
    }

    .\--padding-bottom-md-268 {
        padding-bottom: 268px!important
    }

    .\--margin-bottom-md-268 {
        margin-bottom: 268px!important
    }

    .\--padding-bottom-md-269 {
        padding-bottom: 269px!important
    }

    .\--margin-bottom-md-269 {
        margin-bottom: 269px!important
    }

    .\--padding-bottom-md-270 {
        padding-bottom: 270px!important
    }

    .\--margin-bottom-md-270 {
        margin-bottom: 270px!important
    }

    .\--padding-bottom-md-271 {
        padding-bottom: 271px!important
    }

    .\--margin-bottom-md-271 {
        margin-bottom: 271px!important
    }

    .\--padding-bottom-md-272 {
        padding-bottom: 272px!important
    }

    .\--margin-bottom-md-272 {
        margin-bottom: 272px!important
    }

    .\--padding-bottom-md-273 {
        padding-bottom: 273px!important
    }

    .\--margin-bottom-md-273 {
        margin-bottom: 273px!important
    }

    .\--padding-bottom-md-274 {
        padding-bottom: 274px!important
    }

    .\--margin-bottom-md-274 {
        margin-bottom: 274px!important
    }

    .\--padding-bottom-md-275 {
        padding-bottom: 275px!important
    }

    .\--margin-bottom-md-275 {
        margin-bottom: 275px!important
    }

    .\--padding-bottom-md-276 {
        padding-bottom: 276px!important
    }

    .\--margin-bottom-md-276 {
        margin-bottom: 276px!important
    }

    .\--padding-bottom-md-277 {
        padding-bottom: 277px!important
    }

    .\--margin-bottom-md-277 {
        margin-bottom: 277px!important
    }

    .\--padding-bottom-md-278 {
        padding-bottom: 278px!important
    }

    .\--margin-bottom-md-278 {
        margin-bottom: 278px!important
    }

    .\--padding-bottom-md-279 {
        padding-bottom: 279px!important
    }

    .\--margin-bottom-md-279 {
        margin-bottom: 279px!important
    }

    .\--padding-bottom-md-280 {
        padding-bottom: 280px!important
    }

    .\--margin-bottom-md-280 {
        margin-bottom: 280px!important
    }

    .\--padding-bottom-md-281 {
        padding-bottom: 281px!important
    }

    .\--margin-bottom-md-281 {
        margin-bottom: 281px!important
    }

    .\--padding-bottom-md-282 {
        padding-bottom: 282px!important
    }

    .\--margin-bottom-md-282 {
        margin-bottom: 282px!important
    }

    .\--padding-bottom-md-283 {
        padding-bottom: 283px!important
    }

    .\--margin-bottom-md-283 {
        margin-bottom: 283px!important
    }

    .\--padding-bottom-md-284 {
        padding-bottom: 284px!important
    }

    .\--margin-bottom-md-284 {
        margin-bottom: 284px!important
    }

    .\--padding-bottom-md-285 {
        padding-bottom: 285px!important
    }

    .\--margin-bottom-md-285 {
        margin-bottom: 285px!important
    }

    .\--padding-bottom-md-286 {
        padding-bottom: 286px!important
    }

    .\--margin-bottom-md-286 {
        margin-bottom: 286px!important
    }

    .\--padding-bottom-md-287 {
        padding-bottom: 287px!important
    }

    .\--margin-bottom-md-287 {
        margin-bottom: 287px!important
    }

    .\--padding-bottom-md-288 {
        padding-bottom: 288px!important
    }

    .\--margin-bottom-md-288 {
        margin-bottom: 288px!important
    }

    .\--padding-bottom-md-289 {
        padding-bottom: 289px!important
    }

    .\--margin-bottom-md-289 {
        margin-bottom: 289px!important
    }

    .\--padding-bottom-md-290 {
        padding-bottom: 290px!important
    }

    .\--margin-bottom-md-290 {
        margin-bottom: 290px!important
    }

    .\--padding-bottom-md-291 {
        padding-bottom: 291px!important
    }

    .\--margin-bottom-md-291 {
        margin-bottom: 291px!important
    }

    .\--padding-bottom-md-292 {
        padding-bottom: 292px!important
    }

    .\--margin-bottom-md-292 {
        margin-bottom: 292px!important
    }

    .\--padding-bottom-md-293 {
        padding-bottom: 293px!important
    }

    .\--margin-bottom-md-293 {
        margin-bottom: 293px!important
    }

    .\--padding-bottom-md-294 {
        padding-bottom: 294px!important
    }

    .\--margin-bottom-md-294 {
        margin-bottom: 294px!important
    }

    .\--padding-bottom-md-295 {
        padding-bottom: 295px!important
    }

    .\--margin-bottom-md-295 {
        margin-bottom: 295px!important
    }

    .\--padding-bottom-md-296 {
        padding-bottom: 296px!important
    }

    .\--margin-bottom-md-296 {
        margin-bottom: 296px!important
    }

    .\--padding-bottom-md-297 {
        padding-bottom: 297px!important
    }

    .\--margin-bottom-md-297 {
        margin-bottom: 297px!important
    }

    .\--padding-bottom-md-298 {
        padding-bottom: 298px!important
    }

    .\--margin-bottom-md-298 {
        margin-bottom: 298px!important
    }

    .\--padding-bottom-md-299 {
        padding-bottom: 299px!important
    }

    .\--margin-bottom-md-299 {
        margin-bottom: 299px!important
    }

    .\--padding-bottom-md-300 {
        padding-bottom: 300px!important
    }

    .\--margin-bottom-md-300 {
        margin-bottom: 300px!important
    }
}

@media only screen and (min-width: 768px) and (max-width:1279px) {
    .\--padding-top-sm-0 {
        padding-top:0!important
    }

    .\--margin-top-sm-0 {
        margin-top: 0!important
    }

    .\--padding-top-sm-1 {
        padding-top: 1px!important
    }

    .\--margin-top-sm-1 {
        margin-top: 1px!important
    }

    .\--padding-top-sm-2 {
        padding-top: 2px!important
    }

    .\--margin-top-sm-2 {
        margin-top: 2px!important
    }

    .\--padding-top-sm-3 {
        padding-top: 3px!important
    }

    .\--margin-top-sm-3 {
        margin-top: 3px!important
    }

    .\--padding-top-sm-4 {
        padding-top: 4px!important
    }

    .\--margin-top-sm-4 {
        margin-top: 4px!important
    }

    .\--padding-top-sm-5 {
        padding-top: 5px!important
    }

    .\--margin-top-sm-5 {
        margin-top: 5px!important
    }

    .\--padding-top-sm-6 {
        padding-top: 6px!important
    }

    .\--margin-top-sm-6 {
        margin-top: 6px!important
    }

    .\--padding-top-sm-7 {
        padding-top: 7px!important
    }

    .\--margin-top-sm-7 {
        margin-top: 7px!important
    }

    .\--padding-top-sm-8 {
        padding-top: 8px!important
    }

    .\--margin-top-sm-8 {
        margin-top: 8px!important
    }

    .\--padding-top-sm-9 {
        padding-top: 9px!important
    }

    .\--margin-top-sm-9 {
        margin-top: 9px!important
    }

    .\--padding-top-sm-10 {
        padding-top: 10px!important
    }

    .\--margin-top-sm-10 {
        margin-top: 10px!important
    }

    .\--padding-top-sm-11 {
        padding-top: 11px!important
    }

    .\--margin-top-sm-11 {
        margin-top: 11px!important
    }

    .\--padding-top-sm-12 {
        padding-top: 12px!important
    }

    .\--margin-top-sm-12 {
        margin-top: 12px!important
    }

    .\--padding-top-sm-13 {
        padding-top: 13px!important
    }

    .\--margin-top-sm-13 {
        margin-top: 13px!important
    }

    .\--padding-top-sm-14 {
        padding-top: 14px!important
    }

    .\--margin-top-sm-14 {
        margin-top: 14px!important
    }

    .\--padding-top-sm-15 {
        padding-top: 15px!important
    }

    .\--margin-top-sm-15 {
        margin-top: 15px!important
    }

    .\--padding-top-sm-16 {
        padding-top: 16px!important
    }

    .\--margin-top-sm-16 {
        margin-top: 16px!important
    }

    .\--padding-top-sm-17 {
        padding-top: 17px!important
    }

    .\--margin-top-sm-17 {
        margin-top: 17px!important
    }

    .\--padding-top-sm-18 {
        padding-top: 18px!important
    }

    .\--margin-top-sm-18 {
        margin-top: 18px!important
    }

    .\--padding-top-sm-19 {
        padding-top: 19px!important
    }

    .\--margin-top-sm-19 {
        margin-top: 19px!important
    }

    .\--padding-top-sm-20 {
        padding-top: 20px!important
    }

    .\--margin-top-sm-20 {
        margin-top: 20px!important
    }

    .\--padding-top-sm-21 {
        padding-top: 21px!important
    }

    .\--margin-top-sm-21 {
        margin-top: 21px!important
    }

    .\--padding-top-sm-22 {
        padding-top: 22px!important
    }

    .\--margin-top-sm-22 {
        margin-top: 22px!important
    }

    .\--padding-top-sm-23 {
        padding-top: 23px!important
    }

    .\--margin-top-sm-23 {
        margin-top: 23px!important
    }

    .\--padding-top-sm-24 {
        padding-top: 24px!important
    }

    .\--margin-top-sm-24 {
        margin-top: 24px!important
    }

    .\--padding-top-sm-25 {
        padding-top: 25px!important
    }

    .\--margin-top-sm-25 {
        margin-top: 25px!important
    }

    .\--padding-top-sm-26 {
        padding-top: 26px!important
    }

    .\--margin-top-sm-26 {
        margin-top: 26px!important
    }

    .\--padding-top-sm-27 {
        padding-top: 27px!important
    }

    .\--margin-top-sm-27 {
        margin-top: 27px!important
    }

    .\--padding-top-sm-28 {
        padding-top: 28px!important
    }

    .\--margin-top-sm-28 {
        margin-top: 28px!important
    }

    .\--padding-top-sm-29 {
        padding-top: 29px!important
    }

    .\--margin-top-sm-29 {
        margin-top: 29px!important
    }

    .\--padding-top-sm-30 {
        padding-top: 30px!important
    }

    .\--margin-top-sm-30 {
        margin-top: 30px!important
    }

    .\--padding-top-sm-31 {
        padding-top: 31px!important
    }

    .\--margin-top-sm-31 {
        margin-top: 31px!important
    }

    .\--padding-top-sm-32 {
        padding-top: 32px!important
    }

    .\--margin-top-sm-32 {
        margin-top: 32px!important
    }

    .\--padding-top-sm-33 {
        padding-top: 33px!important
    }

    .\--margin-top-sm-33 {
        margin-top: 33px!important
    }

    .\--padding-top-sm-34 {
        padding-top: 34px!important
    }

    .\--margin-top-sm-34 {
        margin-top: 34px!important
    }

    .\--padding-top-sm-35 {
        padding-top: 35px!important
    }

    .\--margin-top-sm-35 {
        margin-top: 35px!important
    }

    .\--padding-top-sm-36 {
        padding-top: 36px!important
    }

    .\--margin-top-sm-36 {
        margin-top: 36px!important
    }

    .\--padding-top-sm-37 {
        padding-top: 37px!important
    }

    .\--margin-top-sm-37 {
        margin-top: 37px!important
    }

    .\--padding-top-sm-38 {
        padding-top: 38px!important
    }

    .\--margin-top-sm-38 {
        margin-top: 38px!important
    }

    .\--padding-top-sm-39 {
        padding-top: 39px!important
    }

    .\--margin-top-sm-39 {
        margin-top: 39px!important
    }

    .\--padding-top-sm-40 {
        padding-top: 40px!important
    }

    .\--margin-top-sm-40 {
        margin-top: 40px!important
    }

    .\--padding-top-sm-41 {
        padding-top: 41px!important
    }

    .\--margin-top-sm-41 {
        margin-top: 41px!important
    }

    .\--padding-top-sm-42 {
        padding-top: 42px!important
    }

    .\--margin-top-sm-42 {
        margin-top: 42px!important
    }

    .\--padding-top-sm-43 {
        padding-top: 43px!important
    }

    .\--margin-top-sm-43 {
        margin-top: 43px!important
    }

    .\--padding-top-sm-44 {
        padding-top: 44px!important
    }

    .\--margin-top-sm-44 {
        margin-top: 44px!important
    }

    .\--padding-top-sm-45 {
        padding-top: 45px!important
    }

    .\--margin-top-sm-45 {
        margin-top: 45px!important
    }

    .\--padding-top-sm-46 {
        padding-top: 46px!important
    }

    .\--margin-top-sm-46 {
        margin-top: 46px!important
    }

    .\--padding-top-sm-47 {
        padding-top: 47px!important
    }

    .\--margin-top-sm-47 {
        margin-top: 47px!important
    }

    .\--padding-top-sm-48 {
        padding-top: 48px!important
    }

    .\--margin-top-sm-48 {
        margin-top: 48px!important
    }

    .\--padding-top-sm-49 {
        padding-top: 49px!important
    }

    .\--margin-top-sm-49 {
        margin-top: 49px!important
    }

    .\--padding-top-sm-50 {
        padding-top: 50px!important
    }

    .\--margin-top-sm-50 {
        margin-top: 50px!important
    }

    .\--padding-top-sm-51 {
        padding-top: 51px!important
    }

    .\--margin-top-sm-51 {
        margin-top: 51px!important
    }

    .\--padding-top-sm-52 {
        padding-top: 52px!important
    }

    .\--margin-top-sm-52 {
        margin-top: 52px!important
    }

    .\--padding-top-sm-53 {
        padding-top: 53px!important
    }

    .\--margin-top-sm-53 {
        margin-top: 53px!important
    }

    .\--padding-top-sm-54 {
        padding-top: 54px!important
    }

    .\--margin-top-sm-54 {
        margin-top: 54px!important
    }

    .\--padding-top-sm-55 {
        padding-top: 55px!important
    }

    .\--margin-top-sm-55 {
        margin-top: 55px!important
    }

    .\--padding-top-sm-56 {
        padding-top: 56px!important
    }

    .\--margin-top-sm-56 {
        margin-top: 56px!important
    }

    .\--padding-top-sm-57 {
        padding-top: 57px!important
    }

    .\--margin-top-sm-57 {
        margin-top: 57px!important
    }

    .\--padding-top-sm-58 {
        padding-top: 58px!important
    }

    .\--margin-top-sm-58 {
        margin-top: 58px!important
    }

    .\--padding-top-sm-59 {
        padding-top: 59px!important
    }

    .\--margin-top-sm-59 {
        margin-top: 59px!important
    }

    .\--padding-top-sm-60 {
        padding-top: 60px!important
    }

    .\--margin-top-sm-60 {
        margin-top: 60px!important
    }

    .\--padding-top-sm-61 {
        padding-top: 61px!important
    }

    .\--margin-top-sm-61 {
        margin-top: 61px!important
    }

    .\--padding-top-sm-62 {
        padding-top: 62px!important
    }

    .\--margin-top-sm-62 {
        margin-top: 62px!important
    }

    .\--padding-top-sm-63 {
        padding-top: 63px!important
    }

    .\--margin-top-sm-63 {
        margin-top: 63px!important
    }

    .\--padding-top-sm-64 {
        padding-top: 64px!important
    }

    .\--margin-top-sm-64 {
        margin-top: 64px!important
    }

    .\--padding-top-sm-65 {
        padding-top: 65px!important
    }

    .\--margin-top-sm-65 {
        margin-top: 65px!important
    }

    .\--padding-top-sm-66 {
        padding-top: 66px!important
    }

    .\--margin-top-sm-66 {
        margin-top: 66px!important
    }

    .\--padding-top-sm-67 {
        padding-top: 67px!important
    }

    .\--margin-top-sm-67 {
        margin-top: 67px!important
    }

    .\--padding-top-sm-68 {
        padding-top: 68px!important
    }

    .\--margin-top-sm-68 {
        margin-top: 68px!important
    }

    .\--padding-top-sm-69 {
        padding-top: 69px!important
    }

    .\--margin-top-sm-69 {
        margin-top: 69px!important
    }

    .\--padding-top-sm-70 {
        padding-top: 70px!important
    }

    .\--margin-top-sm-70 {
        margin-top: 70px!important
    }

    .\--padding-top-sm-71 {
        padding-top: 71px!important
    }

    .\--margin-top-sm-71 {
        margin-top: 71px!important
    }

    .\--padding-top-sm-72 {
        padding-top: 72px!important
    }

    .\--margin-top-sm-72 {
        margin-top: 72px!important
    }

    .\--padding-top-sm-73 {
        padding-top: 73px!important
    }

    .\--margin-top-sm-73 {
        margin-top: 73px!important
    }

    .\--padding-top-sm-74 {
        padding-top: 74px!important
    }

    .\--margin-top-sm-74 {
        margin-top: 74px!important
    }

    .\--padding-top-sm-75 {
        padding-top: 75px!important
    }

    .\--margin-top-sm-75 {
        margin-top: 75px!important
    }

    .\--padding-top-sm-76 {
        padding-top: 76px!important
    }

    .\--margin-top-sm-76 {
        margin-top: 76px!important
    }

    .\--padding-top-sm-77 {
        padding-top: 77px!important
    }

    .\--margin-top-sm-77 {
        margin-top: 77px!important
    }

    .\--padding-top-sm-78 {
        padding-top: 78px!important
    }

    .\--margin-top-sm-78 {
        margin-top: 78px!important
    }

    .\--padding-top-sm-79 {
        padding-top: 79px!important
    }

    .\--margin-top-sm-79 {
        margin-top: 79px!important
    }

    .\--padding-top-sm-80 {
        padding-top: 80px!important
    }

    .\--margin-top-sm-80 {
        margin-top: 80px!important
    }

    .\--padding-top-sm-81 {
        padding-top: 81px!important
    }

    .\--margin-top-sm-81 {
        margin-top: 81px!important
    }

    .\--padding-top-sm-82 {
        padding-top: 82px!important
    }

    .\--margin-top-sm-82 {
        margin-top: 82px!important
    }

    .\--padding-top-sm-83 {
        padding-top: 83px!important
    }

    .\--margin-top-sm-83 {
        margin-top: 83px!important
    }

    .\--padding-top-sm-84 {
        padding-top: 84px!important
    }

    .\--margin-top-sm-84 {
        margin-top: 84px!important
    }

    .\--padding-top-sm-85 {
        padding-top: 85px!important
    }

    .\--margin-top-sm-85 {
        margin-top: 85px!important
    }

    .\--padding-top-sm-86 {
        padding-top: 86px!important
    }

    .\--margin-top-sm-86 {
        margin-top: 86px!important
    }

    .\--padding-top-sm-87 {
        padding-top: 87px!important
    }

    .\--margin-top-sm-87 {
        margin-top: 87px!important
    }

    .\--padding-top-sm-88 {
        padding-top: 88px!important
    }

    .\--margin-top-sm-88 {
        margin-top: 88px!important
    }

    .\--padding-top-sm-89 {
        padding-top: 89px!important
    }

    .\--margin-top-sm-89 {
        margin-top: 89px!important
    }

    .\--padding-top-sm-90 {
        padding-top: 90px!important
    }

    .\--margin-top-sm-90 {
        margin-top: 90px!important
    }

    .\--padding-top-sm-91 {
        padding-top: 91px!important
    }

    .\--margin-top-sm-91 {
        margin-top: 91px!important
    }

    .\--padding-top-sm-92 {
        padding-top: 92px!important
    }

    .\--margin-top-sm-92 {
        margin-top: 92px!important
    }

    .\--padding-top-sm-93 {
        padding-top: 93px!important
    }

    .\--margin-top-sm-93 {
        margin-top: 93px!important
    }

    .\--padding-top-sm-94 {
        padding-top: 94px!important
    }

    .\--margin-top-sm-94 {
        margin-top: 94px!important
    }

    .\--padding-top-sm-95 {
        padding-top: 95px!important
    }

    .\--margin-top-sm-95 {
        margin-top: 95px!important
    }

    .\--padding-top-sm-96 {
        padding-top: 96px!important
    }

    .\--margin-top-sm-96 {
        margin-top: 96px!important
    }

    .\--padding-top-sm-97 {
        padding-top: 97px!important
    }

    .\--margin-top-sm-97 {
        margin-top: 97px!important
    }

    .\--padding-top-sm-98 {
        padding-top: 98px!important
    }

    .\--margin-top-sm-98 {
        margin-top: 98px!important
    }

    .\--padding-top-sm-99 {
        padding-top: 99px!important
    }

    .\--margin-top-sm-99 {
        margin-top: 99px!important
    }

    .\--padding-top-sm-100 {
        padding-top: 100px!important
    }

    .\--margin-top-sm-100 {
        margin-top: 100px!important
    }

    .\--padding-top-sm-101 {
        padding-top: 101px!important
    }

    .\--margin-top-sm-101 {
        margin-top: 101px!important
    }

    .\--padding-top-sm-102 {
        padding-top: 102px!important
    }

    .\--margin-top-sm-102 {
        margin-top: 102px!important
    }

    .\--padding-top-sm-103 {
        padding-top: 103px!important
    }

    .\--margin-top-sm-103 {
        margin-top: 103px!important
    }

    .\--padding-top-sm-104 {
        padding-top: 104px!important
    }

    .\--margin-top-sm-104 {
        margin-top: 104px!important
    }

    .\--padding-top-sm-105 {
        padding-top: 105px!important
    }

    .\--margin-top-sm-105 {
        margin-top: 105px!important
    }

    .\--padding-top-sm-106 {
        padding-top: 106px!important
    }

    .\--margin-top-sm-106 {
        margin-top: 106px!important
    }

    .\--padding-top-sm-107 {
        padding-top: 107px!important
    }

    .\--margin-top-sm-107 {
        margin-top: 107px!important
    }

    .\--padding-top-sm-108 {
        padding-top: 108px!important
    }

    .\--margin-top-sm-108 {
        margin-top: 108px!important
    }

    .\--padding-top-sm-109 {
        padding-top: 109px!important
    }

    .\--margin-top-sm-109 {
        margin-top: 109px!important
    }

    .\--padding-top-sm-110 {
        padding-top: 110px!important
    }

    .\--margin-top-sm-110 {
        margin-top: 110px!important
    }

    .\--padding-top-sm-111 {
        padding-top: 111px!important
    }

    .\--margin-top-sm-111 {
        margin-top: 111px!important
    }

    .\--padding-top-sm-112 {
        padding-top: 112px!important
    }

    .\--margin-top-sm-112 {
        margin-top: 112px!important
    }

    .\--padding-top-sm-113 {
        padding-top: 113px!important
    }

    .\--margin-top-sm-113 {
        margin-top: 113px!important
    }

    .\--padding-top-sm-114 {
        padding-top: 114px!important
    }

    .\--margin-top-sm-114 {
        margin-top: 114px!important
    }

    .\--padding-top-sm-115 {
        padding-top: 115px!important
    }

    .\--margin-top-sm-115 {
        margin-top: 115px!important
    }

    .\--padding-top-sm-116 {
        padding-top: 116px!important
    }

    .\--margin-top-sm-116 {
        margin-top: 116px!important
    }

    .\--padding-top-sm-117 {
        padding-top: 117px!important
    }

    .\--margin-top-sm-117 {
        margin-top: 117px!important
    }

    .\--padding-top-sm-118 {
        padding-top: 118px!important
    }

    .\--margin-top-sm-118 {
        margin-top: 118px!important
    }

    .\--padding-top-sm-119 {
        padding-top: 119px!important
    }

    .\--margin-top-sm-119 {
        margin-top: 119px!important
    }

    .\--padding-top-sm-120 {
        padding-top: 120px!important
    }

    .\--margin-top-sm-120 {
        margin-top: 120px!important
    }

    .\--padding-top-sm-121 {
        padding-top: 121px!important
    }

    .\--margin-top-sm-121 {
        margin-top: 121px!important
    }

    .\--padding-top-sm-122 {
        padding-top: 122px!important
    }

    .\--margin-top-sm-122 {
        margin-top: 122px!important
    }

    .\--padding-top-sm-123 {
        padding-top: 123px!important
    }

    .\--margin-top-sm-123 {
        margin-top: 123px!important
    }

    .\--padding-top-sm-124 {
        padding-top: 124px!important
    }

    .\--margin-top-sm-124 {
        margin-top: 124px!important
    }

    .\--padding-top-sm-125 {
        padding-top: 125px!important
    }

    .\--margin-top-sm-125 {
        margin-top: 125px!important
    }

    .\--padding-top-sm-126 {
        padding-top: 126px!important
    }

    .\--margin-top-sm-126 {
        margin-top: 126px!important
    }

    .\--padding-top-sm-127 {
        padding-top: 127px!important
    }

    .\--margin-top-sm-127 {
        margin-top: 127px!important
    }

    .\--padding-top-sm-128 {
        padding-top: 128px!important
    }

    .\--margin-top-sm-128 {
        margin-top: 128px!important
    }

    .\--padding-top-sm-129 {
        padding-top: 129px!important
    }

    .\--margin-top-sm-129 {
        margin-top: 129px!important
    }

    .\--padding-top-sm-130 {
        padding-top: 130px!important
    }

    .\--margin-top-sm-130 {
        margin-top: 130px!important
    }

    .\--padding-top-sm-131 {
        padding-top: 131px!important
    }

    .\--margin-top-sm-131 {
        margin-top: 131px!important
    }

    .\--padding-top-sm-132 {
        padding-top: 132px!important
    }

    .\--margin-top-sm-132 {
        margin-top: 132px!important
    }

    .\--padding-top-sm-133 {
        padding-top: 133px!important
    }

    .\--margin-top-sm-133 {
        margin-top: 133px!important
    }

    .\--padding-top-sm-134 {
        padding-top: 134px!important
    }

    .\--margin-top-sm-134 {
        margin-top: 134px!important
    }

    .\--padding-top-sm-135 {
        padding-top: 135px!important
    }

    .\--margin-top-sm-135 {
        margin-top: 135px!important
    }

    .\--padding-top-sm-136 {
        padding-top: 136px!important
    }

    .\--margin-top-sm-136 {
        margin-top: 136px!important
    }

    .\--padding-top-sm-137 {
        padding-top: 137px!important
    }

    .\--margin-top-sm-137 {
        margin-top: 137px!important
    }

    .\--padding-top-sm-138 {
        padding-top: 138px!important
    }

    .\--margin-top-sm-138 {
        margin-top: 138px!important
    }

    .\--padding-top-sm-139 {
        padding-top: 139px!important
    }

    .\--margin-top-sm-139 {
        margin-top: 139px!important
    }

    .\--padding-top-sm-140 {
        padding-top: 140px!important
    }

    .\--margin-top-sm-140 {
        margin-top: 140px!important
    }

    .\--padding-top-sm-141 {
        padding-top: 141px!important
    }

    .\--margin-top-sm-141 {
        margin-top: 141px!important
    }

    .\--padding-top-sm-142 {
        padding-top: 142px!important
    }

    .\--margin-top-sm-142 {
        margin-top: 142px!important
    }

    .\--padding-top-sm-143 {
        padding-top: 143px!important
    }

    .\--margin-top-sm-143 {
        margin-top: 143px!important
    }

    .\--padding-top-sm-144 {
        padding-top: 144px!important
    }

    .\--margin-top-sm-144 {
        margin-top: 144px!important
    }

    .\--padding-top-sm-145 {
        padding-top: 145px!important
    }

    .\--margin-top-sm-145 {
        margin-top: 145px!important
    }

    .\--padding-top-sm-146 {
        padding-top: 146px!important
    }

    .\--margin-top-sm-146 {
        margin-top: 146px!important
    }

    .\--padding-top-sm-147 {
        padding-top: 147px!important
    }

    .\--margin-top-sm-147 {
        margin-top: 147px!important
    }

    .\--padding-top-sm-148 {
        padding-top: 148px!important
    }

    .\--margin-top-sm-148 {
        margin-top: 148px!important
    }

    .\--padding-top-sm-149 {
        padding-top: 149px!important
    }

    .\--margin-top-sm-149 {
        margin-top: 149px!important
    }

    .\--padding-top-sm-150 {
        padding-top: 150px!important
    }

    .\--margin-top-sm-150 {
        margin-top: 150px!important
    }

    .\--padding-top-sm-151 {
        padding-top: 151px!important
    }

    .\--margin-top-sm-151 {
        margin-top: 151px!important
    }

    .\--padding-top-sm-152 {
        padding-top: 152px!important
    }

    .\--margin-top-sm-152 {
        margin-top: 152px!important
    }

    .\--padding-top-sm-153 {
        padding-top: 153px!important
    }

    .\--margin-top-sm-153 {
        margin-top: 153px!important
    }

    .\--padding-top-sm-154 {
        padding-top: 154px!important
    }

    .\--margin-top-sm-154 {
        margin-top: 154px!important
    }

    .\--padding-top-sm-155 {
        padding-top: 155px!important
    }

    .\--margin-top-sm-155 {
        margin-top: 155px!important
    }

    .\--padding-top-sm-156 {
        padding-top: 156px!important
    }

    .\--margin-top-sm-156 {
        margin-top: 156px!important
    }

    .\--padding-top-sm-157 {
        padding-top: 157px!important
    }

    .\--margin-top-sm-157 {
        margin-top: 157px!important
    }

    .\--padding-top-sm-158 {
        padding-top: 158px!important
    }

    .\--margin-top-sm-158 {
        margin-top: 158px!important
    }

    .\--padding-top-sm-159 {
        padding-top: 159px!important
    }

    .\--margin-top-sm-159 {
        margin-top: 159px!important
    }

    .\--padding-top-sm-160 {
        padding-top: 160px!important
    }

    .\--margin-top-sm-160 {
        margin-top: 160px!important
    }

    .\--padding-top-sm-161 {
        padding-top: 161px!important
    }

    .\--margin-top-sm-161 {
        margin-top: 161px!important
    }

    .\--padding-top-sm-162 {
        padding-top: 162px!important
    }

    .\--margin-top-sm-162 {
        margin-top: 162px!important
    }

    .\--padding-top-sm-163 {
        padding-top: 163px!important
    }

    .\--margin-top-sm-163 {
        margin-top: 163px!important
    }

    .\--padding-top-sm-164 {
        padding-top: 164px!important
    }

    .\--margin-top-sm-164 {
        margin-top: 164px!important
    }

    .\--padding-top-sm-165 {
        padding-top: 165px!important
    }

    .\--margin-top-sm-165 {
        margin-top: 165px!important
    }

    .\--padding-top-sm-166 {
        padding-top: 166px!important
    }

    .\--margin-top-sm-166 {
        margin-top: 166px!important
    }

    .\--padding-top-sm-167 {
        padding-top: 167px!important
    }

    .\--margin-top-sm-167 {
        margin-top: 167px!important
    }

    .\--padding-top-sm-168 {
        padding-top: 168px!important
    }

    .\--margin-top-sm-168 {
        margin-top: 168px!important
    }

    .\--padding-top-sm-169 {
        padding-top: 169px!important
    }

    .\--margin-top-sm-169 {
        margin-top: 169px!important
    }

    .\--padding-top-sm-170 {
        padding-top: 170px!important
    }

    .\--margin-top-sm-170 {
        margin-top: 170px!important
    }

    .\--padding-top-sm-171 {
        padding-top: 171px!important
    }

    .\--margin-top-sm-171 {
        margin-top: 171px!important
    }

    .\--padding-top-sm-172 {
        padding-top: 172px!important
    }

    .\--margin-top-sm-172 {
        margin-top: 172px!important
    }

    .\--padding-top-sm-173 {
        padding-top: 173px!important
    }

    .\--margin-top-sm-173 {
        margin-top: 173px!important
    }

    .\--padding-top-sm-174 {
        padding-top: 174px!important
    }

    .\--margin-top-sm-174 {
        margin-top: 174px!important
    }

    .\--padding-top-sm-175 {
        padding-top: 175px!important
    }

    .\--margin-top-sm-175 {
        margin-top: 175px!important
    }

    .\--padding-top-sm-176 {
        padding-top: 176px!important
    }

    .\--margin-top-sm-176 {
        margin-top: 176px!important
    }

    .\--padding-top-sm-177 {
        padding-top: 177px!important
    }

    .\--margin-top-sm-177 {
        margin-top: 177px!important
    }

    .\--padding-top-sm-178 {
        padding-top: 178px!important
    }

    .\--margin-top-sm-178 {
        margin-top: 178px!important
    }

    .\--padding-top-sm-179 {
        padding-top: 179px!important
    }

    .\--margin-top-sm-179 {
        margin-top: 179px!important
    }

    .\--padding-top-sm-180 {
        padding-top: 180px!important
    }

    .\--margin-top-sm-180 {
        margin-top: 180px!important
    }

    .\--padding-top-sm-181 {
        padding-top: 181px!important
    }

    .\--margin-top-sm-181 {
        margin-top: 181px!important
    }

    .\--padding-top-sm-182 {
        padding-top: 182px!important
    }

    .\--margin-top-sm-182 {
        margin-top: 182px!important
    }

    .\--padding-top-sm-183 {
        padding-top: 183px!important
    }

    .\--margin-top-sm-183 {
        margin-top: 183px!important
    }

    .\--padding-top-sm-184 {
        padding-top: 184px!important
    }

    .\--margin-top-sm-184 {
        margin-top: 184px!important
    }

    .\--padding-top-sm-185 {
        padding-top: 185px!important
    }

    .\--margin-top-sm-185 {
        margin-top: 185px!important
    }

    .\--padding-top-sm-186 {
        padding-top: 186px!important
    }

    .\--margin-top-sm-186 {
        margin-top: 186px!important
    }

    .\--padding-top-sm-187 {
        padding-top: 187px!important
    }

    .\--margin-top-sm-187 {
        margin-top: 187px!important
    }

    .\--padding-top-sm-188 {
        padding-top: 188px!important
    }

    .\--margin-top-sm-188 {
        margin-top: 188px!important
    }

    .\--padding-top-sm-189 {
        padding-top: 189px!important
    }

    .\--margin-top-sm-189 {
        margin-top: 189px!important
    }

    .\--padding-top-sm-190 {
        padding-top: 190px!important
    }

    .\--margin-top-sm-190 {
        margin-top: 190px!important
    }

    .\--padding-top-sm-191 {
        padding-top: 191px!important
    }

    .\--margin-top-sm-191 {
        margin-top: 191px!important
    }

    .\--padding-top-sm-192 {
        padding-top: 192px!important
    }

    .\--margin-top-sm-192 {
        margin-top: 192px!important
    }

    .\--padding-top-sm-193 {
        padding-top: 193px!important
    }

    .\--margin-top-sm-193 {
        margin-top: 193px!important
    }

    .\--padding-top-sm-194 {
        padding-top: 194px!important
    }

    .\--margin-top-sm-194 {
        margin-top: 194px!important
    }

    .\--padding-top-sm-195 {
        padding-top: 195px!important
    }

    .\--margin-top-sm-195 {
        margin-top: 195px!important
    }

    .\--padding-top-sm-196 {
        padding-top: 196px!important
    }

    .\--margin-top-sm-196 {
        margin-top: 196px!important
    }

    .\--padding-top-sm-197 {
        padding-top: 197px!important
    }

    .\--margin-top-sm-197 {
        margin-top: 197px!important
    }

    .\--padding-top-sm-198 {
        padding-top: 198px!important
    }

    .\--margin-top-sm-198 {
        margin-top: 198px!important
    }

    .\--padding-top-sm-199 {
        padding-top: 199px!important
    }

    .\--margin-top-sm-199 {
        margin-top: 199px!important
    }

    .\--padding-top-sm-200 {
        padding-top: 200px!important
    }

    .\--margin-top-sm-200 {
        margin-top: 200px!important
    }

    .\--padding-top-sm-201 {
        padding-top: 201px!important
    }

    .\--margin-top-sm-201 {
        margin-top: 201px!important
    }

    .\--padding-top-sm-202 {
        padding-top: 202px!important
    }

    .\--margin-top-sm-202 {
        margin-top: 202px!important
    }

    .\--padding-top-sm-203 {
        padding-top: 203px!important
    }

    .\--margin-top-sm-203 {
        margin-top: 203px!important
    }

    .\--padding-top-sm-204 {
        padding-top: 204px!important
    }

    .\--margin-top-sm-204 {
        margin-top: 204px!important
    }

    .\--padding-top-sm-205 {
        padding-top: 205px!important
    }

    .\--margin-top-sm-205 {
        margin-top: 205px!important
    }

    .\--padding-top-sm-206 {
        padding-top: 206px!important
    }

    .\--margin-top-sm-206 {
        margin-top: 206px!important
    }

    .\--padding-top-sm-207 {
        padding-top: 207px!important
    }

    .\--margin-top-sm-207 {
        margin-top: 207px!important
    }

    .\--padding-top-sm-208 {
        padding-top: 208px!important
    }

    .\--margin-top-sm-208 {
        margin-top: 208px!important
    }

    .\--padding-top-sm-209 {
        padding-top: 209px!important
    }

    .\--margin-top-sm-209 {
        margin-top: 209px!important
    }

    .\--padding-top-sm-210 {
        padding-top: 210px!important
    }

    .\--margin-top-sm-210 {
        margin-top: 210px!important
    }

    .\--padding-top-sm-211 {
        padding-top: 211px!important
    }

    .\--margin-top-sm-211 {
        margin-top: 211px!important
    }

    .\--padding-top-sm-212 {
        padding-top: 212px!important
    }

    .\--margin-top-sm-212 {
        margin-top: 212px!important
    }

    .\--padding-top-sm-213 {
        padding-top: 213px!important
    }

    .\--margin-top-sm-213 {
        margin-top: 213px!important
    }

    .\--padding-top-sm-214 {
        padding-top: 214px!important
    }

    .\--margin-top-sm-214 {
        margin-top: 214px!important
    }

    .\--padding-top-sm-215 {
        padding-top: 215px!important
    }

    .\--margin-top-sm-215 {
        margin-top: 215px!important
    }

    .\--padding-top-sm-216 {
        padding-top: 216px!important
    }

    .\--margin-top-sm-216 {
        margin-top: 216px!important
    }

    .\--padding-top-sm-217 {
        padding-top: 217px!important
    }

    .\--margin-top-sm-217 {
        margin-top: 217px!important
    }

    .\--padding-top-sm-218 {
        padding-top: 218px!important
    }

    .\--margin-top-sm-218 {
        margin-top: 218px!important
    }

    .\--padding-top-sm-219 {
        padding-top: 219px!important
    }

    .\--margin-top-sm-219 {
        margin-top: 219px!important
    }

    .\--padding-top-sm-220 {
        padding-top: 220px!important
    }

    .\--margin-top-sm-220 {
        margin-top: 220px!important
    }

    .\--padding-top-sm-221 {
        padding-top: 221px!important
    }

    .\--margin-top-sm-221 {
        margin-top: 221px!important
    }

    .\--padding-top-sm-222 {
        padding-top: 222px!important
    }

    .\--margin-top-sm-222 {
        margin-top: 222px!important
    }

    .\--padding-top-sm-223 {
        padding-top: 223px!important
    }

    .\--margin-top-sm-223 {
        margin-top: 223px!important
    }

    .\--padding-top-sm-224 {
        padding-top: 224px!important
    }

    .\--margin-top-sm-224 {
        margin-top: 224px!important
    }

    .\--padding-top-sm-225 {
        padding-top: 225px!important
    }

    .\--margin-top-sm-225 {
        margin-top: 225px!important
    }

    .\--padding-top-sm-226 {
        padding-top: 226px!important
    }

    .\--margin-top-sm-226 {
        margin-top: 226px!important
    }

    .\--padding-top-sm-227 {
        padding-top: 227px!important
    }

    .\--margin-top-sm-227 {
        margin-top: 227px!important
    }

    .\--padding-top-sm-228 {
        padding-top: 228px!important
    }

    .\--margin-top-sm-228 {
        margin-top: 228px!important
    }

    .\--padding-top-sm-229 {
        padding-top: 229px!important
    }

    .\--margin-top-sm-229 {
        margin-top: 229px!important
    }

    .\--padding-top-sm-230 {
        padding-top: 230px!important
    }

    .\--margin-top-sm-230 {
        margin-top: 230px!important
    }

    .\--padding-top-sm-231 {
        padding-top: 231px!important
    }

    .\--margin-top-sm-231 {
        margin-top: 231px!important
    }

    .\--padding-top-sm-232 {
        padding-top: 232px!important
    }

    .\--margin-top-sm-232 {
        margin-top: 232px!important
    }

    .\--padding-top-sm-233 {
        padding-top: 233px!important
    }

    .\--margin-top-sm-233 {
        margin-top: 233px!important
    }

    .\--padding-top-sm-234 {
        padding-top: 234px!important
    }

    .\--margin-top-sm-234 {
        margin-top: 234px!important
    }

    .\--padding-top-sm-235 {
        padding-top: 235px!important
    }

    .\--margin-top-sm-235 {
        margin-top: 235px!important
    }

    .\--padding-top-sm-236 {
        padding-top: 236px!important
    }

    .\--margin-top-sm-236 {
        margin-top: 236px!important
    }

    .\--padding-top-sm-237 {
        padding-top: 237px!important
    }

    .\--margin-top-sm-237 {
        margin-top: 237px!important
    }

    .\--padding-top-sm-238 {
        padding-top: 238px!important
    }

    .\--margin-top-sm-238 {
        margin-top: 238px!important
    }

    .\--padding-top-sm-239 {
        padding-top: 239px!important
    }

    .\--margin-top-sm-239 {
        margin-top: 239px!important
    }

    .\--padding-top-sm-240 {
        padding-top: 240px!important
    }

    .\--margin-top-sm-240 {
        margin-top: 240px!important
    }

    .\--padding-top-sm-241 {
        padding-top: 241px!important
    }

    .\--margin-top-sm-241 {
        margin-top: 241px!important
    }

    .\--padding-top-sm-242 {
        padding-top: 242px!important
    }

    .\--margin-top-sm-242 {
        margin-top: 242px!important
    }

    .\--padding-top-sm-243 {
        padding-top: 243px!important
    }

    .\--margin-top-sm-243 {
        margin-top: 243px!important
    }

    .\--padding-top-sm-244 {
        padding-top: 244px!important
    }

    .\--margin-top-sm-244 {
        margin-top: 244px!important
    }

    .\--padding-top-sm-245 {
        padding-top: 245px!important
    }

    .\--margin-top-sm-245 {
        margin-top: 245px!important
    }

    .\--padding-top-sm-246 {
        padding-top: 246px!important
    }

    .\--margin-top-sm-246 {
        margin-top: 246px!important
    }

    .\--padding-top-sm-247 {
        padding-top: 247px!important
    }

    .\--margin-top-sm-247 {
        margin-top: 247px!important
    }

    .\--padding-top-sm-248 {
        padding-top: 248px!important
    }

    .\--margin-top-sm-248 {
        margin-top: 248px!important
    }

    .\--padding-top-sm-249 {
        padding-top: 249px!important
    }

    .\--margin-top-sm-249 {
        margin-top: 249px!important
    }

    .\--padding-top-sm-250 {
        padding-top: 250px!important
    }

    .\--margin-top-sm-250 {
        margin-top: 250px!important
    }

    .\--padding-top-sm-251 {
        padding-top: 251px!important
    }

    .\--margin-top-sm-251 {
        margin-top: 251px!important
    }

    .\--padding-top-sm-252 {
        padding-top: 252px!important
    }

    .\--margin-top-sm-252 {
        margin-top: 252px!important
    }

    .\--padding-top-sm-253 {
        padding-top: 253px!important
    }

    .\--margin-top-sm-253 {
        margin-top: 253px!important
    }

    .\--padding-top-sm-254 {
        padding-top: 254px!important
    }

    .\--margin-top-sm-254 {
        margin-top: 254px!important
    }

    .\--padding-top-sm-255 {
        padding-top: 255px!important
    }

    .\--margin-top-sm-255 {
        margin-top: 255px!important
    }

    .\--padding-top-sm-256 {
        padding-top: 256px!important
    }

    .\--margin-top-sm-256 {
        margin-top: 256px!important
    }

    .\--padding-top-sm-257 {
        padding-top: 257px!important
    }

    .\--margin-top-sm-257 {
        margin-top: 257px!important
    }

    .\--padding-top-sm-258 {
        padding-top: 258px!important
    }

    .\--margin-top-sm-258 {
        margin-top: 258px!important
    }

    .\--padding-top-sm-259 {
        padding-top: 259px!important
    }

    .\--margin-top-sm-259 {
        margin-top: 259px!important
    }

    .\--padding-top-sm-260 {
        padding-top: 260px!important
    }

    .\--margin-top-sm-260 {
        margin-top: 260px!important
    }

    .\--padding-top-sm-261 {
        padding-top: 261px!important
    }

    .\--margin-top-sm-261 {
        margin-top: 261px!important
    }

    .\--padding-top-sm-262 {
        padding-top: 262px!important
    }

    .\--margin-top-sm-262 {
        margin-top: 262px!important
    }

    .\--padding-top-sm-263 {
        padding-top: 263px!important
    }

    .\--margin-top-sm-263 {
        margin-top: 263px!important
    }

    .\--padding-top-sm-264 {
        padding-top: 264px!important
    }

    .\--margin-top-sm-264 {
        margin-top: 264px!important
    }

    .\--padding-top-sm-265 {
        padding-top: 265px!important
    }

    .\--margin-top-sm-265 {
        margin-top: 265px!important
    }

    .\--padding-top-sm-266 {
        padding-top: 266px!important
    }

    .\--margin-top-sm-266 {
        margin-top: 266px!important
    }

    .\--padding-top-sm-267 {
        padding-top: 267px!important
    }

    .\--margin-top-sm-267 {
        margin-top: 267px!important
    }

    .\--padding-top-sm-268 {
        padding-top: 268px!important
    }

    .\--margin-top-sm-268 {
        margin-top: 268px!important
    }

    .\--padding-top-sm-269 {
        padding-top: 269px!important
    }

    .\--margin-top-sm-269 {
        margin-top: 269px!important
    }

    .\--padding-top-sm-270 {
        padding-top: 270px!important
    }

    .\--margin-top-sm-270 {
        margin-top: 270px!important
    }

    .\--padding-top-sm-271 {
        padding-top: 271px!important
    }

    .\--margin-top-sm-271 {
        margin-top: 271px!important
    }

    .\--padding-top-sm-272 {
        padding-top: 272px!important
    }

    .\--margin-top-sm-272 {
        margin-top: 272px!important
    }

    .\--padding-top-sm-273 {
        padding-top: 273px!important
    }

    .\--margin-top-sm-273 {
        margin-top: 273px!important
    }

    .\--padding-top-sm-274 {
        padding-top: 274px!important
    }

    .\--margin-top-sm-274 {
        margin-top: 274px!important
    }

    .\--padding-top-sm-275 {
        padding-top: 275px!important
    }

    .\--margin-top-sm-275 {
        margin-top: 275px!important
    }

    .\--padding-top-sm-276 {
        padding-top: 276px!important
    }

    .\--margin-top-sm-276 {
        margin-top: 276px!important
    }

    .\--padding-top-sm-277 {
        padding-top: 277px!important
    }

    .\--margin-top-sm-277 {
        margin-top: 277px!important
    }

    .\--padding-top-sm-278 {
        padding-top: 278px!important
    }

    .\--margin-top-sm-278 {
        margin-top: 278px!important
    }

    .\--padding-top-sm-279 {
        padding-top: 279px!important
    }

    .\--margin-top-sm-279 {
        margin-top: 279px!important
    }

    .\--padding-top-sm-280 {
        padding-top: 280px!important
    }

    .\--margin-top-sm-280 {
        margin-top: 280px!important
    }

    .\--padding-top-sm-281 {
        padding-top: 281px!important
    }

    .\--margin-top-sm-281 {
        margin-top: 281px!important
    }

    .\--padding-top-sm-282 {
        padding-top: 282px!important
    }

    .\--margin-top-sm-282 {
        margin-top: 282px!important
    }

    .\--padding-top-sm-283 {
        padding-top: 283px!important
    }

    .\--margin-top-sm-283 {
        margin-top: 283px!important
    }

    .\--padding-top-sm-284 {
        padding-top: 284px!important
    }

    .\--margin-top-sm-284 {
        margin-top: 284px!important
    }

    .\--padding-top-sm-285 {
        padding-top: 285px!important
    }

    .\--margin-top-sm-285 {
        margin-top: 285px!important
    }

    .\--padding-top-sm-286 {
        padding-top: 286px!important
    }

    .\--margin-top-sm-286 {
        margin-top: 286px!important
    }

    .\--padding-top-sm-287 {
        padding-top: 287px!important
    }

    .\--margin-top-sm-287 {
        margin-top: 287px!important
    }

    .\--padding-top-sm-288 {
        padding-top: 288px!important
    }

    .\--margin-top-sm-288 {
        margin-top: 288px!important
    }

    .\--padding-top-sm-289 {
        padding-top: 289px!important
    }

    .\--margin-top-sm-289 {
        margin-top: 289px!important
    }

    .\--padding-top-sm-290 {
        padding-top: 290px!important
    }

    .\--margin-top-sm-290 {
        margin-top: 290px!important
    }

    .\--padding-top-sm-291 {
        padding-top: 291px!important
    }

    .\--margin-top-sm-291 {
        margin-top: 291px!important
    }

    .\--padding-top-sm-292 {
        padding-top: 292px!important
    }

    .\--margin-top-sm-292 {
        margin-top: 292px!important
    }

    .\--padding-top-sm-293 {
        padding-top: 293px!important
    }

    .\--margin-top-sm-293 {
        margin-top: 293px!important
    }

    .\--padding-top-sm-294 {
        padding-top: 294px!important
    }

    .\--margin-top-sm-294 {
        margin-top: 294px!important
    }

    .\--padding-top-sm-295 {
        padding-top: 295px!important
    }

    .\--margin-top-sm-295 {
        margin-top: 295px!important
    }

    .\--padding-top-sm-296 {
        padding-top: 296px!important
    }

    .\--margin-top-sm-296 {
        margin-top: 296px!important
    }

    .\--padding-top-sm-297 {
        padding-top: 297px!important
    }

    .\--margin-top-sm-297 {
        margin-top: 297px!important
    }

    .\--padding-top-sm-298 {
        padding-top: 298px!important
    }

    .\--margin-top-sm-298 {
        margin-top: 298px!important
    }

    .\--padding-top-sm-299 {
        padding-top: 299px!important
    }

    .\--margin-top-sm-299 {
        margin-top: 299px!important
    }

    .\--padding-top-sm-300 {
        padding-top: 300px!important
    }

    .\--margin-top-sm-300 {
        margin-top: 300px!important
    }

    .\--padding-bottom-sm-0 {
        padding-bottom: 0!important
    }

    .\--margin-bottom-sm-0 {
        margin-bottom: 0!important
    }

    .\--padding-bottom-sm-1 {
        padding-bottom: 1px!important
    }

    .\--margin-bottom-sm-1 {
        margin-bottom: 1px!important
    }

    .\--padding-bottom-sm-2 {
        padding-bottom: 2px!important
    }

    .\--margin-bottom-sm-2 {
        margin-bottom: 2px!important
    }

    .\--padding-bottom-sm-3 {
        padding-bottom: 3px!important
    }

    .\--margin-bottom-sm-3 {
        margin-bottom: 3px!important
    }

    .\--padding-bottom-sm-4 {
        padding-bottom: 4px!important
    }

    .\--margin-bottom-sm-4 {
        margin-bottom: 4px!important
    }

    .\--padding-bottom-sm-5 {
        padding-bottom: 5px!important
    }

    .\--margin-bottom-sm-5 {
        margin-bottom: 5px!important
    }

    .\--padding-bottom-sm-6 {
        padding-bottom: 6px!important
    }

    .\--margin-bottom-sm-6 {
        margin-bottom: 6px!important
    }

    .\--padding-bottom-sm-7 {
        padding-bottom: 7px!important
    }

    .\--margin-bottom-sm-7 {
        margin-bottom: 7px!important
    }

    .\--padding-bottom-sm-8 {
        padding-bottom: 8px!important
    }

    .\--margin-bottom-sm-8 {
        margin-bottom: 8px!important
    }

    .\--padding-bottom-sm-9 {
        padding-bottom: 9px!important
    }

    .\--margin-bottom-sm-9 {
        margin-bottom: 9px!important
    }

    .\--padding-bottom-sm-10 {
        padding-bottom: 10px!important
    }

    .\--margin-bottom-sm-10 {
        margin-bottom: 10px!important
    }

    .\--padding-bottom-sm-11 {
        padding-bottom: 11px!important
    }

    .\--margin-bottom-sm-11 {
        margin-bottom: 11px!important
    }

    .\--padding-bottom-sm-12 {
        padding-bottom: 12px!important
    }

    .\--margin-bottom-sm-12 {
        margin-bottom: 12px!important
    }

    .\--padding-bottom-sm-13 {
        padding-bottom: 13px!important
    }

    .\--margin-bottom-sm-13 {
        margin-bottom: 13px!important
    }

    .\--padding-bottom-sm-14 {
        padding-bottom: 14px!important
    }

    .\--margin-bottom-sm-14 {
        margin-bottom: 14px!important
    }

    .\--padding-bottom-sm-15 {
        padding-bottom: 15px!important
    }

    .\--margin-bottom-sm-15 {
        margin-bottom: 15px!important
    }

    .\--padding-bottom-sm-16 {
        padding-bottom: 16px!important
    }

    .\--margin-bottom-sm-16 {
        margin-bottom: 16px!important
    }

    .\--padding-bottom-sm-17 {
        padding-bottom: 17px!important
    }

    .\--margin-bottom-sm-17 {
        margin-bottom: 17px!important
    }

    .\--padding-bottom-sm-18 {
        padding-bottom: 18px!important
    }

    .\--margin-bottom-sm-18 {
        margin-bottom: 18px!important
    }

    .\--padding-bottom-sm-19 {
        padding-bottom: 19px!important
    }

    .\--margin-bottom-sm-19 {
        margin-bottom: 19px!important
    }

    .\--padding-bottom-sm-20 {
        padding-bottom: 20px!important
    }

    .\--margin-bottom-sm-20 {
        margin-bottom: 20px!important
    }

    .\--padding-bottom-sm-21 {
        padding-bottom: 21px!important
    }

    .\--margin-bottom-sm-21 {
        margin-bottom: 21px!important
    }

    .\--padding-bottom-sm-22 {
        padding-bottom: 22px!important
    }

    .\--margin-bottom-sm-22 {
        margin-bottom: 22px!important
    }

    .\--padding-bottom-sm-23 {
        padding-bottom: 23px!important
    }

    .\--margin-bottom-sm-23 {
        margin-bottom: 23px!important
    }

    .\--padding-bottom-sm-24 {
        padding-bottom: 24px!important
    }

    .\--margin-bottom-sm-24 {
        margin-bottom: 24px!important
    }

    .\--padding-bottom-sm-25 {
        padding-bottom: 25px!important
    }

    .\--margin-bottom-sm-25 {
        margin-bottom: 25px!important
    }

    .\--padding-bottom-sm-26 {
        padding-bottom: 26px!important
    }

    .\--margin-bottom-sm-26 {
        margin-bottom: 26px!important
    }

    .\--padding-bottom-sm-27 {
        padding-bottom: 27px!important
    }

    .\--margin-bottom-sm-27 {
        margin-bottom: 27px!important
    }

    .\--padding-bottom-sm-28 {
        padding-bottom: 28px!important
    }

    .\--margin-bottom-sm-28 {
        margin-bottom: 28px!important
    }

    .\--padding-bottom-sm-29 {
        padding-bottom: 29px!important
    }

    .\--margin-bottom-sm-29 {
        margin-bottom: 29px!important
    }

    .\--padding-bottom-sm-30 {
        padding-bottom: 30px!important
    }

    .\--margin-bottom-sm-30 {
        margin-bottom: 30px!important
    }

    .\--padding-bottom-sm-31 {
        padding-bottom: 31px!important
    }

    .\--margin-bottom-sm-31 {
        margin-bottom: 31px!important
    }

    .\--padding-bottom-sm-32 {
        padding-bottom: 32px!important
    }

    .\--margin-bottom-sm-32 {
        margin-bottom: 32px!important
    }

    .\--padding-bottom-sm-33 {
        padding-bottom: 33px!important
    }

    .\--margin-bottom-sm-33 {
        margin-bottom: 33px!important
    }

    .\--padding-bottom-sm-34 {
        padding-bottom: 34px!important
    }

    .\--margin-bottom-sm-34 {
        margin-bottom: 34px!important
    }

    .\--padding-bottom-sm-35 {
        padding-bottom: 35px!important
    }

    .\--margin-bottom-sm-35 {
        margin-bottom: 35px!important
    }

    .\--padding-bottom-sm-36 {
        padding-bottom: 36px!important
    }

    .\--margin-bottom-sm-36 {
        margin-bottom: 36px!important
    }

    .\--padding-bottom-sm-37 {
        padding-bottom: 37px!important
    }

    .\--margin-bottom-sm-37 {
        margin-bottom: 37px!important
    }

    .\--padding-bottom-sm-38 {
        padding-bottom: 38px!important
    }

    .\--margin-bottom-sm-38 {
        margin-bottom: 38px!important
    }

    .\--padding-bottom-sm-39 {
        padding-bottom: 39px!important
    }

    .\--margin-bottom-sm-39 {
        margin-bottom: 39px!important
    }

    .\--padding-bottom-sm-40 {
        padding-bottom: 40px!important
    }

    .\--margin-bottom-sm-40 {
        margin-bottom: 40px!important
    }

    .\--padding-bottom-sm-41 {
        padding-bottom: 41px!important
    }

    .\--margin-bottom-sm-41 {
        margin-bottom: 41px!important
    }

    .\--padding-bottom-sm-42 {
        padding-bottom: 42px!important
    }

    .\--margin-bottom-sm-42 {
        margin-bottom: 42px!important
    }

    .\--padding-bottom-sm-43 {
        padding-bottom: 43px!important
    }

    .\--margin-bottom-sm-43 {
        margin-bottom: 43px!important
    }

    .\--padding-bottom-sm-44 {
        padding-bottom: 44px!important
    }

    .\--margin-bottom-sm-44 {
        margin-bottom: 44px!important
    }

    .\--padding-bottom-sm-45 {
        padding-bottom: 45px!important
    }

    .\--margin-bottom-sm-45 {
        margin-bottom: 45px!important
    }

    .\--padding-bottom-sm-46 {
        padding-bottom: 46px!important
    }

    .\--margin-bottom-sm-46 {
        margin-bottom: 46px!important
    }

    .\--padding-bottom-sm-47 {
        padding-bottom: 47px!important
    }

    .\--margin-bottom-sm-47 {
        margin-bottom: 47px!important
    }

    .\--padding-bottom-sm-48 {
        padding-bottom: 48px!important
    }

    .\--margin-bottom-sm-48 {
        margin-bottom: 48px!important
    }

    .\--padding-bottom-sm-49 {
        padding-bottom: 49px!important
    }

    .\--margin-bottom-sm-49 {
        margin-bottom: 49px!important
    }

    .\--padding-bottom-sm-50 {
        padding-bottom: 50px!important
    }

    .\--margin-bottom-sm-50 {
        margin-bottom: 50px!important
    }

    .\--padding-bottom-sm-51 {
        padding-bottom: 51px!important
    }

    .\--margin-bottom-sm-51 {
        margin-bottom: 51px!important
    }

    .\--padding-bottom-sm-52 {
        padding-bottom: 52px!important
    }

    .\--margin-bottom-sm-52 {
        margin-bottom: 52px!important
    }

    .\--padding-bottom-sm-53 {
        padding-bottom: 53px!important
    }

    .\--margin-bottom-sm-53 {
        margin-bottom: 53px!important
    }

    .\--padding-bottom-sm-54 {
        padding-bottom: 54px!important
    }

    .\--margin-bottom-sm-54 {
        margin-bottom: 54px!important
    }

    .\--padding-bottom-sm-55 {
        padding-bottom: 55px!important
    }

    .\--margin-bottom-sm-55 {
        margin-bottom: 55px!important
    }

    .\--padding-bottom-sm-56 {
        padding-bottom: 56px!important
    }

    .\--margin-bottom-sm-56 {
        margin-bottom: 56px!important
    }

    .\--padding-bottom-sm-57 {
        padding-bottom: 57px!important
    }

    .\--margin-bottom-sm-57 {
        margin-bottom: 57px!important
    }

    .\--padding-bottom-sm-58 {
        padding-bottom: 58px!important
    }

    .\--margin-bottom-sm-58 {
        margin-bottom: 58px!important
    }

    .\--padding-bottom-sm-59 {
        padding-bottom: 59px!important
    }

    .\--margin-bottom-sm-59 {
        margin-bottom: 59px!important
    }

    .\--padding-bottom-sm-60 {
        padding-bottom: 60px!important
    }

    .\--margin-bottom-sm-60 {
        margin-bottom: 60px!important
    }

    .\--padding-bottom-sm-61 {
        padding-bottom: 61px!important
    }

    .\--margin-bottom-sm-61 {
        margin-bottom: 61px!important
    }

    .\--padding-bottom-sm-62 {
        padding-bottom: 62px!important
    }

    .\--margin-bottom-sm-62 {
        margin-bottom: 62px!important
    }

    .\--padding-bottom-sm-63 {
        padding-bottom: 63px!important
    }

    .\--margin-bottom-sm-63 {
        margin-bottom: 63px!important
    }

    .\--padding-bottom-sm-64 {
        padding-bottom: 64px!important
    }

    .\--margin-bottom-sm-64 {
        margin-bottom: 64px!important
    }

    .\--padding-bottom-sm-65 {
        padding-bottom: 65px!important
    }

    .\--margin-bottom-sm-65 {
        margin-bottom: 65px!important
    }

    .\--padding-bottom-sm-66 {
        padding-bottom: 66px!important
    }

    .\--margin-bottom-sm-66 {
        margin-bottom: 66px!important
    }

    .\--padding-bottom-sm-67 {
        padding-bottom: 67px!important
    }

    .\--margin-bottom-sm-67 {
        margin-bottom: 67px!important
    }

    .\--padding-bottom-sm-68 {
        padding-bottom: 68px!important
    }

    .\--margin-bottom-sm-68 {
        margin-bottom: 68px!important
    }

    .\--padding-bottom-sm-69 {
        padding-bottom: 69px!important
    }

    .\--margin-bottom-sm-69 {
        margin-bottom: 69px!important
    }

    .\--padding-bottom-sm-70 {
        padding-bottom: 70px!important
    }

    .\--margin-bottom-sm-70 {
        margin-bottom: 70px!important
    }

    .\--padding-bottom-sm-71 {
        padding-bottom: 71px!important
    }

    .\--margin-bottom-sm-71 {
        margin-bottom: 71px!important
    }

    .\--padding-bottom-sm-72 {
        padding-bottom: 72px!important
    }

    .\--margin-bottom-sm-72 {
        margin-bottom: 72px!important
    }

    .\--padding-bottom-sm-73 {
        padding-bottom: 73px!important
    }

    .\--margin-bottom-sm-73 {
        margin-bottom: 73px!important
    }

    .\--padding-bottom-sm-74 {
        padding-bottom: 74px!important
    }

    .\--margin-bottom-sm-74 {
        margin-bottom: 74px!important
    }

    .\--padding-bottom-sm-75 {
        padding-bottom: 75px!important
    }

    .\--margin-bottom-sm-75 {
        margin-bottom: 75px!important
    }

    .\--padding-bottom-sm-76 {
        padding-bottom: 76px!important
    }

    .\--margin-bottom-sm-76 {
        margin-bottom: 76px!important
    }

    .\--padding-bottom-sm-77 {
        padding-bottom: 77px!important
    }

    .\--margin-bottom-sm-77 {
        margin-bottom: 77px!important
    }

    .\--padding-bottom-sm-78 {
        padding-bottom: 78px!important
    }

    .\--margin-bottom-sm-78 {
        margin-bottom: 78px!important
    }

    .\--padding-bottom-sm-79 {
        padding-bottom: 79px!important
    }

    .\--margin-bottom-sm-79 {
        margin-bottom: 79px!important
    }

    .\--padding-bottom-sm-80 {
        padding-bottom: 80px!important
    }

    .\--margin-bottom-sm-80 {
        margin-bottom: 80px!important
    }

    .\--padding-bottom-sm-81 {
        padding-bottom: 81px!important
    }

    .\--margin-bottom-sm-81 {
        margin-bottom: 81px!important
    }

    .\--padding-bottom-sm-82 {
        padding-bottom: 82px!important
    }

    .\--margin-bottom-sm-82 {
        margin-bottom: 82px!important
    }

    .\--padding-bottom-sm-83 {
        padding-bottom: 83px!important
    }

    .\--margin-bottom-sm-83 {
        margin-bottom: 83px!important
    }

    .\--padding-bottom-sm-84 {
        padding-bottom: 84px!important
    }

    .\--margin-bottom-sm-84 {
        margin-bottom: 84px!important
    }

    .\--padding-bottom-sm-85 {
        padding-bottom: 85px!important
    }

    .\--margin-bottom-sm-85 {
        margin-bottom: 85px!important
    }

    .\--padding-bottom-sm-86 {
        padding-bottom: 86px!important
    }

    .\--margin-bottom-sm-86 {
        margin-bottom: 86px!important
    }

    .\--padding-bottom-sm-87 {
        padding-bottom: 87px!important
    }

    .\--margin-bottom-sm-87 {
        margin-bottom: 87px!important
    }

    .\--padding-bottom-sm-88 {
        padding-bottom: 88px!important
    }

    .\--margin-bottom-sm-88 {
        margin-bottom: 88px!important
    }

    .\--padding-bottom-sm-89 {
        padding-bottom: 89px!important
    }

    .\--margin-bottom-sm-89 {
        margin-bottom: 89px!important
    }

    .\--padding-bottom-sm-90 {
        padding-bottom: 90px!important
    }

    .\--margin-bottom-sm-90 {
        margin-bottom: 90px!important
    }

    .\--padding-bottom-sm-91 {
        padding-bottom: 91px!important
    }

    .\--margin-bottom-sm-91 {
        margin-bottom: 91px!important
    }

    .\--padding-bottom-sm-92 {
        padding-bottom: 92px!important
    }

    .\--margin-bottom-sm-92 {
        margin-bottom: 92px!important
    }

    .\--padding-bottom-sm-93 {
        padding-bottom: 93px!important
    }

    .\--margin-bottom-sm-93 {
        margin-bottom: 93px!important
    }

    .\--padding-bottom-sm-94 {
        padding-bottom: 94px!important
    }

    .\--margin-bottom-sm-94 {
        margin-bottom: 94px!important
    }

    .\--padding-bottom-sm-95 {
        padding-bottom: 95px!important
    }

    .\--margin-bottom-sm-95 {
        margin-bottom: 95px!important
    }

    .\--padding-bottom-sm-96 {
        padding-bottom: 96px!important
    }

    .\--margin-bottom-sm-96 {
        margin-bottom: 96px!important
    }

    .\--padding-bottom-sm-97 {
        padding-bottom: 97px!important
    }

    .\--margin-bottom-sm-97 {
        margin-bottom: 97px!important
    }

    .\--padding-bottom-sm-98 {
        padding-bottom: 98px!important
    }

    .\--margin-bottom-sm-98 {
        margin-bottom: 98px!important
    }

    .\--padding-bottom-sm-99 {
        padding-bottom: 99px!important
    }

    .\--margin-bottom-sm-99 {
        margin-bottom: 99px!important
    }

    .\--padding-bottom-sm-100 {
        padding-bottom: 100px!important
    }

    .\--margin-bottom-sm-100 {
        margin-bottom: 100px!important
    }

    .\--padding-bottom-sm-101 {
        padding-bottom: 101px!important
    }

    .\--margin-bottom-sm-101 {
        margin-bottom: 101px!important
    }

    .\--padding-bottom-sm-102 {
        padding-bottom: 102px!important
    }

    .\--margin-bottom-sm-102 {
        margin-bottom: 102px!important
    }

    .\--padding-bottom-sm-103 {
        padding-bottom: 103px!important
    }

    .\--margin-bottom-sm-103 {
        margin-bottom: 103px!important
    }

    .\--padding-bottom-sm-104 {
        padding-bottom: 104px!important
    }

    .\--margin-bottom-sm-104 {
        margin-bottom: 104px!important
    }

    .\--padding-bottom-sm-105 {
        padding-bottom: 105px!important
    }

    .\--margin-bottom-sm-105 {
        margin-bottom: 105px!important
    }

    .\--padding-bottom-sm-106 {
        padding-bottom: 106px!important
    }

    .\--margin-bottom-sm-106 {
        margin-bottom: 106px!important
    }

    .\--padding-bottom-sm-107 {
        padding-bottom: 107px!important
    }

    .\--margin-bottom-sm-107 {
        margin-bottom: 107px!important
    }

    .\--padding-bottom-sm-108 {
        padding-bottom: 108px!important
    }

    .\--margin-bottom-sm-108 {
        margin-bottom: 108px!important
    }

    .\--padding-bottom-sm-109 {
        padding-bottom: 109px!important
    }

    .\--margin-bottom-sm-109 {
        margin-bottom: 109px!important
    }

    .\--padding-bottom-sm-110 {
        padding-bottom: 110px!important
    }

    .\--margin-bottom-sm-110 {
        margin-bottom: 110px!important
    }

    .\--padding-bottom-sm-111 {
        padding-bottom: 111px!important
    }

    .\--margin-bottom-sm-111 {
        margin-bottom: 111px!important
    }

    .\--padding-bottom-sm-112 {
        padding-bottom: 112px!important
    }

    .\--margin-bottom-sm-112 {
        margin-bottom: 112px!important
    }

    .\--padding-bottom-sm-113 {
        padding-bottom: 113px!important
    }

    .\--margin-bottom-sm-113 {
        margin-bottom: 113px!important
    }

    .\--padding-bottom-sm-114 {
        padding-bottom: 114px!important
    }

    .\--margin-bottom-sm-114 {
        margin-bottom: 114px!important
    }

    .\--padding-bottom-sm-115 {
        padding-bottom: 115px!important
    }

    .\--margin-bottom-sm-115 {
        margin-bottom: 115px!important
    }

    .\--padding-bottom-sm-116 {
        padding-bottom: 116px!important
    }

    .\--margin-bottom-sm-116 {
        margin-bottom: 116px!important
    }

    .\--padding-bottom-sm-117 {
        padding-bottom: 117px!important
    }

    .\--margin-bottom-sm-117 {
        margin-bottom: 117px!important
    }

    .\--padding-bottom-sm-118 {
        padding-bottom: 118px!important
    }

    .\--margin-bottom-sm-118 {
        margin-bottom: 118px!important
    }

    .\--padding-bottom-sm-119 {
        padding-bottom: 119px!important
    }

    .\--margin-bottom-sm-119 {
        margin-bottom: 119px!important
    }

    .\--padding-bottom-sm-120 {
        padding-bottom: 120px!important
    }

    .\--margin-bottom-sm-120 {
        margin-bottom: 120px!important
    }

    .\--padding-bottom-sm-121 {
        padding-bottom: 121px!important
    }

    .\--margin-bottom-sm-121 {
        margin-bottom: 121px!important
    }

    .\--padding-bottom-sm-122 {
        padding-bottom: 122px!important
    }

    .\--margin-bottom-sm-122 {
        margin-bottom: 122px!important
    }

    .\--padding-bottom-sm-123 {
        padding-bottom: 123px!important
    }

    .\--margin-bottom-sm-123 {
        margin-bottom: 123px!important
    }

    .\--padding-bottom-sm-124 {
        padding-bottom: 124px!important
    }

    .\--margin-bottom-sm-124 {
        margin-bottom: 124px!important
    }

    .\--padding-bottom-sm-125 {
        padding-bottom: 125px!important
    }

    .\--margin-bottom-sm-125 {
        margin-bottom: 125px!important
    }

    .\--padding-bottom-sm-126 {
        padding-bottom: 126px!important
    }

    .\--margin-bottom-sm-126 {
        margin-bottom: 126px!important
    }

    .\--padding-bottom-sm-127 {
        padding-bottom: 127px!important
    }

    .\--margin-bottom-sm-127 {
        margin-bottom: 127px!important
    }

    .\--padding-bottom-sm-128 {
        padding-bottom: 128px!important
    }

    .\--margin-bottom-sm-128 {
        margin-bottom: 128px!important
    }

    .\--padding-bottom-sm-129 {
        padding-bottom: 129px!important
    }

    .\--margin-bottom-sm-129 {
        margin-bottom: 129px!important
    }

    .\--padding-bottom-sm-130 {
        padding-bottom: 130px!important
    }

    .\--margin-bottom-sm-130 {
        margin-bottom: 130px!important
    }

    .\--padding-bottom-sm-131 {
        padding-bottom: 131px!important
    }

    .\--margin-bottom-sm-131 {
        margin-bottom: 131px!important
    }

    .\--padding-bottom-sm-132 {
        padding-bottom: 132px!important
    }

    .\--margin-bottom-sm-132 {
        margin-bottom: 132px!important
    }

    .\--padding-bottom-sm-133 {
        padding-bottom: 133px!important
    }

    .\--margin-bottom-sm-133 {
        margin-bottom: 133px!important
    }

    .\--padding-bottom-sm-134 {
        padding-bottom: 134px!important
    }

    .\--margin-bottom-sm-134 {
        margin-bottom: 134px!important
    }

    .\--padding-bottom-sm-135 {
        padding-bottom: 135px!important
    }

    .\--margin-bottom-sm-135 {
        margin-bottom: 135px!important
    }

    .\--padding-bottom-sm-136 {
        padding-bottom: 136px!important
    }

    .\--margin-bottom-sm-136 {
        margin-bottom: 136px!important
    }

    .\--padding-bottom-sm-137 {
        padding-bottom: 137px!important
    }

    .\--margin-bottom-sm-137 {
        margin-bottom: 137px!important
    }

    .\--padding-bottom-sm-138 {
        padding-bottom: 138px!important
    }

    .\--margin-bottom-sm-138 {
        margin-bottom: 138px!important
    }

    .\--padding-bottom-sm-139 {
        padding-bottom: 139px!important
    }

    .\--margin-bottom-sm-139 {
        margin-bottom: 139px!important
    }

    .\--padding-bottom-sm-140 {
        padding-bottom: 140px!important
    }

    .\--margin-bottom-sm-140 {
        margin-bottom: 140px!important
    }

    .\--padding-bottom-sm-141 {
        padding-bottom: 141px!important
    }

    .\--margin-bottom-sm-141 {
        margin-bottom: 141px!important
    }

    .\--padding-bottom-sm-142 {
        padding-bottom: 142px!important
    }

    .\--margin-bottom-sm-142 {
        margin-bottom: 142px!important
    }

    .\--padding-bottom-sm-143 {
        padding-bottom: 143px!important
    }

    .\--margin-bottom-sm-143 {
        margin-bottom: 143px!important
    }

    .\--padding-bottom-sm-144 {
        padding-bottom: 144px!important
    }

    .\--margin-bottom-sm-144 {
        margin-bottom: 144px!important
    }

    .\--padding-bottom-sm-145 {
        padding-bottom: 145px!important
    }

    .\--margin-bottom-sm-145 {
        margin-bottom: 145px!important
    }

    .\--padding-bottom-sm-146 {
        padding-bottom: 146px!important
    }

    .\--margin-bottom-sm-146 {
        margin-bottom: 146px!important
    }

    .\--padding-bottom-sm-147 {
        padding-bottom: 147px!important
    }

    .\--margin-bottom-sm-147 {
        margin-bottom: 147px!important
    }

    .\--padding-bottom-sm-148 {
        padding-bottom: 148px!important
    }

    .\--margin-bottom-sm-148 {
        margin-bottom: 148px!important
    }

    .\--padding-bottom-sm-149 {
        padding-bottom: 149px!important
    }

    .\--margin-bottom-sm-149 {
        margin-bottom: 149px!important
    }

    .\--padding-bottom-sm-150 {
        padding-bottom: 150px!important
    }

    .\--margin-bottom-sm-150 {
        margin-bottom: 150px!important
    }

    .\--padding-bottom-sm-151 {
        padding-bottom: 151px!important
    }

    .\--margin-bottom-sm-151 {
        margin-bottom: 151px!important
    }

    .\--padding-bottom-sm-152 {
        padding-bottom: 152px!important
    }

    .\--margin-bottom-sm-152 {
        margin-bottom: 152px!important
    }

    .\--padding-bottom-sm-153 {
        padding-bottom: 153px!important
    }

    .\--margin-bottom-sm-153 {
        margin-bottom: 153px!important
    }

    .\--padding-bottom-sm-154 {
        padding-bottom: 154px!important
    }

    .\--margin-bottom-sm-154 {
        margin-bottom: 154px!important
    }

    .\--padding-bottom-sm-155 {
        padding-bottom: 155px!important
    }

    .\--margin-bottom-sm-155 {
        margin-bottom: 155px!important
    }

    .\--padding-bottom-sm-156 {
        padding-bottom: 156px!important
    }

    .\--margin-bottom-sm-156 {
        margin-bottom: 156px!important
    }

    .\--padding-bottom-sm-157 {
        padding-bottom: 157px!important
    }

    .\--margin-bottom-sm-157 {
        margin-bottom: 157px!important
    }

    .\--padding-bottom-sm-158 {
        padding-bottom: 158px!important
    }

    .\--margin-bottom-sm-158 {
        margin-bottom: 158px!important
    }

    .\--padding-bottom-sm-159 {
        padding-bottom: 159px!important
    }

    .\--margin-bottom-sm-159 {
        margin-bottom: 159px!important
    }

    .\--padding-bottom-sm-160 {
        padding-bottom: 160px!important
    }

    .\--margin-bottom-sm-160 {
        margin-bottom: 160px!important
    }

    .\--padding-bottom-sm-161 {
        padding-bottom: 161px!important
    }

    .\--margin-bottom-sm-161 {
        margin-bottom: 161px!important
    }

    .\--padding-bottom-sm-162 {
        padding-bottom: 162px!important
    }

    .\--margin-bottom-sm-162 {
        margin-bottom: 162px!important
    }

    .\--padding-bottom-sm-163 {
        padding-bottom: 163px!important
    }

    .\--margin-bottom-sm-163 {
        margin-bottom: 163px!important
    }

    .\--padding-bottom-sm-164 {
        padding-bottom: 164px!important
    }

    .\--margin-bottom-sm-164 {
        margin-bottom: 164px!important
    }

    .\--padding-bottom-sm-165 {
        padding-bottom: 165px!important
    }

    .\--margin-bottom-sm-165 {
        margin-bottom: 165px!important
    }

    .\--padding-bottom-sm-166 {
        padding-bottom: 166px!important
    }

    .\--margin-bottom-sm-166 {
        margin-bottom: 166px!important
    }

    .\--padding-bottom-sm-167 {
        padding-bottom: 167px!important
    }

    .\--margin-bottom-sm-167 {
        margin-bottom: 167px!important
    }

    .\--padding-bottom-sm-168 {
        padding-bottom: 168px!important
    }

    .\--margin-bottom-sm-168 {
        margin-bottom: 168px!important
    }

    .\--padding-bottom-sm-169 {
        padding-bottom: 169px!important
    }

    .\--margin-bottom-sm-169 {
        margin-bottom: 169px!important
    }

    .\--padding-bottom-sm-170 {
        padding-bottom: 170px!important
    }

    .\--margin-bottom-sm-170 {
        margin-bottom: 170px!important
    }

    .\--padding-bottom-sm-171 {
        padding-bottom: 171px!important
    }

    .\--margin-bottom-sm-171 {
        margin-bottom: 171px!important
    }

    .\--padding-bottom-sm-172 {
        padding-bottom: 172px!important
    }

    .\--margin-bottom-sm-172 {
        margin-bottom: 172px!important
    }

    .\--padding-bottom-sm-173 {
        padding-bottom: 173px!important
    }

    .\--margin-bottom-sm-173 {
        margin-bottom: 173px!important
    }

    .\--padding-bottom-sm-174 {
        padding-bottom: 174px!important
    }

    .\--margin-bottom-sm-174 {
        margin-bottom: 174px!important
    }

    .\--padding-bottom-sm-175 {
        padding-bottom: 175px!important
    }

    .\--margin-bottom-sm-175 {
        margin-bottom: 175px!important
    }

    .\--padding-bottom-sm-176 {
        padding-bottom: 176px!important
    }

    .\--margin-bottom-sm-176 {
        margin-bottom: 176px!important
    }

    .\--padding-bottom-sm-177 {
        padding-bottom: 177px!important
    }

    .\--margin-bottom-sm-177 {
        margin-bottom: 177px!important
    }

    .\--padding-bottom-sm-178 {
        padding-bottom: 178px!important
    }

    .\--margin-bottom-sm-178 {
        margin-bottom: 178px!important
    }

    .\--padding-bottom-sm-179 {
        padding-bottom: 179px!important
    }

    .\--margin-bottom-sm-179 {
        margin-bottom: 179px!important
    }

    .\--padding-bottom-sm-180 {
        padding-bottom: 180px!important
    }

    .\--margin-bottom-sm-180 {
        margin-bottom: 180px!important
    }

    .\--padding-bottom-sm-181 {
        padding-bottom: 181px!important
    }

    .\--margin-bottom-sm-181 {
        margin-bottom: 181px!important
    }

    .\--padding-bottom-sm-182 {
        padding-bottom: 182px!important
    }

    .\--margin-bottom-sm-182 {
        margin-bottom: 182px!important
    }

    .\--padding-bottom-sm-183 {
        padding-bottom: 183px!important
    }

    .\--margin-bottom-sm-183 {
        margin-bottom: 183px!important
    }

    .\--padding-bottom-sm-184 {
        padding-bottom: 184px!important
    }

    .\--margin-bottom-sm-184 {
        margin-bottom: 184px!important
    }

    .\--padding-bottom-sm-185 {
        padding-bottom: 185px!important
    }

    .\--margin-bottom-sm-185 {
        margin-bottom: 185px!important
    }

    .\--padding-bottom-sm-186 {
        padding-bottom: 186px!important
    }

    .\--margin-bottom-sm-186 {
        margin-bottom: 186px!important
    }

    .\--padding-bottom-sm-187 {
        padding-bottom: 187px!important
    }

    .\--margin-bottom-sm-187 {
        margin-bottom: 187px!important
    }

    .\--padding-bottom-sm-188 {
        padding-bottom: 188px!important
    }

    .\--margin-bottom-sm-188 {
        margin-bottom: 188px!important
    }

    .\--padding-bottom-sm-189 {
        padding-bottom: 189px!important
    }

    .\--margin-bottom-sm-189 {
        margin-bottom: 189px!important
    }

    .\--padding-bottom-sm-190 {
        padding-bottom: 190px!important
    }

    .\--margin-bottom-sm-190 {
        margin-bottom: 190px!important
    }

    .\--padding-bottom-sm-191 {
        padding-bottom: 191px!important
    }

    .\--margin-bottom-sm-191 {
        margin-bottom: 191px!important
    }

    .\--padding-bottom-sm-192 {
        padding-bottom: 192px!important
    }

    .\--margin-bottom-sm-192 {
        margin-bottom: 192px!important
    }

    .\--padding-bottom-sm-193 {
        padding-bottom: 193px!important
    }

    .\--margin-bottom-sm-193 {
        margin-bottom: 193px!important
    }

    .\--padding-bottom-sm-194 {
        padding-bottom: 194px!important
    }

    .\--margin-bottom-sm-194 {
        margin-bottom: 194px!important
    }

    .\--padding-bottom-sm-195 {
        padding-bottom: 195px!important
    }

    .\--margin-bottom-sm-195 {
        margin-bottom: 195px!important
    }

    .\--padding-bottom-sm-196 {
        padding-bottom: 196px!important
    }

    .\--margin-bottom-sm-196 {
        margin-bottom: 196px!important
    }

    .\--padding-bottom-sm-197 {
        padding-bottom: 197px!important
    }

    .\--margin-bottom-sm-197 {
        margin-bottom: 197px!important
    }

    .\--padding-bottom-sm-198 {
        padding-bottom: 198px!important
    }

    .\--margin-bottom-sm-198 {
        margin-bottom: 198px!important
    }

    .\--padding-bottom-sm-199 {
        padding-bottom: 199px!important
    }

    .\--margin-bottom-sm-199 {
        margin-bottom: 199px!important
    }

    .\--padding-bottom-sm-200 {
        padding-bottom: 200px!important
    }

    .\--margin-bottom-sm-200 {
        margin-bottom: 200px!important
    }

    .\--padding-bottom-sm-201 {
        padding-bottom: 201px!important
    }

    .\--margin-bottom-sm-201 {
        margin-bottom: 201px!important
    }

    .\--padding-bottom-sm-202 {
        padding-bottom: 202px!important
    }

    .\--margin-bottom-sm-202 {
        margin-bottom: 202px!important
    }

    .\--padding-bottom-sm-203 {
        padding-bottom: 203px!important
    }

    .\--margin-bottom-sm-203 {
        margin-bottom: 203px!important
    }

    .\--padding-bottom-sm-204 {
        padding-bottom: 204px!important
    }

    .\--margin-bottom-sm-204 {
        margin-bottom: 204px!important
    }

    .\--padding-bottom-sm-205 {
        padding-bottom: 205px!important
    }

    .\--margin-bottom-sm-205 {
        margin-bottom: 205px!important
    }

    .\--padding-bottom-sm-206 {
        padding-bottom: 206px!important
    }

    .\--margin-bottom-sm-206 {
        margin-bottom: 206px!important
    }

    .\--padding-bottom-sm-207 {
        padding-bottom: 207px!important
    }

    .\--margin-bottom-sm-207 {
        margin-bottom: 207px!important
    }

    .\--padding-bottom-sm-208 {
        padding-bottom: 208px!important
    }

    .\--margin-bottom-sm-208 {
        margin-bottom: 208px!important
    }

    .\--padding-bottom-sm-209 {
        padding-bottom: 209px!important
    }

    .\--margin-bottom-sm-209 {
        margin-bottom: 209px!important
    }

    .\--padding-bottom-sm-210 {
        padding-bottom: 210px!important
    }

    .\--margin-bottom-sm-210 {
        margin-bottom: 210px!important
    }

    .\--padding-bottom-sm-211 {
        padding-bottom: 211px!important
    }

    .\--margin-bottom-sm-211 {
        margin-bottom: 211px!important
    }

    .\--padding-bottom-sm-212 {
        padding-bottom: 212px!important
    }

    .\--margin-bottom-sm-212 {
        margin-bottom: 212px!important
    }

    .\--padding-bottom-sm-213 {
        padding-bottom: 213px!important
    }

    .\--margin-bottom-sm-213 {
        margin-bottom: 213px!important
    }

    .\--padding-bottom-sm-214 {
        padding-bottom: 214px!important
    }

    .\--margin-bottom-sm-214 {
        margin-bottom: 214px!important
    }

    .\--padding-bottom-sm-215 {
        padding-bottom: 215px!important
    }

    .\--margin-bottom-sm-215 {
        margin-bottom: 215px!important
    }

    .\--padding-bottom-sm-216 {
        padding-bottom: 216px!important
    }

    .\--margin-bottom-sm-216 {
        margin-bottom: 216px!important
    }

    .\--padding-bottom-sm-217 {
        padding-bottom: 217px!important
    }

    .\--margin-bottom-sm-217 {
        margin-bottom: 217px!important
    }

    .\--padding-bottom-sm-218 {
        padding-bottom: 218px!important
    }

    .\--margin-bottom-sm-218 {
        margin-bottom: 218px!important
    }

    .\--padding-bottom-sm-219 {
        padding-bottom: 219px!important
    }

    .\--margin-bottom-sm-219 {
        margin-bottom: 219px!important
    }

    .\--padding-bottom-sm-220 {
        padding-bottom: 220px!important
    }

    .\--margin-bottom-sm-220 {
        margin-bottom: 220px!important
    }

    .\--padding-bottom-sm-221 {
        padding-bottom: 221px!important
    }

    .\--margin-bottom-sm-221 {
        margin-bottom: 221px!important
    }

    .\--padding-bottom-sm-222 {
        padding-bottom: 222px!important
    }

    .\--margin-bottom-sm-222 {
        margin-bottom: 222px!important
    }

    .\--padding-bottom-sm-223 {
        padding-bottom: 223px!important
    }

    .\--margin-bottom-sm-223 {
        margin-bottom: 223px!important
    }

    .\--padding-bottom-sm-224 {
        padding-bottom: 224px!important
    }

    .\--margin-bottom-sm-224 {
        margin-bottom: 224px!important
    }

    .\--padding-bottom-sm-225 {
        padding-bottom: 225px!important
    }

    .\--margin-bottom-sm-225 {
        margin-bottom: 225px!important
    }

    .\--padding-bottom-sm-226 {
        padding-bottom: 226px!important
    }

    .\--margin-bottom-sm-226 {
        margin-bottom: 226px!important
    }

    .\--padding-bottom-sm-227 {
        padding-bottom: 227px!important
    }

    .\--margin-bottom-sm-227 {
        margin-bottom: 227px!important
    }

    .\--padding-bottom-sm-228 {
        padding-bottom: 228px!important
    }

    .\--margin-bottom-sm-228 {
        margin-bottom: 228px!important
    }

    .\--padding-bottom-sm-229 {
        padding-bottom: 229px!important
    }

    .\--margin-bottom-sm-229 {
        margin-bottom: 229px!important
    }

    .\--padding-bottom-sm-230 {
        padding-bottom: 230px!important
    }

    .\--margin-bottom-sm-230 {
        margin-bottom: 230px!important
    }

    .\--padding-bottom-sm-231 {
        padding-bottom: 231px!important
    }

    .\--margin-bottom-sm-231 {
        margin-bottom: 231px!important
    }

    .\--padding-bottom-sm-232 {
        padding-bottom: 232px!important
    }

    .\--margin-bottom-sm-232 {
        margin-bottom: 232px!important
    }

    .\--padding-bottom-sm-233 {
        padding-bottom: 233px!important
    }

    .\--margin-bottom-sm-233 {
        margin-bottom: 233px!important
    }

    .\--padding-bottom-sm-234 {
        padding-bottom: 234px!important
    }

    .\--margin-bottom-sm-234 {
        margin-bottom: 234px!important
    }

    .\--padding-bottom-sm-235 {
        padding-bottom: 235px!important
    }

    .\--margin-bottom-sm-235 {
        margin-bottom: 235px!important
    }

    .\--padding-bottom-sm-236 {
        padding-bottom: 236px!important
    }

    .\--margin-bottom-sm-236 {
        margin-bottom: 236px!important
    }

    .\--padding-bottom-sm-237 {
        padding-bottom: 237px!important
    }

    .\--margin-bottom-sm-237 {
        margin-bottom: 237px!important
    }

    .\--padding-bottom-sm-238 {
        padding-bottom: 238px!important
    }

    .\--margin-bottom-sm-238 {
        margin-bottom: 238px!important
    }

    .\--padding-bottom-sm-239 {
        padding-bottom: 239px!important
    }

    .\--margin-bottom-sm-239 {
        margin-bottom: 239px!important
    }

    .\--padding-bottom-sm-240 {
        padding-bottom: 240px!important
    }

    .\--margin-bottom-sm-240 {
        margin-bottom: 240px!important
    }

    .\--padding-bottom-sm-241 {
        padding-bottom: 241px!important
    }

    .\--margin-bottom-sm-241 {
        margin-bottom: 241px!important
    }

    .\--padding-bottom-sm-242 {
        padding-bottom: 242px!important
    }

    .\--margin-bottom-sm-242 {
        margin-bottom: 242px!important
    }

    .\--padding-bottom-sm-243 {
        padding-bottom: 243px!important
    }

    .\--margin-bottom-sm-243 {
        margin-bottom: 243px!important
    }

    .\--padding-bottom-sm-244 {
        padding-bottom: 244px!important
    }

    .\--margin-bottom-sm-244 {
        margin-bottom: 244px!important
    }

    .\--padding-bottom-sm-245 {
        padding-bottom: 245px!important
    }

    .\--margin-bottom-sm-245 {
        margin-bottom: 245px!important
    }

    .\--padding-bottom-sm-246 {
        padding-bottom: 246px!important
    }

    .\--margin-bottom-sm-246 {
        margin-bottom: 246px!important
    }

    .\--padding-bottom-sm-247 {
        padding-bottom: 247px!important
    }

    .\--margin-bottom-sm-247 {
        margin-bottom: 247px!important
    }

    .\--padding-bottom-sm-248 {
        padding-bottom: 248px!important
    }

    .\--margin-bottom-sm-248 {
        margin-bottom: 248px!important
    }

    .\--padding-bottom-sm-249 {
        padding-bottom: 249px!important
    }

    .\--margin-bottom-sm-249 {
        margin-bottom: 249px!important
    }

    .\--padding-bottom-sm-250 {
        padding-bottom: 250px!important
    }

    .\--margin-bottom-sm-250 {
        margin-bottom: 250px!important
    }

    .\--padding-bottom-sm-251 {
        padding-bottom: 251px!important
    }

    .\--margin-bottom-sm-251 {
        margin-bottom: 251px!important
    }

    .\--padding-bottom-sm-252 {
        padding-bottom: 252px!important
    }

    .\--margin-bottom-sm-252 {
        margin-bottom: 252px!important
    }

    .\--padding-bottom-sm-253 {
        padding-bottom: 253px!important
    }

    .\--margin-bottom-sm-253 {
        margin-bottom: 253px!important
    }

    .\--padding-bottom-sm-254 {
        padding-bottom: 254px!important
    }

    .\--margin-bottom-sm-254 {
        margin-bottom: 254px!important
    }

    .\--padding-bottom-sm-255 {
        padding-bottom: 255px!important
    }

    .\--margin-bottom-sm-255 {
        margin-bottom: 255px!important
    }

    .\--padding-bottom-sm-256 {
        padding-bottom: 256px!important
    }

    .\--margin-bottom-sm-256 {
        margin-bottom: 256px!important
    }

    .\--padding-bottom-sm-257 {
        padding-bottom: 257px!important
    }

    .\--margin-bottom-sm-257 {
        margin-bottom: 257px!important
    }

    .\--padding-bottom-sm-258 {
        padding-bottom: 258px!important
    }

    .\--margin-bottom-sm-258 {
        margin-bottom: 258px!important
    }

    .\--padding-bottom-sm-259 {
        padding-bottom: 259px!important
    }

    .\--margin-bottom-sm-259 {
        margin-bottom: 259px!important
    }

    .\--padding-bottom-sm-260 {
        padding-bottom: 260px!important
    }

    .\--margin-bottom-sm-260 {
        margin-bottom: 260px!important
    }

    .\--padding-bottom-sm-261 {
        padding-bottom: 261px!important
    }

    .\--margin-bottom-sm-261 {
        margin-bottom: 261px!important
    }

    .\--padding-bottom-sm-262 {
        padding-bottom: 262px!important
    }

    .\--margin-bottom-sm-262 {
        margin-bottom: 262px!important
    }

    .\--padding-bottom-sm-263 {
        padding-bottom: 263px!important
    }

    .\--margin-bottom-sm-263 {
        margin-bottom: 263px!important
    }

    .\--padding-bottom-sm-264 {
        padding-bottom: 264px!important
    }

    .\--margin-bottom-sm-264 {
        margin-bottom: 264px!important
    }

    .\--padding-bottom-sm-265 {
        padding-bottom: 265px!important
    }

    .\--margin-bottom-sm-265 {
        margin-bottom: 265px!important
    }

    .\--padding-bottom-sm-266 {
        padding-bottom: 266px!important
    }

    .\--margin-bottom-sm-266 {
        margin-bottom: 266px!important
    }

    .\--padding-bottom-sm-267 {
        padding-bottom: 267px!important
    }

    .\--margin-bottom-sm-267 {
        margin-bottom: 267px!important
    }

    .\--padding-bottom-sm-268 {
        padding-bottom: 268px!important
    }

    .\--margin-bottom-sm-268 {
        margin-bottom: 268px!important
    }

    .\--padding-bottom-sm-269 {
        padding-bottom: 269px!important
    }

    .\--margin-bottom-sm-269 {
        margin-bottom: 269px!important
    }

    .\--padding-bottom-sm-270 {
        padding-bottom: 270px!important
    }

    .\--margin-bottom-sm-270 {
        margin-bottom: 270px!important
    }

    .\--padding-bottom-sm-271 {
        padding-bottom: 271px!important
    }

    .\--margin-bottom-sm-271 {
        margin-bottom: 271px!important
    }

    .\--padding-bottom-sm-272 {
        padding-bottom: 272px!important
    }

    .\--margin-bottom-sm-272 {
        margin-bottom: 272px!important
    }

    .\--padding-bottom-sm-273 {
        padding-bottom: 273px!important
    }

    .\--margin-bottom-sm-273 {
        margin-bottom: 273px!important
    }

    .\--padding-bottom-sm-274 {
        padding-bottom: 274px!important
    }

    .\--margin-bottom-sm-274 {
        margin-bottom: 274px!important
    }

    .\--padding-bottom-sm-275 {
        padding-bottom: 275px!important
    }

    .\--margin-bottom-sm-275 {
        margin-bottom: 275px!important
    }

    .\--padding-bottom-sm-276 {
        padding-bottom: 276px!important
    }

    .\--margin-bottom-sm-276 {
        margin-bottom: 276px!important
    }

    .\--padding-bottom-sm-277 {
        padding-bottom: 277px!important
    }

    .\--margin-bottom-sm-277 {
        margin-bottom: 277px!important
    }

    .\--padding-bottom-sm-278 {
        padding-bottom: 278px!important
    }

    .\--margin-bottom-sm-278 {
        margin-bottom: 278px!important
    }

    .\--padding-bottom-sm-279 {
        padding-bottom: 279px!important
    }

    .\--margin-bottom-sm-279 {
        margin-bottom: 279px!important
    }

    .\--padding-bottom-sm-280 {
        padding-bottom: 280px!important
    }

    .\--margin-bottom-sm-280 {
        margin-bottom: 280px!important
    }

    .\--padding-bottom-sm-281 {
        padding-bottom: 281px!important
    }

    .\--margin-bottom-sm-281 {
        margin-bottom: 281px!important
    }

    .\--padding-bottom-sm-282 {
        padding-bottom: 282px!important
    }

    .\--margin-bottom-sm-282 {
        margin-bottom: 282px!important
    }

    .\--padding-bottom-sm-283 {
        padding-bottom: 283px!important
    }

    .\--margin-bottom-sm-283 {
        margin-bottom: 283px!important
    }

    .\--padding-bottom-sm-284 {
        padding-bottom: 284px!important
    }

    .\--margin-bottom-sm-284 {
        margin-bottom: 284px!important
    }

    .\--padding-bottom-sm-285 {
        padding-bottom: 285px!important
    }

    .\--margin-bottom-sm-285 {
        margin-bottom: 285px!important
    }

    .\--padding-bottom-sm-286 {
        padding-bottom: 286px!important
    }

    .\--margin-bottom-sm-286 {
        margin-bottom: 286px!important
    }

    .\--padding-bottom-sm-287 {
        padding-bottom: 287px!important
    }

    .\--margin-bottom-sm-287 {
        margin-bottom: 287px!important
    }

    .\--padding-bottom-sm-288 {
        padding-bottom: 288px!important
    }

    .\--margin-bottom-sm-288 {
        margin-bottom: 288px!important
    }

    .\--padding-bottom-sm-289 {
        padding-bottom: 289px!important
    }

    .\--margin-bottom-sm-289 {
        margin-bottom: 289px!important
    }

    .\--padding-bottom-sm-290 {
        padding-bottom: 290px!important
    }

    .\--margin-bottom-sm-290 {
        margin-bottom: 290px!important
    }

    .\--padding-bottom-sm-291 {
        padding-bottom: 291px!important
    }

    .\--margin-bottom-sm-291 {
        margin-bottom: 291px!important
    }

    .\--padding-bottom-sm-292 {
        padding-bottom: 292px!important
    }

    .\--margin-bottom-sm-292 {
        margin-bottom: 292px!important
    }

    .\--padding-bottom-sm-293 {
        padding-bottom: 293px!important
    }

    .\--margin-bottom-sm-293 {
        margin-bottom: 293px!important
    }

    .\--padding-bottom-sm-294 {
        padding-bottom: 294px!important
    }

    .\--margin-bottom-sm-294 {
        margin-bottom: 294px!important
    }

    .\--padding-bottom-sm-295 {
        padding-bottom: 295px!important
    }

    .\--margin-bottom-sm-295 {
        margin-bottom: 295px!important
    }

    .\--padding-bottom-sm-296 {
        padding-bottom: 296px!important
    }

    .\--margin-bottom-sm-296 {
        margin-bottom: 296px!important
    }

    .\--padding-bottom-sm-297 {
        padding-bottom: 297px!important
    }

    .\--margin-bottom-sm-297 {
        margin-bottom: 297px!important
    }

    .\--padding-bottom-sm-298 {
        padding-bottom: 298px!important
    }

    .\--margin-bottom-sm-298 {
        margin-bottom: 298px!important
    }

    .\--padding-bottom-sm-299 {
        padding-bottom: 299px!important
    }

    .\--margin-bottom-sm-299 {
        margin-bottom: 299px!important
    }

    .\--padding-bottom-sm-300 {
        padding-bottom: 300px!important
    }

    .\--margin-bottom-sm-300 {
        margin-bottom: 300px!important
    }
}

@media only screen and (max-width: 767px) {
    .\--padding-top-xs-0 {
        padding-top:0!important
    }

    .\--margin-top-xs-0 {
        margin-top: 0!important
    }

    .\--padding-top-xs-1 {
        padding-top: 1px!important
    }

    .\--margin-top-xs-1 {
        margin-top: 1px!important
    }

    .\--padding-top-xs-2 {
        padding-top: 2px!important
    }

    .\--margin-top-xs-2 {
        margin-top: 2px!important
    }

    .\--padding-top-xs-3 {
        padding-top: 3px!important
    }

    .\--margin-top-xs-3 {
        margin-top: 3px!important
    }

    .\--padding-top-xs-4 {
        padding-top: 4px!important
    }

    .\--margin-top-xs-4 {
        margin-top: 4px!important
    }

    .\--padding-top-xs-5 {
        padding-top: 5px!important
    }

    .\--margin-top-xs-5 {
        margin-top: 5px!important
    }

    .\--padding-top-xs-6 {
        padding-top: 6px!important
    }

    .\--margin-top-xs-6 {
        margin-top: 6px!important
    }

    .\--padding-top-xs-7 {
        padding-top: 7px!important
    }

    .\--margin-top-xs-7 {
        margin-top: 7px!important
    }

    .\--padding-top-xs-8 {
        padding-top: 8px!important
    }

    .\--margin-top-xs-8 {
        margin-top: 8px!important
    }

    .\--padding-top-xs-9 {
        padding-top: 9px!important
    }

    .\--margin-top-xs-9 {
        margin-top: 9px!important
    }

    .\--padding-top-xs-10 {
        padding-top: 10px!important
    }

    .\--margin-top-xs-10 {
        margin-top: 10px!important
    }

    .\--padding-top-xs-11 {
        padding-top: 11px!important
    }

    .\--margin-top-xs-11 {
        margin-top: 11px!important
    }

    .\--padding-top-xs-12 {
        padding-top: 12px!important
    }

    .\--margin-top-xs-12 {
        margin-top: 12px!important
    }

    .\--padding-top-xs-13 {
        padding-top: 13px!important
    }

    .\--margin-top-xs-13 {
        margin-top: 13px!important
    }

    .\--padding-top-xs-14 {
        padding-top: 14px!important
    }

    .\--margin-top-xs-14 {
        margin-top: 14px!important
    }

    .\--padding-top-xs-15 {
        padding-top: 15px!important
    }

    .\--margin-top-xs-15 {
        margin-top: 15px!important
    }

    .\--padding-top-xs-16 {
        padding-top: 16px!important
    }

    .\--margin-top-xs-16 {
        margin-top: 16px!important
    }

    .\--padding-top-xs-17 {
        padding-top: 17px!important
    }

    .\--margin-top-xs-17 {
        margin-top: 17px!important
    }

    .\--padding-top-xs-18 {
        padding-top: 18px!important
    }

    .\--margin-top-xs-18 {
        margin-top: 18px!important
    }

    .\--padding-top-xs-19 {
        padding-top: 19px!important
    }

    .\--margin-top-xs-19 {
        margin-top: 19px!important
    }

    .\--padding-top-xs-20 {
        padding-top: 20px!important
    }

    .\--margin-top-xs-20 {
        margin-top: 20px!important
    }

    .\--padding-top-xs-21 {
        padding-top: 21px!important
    }

    .\--margin-top-xs-21 {
        margin-top: 21px!important
    }

    .\--padding-top-xs-22 {
        padding-top: 22px!important
    }

    .\--margin-top-xs-22 {
        margin-top: 22px!important
    }

    .\--padding-top-xs-23 {
        padding-top: 23px!important
    }

    .\--margin-top-xs-23 {
        margin-top: 23px!important
    }

    .\--padding-top-xs-24 {
        padding-top: 24px!important
    }

    .\--margin-top-xs-24 {
        margin-top: 24px!important
    }

    .\--padding-top-xs-25 {
        padding-top: 25px!important
    }

    .\--margin-top-xs-25 {
        margin-top: 25px!important
    }

    .\--padding-top-xs-26 {
        padding-top: 26px!important
    }

    .\--margin-top-xs-26 {
        margin-top: 26px!important
    }

    .\--padding-top-xs-27 {
        padding-top: 27px!important
    }

    .\--margin-top-xs-27 {
        margin-top: 27px!important
    }

    .\--padding-top-xs-28 {
        padding-top: 28px!important
    }

    .\--margin-top-xs-28 {
        margin-top: 28px!important
    }

    .\--padding-top-xs-29 {
        padding-top: 29px!important
    }

    .\--margin-top-xs-29 {
        margin-top: 29px!important
    }

    .\--padding-top-xs-30 {
        padding-top: 30px!important
    }

    .\--margin-top-xs-30 {
        margin-top: 30px!important
    }

    .\--padding-top-xs-31 {
        padding-top: 31px!important
    }

    .\--margin-top-xs-31 {
        margin-top: 31px!important
    }

    .\--padding-top-xs-32 {
        padding-top: 32px!important
    }

    .\--margin-top-xs-32 {
        margin-top: 32px!important
    }

    .\--padding-top-xs-33 {
        padding-top: 33px!important
    }

    .\--margin-top-xs-33 {
        margin-top: 33px!important
    }

    .\--padding-top-xs-34 {
        padding-top: 34px!important
    }

    .\--margin-top-xs-34 {
        margin-top: 34px!important
    }

    .\--padding-top-xs-35 {
        padding-top: 35px!important
    }

    .\--margin-top-xs-35 {
        margin-top: 35px!important
    }

    .\--padding-top-xs-36 {
        padding-top: 36px!important
    }

    .\--margin-top-xs-36 {
        margin-top: 36px!important
    }

    .\--padding-top-xs-37 {
        padding-top: 37px!important
    }

    .\--margin-top-xs-37 {
        margin-top: 37px!important
    }

    .\--padding-top-xs-38 {
        padding-top: 38px!important
    }

    .\--margin-top-xs-38 {
        margin-top: 38px!important
    }

    .\--padding-top-xs-39 {
        padding-top: 39px!important
    }

    .\--margin-top-xs-39 {
        margin-top: 39px!important
    }

    .\--padding-top-xs-40 {
        padding-top: 40px!important
    }

    .\--margin-top-xs-40 {
        margin-top: 40px!important
    }

    .\--padding-top-xs-41 {
        padding-top: 41px!important
    }

    .\--margin-top-xs-41 {
        margin-top: 41px!important
    }

    .\--padding-top-xs-42 {
        padding-top: 42px!important
    }

    .\--margin-top-xs-42 {
        margin-top: 42px!important
    }

    .\--padding-top-xs-43 {
        padding-top: 43px!important
    }

    .\--margin-top-xs-43 {
        margin-top: 43px!important
    }

    .\--padding-top-xs-44 {
        padding-top: 44px!important
    }

    .\--margin-top-xs-44 {
        margin-top: 44px!important
    }

    .\--padding-top-xs-45 {
        padding-top: 45px!important
    }

    .\--margin-top-xs-45 {
        margin-top: 45px!important
    }

    .\--padding-top-xs-46 {
        padding-top: 46px!important
    }

    .\--margin-top-xs-46 {
        margin-top: 46px!important
    }

    .\--padding-top-xs-47 {
        padding-top: 47px!important
    }

    .\--margin-top-xs-47 {
        margin-top: 47px!important
    }

    .\--padding-top-xs-48 {
        padding-top: 48px!important
    }

    .\--margin-top-xs-48 {
        margin-top: 48px!important
    }

    .\--padding-top-xs-49 {
        padding-top: 49px!important
    }

    .\--margin-top-xs-49 {
        margin-top: 49px!important
    }

    .\--padding-top-xs-50 {
        padding-top: 50px!important
    }

    .\--margin-top-xs-50 {
        margin-top: 50px!important
    }

    .\--padding-top-xs-51 {
        padding-top: 51px!important
    }

    .\--margin-top-xs-51 {
        margin-top: 51px!important
    }

    .\--padding-top-xs-52 {
        padding-top: 52px!important
    }

    .\--margin-top-xs-52 {
        margin-top: 52px!important
    }

    .\--padding-top-xs-53 {
        padding-top: 53px!important
    }

    .\--margin-top-xs-53 {
        margin-top: 53px!important
    }

    .\--padding-top-xs-54 {
        padding-top: 54px!important
    }

    .\--margin-top-xs-54 {
        margin-top: 54px!important
    }

    .\--padding-top-xs-55 {
        padding-top: 55px!important
    }

    .\--margin-top-xs-55 {
        margin-top: 55px!important
    }

    .\--padding-top-xs-56 {
        padding-top: 56px!important
    }

    .\--margin-top-xs-56 {
        margin-top: 56px!important
    }

    .\--padding-top-xs-57 {
        padding-top: 57px!important
    }

    .\--margin-top-xs-57 {
        margin-top: 57px!important
    }

    .\--padding-top-xs-58 {
        padding-top: 58px!important
    }

    .\--margin-top-xs-58 {
        margin-top: 58px!important
    }

    .\--padding-top-xs-59 {
        padding-top: 59px!important
    }

    .\--margin-top-xs-59 {
        margin-top: 59px!important
    }

    .\--padding-top-xs-60 {
        padding-top: 60px!important
    }

    .\--margin-top-xs-60 {
        margin-top: 60px!important
    }

    .\--padding-top-xs-61 {
        padding-top: 61px!important
    }

    .\--margin-top-xs-61 {
        margin-top: 61px!important
    }

    .\--padding-top-xs-62 {
        padding-top: 62px!important
    }

    .\--margin-top-xs-62 {
        margin-top: 62px!important
    }

    .\--padding-top-xs-63 {
        padding-top: 63px!important
    }

    .\--margin-top-xs-63 {
        margin-top: 63px!important
    }

    .\--padding-top-xs-64 {
        padding-top: 64px!important
    }

    .\--margin-top-xs-64 {
        margin-top: 64px!important
    }

    .\--padding-top-xs-65 {
        padding-top: 65px!important
    }

    .\--margin-top-xs-65 {
        margin-top: 65px!important
    }

    .\--padding-top-xs-66 {
        padding-top: 66px!important
    }

    .\--margin-top-xs-66 {
        margin-top: 66px!important
    }

    .\--padding-top-xs-67 {
        padding-top: 67px!important
    }

    .\--margin-top-xs-67 {
        margin-top: 67px!important
    }

    .\--padding-top-xs-68 {
        padding-top: 68px!important
    }

    .\--margin-top-xs-68 {
        margin-top: 68px!important
    }

    .\--padding-top-xs-69 {
        padding-top: 69px!important
    }

    .\--margin-top-xs-69 {
        margin-top: 69px!important
    }

    .\--padding-top-xs-70 {
        padding-top: 70px!important
    }

    .\--margin-top-xs-70 {
        margin-top: 70px!important
    }

    .\--padding-top-xs-71 {
        padding-top: 71px!important
    }

    .\--margin-top-xs-71 {
        margin-top: 71px!important
    }

    .\--padding-top-xs-72 {
        padding-top: 72px!important
    }

    .\--margin-top-xs-72 {
        margin-top: 72px!important
    }

    .\--padding-top-xs-73 {
        padding-top: 73px!important
    }

    .\--margin-top-xs-73 {
        margin-top: 73px!important
    }

    .\--padding-top-xs-74 {
        padding-top: 74px!important
    }

    .\--margin-top-xs-74 {
        margin-top: 74px!important
    }

    .\--padding-top-xs-75 {
        padding-top: 75px!important
    }

    .\--margin-top-xs-75 {
        margin-top: 75px!important
    }

    .\--padding-top-xs-76 {
        padding-top: 76px!important
    }

    .\--margin-top-xs-76 {
        margin-top: 76px!important
    }

    .\--padding-top-xs-77 {
        padding-top: 77px!important
    }

    .\--margin-top-xs-77 {
        margin-top: 77px!important
    }

    .\--padding-top-xs-78 {
        padding-top: 78px!important
    }

    .\--margin-top-xs-78 {
        margin-top: 78px!important
    }

    .\--padding-top-xs-79 {
        padding-top: 79px!important
    }

    .\--margin-top-xs-79 {
        margin-top: 79px!important
    }

    .\--padding-top-xs-80 {
        padding-top: 80px!important
    }

    .\--margin-top-xs-80 {
        margin-top: 80px!important
    }

    .\--padding-top-xs-81 {
        padding-top: 81px!important
    }

    .\--margin-top-xs-81 {
        margin-top: 81px!important
    }

    .\--padding-top-xs-82 {
        padding-top: 82px!important
    }

    .\--margin-top-xs-82 {
        margin-top: 82px!important
    }

    .\--padding-top-xs-83 {
        padding-top: 83px!important
    }

    .\--margin-top-xs-83 {
        margin-top: 83px!important
    }

    .\--padding-top-xs-84 {
        padding-top: 84px!important
    }

    .\--margin-top-xs-84 {
        margin-top: 84px!important
    }

    .\--padding-top-xs-85 {
        padding-top: 85px!important
    }

    .\--margin-top-xs-85 {
        margin-top: 85px!important
    }

    .\--padding-top-xs-86 {
        padding-top: 86px!important
    }

    .\--margin-top-xs-86 {
        margin-top: 86px!important
    }

    .\--padding-top-xs-87 {
        padding-top: 87px!important
    }

    .\--margin-top-xs-87 {
        margin-top: 87px!important
    }

    .\--padding-top-xs-88 {
        padding-top: 88px!important
    }

    .\--margin-top-xs-88 {
        margin-top: 88px!important
    }

    .\--padding-top-xs-89 {
        padding-top: 89px!important
    }

    .\--margin-top-xs-89 {
        margin-top: 89px!important
    }

    .\--padding-top-xs-90 {
        padding-top: 90px!important
    }

    .\--margin-top-xs-90 {
        margin-top: 90px!important
    }

    .\--padding-top-xs-91 {
        padding-top: 91px!important
    }

    .\--margin-top-xs-91 {
        margin-top: 91px!important
    }

    .\--padding-top-xs-92 {
        padding-top: 92px!important
    }

    .\--margin-top-xs-92 {
        margin-top: 92px!important
    }

    .\--padding-top-xs-93 {
        padding-top: 93px!important
    }

    .\--margin-top-xs-93 {
        margin-top: 93px!important
    }

    .\--padding-top-xs-94 {
        padding-top: 94px!important
    }

    .\--margin-top-xs-94 {
        margin-top: 94px!important
    }

    .\--padding-top-xs-95 {
        padding-top: 95px!important
    }

    .\--margin-top-xs-95 {
        margin-top: 95px!important
    }

    .\--padding-top-xs-96 {
        padding-top: 96px!important
    }

    .\--margin-top-xs-96 {
        margin-top: 96px!important
    }

    .\--padding-top-xs-97 {
        padding-top: 97px!important
    }

    .\--margin-top-xs-97 {
        margin-top: 97px!important
    }

    .\--padding-top-xs-98 {
        padding-top: 98px!important
    }

    .\--margin-top-xs-98 {
        margin-top: 98px!important
    }

    .\--padding-top-xs-99 {
        padding-top: 99px!important
    }

    .\--margin-top-xs-99 {
        margin-top: 99px!important
    }

    .\--padding-top-xs-100 {
        padding-top: 100px!important
    }

    .\--margin-top-xs-100 {
        margin-top: 100px!important
    }

    .\--padding-top-xs-101 {
        padding-top: 101px!important
    }

    .\--margin-top-xs-101 {
        margin-top: 101px!important
    }

    .\--padding-top-xs-102 {
        padding-top: 102px!important
    }

    .\--margin-top-xs-102 {
        margin-top: 102px!important
    }

    .\--padding-top-xs-103 {
        padding-top: 103px!important
    }

    .\--margin-top-xs-103 {
        margin-top: 103px!important
    }

    .\--padding-top-xs-104 {
        padding-top: 104px!important
    }

    .\--margin-top-xs-104 {
        margin-top: 104px!important
    }

    .\--padding-top-xs-105 {
        padding-top: 105px!important
    }

    .\--margin-top-xs-105 {
        margin-top: 105px!important
    }

    .\--padding-top-xs-106 {
        padding-top: 106px!important
    }

    .\--margin-top-xs-106 {
        margin-top: 106px!important
    }

    .\--padding-top-xs-107 {
        padding-top: 107px!important
    }

    .\--margin-top-xs-107 {
        margin-top: 107px!important
    }

    .\--padding-top-xs-108 {
        padding-top: 108px!important
    }

    .\--margin-top-xs-108 {
        margin-top: 108px!important
    }

    .\--padding-top-xs-109 {
        padding-top: 109px!important
    }

    .\--margin-top-xs-109 {
        margin-top: 109px!important
    }

    .\--padding-top-xs-110 {
        padding-top: 110px!important
    }

    .\--margin-top-xs-110 {
        margin-top: 110px!important
    }

    .\--padding-top-xs-111 {
        padding-top: 111px!important
    }

    .\--margin-top-xs-111 {
        margin-top: 111px!important
    }

    .\--padding-top-xs-112 {
        padding-top: 112px!important
    }

    .\--margin-top-xs-112 {
        margin-top: 112px!important
    }

    .\--padding-top-xs-113 {
        padding-top: 113px!important
    }

    .\--margin-top-xs-113 {
        margin-top: 113px!important
    }

    .\--padding-top-xs-114 {
        padding-top: 114px!important
    }

    .\--margin-top-xs-114 {
        margin-top: 114px!important
    }

    .\--padding-top-xs-115 {
        padding-top: 115px!important
    }

    .\--margin-top-xs-115 {
        margin-top: 115px!important
    }

    .\--padding-top-xs-116 {
        padding-top: 116px!important
    }

    .\--margin-top-xs-116 {
        margin-top: 116px!important
    }

    .\--padding-top-xs-117 {
        padding-top: 117px!important
    }

    .\--margin-top-xs-117 {
        margin-top: 117px!important
    }

    .\--padding-top-xs-118 {
        padding-top: 118px!important
    }

    .\--margin-top-xs-118 {
        margin-top: 118px!important
    }

    .\--padding-top-xs-119 {
        padding-top: 119px!important
    }

    .\--margin-top-xs-119 {
        margin-top: 119px!important
    }

    .\--padding-top-xs-120 {
        padding-top: 120px!important
    }

    .\--margin-top-xs-120 {
        margin-top: 120px!important
    }

    .\--padding-top-xs-121 {
        padding-top: 121px!important
    }

    .\--margin-top-xs-121 {
        margin-top: 121px!important
    }

    .\--padding-top-xs-122 {
        padding-top: 122px!important
    }

    .\--margin-top-xs-122 {
        margin-top: 122px!important
    }

    .\--padding-top-xs-123 {
        padding-top: 123px!important
    }

    .\--margin-top-xs-123 {
        margin-top: 123px!important
    }

    .\--padding-top-xs-124 {
        padding-top: 124px!important
    }

    .\--margin-top-xs-124 {
        margin-top: 124px!important
    }

    .\--padding-top-xs-125 {
        padding-top: 125px!important
    }

    .\--margin-top-xs-125 {
        margin-top: 125px!important
    }

    .\--padding-top-xs-126 {
        padding-top: 126px!important
    }

    .\--margin-top-xs-126 {
        margin-top: 126px!important
    }

    .\--padding-top-xs-127 {
        padding-top: 127px!important
    }

    .\--margin-top-xs-127 {
        margin-top: 127px!important
    }

    .\--padding-top-xs-128 {
        padding-top: 128px!important
    }

    .\--margin-top-xs-128 {
        margin-top: 128px!important
    }

    .\--padding-top-xs-129 {
        padding-top: 129px!important
    }

    .\--margin-top-xs-129 {
        margin-top: 129px!important
    }

    .\--padding-top-xs-130 {
        padding-top: 130px!important
    }

    .\--margin-top-xs-130 {
        margin-top: 130px!important
    }

    .\--padding-top-xs-131 {
        padding-top: 131px!important
    }

    .\--margin-top-xs-131 {
        margin-top: 131px!important
    }

    .\--padding-top-xs-132 {
        padding-top: 132px!important
    }

    .\--margin-top-xs-132 {
        margin-top: 132px!important
    }

    .\--padding-top-xs-133 {
        padding-top: 133px!important
    }

    .\--margin-top-xs-133 {
        margin-top: 133px!important
    }

    .\--padding-top-xs-134 {
        padding-top: 134px!important
    }

    .\--margin-top-xs-134 {
        margin-top: 134px!important
    }

    .\--padding-top-xs-135 {
        padding-top: 135px!important
    }

    .\--margin-top-xs-135 {
        margin-top: 135px!important
    }

    .\--padding-top-xs-136 {
        padding-top: 136px!important
    }

    .\--margin-top-xs-136 {
        margin-top: 136px!important
    }

    .\--padding-top-xs-137 {
        padding-top: 137px!important
    }

    .\--margin-top-xs-137 {
        margin-top: 137px!important
    }

    .\--padding-top-xs-138 {
        padding-top: 138px!important
    }

    .\--margin-top-xs-138 {
        margin-top: 138px!important
    }

    .\--padding-top-xs-139 {
        padding-top: 139px!important
    }

    .\--margin-top-xs-139 {
        margin-top: 139px!important
    }

    .\--padding-top-xs-140 {
        padding-top: 140px!important
    }

    .\--margin-top-xs-140 {
        margin-top: 140px!important
    }

    .\--padding-top-xs-141 {
        padding-top: 141px!important
    }

    .\--margin-top-xs-141 {
        margin-top: 141px!important
    }

    .\--padding-top-xs-142 {
        padding-top: 142px!important
    }

    .\--margin-top-xs-142 {
        margin-top: 142px!important
    }

    .\--padding-top-xs-143 {
        padding-top: 143px!important
    }

    .\--margin-top-xs-143 {
        margin-top: 143px!important
    }

    .\--padding-top-xs-144 {
        padding-top: 144px!important
    }

    .\--margin-top-xs-144 {
        margin-top: 144px!important
    }

    .\--padding-top-xs-145 {
        padding-top: 145px!important
    }

    .\--margin-top-xs-145 {
        margin-top: 145px!important
    }

    .\--padding-top-xs-146 {
        padding-top: 146px!important
    }

    .\--margin-top-xs-146 {
        margin-top: 146px!important
    }

    .\--padding-top-xs-147 {
        padding-top: 147px!important
    }

    .\--margin-top-xs-147 {
        margin-top: 147px!important
    }

    .\--padding-top-xs-148 {
        padding-top: 148px!important
    }

    .\--margin-top-xs-148 {
        margin-top: 148px!important
    }

    .\--padding-top-xs-149 {
        padding-top: 149px!important
    }

    .\--margin-top-xs-149 {
        margin-top: 149px!important
    }

    .\--padding-top-xs-150 {
        padding-top: 150px!important
    }

    .\--margin-top-xs-150 {
        margin-top: 150px!important
    }

    .\--padding-top-xs-151 {
        padding-top: 151px!important
    }

    .\--margin-top-xs-151 {
        margin-top: 151px!important
    }

    .\--padding-top-xs-152 {
        padding-top: 152px!important
    }

    .\--margin-top-xs-152 {
        margin-top: 152px!important
    }

    .\--padding-top-xs-153 {
        padding-top: 153px!important
    }

    .\--margin-top-xs-153 {
        margin-top: 153px!important
    }

    .\--padding-top-xs-154 {
        padding-top: 154px!important
    }

    .\--margin-top-xs-154 {
        margin-top: 154px!important
    }

    .\--padding-top-xs-155 {
        padding-top: 155px!important
    }

    .\--margin-top-xs-155 {
        margin-top: 155px!important
    }

    .\--padding-top-xs-156 {
        padding-top: 156px!important
    }

    .\--margin-top-xs-156 {
        margin-top: 156px!important
    }

    .\--padding-top-xs-157 {
        padding-top: 157px!important
    }

    .\--margin-top-xs-157 {
        margin-top: 157px!important
    }

    .\--padding-top-xs-158 {
        padding-top: 158px!important
    }

    .\--margin-top-xs-158 {
        margin-top: 158px!important
    }

    .\--padding-top-xs-159 {
        padding-top: 159px!important
    }

    .\--margin-top-xs-159 {
        margin-top: 159px!important
    }

    .\--padding-top-xs-160 {
        padding-top: 160px!important
    }

    .\--margin-top-xs-160 {
        margin-top: 160px!important
    }

    .\--padding-top-xs-161 {
        padding-top: 161px!important
    }

    .\--margin-top-xs-161 {
        margin-top: 161px!important
    }

    .\--padding-top-xs-162 {
        padding-top: 162px!important
    }

    .\--margin-top-xs-162 {
        margin-top: 162px!important
    }

    .\--padding-top-xs-163 {
        padding-top: 163px!important
    }

    .\--margin-top-xs-163 {
        margin-top: 163px!important
    }

    .\--padding-top-xs-164 {
        padding-top: 164px!important
    }

    .\--margin-top-xs-164 {
        margin-top: 164px!important
    }

    .\--padding-top-xs-165 {
        padding-top: 165px!important
    }

    .\--margin-top-xs-165 {
        margin-top: 165px!important
    }

    .\--padding-top-xs-166 {
        padding-top: 166px!important
    }

    .\--margin-top-xs-166 {
        margin-top: 166px!important
    }

    .\--padding-top-xs-167 {
        padding-top: 167px!important
    }

    .\--margin-top-xs-167 {
        margin-top: 167px!important
    }

    .\--padding-top-xs-168 {
        padding-top: 168px!important
    }

    .\--margin-top-xs-168 {
        margin-top: 168px!important
    }

    .\--padding-top-xs-169 {
        padding-top: 169px!important
    }

    .\--margin-top-xs-169 {
        margin-top: 169px!important
    }

    .\--padding-top-xs-170 {
        padding-top: 170px!important
    }

    .\--margin-top-xs-170 {
        margin-top: 170px!important
    }

    .\--padding-top-xs-171 {
        padding-top: 171px!important
    }

    .\--margin-top-xs-171 {
        margin-top: 171px!important
    }

    .\--padding-top-xs-172 {
        padding-top: 172px!important
    }

    .\--margin-top-xs-172 {
        margin-top: 172px!important
    }

    .\--padding-top-xs-173 {
        padding-top: 173px!important
    }

    .\--margin-top-xs-173 {
        margin-top: 173px!important
    }

    .\--padding-top-xs-174 {
        padding-top: 174px!important
    }

    .\--margin-top-xs-174 {
        margin-top: 174px!important
    }

    .\--padding-top-xs-175 {
        padding-top: 175px!important
    }

    .\--margin-top-xs-175 {
        margin-top: 175px!important
    }

    .\--padding-top-xs-176 {
        padding-top: 176px!important
    }

    .\--margin-top-xs-176 {
        margin-top: 176px!important
    }

    .\--padding-top-xs-177 {
        padding-top: 177px!important
    }

    .\--margin-top-xs-177 {
        margin-top: 177px!important
    }

    .\--padding-top-xs-178 {
        padding-top: 178px!important
    }

    .\--margin-top-xs-178 {
        margin-top: 178px!important
    }

    .\--padding-top-xs-179 {
        padding-top: 179px!important
    }

    .\--margin-top-xs-179 {
        margin-top: 179px!important
    }

    .\--padding-top-xs-180 {
        padding-top: 180px!important
    }

    .\--margin-top-xs-180 {
        margin-top: 180px!important
    }

    .\--padding-top-xs-181 {
        padding-top: 181px!important
    }

    .\--margin-top-xs-181 {
        margin-top: 181px!important
    }

    .\--padding-top-xs-182 {
        padding-top: 182px!important
    }

    .\--margin-top-xs-182 {
        margin-top: 182px!important
    }

    .\--padding-top-xs-183 {
        padding-top: 183px!important
    }

    .\--margin-top-xs-183 {
        margin-top: 183px!important
    }

    .\--padding-top-xs-184 {
        padding-top: 184px!important
    }

    .\--margin-top-xs-184 {
        margin-top: 184px!important
    }

    .\--padding-top-xs-185 {
        padding-top: 185px!important
    }

    .\--margin-top-xs-185 {
        margin-top: 185px!important
    }

    .\--padding-top-xs-186 {
        padding-top: 186px!important
    }

    .\--margin-top-xs-186 {
        margin-top: 186px!important
    }

    .\--padding-top-xs-187 {
        padding-top: 187px!important
    }

    .\--margin-top-xs-187 {
        margin-top: 187px!important
    }

    .\--padding-top-xs-188 {
        padding-top: 188px!important
    }

    .\--margin-top-xs-188 {
        margin-top: 188px!important
    }

    .\--padding-top-xs-189 {
        padding-top: 189px!important
    }

    .\--margin-top-xs-189 {
        margin-top: 189px!important
    }

    .\--padding-top-xs-190 {
        padding-top: 190px!important
    }

    .\--margin-top-xs-190 {
        margin-top: 190px!important
    }

    .\--padding-top-xs-191 {
        padding-top: 191px!important
    }

    .\--margin-top-xs-191 {
        margin-top: 191px!important
    }

    .\--padding-top-xs-192 {
        padding-top: 192px!important
    }

    .\--margin-top-xs-192 {
        margin-top: 192px!important
    }

    .\--padding-top-xs-193 {
        padding-top: 193px!important
    }

    .\--margin-top-xs-193 {
        margin-top: 193px!important
    }

    .\--padding-top-xs-194 {
        padding-top: 194px!important
    }

    .\--margin-top-xs-194 {
        margin-top: 194px!important
    }

    .\--padding-top-xs-195 {
        padding-top: 195px!important
    }

    .\--margin-top-xs-195 {
        margin-top: 195px!important
    }

    .\--padding-top-xs-196 {
        padding-top: 196px!important
    }

    .\--margin-top-xs-196 {
        margin-top: 196px!important
    }

    .\--padding-top-xs-197 {
        padding-top: 197px!important
    }

    .\--margin-top-xs-197 {
        margin-top: 197px!important
    }

    .\--padding-top-xs-198 {
        padding-top: 198px!important
    }

    .\--margin-top-xs-198 {
        margin-top: 198px!important
    }

    .\--padding-top-xs-199 {
        padding-top: 199px!important
    }

    .\--margin-top-xs-199 {
        margin-top: 199px!important
    }

    .\--padding-top-xs-200 {
        padding-top: 200px!important
    }

    .\--margin-top-xs-200 {
        margin-top: 200px!important
    }

    .\--padding-top-xs-201 {
        padding-top: 201px!important
    }

    .\--margin-top-xs-201 {
        margin-top: 201px!important
    }

    .\--padding-top-xs-202 {
        padding-top: 202px!important
    }

    .\--margin-top-xs-202 {
        margin-top: 202px!important
    }

    .\--padding-top-xs-203 {
        padding-top: 203px!important
    }

    .\--margin-top-xs-203 {
        margin-top: 203px!important
    }

    .\--padding-top-xs-204 {
        padding-top: 204px!important
    }

    .\--margin-top-xs-204 {
        margin-top: 204px!important
    }

    .\--padding-top-xs-205 {
        padding-top: 205px!important
    }

    .\--margin-top-xs-205 {
        margin-top: 205px!important
    }

    .\--padding-top-xs-206 {
        padding-top: 206px!important
    }

    .\--margin-top-xs-206 {
        margin-top: 206px!important
    }

    .\--padding-top-xs-207 {
        padding-top: 207px!important
    }

    .\--margin-top-xs-207 {
        margin-top: 207px!important
    }

    .\--padding-top-xs-208 {
        padding-top: 208px!important
    }

    .\--margin-top-xs-208 {
        margin-top: 208px!important
    }

    .\--padding-top-xs-209 {
        padding-top: 209px!important
    }

    .\--margin-top-xs-209 {
        margin-top: 209px!important
    }

    .\--padding-top-xs-210 {
        padding-top: 210px!important
    }

    .\--margin-top-xs-210 {
        margin-top: 210px!important
    }

    .\--padding-top-xs-211 {
        padding-top: 211px!important
    }

    .\--margin-top-xs-211 {
        margin-top: 211px!important
    }

    .\--padding-top-xs-212 {
        padding-top: 212px!important
    }

    .\--margin-top-xs-212 {
        margin-top: 212px!important
    }

    .\--padding-top-xs-213 {
        padding-top: 213px!important
    }

    .\--margin-top-xs-213 {
        margin-top: 213px!important
    }

    .\--padding-top-xs-214 {
        padding-top: 214px!important
    }

    .\--margin-top-xs-214 {
        margin-top: 214px!important
    }

    .\--padding-top-xs-215 {
        padding-top: 215px!important
    }

    .\--margin-top-xs-215 {
        margin-top: 215px!important
    }

    .\--padding-top-xs-216 {
        padding-top: 216px!important
    }

    .\--margin-top-xs-216 {
        margin-top: 216px!important
    }

    .\--padding-top-xs-217 {
        padding-top: 217px!important
    }

    .\--margin-top-xs-217 {
        margin-top: 217px!important
    }

    .\--padding-top-xs-218 {
        padding-top: 218px!important
    }

    .\--margin-top-xs-218 {
        margin-top: 218px!important
    }

    .\--padding-top-xs-219 {
        padding-top: 219px!important
    }

    .\--margin-top-xs-219 {
        margin-top: 219px!important
    }

    .\--padding-top-xs-220 {
        padding-top: 220px!important
    }

    .\--margin-top-xs-220 {
        margin-top: 220px!important
    }

    .\--padding-top-xs-221 {
        padding-top: 221px!important
    }

    .\--margin-top-xs-221 {
        margin-top: 221px!important
    }

    .\--padding-top-xs-222 {
        padding-top: 222px!important
    }

    .\--margin-top-xs-222 {
        margin-top: 222px!important
    }

    .\--padding-top-xs-223 {
        padding-top: 223px!important
    }

    .\--margin-top-xs-223 {
        margin-top: 223px!important
    }

    .\--padding-top-xs-224 {
        padding-top: 224px!important
    }

    .\--margin-top-xs-224 {
        margin-top: 224px!important
    }

    .\--padding-top-xs-225 {
        padding-top: 225px!important
    }

    .\--margin-top-xs-225 {
        margin-top: 225px!important
    }

    .\--padding-top-xs-226 {
        padding-top: 226px!important
    }

    .\--margin-top-xs-226 {
        margin-top: 226px!important
    }

    .\--padding-top-xs-227 {
        padding-top: 227px!important
    }

    .\--margin-top-xs-227 {
        margin-top: 227px!important
    }

    .\--padding-top-xs-228 {
        padding-top: 228px!important
    }

    .\--margin-top-xs-228 {
        margin-top: 228px!important
    }

    .\--padding-top-xs-229 {
        padding-top: 229px!important
    }

    .\--margin-top-xs-229 {
        margin-top: 229px!important
    }

    .\--padding-top-xs-230 {
        padding-top: 230px!important
    }

    .\--margin-top-xs-230 {
        margin-top: 230px!important
    }

    .\--padding-top-xs-231 {
        padding-top: 231px!important
    }

    .\--margin-top-xs-231 {
        margin-top: 231px!important
    }

    .\--padding-top-xs-232 {
        padding-top: 232px!important
    }

    .\--margin-top-xs-232 {
        margin-top: 232px!important
    }

    .\--padding-top-xs-233 {
        padding-top: 233px!important
    }

    .\--margin-top-xs-233 {
        margin-top: 233px!important
    }

    .\--padding-top-xs-234 {
        padding-top: 234px!important
    }

    .\--margin-top-xs-234 {
        margin-top: 234px!important
    }

    .\--padding-top-xs-235 {
        padding-top: 235px!important
    }

    .\--margin-top-xs-235 {
        margin-top: 235px!important
    }

    .\--padding-top-xs-236 {
        padding-top: 236px!important
    }

    .\--margin-top-xs-236 {
        margin-top: 236px!important
    }

    .\--padding-top-xs-237 {
        padding-top: 237px!important
    }

    .\--margin-top-xs-237 {
        margin-top: 237px!important
    }

    .\--padding-top-xs-238 {
        padding-top: 238px!important
    }

    .\--margin-top-xs-238 {
        margin-top: 238px!important
    }

    .\--padding-top-xs-239 {
        padding-top: 239px!important
    }

    .\--margin-top-xs-239 {
        margin-top: 239px!important
    }

    .\--padding-top-xs-240 {
        padding-top: 240px!important
    }

    .\--margin-top-xs-240 {
        margin-top: 240px!important
    }

    .\--padding-top-xs-241 {
        padding-top: 241px!important
    }

    .\--margin-top-xs-241 {
        margin-top: 241px!important
    }

    .\--padding-top-xs-242 {
        padding-top: 242px!important
    }

    .\--margin-top-xs-242 {
        margin-top: 242px!important
    }

    .\--padding-top-xs-243 {
        padding-top: 243px!important
    }

    .\--margin-top-xs-243 {
        margin-top: 243px!important
    }

    .\--padding-top-xs-244 {
        padding-top: 244px!important
    }

    .\--margin-top-xs-244 {
        margin-top: 244px!important
    }

    .\--padding-top-xs-245 {
        padding-top: 245px!important
    }

    .\--margin-top-xs-245 {
        margin-top: 245px!important
    }

    .\--padding-top-xs-246 {
        padding-top: 246px!important
    }

    .\--margin-top-xs-246 {
        margin-top: 246px!important
    }

    .\--padding-top-xs-247 {
        padding-top: 247px!important
    }

    .\--margin-top-xs-247 {
        margin-top: 247px!important
    }

    .\--padding-top-xs-248 {
        padding-top: 248px!important
    }

    .\--margin-top-xs-248 {
        margin-top: 248px!important
    }

    .\--padding-top-xs-249 {
        padding-top: 249px!important
    }

    .\--margin-top-xs-249 {
        margin-top: 249px!important
    }

    .\--padding-top-xs-250 {
        padding-top: 250px!important
    }

    .\--margin-top-xs-250 {
        margin-top: 250px!important
    }

    .\--padding-top-xs-251 {
        padding-top: 251px!important
    }

    .\--margin-top-xs-251 {
        margin-top: 251px!important
    }

    .\--padding-top-xs-252 {
        padding-top: 252px!important
    }

    .\--margin-top-xs-252 {
        margin-top: 252px!important
    }

    .\--padding-top-xs-253 {
        padding-top: 253px!important
    }

    .\--margin-top-xs-253 {
        margin-top: 253px!important
    }

    .\--padding-top-xs-254 {
        padding-top: 254px!important
    }

    .\--margin-top-xs-254 {
        margin-top: 254px!important
    }

    .\--padding-top-xs-255 {
        padding-top: 255px!important
    }

    .\--margin-top-xs-255 {
        margin-top: 255px!important
    }

    .\--padding-top-xs-256 {
        padding-top: 256px!important
    }

    .\--margin-top-xs-256 {
        margin-top: 256px!important
    }

    .\--padding-top-xs-257 {
        padding-top: 257px!important
    }

    .\--margin-top-xs-257 {
        margin-top: 257px!important
    }

    .\--padding-top-xs-258 {
        padding-top: 258px!important
    }

    .\--margin-top-xs-258 {
        margin-top: 258px!important
    }

    .\--padding-top-xs-259 {
        padding-top: 259px!important
    }

    .\--margin-top-xs-259 {
        margin-top: 259px!important
    }

    .\--padding-top-xs-260 {
        padding-top: 260px!important
    }

    .\--margin-top-xs-260 {
        margin-top: 260px!important
    }

    .\--padding-top-xs-261 {
        padding-top: 261px!important
    }

    .\--margin-top-xs-261 {
        margin-top: 261px!important
    }

    .\--padding-top-xs-262 {
        padding-top: 262px!important
    }

    .\--margin-top-xs-262 {
        margin-top: 262px!important
    }

    .\--padding-top-xs-263 {
        padding-top: 263px!important
    }

    .\--margin-top-xs-263 {
        margin-top: 263px!important
    }

    .\--padding-top-xs-264 {
        padding-top: 264px!important
    }

    .\--margin-top-xs-264 {
        margin-top: 264px!important
    }

    .\--padding-top-xs-265 {
        padding-top: 265px!important
    }

    .\--margin-top-xs-265 {
        margin-top: 265px!important
    }

    .\--padding-top-xs-266 {
        padding-top: 266px!important
    }

    .\--margin-top-xs-266 {
        margin-top: 266px!important
    }

    .\--padding-top-xs-267 {
        padding-top: 267px!important
    }

    .\--margin-top-xs-267 {
        margin-top: 267px!important
    }

    .\--padding-top-xs-268 {
        padding-top: 268px!important
    }

    .\--margin-top-xs-268 {
        margin-top: 268px!important
    }

    .\--padding-top-xs-269 {
        padding-top: 269px!important
    }

    .\--margin-top-xs-269 {
        margin-top: 269px!important
    }

    .\--padding-top-xs-270 {
        padding-top: 270px!important
    }

    .\--margin-top-xs-270 {
        margin-top: 270px!important
    }

    .\--padding-top-xs-271 {
        padding-top: 271px!important
    }

    .\--margin-top-xs-271 {
        margin-top: 271px!important
    }

    .\--padding-top-xs-272 {
        padding-top: 272px!important
    }

    .\--margin-top-xs-272 {
        margin-top: 272px!important
    }

    .\--padding-top-xs-273 {
        padding-top: 273px!important
    }

    .\--margin-top-xs-273 {
        margin-top: 273px!important
    }

    .\--padding-top-xs-274 {
        padding-top: 274px!important
    }

    .\--margin-top-xs-274 {
        margin-top: 274px!important
    }

    .\--padding-top-xs-275 {
        padding-top: 275px!important
    }

    .\--margin-top-xs-275 {
        margin-top: 275px!important
    }

    .\--padding-top-xs-276 {
        padding-top: 276px!important
    }

    .\--margin-top-xs-276 {
        margin-top: 276px!important
    }

    .\--padding-top-xs-277 {
        padding-top: 277px!important
    }

    .\--margin-top-xs-277 {
        margin-top: 277px!important
    }

    .\--padding-top-xs-278 {
        padding-top: 278px!important
    }

    .\--margin-top-xs-278 {
        margin-top: 278px!important
    }

    .\--padding-top-xs-279 {
        padding-top: 279px!important
    }

    .\--margin-top-xs-279 {
        margin-top: 279px!important
    }

    .\--padding-top-xs-280 {
        padding-top: 280px!important
    }

    .\--margin-top-xs-280 {
        margin-top: 280px!important
    }

    .\--padding-top-xs-281 {
        padding-top: 281px!important
    }

    .\--margin-top-xs-281 {
        margin-top: 281px!important
    }

    .\--padding-top-xs-282 {
        padding-top: 282px!important
    }

    .\--margin-top-xs-282 {
        margin-top: 282px!important
    }

    .\--padding-top-xs-283 {
        padding-top: 283px!important
    }

    .\--margin-top-xs-283 {
        margin-top: 283px!important
    }

    .\--padding-top-xs-284 {
        padding-top: 284px!important
    }

    .\--margin-top-xs-284 {
        margin-top: 284px!important
    }

    .\--padding-top-xs-285 {
        padding-top: 285px!important
    }

    .\--margin-top-xs-285 {
        margin-top: 285px!important
    }

    .\--padding-top-xs-286 {
        padding-top: 286px!important
    }

    .\--margin-top-xs-286 {
        margin-top: 286px!important
    }

    .\--padding-top-xs-287 {
        padding-top: 287px!important
    }

    .\--margin-top-xs-287 {
        margin-top: 287px!important
    }

    .\--padding-top-xs-288 {
        padding-top: 288px!important
    }

    .\--margin-top-xs-288 {
        margin-top: 288px!important
    }

    .\--padding-top-xs-289 {
        padding-top: 289px!important
    }

    .\--margin-top-xs-289 {
        margin-top: 289px!important
    }

    .\--padding-top-xs-290 {
        padding-top: 290px!important
    }

    .\--margin-top-xs-290 {
        margin-top: 290px!important
    }

    .\--padding-top-xs-291 {
        padding-top: 291px!important
    }

    .\--margin-top-xs-291 {
        margin-top: 291px!important
    }

    .\--padding-top-xs-292 {
        padding-top: 292px!important
    }

    .\--margin-top-xs-292 {
        margin-top: 292px!important
    }

    .\--padding-top-xs-293 {
        padding-top: 293px!important
    }

    .\--margin-top-xs-293 {
        margin-top: 293px!important
    }

    .\--padding-top-xs-294 {
        padding-top: 294px!important
    }

    .\--margin-top-xs-294 {
        margin-top: 294px!important
    }

    .\--padding-top-xs-295 {
        padding-top: 295px!important
    }

    .\--margin-top-xs-295 {
        margin-top: 295px!important
    }

    .\--padding-top-xs-296 {
        padding-top: 296px!important
    }

    .\--margin-top-xs-296 {
        margin-top: 296px!important
    }

    .\--padding-top-xs-297 {
        padding-top: 297px!important
    }

    .\--margin-top-xs-297 {
        margin-top: 297px!important
    }

    .\--padding-top-xs-298 {
        padding-top: 298px!important
    }

    .\--margin-top-xs-298 {
        margin-top: 298px!important
    }

    .\--padding-top-xs-299 {
        padding-top: 299px!important
    }

    .\--margin-top-xs-299 {
        margin-top: 299px!important
    }

    .\--padding-top-xs-300 {
        padding-top: 300px!important
    }

    .\--margin-top-xs-300 {
        margin-top: 300px!important
    }

    .\--padding-bottom-xs-0 {
        padding-bottom: 0!important
    }

    .\--margin-bottom-xs-0 {
        margin-bottom: 0!important
    }

    .\--padding-bottom-xs-1 {
        padding-bottom: 1px!important
    }

    .\--margin-bottom-xs-1 {
        margin-bottom: 1px!important
    }

    .\--padding-bottom-xs-2 {
        padding-bottom: 2px!important
    }

    .\--margin-bottom-xs-2 {
        margin-bottom: 2px!important
    }

    .\--padding-bottom-xs-3 {
        padding-bottom: 3px!important
    }

    .\--margin-bottom-xs-3 {
        margin-bottom: 3px!important
    }

    .\--padding-bottom-xs-4 {
        padding-bottom: 4px!important
    }

    .\--margin-bottom-xs-4 {
        margin-bottom: 4px!important
    }

    .\--padding-bottom-xs-5 {
        padding-bottom: 5px!important
    }

    .\--margin-bottom-xs-5 {
        margin-bottom: 5px!important
    }

    .\--padding-bottom-xs-6 {
        padding-bottom: 6px!important
    }

    .\--margin-bottom-xs-6 {
        margin-bottom: 6px!important
    }

    .\--padding-bottom-xs-7 {
        padding-bottom: 7px!important
    }

    .\--margin-bottom-xs-7 {
        margin-bottom: 7px!important
    }

    .\--padding-bottom-xs-8 {
        padding-bottom: 8px!important
    }

    .\--margin-bottom-xs-8 {
        margin-bottom: 8px!important
    }

    .\--padding-bottom-xs-9 {
        padding-bottom: 9px!important
    }

    .\--margin-bottom-xs-9 {
        margin-bottom: 9px!important
    }

    .\--padding-bottom-xs-10 {
        padding-bottom: 10px!important
    }

    .\--margin-bottom-xs-10 {
        margin-bottom: 10px!important
    }

    .\--padding-bottom-xs-11 {
        padding-bottom: 11px!important
    }

    .\--margin-bottom-xs-11 {
        margin-bottom: 11px!important
    }

    .\--padding-bottom-xs-12 {
        padding-bottom: 12px!important
    }

    .\--margin-bottom-xs-12 {
        margin-bottom: 12px!important
    }

    .\--padding-bottom-xs-13 {
        padding-bottom: 13px!important
    }

    .\--margin-bottom-xs-13 {
        margin-bottom: 13px!important
    }

    .\--padding-bottom-xs-14 {
        padding-bottom: 14px!important
    }

    .\--margin-bottom-xs-14 {
        margin-bottom: 14px!important
    }

    .\--padding-bottom-xs-15 {
        padding-bottom: 15px!important
    }

    .\--margin-bottom-xs-15 {
        margin-bottom: 15px!important
    }

    .\--padding-bottom-xs-16 {
        padding-bottom: 16px!important
    }

    .\--margin-bottom-xs-16 {
        margin-bottom: 16px!important
    }

    .\--padding-bottom-xs-17 {
        padding-bottom: 17px!important
    }

    .\--margin-bottom-xs-17 {
        margin-bottom: 17px!important
    }

    .\--padding-bottom-xs-18 {
        padding-bottom: 18px!important
    }

    .\--margin-bottom-xs-18 {
        margin-bottom: 18px!important
    }

    .\--padding-bottom-xs-19 {
        padding-bottom: 19px!important
    }

    .\--margin-bottom-xs-19 {
        margin-bottom: 19px!important
    }

    .\--padding-bottom-xs-20 {
        padding-bottom: 20px!important
    }

    .\--margin-bottom-xs-20 {
        margin-bottom: 20px!important
    }

    .\--padding-bottom-xs-21 {
        padding-bottom: 21px!important
    }

    .\--margin-bottom-xs-21 {
        margin-bottom: 21px!important
    }

    .\--padding-bottom-xs-22 {
        padding-bottom: 22px!important
    }

    .\--margin-bottom-xs-22 {
        margin-bottom: 22px!important
    }

    .\--padding-bottom-xs-23 {
        padding-bottom: 23px!important
    }

    .\--margin-bottom-xs-23 {
        margin-bottom: 23px!important
    }

    .\--padding-bottom-xs-24 {
        padding-bottom: 24px!important
    }

    .\--margin-bottom-xs-24 {
        margin-bottom: 24px!important
    }

    .\--padding-bottom-xs-25 {
        padding-bottom: 25px!important
    }

    .\--margin-bottom-xs-25 {
        margin-bottom: 25px!important
    }

    .\--padding-bottom-xs-26 {
        padding-bottom: 26px!important
    }

    .\--margin-bottom-xs-26 {
        margin-bottom: 26px!important
    }

    .\--padding-bottom-xs-27 {
        padding-bottom: 27px!important
    }

    .\--margin-bottom-xs-27 {
        margin-bottom: 27px!important
    }

    .\--padding-bottom-xs-28 {
        padding-bottom: 28px!important
    }

    .\--margin-bottom-xs-28 {
        margin-bottom: 28px!important
    }

    .\--padding-bottom-xs-29 {
        padding-bottom: 29px!important
    }

    .\--margin-bottom-xs-29 {
        margin-bottom: 29px!important
    }

    .\--padding-bottom-xs-30 {
        padding-bottom: 30px!important
    }

    .\--margin-bottom-xs-30 {
        margin-bottom: 30px!important
    }

    .\--padding-bottom-xs-31 {
        padding-bottom: 31px!important
    }

    .\--margin-bottom-xs-31 {
        margin-bottom: 31px!important
    }

    .\--padding-bottom-xs-32 {
        padding-bottom: 32px!important
    }

    .\--margin-bottom-xs-32 {
        margin-bottom: 32px!important
    }

    .\--padding-bottom-xs-33 {
        padding-bottom: 33px!important
    }

    .\--margin-bottom-xs-33 {
        margin-bottom: 33px!important
    }

    .\--padding-bottom-xs-34 {
        padding-bottom: 34px!important
    }

    .\--margin-bottom-xs-34 {
        margin-bottom: 34px!important
    }

    .\--padding-bottom-xs-35 {
        padding-bottom: 35px!important
    }

    .\--margin-bottom-xs-35 {
        margin-bottom: 35px!important
    }

    .\--padding-bottom-xs-36 {
        padding-bottom: 36px!important
    }

    .\--margin-bottom-xs-36 {
        margin-bottom: 36px!important
    }

    .\--padding-bottom-xs-37 {
        padding-bottom: 37px!important
    }

    .\--margin-bottom-xs-37 {
        margin-bottom: 37px!important
    }

    .\--padding-bottom-xs-38 {
        padding-bottom: 38px!important
    }

    .\--margin-bottom-xs-38 {
        margin-bottom: 38px!important
    }

    .\--padding-bottom-xs-39 {
        padding-bottom: 39px!important
    }

    .\--margin-bottom-xs-39 {
        margin-bottom: 39px!important
    }

    .\--padding-bottom-xs-40 {
        padding-bottom: 40px!important
    }

    .\--margin-bottom-xs-40 {
        margin-bottom: 40px!important
    }

    .\--padding-bottom-xs-41 {
        padding-bottom: 41px!important
    }

    .\--margin-bottom-xs-41 {
        margin-bottom: 41px!important
    }

    .\--padding-bottom-xs-42 {
        padding-bottom: 42px!important
    }

    .\--margin-bottom-xs-42 {
        margin-bottom: 42px!important
    }

    .\--padding-bottom-xs-43 {
        padding-bottom: 43px!important
    }

    .\--margin-bottom-xs-43 {
        margin-bottom: 43px!important
    }

    .\--padding-bottom-xs-44 {
        padding-bottom: 44px!important
    }

    .\--margin-bottom-xs-44 {
        margin-bottom: 44px!important
    }

    .\--padding-bottom-xs-45 {
        padding-bottom: 45px!important
    }

    .\--margin-bottom-xs-45 {
        margin-bottom: 45px!important
    }

    .\--padding-bottom-xs-46 {
        padding-bottom: 46px!important
    }

    .\--margin-bottom-xs-46 {
        margin-bottom: 46px!important
    }

    .\--padding-bottom-xs-47 {
        padding-bottom: 47px!important
    }

    .\--margin-bottom-xs-47 {
        margin-bottom: 47px!important
    }

    .\--padding-bottom-xs-48 {
        padding-bottom: 48px!important
    }

    .\--margin-bottom-xs-48 {
        margin-bottom: 48px!important
    }

    .\--padding-bottom-xs-49 {
        padding-bottom: 49px!important
    }

    .\--margin-bottom-xs-49 {
        margin-bottom: 49px!important
    }

    .\--padding-bottom-xs-50 {
        padding-bottom: 50px!important
    }

    .\--margin-bottom-xs-50 {
        margin-bottom: 50px!important
    }

    .\--padding-bottom-xs-51 {
        padding-bottom: 51px!important
    }

    .\--margin-bottom-xs-51 {
        margin-bottom: 51px!important
    }

    .\--padding-bottom-xs-52 {
        padding-bottom: 52px!important
    }

    .\--margin-bottom-xs-52 {
        margin-bottom: 52px!important
    }

    .\--padding-bottom-xs-53 {
        padding-bottom: 53px!important
    }

    .\--margin-bottom-xs-53 {
        margin-bottom: 53px!important
    }

    .\--padding-bottom-xs-54 {
        padding-bottom: 54px!important
    }

    .\--margin-bottom-xs-54 {
        margin-bottom: 54px!important
    }

    .\--padding-bottom-xs-55 {
        padding-bottom: 55px!important
    }

    .\--margin-bottom-xs-55 {
        margin-bottom: 55px!important
    }

    .\--padding-bottom-xs-56 {
        padding-bottom: 56px!important
    }

    .\--margin-bottom-xs-56 {
        margin-bottom: 56px!important
    }

    .\--padding-bottom-xs-57 {
        padding-bottom: 57px!important
    }

    .\--margin-bottom-xs-57 {
        margin-bottom: 57px!important
    }

    .\--padding-bottom-xs-58 {
        padding-bottom: 58px!important
    }

    .\--margin-bottom-xs-58 {
        margin-bottom: 58px!important
    }

    .\--padding-bottom-xs-59 {
        padding-bottom: 59px!important
    }

    .\--margin-bottom-xs-59 {
        margin-bottom: 59px!important
    }

    .\--padding-bottom-xs-60 {
        padding-bottom: 60px!important
    }

    .\--margin-bottom-xs-60 {
        margin-bottom: 60px!important
    }

    .\--padding-bottom-xs-61 {
        padding-bottom: 61px!important
    }

    .\--margin-bottom-xs-61 {
        margin-bottom: 61px!important
    }

    .\--padding-bottom-xs-62 {
        padding-bottom: 62px!important
    }

    .\--margin-bottom-xs-62 {
        margin-bottom: 62px!important
    }

    .\--padding-bottom-xs-63 {
        padding-bottom: 63px!important
    }

    .\--margin-bottom-xs-63 {
        margin-bottom: 63px!important
    }

    .\--padding-bottom-xs-64 {
        padding-bottom: 64px!important
    }

    .\--margin-bottom-xs-64 {
        margin-bottom: 64px!important
    }

    .\--padding-bottom-xs-65 {
        padding-bottom: 65px!important
    }

    .\--margin-bottom-xs-65 {
        margin-bottom: 65px!important
    }

    .\--padding-bottom-xs-66 {
        padding-bottom: 66px!important
    }

    .\--margin-bottom-xs-66 {
        margin-bottom: 66px!important
    }

    .\--padding-bottom-xs-67 {
        padding-bottom: 67px!important
    }

    .\--margin-bottom-xs-67 {
        margin-bottom: 67px!important
    }

    .\--padding-bottom-xs-68 {
        padding-bottom: 68px!important
    }

    .\--margin-bottom-xs-68 {
        margin-bottom: 68px!important
    }

    .\--padding-bottom-xs-69 {
        padding-bottom: 69px!important
    }

    .\--margin-bottom-xs-69 {
        margin-bottom: 69px!important
    }

    .\--padding-bottom-xs-70 {
        padding-bottom: 70px!important
    }

    .\--margin-bottom-xs-70 {
        margin-bottom: 70px!important
    }

    .\--padding-bottom-xs-71 {
        padding-bottom: 71px!important
    }

    .\--margin-bottom-xs-71 {
        margin-bottom: 71px!important
    }

    .\--padding-bottom-xs-72 {
        padding-bottom: 72px!important
    }

    .\--margin-bottom-xs-72 {
        margin-bottom: 72px!important
    }

    .\--padding-bottom-xs-73 {
        padding-bottom: 73px!important
    }

    .\--margin-bottom-xs-73 {
        margin-bottom: 73px!important
    }

    .\--padding-bottom-xs-74 {
        padding-bottom: 74px!important
    }

    .\--margin-bottom-xs-74 {
        margin-bottom: 74px!important
    }

    .\--padding-bottom-xs-75 {
        padding-bottom: 75px!important
    }

    .\--margin-bottom-xs-75 {
        margin-bottom: 75px!important
    }

    .\--padding-bottom-xs-76 {
        padding-bottom: 76px!important
    }

    .\--margin-bottom-xs-76 {
        margin-bottom: 76px!important
    }

    .\--padding-bottom-xs-77 {
        padding-bottom: 77px!important
    }

    .\--margin-bottom-xs-77 {
        margin-bottom: 77px!important
    }

    .\--padding-bottom-xs-78 {
        padding-bottom: 78px!important
    }

    .\--margin-bottom-xs-78 {
        margin-bottom: 78px!important
    }

    .\--padding-bottom-xs-79 {
        padding-bottom: 79px!important
    }

    .\--margin-bottom-xs-79 {
        margin-bottom: 79px!important
    }

    .\--padding-bottom-xs-80 {
        padding-bottom: 80px!important
    }

    .\--margin-bottom-xs-80 {
        margin-bottom: 80px!important
    }

    .\--padding-bottom-xs-81 {
        padding-bottom: 81px!important
    }

    .\--margin-bottom-xs-81 {
        margin-bottom: 81px!important
    }

    .\--padding-bottom-xs-82 {
        padding-bottom: 82px!important
    }

    .\--margin-bottom-xs-82 {
        margin-bottom: 82px!important
    }

    .\--padding-bottom-xs-83 {
        padding-bottom: 83px!important
    }

    .\--margin-bottom-xs-83 {
        margin-bottom: 83px!important
    }

    .\--padding-bottom-xs-84 {
        padding-bottom: 84px!important
    }

    .\--margin-bottom-xs-84 {
        margin-bottom: 84px!important
    }

    .\--padding-bottom-xs-85 {
        padding-bottom: 85px!important
    }

    .\--margin-bottom-xs-85 {
        margin-bottom: 85px!important
    }

    .\--padding-bottom-xs-86 {
        padding-bottom: 86px!important
    }

    .\--margin-bottom-xs-86 {
        margin-bottom: 86px!important
    }

    .\--padding-bottom-xs-87 {
        padding-bottom: 87px!important
    }

    .\--margin-bottom-xs-87 {
        margin-bottom: 87px!important
    }

    .\--padding-bottom-xs-88 {
        padding-bottom: 88px!important
    }

    .\--margin-bottom-xs-88 {
        margin-bottom: 88px!important
    }

    .\--padding-bottom-xs-89 {
        padding-bottom: 89px!important
    }

    .\--margin-bottom-xs-89 {
        margin-bottom: 89px!important
    }

    .\--padding-bottom-xs-90 {
        padding-bottom: 90px!important
    }

    .\--margin-bottom-xs-90 {
        margin-bottom: 90px!important
    }

    .\--padding-bottom-xs-91 {
        padding-bottom: 91px!important
    }

    .\--margin-bottom-xs-91 {
        margin-bottom: 91px!important
    }

    .\--padding-bottom-xs-92 {
        padding-bottom: 92px!important
    }

    .\--margin-bottom-xs-92 {
        margin-bottom: 92px!important
    }

    .\--padding-bottom-xs-93 {
        padding-bottom: 93px!important
    }

    .\--margin-bottom-xs-93 {
        margin-bottom: 93px!important
    }

    .\--padding-bottom-xs-94 {
        padding-bottom: 94px!important
    }

    .\--margin-bottom-xs-94 {
        margin-bottom: 94px!important
    }

    .\--padding-bottom-xs-95 {
        padding-bottom: 95px!important
    }

    .\--margin-bottom-xs-95 {
        margin-bottom: 95px!important
    }

    .\--padding-bottom-xs-96 {
        padding-bottom: 96px!important
    }

    .\--margin-bottom-xs-96 {
        margin-bottom: 96px!important
    }

    .\--padding-bottom-xs-97 {
        padding-bottom: 97px!important
    }

    .\--margin-bottom-xs-97 {
        margin-bottom: 97px!important
    }

    .\--padding-bottom-xs-98 {
        padding-bottom: 98px!important
    }

    .\--margin-bottom-xs-98 {
        margin-bottom: 98px!important
    }

    .\--padding-bottom-xs-99 {
        padding-bottom: 99px!important
    }

    .\--margin-bottom-xs-99 {
        margin-bottom: 99px!important
    }

    .\--padding-bottom-xs-100 {
        padding-bottom: 100px!important
    }

    .\--margin-bottom-xs-100 {
        margin-bottom: 100px!important
    }

    .\--padding-bottom-xs-101 {
        padding-bottom: 101px!important
    }

    .\--margin-bottom-xs-101 {
        margin-bottom: 101px!important
    }

    .\--padding-bottom-xs-102 {
        padding-bottom: 102px!important
    }

    .\--margin-bottom-xs-102 {
        margin-bottom: 102px!important
    }

    .\--padding-bottom-xs-103 {
        padding-bottom: 103px!important
    }

    .\--margin-bottom-xs-103 {
        margin-bottom: 103px!important
    }

    .\--padding-bottom-xs-104 {
        padding-bottom: 104px!important
    }

    .\--margin-bottom-xs-104 {
        margin-bottom: 104px!important
    }

    .\--padding-bottom-xs-105 {
        padding-bottom: 105px!important
    }

    .\--margin-bottom-xs-105 {
        margin-bottom: 105px!important
    }

    .\--padding-bottom-xs-106 {
        padding-bottom: 106px!important
    }

    .\--margin-bottom-xs-106 {
        margin-bottom: 106px!important
    }

    .\--padding-bottom-xs-107 {
        padding-bottom: 107px!important
    }

    .\--margin-bottom-xs-107 {
        margin-bottom: 107px!important
    }

    .\--padding-bottom-xs-108 {
        padding-bottom: 108px!important
    }

    .\--margin-bottom-xs-108 {
        margin-bottom: 108px!important
    }

    .\--padding-bottom-xs-109 {
        padding-bottom: 109px!important
    }

    .\--margin-bottom-xs-109 {
        margin-bottom: 109px!important
    }

    .\--padding-bottom-xs-110 {
        padding-bottom: 110px!important
    }

    .\--margin-bottom-xs-110 {
        margin-bottom: 110px!important
    }

    .\--padding-bottom-xs-111 {
        padding-bottom: 111px!important
    }

    .\--margin-bottom-xs-111 {
        margin-bottom: 111px!important
    }

    .\--padding-bottom-xs-112 {
        padding-bottom: 112px!important
    }

    .\--margin-bottom-xs-112 {
        margin-bottom: 112px!important
    }

    .\--padding-bottom-xs-113 {
        padding-bottom: 113px!important
    }

    .\--margin-bottom-xs-113 {
        margin-bottom: 113px!important
    }

    .\--padding-bottom-xs-114 {
        padding-bottom: 114px!important
    }

    .\--margin-bottom-xs-114 {
        margin-bottom: 114px!important
    }

    .\--padding-bottom-xs-115 {
        padding-bottom: 115px!important
    }

    .\--margin-bottom-xs-115 {
        margin-bottom: 115px!important
    }

    .\--padding-bottom-xs-116 {
        padding-bottom: 116px!important
    }

    .\--margin-bottom-xs-116 {
        margin-bottom: 116px!important
    }

    .\--padding-bottom-xs-117 {
        padding-bottom: 117px!important
    }

    .\--margin-bottom-xs-117 {
        margin-bottom: 117px!important
    }

    .\--padding-bottom-xs-118 {
        padding-bottom: 118px!important
    }

    .\--margin-bottom-xs-118 {
        margin-bottom: 118px!important
    }

    .\--padding-bottom-xs-119 {
        padding-bottom: 119px!important
    }

    .\--margin-bottom-xs-119 {
        margin-bottom: 119px!important
    }

    .\--padding-bottom-xs-120 {
        padding-bottom: 120px!important
    }

    .\--margin-bottom-xs-120 {
        margin-bottom: 120px!important
    }

    .\--padding-bottom-xs-121 {
        padding-bottom: 121px!important
    }

    .\--margin-bottom-xs-121 {
        margin-bottom: 121px!important
    }

    .\--padding-bottom-xs-122 {
        padding-bottom: 122px!important
    }

    .\--margin-bottom-xs-122 {
        margin-bottom: 122px!important
    }

    .\--padding-bottom-xs-123 {
        padding-bottom: 123px!important
    }

    .\--margin-bottom-xs-123 {
        margin-bottom: 123px!important
    }

    .\--padding-bottom-xs-124 {
        padding-bottom: 124px!important
    }

    .\--margin-bottom-xs-124 {
        margin-bottom: 124px!important
    }

    .\--padding-bottom-xs-125 {
        padding-bottom: 125px!important
    }

    .\--margin-bottom-xs-125 {
        margin-bottom: 125px!important
    }

    .\--padding-bottom-xs-126 {
        padding-bottom: 126px!important
    }

    .\--margin-bottom-xs-126 {
        margin-bottom: 126px!important
    }

    .\--padding-bottom-xs-127 {
        padding-bottom: 127px!important
    }

    .\--margin-bottom-xs-127 {
        margin-bottom: 127px!important
    }

    .\--padding-bottom-xs-128 {
        padding-bottom: 128px!important
    }

    .\--margin-bottom-xs-128 {
        margin-bottom: 128px!important
    }

    .\--padding-bottom-xs-129 {
        padding-bottom: 129px!important
    }

    .\--margin-bottom-xs-129 {
        margin-bottom: 129px!important
    }

    .\--padding-bottom-xs-130 {
        padding-bottom: 130px!important
    }

    .\--margin-bottom-xs-130 {
        margin-bottom: 130px!important
    }

    .\--padding-bottom-xs-131 {
        padding-bottom: 131px!important
    }

    .\--margin-bottom-xs-131 {
        margin-bottom: 131px!important
    }

    .\--padding-bottom-xs-132 {
        padding-bottom: 132px!important
    }

    .\--margin-bottom-xs-132 {
        margin-bottom: 132px!important
    }

    .\--padding-bottom-xs-133 {
        padding-bottom: 133px!important
    }

    .\--margin-bottom-xs-133 {
        margin-bottom: 133px!important
    }

    .\--padding-bottom-xs-134 {
        padding-bottom: 134px!important
    }

    .\--margin-bottom-xs-134 {
        margin-bottom: 134px!important
    }

    .\--padding-bottom-xs-135 {
        padding-bottom: 135px!important
    }

    .\--margin-bottom-xs-135 {
        margin-bottom: 135px!important
    }

    .\--padding-bottom-xs-136 {
        padding-bottom: 136px!important
    }

    .\--margin-bottom-xs-136 {
        margin-bottom: 136px!important
    }

    .\--padding-bottom-xs-137 {
        padding-bottom: 137px!important
    }

    .\--margin-bottom-xs-137 {
        margin-bottom: 137px!important
    }

    .\--padding-bottom-xs-138 {
        padding-bottom: 138px!important
    }

    .\--margin-bottom-xs-138 {
        margin-bottom: 138px!important
    }

    .\--padding-bottom-xs-139 {
        padding-bottom: 139px!important
    }

    .\--margin-bottom-xs-139 {
        margin-bottom: 139px!important
    }

    .\--padding-bottom-xs-140 {
        padding-bottom: 140px!important
    }

    .\--margin-bottom-xs-140 {
        margin-bottom: 140px!important
    }

    .\--padding-bottom-xs-141 {
        padding-bottom: 141px!important
    }

    .\--margin-bottom-xs-141 {
        margin-bottom: 141px!important
    }

    .\--padding-bottom-xs-142 {
        padding-bottom: 142px!important
    }

    .\--margin-bottom-xs-142 {
        margin-bottom: 142px!important
    }

    .\--padding-bottom-xs-143 {
        padding-bottom: 143px!important
    }

    .\--margin-bottom-xs-143 {
        margin-bottom: 143px!important
    }

    .\--padding-bottom-xs-144 {
        padding-bottom: 144px!important
    }

    .\--margin-bottom-xs-144 {
        margin-bottom: 144px!important
    }

    .\--padding-bottom-xs-145 {
        padding-bottom: 145px!important
    }

    .\--margin-bottom-xs-145 {
        margin-bottom: 145px!important
    }

    .\--padding-bottom-xs-146 {
        padding-bottom: 146px!important
    }

    .\--margin-bottom-xs-146 {
        margin-bottom: 146px!important
    }

    .\--padding-bottom-xs-147 {
        padding-bottom: 147px!important
    }

    .\--margin-bottom-xs-147 {
        margin-bottom: 147px!important
    }

    .\--padding-bottom-xs-148 {
        padding-bottom: 148px!important
    }

    .\--margin-bottom-xs-148 {
        margin-bottom: 148px!important
    }

    .\--padding-bottom-xs-149 {
        padding-bottom: 149px!important
    }

    .\--margin-bottom-xs-149 {
        margin-bottom: 149px!important
    }

    .\--padding-bottom-xs-150 {
        padding-bottom: 150px!important
    }

    .\--margin-bottom-xs-150 {
        margin-bottom: 150px!important
    }

    .\--padding-bottom-xs-151 {
        padding-bottom: 151px!important
    }

    .\--margin-bottom-xs-151 {
        margin-bottom: 151px!important
    }

    .\--padding-bottom-xs-152 {
        padding-bottom: 152px!important
    }

    .\--margin-bottom-xs-152 {
        margin-bottom: 152px!important
    }

    .\--padding-bottom-xs-153 {
        padding-bottom: 153px!important
    }

    .\--margin-bottom-xs-153 {
        margin-bottom: 153px!important
    }

    .\--padding-bottom-xs-154 {
        padding-bottom: 154px!important
    }

    .\--margin-bottom-xs-154 {
        margin-bottom: 154px!important
    }

    .\--padding-bottom-xs-155 {
        padding-bottom: 155px!important
    }

    .\--margin-bottom-xs-155 {
        margin-bottom: 155px!important
    }

    .\--padding-bottom-xs-156 {
        padding-bottom: 156px!important
    }

    .\--margin-bottom-xs-156 {
        margin-bottom: 156px!important
    }

    .\--padding-bottom-xs-157 {
        padding-bottom: 157px!important
    }

    .\--margin-bottom-xs-157 {
        margin-bottom: 157px!important
    }

    .\--padding-bottom-xs-158 {
        padding-bottom: 158px!important
    }

    .\--margin-bottom-xs-158 {
        margin-bottom: 158px!important
    }

    .\--padding-bottom-xs-159 {
        padding-bottom: 159px!important
    }

    .\--margin-bottom-xs-159 {
        margin-bottom: 159px!important
    }

    .\--padding-bottom-xs-160 {
        padding-bottom: 160px!important
    }

    .\--margin-bottom-xs-160 {
        margin-bottom: 160px!important
    }

    .\--padding-bottom-xs-161 {
        padding-bottom: 161px!important
    }

    .\--margin-bottom-xs-161 {
        margin-bottom: 161px!important
    }

    .\--padding-bottom-xs-162 {
        padding-bottom: 162px!important
    }

    .\--margin-bottom-xs-162 {
        margin-bottom: 162px!important
    }

    .\--padding-bottom-xs-163 {
        padding-bottom: 163px!important
    }

    .\--margin-bottom-xs-163 {
        margin-bottom: 163px!important
    }

    .\--padding-bottom-xs-164 {
        padding-bottom: 164px!important
    }

    .\--margin-bottom-xs-164 {
        margin-bottom: 164px!important
    }

    .\--padding-bottom-xs-165 {
        padding-bottom: 165px!important
    }

    .\--margin-bottom-xs-165 {
        margin-bottom: 165px!important
    }

    .\--padding-bottom-xs-166 {
        padding-bottom: 166px!important
    }

    .\--margin-bottom-xs-166 {
        margin-bottom: 166px!important
    }

    .\--padding-bottom-xs-167 {
        padding-bottom: 167px!important
    }

    .\--margin-bottom-xs-167 {
        margin-bottom: 167px!important
    }

    .\--padding-bottom-xs-168 {
        padding-bottom: 168px!important
    }

    .\--margin-bottom-xs-168 {
        margin-bottom: 168px!important
    }

    .\--padding-bottom-xs-169 {
        padding-bottom: 169px!important
    }

    .\--margin-bottom-xs-169 {
        margin-bottom: 169px!important
    }

    .\--padding-bottom-xs-170 {
        padding-bottom: 170px!important
    }

    .\--margin-bottom-xs-170 {
        margin-bottom: 170px!important
    }

    .\--padding-bottom-xs-171 {
        padding-bottom: 171px!important
    }

    .\--margin-bottom-xs-171 {
        margin-bottom: 171px!important
    }

    .\--padding-bottom-xs-172 {
        padding-bottom: 172px!important
    }

    .\--margin-bottom-xs-172 {
        margin-bottom: 172px!important
    }

    .\--padding-bottom-xs-173 {
        padding-bottom: 173px!important
    }

    .\--margin-bottom-xs-173 {
        margin-bottom: 173px!important
    }

    .\--padding-bottom-xs-174 {
        padding-bottom: 174px!important
    }

    .\--margin-bottom-xs-174 {
        margin-bottom: 174px!important
    }

    .\--padding-bottom-xs-175 {
        padding-bottom: 175px!important
    }

    .\--margin-bottom-xs-175 {
        margin-bottom: 175px!important
    }

    .\--padding-bottom-xs-176 {
        padding-bottom: 176px!important
    }

    .\--margin-bottom-xs-176 {
        margin-bottom: 176px!important
    }

    .\--padding-bottom-xs-177 {
        padding-bottom: 177px!important
    }

    .\--margin-bottom-xs-177 {
        margin-bottom: 177px!important
    }

    .\--padding-bottom-xs-178 {
        padding-bottom: 178px!important
    }

    .\--margin-bottom-xs-178 {
        margin-bottom: 178px!important
    }

    .\--padding-bottom-xs-179 {
        padding-bottom: 179px!important
    }

    .\--margin-bottom-xs-179 {
        margin-bottom: 179px!important
    }

    .\--padding-bottom-xs-180 {
        padding-bottom: 180px!important
    }

    .\--margin-bottom-xs-180 {
        margin-bottom: 180px!important
    }

    .\--padding-bottom-xs-181 {
        padding-bottom: 181px!important
    }

    .\--margin-bottom-xs-181 {
        margin-bottom: 181px!important
    }

    .\--padding-bottom-xs-182 {
        padding-bottom: 182px!important
    }

    .\--margin-bottom-xs-182 {
        margin-bottom: 182px!important
    }

    .\--padding-bottom-xs-183 {
        padding-bottom: 183px!important
    }

    .\--margin-bottom-xs-183 {
        margin-bottom: 183px!important
    }

    .\--padding-bottom-xs-184 {
        padding-bottom: 184px!important
    }

    .\--margin-bottom-xs-184 {
        margin-bottom: 184px!important
    }

    .\--padding-bottom-xs-185 {
        padding-bottom: 185px!important
    }

    .\--margin-bottom-xs-185 {
        margin-bottom: 185px!important
    }

    .\--padding-bottom-xs-186 {
        padding-bottom: 186px!important
    }

    .\--margin-bottom-xs-186 {
        margin-bottom: 186px!important
    }

    .\--padding-bottom-xs-187 {
        padding-bottom: 187px!important
    }

    .\--margin-bottom-xs-187 {
        margin-bottom: 187px!important
    }

    .\--padding-bottom-xs-188 {
        padding-bottom: 188px!important
    }

    .\--margin-bottom-xs-188 {
        margin-bottom: 188px!important
    }

    .\--padding-bottom-xs-189 {
        padding-bottom: 189px!important
    }

    .\--margin-bottom-xs-189 {
        margin-bottom: 189px!important
    }

    .\--padding-bottom-xs-190 {
        padding-bottom: 190px!important
    }

    .\--margin-bottom-xs-190 {
        margin-bottom: 190px!important
    }

    .\--padding-bottom-xs-191 {
        padding-bottom: 191px!important
    }

    .\--margin-bottom-xs-191 {
        margin-bottom: 191px!important
    }

    .\--padding-bottom-xs-192 {
        padding-bottom: 192px!important
    }

    .\--margin-bottom-xs-192 {
        margin-bottom: 192px!important
    }

    .\--padding-bottom-xs-193 {
        padding-bottom: 193px!important
    }

    .\--margin-bottom-xs-193 {
        margin-bottom: 193px!important
    }

    .\--padding-bottom-xs-194 {
        padding-bottom: 194px!important
    }

    .\--margin-bottom-xs-194 {
        margin-bottom: 194px!important
    }

    .\--padding-bottom-xs-195 {
        padding-bottom: 195px!important
    }

    .\--margin-bottom-xs-195 {
        margin-bottom: 195px!important
    }

    .\--padding-bottom-xs-196 {
        padding-bottom: 196px!important
    }

    .\--margin-bottom-xs-196 {
        margin-bottom: 196px!important
    }

    .\--padding-bottom-xs-197 {
        padding-bottom: 197px!important
    }

    .\--margin-bottom-xs-197 {
        margin-bottom: 197px!important
    }

    .\--padding-bottom-xs-198 {
        padding-bottom: 198px!important
    }

    .\--margin-bottom-xs-198 {
        margin-bottom: 198px!important
    }

    .\--padding-bottom-xs-199 {
        padding-bottom: 199px!important
    }

    .\--margin-bottom-xs-199 {
        margin-bottom: 199px!important
    }

    .\--padding-bottom-xs-200 {
        padding-bottom: 200px!important
    }

    .\--margin-bottom-xs-200 {
        margin-bottom: 200px!important
    }

    .\--padding-bottom-xs-201 {
        padding-bottom: 201px!important
    }

    .\--margin-bottom-xs-201 {
        margin-bottom: 201px!important
    }

    .\--padding-bottom-xs-202 {
        padding-bottom: 202px!important
    }

    .\--margin-bottom-xs-202 {
        margin-bottom: 202px!important
    }

    .\--padding-bottom-xs-203 {
        padding-bottom: 203px!important
    }

    .\--margin-bottom-xs-203 {
        margin-bottom: 203px!important
    }

    .\--padding-bottom-xs-204 {
        padding-bottom: 204px!important
    }

    .\--margin-bottom-xs-204 {
        margin-bottom: 204px!important
    }

    .\--padding-bottom-xs-205 {
        padding-bottom: 205px!important
    }

    .\--margin-bottom-xs-205 {
        margin-bottom: 205px!important
    }

    .\--padding-bottom-xs-206 {
        padding-bottom: 206px!important
    }

    .\--margin-bottom-xs-206 {
        margin-bottom: 206px!important
    }

    .\--padding-bottom-xs-207 {
        padding-bottom: 207px!important
    }

    .\--margin-bottom-xs-207 {
        margin-bottom: 207px!important
    }

    .\--padding-bottom-xs-208 {
        padding-bottom: 208px!important
    }

    .\--margin-bottom-xs-208 {
        margin-bottom: 208px!important
    }

    .\--padding-bottom-xs-209 {
        padding-bottom: 209px!important
    }

    .\--margin-bottom-xs-209 {
        margin-bottom: 209px!important
    }

    .\--padding-bottom-xs-210 {
        padding-bottom: 210px!important
    }

    .\--margin-bottom-xs-210 {
        margin-bottom: 210px!important
    }

    .\--padding-bottom-xs-211 {
        padding-bottom: 211px!important
    }

    .\--margin-bottom-xs-211 {
        margin-bottom: 211px!important
    }

    .\--padding-bottom-xs-212 {
        padding-bottom: 212px!important
    }

    .\--margin-bottom-xs-212 {
        margin-bottom: 212px!important
    }

    .\--padding-bottom-xs-213 {
        padding-bottom: 213px!important
    }

    .\--margin-bottom-xs-213 {
        margin-bottom: 213px!important
    }

    .\--padding-bottom-xs-214 {
        padding-bottom: 214px!important
    }

    .\--margin-bottom-xs-214 {
        margin-bottom: 214px!important
    }

    .\--padding-bottom-xs-215 {
        padding-bottom: 215px!important
    }

    .\--margin-bottom-xs-215 {
        margin-bottom: 215px!important
    }

    .\--padding-bottom-xs-216 {
        padding-bottom: 216px!important
    }

    .\--margin-bottom-xs-216 {
        margin-bottom: 216px!important
    }

    .\--padding-bottom-xs-217 {
        padding-bottom: 217px!important
    }

    .\--margin-bottom-xs-217 {
        margin-bottom: 217px!important
    }

    .\--padding-bottom-xs-218 {
        padding-bottom: 218px!important
    }

    .\--margin-bottom-xs-218 {
        margin-bottom: 218px!important
    }

    .\--padding-bottom-xs-219 {
        padding-bottom: 219px!important
    }

    .\--margin-bottom-xs-219 {
        margin-bottom: 219px!important
    }

    .\--padding-bottom-xs-220 {
        padding-bottom: 220px!important
    }

    .\--margin-bottom-xs-220 {
        margin-bottom: 220px!important
    }

    .\--padding-bottom-xs-221 {
        padding-bottom: 221px!important
    }

    .\--margin-bottom-xs-221 {
        margin-bottom: 221px!important
    }

    .\--padding-bottom-xs-222 {
        padding-bottom: 222px!important
    }

    .\--margin-bottom-xs-222 {
        margin-bottom: 222px!important
    }

    .\--padding-bottom-xs-223 {
        padding-bottom: 223px!important
    }

    .\--margin-bottom-xs-223 {
        margin-bottom: 223px!important
    }

    .\--padding-bottom-xs-224 {
        padding-bottom: 224px!important
    }

    .\--margin-bottom-xs-224 {
        margin-bottom: 224px!important
    }

    .\--padding-bottom-xs-225 {
        padding-bottom: 225px!important
    }

    .\--margin-bottom-xs-225 {
        margin-bottom: 225px!important
    }

    .\--padding-bottom-xs-226 {
        padding-bottom: 226px!important
    }

    .\--margin-bottom-xs-226 {
        margin-bottom: 226px!important
    }

    .\--padding-bottom-xs-227 {
        padding-bottom: 227px!important
    }

    .\--margin-bottom-xs-227 {
        margin-bottom: 227px!important
    }

    .\--padding-bottom-xs-228 {
        padding-bottom: 228px!important
    }

    .\--margin-bottom-xs-228 {
        margin-bottom: 228px!important
    }

    .\--padding-bottom-xs-229 {
        padding-bottom: 229px!important
    }

    .\--margin-bottom-xs-229 {
        margin-bottom: 229px!important
    }

    .\--padding-bottom-xs-230 {
        padding-bottom: 230px!important
    }

    .\--margin-bottom-xs-230 {
        margin-bottom: 230px!important
    }

    .\--padding-bottom-xs-231 {
        padding-bottom: 231px!important
    }

    .\--margin-bottom-xs-231 {
        margin-bottom: 231px!important
    }

    .\--padding-bottom-xs-232 {
        padding-bottom: 232px!important
    }

    .\--margin-bottom-xs-232 {
        margin-bottom: 232px!important
    }

    .\--padding-bottom-xs-233 {
        padding-bottom: 233px!important
    }

    .\--margin-bottom-xs-233 {
        margin-bottom: 233px!important
    }

    .\--padding-bottom-xs-234 {
        padding-bottom: 234px!important
    }

    .\--margin-bottom-xs-234 {
        margin-bottom: 234px!important
    }

    .\--padding-bottom-xs-235 {
        padding-bottom: 235px!important
    }

    .\--margin-bottom-xs-235 {
        margin-bottom: 235px!important
    }

    .\--padding-bottom-xs-236 {
        padding-bottom: 236px!important
    }

    .\--margin-bottom-xs-236 {
        margin-bottom: 236px!important
    }

    .\--padding-bottom-xs-237 {
        padding-bottom: 237px!important
    }

    .\--margin-bottom-xs-237 {
        margin-bottom: 237px!important
    }

    .\--padding-bottom-xs-238 {
        padding-bottom: 238px!important
    }

    .\--margin-bottom-xs-238 {
        margin-bottom: 238px!important
    }

    .\--padding-bottom-xs-239 {
        padding-bottom: 239px!important
    }

    .\--margin-bottom-xs-239 {
        margin-bottom: 239px!important
    }

    .\--padding-bottom-xs-240 {
        padding-bottom: 240px!important
    }

    .\--margin-bottom-xs-240 {
        margin-bottom: 240px!important
    }

    .\--padding-bottom-xs-241 {
        padding-bottom: 241px!important
    }

    .\--margin-bottom-xs-241 {
        margin-bottom: 241px!important
    }

    .\--padding-bottom-xs-242 {
        padding-bottom: 242px!important
    }

    .\--margin-bottom-xs-242 {
        margin-bottom: 242px!important
    }

    .\--padding-bottom-xs-243 {
        padding-bottom: 243px!important
    }

    .\--margin-bottom-xs-243 {
        margin-bottom: 243px!important
    }

    .\--padding-bottom-xs-244 {
        padding-bottom: 244px!important
    }

    .\--margin-bottom-xs-244 {
        margin-bottom: 244px!important
    }

    .\--padding-bottom-xs-245 {
        padding-bottom: 245px!important
    }

    .\--margin-bottom-xs-245 {
        margin-bottom: 245px!important
    }

    .\--padding-bottom-xs-246 {
        padding-bottom: 246px!important
    }

    .\--margin-bottom-xs-246 {
        margin-bottom: 246px!important
    }

    .\--padding-bottom-xs-247 {
        padding-bottom: 247px!important
    }

    .\--margin-bottom-xs-247 {
        margin-bottom: 247px!important
    }

    .\--padding-bottom-xs-248 {
        padding-bottom: 248px!important
    }

    .\--margin-bottom-xs-248 {
        margin-bottom: 248px!important
    }

    .\--padding-bottom-xs-249 {
        padding-bottom: 249px!important
    }

    .\--margin-bottom-xs-249 {
        margin-bottom: 249px!important
    }

    .\--padding-bottom-xs-250 {
        padding-bottom: 250px!important
    }

    .\--margin-bottom-xs-250 {
        margin-bottom: 250px!important
    }

    .\--padding-bottom-xs-251 {
        padding-bottom: 251px!important
    }

    .\--margin-bottom-xs-251 {
        margin-bottom: 251px!important
    }

    .\--padding-bottom-xs-252 {
        padding-bottom: 252px!important
    }

    .\--margin-bottom-xs-252 {
        margin-bottom: 252px!important
    }

    .\--padding-bottom-xs-253 {
        padding-bottom: 253px!important
    }

    .\--margin-bottom-xs-253 {
        margin-bottom: 253px!important
    }

    .\--padding-bottom-xs-254 {
        padding-bottom: 254px!important
    }

    .\--margin-bottom-xs-254 {
        margin-bottom: 254px!important
    }

    .\--padding-bottom-xs-255 {
        padding-bottom: 255px!important
    }

    .\--margin-bottom-xs-255 {
        margin-bottom: 255px!important
    }

    .\--padding-bottom-xs-256 {
        padding-bottom: 256px!important
    }

    .\--margin-bottom-xs-256 {
        margin-bottom: 256px!important
    }

    .\--padding-bottom-xs-257 {
        padding-bottom: 257px!important
    }

    .\--margin-bottom-xs-257 {
        margin-bottom: 257px!important
    }

    .\--padding-bottom-xs-258 {
        padding-bottom: 258px!important
    }

    .\--margin-bottom-xs-258 {
        margin-bottom: 258px!important
    }

    .\--padding-bottom-xs-259 {
        padding-bottom: 259px!important
    }

    .\--margin-bottom-xs-259 {
        margin-bottom: 259px!important
    }

    .\--padding-bottom-xs-260 {
        padding-bottom: 260px!important
    }

    .\--margin-bottom-xs-260 {
        margin-bottom: 260px!important
    }

    .\--padding-bottom-xs-261 {
        padding-bottom: 261px!important
    }

    .\--margin-bottom-xs-261 {
        margin-bottom: 261px!important
    }

    .\--padding-bottom-xs-262 {
        padding-bottom: 262px!important
    }

    .\--margin-bottom-xs-262 {
        margin-bottom: 262px!important
    }

    .\--padding-bottom-xs-263 {
        padding-bottom: 263px!important
    }

    .\--margin-bottom-xs-263 {
        margin-bottom: 263px!important
    }

    .\--padding-bottom-xs-264 {
        padding-bottom: 264px!important
    }

    .\--margin-bottom-xs-264 {
        margin-bottom: 264px!important
    }

    .\--padding-bottom-xs-265 {
        padding-bottom: 265px!important
    }

    .\--margin-bottom-xs-265 {
        margin-bottom: 265px!important
    }

    .\--padding-bottom-xs-266 {
        padding-bottom: 266px!important
    }

    .\--margin-bottom-xs-266 {
        margin-bottom: 266px!important
    }

    .\--padding-bottom-xs-267 {
        padding-bottom: 267px!important
    }

    .\--margin-bottom-xs-267 {
        margin-bottom: 267px!important
    }

    .\--padding-bottom-xs-268 {
        padding-bottom: 268px!important
    }

    .\--margin-bottom-xs-268 {
        margin-bottom: 268px!important
    }

    .\--padding-bottom-xs-269 {
        padding-bottom: 269px!important
    }

    .\--margin-bottom-xs-269 {
        margin-bottom: 269px!important
    }

    .\--padding-bottom-xs-270 {
        padding-bottom: 270px!important
    }

    .\--margin-bottom-xs-270 {
        margin-bottom: 270px!important
    }

    .\--padding-bottom-xs-271 {
        padding-bottom: 271px!important
    }

    .\--margin-bottom-xs-271 {
        margin-bottom: 271px!important
    }

    .\--padding-bottom-xs-272 {
        padding-bottom: 272px!important
    }

    .\--margin-bottom-xs-272 {
        margin-bottom: 272px!important
    }

    .\--padding-bottom-xs-273 {
        padding-bottom: 273px!important
    }

    .\--margin-bottom-xs-273 {
        margin-bottom: 273px!important
    }

    .\--padding-bottom-xs-274 {
        padding-bottom: 274px!important
    }

    .\--margin-bottom-xs-274 {
        margin-bottom: 274px!important
    }

    .\--padding-bottom-xs-275 {
        padding-bottom: 275px!important
    }

    .\--margin-bottom-xs-275 {
        margin-bottom: 275px!important
    }

    .\--padding-bottom-xs-276 {
        padding-bottom: 276px!important
    }

    .\--margin-bottom-xs-276 {
        margin-bottom: 276px!important
    }

    .\--padding-bottom-xs-277 {
        padding-bottom: 277px!important
    }

    .\--margin-bottom-xs-277 {
        margin-bottom: 277px!important
    }

    .\--padding-bottom-xs-278 {
        padding-bottom: 278px!important
    }

    .\--margin-bottom-xs-278 {
        margin-bottom: 278px!important
    }

    .\--padding-bottom-xs-279 {
        padding-bottom: 279px!important
    }

    .\--margin-bottom-xs-279 {
        margin-bottom: 279px!important
    }

    .\--padding-bottom-xs-280 {
        padding-bottom: 280px!important
    }

    .\--margin-bottom-xs-280 {
        margin-bottom: 280px!important
    }

    .\--padding-bottom-xs-281 {
        padding-bottom: 281px!important
    }

    .\--margin-bottom-xs-281 {
        margin-bottom: 281px!important
    }

    .\--padding-bottom-xs-282 {
        padding-bottom: 282px!important
    }

    .\--margin-bottom-xs-282 {
        margin-bottom: 282px!important
    }

    .\--padding-bottom-xs-283 {
        padding-bottom: 283px!important
    }

    .\--margin-bottom-xs-283 {
        margin-bottom: 283px!important
    }

    .\--padding-bottom-xs-284 {
        padding-bottom: 284px!important
    }

    .\--margin-bottom-xs-284 {
        margin-bottom: 284px!important
    }

    .\--padding-bottom-xs-285 {
        padding-bottom: 285px!important
    }

    .\--margin-bottom-xs-285 {
        margin-bottom: 285px!important
    }

    .\--padding-bottom-xs-286 {
        padding-bottom: 286px!important
    }

    .\--margin-bottom-xs-286 {
        margin-bottom: 286px!important
    }

    .\--padding-bottom-xs-287 {
        padding-bottom: 287px!important
    }

    .\--margin-bottom-xs-287 {
        margin-bottom: 287px!important
    }

    .\--padding-bottom-xs-288 {
        padding-bottom: 288px!important
    }

    .\--margin-bottom-xs-288 {
        margin-bottom: 288px!important
    }

    .\--padding-bottom-xs-289 {
        padding-bottom: 289px!important
    }

    .\--margin-bottom-xs-289 {
        margin-bottom: 289px!important
    }

    .\--padding-bottom-xs-290 {
        padding-bottom: 290px!important
    }

    .\--margin-bottom-xs-290 {
        margin-bottom: 290px!important
    }

    .\--padding-bottom-xs-291 {
        padding-bottom: 291px!important
    }

    .\--margin-bottom-xs-291 {
        margin-bottom: 291px!important
    }

    .\--padding-bottom-xs-292 {
        padding-bottom: 292px!important
    }

    .\--margin-bottom-xs-292 {
        margin-bottom: 292px!important
    }

    .\--padding-bottom-xs-293 {
        padding-bottom: 293px!important
    }

    .\--margin-bottom-xs-293 {
        margin-bottom: 293px!important
    }

    .\--padding-bottom-xs-294 {
        padding-bottom: 294px!important
    }

    .\--margin-bottom-xs-294 {
        margin-bottom: 294px!important
    }

    .\--padding-bottom-xs-295 {
        padding-bottom: 295px!important
    }

    .\--margin-bottom-xs-295 {
        margin-bottom: 295px!important
    }

    .\--padding-bottom-xs-296 {
        padding-bottom: 296px!important
    }

    .\--margin-bottom-xs-296 {
        margin-bottom: 296px!important
    }

    .\--padding-bottom-xs-297 {
        padding-bottom: 297px!important
    }

    .\--margin-bottom-xs-297 {
        margin-bottom: 297px!important
    }

    .\--padding-bottom-xs-298 {
        padding-bottom: 298px!important
    }

    .\--margin-bottom-xs-298 {
        margin-bottom: 298px!important
    }

    .\--padding-bottom-xs-299 {
        padding-bottom: 299px!important
    }

    .\--margin-bottom-xs-299 {
        margin-bottom: 299px!important
    }

    .\--padding-bottom-xs-300 {
        padding-bottom: 300px!important
    }

    .\--margin-bottom-xs-300 {
        margin-bottom: 300px!important
    }
}

.txt-blue {
    color: #00b1b0
}

.txt-orange {
    color: #fdb913
}

.txt-black {
    color: #000
}

.txt-white {
    color: #fff
}

.txt-green {
    color: #115e67
}

.txt-red {
    color: #e02020
}

.txt-purple {
    color: #8b169c
}

.txt-primary {
    color: #00b2a9
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-lowercase {
    text-transform: none!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.txt-turquoise {
    color: #00b2a9!important
}

.txt-charcoal {
    color: #333f48!important
}

.txt-steel-blue {
    color: #00778b!important
}

.txt-indigo-blue {
    color: #064975!important
}

.txt-navy-blue {
    color: #002b49!important
}

.txt-pine-green {
    color: #115e67!important
}

.txt-regent-green {
    color: #003b48!important
}

.txt-light-tea {
    color: #b1e4e3!important
}

.txt-yellow {
    color: #ffc72c!important
}

.txt-beige {
    color: #d6d2c4!important
}

.txt-sky-blue {
    color: #bad8eb!important
}

.txt-gray {
    color: #bdbdbd!important
}

.font-weight-100 {
    font-weight: 100!important
}

.font-weight-150 {
    font-weight: 150!important
}

.font-weight-200 {
    font-weight: 200!important
}

.font-weight-250 {
    font-weight: 250!important
}

.font-weight-300 {
    font-weight: 300!important
}

.font-weight-350 {
    font-weight: 350!important
}

.font-weight-400 {
    font-weight: 400!important
}

.font-weight-500 {
    font-weight: 500!important
}

.font-weight-700 {
    font-weight: 700!important
}

.heading-1 {
    font-size: 12rem!important;
    line-height: 10.7rem;
    word-break: break-word
}

.heading-2 {
    font-size: 10rem!important;
    line-height: 9.1rem!important;
    word-break: break-word
}

.heading-1-v1 {
    font-size: 6rem!important;
    line-height: 7.2rem!important;
    font-weight: 250;
    word-break: break-word
}

.heading-1-v2 {
    font-size: 6rem!important;
    line-height: 7.2rem!important;
    font-weight: 400;
    word-break: break-word
}

.heading-1-v3 {
    font-size: 4.2rem!important;
    line-height: 4.2rem!important;
    font-weight: 250;
    word-break: break-word
}

.heading-1-v4 {
    font-size: 4.2rem!important;
    line-height: 4.2rem!important;
    word-break: break-word
}

.heading-2-v1,.heading-2-v2 {
    font-size: 2.6rem!important;
    line-height: 3rem!important;
    word-break: break-word
}

.heading-3 {
    font-size: 2.2rem!important;
    line-height: 2.8rem!important;
    font-weight: 400;
    word-break: break-word
}

.heading-4-v1 {
    font-size: 2rem!important;
    line-height: 2.5rem!important;
    word-break: break-word
}

.heading-4-v2 {
    font-size: 2rem!important;
    line-height: 2.5rem!important;
    word-break: break-word
}

.heading-5 {
    font-size: 1.8rem!important;
    line-height: 2.4rem!important;
    word-break: break-word
}

.heading-6 {
    font-size: 1.6rem!important;
    line-height: 2.2rem!important;
    word-break: break-word
}

.font-size-excerpt {
    font-size: 2rem!important;
    line-height: 2.8rem!important;
    word-break: break-word
}

.font-size-detail-1 {
    font-size: 1.6rem!important;
    line-height: 2.6rem!important;
    word-break: break-word
}

.font-size-detail-2 {
    font-size: 1.4rem!important;
    line-height: 2rem!important;
    word-break: break-word
}

.font-size-detail-3 {
    font-size: 1.3rem!important;
    line-height: 1.8rem!important;
    font-weight: 400;
    word-break: break-word
}

.font-size-detail-4 {
    font-size: 1.2rem!important;
    line-height: 1.6rem!important;
    word-break: break-word
}

.misc-font-v1 {
    font-size: 1.3rem!important;
    line-height: 1.8rem!important;
    word-break: break-word
}

.misc-font-v2 {
    font-size: 1.3rem!important;
    line-height: 1.8rem!important;
    font-weight: 400;
    word-break: break-word
}

.misc-font-v3 {
    font-size: 1.3rem!important;
    line-height: 2.4rem!important;
    word-break: break-word
}

.misc-font-v4 {
    font-size: 1.2rem!important;
    line-height: 1.6rem!important;
    word-break: break-word
}

.cta-font-v1 {
    font-size: 1.5rem!important;
    line-height: 2.2rem!important;
    font-weight: 400
}

.cta-font-v2 {
    font-size: 1.5rem!important;
    line-height: 2.2rem!important
}

.cta-font-v3,.cta-font-v4 {
    font-size: 1.2rem!important;
    line-height: 1.2rem!important;
    font-weight: 400
}

@media only screen and (min-width: 992px) {
    .heading-1-v1 {
        font-size:16rem!important;
        line-height: 19.2rem!important
    }

    .heading-1-v2 {
        font-size: 16rem!important;
        line-height: 19.2rem!important;
        font-weight: 300
    }

    .heading-1-v3,.heading-1-v4 {
        font-size: 9.6rem!important;
        line-height: 9.6rem!important
    }

    .heading-2-v1 {
        font-size: 8rem!important;
        line-height: 8rem!important;
        font-weight: 250
    }

    .heading-2-v2 {
        font-size: 8rem!important;
        line-height: 8rem!important
    }

    .heading-3 {
        font-size: 5.4rem!important;
        line-height: 6.2rem!important
    }

    .heading-4-v1,.heading-4-v2 {
        font-size: 4.2rem!important;
        line-height: 5.2rem!important
    }

    .heading-5 {
        font-size: 3.4rem!important;
        line-height: 4.1rem!important
    }

    .heading-6 {
        font-size: 3rem!important;
        line-height: 3.2rem!important
    }

    .font-size-excerpt {
        font-size: 2.4rem!important;
        line-height: 3.4rem!important
    }

    .font-size-detail-1 {
        font-size: 2rem!important;
        line-height: 3rem!important
    }

    .font-size-detail-2 {
        font-size: 1.6rem!important;
        line-height: 2.2rem!important
    }

    .font-size-detail-3 {
        font-size: 1.4rem!important;
        line-height: 2.2rem!important;
        font-weight: 400
    }

    .font-size-detail-4 {
        line-height: 1.8rem!important
    }

    .misc-font-v1 {
        font-size: 1.2rem!important;
        line-height: 1.8rem!important
    }

    .misc-font-v2 {
        font-size: 1.2rem!important;
        line-height: 1.8rem!important;
        font-weight: 400
    }

    .misc-font-v3 {
        font-size: 1.2rem!important;
        line-height: 1.8rem!important
    }

    .misc-font-v4 {
        font-size: 1rem!important;
        line-height: 1.8rem!important;
        font-weight: 700
    }

    .cta-font-v1 {
        font-size: 2.2rem!important;
        line-height: 5.5rem!important;
        font-weight: 400
    }

    .cta-font-v2 {
        font-size: 1.4rem!important;
        line-height: 1.7rem!important
    }

    .cta-font-v3 {
        font-weight: 400;
        font-size: 1rem!important;
        line-height: 1rem!important
    }

    .cta-font-v4 {
        font-size: 1rem!important;
        line-height: 1rem!important
    }
}

@media only screen and (min-width: 1280px) {
    .heading-1-v1,.heading-1-v2 {
        font-size:20rem!important;
        line-height: 24rem!important
    }

    .heading-1-v3,.heading-1-v4 {
        font-size: 13rem!important;
        line-height: 13.9rem!important
    }

    .heading-2-v1,.heading-2-v2 {
        font-size: 10rem!important;
        line-height: 10rem!important
    }

    .heading-3 {
        font-size: 6.6rem!important;
        line-height: 7.3rem!important
    }

    .heading-4-v1,.heading-4-v2 {
        font-size: 5.4rem!important;
        line-height: 6rem!important
    }

    .heading-5 {
        font-size: 4.8rem!important;
        line-height: 5.4rem!important
    }

    .heading-6 {
        font-size: 4.2rem!important;
        line-height: 5rem!important
    }

    .font-size-excerpt {
        font-size: 3rem!important;
        line-height: 4.1rem!important
    }

    .font-size-detail-1 {
        font-size: 2.4rem!important;
        line-height: 3.2rem!important
    }

    .font-size-detail-2,.font-size-detail-3 {
        font-size: 2rem!important;
        line-height: 3rem!important
    }

    .font-size-detail-4 {
        font-size: 1.8rem!important;
        line-height: 2.8rem!important
    }

    .misc-font-v1,.misc-font-v2,.misc-font-v3 {
        font-size: 1.3rem!important;
        line-height: 1.8rem!important
    }

    .misc-font-v4 {
        font-size: 1.2rem!important;
        line-height: 1.6rem!important
    }

    .cta-font-v2 {
        font-size: 1.5rem!important;
        line-height: 1.8rem!important
    }

    .cta-font-v3,.cta-font-v4 {
        font-size: 1.2rem!important;
        line-height: 1.6rem!important
    }
}

.ar .heading-1-v1 {
    font-size: 6rem!important;
    line-height: 7.5rem!important;
    font-weight: 300!important;
    letter-spacing: 0!important
}

.ar .heading-1-v2 {
    font-size: 6rem!important;
    line-height: 7.5rem!important;
    font-weight: 400!important;
    letter-spacing: 0!important
}

.ar .heading-1-v3 {
    font-size: 4.2rem!important;
    line-height: 5rem!important;
    font-weight: 300!important;
    letter-spacing: 0!important
}

.ar .heading-1-v4 {
    font-size: 4.2rem!important;
    line-height: 5rem!important;
    font-weight: 400!important;
    letter-spacing: 0!important
}

.ar .heading-2-v1,.ar .heading-2-v2 {
    font-size: 2.6rem!important;
    line-height: 3.5rem!important;
    font-weight: 400!important;
    letter-spacing: 0!important
}

.ar .heading-3 {
    font-size: 2.2rem!important;
    line-height: 3.2rem!important;
    font-weight: 400!important;
    letter-spacing: 0!important
}

.ar .heading-4-v1,.ar .heading-4-v2 {
    font-size: 2rem!important;
    line-height: 3rem!important;
    font-weight: 400!important;
    letter-spacing: 0!important
}

.ar .heading-5 {
    font-size: 1.8rem!important;
    line-height: 2.8rem!important;
    font-weight: 400!important;
    letter-spacing: 0!important
}

.ar .heading-6 {
    font-size: 1.6rem!important;
    line-height: 2.2rem!important;
    font-weight: 400!important;
    letter-spacing: 0!important
}

.ar .font-size-excerpt {
    font-size: 2rem!important;
    line-height: 3.4rem!important;
    font-weight: 400!important;
    letter-spacing: 0!important
}

.ar .font-size-detail-1 {
    font-size: 1.6rem!important;
    line-height: 2.8rem!important;
    font-weight: 400!important;
    letter-spacing: 0!important
}

.ar .font-size-detail-2 {
    font-size: 1.4rem!important;
    line-height: 2.6rem!important;
    font-weight: 400!important;
    letter-spacing: 0!important
}

.ar .font-size-detail-3 {
    font-size: 1.3rem!important;
    line-height: 2.4rem!important;
    font-weight: 400!important;
    letter-spacing: 0!important
}

.ar .font-size-detail-4 {
    font-size: 1.2rem!important;
    line-height: 1.8rem!important;
    font-weight: 400!important;
    letter-spacing: 0!important
}

.ar .misc-font-v1,.ar .misc-font-v2 {
    font-size: 1.3rem!important;
    line-height: 2.6rem!important;
    font-weight: 400!important;
    letter-spacing: 0!important
}

.ar .misc-font-v3 {
    font-size: 1.3rem!important;
    line-height: 2.6rem!important;
    font-weight: 500!important;
    letter-spacing: 0!important
}

.ar .misc-font-v4 {
    font-size: 1.2rem!important;
    line-height: 2rem!important;
    font-weight: 400!important;
    letter-spacing: 0!important
}

.ar .cta-font-v1,.ar .cta-font-v2 {
    font-size: 1.5rem!important;
    line-height: 2rem!important;
    font-weight: 400!important;
    letter-spacing: 0!important
}

.ar .cta-font-v3,.ar .cta-font-v4 {
    font-size: 1.3rem!important;
    line-height: 1.8rem!important;
    font-weight: 400!important;
    letter-spacing: 0!important
}

@media only screen and (min-width: 992px) {
    .ar .heading-1-v1 {
        font-size:16rem!important;
        line-height: 20rem!important;
        font-weight: 300!important;
        letter-spacing: 0!important
    }

    .ar .heading-1-v2 {
        font-size: 16rem!important;
        line-height: 20rem!important;
        font-weight: 400!important;
        letter-spacing: 0!important
    }

    .ar .heading-1-v3 {
        font-size: 9.6rem!important;
        line-height: 11rem!important;
        font-weight: 300!important;
        letter-spacing: 0!important
    }

    .ar .heading-1-v4 {
        font-size: 9.6rem!important;
        line-height: 11rem!important;
        font-weight: 400!important;
        letter-spacing: 0!important
    }

    .ar .heading-2-v1 {
        font-size: 8rem!important;
        line-height: 9rem!important;
        font-weight: 400!important;
        letter-spacing: 0!important
    }

    .ar .heading-2-v2 {
        font-size: 8rem!important;
        line-height: 9rem!important;
        font-weight: 400!important;
        letter-spacing: 0!important
    }

    .ar .heading-3 {
        font-size: 5.4rem!important;
        line-height: 6.5rem!important;
        font-weight: 400!important;
        letter-spacing: 0!important
    }

    .ar .heading-4-v1,.ar .heading-4-v2 {
        font-size: 4.2rem!important;
        line-height: 5.8rem!important;
        font-weight: 400!important;
        letter-spacing: 0!important
    }

    .ar .heading-5 {
        font-size: 3.4rem!important;
        line-height: 4.6rem!important;
        font-weight: 400!important;
        letter-spacing: 0!important
    }

    .ar .heading-6 {
        font-size: 3rem!important;
        line-height: 4.4rem!important;
        font-weight: 400!important;
        letter-spacing: 0!important
    }

    .ar .font-size-excerpt {
        font-size: 2.4rem!important;
        line-height: 4.2rem!important;
        font-weight: 400!important;
        letter-spacing: 0!important
    }

    .ar .font-size-detail-1 {
        font-size: 2rem!important;
        line-height: 3.8rem!important;
        font-weight: 400!important;
        letter-spacing: 0!important
    }

    .ar .font-size-detail-2 {
        font-size: 1.6rem!important;
        line-height: 3rem!important;
        font-weight: 400!important;
        letter-spacing: 0!important
    }

    .ar .font-size-detail-3 {
        font-size: 1.4rem!important;
        line-height: 2.6rem!important;
        font-weight: 500!important;
        letter-spacing: 0!important
    }

    .ar .font-size-detail-4 {
        font-size: 1.4rem!important;
        line-height: 2.6rem!important;
        font-weight: 400!important;
        letter-spacing: 0!important
    }

    .ar .misc-font-v1,.ar .misc-font-v2 {
        font-size: 1.3rem!important;
        line-height: 2.4rem!important;
        font-weight: 400!important;
        letter-spacing: 0!important
    }

    .ar .misc-font-v3,.ar .misc-font-v4 {
        font-size: 1.2rem!important;
        line-height: 2rem!important;
        font-weight: 400!important;
        letter-spacing: 0!important
    }

    .ar .cta-font-v1 {
        font-size: 2.2rem!important;
        line-height: 3.5rem!important;
        font-weight: 400!important;
        letter-spacing: 0!important
    }

    .ar .cta-font-v2,.ar .cta-font-v3,.ar .cta-font-v4 {
        font-size: 1.4rem!important;
        line-height: 2rem!important;
        font-weight: 400!important;
        letter-spacing: 0!important
    }
}

@media only screen and (min-width: 1280px) {
    .ar .heading-1-v1 {
        font-size:18rem!important;
        line-height: 22.5rem!important;
        font-weight: 300!important;
        letter-spacing: 0!important
    }

    .ar .heading-1-v2 {
        font-size: 18rem!important;
        line-height: 22.5rem!important;
        font-weight: 400!important;
        letter-spacing: 0!important
    }

    .ar .heading-1-v3 {
        font-size: 12rem!important;
        line-height: 13.5rem!important;
        font-weight: 300!important;
        letter-spacing: 0!important
    }

    .ar .heading-1-v4 {
        font-size: 12rem!important;
        line-height: 13.5rem!important;
        font-weight: 400!important;
        letter-spacing: 0!important
    }

    .ar .heading-2-v1 {
        font-size: 7rem!important;
        line-height: 8rem!important;
        font-weight: 300!important;
        letter-spacing: 0!important
    }

    .ar .heading-2-v2 {
        font-size: 7rem!important;
        line-height: 8rem!important;
        font-weight: 400!important;
        letter-spacing: 0!important
    }

    .ar .heading-3 {
        font-size: 6.6rem!important;
        line-height: 9rem!important;
        font-weight: 300!important;
        letter-spacing: 0!important
    }

    .ar .heading-4-v1,.ar .heading-4-v2 {
        font-size: 5.4rem!important;
        line-height: 8rem!important;
        font-weight: 300!important;
        letter-spacing: 0!important
    }

    .ar .heading-5 {
        font-size: 4.8rem!important;
        line-height: 7rem!important;
        font-weight: 400!important;
        letter-spacing: 0!important
    }

    .ar .heading-6 {
        font-size: 4.2rem!important;
        line-height: 6.2rem!important;
        font-weight: 400!important;
        letter-spacing: 0!important
    }

    .ar .font-size-excerpt {
        font-size: 3rem!important;
        line-height: 5rem!important;
        font-weight: 300!important;
        letter-spacing: 0!important
    }

    .ar .font-size-detail-1 {
        font-size: 2.4rem!important;
        line-height: 4.2rem!important;
        font-weight: 400!important;
        letter-spacing: 0!important
    }

    .ar .font-size-detail-2 {
        font-size: 2rem!important;
        line-height: 4rem!important;
        font-weight: 400!important;
        letter-spacing: 0!important
    }

    .ar .font-size-detail-3 {
        font-size: 2rem!important;
        line-height: 4rem!important;
        font-weight: 500!important;
        letter-spacing: 0!important
    }

    .ar .font-size-detail-4 {
        font-size: 1.8rem!important;
        line-height: 2.8rem!important;
        font-weight: 400!important;
        letter-spacing: 0!important
    }

    .ar .misc-font-v1,.ar .misc-font-v3 {
        font-size: 1.3rem!important;
        line-height: 2rem!important;
        font-weight: 400!important;
        letter-spacing: 0!important
    }

    .ar .misc-font-v2 {
        font-size: 1.3rem!important;
        line-height: 2rem!important;
        font-weight: 500!important;
        letter-spacing: 0!important
    }

    .ar .misc-font-v4 {
        font-size: 1.2rem!important;
        line-height: 2rem!important;
        font-weight: 400!important;
        letter-spacing: 0!important
    }

    .ar .cta-font-v1 {
        font-size: 2.2rem!important;
        line-height: 3.5rem!important;
        font-weight: 400!important;
        letter-spacing: 0!important
    }

    .ar .cta-font-v2,.ar .cta-font-v3,.ar .cta-font-v4 {
        font-size: 1.4rem!important;
        line-height: 2rem!important;
        font-weight: 400!important;
        letter-spacing: 0!important
    }
}

@media only screen and (min-width: 992px) {
    .font-size-body {
        font-size:1.6rem;
        line-height: 2.2rem
    }
}

@media only screen and (min-width: 1280px) {
    .font-size-body {
        font-size:2rem;
        line-height: 3rem
    }
}

@media only screen and (min-width: 992px) {
    .ar .font-size-body {
        font-size:1.8rem;
        line-height: 3.2rem
    }
}

.animation-on .fly-button,.animation-on .fly-title {
    -webkit-transform: scale(1,0);
    transform: scale(1,0)
}

.animation-on .word {
    display: inline-block;
    opacity: 0
}

.animation-loaded .fly-text .word {
    -webkit-animation-name: flyText;
    animation-name: flyText;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: calc(var(--line-index) * .2s + .4s);
    animation-delay: calc(var(--line-index) * .2s + .4s);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.richtext {
    font-size: 1.4rem
}

@media only screen and (min-width: 992px) {
    .richtext {
        font-size:2rem
    }
}

.wrap-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wrap-button :nth-child(odd) {
    margin-right: 1.5rem
}

@media only screen and (min-width: 992px) {
    .wrap-button :nth-child(odd) {
        margin-right:2.3rem
    }
}

.wrap-button :last-child {
    margin-right: 0
}

@media only screen and (min-width: 768px) {
    .wrap-button {
        -webkit-box-pack:end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

html {
    
    font-size: 10px;
    scroll-behavior: smooth;
    min-height: 100%
}

html.safari {
    background: 0 0
}

html.ar {
   
    font-weight: 400
}

@media only screen and (min-width: 992px) and (max-width:1279px) {
    html {
        font-size:8px
    }
}

@media only screen and (min-width: 1280px) and (max-width:1599px) {
    html {
        font-size:9px
    }
}

body {
    position: relative;
    width: 100%;
    margin: 0;
    font-size: 14px;
    
    font-weight: 300;
    color: #000;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

@media only screen and (min-width: 992px) and (max-width:1279px) {
    body {
        font-size:11.2px
    }
}

@media only screen and (min-width: 1280px) and (max-width:1599px) {
    body {
        font-size:9px
    }
}

body .main {
    width: 100%
}

body.freeze {
    height: 100%;
    overflow: hidden!important
}

body.freeze[class*="--scroll-"] {
    border-right-style: solid;
    border-right-color: #fff
}

body.freeze.\--scroll-13 {
    border-right-width: 13px
}

body.freeze.\--scroll-14 {
    border-right-width: 14px
}

body.freeze.\--scroll-15 {
    border-right-width: 15px
}

body.freeze.\--scroll-16 {
    border-right-width: 16px
}

body.freeze.\--scroll-17 {
    border-right-width: 17px
}

body.freeze.\--scroll-18 {
    border-right-width: 18px
}

.ar body {
   
    font-weight: 400;
    color: #373737
}

@media only screen and (max-width: 991px) {
    .ar body {
        line-height:1.4
    }
}

.ru body {
   
    font-weight: 400
}

img {
    max-width: 100%
}

img:not([src]),img[src=""] {
    visibility: hidden
}

.header {
    width: 100%;
    top: 0;
    z-index: 10;
    background-color: transparent;
    position: absolute;
    -webkit-transition: 1 all ease-in-out;
    transition: 1 all ease-in-out;
    padding: 4rem 5rem
}

.header.chromeWithDatasource {
    position: static
}

@media only screen and (max-width: 991px) {
    .header {
        padding:4rem 2.2rem
    }
}

.header.\--no-fixed {
    position: static
}

.header.\--light .main-menu .btn-lang li a {
    background: #000;
    color: #fff
}

.header.\--light .main-menu .search .icon-search {
    color: #000
}

.header.\--light .main-menu .toggle .icon-menu {
    color: #000
}

.header.\--light .logo.--dark {
    display: block
}

.header.\--light .logo.--light {
    display: none
}

.header.\--light .btn-lang--dropdown .dropdown__selected {
    background-color: #000
}

.header.\--light .btn-lang--dropdown .dropdown__selected::after {
    border-color: #fff
}

.header.\--light .btn-lang--dropdown .dropdown__wrapper {
    background-color: #000
}

.header.\--light .btn-lang--dropdown .dropdown__name {
    color: #fff
}

.\--dark-theme .header>div {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.header .logo.--dark {
    display: none
}

@media only screen and (max-width: 991px) {
    .header .logo img {
       /* height:2rem*/
    }
}

.header .btn-lang {
    padding: 0;
    margin: 0
}

.header .btn-lang--flag {
    width: 3rem;
    height: 2.2rem;
    margin: 0 1rem
}

.header .btn-lang--flag img {
    width: 100%
}

@media only screen and (min-width: 992px) {
    .header .btn-lang--flag {
        display:none
    }
}

.header .btn-lang--dropdown {
    position: relative
}

.header .btn-lang--dropdown.btn-lang--first {
    margin-right: 2rem;
    margin-left: 2rem
}

.header .btn-lang--dropdown.btn-lang--first .dropdown__name {
    min-width: 5.8rem
}

@media only screen and (max-width: 991px) {
    .header .btn-lang--dropdown.btn-lang--first {
        display:none
    }
}

.header .btn-lang--dropdown.btn-lang--second .dropdown__name {
    min-width: 5.8rem
}

@media only screen and (max-width: 991px) {
    .header .btn-lang--dropdown.btn-lang--second {
        display:none
    }
}

.header .btn-lang--dropdown.btn-lang--mobile {
    margin-right: 1.5rem
}

.header .btn-lang--dropdown.btn-lang--mobile .dropdown__selected {
    background-color: #000;
    padding: .5rem 1.5rem
}

.header .btn-lang--dropdown.btn-lang--mobile .dropdown__selected::after {
    border-color: #fff;
    right: 1rem
}

.header .btn-lang--dropdown.btn-lang--mobile .dropdown__wrapper {
    background-color: #000
}

.header .btn-lang--dropdown.btn-lang--mobile .dropdown__country {
    padding: 0 1.5rem 0 1.5rem
}

.header .btn-lang--dropdown.btn-lang--mobile .dropdown__name {
    color: #fff
}

@media only screen and (min-width: 992px) {
    .header .btn-lang--dropdown.btn-lang--mobile {
        display:none
    }
}

.header .btn-lang--dropdown .dropdown__selected {
    padding: .5rem 1.8rem;
    background-color: #fff;
    border-radius: 2rem;
    width: 100%;
    position: relative
}

.header .btn-lang--dropdown .dropdown__selected::before {
    display: none
}

.header .btn-lang--dropdown .dropdown__selected::after {
    content: "";
    display: inline-block;
    border-top: 0;
    border-right: 1.5px;
    border-bottom: 1.5px;
    border-left: 0;
    border-style: solid;
    border-color: #000;
    width: 6px;
    height: 6px;
    margin-left: 0;
    margin-top: -.15rem;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.header .btn-lang--dropdown .dropdown__selected.show {
    border-radius: 2rem 2rem 0 0
}

.header .btn-lang--dropdown .dropdown__selected.show::after {
    -webkit-transform: translateY(0) rotate(-135deg);
    transform: translateY(0) rotate(-135deg)
}

.header .btn-lang--dropdown .dropdown__selected .dropdown__name {
    margin-right: 2rem
}

.header .btn-lang--dropdown .dropdown__link {
    display: block;
    text-decoration: none;
    padding: .3rem 0;
    line-height: 1.4
}

.header .btn-lang--dropdown .dropdown__wrapper {
    border-radius: 0 0 2rem 2rem;
    padding: 0;
    width: 100%;
    min-width: unset;
    position: absolute;
    top: 98%;
    border-top: 0;
    border: 0;
    margin-top: 0
}

.header .btn-lang--dropdown .dropdown__country {
    padding: 0 1.8rem 0 1.8rem;
    width: 100%;
    border: none;
    max-height: 25rem;
    overflow-y: auto;
    margin-top: 0;
    margin-bottom: 1.5rem;
    list-style: none
}

.header .btn-lang--dropdown .dropdown__country::-webkit-scrollbar {
    width: .3rem
}

.header .btn-lang--dropdown .dropdown__country::-webkit-scrollbar-thumb {
    background: #c3c4c5;
    border-radius: .5rem
}

.header .btn-lang--dropdown .dropdown__country::-webkit-scrollbar-corner {
    background-color: #fff
}

.header .btn-lang--dropdown .dropdown__flag {
    display: inline-block;
    margin-right: 1rem;
    width: 1.6rem;
    height: 1.3rem;
    line-height: 1
}

.header .btn-lang--dropdown .dropdown__flag img {
    width: 100%
}

.header .btn-lang--dropdown .dropdown__name {
    display: inline-block;
    color: #000;
    font-size: .9rem;
    font-weight: 400;
    text-transform: uppercase;
    word-break: break-word
}

.header .btn-lang li {
    display: none
}

.header .btn-lang li a {
    padding: 1rem;
    color: #000;
    /*background: #fff;*/
    text-decoration: none;
    border-radius: 3rem;
    font-size: 2.2rem;/*1.8*/
    line-height: 1.2;
    /*font-weight: 600*/
}

.header .btn-lang li.active {
    display: inline-block
}

.header .btn-lang li.ar a {
   
    font-weight: 700;
    font-size: 1.2rem;
    padding: .8rem 2rem 1.2rem
}

.header .btn-lang li.en a {
  
}

@media only screen and (max-width: 991px) {
    .ar .header .btn-lang li {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .header .btn-lang li {
        font-size:.9rem;
        line-height: 1.2rem
    }
}

.header.sticky {
    background-color: rgba(0,0,0,.5)
}

.header .nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

@media only screen and (min-width: 992px) {
    .header .nav {
        max-width: 71.875vw;
    margin: 0 auto;
    
    }
}

.header .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 575px) {
    .header .main-menu a {
        display:none
    }
}

.header .main-menu .search .icon-search {
    color: #fff;
    font-size: 2.3rem;
    margin-left: 5.4rem;
    cursor: pointer
}

@media only screen and (max-width: 991px) {
    .header .main-menu .search .icon-search {
        font-size:1.7rem
    }
}

.header .main-menu .toggle .icon-menu {
    color: #ad9331;
    font-size: 1.4rem;
    margin-left: 5.4rem;
    cursor: pointer
}

@media only screen and (max-width: 991px) {
    .header .main-menu .toggle .icon-menu {
        font-size:.9rem;
        margin-left: 3.2rem
    }
}

@media only screen and (max-width: 991px) {
    .header .main-menu .btn-lang--flag,.header .main-menu .btn-lang--mobile {
        display:none
    }
}

.header .btn {
    width: 6.4rem;
    height: 3.3rem
}

.header .btn.btn-white {
    background: #fff;
    color: #000;
    border-radius: 10rem;
    line-height: 2.4rem
}

@media only screen and (min-width: 992px) {
    .header .menu-wrapper .btn-lang--first,.header .menu-wrapper .btn-lang--second {
        display:none
    }
}

.header.header-MR {
    position: sticky;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 3.6rem 4.4rem 3.6rem 4.7rem
}

@media only screen and (max-width: 991px) {
    .header.header-MR {
        padding:2rem 2.3rem
    }

    .header.header-MR .menu-wrapper__head .logo {
        width: auto
    }
}

.header.header-MR.\--no-fixed {
    position: static
}

.header.header-MR.\--light {
    background-color: #fff
}

.header.header-MR.\--transparent {
    position: fixed
}

.header.header-MR.\--transparent.\--scroll {
    background-color: #fff
}

.header.header-MR.\--transparent.\--scroll .logo.\--light {
    display: none
}

.header.header-MR.\--transparent.\--scroll .logo.\--dark {
    display: block
}

.header.header-MR.\--transparent.\--scroll .main-menu .cta-primary.\--border-white {
    color: #000;
    border-color: #000
}

.header.header-MR.\--transparent.\--scroll .main-menu .cta-primary.\--border-white:hover {
    color: #00b2a9!important;
    border: 1px solid #00b2a9;
    background-color: transparent
}

.header.header-MR.\--transparent.\--scroll .main-menu .cta-primary.\--border-white:hover .icon-download {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAxOSAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNjQ3NDggMC45ODYwNDZMOS42OTg4NyAxNS44NTU5IiBzdHJva2U9IiMwMEIyQTkiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjxwYXRoIGQ9Ik00LjY1Mjk1IDEyLjM3NDNMOS42OTg4NiAxNi4wOTYzTDE0Ljc0NDggMTIuMzc0MyIgc3Ryb2tlPSIjMDBCMkE5IiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8cGF0aCBkPSJNMS4wMDAyIDIxLjY2NDFMMTguOTQ5NyAyMS44ODY4IiBzdHJva2U9IiMwMEIyQTkiIHN0cm9rZS13aWR0aD0iMS41Ii8+Cjwvc3ZnPgo=)
}

.header.header-MR.\--transparent.\--scroll .main-menu .cta-primary .icon-download {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuMzY3NTMgMC4wMjQzNjk0TDcuNDA1MzcgMTAuNzkyMiIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTMuNjg5ODUgOC4yNzEwN0w3LjQwNTQ3IDEwLjk2NjNMMTEuMTIxMSA4LjI3MTA3IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8cGF0aCBkPSJNMS4wMDAwNSAxNC45OTgxTDE0LjIxNzQgMTUuMTU5NCIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9zdmc+Cg==)
}

.header.header-MR.\--transparent.\--scroll .main-menu .icon-menu {
    color: #000;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyNiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzg2N184NTMyNCkiPgo8cGF0aCBkPSJNMC45ODA0NjkgMi44NzE4M0gyNS4xNjM1IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTAuOTgwNDY5IDExLjEyODJIMjUuMTYzNSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfODY3Xzg1MzI0Ij4KPHJlY3Qgd2lkdGg9IjI2IiBoZWlnaHQ9IjE0IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=)
}

.header.header-MR.\--transparent.\--scroll .btn-lang li a {
    color: #000
}

.header.header-MR.\--transparent .main-menu .cta-primary .icon-download {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAxOSAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNjQ3NDggMC45ODYwNDZMOS42OTg4NyAxNS44NTU5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8cGF0aCBkPSJNNC42NTI5NSAxMi4zNzQzTDkuNjk4ODYgMTYuMDk2M0wxNC43NDQ4IDEyLjM3NDMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjxwYXRoIGQ9Ik0xLjAwMDIgMjEuNjY0MUwxOC45NDk3IDIxLjg4NjgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41Ii8+Cjwvc3ZnPgo=)
}

@media only screen and (min-width: 992px) {
    .header.header-MR.\--transparent .main-menu .cta-primary .icon-download {
        vertical-align:text-bottom
    }
}

@media only screen and (min-width: 1600px) {
    .header.header-MR.\--transparent .main-menu .cta-primary .icon-download {
        vertical-align:sub
    }
}

.header.header-MR.\--transparent .main-menu .icon-menu {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyNiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE3OTZfNDU1MikiPgo8cGF0aCBkPSJNMC45ODA0NjkgMi44NzE4M0gyNS4xNjM1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTAuOTgwNDY5IDExLjEyODJIMjUuMTYzNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTc5Nl80NTUyIj4KPHJlY3Qgd2lkdGg9IjI2IiBoZWlnaHQ9IjE0IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=)
}

.header.header-MR.\--transparent .btn-lang li a {
    color: #fff
}

.header.header-MR .btn-lang li a,.header.header-MR.\--light .main-menu .btn-lang li a {
    color: #000;
    background-color: transparent;
    font-size: 2rem;
    line-height: 1.4rem;
    padding: 0
}

.ar .header.header-MR .btn-lang li a,.ar .header.header-MR.\--light .main-menu .btn-lang li a {
    font-size: 1.6rem;
    line-height: 2.4rem
}

@media only screen and (max-width: 991px) {
    .header.header-MR .btn-lang li a,.header.header-MR.\--light .main-menu .btn-lang li a {
        font-size:1.3rem;
        line-height: 1;
        margin-bottom: .8rem
    }

    .ar .header.header-MR .btn-lang li a,.ar .header.header-MR.\--light .main-menu .btn-lang li a {
        line-height: 1.6rem;
        margin-top: .3rem;
        margin-bottom: 0
    }
}

.header.header-MR .menu-wrapper__content {
    background-color: #fff
}

.header.header-MR .menu-wrapper__head .btn-lang li.active a {
    color: #000;
    background-color: transparent
}

.header.header-MR .menu-category {
    -webkit-box-flex: 0;
    -ms-flex: 0 calc(67% - 8rem);
    flex: 0 calc(67% - 8rem)
}

@media only screen and (min-width: 992px) {
    .header.header-MR .menu-category__list {
        margin-right:0
    }
}

.header.header-MR .menu-connect {
    -webkit-box-flex: 0;
    -ms-flex: 0 35%;
    flex: 0 35%
}

.header.header-MR .menu-connect__social {
    border: 0;
    margin-bottom: 0
}

@media only screen and (min-width: 992px) {
    .header.header-MR .menu-connect__cta {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.header.header-MR .menu-connect__share {
    position: relative
}

.header.header-MR .menu-connect__share .addthis_toolbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom: 60%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #fff
}

.header.header-MR .menu-connect__share .addthis_toolbox .at-icon,.header.header-MR .menu-connect__share .addthis_toolbox .at-icon-wrapper {
    width: 5rem!important;
    height: 5rem!important
}

.header.header-MR .menu-connect__share .cta-primary {
    background-color: #fff;
    position: relative;
    z-index: 1
}

.header.header-MR .menu-connect__share.\--active .addthis_toolbox {
    bottom: 100%;
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width: 992px) {
    .header.header-MR .menu-connect__download {
        margin-left:1.2rem
    }
}

@media only screen and (min-width: 1600px) {
    .header.header-MR .menu-connect__download {
        margin-left:2.2rem
    }
}

@media only screen and (max-width: 991px) {
    .header.header-MR .menu-connect__download {
        margin-top:1.5rem
    }
}

.header.header-MR .main-menu .cta-primary {
    margin-right: 4.3rem;
    line-height: 3.8rem
}

.header.header-MR .main-menu .cta-primary:hover .icon-download {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAxOSAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNjQ3NDggMC45ODYwNDZMOS42OTg4NyAxNS44NTU5IiBzdHJva2U9IiMwMEIyQTkiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjxwYXRoIGQ9Ik00LjY1Mjk1IDEyLjM3NDNMOS42OTg4NiAxNi4wOTYzTDE0Ljc0NDggMTIuMzc0MyIgc3Ryb2tlPSIjMDBCMkE5IiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8cGF0aCBkPSJNMS4wMDAyIDIxLjY2NDFMMTguOTQ5NyAyMS44ODY4IiBzdHJva2U9IiMwMEIyQTkiIHN0cm9rZS13aWR0aD0iMS41Ii8+Cjwvc3ZnPgo=)
}

.en .header.header-MR .main-menu .cta-primary {
    letter-spacing: .1rem
}

.header.header-MR .main-menu .cta-primary.\--border-white {
    font-size: 1.1rem;
    padding: .1rem 1.5rem .1rem 2.1rem;
    min-width: 10.8rem;
    line-height: 3.8rem
}

.header.header-MR .main-menu .cta-primary.\--border-white:hover {
    color: #fff!important;
    border: 1px solid #00b2a9;
    background-color: #00b2a9
}

.header.header-MR .main-menu .cta-primary.\--border-white:hover .icon-download {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAxOSAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNjQ3NDggMC45ODYwNDZMOS42OTg4NyAxNS44NTU5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8cGF0aCBkPSJNNC42NTI5NSAxMi4zNzQzTDkuNjk4ODYgMTYuMDk2M0wxNC43NDQ4IDEyLjM3NDMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjxwYXRoIGQ9Ik0xLjAwMDIgMjEuNjY0MUwxOC45NDk3IDIxLjg4NjgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41Ii8+Cjwvc3ZnPgo=)
}

.header.header-MR .main-menu .cta-primary.\--border-white .icon-download {
    margin-left: .8rem
}

.header.header-MR .main-menu .icon-menu {
    margin-left: 8.5rem;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyNiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzg2N184NTMyNCkiPgo8cGF0aCBkPSJNMC45ODA0NjkgMi44NzE4M0gyNS4xNjM1IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTAuOTgwNDY5IDExLjEyODJIMjUuMTYzNSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfODY3Xzg1MzI0Ij4KPHJlY3Qgd2lkdGg9IjI2IiBoZWlnaHQ9IjE0IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
    background-size: cover;
    width: 2.6rem;
    height: 1.4rem
}

.header.header-MR .main-menu .icon-menu::before {
    content: none
}

.ar .header.header-MR .main-menu .icon-menu:hover::before {
    content: "\627\644\642\627\626\645\629";
    display: inline-block;
    margin-right: 5px;
    position: relative;
    font-size: 1em;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    left: -50px
}

.header.header-MR .main-menu .icon-menu:hover::before {
    content: "MENU";
    display: inline-block;
    margin-right: 5px;
    position: relative;
    font-weight: 700;
  
    font-size: .9em;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    left: -50px
}

.header.header-MR .main-menu .icon-download {
    background-size: contain
}

@media only screen and (max-width: 991px) {
    .header.header-MR .logo img {
        height:2.2rem
    }
}

.header.header-MR .menu-wrapper {
    height: 100vh
}

@media only screen and (min-width: 992px) {
    .header.header-MR .menu-wrapper__content {
        padding:5rem 5rem 10rem
    }
}

.header.header-MR .menu-wrapper__body {
    margin-top: 5.5rem;
    margin-bottom: 0
}

@media only screen and (max-width: 991px) {
    .header.header-MR .menu-wrapper__body {
        margin-top:5rem
    }
}

.header.header-MR .menu-wrapper .btn-close {
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMzciIHZpZXdCb3g9IjAgMCAzNyAzNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xLjg2OTg3IDEuNjAwNzFMMzUuNDEyMSAzNS4xNDMiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPg0KPHBhdGggZD0iTTEuODY5ODcgMzUuMzk5M0wzNS40MTIxIDEuODU3MDUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPg0KPC9zdmc+DQo=) no-repeat;
    background-size: 100%;
    width: 3.3rem;
    height: 3.3rem;
    padding: 0
}

@media only screen and (max-width: 991px) {
    .header.header-MR .menu-wrapper .btn-close {
        width:1.5rem;
        height: 1.5rem
    }
}

.ar .header.header-MR .menu-wrapper .btn-close:hover::before {
    content: "\625\63a\644\627\642";
    display: inline-block;
    margin-right: 5px;
    position: relative;
  
    font-size: .8em;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    left: -55px
}

.header.header-MR .menu-wrapper .btn-close:hover::before {
    content: "CLOSE";
    display: inline-block;
    margin-right: 5px;
    position: relative;
    font-weight: 700;
    font-size: .8em;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    left: -70px
}

@media only screen and (max-width: 991px) {
    .header.header-MR .menu-wrapper .menu-category {
        border-bottom:.1rem solid #c7c7c7;
        padding-bottom: 2.5rem
    }
}

@media only screen and (min-width: 992px) {
    .header.header-MR .menu-wrapper .menu-category__nav {
        font-size:5.3rem;
        line-height: 7.8rem
    }

    .ar .header.header-MR .menu-wrapper .menu-category__nav {
        font-size: 5rem;
        font-weight: 500
    }
}

@media only screen and (max-width: 991px) {
    .header.header-MR .menu-wrapper .menu-category__nav {
        padding-right:0;
        margin-bottom: 2rem;
        letter-spacing: -.02em
    }

    .ar .header.header-MR .menu-wrapper .menu-category__nav {
        line-height: 4.2rem;
        font-weight: 500
    }
}

.header.header-MR .menu-wrapper .menu-category__nav.active {
    color: #00b2a9
}

.header.header-MR .menu-wrapper .menu-category__block {
    margin: 0
}

@media only screen and (min-width: 992px) {
    .header.header-MR .menu-wrapper .menu-desktop {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: calc(100% - 5.5rem);
        padding-bottom: 0;
        justify-content: space-between
    }
}

.ar .header.header-MR .menu-wrapper .menu-desktop {
    margin-left: 0
}

.header.header-MR .menu-wrapper .menu-desktop__nav {
    margin-bottom: 7rem
}

.header.header-MR .menu-wrapper .menu-desktop__info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header.header-MR .menu-wrapper .menu-add {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33% - 2rem);
    flex: 0 0 calc(33% - 2rem)
}

@media only screen and (min-width: 992px) and (max-width:1599px) {
    .header.header-MR .menu-wrapper .menu-add {
        -webkit-box-flex:0;
        -ms-flex: 0 0 calc(41% - 2rem);
        flex: 0 0 calc(41% - 2rem)
    }
}

@media only screen and (max-width: 991px) {
    .header.header-MR .menu-wrapper .menu-add {
        border-bottom:none;
        margin-bottom: 0
    }
}

@media only screen and (min-width: 992px) and (max-width:1599px) {
    .header.header-MR .menu-wrapper .menu-add__item {
        margin-right:1.5rem
    }
}

@media only screen and (max-width: 991px) {
    .header.header-MR .menu-wrapper .menu-add__item {
        display:block
    }

    .header.header-MR .menu-wrapper .menu-add__item:first-child a {
        padding-top: 0
    }

    .header.header-MR .menu-wrapper .menu-add__item:last-child a {
        padding-bottom: 0
    }
}

@media only screen and (min-width: 992px) {
    .header.header-MR .menu-wrapper .menu-add__item a {
        color:#000;
        font-size: 1.3rem;
        line-height: 3.6rem
    }

    .ar .header.header-MR .menu-wrapper .menu-add__item a {
        font-weight: 500;
        letter-spacing: .06em
    }
}

@media only screen and (max-width: 991px) {
    .header.header-MR .menu-wrapper .menu-add__item a {
        letter-spacing:.09em
    }

    .ar .header.header-MR .menu-wrapper .menu-add__item a {
        line-height: 1.7rem;
        font-weight: 500
    }
}

.en .header.header-MR .menu-wrapper .menu-add__item {
    letter-spacing: .06em
}

.header.header-MR .menu-connect__social {
    padding-bottom: 0
}

@media only screen and (max-width: 991px) {
    .header.header-MR .menu-connect__social {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 3rem;
        padding-left: 0
    }
}

@media only screen and (max-width: 991px) {
    .header.header-MR .menu-connect__social__item {
        width:auto
    }
}

@media only screen and (min-width: 992px) and (max-width:1599px) {
    .header.header-MR .menu-connect__social__item {
        width:4rem
    }
}

.header.header-MR .menu-connect__social [class*=" icon-"],.header.header-MR .menu-connect__social [class^=icon-] {
    vertical-align: middle
}

@media only screen and (min-width: 1600px) {
    .header.header-MR .menu-connect__cta {
        margin-right:6.7rem
    }
}

.header.header-MR .menu-connect__cta .cta-primary {
    font-size: 1.4rem;
    line-height: 3.8rem;
    padding: .5rem 1.6rem .6rem 4rem;
    position: relative;
    text-align: left
}

.ar .header.header-MR .menu-connect__cta .cta-primary {
    font-weight: 500
}

@media only screen and (min-width: 992px) and (max-width:1279px) {
    .header.header-MR .menu-connect__cta .cta-primary {
        padding-left:2rem
    }
}

@media only screen and (min-width: 1280px) {
    .header.header-MR .menu-connect__cta .cta-primary {
        min-width:22rem
    }

    .ar .header.header-MR .menu-connect__cta .cta-primary {
        min-width: 23.8rem;
        line-height: 1.1rem;
        padding: 2.4rem 3.2rem
    }
}

@media only screen and (max-width: 991px) {
    .header.header-MR .menu-connect__cta .cta-primary {
        font-size:1.3rem;
        width: 100%;
        padding: 1.45rem 4rem
    }

    .ar .header.header-MR .menu-connect__cta .cta-primary {
        font-size: 1.4rem
    }
}

.header.header-MR .menu-connect__cta .cta-primary:hover .icon-share-white {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMyAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy41Mzc3IDYuNDc3NkMxMC42NDY0IDYuMzg2NjYgOC4wNjk5MyA3LjE2MjIgNS44NTY0OCA4Ljk2MTAyQzMuNjQ4NDQgMTAuNzU1NCAyLjM1OTQ3IDEzLjA2IDEuOTU0MTkgMTUuODM1M0M0Ljg1MTk4IDEyLjA3MzIgOC42ODQ5OCAxMC4xOTc1IDEzLjUzNTYgMTAuMjYyNFYxMy45OTU3QzE1Ljg5ODIgMTIuMTA3NiAxOC4yMjMzIDEwLjI0OTUgMjAuNTcwNiA4LjM3MzY1QzE4LjIyNDMgNi41MDQwNCAxNS44OTgyIDQuNjUwNTcgMTMuNTM3NyAyLjc2OTY4VjYuNDc3NlpNMC41MzEzNzIgMTYuNjUyOEMwLjU3MzQxNCAxNi4zMTIxIDAuNjExMjU5IDE1Ljk3MDkgMC42NTgxODggMTUuNjMwOUMwLjk1NzE1IDEzLjQ2NDUgMS44MDQ5OSAxMS41MjI0IDMuMTk1OTQgOS44MTY0NkM1LjAyNDk2IDcuNTczMjUgNy4zNzA2MyA2LjExMjUxIDEwLjIzODggNS40ODczQzEwLjg1MjcgNS4zNTM0OCAxMS40ODY5IDUuMzA4NjMgMTIuMTExOCA1LjIyMjVDMTIuMTQ2NCA1LjIxNzczIDEyLjE4MDcgNS4yMTAzIDEyLjIzMTEgNS4yMDEzVjAuMDk1MjM3N0gxMi4yNzQyQzEyLjY3NTQgMC40MjMzMDUgMTMuMDczIDAuNzU1NjM5IDEzLjQ3ODIgMS4wNzg3NkMxNi40NjU2IDMuNDYwMzEgMTkuNDU0NSA1LjgzOTk5IDIyLjQ0MjYgOC4yMjA2NEMyMi40OTczIDguMjY0MjMgMjIuNTQ4MyA4LjMxMjM5IDIyLjYyMzQgOC4zNzgwM0MxOS4xNjUyIDExLjE0MTcgMTUuNzE4NiAxMy44OTYyIDEyLjIzNDggMTYuNjgwM1YxMS41NDZDMTEuNzUxIDExLjYwNTcgMTEuMjg2OSAxMS42MzU2IDEwLjgzNDQgMTEuNzIzMUM3LjExNzM1IDEyLjQ0MjIgNC4yODA3NiAxNC4zOTA2IDIuNDE3MjcgMTcuNjIzNkMxLjg5NDQ4IDE4LjUzMDYgMS41MzAyIDE5LjUyNTEgMS4wOTU2NCAyMC40ODA2QzAuOTQ0MDAxIDIwLjgxNCAwLjgwMTMxMSAyMS4xNTE0IDAuNjUwNjYzIDIxLjQ4NTNDMC42MTk3OCAyMS41NTM3IDAuNTcxNTk3IDIxLjYxNDcgMC41MzEzNzIgMjEuNjc5MkMwLjUzMTM3MiAyMC4wMDM3IDAuNTMxMzcyIDE4LjMyODIgMC41MzEzNzIgMTYuNjUyOFoiIGZpbGw9IiMwMEIyQTkiLz4KPC9zdmc+Cg==)
}

.header.header-MR .menu-connect__cta .cta-primary:hover .icon-download {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAxOSAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNjQ3NDggMC45ODYwNDZMOS42OTg4NyAxNS44NTU5IiBzdHJva2U9IiMwMEIyQTkiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjxwYXRoIGQ9Ik00LjY1Mjk1IDEyLjM3NDNMOS42OTg4NiAxNi4wOTYzTDE0Ljc0NDggMTIuMzc0MyIgc3Ryb2tlPSIjMDBCMkE5IiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8cGF0aCBkPSJNMS4wMDAyIDIxLjY2NDFMMTguOTQ5NyAyMS44ODY4IiBzdHJva2U9IiMwMEIyQTkiIHN0cm9rZS13aWR0aD0iMS41Ii8+Cjwvc3ZnPgo=)
}

.en .header.header-MR .menu-connect__cta .cta-primary {
    letter-spacing: .1rem
}

.header.header-MR .menu-connect__cta .cta-primary [class*=" icon-"],.header.header-MR .menu-connect__cta .cta-primary [class^=icon-] {
    position: absolute;
    top: 50%;
    right: 4rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (min-width: 992px) and (max-width:1599px) {
    .header.header-MR .menu-connect__cta .cta-primary [class*=" icon-"],.header.header-MR .menu-connect__cta .cta-primary [class^=icon-] {
        right:1.2rem
    }
}

@media only screen and (min-width: 1600px) {
    .header.header-MR .menu-connect__cta .cta-primary [class*=" icon-"],.header.header-MR .menu-connect__cta .cta-primary [class^=icon-] {
        right:1.6rem
    }
}

.header.header-MR .menu-connect__cta .icon-share-white {
    margin-left: 7rem
}

@media only screen and (min-width: 992px) and (max-width:1279px) {
    .header.header-MR .menu-connect__cta .icon-share-white {
        margin-left:5rem
    }
}

.header.header-MR .menu-connect__cta .icon-download {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAxOSAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNjQ3NDggMC45ODYwNDZMOS42OTg4NyAxNS44NTU5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8cGF0aCBkPSJNNC42NTI5NSAxMi4zNzQzTDkuNjk4ODYgMTYuMDk2M0wxNC43NDQ4IDEyLjM3NDMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjxwYXRoIGQ9Ik0xLjAwMDIgMjEuNjY0MUwxOC45NDk3IDIxLjg4NjgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41Ii8+Cjwvc3ZnPgo=);
    width: 2.1rem;
    height: 1.7rem;
    vertical-align: text-bottom;
    margin-left: 15px;
    background-size: contain
}

.footer {
     background:#f5f1eb;
    position: relative;
    padding-bottom: 4rem;
    z-index: 9
}

.footer.\--no-box {
    padding: 17rem 0
}

.\--dark-theme .footer>div {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

@media only screen and (max-width: 991px) {
    .footer {
        padding-bottom:5.7rem
    }

    .footer>.container {
        padding: 0
    }
}

@media only screen and (max-width: 991px) {
    .footer-logo img {
        height:2.8rem
    }
}

.footer__menu ul {
    list-style: none;
    padding: 0
}

.footer__menu ul li {
  /*  margin-bottom: 3rem*/
}

.footer__menu ul a {
    font-weight: 400;
    line-height: 1.8rem;
    font-size: 1rem;
    color: #414142;
    text-decoration: none
}

@media only screen and (max-width: 991px) {
    .ar .footer__menu ul a {
        line-height:1.4
    }
}

.footer__menu ul a:hover {
    color: #ad9331
}

.ar .footer__menu {
  
}

@media only screen and (max-width: 991px) {
    .ar .footer__menu {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .footer__menu {
        font-size:1.5rem;
        line-height: 1.9rem
    }
}

.footer__info .desc {
    margin-bottom: 3.5rem
}

.ar .footer__info .desc {
   
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .footer__info .desc {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .footer__info .desc {
        font-size:1.8rem;
        line-height: 2.5rem
    }
}

.ar .footer__info .desc p {
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .footer__info .desc p {
        line-height:1.4
    }
}

.footer__info p {
    font-size: 1.8rem;
    line-height: 2.5rem;
    color: #eaeaea;
    margin-bottom: 0;
    font-weight: 300
}

@media only screen and (max-width: 991px) {
    .footer__info p {
        font-size:1.4rem;
        margin-top: 2rem;
        line-height: 2rem;
        font-weight: 400
    }
}

@media only screen and (max-width: 991px) {
    .footer__info {
        padding-right:0
    }
}

.footer .flag__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1rem;
    max-width: 25rem
}

.footer .flag__list img {
    width: 100%;
    max-width: 100%
}

.footer .flag__item {
    width: 20%;
    padding: 0 1rem;
    margin-bottom: 1.4rem;
    -webkit-filter: saturate(0);
    filter: saturate(0);
    cursor: pointer;
    display: block
}

.footer .flag__item:hover {
    -webkit-filter: saturate(1);
    filter: saturate(1)
}

.footer__social {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-top: 4rem
}

.footer__social li {
    margin-right: 3rem
}

@media only screen and (max-width: 991px) {
    .footer__social li:last-child {
        margin-right:0
    }
}

.footer__social li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.9rem;
    -webkit-transition: color .5s;
    transition: color .5s
}

@media only screen and (max-width: 991px) {
    .footer__social li a {
        font-size:1.6rem
    }
}

.footer__social li a:hover {
    color: #23b2aa
}

@media only screen and (max-width: 991px) {
    .footer__social {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 3rem;
        margin-bottom: 6rem
    }
}

@media only screen and (max-width: 991px) {
    .footer__bottom {
        margin:0 4.6rem
    }

    .footer__bottom .container {
        padding: 0
    }
}

.footer__bottom .footer-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__bottom .footer-list a:hover {
    color: #fff
}

@media only screen and (max-width: 991px) {
    .footer .footer__menu {
        width:50%
    }
}

.footer .mail-form {
    background: #00778b;
    padding: 6.6rem 6.8rem 5.2rem;
    margin: 0 auto -3rem;
    -webkit-transform: translateY(-10.4rem);
    transform: translateY(-10.4rem)
}

.footer .mail-form .form-message {
    color: #fff;
    margin-top: 1rem
}

.footer .mail-form .form-message.form-error {
    color: #fff
}

@media only screen and (max-width: 991px) {
    .footer .mail-form {
        padding:3.2rem 4.7rem 3.2rem;
        margin-bottom: 5.1rem;
        -webkit-transform: none;
        transform: none
    }
}

.footer .mail-form .form__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media only screen and (max-width: 991px) {
    .footer .mail-form .form__body {
        -webkit-box-align:end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.footer .mail-form__text {
    color: #fff;
    font-size: 3rem;
    line-height: 3.8rem;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .footer .mail-form__text {
        padding:0;
        font-size: 2.2rem;
        line-height: 2.7rem;
        font-weight: 400
    }
}

@media only screen and (min-width: 992px) and (max-width:1599px) {
    .footer .mail-form__text {
        font-size:2rem
    }
}

.ar .footer .mail-form__text {

    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .footer .mail-form__text {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .footer .mail-form__text {
        font-size:2.2rem;
        line-height: 3.4rem
    }
}

.footer .mail-form__content {
    padding-left: 10%
}

@media only screen and (max-width: 1279px) {
    .footer .mail-form__content {
        padding-left:0
    }
}

.footer .mail-form__content ::-webkit-input-placeholder {
    color: #fff
}

.footer .mail-form__content :-ms-input-placeholder {
    color: #fff
}

.footer .mail-form__content ::-moz-placeholder {
    color: #fff
}

.footer .mail-form__content ::-ms-input-placeholder {
    color: #fff
}

.footer .mail-form__content ::placeholder {
    color: #fff
}

.footer .mail-form__content .input-email {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2.7rem;
    background: 0 0;
    border: none;
    min-width: 34.2rem;
    border-bottom: 1px solid #fff;
    font-weight: 300;
    padding-bottom: .9rem
}

@media only screen and (max-width: 1599px) {
    .footer .mail-form__content .input-email {
        min-width:60%
    }
}

@media only screen and (max-width: 991px) {
    .footer .mail-form__content .input-email {
        min-width:100%
    }
}

.ar .footer .mail-form__content .input-email {

    font-weight: 400;
    direction: ltr
}

@media only screen and (max-width: 991px) {
    .ar .footer .mail-form__content .input-email {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .footer .mail-form__content .input-email {
        font-size:1.4rem;
        line-height: 2.7rem
    }
}

.footer .mail-form__content .cta-primary {
    min-width: 13.7rem;
    margin-left: 2rem;
    padding-left: 3rem;
    padding-right: 3rem
}

@media only screen and (max-width: 991px) {
    .footer .mail-form__content .cta-primary {
        margin-top:2.5rem;
        margin-left: 0
    }
}

.footer .footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 8rem
}

@media only screen and (max-width: 991px) {
    .footer .footer-list {
        margin-top:5rem
    }
}

.footer .footer-list li {
    padding-right: 4rem;
    position: relative
}

.footer .footer-list li:after {
    content: "|";
    position: absolute;
    right: 1.8rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #a4a4a4
}

.footer .footer-list li:last-child {
    padding: unset
}

.footer .footer-list li:last-child:after {
    content: ""
}

.footer .footer-list li a {
    font-size: 1.3rem;
    color: #a4a4a4;
    text-decoration: none;
    font-weight: 300;
    line-height: 2.4rem
}

@media only screen and (max-width: 991px) {
    .footer .footer-list li a {
        line-height:3.5rem
    }
}

.ar .footer .footer-list li a {

    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .footer .footer-list li a {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .footer .footer-list li a {
        font-size:1.3rem;
        line-height: 2.4rem
    }
}

.footer .copy-right {
    font-size: 1.3rem;
    line-height: 2.4rem;
    color: #a4a4a4;
    margin-top: 1.5rem;
    font-weight: 300
}

@media only screen and (max-width: 991px) {
    .footer .copy-right {
        font-size:1.3rem;
        margin-top: 3rem;
        line-height: 2rem;
        font-weight: 400
    }
}

.ar .footer .copy-right {
   
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .footer .copy-right {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .footer .copy-right {
        font-size:1.3rem;
        line-height: 2.4rem
    }
}

.\--font-big .footer .mail-form__content {
    padding-left: 8%
}

.\--font-big .footer .input-email {
    min-width: 65.5%
}

.footer-MR {
    background: #1a1a1a;
    position: relative;
    z-index: 9
}

.footer-MR.\--no-box {
    padding: 17rem 0
}

.footer-MR__bottom .container {
    padding: 6.8rem 0 7.6rem 0
}

@media only screen and (max-width: 991px) {
    .footer-MR__bottom .container {
        padding:4.8rem 2.2rem
    }
}

.footer-MR-logo {
    margin-bottom: 2.4rem
}

@media only screen and (max-width: 991px) {
    .footer-MR-logo img {
        height:2.8rem
    }
}

.footer-MR__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-MR__social {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    list-style: none
}

@media only screen and (max-width: 991px) {
    .footer-MR__social {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 6rem;
        -moz-column-gap: 6rem;
        column-gap: 6rem;
        row-gap: 2rem;
        margin-top: 2.4rem;
        padding: 0
    }
}

.footer-MR__social li {
    margin-left: 3rem
}

@media only screen and (max-width: 991px) {
    .footer-MR__social li {
        display:inline;
        margin-left: 0
    }
}

.footer-MR__social li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.9rem;
    -webkit-transition: color .5s;
    transition: color .5s
}

@media only screen and (max-width: 991px) {
    .footer-MR__social li a {
        font-size:1.6rem
    }
}

.footer-MR__social li a:hover {
    color: #23b2aa
}

.footer-MR .row {
    position: relative
}

.footer-MR .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: .4rem;
    margin: 0;
    list-style: none
}

@media only screen and (min-width: 1280px) {
    .footer-MR .menu-list {
        position:absolute;
        width: 72.5%;
        right: 2.2rem
    }
}

@media only screen and (min-width: 1600px) {
    .footer-MR .menu-list {
        width:78%
    }
}

@media only screen and (max-width: 991px) {
    .footer-MR .menu-list {
        display:none
    }
}

.footer-MR .menu-list li {
    padding-left: 1.6rem;
    position: relative
}

.footer-MR .menu-list li:first-child {
    padding-left: 0
}

.footer-MR .menu-list li a {
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: #a4a4a4;
    text-decoration: none;
    font-weight: 300
}

.footer-MR .menu-list li a:hover {
    color: #fff
}

.ar .footer-MR .menu-list li a {
 
    font-weight: 400
}

@media only screen and (min-width: 992px) {
    .ar .footer-MR .menu-list li a {
        font-size:1.3rem;
        line-height: 2.4rem
    }
}

.footer-MR .mobile {
    display: none
}

@media only screen and (max-width: 991px) {
    .footer-MR .mobile {
        width:50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 6.4rem
    }

    .footer-MR .mobile~.mobile {
        padding-left: 1rem
    }

    .footer-MR .mobile ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 1.6rem;
        padding: 0;
        list-style: none
    }

    .footer-MR .mobile ul li {
        padding: 0
    }

    .ar .footer-MR .mobile ul li a {
        line-height: 1.4
    }
}

.footer-MR .footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none
}

@media only screen and (max-width: 991px) {
    .footer-MR .footer-list {
        display:block;
        margin-top: 3rem
    }
}

.footer-MR .footer-list li {
    padding-right: 4rem;
    position: relative
}

@media only screen and (max-width: 991px) {
    .footer-MR .footer-list li {
        display:inline
    }
}

.footer-MR .footer-list li:after {
    content: "|";
    position: absolute;
    right: 1.8rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #a4a4a4
}

.footer-MR .footer-list li:last-child {
    padding: unset
}

.footer-MR .footer-list li:last-child:after {
    content: ""
}

.footer-MR .footer-list li a {
    font-size: 1.3rem;
    color: #a4a4a4;
    text-decoration: none;
    font-weight: 300;
    line-height: 2.4rem
}

@media only screen and (max-width: 991px) {
    .footer-MR .footer-list li a {
        line-height:3.5rem
    }
}

.ar .footer-MR .footer-list li a {

    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .footer-MR .footer-list li a {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .footer-MR .footer-list li a {
        font-size:1.3rem;
        line-height: 2.4rem
    }
}

.footer-MR .copy-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .8rem;
    font-size: 1.3rem;
    line-height: 2.4rem;
    color: #a4a4a4;
    font-weight: 300
}

@media only screen and (max-width: 991px) {
    .footer-MR .copy-right {
        font-size:1.3rem;
        margin-top: 3rem;
        line-height: 2rem;
        font-weight: 400
    }
}

.ar .footer-MR .copy-right {
  
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .footer-MR .copy-right {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .footer-MR .copy-right {
        font-size:1.3rem;
        line-height: 2.4rem
    }
}

@media only screen and (min-width: 992px) {
    .footer-MR .copy-right p {
        margin-bottom:0
    }
}

@media only screen and (min-width: 992px) {
    .footer-MR .col-lg-6:not(.mobile) {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (max-width: 991px) {
    .footer-MR .col-lg-6:not(.mobile) .cta-primary {
        display:none
    }
}

.footer-MR .col-lg-6:nth-child(5) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.footer-MR .cta-primary {
    font-size: 1.1rem;
    line-height: 1.1rem;
    padding: 1.7rem 2.4rem;
    min-width: auto
}

.ar .footer-MR .cta-primary {
    font-size: 1.3rem
}

.footer-MR .icon-download {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAxOSAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNjQ3NDggMC45ODYwNDZMOS42OTg4NyAxNS44NTU5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8cGF0aCBkPSJNNC42NTI5NSAxMi4zNzQzTDkuNjk4ODYgMTYuMDk2M0wxNC43NDQ4IDEyLjM3NDMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjxwYXRoIGQ9Ik0xLjAwMDIgMjEuNjY0MUwxOC45NDk3IDIxLjg4NjgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41Ii8+Cjwvc3ZnPgo=);
    background-size: contain;
    margin-left: .8rem
}

.footer-MR .cta-download {
    width: 100%;
    padding-top: 4.8rem
}

.comp-type-image {
    position: relative
}

.comp-type-image .padding-left-container {
    max-width: 160rem;
    margin: 0 auto;
    position: relative;
    padding-left: 0
}

@media only screen and (min-width: 992px) {
    .comp-type-image .padding-left-container {
        padding-left:4.3rem
    }
}

@media only screen and (max-width: 991px) {
    .comp-type-image .padding-left-container {
        padding-left:4.3rem
    }
}

.comp-type-image.\--with-video .left-type-image {
    margin-right: 0
}

.comp-type-image.\--with-video .comp-img {
    overflow: hidden
}

.comp-type-image.\--with-video .video {
    z-index: -1;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    overflow: hidden;
    width: auto;
    height: auto;
    padding-top: unset
}

@media only screen and (max-width: 991px) {
    .comp-type-image.\--with-video .video {
        right:4px
    }
}

.comp-type-image.\--with-video .video__inner {
    height: 100%;
    width: auto
}

.comp-type-image.\--with-video .video .video-box {
    height: 100%;
    width: auto
}

.comp-type-image.\--with-video .video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.comp-type-image .text-rotate {
    left: 3.2rem;
    top: -28.4rem
}

.comp-type-image .text-rotate span {
    margin-top: 0;
    height: 12rem
}

.comp-type-image .text-rotate p {
    letter-spacing: 1.5px
}

.ar .comp-type-image .text-rotate {
    letter-spacing: 0;
    top: 19.8rem;
    left: 2.2rem
}

.ar .comp-type-image .text-rotate span {
    margin-bottom: 0;
    margin-top: 1.4rem
}

.ar .comp-type-image .text-rotate p {
    letter-spacing: 0
}

@media only screen and (max-width: 991px) {
    .ar .comp-type-image .text-rotate {
        line-height:1.4
    }
}

@media only screen and (max-width: 991px) {
    .comp-type-image .text-rotate {
        display:none
    }
}

@media only screen and (min-width: 992px) {
    .comp-type-image .type-image-inner {
        position:relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 8.6rem
    }
}

.comp-type-image .left-type-image {
    min-width: 25rem;
    font-size: 2rem;
    line-height: 2.5rem
}

@media only screen and (max-width: 991px) {
    .comp-type-image .left-type-image {
        padding-right:5.3rem
    }
}

@media only screen and (min-width: 992px) {
    .comp-type-image .left-type-image {
        width:38.8rem;
        font-size: 3rem;
        line-height: 3.8rem;
        position: relative;
        margin-right: 5rem
    }

    .en .comp-type-image .left-type-image {
        letter-spacing: .5px
    }
}

.comp-type-image .left-type-image .desc {
    font-weight: 300
}

@media only screen and (max-width: 991px) {
    .comp-type-image .left-type-image .desc {
        font-size:20px;
        line-height: 25px
    }
}

.comp-type-image .left-type-image .btn-blue,.comp-type-image .left-type-image .cta-primary {
    margin-top: 2rem
}

@media only screen and (min-width: 992px) {
    .comp-type-image .left-type-image .btn-blue,.comp-type-image .left-type-image .cta-primary {
        margin:5rem 0
    }
}

.comp-type-image .right-type-image {
    margin-top: 5.2rem;
    width: 100%
}

@media only screen and (min-width: 992px) {
    .comp-type-image .right-type-image {
        max-width:103.5rem;
        margin-top: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 43.8rem);
        flex: 0 0 calc(100% - 43.8rem)
    }
}

.comp-type-image .right-type-image svg {
    margin-bottom: 3.6rem;
    width: 100%
}

.comp-type-image .right-type-image .image-pattern {
    text-align: right
}

.comp-type-image .right-type-image .content-number {
    margin-top: 1.9rem;
    padding-right: 2.2rem
}

@media only screen and (min-width: 992px) {
    .comp-type-image .right-type-image .content-number {
        margin-left:23%;
        margin-top: 1.5rem
    }

    .ar .comp-type-image .right-type-image .content-number {
        margin-left: 39%
    }
}

.comp-type-image .right-type-image .desc-number {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: .7rem
}

.comp-type-image .right-type-image .desc-number .en {
    letter-spacing: -.01rem
}

@media only screen and (min-width: 992px) {
    .comp-type-image .right-type-image .desc-number {
        font-size:2.1rem;
        line-height: 2.5rem
    }
}

.comp-type-image .right-type-image .title-number {
   
    text-transform: uppercase;
    font-size: 4.2rem;
    line-height: 4.2rem;
    font-weight: 250
}

.comp-type-image .right-type-image .title-number .en {
    letter-spacing: -.4rem
}

.ar .comp-type-image .right-type-image .title-number {
 
    font-weight: 400;
    letter-spacing: 0
}

@media only screen and (max-width: 991px) {
    .ar .comp-type-image .right-type-image .title-number {
        line-height:1.4;
        letter-spacing: -.2rem
    }
}

@media only screen and (min-width: 992px) {
    .ar .comp-type-image .right-type-image .title-number {
        padding-top:1.2rem;
        font-size: 4.4rem
    }
}

.ru .comp-type-image .right-type-image .title-number {
    
}

@media only screen and (min-width: 992px) {
    .comp-type-image .right-type-image .title-number {
        font-size:8rem;
        line-height: 1.4;
        letter-spacing: -.3rem
    }
}

.comp-type-image .right-type-image .stats {
    position: relative
}

.comp-type-image .right-type-image .stats .comp-img__inside {
    position: absolute;
    top: .1rem;
    bottom: .1rem;
    left: .1rem;
    right: .1rem;
    z-index: -1;
    overflow: hidden
}

.comp-type-image .right-type-image .stats img {
    width: 100%
}

@media only screen and (min-width: 992px) {
    .ar .left-type-image {
        width:34rem;
        margin-right: 3.5rem;
        margin-top: 12%
    }
}

.ar .left-type-image .desc {
    font-weight: 400;
   
    letter-spacing: 0;
    margin-bottom: 1.5rem
}

@media only screen and (max-width: 991px) {
    .ar .left-type-image .desc {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .left-type-image .desc {
        font-size:2.5rem;
        line-height: 4rem
    }
}

.ar .left-type-image .cta-primary {

}

@media only screen and (min-width: 992px) {
    .ar .right-type-image {
        max-width:109.5rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 37.5rem);
        flex: 0 0 calc(100% - 37.5rem)
    }
}

.ar .right-type-image .desc-number {
    font-weight: 400;
    letter-spacing: -.1rem;
    
}

@media only screen and (max-width: 991px) {
    .ar .right-type-image .desc-number {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .right-type-image .desc-number {
        margin-bottom:0;
        font-size: 2.1rem;
        line-height: 2.6rem
    }
}

.animation-on .comp-type-image .fly-button {
    opacity: 0;
    -webkit-transform: translate3d(0,65px,0);
    transform: translate3d(0,65px,0)
}

.animation-on .comp-type-image .desc .word {
    font-size: 2rem;
    line-height: 2.5rem
}

@media only screen and (min-width: 992px) {
    .animation-on .comp-type-image .desc .word {
        font-size:3rem;
        line-height: 3.8rem
    }
}

:root {
    --time-delay-scale: 1s
}

.hero-banner {
    position: relative;
    overflow: hidden
}

.hero-banner.\--has-grayscale-bg .hero-banner__item picture {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

@media only screen and (min-width: 992px) {
    .ar .hero-banner.--desc-cta-margin-right .more-spacing {
        margin-left:4rem
    }
}

.hero-banner__list.slick-slider {
    margin-bottom: 0
}

.hero-banner__item {
    position: relative;
    text-align: center;
    min-height: 100vh;
    overflow: hidden
}

@media only screen and (min-width: 576px) {
    .hero-banner__item {
        height:85rem
    }
}

@media only screen and (min-width: 768px) {
    .hero-banner__item {
        height:72rem
    }
}

@media only screen and (min-width: 992px) {
    .hero-banner__item {
        text-align:left
    }
}

@media only screen and (min-width: 1600px) {
    .hero-banner__item {
        height:90rem
    }
}

.hero-banner__item>picture {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hero-banner__item>picture img {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 100vh;
    height: 100%;
    width: 100%
}

@media only screen and (max-width: 991px) {
    .hero-banner__item.hidden-video-sm-1 .small-video {
        display:none
    }

    .hero-banner__item.hidden-video-sm-1 .small-video~.small-video {
        display: inline-block
    }

    .hero-banner__item.hidden-video-sm-2 .small-video {
        display: inline-block
    }

    .hero-banner__item.hidden-video-sm-2 .small-video~.small-video {
        display: none
    }

    .hero-banner__item.hidden-video-sm-3 .hero-banner__item__last-row .small-video {
        display: none
    }

    .hero-banner__item.hidden-video-sm-1-2 .small-video {
        display: none
    }

    .hero-banner__item.hidden-video-sm-1-2 .hero-banner__item__last-row .small-video {
        display: inline-block
    }

    .hero-banner__item.hidden-video-sm .small-video {
        display: none
    }
}

@media only screen and (min-width: 992px) {
    .hero-banner__item.hidden-video-lg-1 .small-video {
        display:none
    }

    .hero-banner__item.hidden-video-lg-1 .small-video~.small-video {
        display: inline-block
    }

    .hero-banner__item.hidden-video-lg-2 .small-video {
        display: inline-block
    }

    .hero-banner__item.hidden-video-lg-2 .small-video~.small-video {
        display: none
    }

    .hero-banner__item.hidden-video-lg-3 .hero-banner__item__last-row .small-video {
        display: none
    }

    .hero-banner__item.hidden-video-lg-1-2 .small-video {
        display: none
    }

    .hero-banner__item.hidden-video-lg-1-2 .hero-banner__item__last-row .small-video {
        display: inline-block
    }

    .hero-banner__item.hidden-video-lg .small-video {
        display: none
    }
}

.hero-banner__item__inner {
    padding: 18.8rem 0 20.7rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

@media only screen and (min-width: 768px) {
    .hero-banner__item__inner {
        padding:15rem 0
    }
}

@media only screen and (min-width: 992px) {
    .hero-banner__item__inner {
        text-align:left
    }
}

@media only screen and (min-width: 1280px) {
    .hero-banner__item__inner {
        padding:20rem 0
    }
}

.hero-banner__item__inner b,.hero-banner__item__inner strong {
    font-weight: 400
}

@media only screen and (min-width: 992px) {
    .hero-banner__item__inner b,.hero-banner__item__inner strong {
        font-weight:600
    }

    .hero-banner__item__inner b.font-medium,.hero-banner__item__inner strong.font-medium {
        font-weight: 400
    }
}

.hero-banner__item__inner .heading-hero-1,.hero-banner__item__inner .heading-hero-2 {
    display: inline-block;

    font-weight: 250;
    line-height: .9;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

.en .hero-banner__item__inner .heading-hero-1,.en .hero-banner__item__inner .heading-hero-2 {
    letter-spacing: -1px
}

.ar .hero-banner__item__inner .heading-hero-1,.ar .hero-banner__item__inner .heading-hero-2 {

    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .hero-banner__item__inner .heading-hero-1,.ar .hero-banner__item__inner .heading-hero-2 {
        line-height:1.4
    }
}

.ru .hero-banner__item__inner .heading-hero-1,.ru .hero-banner__item__inner .heading-hero-2 {
   
}

.hero-banner__item__inner .heading-hero-1 {
    font-size: 6rem
}

@media only screen and (min-width: 576px) {
    .hero-banner__item__inner .heading-hero-1 {
        font-size:7.5rem
    }
}

@media only screen and (min-width: 768px) {
    .hero-banner__item__inner .heading-hero-1 {
        font-size:8rem
    }
}

@media only screen and (min-width: 992px) {
    .hero-banner__item__inner .heading-hero-1 {
        font-size:11rem
    }
}

@media only screen and (min-width: 1280px) {
    .hero-banner__item__inner .heading-hero-1 {
        font-size:13rem
    }
}

@media only screen and (min-width: 1600px) {
    .hero-banner__item__inner .heading-hero-1 {
        font-size:18rem
    }

    .ar .hero-banner__item__inner .heading-hero-1 {
        font-size: 13rem;
        line-height: 17rem
    }
}

.ar .hero-banner__item__inner .heading-hero-1 {
    margin-right: 2rem;
    margin-left: 4rem
}

@media only screen and (max-width: 991px) {
    .ar .hero-banner__item__inner .heading-hero-1 {
        margin-right:1rem;
        margin-left: 2rem
    }
}

.hero-banner__item__inner .heading-hero-1.hero-text-slider {
    height: 5.4rem
}

@media only screen and (min-width: 576px) {
    .hero-banner__item__inner .heading-hero-1.hero-text-slider {
        height:6.75rem
    }
}

@media only screen and (min-width: 768px) {
    .hero-banner__item__inner .heading-hero-1.hero-text-slider {
        height:7.2rem
    }
}

@media only screen and (min-width: 992px) {
    .hero-banner__item__inner .heading-hero-1.hero-text-slider {
        height:9.9rem
    }
}

@media only screen and (min-width: 1280px) {
    .hero-banner__item__inner .heading-hero-1.hero-text-slider {
        height:11.7rem
    }
}

@media only screen and (min-width: 1600px) {
    .hero-banner__item__inner .heading-hero-1.hero-text-slider {
        height:16.2rem
    }
}

.ar .hero-banner__item__inner .heading-hero-1.hero-text-slider {
    height: 7.4rem
}

@media only screen and (min-width: 576px) {
    .ar .hero-banner__item__inner .heading-hero-1.hero-text-slider {
        height:9.1rem
    }
}

@media only screen and (min-width: 768px) {
    .ar .hero-banner__item__inner .heading-hero-1.hero-text-slider {
        height:11.55rem
    }
}

@media only screen and (min-width: 992px) {
    .ar .hero-banner__item__inner .heading-hero-1.hero-text-slider {
        height:15.25rem
    }
}

@media only screen and (min-width: 1280px) {
    .ar .hero-banner__item__inner .heading-hero-1.hero-text-slider {
        height:18.2rem
    }
}

@media only screen and (min-width: 1600px) {
    .ar .hero-banner__item__inner .heading-hero-1.hero-text-slider {
        height:22rem
    }
}

.hero-banner__item__inner .heading-hero-2 {
    font-size: 4.5rem
}

@media only screen and (min-width: 768px) {
    .hero-banner__item__inner .heading-hero-2 {
        font-size:8.5rem
    }
}

@media only screen and (min-width: 992px) {
    .hero-banner__item__inner .heading-hero-2 {
        font-size:11rem
    }
}

@media only screen and (min-width: 1280px) {
    .hero-banner__item__inner .heading-hero-2 {
        font-size:14rem
    }
}

@media only screen and (min-width: 1600px) {
    .hero-banner__item__inner .heading-hero-2 {
        font-size:16rem
    }
}

.hero-banner__item__inner .heading-hero-2.hero-text-slider {
    font-size: 4.05rem
}

@media only screen and (min-width: 768px) {
    .hero-banner__item__inner .heading-hero-2.hero-text-slider {
        font-size:7.65rem
    }
}

@media only screen and (min-width: 992px) {
    .hero-banner__item__inner .heading-hero-2.hero-text-slider {
        font-size:9.9rem
    }
}

@media only screen and (min-width: 1280px) {
    .hero-banner__item__inner .heading-hero-2.hero-text-slider {
        font-size:12.6rem
    }
}

@media only screen and (min-width: 1600px) {
    .hero-banner__item__inner .heading-hero-2.hero-text-slider {
        font-size:14.4rem
    }
}

.hero-banner__item__inner .small-video {
    display: inline-block;
    position: relative;
    border-radius: 7.2rem;
    width: 8.3rem;
    height: 4.8rem;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    pointer-events: none;
    top: .4rem;
    z-index: 2
}

@media only screen and (min-width: 1600px) {
    .hero-banner__item__inner .small-video.small-video-custom {
        min-width:26.5rem;
        height: 11.5rem
    }
}

@media only screen and (min-width: 576px) {
    .hero-banner__item__inner .small-video {
        width:9.5rem;
        height: 5.5rem
    }
}

@media only screen and (min-width: 768px) {
    .hero-banner__item__inner .small-video {
        width:15.4rem;
        height: 7rem
    }
}

@media only screen and (min-width: 992px) {
    .hero-banner__item__inner .small-video {
        width:19.8rem;
        height: 9rem;
        margin-left: 2rem
    }
}

@media only screen and (min-width: 1280px) {
    .hero-banner__item__inner .small-video {
        width:24.2rem;
        height: 11rem
    }
}

@media only screen and (min-width: 1600px) {
    .hero-banner__item__inner .small-video {
        min-width:32rem;
        height: 14.5rem
    }
}

@media only screen and (max-width: 991px) {
    .ar .hero-banner__item__inner .small-video {
        top:.8rem
    }
}

.hero-banner__item__inner .small-video__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%
}

@media only screen and (min-width: 992px) {
    .hero-banner__item__inner .small-video__inner {
        height:100%
    }
}

.hero-banner__item__inner .small-video__inner video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto
}

.hero-banner__item__inner .small-video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200%;
    border: 0
}

@media only screen and (min-width: 992px) {
    .hero-banner__item__last-row {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .ar .hero-banner__item__last-row {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.hero-banner__item__desc-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding: 1.3rem 0 2rem;
    max-width: 26.3rem;
    margin: 0 auto;
    color: #fff
}

@media only screen and (min-width: 992px) {
    .hero-banner__item__desc-cta {
      /*  margin-left:5rem;*/
	  margin-left:auto;
        max-width: 41rem
    }
}

.ar .hero-banner__item__desc-cta {
    padding: 2.3rem 0 2rem
}

@media screen and (max-width: 1599px) {
    .ar .hero-banner__item__desc-cta {
        -ms-flex-item-align:unset;
        align-self: unset
    }
}

.hero-banner__item__desc-cta .rich-text {
    font-size: 1.3rem;
    line-height: 1.8rem;
    text-transform: uppercase;
    margin-bottom: 3.2rem
}

.en .hero-banner__item__desc-cta .rich-text {
        letter-spacing: 2.2px;
    margin-left: -100%;
 
}

@media only screen and (min-width: 992px) {
    .hero-banner__item__desc-cta .rich-text {
        font-size:3rem;
        line-height: 3.4rem;
        margin-bottom: 23.8rem
    }
}

.hero-banner__item__desc-cta .rich-text p {
    margin: 0
}

.ar .hero-banner__item__desc-cta .rich-text p {
    letter-spacing: 0
}

@media only screen and (max-width: 991px) {
    .ar .hero-banner__item__desc-cta .rich-text p {
        line-height:1.4
    }
}

.hero-banner__item__desc-cta .cta-primary {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    font-weight: 300
}

@media only screen and (max-width: 991px) {
    .hero-banner__item__desc-cta .cta-primary {
        margin:0 auto
    }
}

.ar .hero-banner__item__desc-cta .cta-primary {
  
    font-weight: 400
}

.ar .hero-banner__item__desc-cta {
    
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .hero-banner__item__desc-cta {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .hero-banner__item__desc-cta {
        font-size:1.6rem
    }
}

.hero-banner__item__desc-cta [class*=" icon-"],.hero-banner__item__desc-cta [class^=icon-] {
    margin-right: .6rem
}

.hero-banner__item__desc-cta .icon-arrow-MR {
    margin: 0
}

.hero-banner__wrapper {
    position: relative
}

.hero-banner__arrow {
    position: absolute;
    width: 10%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1
}

.hero-banner__arrow:hover {
    opacity: 1
}

.hero-banner__arrow.\--next {
    left: auto;
    right: 0
}

.hero-banner .slick-next,.hero-banner .slick-prev {
    display: none
}

@media only screen and (min-width: 992px) {
    .hero-banner .slick-next,.hero-banner .slick-prev {
        display:block
    }
}

.hero-banner .slick-next::before,.hero-banner .slick-prev::before {
    font-family: auto;
    font-size: 4rem
}

.hero-banner .slick-prev {
    font-size: 2rem;
    left: 35px;
    right: auto
}

.hero-banner .slick-next {
    font-size: 2rem;
    right: 35px;
    left: auto
}

.hero-banner .nav-dots {
    position: absolute;
    right: 0;
    bottom: 3.5rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width: 992px) {
    .hero-banner .nav-dots {
        bottom:9rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 1rem
    }
}

.hero-banner .nav-dots .left-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hero-banner .nav-dots .left-container .paging {
    min-width: 2rem
}

.ar .hero-banner .nav-dots .left-container .paging {

}

.hero-banner .nav-dots .slick-dots li {
    background-color: #fff;
    width: .5rem;
    height: .5rem;
    margin: 0 1rem
}

.hero-banner .nav-dots .slick-dots li button::before {
    display: none
}

.hero-banner .hero-text-slider__container {
    height: 100%;
    width: 100%
}

.hero-banner .hero-text-slider__text {

    font-weight: 400
}

@media only screen and (min-width: 992px) {
    .hero-banner .hero-text-slider__text {
       
        font-weight: 300
    }
}

.ar .hero-banner .hero-text-slider__text b {

    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .hero-banner .hero-text-slider__text b {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .hero-banner .hero-text-slider__text b {
        letter-spacing:-.1rem
    }
}

.ru .hero-banner .hero-text-slider__text {
  
}

@media only screen and (min-width: 992px) {
    .ru .hero-banner .hero-text-slider__text {
      
    }
}

.ar .hero-banner .slick-prev {
    left: 4rem;
    right: auto
}

.ar .hero-banner .nav-dots {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (max-width: 991px) {
    .ar .hero-banner .nav-dots {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.animation-on .hero-banner .slick-slide .fly-text {
    opacity: 0
}

.animation-on .hero-banner.active .slick-slide.slick-active .fly-text {
    -webkit-animation: flyText .8s ease-out forwards;
    animation: flyText .8s ease-out forwards
}

.animation-on .hero-banner.active .slick-slide.slick-active .fly-text:nth-child(1) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.animation-on .hero-banner.active .slick-slide.slick-active .fly-text:nth-child(2) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.animation-on .hero-banner.active .slick-slide.slick-active .fly-text:nth-child(3) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.animation-on .hero-banner.active .slick-slide.slick-active .fly-text:nth-child(4) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.animation-on .hero-banner.active .slick-slide.slick-active .fly-text:nth-child(5) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.animation-on .hero-banner.active .slick-slide.slick-active .fly-text:nth-child(6) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animation-on .hero-banner.active .slick-slide.slick-active .hero-banner__item img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.animation-on .hero-banner .hero-banner__item img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform .6s linear;
    transition: -webkit-transform .6s linear;
    transition: transform .6s linear;
    transition: transform .6s linear,-webkit-transform .6s linear;
    -webkit-transition-delay: var(--time-delay-scale);
    transition-delay: var(--time-delay-scale)
}

.hero-single {
    position: relative
}

.hero-single:not(.\--has-background) .heading-2 {
    text-transform: capitalize
}

.hero-single.\--has-background {
    text-align: center;
    color: #fff
}

.en .hero-single.\--has-background .heading-1 {
    letter-spacing: 2px
}

.ar .hero-single.\--has-background .heading-1 {
    line-height: 1.4;

}

@media only screen and (min-width: 992px) {
    .ar .hero-single.\--has-background .heading-1 {
        font-size:10rem!important;
        line-height: 1.3
    }
}

@media only screen and (max-width: 1599px) {
    .hero-single.\--has-background .heading-1 {
        font-size:7.5vw!important;
        line-height: 6.7vw
    }
}

@media only screen and (max-width: 767px) {
    .hero-single.\--has-background .heading-1 {
        font-size:4.2rem!important;
        line-height: 4.2rem
    }

    .en .hero-single.\--has-background .heading-1 {
        letter-spacing: -.02px
    }
}

@media only screen and (max-width: 1599px) {
    .hero-single.\--has-background .heading-1 .hero-text-slider {
        height:6.7vw!important
    }
}

@media only screen and (max-width: 767px) {
    .hero-single.\--has-background .heading-1 .hero-text-slider {
        height:4.2rem!important
    }
}

.hero-single picture {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hero-single picture img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100vh
}

@media only screen and (max-width: 991px) {
    .hero-single picture img {
        min-height:100vh
    }
}

.hero-single .video {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100vh;
    width: 100%;
    padding: 0
}

@media only screen and (max-width: 991px) {
    .hero-single .video {
        min-height:100vh
    }
}

@media only screen and (min-width: 1280px) {
    .hero-single__inner.container,.hero-single__inner.padding-left-container {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.hero-single__inner.container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.hero-single__inner.position-container {
    padding: 18.8rem 0 20.7rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

.hero-single__sub-title {
    font-size: 2rem;
    line-height: 3rem;
    position: relative;
    padding-bottom: 1.4rem;
    margin-bottom: 6rem;
    color: #000;
    text-align: left
}

@media only screen and (max-width: 991px) {
    .ar .hero-single__sub-title {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .hero-single__sub-title {
        font-size:1.7rem;
        line-height: 5rem
    }
}

.hero-single__sub-title::after {
    content: "";
    position: absolute;
    bottom: 4.6rem;
    left: 0;
    width: 8.3rem;
    height: .2rem;
    background-color: #fdb913
}

@media only screen and (max-width: 767px) {
    .hero-single__sub-title::after {
        bottom:0
    }
}

.\--has-background .hero-single__sub-title {
    padding-bottom: 1.5rem;
    margin-bottom: 4.2rem;
    color: #fff;
    text-align: center
}

@media only screen and (min-width: 768px) {
    .\--has-background .hero-single__sub-title {
        padding-bottom:6rem;
        margin-bottom: 6rem
    }
}

.\--has-background .hero-single__sub-title::after {
    width: 10rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (max-width: 991px) {
    .hero-single__sub-title {
        font-size:1.3rem;
        line-height: 1.8rem
    }
}

.hero-single__title {
    font-weight: 250;
    text-transform: uppercase;
  
    word-break: break-all
}

.ru .hero-single__title {
  
}

.hero-single__title p {
    margin: 0
}

.hero-single__title b,.hero-single__title strong {
    font-weight: 300;

}

@media only screen and (min-width: 992px) {
    .en .hero-single__title b,.en .hero-single__title strong {
        letter-spacing:.5rem
    }
}

.ar .hero-single__title b,.ar .hero-single__title strong {
 
    font-weight: 400
}

.ru .hero-single__title b,.ru .hero-single__title strong {

}

.ar .hero-single__title {
   
    font-weight: 300
}

.hero-single__desc {
    max-width: 76.5rem;
    margin: 6rem auto 0;
    font-size: 2.6rem;
    line-height: 3.2rem;
    font-weight: 400
}

.hero-single__image {
    width: 54.55%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 3.5rem
}

@media only screen and (min-width: 768px) {
    .hero-single__image {
        margin-left:4.2rem;
        margin-top: 0
    }
}

.hero-single__content {
    max-width: 51rem
}

@media only screen and (min-width: 768px) {
    .hero-single__content {
        margin-left:10.12%
    }
}

.hero-single__content .big {
    font-size: 3rem;
    line-height: 3.8rem;
    margin-bottom: 4.2rem
}

.en .hero-single__content .big {
    letter-spacing: -.5px
}

.hero-single__content .small {
    font-size: 2rem;
    line-height: 3rem
}

.hero-single .cta-primary {
    margin-top: 6rem
}

.hero-single .hero-text-slider {
    height: 10.7rem!important
}

.hero-single .hero-text-slider__container {
    height: 100%;
    width: 100%
}

.hero-single .hero-banner__item__desc-cta .cta-primary {
    margin-top: 0;
    cursor: pointer
}

.hero-single .hero-banner__item__desc-cta .cta-primary .icon-play {
    margin-right: .5rem
}

.hero-single.hero-single-MR {
    text-align: left
}

@media only screen and (max-width: 991px) {
    .hero-single.hero-single-MR .hero-single__inner.position-container {
        position:absolute;
        top: auto;
        bottom: 0;
        -webkit-transform: none;
        transform: none
    }
}

.hero-single.hero-single-MR .hero-banner__item__inner .heading-hero-1 {
    font-size: 12rem;
    line-height: 13.5rem;
    text-align: left;
    text-transform: none;
    position: relative;
    padding-bottom: 6rem
}

@media only screen and (min-width: 992px) {
    .hero-single.hero-single-MR .hero-banner__item__inner .heading-hero-1 .font-medium {
        letter-spacing:.5rem;
        line-height: 12rem
    }
}

.hero-single.hero-single-MR .hero-banner__item__inner .heading-hero-1:after {
    content: "";
    border-bottom: .4rem solid #fdb913;
    border-radius: .2rem;
    width: 13.1rem;
    bottom: 3rem;
    left: 0;
    position: absolute
}

@media only screen and (max-width: 991px) {
    .hero-single.hero-single-MR .hero-banner__item__inner .heading-hero-1 {
        font-size:4.2rem;
        line-height: 4.2rem;
        padding-bottom: 1.6rem
    }

    .hero-single.hero-single-MR .hero-banner__item__inner .heading-hero-1:after {
        width: 4.2rem;
        border-width: .2rem;
        bottom: .2rem
    }
}

.en .hero-single.hero-single-MR .hero-banner__item__inner .heading-hero-1 {
    letter-spacing: 2px
}

.ar .hero-single.hero-single-MR .hero-banner__item__inner .heading-hero-1 {
    font-weight: 500;
    margin-left: 0
}

.ar .hero-single.hero-single-MR .hero-banner__item__inner .heading-hero-1 .font-medium {
    font-weight: 500;
    font-size: 12rem;
    line-height: 13.5rem;
    letter-spacing: 0
}

@media only screen and (max-width: 991px) {
    .ar .hero-single.hero-single-MR .hero-banner__item__inner .heading-hero-1 {
        font-size:4.2rem;
        line-height: 4.2rem;
        padding-bottom: 1.6rem
    }

    .ar .hero-single.hero-single-MR .hero-banner__item__inner .heading-hero-1 .font-medium {
        font-weight: 500;
        font-size: 4.2rem;
        line-height: 4.2rem;
        letter-spacing: 0
    }
}

.hero-single.hero-single-MR .hero-banner__item__last-row {
    display: block
}

.hero-single.hero-single-MR .hero-banner__item__desc-cta {
    display: block;
    margin-left: 0;
    padding-top: 1rem;
    font-size: 2.6rem;
    line-height: 3.2rem;
    max-width: 50rem
}

@media only screen and (max-width: 991px) {
    .hero-single.hero-single-MR .hero-banner__item__desc-cta {
        font-size:1.4rem;
        line-height: 2rem;
        padding-top: 1.6rem
    }
}

.hero-single.hero-single-MR .hero-banner__item__desc-cta .rich-text {
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.4rem;
    line-height: 2rem
}

@media only screen and (min-width: 992px) {
    .hero-single.hero-single-MR .hero-banner__item__desc-cta .rich-text {
        font-size:2.6rem;
        line-height: 3.2rem
    }
}

.ar .hero-single.hero-single-MR .hero-banner__item__desc-cta .rich-text {
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .ar .hero-single.hero-single-MR .hero-banner__item__desc-cta .rich-text {
        font-size:1.4rem;
        line-height: 2rem
    }
}

.hero-single.\--auto-height picture img {
    height: auto
}

@media only screen and (max-width: 991px) {
    .hero-single.\--auto-height picture img {
        min-height:unset
    }
}

.hero-single.\--auto-height .video {
    height: auto
}

@media only screen and (max-width: 991px) {
    .hero-single.\--auto-height .video {
        min-height:unset
    }
}

.animation-on .hero-single.hero-spotlight.active .hero-spotlight__title {
    -webkit-animation: flyTextToBottom .8s ease-out forwards;
    animation: flyTextToBottom .8s ease-out forwards;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.animation-on .hero-single.hero-spotlight.active .hero-spotlight__stroke-text {
    -webkit-animation: flyTextToBottom .8s ease-out forwards;
    animation: flyTextToBottom .8s ease-out forwards;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.animation-on .hero-single.hero-spotlight.active .hero-spotlight__btn-play {
    -webkit-animation: flyTextToBottom .8s ease-out forwards;
    animation: flyTextToBottom .8s ease-out forwards;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.animation-on .hero-single.hero-spotlight.active .text-rotate {
    opacity: 1
}

.hero-single.hero-spotlight.--btn-play-white .hero-spotlight__btn-play {
    border-color: #fff
}

.hero-single.hero-spotlight.--btn-play-white .hero-spotlight__btn-play .icon-play {
    color: #fff
}

.hero-single.hero-spotlight .hero-spotlight__title {

    font-size: 6.6rem;
    line-height: 6rem;
    font-weight: 700;
    letter-spacing: -.396rem;
    text-transform: uppercase;
    text-align: center
}

.hero-single.hero-spotlight .hero-spotlight__title+.hero-spotlight__stroke-text {
    margin-top: 2.3rem
}

@media only screen and (max-width: 991px) {
    .hero-single.hero-spotlight .hero-spotlight__title+.hero-spotlight__stroke-text {
        margin-top:.2rem
    }
}

.animation-on .hero-single.hero-spotlight .hero-spotlight__title {
    opacity: 0
}

.ar .hero-single.hero-spotlight .hero-spotlight__title {

    letter-spacing: 0
}

@media only screen and (max-width: 991px) {
    .hero-single.hero-spotlight .hero-spotlight__title {
        font-size:2rem;
        line-height: 2rem;
        letter-spacing: -.12rem
    }
}

.hero-single.hero-spotlight .hero-spotlight__stroke-text {
  
    font-size: 18.2rem;
    line-height: 13.7rem;
    font-weight: 700;
    letter-spacing: -1.274rem;
    text-align: center;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px #fff
}

.animation-on .hero-single.hero-spotlight .hero-spotlight__stroke-text {
    opacity: 0
}

.ar .hero-single.hero-spotlight .hero-spotlight__stroke-text {
 
    letter-spacing: 0;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .hero-single.hero-spotlight .hero-spotlight__stroke-text {
        font-size:5.6rem;
        line-height: 4.5rem;
        letter-spacing: -.392rem
    }
}

.hero-single.hero-spotlight .hero-spotlight__btn-play {
    width: 11.6rem;
    height: 11.6rem;
    background-color: transparent;
    border: 1px solid #00b2a9;
    margin: 4.9rem auto 0
}

.hero-single.hero-spotlight .hero-spotlight__btn-play .icon-play {
    font-size: 2rem
}

.animation-on .hero-single.hero-spotlight .hero-spotlight__btn-play {
    opacity: 0
}

@media only screen and (max-width: 991px) {
    .hero-single.hero-spotlight .hero-spotlight__btn-play {
        width:7rem;
        height: 7rem;
        margin-top: 9.9rem
    }
}

.hero-single.hero-spotlight .hero-spotlight__desc {
    font-size: 2.6rem;
    line-height: 3.2rem;
    max-width: min(96rem,60vw);
    margin: 5rem auto 0
}

@media only screen and (max-width: 767px) {
    .hero-single.hero-spotlight .hero-spotlight__desc {
        font-size:1.6rem;
        line-height: 2.2rem;
        margin-top: 3rem
    }
}

.ar .hero-single.hero-spotlight .hero-spotlight__desc {
    line-height: 1.4
}

.hero-single.hero-spotlight .icon-scroll-down {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iNDUiIHZpZXdCb3g9IjAgMCAyMSA0NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IiYjMjQwOyYjMTU5OyYjMTY2OyYjMTM0OyBpY29uICYjMzQ7YXJyb3cgcmlnaHQmIzM0OyI+CjxnIGlkPSJHcm91cCI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik0yMCAzNEwxMC41IDQ0TDEgMzQiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBpZD0iVmVjdG9yXzIiIGQ9Ik0xMC42NTQzIDE5Ljk4OTNMMTAuNjU0MyA0My41NDc2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggaWQ9IlZlY3Rvcl8zIiBkPSJNMTAuNjU0MyAxLjAwNzgxTDEwLjY1NDMgOS43Nzg5OSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPC9nPgo8L3N2Zz4K);
    width: 1.9rem;
    height: 4.3rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-animation: bounce 1.2s linear infinite;
    animation: bounce 1.2s linear infinite
}

@media only screen and (max-width: 991px) {
    .hero-single.hero-spotlight .icon-scroll-down {
        width:1.5rem;
        height: 3.3rem
    }
}

.hero-single.hero-spotlight .hero-banner__item__inner {
    left: 0;
    right: 0
}

.hero-single.hero-spotlight .text-rotate {
    left: 5.6rem;
    top: 72vh;
    bottom: auto;
    height: 20%;
    cursor: pointer
}

.animation-on .hero-single.hero-spotlight .text-rotate {
    opacity: 0;
    -webkit-transition: opacity 1s linear;
    transition: opacity 1s linear;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.ar .hero-single.hero-spotlight .text-rotate {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media only screen and (max-width: 991px) {
    .hero-single.hero-spotlight .text-rotate {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 1rem;
        line-height: 1.4rem;
        left: 1.6rem;
        bottom: 3.1rem;
        top: auto
    }
}

.hero-single.hero-spotlight .vimeo-video {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%
}

.hero-single.hero-spotlight.--title-large .hero-spotlight__title {
    font-size: 12rem;
    line-height: 12rem;
    font-weight: 300;
    letter-spacing: 5px
}

@media only screen and (max-width: 767px) {
    .hero-single.hero-spotlight.--title-large .hero-spotlight__title {
        font-size:3.6rem;
        line-height: 4.2rem
    }
}

.hero-single.hero-spotlight.--title-large .hero-spotlight__title .font-thin {
    letter-spacing: 2px
}

.desc-type-image {
  
}

@media only screen and (max-width: 991px) {
    .desc-type-image.\--margin-top-xs-80 {
        margin-top:3rem!important
    }

    .desc-type-image.\--full-width.text-center {
        text-align: left!important
    }
}

.ru .desc-type-image {
  
}

.desc-type-image .container-fluid {
    padding: 0 13rem
}

.desc-type-image img {
    max-width: 100%
}

.desc-type-image.desc-type__title-left .desc-type-image__top {
    text-align: left
}

.desc-type-image__top {
    margin-bottom: 4rem;
    font-weight: 400
}

@media only screen and (min-width: 992px) {
    .desc-type-image__top {
        margin-bottom:11.7rem;
        text-align: center
    }

    .\--full-width .desc-type-image__top {
        margin-bottom: 3rem;
        text-align: left
    }

    .text-center .desc-type-image__top {
        text-align: center
    }
}

.desc-type-image__top p {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 0;
    font-weight: 300
}

.en .desc-type-image__top p {
    letter-spacing: -.4px
}

@media only screen and (min-width: 992px) {
    .desc-type-image__top p {
        font-size:3rem;
        line-height: 4.1rem;
        margin-bottom: .5rem;
        font-weight: 400
    }

    .\--full-width .desc-type-image__top p {
        font-size: 5.4rem;
        line-height: 6rem
    }

    .en .\--full-width .desc-type-image__top p {
        letter-spacing: -1px
    }
}

@media only screen and (min-width: 992px) {
    .desc-type-image__middle {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.\--full-width .desc-type-image__middle {
    padding-top: 0
}

.desc-type-image__middle.paragraph-line:after {
    display: block;
    left: unset
}

.\--full-width .desc-type-image__middle.paragraph-line:after {
    display: none
}

.desc-type-image__middle-left {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 5rem;
    color: #000;
    padding-right: 2.2rem
}

@media only screen and (min-width: 992px) {
    .desc-type-image__middle-left {
        font-weight:400;
        font-size: 2rem;
        line-height: 3rem;
        width: auto;
        max-width: 80rem;
        margin-bottom: 0;
        padding-right: 0
    }
}

.desc-type-image__middle-left p {
    margin-bottom: 3rem
}

.desc-type-image__middle-right {
    padding-right: 2.2rem
}

@media only screen and (min-width: 992px) {
    .desc-type-image__middle-right {
        width:54.5%;
        padding-left: 3rem;
        padding-right: 0
    }
}

.desc-type-image__middle-right img {
    width: 100%
}

.desc-type-image__middle-right span {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 3rem;
    color: #00b1b0;
    display: block;
    margin-bottom: 2rem;
    text-align: center
}

@media only screen and (max-width: 991px) {
    .desc-type-image__middle-right span {
        font-weight:300;
        font-size: 1.6rem;
        line-height: 2.4rem
    }
}

.desc-type-image__middle-right span:last-child {
    margin-bottom: 0;
    padding-left: 2.86vw
}

.desc-type-image .slick-dots {
    padding-top: 2rem;
    padding-left: 2.87vw
}

@media only screen and (max-width: 991px) {
    .desc-type-image .slick-dots {
        padding-left:0;
        margin-left: -2.2rem
    }

    .desc-type-image .slick-dots li {
        margin: 0 1.75rem
    }
}

.desc-type-image .slick-dots li button:before {
    font-size: 0
}

.desc-type-image .slick-dotted.slick-slider {
    margin-bottom: 0
}

.desc-type-image .num-stats {
 
    font-size: 50vw;
    line-height: 43vw;
    letter-spacing: -4.87vw;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    text-align: right
}

@media only screen and (min-width: 992px) {
    .desc-type-image .num-stats {
        font-size:27.7vw;
        line-height: 20vw;
        letter-spacing: -2.87vw;
        padding-bottom: 1rem;
        padding-right: 2rem
    }

    .ar .desc-type-image .num-stats {
        letter-spacing: -1.3vw
    }
}

@media only screen and (min-width: 992px) and (max-width:991px) {
    .ar .desc-type-image .num-stats {
        line-height:1.4
    }
}

.ru .desc-type-image .num-stats {
    
}

.desc-type-image__item picture {
    display: block;
    height: 100%
}

.desc-type-image .stats {
    position: relative;
    margin-bottom: 1rem
}

.desc-type-image .stats img {
    width: 100%
}

.desc-type-image .stats .video {
    position: absolute;
    top: .1rem;
    bottom: .1rem;
    left: .1rem;
    right: .1rem;
    z-index: -1;
    width: unset;
    height: unset;
    padding-top: unset;
    background-color: #000
}

.desc-type-image .stats .video__inner {
    height: 100%
}

.desc-type-image .stats .video .video-box {
    height: 100%
}

.desc-type-image .stats .comp-img__inside {
    position: absolute;
    top: .1rem;
    bottom: .1rem;
    left: .1rem;
    right: .1rem;
    z-index: -1;
    overflow: hidden
}

.desc-type-image.stats-medium .num-stats,.desc-type-image.stats-small .num-stats {
    text-align: center;
    letter-spacing: -2vw
}

.desc-type-image.stats-medium .num-stats~span,.desc-type-image.stats-small .num-stats~span {
    padding-left: 0
}

.desc-type-image.stats-medium .num-stats {
    font-size: 20.7vw;
    line-height: 15vw;
    padding-right: 3rem
}

.desc-type-image.stats-small .num-stats {
    font-size: 17.7vw;
    line-height: 13vw;
    padding-right: 3.2rem
}

.ar .desc-type-image {
 
}

.ar .desc-type-image__top p {
    color: #373737
}

@media only screen and (max-width: 991px) {
    .ar .desc-type-image__top p {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .desc-type-image__top p {
        font-size:2.7rem;
        line-height: 5rem
    }
}

.ar .desc-type-image__middle-left {
    color: #414141
}

@media only screen and (max-width: 991px) {
    .ar .desc-type-image__middle-left {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .desc-type-image__middle-left {
        font-size:1.8rem;
        line-height: 3.2rem
    }
}

.content-image {
    position: relative
}

.content-image__wrapper {
    position: relative;
    padding-top: 56.25%
}

@media only screen and (max-width: 991px) {
    .content-image__wrapper {
        min-height:66rem;
        overflow: hidden;
        padding-top: 0
    }
}

.content-image__media {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.content-image__media picture {
    display: block
}

.content-image__media img {
    width: 100%
}

.ar .content-image__media img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

@media only screen and (max-width: 991px) {
    .content-image__media img {
        min-height:66rem;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media only screen and (max-width: 991px) {
    .content-image__media .video {
        position:absolute;
        width: 531%;
        padding-top: 278.25%;
        top: -4rem;
        left: -10rem
    }
}

.bg-gradient .content-image__media:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: linear-gradient(269.71deg,rgba(0,0,0,.7) .36%,rgba(0,0,0,0) 105.47%)
}

@media only screen and (max-width: 991px) {
    .bg-gradient .content-image__media:before {
        top:auto;
        bottom: 0;
        width: 100%;
        height: 50%;
        background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#000));
        background-image: linear-gradient(to bottom,transparent,#000)
    }
}

.bg-gradient .content-image__media:after {
    content: "";
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

@media only screen and (max-width: 991px) {
    .content-image .content-image__pic {
        display:none
    }
}

.content-image.info-left:after,.content-image.info-left:before {
    display: none
}

.content-image.info-left .text-rotate {
    top: 35%
}

.ar .content-image.info-left .text-rotate {
    top: 35%
}

.content-image.info-left .content-image__info {
    margin-left: 0;
    margin-right: 50%;
    padding-left: 8.5%;
    padding-right: 0
}

@media only screen and (max-width: 991px) {
    .content-image.info-left .content-image__info {
        padding:0 2.4rem 5.5rem;
        margin-right: 0
    }
}

@media only screen and (max-width: 991px) {
    .ar .content-image.info-left .content-image__info {
        padding:0 1.8rem 6.7rem
    }
}

.content-image.info-left .content-image__title {
   
    font-size: min(20rem,12.5vw);
    font-weight: 400;
    letter-spacing: -1px
}

@media only screen and (max-width: 991px) {
    .content-image.info-left .content-image__title {
        font-size:7rem;
        line-height: .95;
        letter-spacing: -3px
    }
}

.ar .content-image.info-left .content-image__title {
    line-height: 1.4;
    margin-bottom: 0
}

@media only screen and (max-width: 991px) {
    .ar .content-image.info-left .content-image__title {
        line-height:1.4
    }
}

.ru .content-image.info-left .content-image__title {
   
}

.content-image.info-left .content-image__sub-title {
    font-size: min(6.6rem,4.2vw);
    text-transform: capitalize;
    letter-spacing: -1px
}

.ar .content-image.info-left .content-image__sub-title {
   
    line-height: 1.4
}

@media only screen and (max-width: 991px) {
    .ar .content-image.info-left .content-image__sub-title {
        font-size:2.6rem;
        letter-spacing: 0
    }
}

@media only screen and (max-width: 991px) {
    .content-image.info-left .content-image__sub-title {
        font-size:3.7rem;
        line-height: 1;
        letter-spacing: -2px
    }
}

.content-image.info-left .content-image__desc {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-top: 2rem;
    margin-bottom: 2rem
}

@media only screen and (max-width: 991px) {
    .content-image.info-left .content-image__desc {
        font-size:1.6rem;
        line-height: 2.6rem;
        margin-top: 1.5rem
    }
}

.ar .content-image.info-left .content-image__desc {
    margin-top: 1.5rem
}

@media only screen and (max-width: 991px) {
    .ar .content-image.info-left .content-image__desc {
        line-height:1.4;
        margin-top: 2rem
    }
}

@media only screen and (min-width: 992px) {
    .ar .content-image.info-left .content-image__desc {
        font-size:2rem
    }
}

.content-image .text-rotate {
    color: #fff;
    left: 3rem;
    top: 35.5%;
    height: auto;
    bottom: unset;
    letter-spacing: 1.5px
}

.ar .content-image .text-rotate {
    top: 36.5%;
    left: 2.3rem
}

.ar .content-image .text-rotate p {
    
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .content-image .text-rotate p {
        line-height:1.4
    }
}

.content-image .text-rotate span {
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 2.2rem;
    height: 12rem
}

.ar .content-image .text-rotate span {
    margin-top: 2.2rem;
    margin-bottom: 0
}

@media only screen and (max-width: 991px) {
    .content-image .text-rotate {
        display:none
    }
}

.content-image__info {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 50%;
    padding-left: 5rem;
    padding-right: 2rem;
    z-index: 4
}

@media only screen and (max-width: 991px) {
    .content-image__info {
        padding:0 2.2rem 5.2rem;
        margin-left: 0;
        bottom: 0;
        top: unset;
        -webkit-transform: none;
        transform: none
    }
}

.ar .content-image__info {
    padding-left: 13.5rem
}

@media only screen and (max-width: 991px) {
    .ar .content-image__info {
        padding:0 1.8rem 5.2rem
    }
}

.content-image__title {
   
    font-size: min(10rem,6.2vw);
    line-height: .91;
    font-weight: 250;
    color: #fff;
    text-transform: uppercase;
    word-break: break-word;
    letter-spacing: -4px
}

@media only screen and (max-width: 991px) {
    .content-image__title {
        font-size:4.2rem;
        line-height: 4.2rem;
        letter-spacing: -1px
    }
}

.ar .content-image__title {
    letter-spacing: 0;
    font-weight: 400;
    
    line-height: 1.4
}

@media only screen and (max-width: 991px) {
    .ar .content-image__title {
        line-height:1.4;
        letter-spacing: 0;
        margin-bottom: 0
    }
}

.ru .content-image__title {
   
}

.content-image__sub-title {
    font-size: min(10rem,6.2vw);
    line-height: .91;
    color: #fff;
    word-break: break-word;
    text-transform: uppercase;
    letter-spacing: -4px
}

@media only screen and (max-width: 991px) {
    .content-image__sub-title {
        font-size:4.2rem;
        line-height: 4.2rem;
        letter-spacing: -1px
    }
}

.ar .content-image__sub-title {
   
    font-weight: 400;
    letter-spacing: -3px;
    line-height: 1.4
}

@media only screen and (max-width: 991px) {
    .ar .content-image__sub-title {
        letter-spacing:0;
        line-height: 1.4
    }
}

.content-image__desc {
    font-size: 2rem;
    color: #fff;
    margin-top: 3rem;
    margin-bottom: 3rem
}

@media only screen and (max-width: 991px) {
    .content-image__desc {
        font-size:1.6rem;
        line-height: 2.6rem;
        margin-top: 2rem;
        margin-bottom: 2rem
    }
}

.ar .content-image__desc {
    font-weight: 400;
    
    margin-top: 1rem;
    margin-bottom: 3rem
}

@media only screen and (max-width: 991px) {
    .ar .content-image__desc {
        line-height:1.4;
        margin-top: 1.5rem;
        margin-bottom: 2rem
    }
}

.content-image .btn-blue {
    min-width: 20rem
}

.content-image .btn-blue .icon-play {
    margin-right: .5rem
}

.ar .content-image .btn-blue {
  
}

.animation-on .content-image.info-left .content-image__desc .word {
    font-size: 2.4rem;
    line-height: 3.6rem
}

@media only screen and (max-width: 991px) {
    .animation-on .content-image.info-left .content-image__desc .word {
        font-size:1.6rem;
        line-height: 2.6rem
    }
}

@media only screen and (min-width: 992px) {
    .ar .animation-on .content-image.info-left .content-image__desc .word {
        font-size:2rem
    }
}

.animation-on .content-image__desc .word {
    font-size: 2rem
}

@media only screen and (max-width: 991px) {
    .animation-on .content-image__desc .word {
        font-size:1.6rem;
        line-height: 2.6rem
    }
}

.content-not-full {
    margin-bottom: 7.3rem
}

.content-not-full__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 10rem
}

.content-not-full__left h3 {
    font-size: 10rem;
    line-height: 9.1rem;
    font-weight: 100
}

.content-not-full__info h4 {
    font-size: 6.6rem;
    font-weight: 300;
    line-height: 7.3rem;
    margin-bottom: 2.2rem
}

.content-not-full__desc {
    margin-bottom: 2.7rem
}

.content-not-full__desc p {
    font-size: 20px;
    line-height: 30px
}

.content-not-full .btn-blue {
    min-width: 19.3rem
}

.content-not-full__second {
    padding-left: 8.7rem;
    padding-top: 14rem
}

.content-not-full__second h3 {
    font-weight: 300;
    font-size: 6.6rem;
    line-height: 7.3rem;
    padding-bottom: 4.5rem;
    margin-bottom: 4.5rem;
    position: relative
}

.content-not-full__second h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    border-top: 2px solid #fdb913;
    width: 7rem
}

.content-not-full__second-desc {
    font-weight: 300;
    font-size: 2.6rem;
    line-height: 3.9rem
}

.content-not-full__third h3 {
    font-weight: 300;
    font-size: 6.6rem;
    line-height: 7.3rem;
    margin-bottom: 3.5rem
}

.content-not-full__third-desc {
    font-weight: 300;
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 3.5rem
}

.content-not-full__third strong {
    font-weight: 400;
    font-size: 2.6rem;
    line-height: 2.8rem;
    display: block;
    margin-bottom: 3.5rem
}

.content-not-full__third .text-office {
    font-weight: 300;
    font-size: 2rem;
    line-height: 3rem
}

.content-not-full__third .list-icon {
    margin: 0;
    padding: 0;
    border-top: 1px solid #bfbfbf;
    list-style: none;
    margin-bottom: 35px
}

.content-not-full__third .list-icon li {
    background: url(../images/content-image/Stroke.png) left top 3.5rem no-repeat;
    border-bottom: 1px solid #bfbfbf;
    padding: 3.5rem 0 7.7rem 6rem;
    font-weight: 300;
    font-size: 2.6rem;
    line-height: 3.4rem
}

.content-not-full__third .list-contact {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none
}

.content-not-full__third .list-contact li {
    margin-right: 1rem;
    font-weight: 300;
    font-size: 2rem;
    line-height: 2rem
}

.content-not-full__third .list-contact li a {
    text-decoration: none;
    color: #00b2a9
}

.leadership__heading__content {
    padding-bottom: 5.5rem
}

@media only screen and (min-width: 992px) {
    .leadership__heading__content {
        border-bottom:1px solid #000;
        padding-bottom: 6.8rem
    }
}

.leadership__heading .title {
    font-weight: 300;
    font-size: 5.4rem;
    line-height: 6rem;
    margin-bottom: 3.1rem
}

@media only screen and (max-width: 991px) {
    .leadership__heading .title {
        font-size:2.6rem;
        line-height: 3rem;
        position: relative;
        margin-bottom: 2rem
    }
}

.en .leadership__heading .title {
    letter-spacing: -1px
}

.ar .leadership__heading .title {
 
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .leadership__heading .title {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .leadership__heading .title {
        font-size:4.4rem
    }
}

.leadership__heading__desc .text {
    font-size: 3rem;
    line-height: 4.1rem;
    margin-bottom: 6.6rem
}

@media only screen and (max-width: 991px) {
    .leadership__heading__desc .text {
        font-size:2rem;
        line-height: 2.8rem;
        margin-bottom: 2rem
    }
}

.ar .leadership__heading__desc .text {

    font-weight: 400;
    line-height: 5rem;
    font-size: 2.7rem
}

@media only screen and (max-width: 991px) {
    .ar .leadership__heading__desc .text {
        line-height:1.4
    }
}

.leadership__heading__desc .desc {
    display: block;
    font-size: 1.8rem;
    line-height: 2.4rem
}

@media only screen and (min-width: 992px) {
    .leadership__heading__desc .desc {
        font-size:2.6rem;
        line-height: 3.2rem;
        font-weight: 400
    }
}

.ar .leadership__heading__desc .desc {
    
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .leadership__heading__desc .desc {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .leadership__heading__desc .desc {
        line-height:5rem;
        font-size: 2.7rem
    }
}

.leadership .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width: 992px) {
    .leadership .row {
        padding-top:10.5rem
    }
}

.leadership__info {
    text-align: right
}

.ar .leadership__info {
    text-align: left
}

@media only screen and (min-width: 1280px) {
    .leadership__info {
        padding-right:6.6rem
    }
}

@media only screen and (min-width: 992px) {
    .leadership__info {
        padding-bottom:3rem
    }
}

@media only screen and (max-width: 991px) {
    .leadership__info {
        text-align:left;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.leadership__title {
    font-weight: 300;
    font-size: 5.4rem;
    line-height: 6rem;
    padding-bottom: 3rem;
    position: relative;
    margin-bottom: 4rem
}

@media only screen and (max-width: 991px) {
    .leadership__title {
        margin-top:2.5rem;
        font-weight: 300;
        font-size: 2.2rem;
        line-height: 2.8rem;
        padding-bottom: 2.5rem;
        margin-bottom: 2.5rem
    }
}

.leadership__title:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom: .2rem solid #00b1b0;
    width: 10.7rem
}

@media only screen and (max-width: 991px) {
    .leadership__title:after {
        border-bottom:.1rem solid #00b1b0;
        right: auto;
        left: 0;
        width: 10.7rem
    }
}

.ar .leadership__title:after {
    left: 0;
    right: auto
}

.ar .leadership__title {

    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .leadership__title {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .leadership__title {
        line-height:5rem;
        font-size: 3.5rem
    }
}

.leadership__desc {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding-bottom: 1.5rem
}

@media only screen and (max-width: 991px) {
    .leadership__desc {
        font-weight:300;
        font-size: 1.2rem;
        line-height: 1.6rem;
        padding-bottom: 1.4rem
    }

    .leadership__desc .desc {
        float: none
    }
}

.ar .leadership__desc {
    
    font-weight: 400;
    line-height: 3.4rem
}

@media only screen and (max-width: 991px) {
    .ar .leadership__desc {
        line-height:1.4
    }
}

.leadership__desc p {
    margin: 0
}

@media only screen and (min-width: 992px) {
    .leadership__item {
        border-bottom:1px solid #000
    }

    .--no-bottom-line .leadership__item {
        border-bottom: none
    }
}

@media only screen and (max-width: 991px) {
    .leadership__item {
        padding-bottom:2.7rem
    }
}

.leadership__item.image-leader-left .leadership__title:after {
    right: auto;
    left: 0
}

.leadership__item.image-leader-left .leadership__info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: left
}

@media only screen and (max-width: 991px) {
    .ar .leadership__item.image-leader-left .leadership__info {
        text-align:left
    }
}

.leadership__item:not(.image-leader-left) .leadership__desc {
    overflow: hidden
}

.leadership__item:not(.image-leader-left) .leadership__desc .desc {
    max-width: 49.1rem;
    float: right
}

.ar .leadership__item:not(.image-leader-left) .leadership__desc .desc {
    float: none
}

.leadership__item:not(.image-leader-left) .leadership__desc .desc::before {
    content: "";
    display: block;
    clear: both
}

.leadership__item:not(.image-leader-left) .leadership__desc ul {
    direction: rtl
}

@media only screen and (max-width: 991px) {
    .leadership__image {
        padding-top:4rem
    }
}

.ar .leadership .cta-primary {
    
    letter-spacing: 0
}

.board-director__info h3 {
    font-weight: 300;
    font-size: 6.6rem;
    line-height: 7.3rem;
    padding-bottom: 11.5rem;
    position: relative
}

.en .board-director__info h3 {
    letter-spacing: -.1rem
}

@media only screen and (max-width: 991px) {
    .board-director__info h3 {
        font-weight:300;
        font-size: 2.6rem;
        line-height: 3rem;
        padding-bottom: 4rem
    }
}

.board-director__info h3:after {
    content: "";
    border-bottom: 2px solid #fdb913;
    width: 17.8rem;
    bottom: 7.1rem;
    left: 0;
    position: absolute
}

@media only screen and (max-width: 991px) {
    .board-director__info h3:after {
        border-bottom:1px solid #fdb913;
        bottom: 2.4rem;
        width: 8.2rem
    }
}

.board-director__info p {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-bottom: 3.5rem
}

@media only screen and (max-width: 991px) {
    .board-director__info p {
        font-weight:300;
        font-size: 1.4rem;
        line-height: 2rem
    }
}

.board-director.slider-broad .list-board {
    display: block;
    margin: 0
}

.board-director.slider-broad .list-board .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
    margin-bottom: 10rem
}

@media only screen and (max-width: 991px) {
    .board-director.slider-broad .list-board .row {
        margin-bottom:7.9rem
    }
}

.board-director.slider-broad .list-board .row .list-board__item {
    width: 40rem;
    padding: 0;
    margin: 0 6.6rem 0 0
}

@media only screen and (max-width: 991px) {
    .board-director.slider-broad .list-board .row .list-board__item {
        width:32.6rem
    }
}

.board-director .group-load {
    text-align: center;
    margin-top: 3rem
}

.ar .board-director.slider-broad h3 {
    letter-spacing: 0
}

@media only screen and (max-width: 991px) {
    .ar .board-director.slider-broad h3 {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .list-board {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -3.3rem
    }
}

.list-board__image {
    position: relative;
    text-decoration: none;
    color: #000;
    display: block
}

.list-board__image:hover {
    color: #000
}

.list-board__image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.list-board__image__item {
    position: relative;
    width: 100%
}

.list-board__image__item::after {
    content: "";
    display: block;
    padding-bottom: 95.5%;
    background-color: #eaebeb
}

.list-board__image__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.list-board__info {
    padding-right: 4rem
}

@media only screen and (max-width: 991px) {
    .list-board__info {
        padding-right:0
    }
}

.ar .list-board__info h3 {
    letter-spacing: 0
}

@media only screen and (max-width: 991px) {
    .ar .list-board__info h3 {
        line-height:1.4
    }
}

.list-board__desc {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #484848;
    margin-top: 2.3rem
}

@media only screen and (max-width: 991px) {
    .list-board__desc {
        font-weight:300;
        font-size: 1.2rem;
        line-height: 1.6rem;
        margin-top: .5rem
    }
}

.list-board__item {
    margin-bottom: 5rem;
    padding: 0 3.3rem
}

@media only screen and (max-width: 991px) {
    .list-board__item {
        padding:0
    }
}

.list-board__item h3 {
    font-weight: 400;
    font-size: 3rem;
    line-height: 3.8rem;
    margin-top: 3.1rem
}

@media only screen and (max-width: 991px) {
    .list-board__item h3 {
        font-weight:300;
        font-size: 2.2rem;
        line-height: 2.8rem
    }
}

.ar .board-director__info h3 {
    font-weight: 400;
    
}

@media only screen and (max-width: 991px) {
    .ar .board-director__info h3 {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .board-director__info h3 {
        font-size:4.5rem;
        line-height: 5.5rem
    }
}

.ar .board-director__info p {
   
    color: #414141
}

@media only screen and (max-width: 991px) {
    .ar .board-director__info p {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .board-director__info p {
        font-size:1.8rem;
        line-height: 3.2rem
    }
}

.ar .list-board__item h3 {
   
    color: #373737
}

@media only screen and (max-width: 991px) {
    .ar .list-board__item h3 {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .list-board__item h3 {
        line-height:3.6rem;
        font-size: 2.6rem
    }
}

.ar .list-board__desc {
    color: #515151
}

@media only screen and (max-width: 991px) {
    .ar .list-board__desc {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .list-board__desc {
        font-size:1.4rem;
        line-height: 2rem
    }
}

.list-post .heading {
    font-weight: 300
}

.list-post.latest-news .post-item {
    margin-bottom: 0
}

.list-post.latest-news .post-item .post-img {
    height: 26.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.list-post.latest-news .heading-post__title {
    margin-bottom: 6rem
}

@media only screen and (max-width: 991px) {
    .list-post.latest-news .heading-post__title {
        margin-bottom:3rem
    }
}

.list-post.latest-news .row-news {
    padding-bottom: 4.6rem
}

@media only screen and (max-width: 991px) {
    .list-post.list-3col {
        padding:0
    }
}

.list-post.list-3col .heading-post {
    margin-bottom: 4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.list-post.list-3col .post-item .post-img .btn-play {
    height: 7.1rem;
    width: 7.1rem;
    position: relative;
    bottom: 0;
    left: 0
}

@media only screen and (max-width: 991px) {
    .list-post.list-3col .post-item .post-img .btn-play {
        height:4.9rem;
        width: 4.9rem
    }
}

@media only screen and (max-width: 991px) {
    .list-post.list-3col .post-item .post-img .btn-play .icon-play {
        right:calc(50% + 2px);
        width: 1.1rem;
        height: 1.1rem;
        font-size: 1.1rem
    }
}

.list-post.list-3col.dark-gradient .post-img {
    position: relative
}

.list-post.list-3col.dark-gradient .post-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.3)));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.3))
}

.list-post .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0
}

.list-post .row .post-item {
    width: 33.3rem;
    margin-right: 6.7rem;
    padding: 0;
    -webkit-transform-origin: bottom;
    transform-origin: bottom
}

@media only screen and (max-width: 991px) {
    .list-post .row .post-item {
        width:28rem;
        margin-right: 1.8rem
    }
}

.list-post .row .post-item.col-4 {
    width: 46.4rem;
    margin-right: 8.2rem;
    margin-bottom: 0
}

@media only screen and (max-width: 991px) {
    .list-post .row .post-item.col-4 {
        width:28rem;
        margin-right: 1.8rem
    }
}

.list-post .row-news {
    z-index: 4;
    padding-bottom: 4.5rem
}

@media only screen and (max-width: 991px) {
    .list-post .row-news {
        padding-left:0;
        padding-bottom: 3.5rem
    }
}

.list-post .heading-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.list-post .heading-post p {
    font-weight: 300;
    font-size: 4.2rem;
    line-height: 5rem;
    max-width: 62.6rem
}

@media only screen and (max-width: 991px) {
    .list-post .heading-post p {
        font-weight:300;
        font-size: 2.2rem;
        line-height: 2.8rem
    }
}

.list-post .heading-post__title {
    font-weight: 300;
    font-size: 6.6rem;
    line-height: 7.3rem;
    position: relative;
    margin-bottom: 3.5rem;
    padding-bottom: 5rem
}

.en .list-post .heading-post__title {
    letter-spacing: -.2rem
}

@media only screen and (max-width: 991px) {
    .list-post .heading-post__title {
        font-size:2.6rem;
        line-height: 3rem;
        margin-bottom: 5rem;
        padding-bottom: 2rem
    }

    .en .list-post .heading-post__title {
        letter-spacing: -.05rem
    }
}

.list-post .heading-post__title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 17.8rem;
    border-bottom: .2rem solid #fdb913
}

@media only screen and (max-width: 991px) {
    .list-post .heading-post__title:after {
        width:8.2rem
    }
}

.ar .list-post .heading-post__title {
   
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .list-post .heading-post__title {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .list-post .heading-post__title {
        font-size:4.5rem;
        line-height: 5.5rem;
        padding-bottom: 4.5rem
    }
}

.list-post .heading-post .btn-blue {
    display: inline-block;
    min-width: 19.8rem
}

@media only screen and (max-width: 991px) {
    .list-post .heading-post .btn-blue {
        display:none
    }
}

.list-post .btn-blue {
    margin-top: 2rem;
    display: none
}

@media only screen and (max-width: 991px) {
    .list-post .btn-blue {
        display:inline-block;
        margin-top: 4.5rem
    }
}

.post-item {
    margin-bottom: 5.3rem
}

.post-item.swiper-slide {
    margin-bottom: 0
}

.post-item .post-img {
    position: relative;
    width: 100%;
    margin-bottom: 2.5rem;
    border: solid .1rem #e1e1e1
}

@media only screen and (max-width: 991px) {
    .post-item .post-img {
        margin-bottom:2.5rem
    }
}

.post-item .post-img img {
    width: 100%
}

.post-item .post-img .btn-play {
    position: absolute;
    width: 5.1rem;
    height: 5.1rem;
    bottom: 3.1rem;
    left: 2.7rem;
    z-index: 9;
    cursor: pointer!important
}

.post-item .post-img .btn-play .icon-play {
    font-size: 1.4rem;
    cursor: pointer!important
}

.post-item .post-info span {
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.6rem;
    color: #535556;
    display: block;
    text-transform: uppercase;
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 1.6rem;
    opacity: .8
}

@media only screen and (max-width: 991px) {
    .post-item .post-info span {
        margin-bottom:2.3rem;
        line-height: 1.4rem
    }

    .ar .post-item .post-info span {
        line-height: 1.4
    }
}

.post-item .post-info span:after {
    content: "";
    border-bottom: .1rem solid #535556;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1rem
}

.en .post-item .post-info span {
    letter-spacing: .1rem
}

.ar .post-item .post-info span {

    line-height: 2.2rem
}

@media only screen and (max-width: 991px) {
    .ar .post-item .post-info span {
        line-height:1.4
    }
}

.post-item .post-info .post-title {
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 3.2rem;
    display: block;
    min-height: 12.8rem;
    margin-bottom: .7rem;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none
}

@media only screen and (max-width: 991px) {
    .post-item .post-info .post-title {
        font-size:1.8rem;
        line-height: 2.4rem;
        min-height: 9.6rem;
        margin-bottom: 1.5rem
    }
}

.ar .post-item .post-info .post-title {
    
    font-weight: 400;
    color: #373737
}

@media only screen and (max-width: 991px) {
    .ar .post-item .post-info .post-title {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .post-item .post-info .post-title {
        font-size:2rem;
        line-height: 3rem
    }
}

.post-item .post-info .post-date {
    font-size: 1.2rem;
    line-height: 4rem;
    text-transform: uppercase;
    color: #535556
}

@media only screen and (max-width: 991px) {
    .post-item .post-info .post-date {

        font-weight: 400;
        font-size: 1.3rem;
        line-height: 1.4rem
    }
}

.en .post-item .post-info .post-date {
    letter-spacing: .1rem
}

.ar .post-item .post-info .post-date {
 
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .post-item .post-info .post-date {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .post-item .post-info .post-date {
        font-size:1.3rem
    }
}

@media only screen and (max-width: 991px) {
    .ru .post-item .post-info .post-date {
   
    }
}

.post-item .group-title {
    position: absolute;
    bottom: 2.8rem;
    left: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.post-item .group-title .btn-play-big {
    background: url(../images/card_and_list/play.svg) no-repeat center;
    width: 7rem;
    height: 7.1rem;
    display: block;
    background-size: cover
}

@media only screen and (max-width: 991px) {
    .post-item .group-title .btn-play-big {
        width:4.9rem;
        height: 4.9rem
    }
}

.post-item .group-title__info {
    margin-left: 2rem
}

.post-item .group-title__info .post-title-2 {
    font-weight: 300;
    font-size: 2.6rem;
    line-height: 3.2rem;
    color: #fff;
    display: block;
    text-decoration: none
}

@media only screen and (max-width: 991px) {
    .post-item .group-title__info .post-title-2 {
        font-size:1.8rem;
        line-height: 2.8rem
    }

    .ar .post-item .group-title__info .post-title-2 {
        line-height: 1.4
    }
}

.post-item .group-title__info span {
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: #fff;
    display: block
}

@media only screen and (max-width: 991px) {
    .post-item .group-title__info span {
        font-size:1.2rem;
        line-height: 1.4rem
    }
}

.ar .list-post .container p {
    font-weight: 400;

}

@media only screen and (max-width: 991px) {
    .ar .list-post .container p {
        line-height:1.4
    }
}

.ar .list-post .container .row-news .col3-text__info__title {
    font-weight: 400;
    line-height: 7rem;

}

@media only screen and (max-width: 991px) {
    .ar .list-post .container .row-news .col3-text__info__title {
        line-height:1.4
    }
}

.animation-on .post-item.swiper-slide {
    opacity: 0;
    -webkit-transform: translateY(5rem);
    transform: translateY(5rem)
}

.content-image-with-button {
    position: relative;
    overflow: hidden;
    -webkit-transform-origin: bottom;
    transform-origin: bottom
}

.content-image-with-button .text-rotate {
    display: none;
    left: 3rem;
    bottom: 10.2rem
}

@media only screen and (min-width: 992px) {
    .content-image-with-button .text-rotate {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.ar .content-image-with-button .text-rotate {

    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .content-image-with-button .text-rotate {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .content-image-with-button .text-rotate {
        top:17.6rem;
        left: 2rem
    }
}

.content-image-with-button .text-rotate span {
    margin-bottom: 2.2rem;
    height: 12rem
}

.content-image-with-button .text-rotate p {
    font-weight: 400;
    letter-spacing: 1.5px
}

.ar .content-image-with-button .text-rotate p {
    letter-spacing: 0
}

@media only screen and (min-width: 992px) {
    .content-image-with-button__inner {
        display:grid;
        grid-template-columns: auto 35%;
        grid-template-rows: -webkit-max-content auto;
        grid-template-rows: max-content auto;
        -webkit-column-gap: 4rem;
        -moz-column-gap: 4rem;
        column-gap: 4rem;
        padding-left: 2.4rem
    }
}

.content-image-with-button__title {
  
    font-weight: 400;
    font-size: 4.2rem;
    line-height: 3.8rem
}

@media only screen and (min-width: 992px) {
    .content-image-with-button__title {
        font-weight:300;
        font-size: 4.8rem;
        line-height: 6rem;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        grid-column: 1;
        grid-row: 1;
        margin-top: 7rem;
        word-break: break-word
    }
}

.en .content-image-with-button__title {
    letter-spacing: -.2rem
}

@media only screen and (min-width: 992px) {
    .en .content-image-with-button__title {
        letter-spacing:-.1rem
    }
}

.ar .content-image-with-button__title {
  
    line-height: 4.8rem
}

@media only screen and (max-width: 991px) {
    .ar .content-image-with-button__title {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .content-image-with-button__title {
        font-weight:400;
        font-size: 3.8rem;
        line-height: 6rem
    }
}

.ru .content-image-with-button__title {

}

.content-image-with-button__subtitle {
  
    font-size: 2.4rem;
    line-height: 2.9rem;
    font-weight: 400;
    margin-top: 3rem
}

@media only screen and (min-width: 992px) {
    .content-image-with-button__subtitle {
        font-size:4.2rem;
        line-height: 5rem;
        margin-top: 4.4rem
    }
}

.en .content-image-with-button__subtitle {
    letter-spacing: .1rem
}

.ar .content-image-with-button__subtitle {

    line-height: 5.3rem
}

@media only screen and (max-width: 991px) {
    .ar .content-image-with-button__subtitle {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .content-image-with-button__subtitle {
        margin-top:9.6rem
    }
}

.ru .content-image-with-button__subtitle {
  
}

.content-image-with-button__subtitle.--underline {
    padding-bottom: 2rem
}

.content-image-with-button__subtitle.--underline: after {
    width:5rem;
    height: .2rem
}

@media only screen and (min-width: 992px) {
    .content-image-with-button__info {
        grid-column:1;
        grid-row: 2;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
}

.content-image-with-button__info .btn {
    margin-top: 1.6rem
}

.content-image-with-button__info .btn span.icon-play {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 13px
}

.content-image-with-button__info .btn.btn-blue {
    min-width: 0;
    padding: .4rem 2.5rem
}

.content-image-with-button__desc {
    margin-top: 1.6rem;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 2rem;
    line-height: 3rem;
    color: #1f1d1d
}

@media only screen and (max-width: 991px) {
    .content-image-with-button__desc {
        font-size:1.6rem
    }
}

.ar .content-image-with-button__desc {
    
    color: #373737
}

@media only screen and (max-width: 991px) {
    .ar .content-image-with-button__desc {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .content-image-with-button__desc {
        font-size:1.5rem;
        line-height: 1rem
    }
}

.content-image-with-button .btn-blue {
    margin-top: 1.5rem
}

.content-image-with-button .btn-blue .icon-play {
    margin-right: .5rem
}

.content-image-with-button__personal-title {
    margin: 0;
    font-weight: 400;
    font-size: 1.3rem;
    color: #000
}

.en .content-image-with-button__personal-title {
    letter-spacing: .1rem
}

@media only screen and (max-width: 991px) {
    .content-image-with-button__personal-title {
        font-size:1.2rem
    }
}

@media only screen and (max-width: 991px) {
    .ar .content-image-with-button__personal-title {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .content-image-with-button__personal-title {
        letter-spacing:.1rem
    }
}

.content-image-with-button__img {
    grid-column: 2;
    grid-row: 1/span 2
}

@media only screen and (min-width: 992px) {
    .content-image-with-button__img {
        text-align:right
    }
}

@media only screen and (max-width: 991px) {
    .content-image-with-button__img {
        width:100%
    }
}

.content-image-with-button__img img {
    width: 100%;
    height: auto
}

@media only screen and (min-width: 992px) {
    .content-image-with-button__img img {
        width:auto;
        padding-top: 3rem
    }
}

.content-image-with-button.--text-uppercase-thin .content-image-with-button__title {

}

@media only screen and (min-width: 992px) {
    .content-image-with-button.--text-uppercase-thin .content-image-with-button__title {
        font-weight:250;
        font-size: 10rem;
        line-height: 9.5rem
    }
}

@media only screen and (min-width: 992px) {
    .en .content-image-with-button.--text-uppercase-thin .content-image-with-button__title {
        letter-spacing:-.36rem
    }
}

.animation-on .content-image-with-button__subtitle .word {
    font-size: 2.4rem;
    line-height: 2.9rem
}

@media only screen and (min-width: 992px) {
    .animation-on .content-image-with-button__subtitle .word {
        font-size:4.2rem;
        line-height: 5rem
    }
}

.media-gallery {
    overflow: hidden;
    text-transform: capitalize
}

@media only screen and (max-width: 1279px) {
    .media-gallery .modal-media-custom {
        padding:3.5rem 2rem
    }
}

@media only screen and (max-width: 767px) {
    .media-gallery .modal-media-custom {
        padding:2rem 2rem
    }
}

.media-gallery__title {
    position: relative;
    margin-bottom: 6rem;
    padding-bottom: 2rem;
    font-size: 6.6rem;
    font-weight: 300;
    line-height: 7.3rem;
    color: #000;
    word-break: break-word
}

@media only screen and (max-width: 991px) {
    .media-gallery__title {
        margin-bottom:2.8rem;
        padding-bottom: 2rem;
        font-size: 2.6rem;
        line-height: 3rem
    }

    .en .media-gallery__title {
        letter-spacing: -.05rem
    }
}

.media-gallery__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 9rem;
    height: .3rem;
    background-color: #fdb913
}

@media only screen and (max-width: 991px) {
    .media-gallery__title::after {
        width:8.2rem;
        height: .2rem
    }
}

.en .media-gallery__title {
    letter-spacing: -.1rem
}

.ar .media-gallery__title {
   
    font-weight: 400;
    line-height: 9rem
}

@media only screen and (max-width: 991px) {
    .ar .media-gallery__title {
        line-height:1.4
    }
}

.media-gallery__list {
    border: 0
}

.media-gallery__list .image-frame {
    float: left
}

.media-gallery__list .image-item {
    position: relative;
    width: 100%;
    cursor: pointer
}

@media only screen and (max-width: 991px) {
    .media-gallery__list .image-item {
        height:100%
    }
}

.media-gallery__list .image-item::after {
    content: "";
    padding-bottom: 100%;
    display: block
}

.media-gallery__list .image-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.media-gallery__list .image-item .btn-play {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    z-index: 2;
    width: 5.7rem;
    height: 5.7rem
}

@media only screen and (max-width: 991px) {
    .media-gallery__list .image-item .btn-play {
        width:4.2rem;
        height: 4.2rem;
        bottom: 1rem;
        left: 1rem
    }
}

.media-gallery__list .image-item .btn-play .icon-play {
    position: relative;
    color: #00b1b0;
    width: 1.217rem;
    height: 1.217rem;
    top: unset;
    left: unset;
    -webkit-transform: none;
    transform: none
}

.media-gallery__list .image-item .btn-play .icon-play::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-36%,-50%);
    transform: translate(-36%,-50%);
    width: 100%;
    height: 100%
}

.ar .media-gallery__list .image-item .btn-play .icon-play::before {
    -webkit-transform: translate(-66%,-50%);
    transform: translate(-66%,-50%)
}

.media-gallery__list .image-frame:nth-child(1),.media-gallery__list .image-frame:nth-child(2),.media-gallery__list .image-frame:nth-child(5),.media-gallery__list .image-frame:nth-child(6) {
    width: 25%;
    padding: 0 .7rem
}

@media only screen and (max-width: 991px) {
    .media-gallery__list .image-frame:nth-child(1),.media-gallery__list .image-frame:nth-child(2),.media-gallery__list .image-frame:nth-child(5),.media-gallery__list .image-frame:nth-child(6) {
        width:50%
    }
}

@media only screen and (max-width: 991px) {
    .media-gallery__list .image-frame:nth-child(1),.media-gallery__list .image-frame:nth-child(5) {
        padding-left:0;
        padding-right: .35rem
    }
}

@media only screen and (max-width: 991px) {
    .media-gallery__list .image-frame:nth-child(2),.media-gallery__list .image-frame:nth-child(6) {
        padding-left:.35rem;
        padding-right: 0
    }
}

.media-gallery__list .image-frame:nth-child(3),.media-gallery__list .image-frame:nth-child(4),.media-gallery__list .image-frame:nth-child(7) {
    width: 50%;
    padding: 0 .7rem
}

@media only screen and (max-width: 991px) {
    .media-gallery__list .image-frame:nth-child(3),.media-gallery__list .image-frame:nth-child(4),.media-gallery__list .image-frame:nth-child(7) {
        width:100%
    }
}

.media-gallery__list .image-frame:nth-child(3) {
    padding-right: 0
}

.media-gallery__list .image-frame:nth-child(4) {
    margin-top: -24.02%
}

@media only screen and (max-width: 991px) {
    .media-gallery__list .image-frame:nth-child(4) {
        margin-top:3%;
        padding: 0
    }
}

.media-gallery__list .image-frame:nth-child(5),.media-gallery__list .image-frame:nth-child(6),.media-gallery__list .image-frame:nth-child(7) {
    margin-top: 1.4rem
}

.media-gallery__list .image-frame:nth-child(7) {
    display: none
}

@media only screen and (max-width: 991px) {
    .media-gallery__list .image-frame:nth-child(7) {
        display:block;
        padding: 0
    }
}

.media-gallery__btnSeeMore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 4.6rem
}

.ar .media-gallery__btnSeeMore .cta-primary {
   
}

.media-gallery__cta {
    margin-top: 5rem
}

@media only screen and (max-width: 991px) {
    .media-gallery__cta {
        margin-top:3rem
    }
}

@media only screen and (max-width: 991px) {
    .media-gallery .modal-custom .modal-custom-dialog {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.media-gallery .modal-custom .modal-custom-content {
    position: relative;
    padding: 7rem 2rem 2rem 2rem
}

@media only screen and (max-width: 991px) {
    .media-gallery .modal-custom .modal-custom-content {
        padding-bottom:5rem
    }
}

.media-gallery .modal-custom .video-modal {
    position: relative;
    width: 100%
}

.media-gallery .modal-custom .video__inner {
    position: relative
}

.media-gallery .modal-custom .video__inner .video-box {
    position: absolute;
    top: 0!important;
    left: 0;
    width: 100%;
    height: 100%
}

.media-gallery .modal-custom .video__inner .video-box iframe {
    width: 100%;
    height: 100%;
    background-color: #000
}

.media-gallery .modal-custom .video__inner .popup-title {
    position: absolute;
    top: -5rem;
    left: 0;
    font-weight: 300;
    font-size: 3rem;
    line-height: 3.8rem;
    color: #000
}

.media-gallery .modal-custom .tab-content {
    width: 100%;
    height: 100%
}

.media-gallery .modal-custom .tab-pane {
    width: 100%;
    height: 100%
}

.media-gallery .modal-custom .gallery-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-height: 103rem;
    max-width: 137.8rem;
    margin: auto
}

@media only screen and (max-width: 1279px) {
    .media-gallery .modal-custom .gallery-item {
        max-height:124rem
    }
}

.media-gallery .modal-custom .gallery-item::after {
    content: "";
    padding-bottom: 55%;
    display: block
}

.media-gallery .modal-custom .gallery-item .popup-logo {
    position: absolute;
    top: 1.8rem;
    left: .9rem;
    width: 4rem;
    height: 4rem;
    z-index: 2
}

.media-gallery .modal-custom .gallery-item .popup-logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.media-gallery .modal-custom .gallery-item .popup-subtitle {
    position: absolute;
    top: 1.8rem;
    left: 6.4rem;
    z-index: 2;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 3.8rem;
    color: #fff
}

.en .media-gallery .modal-custom .gallery-item .popup-subtitle {
    letter-spacing: -.5%
}

.media-gallery .modal-custom .gallery-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.media-gallery .modal-custom .btn-play {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 12rem;
    height: 12rem;
    background-color: #f7f7f7;
    border-radius: 50%;
    z-index: 12;
    cursor: pointer
}

@media only screen and (max-width: 991px) {
    .media-gallery .modal-custom .btn-play {
        width:8rem;
        height: 8rem
    }
}

.media-gallery .modal-custom .btn-play .icon-play {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 2rem;
    color: #a4a4a4
}

.media-gallery .modal-custom .btn-play .icon-play::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-25%,-30%);
    transform: translate(-25%,-30%)
}

.ar .media-gallery .modal-custom .btn-play .icon-play::before {
    -webkit-transform: translate(-45%,-30%);
    transform: translate(-45%,-30%)
}

.media-gallery .modal-custom button.btnNext,.media-gallery .modal-custom button.btnPrev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    width: 4.5rem;
    height: 4.5rem;
    text-decoration: none;
    font-size: 2.5rem;
    color: #1a1a1a;
    background-color: #fff;
    border: none;
    width: 4rem;
    opacity: 1
}

@media only screen and (max-width: 991px) {
    .media-gallery .modal-custom button.btnNext,.media-gallery .modal-custom button.btnPrev {
        top:92%;
        background-color: transparent
    }
}

@media only screen and (max-width: 767px) {
    .media-gallery .modal-custom button.btnNext,.media-gallery .modal-custom button.btnPrev {
        top:89%
    }
}

.media-gallery .modal-custom button.btnPrev {
    left: 2rem
}

@media only screen and (max-width: 991px) {
    .media-gallery .modal-custom button.btnPrev {
        left:23rem
    }
}

@media only screen and (max-width: 767px) {
    .media-gallery .modal-custom button.btnPrev {
        left:17rem
    }
}

@media only screen and (max-width: 575px) {
    .media-gallery .modal-custom button.btnPrev {
        left:10rem
    }
}

.ar .media-gallery .modal-custom button.btnPrev {
    left: unset;
    right: 2rem
}

.media-gallery .modal-custom button.btnNext {
    right: 2rem
}

@media only screen and (max-width: 991px) {
    .media-gallery .modal-custom button.btnNext {
        right:23rem
    }
}

@media only screen and (max-width: 767px) {
    .media-gallery .modal-custom button.btnNext {
        right:17rem
    }
}

@media only screen and (max-width: 575px) {
    .media-gallery .modal-custom button.btnNext {
        right:10rem
    }
}

.ar .media-gallery .modal-custom button.btnNext {
    left: 2rem
}

.board-structure__block {
    position: relative
}

.board-structure__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1
}

.board-structure__bg picture {
    display: block;
    width: 100%;
    height: 100%
}

.board-structure__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.board-structure__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

@media only screen and (max-width: 991px) {
    .board-structure__wrapper {
        display:block
    }
}

.board-structure__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 57%;
    flex: 0 0 57%;
    padding-top: min(8.3rem,5.2vw);
    padding-bottom: min(8.3rem,5.2vw);
    padding-left: min(9rem,5.6vw);
    padding-right: min(4.8rem,3vw)
}

@media only screen and (max-width: 991px) {
    .board-structure__info {
        padding-top:2.6rem;
        padding-bottom: 2rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.board-structure__info-title {
    font-weight: 300;
    font-size: 4.8rem;
    line-height: 6rem;
    margin-bottom: 2.8rem
}

@media only screen and (max-width: 991px) {
    .board-structure__info-title {
        font-size:2.6rem;
        line-height: 3rem;
        margin-bottom: 1.8rem
    }
}

.en .board-structure__info-title {
    letter-spacing: 2px
}

@media only screen and (max-width: 991px) {
    .en .board-structure__info-title {
        letter-spacing:0
    }
}

.ar .board-structure__info-title {
  
}

@media only screen and (max-width: 991px) {
    .ar .board-structure__info-title {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .board-structure__info-title {
        font-size:4rem;
        line-height: 6rem
    }
}

.board-structure__info-desc {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-top: 1.5rem;
    padding-bottom: 2.5rem;
    border-bottom: .1rem solid #000
}

@media only screen and (max-width: 991px) {
    .board-structure__info-desc {
        font-size:1.2rem;
        line-height: 1.6rem;
        padding-bottom: 0;
        border: 0
    }
}

@media only screen and (max-width: 991px) {
    .ar .board-structure__info-desc {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .board-structure__info-desc {
        line-height:3rem;
        color: #414141
    }
}

.board-structure__info-summary {
    font-weight: 300;
    font-size: 3rem;
    line-height: 4.1rem
}

@media only screen and (max-width: 991px) {
    .board-structure__info-summary {
        font-size:2rem;
        line-height: 2.8rem
    }
}

.en .board-structure__info-summary {
    letter-spacing: -.4px
}

.ar .board-structure__info-summary {
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .board-structure__info-summary {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .board-structure__info-summary {
        line-height:3.7rem;
        font-size: 2.6rem
    }
}

.board-structure__info-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5.9rem
}

@media only screen and (max-width: 991px) {
    .board-structure__info-footer {
        border-top:none;
        padding-top: 0;
        margin-top: 2rem
    }
}

.board-structure__info-button {
    margin-top: 1rem;
    margin-right: min(7.2rem,4.5vw)
}

@media only screen and (max-width: 991px) {
    .board-structure__info-button {
        margin-top:0
    }
}

.board-structure__info-button .cta-primary {
    padding: .4rem 1rem
}

@media only screen and (max-width: 991px) {
    .board-structure__info-button .cta-primary {
        line-height:2rem;
        padding-top: .9rem;
        padding-bottom: .9rem;
        min-width: 14rem
    }
}

.ar .board-structure__info-button .cta-primary {
   
}

@media only screen and (min-width: 992px) {
    .ar .board-structure__info-button .cta-primary {
        font-size:1.5rem
    }
}

.board-structure__info-contact {
    color: #00b2a9
}

.board-structure__info-contact.\--is-shown {
    display: none
}

@media only screen and (max-width: 991px) {
    .board-structure__info-contact.\--is-shown {
        display:block;
        border-top: .1rem solid #000;
        padding-top: 2rem
    }
}

@media only screen and (max-width: 991px) {
    .board-structure__info-contact {
        display:none
    }
}

.board-structure__info-name {
    font-weight: 300;
    font-size: 3rem;
    line-height: 3.8rem;
    margin-bottom: 0
}

@media only screen and (max-width: 991px) {
    .board-structure__info-name {
        font-weight:400;
        font-size: 1.9rem;
        line-height: 2.7rem
    }
}

.ar .board-structure__info-name {
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .board-structure__info-name {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .board-structure__info-name {
        line-height:5rem;
        font-size: 2.4rem
    }
}

.board-structure__info-position {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 0
}

@media only screen and (max-width: 991px) {
    .board-structure__info-position {
        font-weight:400;
        font-size: 1.2rem;
        line-height: 1.6rem;
        margin-bottom: 2.6rem
    }
}

@media only screen and (max-width: 991px) {
    .ar .board-structure__info-position {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .board-structure__info-position {
        font-size:1.4rem
    }
}

.board-structure__image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.board-structure__image picture {
    height: 100%
}

.board-structure__image img {
    height: 100%;
    width: min(57.8rem,36.1vw);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media only screen and (max-width: 991px) {
    .board-structure__image img {
        min-height:29rem;
        width: 100%
    }
}

.board-structure.\--no-title .board-structure__wrapper {
    border-bottom: 2px solid #000
}

@media only screen and (max-width: 991px) {
    .board-structure.\--no-title .board-structure__wrapper {
        border:0
    }
}

.board-structure.\--no-title .board-structure__info {
    padding-top: 0;
    padding-bottom: 5.8rem
}

@media only screen and (max-width: 991px) {
    .board-structure.\--no-title .board-structure__info {
        padding-bottom:1.7rem
    }
}

.board-structure.\--no-title .board-structure__info-desc {
    font-weight: 300;
    font-size: 2rem;
    line-height: 3rem;
    margin-top: 2rem;
    padding: 0;
    border: 0
}

@media only screen and (max-width: 991px) {
    .board-structure.\--no-title .board-structure__info-desc {
        font-size:1.4rem;
        line-height: 2rem;
        margin-top: 2.5rem
    }
}

.ar .board-structure.\--no-title .board-structure__info-desc {
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .board-structure.\--no-title .board-structure__info-desc {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .board-structure.\--no-title .board-structure__info-desc {
        font-size:1.8rem;
        line-height: 3.2rem;
        color: #414141
    }
}

.board-structure.\--no-title .board-structure__info-name {
    font-size: 5.4rem;
    line-height: 6rem
}

@media only screen and (max-width: 991px) {
    .board-structure.\--no-title .board-structure__info-name {
        font-size:2.2rem;
        line-height: 2.8rem;
        margin-bottom: 1rem
    }
}

.en .board-structure.\--no-title .board-structure__info-name {
    letter-spacing: -1px
}

.ar .board-structure.\--no-title .board-structure__info-name {
    margin-bottom: 2.6rem;
    color: #373737
}

@media only screen and (max-width: 991px) {
    .ar .board-structure.\--no-title .board-structure__info-name {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .board-structure.\--no-title .board-structure__info-name {
        font-size:4rem;
        line-height: 5.2rem
    }
}

.board-structure.\--no-title .board-structure__info-position {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #535556
}

@media only screen and (max-width: 991px) {
    .board-structure.\--no-title .board-structure__info-position {
        font-size:1.2rem;
        line-height: 1.6rem;
        margin-bottom: 1.5rem
    }
}

@media only screen and (min-width: 992px) {
    .ar .board-structure.\--no-title .board-structure__info-position {
        font-size:1.2rem;
        line-height: 2rem;
        color: #515151
    }
}

.bright-promo-banner {
    overflow: initial;
    position: relative;
    z-index: 9
}

.bright-promo-banner.\--moving-top {
    margin-top: max(-10rem,-6.3vw)
}

@media only screen and (max-width: 991px) {
    .bright-promo-banner.\--moving-top {
        margin-top:0
    }
}

.bright-promo-banner__info {
    position: relative;
    padding-left: 8.5rem;
    background: #fff
}

.\--bg-gray .bright-promo-banner__info {
    background: #f7f7f7
}

@media only screen and (max-width: 991px) {
    .\--bg-gray .bright-promo-banner__info .bright-promo-banner__detail {
        background:#fff
    }
}

@media only screen and (max-width: 991px) {
    .bright-promo-banner__info {
        padding-left:0
    }
}

.bright-promo-banner__info.has-no-image {
    padding-top: 11.55rem;
    padding-bottom: 2rem;
    padding-right: 8.5rem
}

@media only screen and (max-width: 1279px) {
    .bright-promo-banner__info.has-no-image {
        padding-right:1rem
    }
}

@media only screen and (max-width: 991px) {
    .bright-promo-banner__info.has-no-image {
        padding-top:1.5rem;
        padding-bottom: 0
    }
}

.bright-promo-banner__info.has-no-image .bright-promo-banner__detail {
    max-width: 100%;
    padding-top: 0
}

.bright-promo-banner__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 991px) {
    .bright-promo-banner__layout {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse
    }
}

.bright-promo-banner__layout.\--moving-up {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.bright-promo-banner__layout.\--moving-up .bright-promo-banner__detail {
    padding-top: 0
}

.bright-promo-banner__layout.\--moving-up .bright-promo-banner__detail .banner-content {
    margin-top: 11.55rem
}

@media only screen and (max-width: 991px) {
    .bright-promo-banner__layout.\--moving-up .bright-promo-banner__detail .banner-content {
        margin-top:4.55rem
    }
}

.bright-promo-banner__layout.\--image-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media only screen and (max-width: 991px) {
    .bright-promo-banner__layout.\--image-left {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.bright-promo-banner__detail {
    padding-top: min(11.5rem,7.2vw);
    margin-right: 2rem;
    width: min(46.8rem,30vw)
}

@media only screen and (max-width: 991px) {
    .bright-promo-banner__detail {
        padding-top:0;
        width: 100%;
        margin-right: 0
    }
}

.bright-promo-banner__detail .banner-title {
    position: relative;
    padding-bottom: 4.5rem;
    font-size: 6.6rem;
    font-weight: 300;
    line-height: 7.3rem;
    text-align: left
}

@media only screen and (max-width: 991px) {
    .bright-promo-banner__detail .banner-title {
        padding-top:2.5rem;
        padding-bottom: 2rem;
        font-size: 2.6rem;
        line-height: 3rem
    }
}

.bright-promo-banner__detail .banner-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: .2rem solid #fdb913;
    width: 17.8rem
}

@media only screen and (max-width: 991px) {
    .bright-promo-banner__detail .banner-title::after {
        width:8.2rem;
        border-bottom: .2rem solid #fdb913
    }
}

.ar .bright-promo-banner__detail .banner-title {

    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .bright-promo-banner__detail .banner-title {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .bright-promo-banner__detail .banner-title {
        font-size:4.5rem;
        line-height: 5.5rem
    }
}

.bright-promo-banner__detail .banner-content {
    position: relative;
    margin: 4.55rem 0;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 3.5rem
}

@media only screen and (max-width: 991px) {
    .bright-promo-banner__detail .banner-content {
        margin-top:2.5rem;
        padding-bottom: 3.4rem;
        font-size: 1.8rem;
        line-height: 2.4rem
    }
}

.bright-promo-banner__detail .banner-content::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: .1rem solid #000;
    width: 100%;
    visibility: hidden
}

@media only screen and (max-width: 991px) {
    .bright-promo-banner__detail .banner-content::after {
        visibility:visible
    }
}

.en .bright-promo-banner__detail .banner-content {
    letter-spacing: -.02rem
}

.ar .bright-promo-banner__detail .banner-content {

    font-weight: 400;
    line-height: 4.5rem
}

@media only screen and (max-width: 991px) {
    .ar .bright-promo-banner__detail .banner-content {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .bright-promo-banner__detail .banner-content {
        font-size:1.8rem;
        line-height: 3.2rem;
        color: #414141
    }
}

.bright-promo-banner__desc {
    margin-top: 10.4rem;
    padding: 0 1rem;
    font-weight: 400;
    font-size: 3rem;
    color: #000;
    line-height: 4.1rem;
    text-align: center
}

@media only screen and (max-width: 991px) {
    .bright-promo-banner__desc {
        margin-top:3.4rem;
        font-size: 2rem;
        font-weight: 300;
        line-height: 2.8rem;
        text-align: left
    }
}

.en .bright-promo-banner__desc {
    letter-spacing: -.04rem
}

.ar .bright-promo-banner__desc {

    line-height: 6rem
}

@media only screen and (max-width: 991px) {
    .ar .bright-promo-banner__desc {
        line-height:1.4
    }
}

.bright-promo-banner__image {
    margin-top: max(-6.2rem,-3.7vw);
    width: min(75rem,47vw)
}

@media only screen and (max-width: 991px) {
    .bright-promo-banner__image {
        margin-top:max(-4.4rem,-11.7vw);
        width: 100%
    }
}

.bright-promo-banner__image picture {
    display: block;
    height: 100%
}

.bright-promo-banner__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.col3-text {
    margin: 0
}

.col3-text.bg-overlay .col3-text__item .post-img::after {
    background-color: rgba(0,119,139,.9)
}

@media only screen and (max-width: 991px) {
    .col3-text.list-post {
        padding:0
    }
}

.col3-text.background {
    padding: 11.6rem 0 13.1rem
}

@media only screen and (max-width: 991px) {
    .col3-text.background {
        padding:4rem 0 4.5rem
    }
}

.col3-text.show-video-modal {
    position: relative;
    z-index: 10
}

.col3-text.show-video-modal .col3-text__item {
    width: 57.8rem;
    height: 57.8rem
}

.col3-text.show-video-modal .col3-text__item:hover .col3-text__info {
    bottom: 15rem
}

.ar .col3-text.show-video-modal .col3-text__item:hover .col3-text__info {
    bottom: 15rem
}

@media only screen and (max-width: 991px) {
    .col3-text.show-video-modal .col3-text__item {
        width:27.3rem;
        height: 27.3rem;
        margin-right: 2.6rem
    }
}

.col3-text.show-video-modal .col3-text__info {
    bottom: 14.1rem
}

@media only screen and (max-width: 991px) {
    .col3-text.show-video-modal .col3-text__info {
        bottom:7.1rem
    }
}

.col3-text.show-video-modal .col3-text__video {
    width: 6.8rem;
    height: 6.8rem;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 7.3rem;
    left: 5.1rem;
    cursor: pointer
}

@media only screen and (max-width: 991px) {
    .col3-text.show-video-modal .col3-text__video {
        width:5rem;
        height: 5rem;
        bottom: 2.3rem;
        left: 3rem
    }
}

.col3-text.show-video-modal .col3-text__video .icon-play {
    color: #00b1b0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.col3-text .heading-post strong {
    margin-bottom: 2.8rem
}

.col3-text .row-news {
    padding-top: 8.3rem;
    padding-bottom: 6.4rem
}

@media only screen and (max-width: 991px) {
    .col3-text .row-news {
        padding-bottom:3rem;
        padding-top: 7.5rem
    }
}

.col3-text .row {
    padding: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.col3-text .col3-text__item {
    width: 48.8rem;
    margin-right: 4.6rem;
    position: relative;
    padding: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: block;
    cursor: pointer
}

@media only screen and (max-width: 991px) {
    .col3-text .col3-text__item {
        width:27.3rem;
        height: 27.3rem
    }

    .col3-text .col3-text__item.swiper-slide-active .col3-text__body {
        -webkit-box-shadow: 0 5.5rem 4rem -2.9rem rgba(0,0,0,.41);
        box-shadow: 0 5.5rem 4rem -2.9rem rgba(0,0,0,.41);
        -webkit-transform: translateY(-5rem);
        transform: translateY(-5rem)
    }

    .col3-text .col3-text__item.swiper-slide-active .col3-text__info .col3-text__info__title {
        font-weight: 300;
        font-size: 2.6rem;
        line-height: 3.1rem;
        display: block
    }

    .ar .col3-text .col3-text__item.swiper-slide-active .col3-text__info .col3-text__info__title {
        line-height: 1.4
    }

    .col3-text .col3-text__item.swiper-slide-active .post-img::after {
        background: linear-gradient(35.27deg,rgba(17,94,103,.9),rgba(0,178,169,.9))
    }
}

.col3-text .col3-text__item .post-img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.col3-text .col3-text__item .post-img:hover::after {
    background: linear-gradient(35.27deg,rgba(17,94,103,.9),rgba(0,178,169,.9))
}

.col3-text .col3-text__item img {
    width: 100%
}

.col3-text .col3-text__item .col3-text__body {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@media only screen and (min-width: 992px) {
    .col3-text .col3-text__item:hover .col3-text__body {
        -webkit-box-shadow:0 5.5rem 4rem -2.9rem rgba(0,0,0,.41);
        box-shadow: 0 5.5rem 4rem -2.9rem rgba(0,0,0,.41);
        -webkit-transform: translateY(-5rem);
        transform: translateY(-5rem)
    }
}

@media only screen and (min-width: 992px) and (max-width:991px) {
    .col3-text .col3-text__item:hover .col3-text__body {
        -webkit-transform:translateY(-5rem);
        transform: translateY(-5rem)
    }
}

@media only screen and (min-width: 992px) {
    .col3-text .col3-text__item:hover .col3-text__info {
        bottom:5rem
    }

    .ar .col3-text .col3-text__item:hover .col3-text__info {
        bottom: 3.5rem
    }

    .col3-text .col3-text__item:hover .col3-text__info .col3-text__info__title {
        font-weight: 300;
        display: block
    }
}

@media only screen and (min-width: 992px) and (max-width:991px) {
    .col3-text .col3-text__item:hover .col3-text__info .col3-text__info__title {
        font-weight:300;
        font-size: 2.6rem;
        line-height: 3.1rem
    }
}

@media only screen and (min-width: 992px) {
    .col3-text .col3-text__item:hover .col3-text__info__desc {
        display:block
    }
}

@media only screen and (min-width: 992px) and (max-width:991px) {
    .col3-text .col3-text__item:hover .col3-text__info__desc {
        display:none
    }
}

@media only screen and (min-width: 992px) {
    .col3-text .col3-text__item:hover .post-img::after {
        background:linear-gradient(35.27deg,rgba(17,94,103,.9),rgba(0,178,169,.9))
    }
}

.col3-text .col3-text__item .col3-text__info__desc {
    padding-bottom: 1rem;
    font-weight: 300;
    font-size: 1.9rem;
    line-height: 3.2rem;
    color: #fff;
    display: none
}

@media only screen and (max-width: 991px) {
    .col3-text .col3-text__item .col3-text__info__desc {
        display:none
    }
}

@media only screen and (min-width: 992px) {
    .ar .col3-text .col3-text__item .col3-text__info__desc {
        font-size:1.5rem;
        line-height: 2.5rem
    }
}

.col3-text .col3-text__desc {
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: #000;
    display: block
}

@media only screen and (max-width: 991px) {
    .col3-text .col3-text__desc {
        font-weight:300;
        font-size: 1.4rem;
        line-height: 2rem;
        padding-bottom: 0
    }
}

.ar .col3-text .col3-text__desc {
    color: #414141
}

@media only screen and (min-width: 992px) {
    .ar .col3-text .col3-text__desc {
        font-size:1.8rem;
        line-height: 3.2rem
    }
}

.col3-text .col3-text__info {
    position: absolute;
    bottom: 6.4rem;
    left: 0;
    padding: 0 5.1rem 0;
    width: 100%
}

@media only screen and (max-width: 991px) {
    .col3-text .col3-text__info {
        padding:0 2.8rem;
        bottom: 3rem
    }
}

.col3-text .col3-text__info .col3-text__info__title {
    font-weight: 300;
    font-size: 5.4rem;
    line-height: 5.4rem;
    color: #fff;
    text-decoration: none;
    margin-right: 2rem;
    margin-bottom: 2.6rem
}

@media only screen and (max-width: 991px) {
    .col3-text .col3-text__info .col3-text__info__title {
        font-weight:300;
        font-size: 2.2rem;
        line-height: 3.1rem
    }
}

@media only screen and (min-width: 992px) {
    .ar .col3-text .col3-text__info .col3-text__info__title {
        line-height:4.5rem;
        font-size: 3.5rem
    }
}

.col3-text.config-slider-item-3 .col3-text__item {
    width: 31%;
    height: 41.4rem
}

.col3-text.config-slider-item-3 .col3-text__body {
    width: 100%;
    height: 100%
}

.col3-text.config-slider-item-3 .col3-text__body .post-img::after {
    content: "";
    display: block;
    padding-top: 100%
}

.col3-text.config-slider-item-3 .col3-text__body .post-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.col3-text.config-slider-item-3 .col3-text__info {
    bottom: 12.1rem
}

.col3-text.config-slider-item-3 .col3-text__info__title {
    margin-bottom: 0
}

.col3-text.config-slider-item-3 .col3-text__video {
    bottom: 3.3rem
}

.col3-text .modal-custom {
    overflow: hidden
}

.list-three-card {
    overflow: unset
}

.list-three-card .heading-big {
    font-weight: 250;
    font-size: 13rem;
    line-height: 10rem;
    text-transform: uppercase;
    margin-bottom: 10rem;
    color: #000
}

.list-three-card .heading-big__thin {
    display: inline-block
}

@media only screen and (max-width: 991px) {
    .list-three-card .heading-big__thin {
        display:block;
        font-weight: 250
    }
}

.list-three-card .heading-big__bold {
    display: inline-block;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .list-three-card .heading-big__bold {
        display:block
    }
}

@media only screen and (max-width: 991px) {
    .list-three-card .heading-big {
        font-weight:400;
        font-size: 4.2rem;
        line-height: 4.2rem;
        margin-bottom: 3.5rem
    }
}

.en .list-three-card .heading-big {
    letter-spacing: -3px
}

.ar .list-three-card .heading-big {
   
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .list-three-card .heading-big {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .list-three-card .heading-big {
        font-size:13rem;
        line-height: 18rem
    }
}

.list-three-card__filter {
    margin-bottom: 2rem;
    margin-top: 5rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media only screen and (min-width: 992px) {
    .list-three-card__filter {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 10rem
    }
}

.list-three-card__line {
    border-bottom: 2px solid #fdb913
}

@media only screen and (max-width: 991px) {
    .list-three-card__line {
        margin-bottom:6.5rem
    }
}

@media only screen and (min-width: 992px) {
    .list-three-card__line {
        border-bottom:4px solid #fdb913;
        -webkit-box-flex: 1;
        -ms-flex: 1 30.1%;
        flex: 1 30.1%;
        margin-right: 3.5%
    }
}

.list-three-card__search {
    position: relative;
    border-bottom: .1rem solid #808991;
    margin-bottom: 3.4rem
}

@media only screen and (min-width: 992px) {
    .list-three-card__search {
        -webkit-box-flex:1;
        -ms-flex: 1 26%;
        flex: 1 26%;
        margin-right: 2%;
        margin-bottom: 0
    }
}

.list-three-card__search input {
    border: none;
    width: 100%;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding-bottom: .8rem;
    color: #808991;
    padding-right: 4rem
}

@media only screen and (max-width: 1279px) {
    .list-three-card__search input {
        padding-bottom:1.5rem
    }
}

@media only screen and (max-width: 991px) {
    .ar .list-three-card__search input {
        line-height:1.4
    }
}

.list-three-card__search .icon-search {
    position: absolute;
    top: -.4rem;
    right: 0;
    color: #808991;
    font-size: 1.6rem;
    padding: 1rem;
    cursor: pointer
}

.ar .list-three-card__search {
  
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .list-three-card__search {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .list-three-card__search {
        font-size:1.8rem;
        line-height: 2.8rem
    }
}

@media only screen and (min-width: 992px) {
    .list-three-card__cate {
        margin-right:2%;
        -webkit-box-flex: 1;
        -ms-flex: 1 17%;
        flex: 1 17%
    }
}

@media only screen and (max-width: 991px) {
    .list-three-card__cate {
        margin-bottom:4.8rem
    }
}

.list-three-card__date {
    position: relative
}

@media only screen and (min-width: 992px) {
    .list-three-card__date {
        -webkit-box-flex:1;
        -ms-flex: 1 18%;
        flex: 1 18%
    }
}

.list-three-card__date .icon-calendar {
    font-size: 1.9rem;
    color: #808991;
    position: absolute;
    top: .6rem;
    right: 0;
    z-index: 1
}

.list-three-card__date .input-date {
    border: none;
    border-bottom: 1px solid #818789;
    font-size: 1.8rem;
    line-height: 2.8rem;
    width: 100%;
    padding-bottom: 1rem;
    padding-right: 2.5rem;
    color: #808991
}

@media only screen and (max-width: 1279px) {
    .list-three-card__date .input-date {
        padding-bottom:1.7rem
    }
}

@media only screen and (max-width: 991px) {
    .list-three-card__date .input-date {
        font-size:1.6rem;
        line-height: 2.6rem;
        padding-bottom: 1.5rem
    }
}

.list-three-card__year .icon-calendar {
    right: .3rem
}

.list-three-card__year.custom-dropdown .select2-container .select2-selection--single .select2-selection__arrow {
    background-color: unset;
    border-radius: unset;
    width: 1.9rem;
    height: 1.9rem
}

.list-three-card__year.custom-dropdown .select2-container .select2-selection--single .select2-selection__arrow b {
    border: none
}

@media only screen and (min-width: 992px) {
    .list-three-card__items {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -3rem
    }
}

.list-three-card .post-item {
    margin-bottom: 7.4rem
}

@media only screen and (min-width: 992px) {
    .list-three-card .post-item {
        padding:0 3rem
    }
}

@media only screen and (max-width: 991px) {
    .list-three-card .post-item {
        margin-bottom:5.2rem
    }
}

.list-three-card .post-item picture {
    display: block
}

.list-three-card .post-item .btn-play {
    width: 6.8rem;
    height: 6.8rem
}

@media only screen and (max-width: 991px) {
    .list-three-card .post-item .btn-play {
        width:5.6rem;
        height: 5.6rem;
        left: 2.2rem;
        bottom: 2.6rem
    }
}

.list-three-card .post-item .icon-play {
    font-size: 1.5rem
}

@media only screen and (max-width: 991px) {
    .list-three-card .post-item .icon-play {
        font-size:1.2rem
    }
}

.list-three-card .post-item .post-img {
    margin-bottom: 2.8rem
}

@media only screen and (max-width: 991px) {
    .list-three-card .post-item .post-img {
        margin-bottom:2.5rem
    }
}

@media only screen and (max-width: 991px) {
    .list-three-card .post-item .post-info span {
        font-weight:400;
        
        font-size: 1.3rem;
        line-height: 1.4rem
    }
}

.ar .list-three-card .post-item .post-info span {
   
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .list-three-card .post-item .post-info span {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .list-three-card .post-item .post-info span {
        font-size:1.4rem;
        line-height: 1.9rem
    }
}

@media only screen and (max-width: 991px) {
    .ru .list-three-card .post-item .post-info span {
        
    }
}

.list-three-card .post-item .post-info .post-title {
    font-size: 3rem;
    font-weight: 300;
    line-height: 3.8rem;
    margin-bottom: 3.8rem;
    min-height: 0
}

@media only screen and (max-width: 991px) {
    .list-three-card .post-item .post-info .post-title {
        font-size:2.2rem;
        line-height: 2.8rem;
      
        font-weight: 300;
        margin-bottom: 2.5rem
    }
}

.ar .list-three-card .post-item .post-info .post-title {
    
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .list-three-card .post-item .post-info .post-title {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .list-three-card .post-item .post-info .post-title {
        font-size:2.5rem;
        line-height: 4rem
    }
}

@media only screen and (max-width: 991px) {
    .ru .list-three-card .post-item .post-info .post-title {
       
    }
}

.list-three-card .post-item .post-info .post-date {
    line-height: 4rem
}

@media only screen and (max-width: 991px) {
    .list-three-card .post-item .post-info .post-date {
        line-height:1.6rem;
        font-size: 1.2rem
    }
}

.ar .list-three-card .post-item .post-info .post-date {
   
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .list-three-card .post-item .post-info .post-date {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .list-three-card .post-item .post-info .post-date {
        font-size:1.3rem;
        line-height: 1.3rem
    }
}

.list-three-card .post-item .post-sub-tile {
    line-height: 1.9rem;
    font-size: 1.4rem;
    margin-bottom: 2.8rem
}

@media only screen and (max-width: 991px) {
    .list-three-card .post-item .post-sub-tile {
        margin-bottom:3.3rem
    }
}

.list-three-card .group-load {
    text-align: center;
    margin-top: 6.2rem;
    padding-bottom: 20rem
}

@media only screen and (max-width: 991px) {
    .list-three-card .group-load {
        margin-top:8.5rem;
        padding-bottom: 5.5rem
    }
}

.variation-title-description__title {
    font-size: 5.4rem;
    line-height: 6rem;
    font-weight: 300
}

@media only screen and (max-width: 991px) {
    .variation-title-description__title {
        font-size:2.6rem;
        line-height: 3rem
    }
}

.variation-title-description__description {
    font-size: 3rem;
    line-height: 4.1rem;
    margin-top: 4.7rem
}

@media only screen and (max-width: 991px) {
    .variation-title-description__description {
        font-size:2rem;
        line-height: 2.8rem;
        margin-top: 2.8rem
    }
}

.ar .variation-title-description__title {
   
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .variation-title-description__title {
        line-height:1.4
    }
}

.ar .variation-title-description__description {
    
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .variation-title-description__description {
        line-height:1.4
    }
}

.text-accordion .bottom-button {
    text-align: center
}

.text-accordion .heading-section {
    position: relative;
    font-size: 6.6rem;
    line-height: 7.3rem;
    font-weight: 300;
    padding-bottom: 1.6rem
}

.ar .text-accordion .heading-section {
    font-weight: 400;
    line-height: 9rem
}

@media only screen and (max-width: 991px) {
    .ar .text-accordion .heading-section {
        line-height:1.4
    }
}

@media only screen and (max-width: 991px) {
    .text-accordion .heading-section {
        font-weight:300;
        font-size: 2.6rem;
        line-height: 3rem
    }
}

.text-accordion .heading-section:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 9rem;
    height: .3rem;
    background-color: #fdb913
}

@media only screen and (max-width: 991px) {
    .text-accordion .heading-section:after {
        height:.2rem
    }
}

.ar .text-accordion .heading-section {
 
}

@media only screen and (max-width: 991px) {
    .ar .text-accordion .heading-section {
        line-height:1.4
    }
}

.text-accordion .accordion {
    background-color: transparent;
    cursor: pointer;
    padding: 3.2rem 3rem 3.2rem 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 2.6rem;
    line-height: 3.4rem;
    -webkit-transition: .4s;
    transition: .4s;
    border-top: .1rem solid #000;
    position: relative
}

@media only screen and (max-width: 991px) {
    .text-accordion .accordion {
        font-weight:300;
        font-size: 2rem;
        line-height: 2.5rem;
        padding: 2.5rem 2.4rem 1.5rem 0
    }
}

.text-accordion .accordion__wrap {
    padding: 5rem 7rem
}

@media only screen and (max-width: 991px) {
    .text-accordion .accordion__wrap {
        padding:3.5rem 0 4rem
    }
}

.text-accordion .accordion__item:last-of-type {
    border-bottom: .1rem solid #000
}

.text-accordion .accordion__item .icon-minus,.text-accordion .accordion__item .icon-plus {
    position: absolute;
    top: 3.2rem;
    right: 0
}

@media only screen and (max-width: 991px) {
    .text-accordion .accordion__item .icon-minus,.text-accordion .accordion__item .icon-plus {
        top:2.5rem
    }
}

.text-accordion .accordion__item .icon-minus {
    display: none
}

.text-accordion .accordion.active .icon-plus {
    display: none
}

.text-accordion .accordion.active .icon-minus {
    display: inline-block
}

.text-accordion .panel {
    font-size: 1.8rem;
    line-height: 2.8rem;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .2s ease-out;
    transition: max-height .2s ease-out
}

@media only screen and (max-width: 991px) {
    .text-accordion .panel {
        font-weight:300;
        font-size: 1.4rem;
        line-height: 2rem
    }
}

.content-tile {
    overflow: hidden
}

.content-tile__title {
    position: relative;
    padding-bottom: 4.5rem;
    font-size: 6.6rem;
    line-height: 7.3rem;
    color: #000;
    margin-bottom: 5.8rem
}

@media only screen and (max-width: 991px) {
    .content-tile__title {
        padding-bottom:2rem;
        font-size: 2.6rem;
        font-weight: 300;
        line-height: 3rem;
        margin-bottom: 3.5rem
    }
}

.content-tile__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 17.8rem;
    height: .2rem;
    background-color: #fdb913
}

@media only screen and (max-width: 991px) {
    .content-tile__title::after {
        width:8.2rem
    }
}

.en .content-tile__title {
    letter-spacing: -.2rem
}

@media only screen and (max-width: 991px) {
    .en .content-tile__title {
        letter-spacing:-.05rem
    }
}

.ar .content-tile__title {
   
    font-weight: 400;
    line-height: 9rem
}

@media only screen and (max-width: 991px) {
    .ar .content-tile__title {
        line-height:1.4
    }
}

.content-tile__info {
    padding: 0 2.2rem 4.9rem 0;
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: #000
}

@media only screen and (min-width: 576px) {
    .content-tile__info {
        padding-right:calc((100% - 520px + 44px)/ 2)
    }
}

@media only screen and (min-width: 768px) {
    .content-tile__info {
        padding-right:calc((100% - 720px + 44px)/ 2)
    }
}

@media only screen and (min-width: 992px) {
    .content-tile__info {
        padding-right:calc((100% - 940px + 44px)/ 2)
    }
}

@media only screen and (min-width: 1280px) {
    .content-tile__info {
        padding-right:calc((100% - 1140px + 44px)/ 2)
    }
}

@media only screen and (min-width: 1600px) {
    .content-tile__info {
        padding-right:calc((100% - 1380px + 44px)/ 2)
    }
}

@media only screen and (max-width: 991px) {
    .content-tile__info {
        padding-bottom:3.1rem;
        font-weight: 300;
        font-size: 1.4rem;
        line-height: 2rem
    }
}

.ar .content-tile__info {
    
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.6rem
}

@media only screen and (min-width: 992px) {
    .ar .content-tile__info {
        font-size:1.8rem;
        line-height: 3.6rem
    }
}

.content-tile__list {
    padding-bottom: 7.1rem
}

@media only screen and (max-width: 991px) {
    .content-tile__list {
        padding-bottom:5.5rem
    }
}

.content-tile__list .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0
}

.content-tile__item {
    padding: 0;
    margin: 0 3rem 0 0;
    width: 51rem
}

@media only screen and (max-width: 991px) {
    .content-tile__item {
        margin:0 2.6rem 0 0
    }
}

@media only screen and (max-width: 575px) {
    .content-tile__item {
        width:30rem
    }
}

.content-tile__card {
    position: relative;
    width: 100%
}

.content-tile__image {
    position: relative;
    width: 100%
}

.content-tile__image::after {
    content: "";
    padding-bottom: 139.387755102%;
    display: block
}

.content-tile__image::before {
    position: absolute;
    bottom: 0;
    z-index: 1;
    content: "";
    height: 60%;
    width: 100%;
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.77)),color-stop(95.68%,rgba(0,0,0,0)));
    background: linear-gradient(360deg,rgba(0,0,0,.77) 0,rgba(0,0,0,0) 95.68%)
}

.content-tile__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content-tile__brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 4.6rem
}

@media only screen and (max-width: 991px) {
    .content-tile__brand {
        padding:3rem 2.8rem
    }
}

.content-tile__intro {
    color: #fff;
    font-size: 4.2rem;
    line-height: 5rem
}

@media only screen and (max-width: 991px) {
    .content-tile__intro {
        font-weight:300;
        font-size: 2.2rem;
        line-height: 2.8rem
    }

    .ar .content-tile__intro {
        line-height: 1.4
    }
}

.content-tile__desc {
    margin-top: 2.6rem;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1.4;
    color: #fff
}

@media only screen and (max-width: 991px) {
    .content-tile__desc {
        font-size:1.5rem
    }
}

.ar .content-tile__desc {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .content-tile__desc {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .content-tile__desc {
        font-size:2.6rem;
        line-height: 4.5rem
    }
}

.content-tile__logo {
    position: absolute;
    top: 4.6rem;
    left: 4.6rem;
    width: 13.4rem;
    height: 13.4rem;
    background-color: #fff
}

@media only screen and (max-width: 991px) {
    .content-tile__logo {
        width:8.2rem;
        height: 8.2rem;
        top: 3rem;
        left: 2.8rem
    }
}

.content-tile__logo::before {
    content: "";
    padding-bottom: 100%;
    display: block
}

.content-tile__logo img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.content-tile.content-tile-MR .content-tile__item {
    width: 38.2rem
}

.content-tile.content-tile-MR .content-tile__image:after {
    padding-bottom: 93.7172774869%
}

.event-slider__title {
    position: relative;
    padding-bottom: 4.5rem;
    font-size: 6.6rem;
    text-transform: capitalize;
    line-height: 7.3rem;
    color: #000
}

.en .event-slider__title {
    letter-spacing: -.2rem
}

@media only screen and (max-width: 991px) {
    .event-slider__title {
        padding-bottom:2rem;
        font-size: 2.6rem;
        font-weight: 300;
        line-height: 3rem
    }

    .en .event-slider__title {
        letter-spacing: -.05rem
    }
}

.event-slider__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 17.8rem;
    height: .2rem;
    background-color: #fdb913
}

@media only screen and (max-width: 991px) {
    .event-slider__title::after {
        width:8.2rem
    }
}

.event-slider__list {
    padding: 5.5rem 0
}

@media only screen and (max-width: 991px) {
    .event-slider__list {
        padding-top:3.5rem
    }
}

.event-slider__list>.row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0
}

.event-slider__item {
    padding: 0 3.3rem 0 0;
    width: 43.5rem;
    height: auto
}

@media only screen and (max-width: 991px) {
    .event-slider__item {
        width:32rem
    }
}

.event-slider__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.event-slider__image {
    position: relative
}

.event-slider__image::after {
    content: "";
    padding-bottom: 100%;
    display: block
}

.event-slider__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.event-slider__tag {
    position: relative;
    padding-top: 2.8rem;
    font-size: 1.4rem;
    line-height: 1.9rem;
    text-transform: uppercase;
    color: #535556
}

.en .event-slider__tag {
    letter-spacing: .1rem
}

@media only screen and (max-width: 991px) {
    .event-slider__tag {
        padding:2.15rem 0;
        font-size: 1.2rem
    }
}

.event-slider__tag .icon-calendar {
    margin-right: .5rem
}

.event-slider__tag .tag-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.event-slider__tag span.line {
    width: 1.5rem;
    height: .1rem;
    background-color: #535556;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media only screen and (max-width: 991px) {
    .event-slider__tag span.line {
        display:none
    }
}

.event-slider__tag span.tag {
    display: inline-block;
    margin-left: .9rem
}

@media only screen and (max-width: 991px) {
    .event-slider__tag span.tag {
        margin:0;
        font-size: 1.2rem;
        line-height: 1.6rem
    }
}

.event-slider__tag a.btn-blue {
    display: none;
    min-width: 9rem
}

@media only screen and (max-width: 991px) {
    .event-slider__tag a.btn-blue {
        display:inline-block;
        padding: 0
    }
}

.event-slider__tag a.btn-blue .text {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    text-transform: uppercase
}

.en .event-slider__tag a.btn-blue .text {
    letter-spacing: 12%
}

.event-slider__tag .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.event-slider__tag .row .col-4,.event-slider__tag .row .col-8 {
    padding: 0
}

.event-slider__info {
    padding-top: .5rem;
    padding-bottom: 5rem;
    font-size: 3rem;
    line-height: 3.8rem;
    text-transform: capitalize;
    color: #000;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.en .event-slider__info {
    letter-spacing: -.5%
}

@media only screen and (max-width: 991px) {
    .event-slider__info {
        padding-bottom:2.15rem;
        font-weight: 300;
        font-size: 1.8rem;
        line-height: 2.4rem
    }
}

.event-slider__detail .key {
    padding-top: .4rem;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.92rem;
    color: #000;
    text-transform: uppercase
}

.en .event-slider__detail .key {
    letter-spacing: 4%
}

@media only screen and (max-width: 991px) {
    .event-slider__detail .key {
        padding-top:0;
        font-size: 1.3rem;
        line-height: 1.8rem;
        color: #535556
    }

    .en .event-slider__detail .key {
        letter-spacing: 12%
    }
}

.event-slider__detail .value {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.5rem;
    color: #000;
    text-transform: capitalize
}

@media only screen and (max-width: 991px) {
    .event-slider__detail .value {
        font-weight:400;
        font-size: 1.3rem;
        line-height: 1.8rem;
        color: #535556
    }
}

.event-slider__btn-more {
    margin-top: 2rem;
    padding-left: 7.3rem;
    font-family: Interstate-Regular,sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .event-slider__btn-more {
        margin-top:4.4rem;
        padding-left: 5.5rem
    }
}

.ru .event-slider__btn-more {
    font-family: Roboto-Regular,sans-serif
}

.event-slider__btn-more .btn-more {
    font-size: 1.4rem;
    line-height: 1.7rem;
    text-decoration: none;
    text-transform: uppercase;
    color: #00b1b0
}

@media only screen and (max-width: 991px) {
    .event-slider__btn-more .btn-more {
        font-weight:400;
        font-size: 1.3rem;
        line-height: 1.4rem
    }
}

@media only screen and (max-width: 991px) {
    .event-slider__btn-add {
        display:none
    }
}

.event-slider__btn-add .btn-blue--add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .5rem 0;
    margin-top: 4rem;
    width: 100%;
    font-weight: 400
}

.event-slider__btn-add .btn-blue--add .icon-calendar {
    margin-right: .5rem
}

.event-slider__btn-add .btn-blue--add.hidden-btn {
    visibility: collapse
}

.ar .event-slider .tag-line .tag {
    font-weight: 400;
    font-family: DinarOneMedium,sans-serif
}

@media only screen and (max-width: 991px) {
    .ar .event-slider .tag-line .tag {
        line-height:1.4
    }
}

.ar .event-slider__title {
    line-height: 9rem
}

@media only screen and (max-width: 991px) {
    .ar .event-slider__title {
        line-height:1.4
    }
}

.ar .event-slider__info {
    font-weight: 400;
    font-family: DinarOneMedium,sans-serif
}

@media only screen and (max-width: 991px) {
    .ar .event-slider__info {
        line-height:1.4
    }
}

.ar .event-slider__detail .value {
    font-weight: 400;
    font-family: DinarOneMedium,sans-serif
}

@media only screen and (max-width: 991px) {
    .ar .event-slider__detail .value {
        line-height:1.4
    }
}

.ar .event-slider__detail .key {
    font-weight: 400;
    font-family: DinarOneMedium,sans-serif
}

@media only screen and (max-width: 991px) {
    .ar .event-slider__detail .key {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .event-slider__detail .key {
        line-height:1.99rem;
        letter-spacing: .1rem
    }
}

.ar .event-slider__btn-more {
    font-family: DinarOneMedium,sans-serif
}

@media only screen and (max-width: 991px) {
    .ar .event-slider__btn-more {
        line-height:1.4
    }
}

.ar .event-slider__btn-add .btn-blue--add span:last-child {
    font-family: DinarOneMedium,sans-serif
}

@media only screen and (min-width: 992px) {
    .ar .event-slider__btn-add .btn-blue--add span:last-child {
        font-size:1.4rem
    }
}

.board-member h3 {
    font-family: Interstate-Regular,sans-serif;
    font-weight: 400;
    position: relative;
    font-size: 2rem;
    line-height: 2.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 5.4rem
}

.en .board-member h3 {
    letter-spacing: 1px
}

.ru .board-member h3 {
    font-family: Roboto-Regular,sans-serif
}

@media only screen and (max-width: 991px) {
    .board-member h3 {
        font-size:1.3rem;
        line-height: 1.8rem;
        margin-bottom: 4.5rem
    }
}

.board-member h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10.6rem;
    border-bottom: 2px solid #ffc72c
}

.board-member h2 {
    font-family: Interstate-Thin,sans-serif;
    font-weight: 400;
    font-size: 12rem;
    line-height: 10.7rem;
    padding-bottom: 7.2rem;
    border-bottom: .6rem solid #ffc72c;
    margin-bottom: 12.8rem;
    text-transform: uppercase
}

.en .board-member h2 {
    letter-spacing: 2px
}

.ru .board-member h2 {
    font-family: Roboto-Thin,sans-serif
}

@media only screen and (max-width: 991px) {
    .board-member h2 {
        font-size:4.2rem;
        line-height: 4.2rem;
        padding-bottom: 3.5rem;
        border-width: .2rem;
        margin-bottom: 2.6rem
    }

    .en .board-member h2 {
        letter-spacing: -2px
    }
}

.board-member__content {
    margin-bottom: 2.8rem
}

.board-member__content h4 {
    font-weight: 300;
    font-size: 6.6rem;
    line-height: 7.3rem;
    margin-bottom: 2.8rem;
    margin-top: 4.5rem
}

@media only screen and (min-width: 992px) {
    .board-member__content h4 {
        width:49%
    }
}

@media only screen and (min-width: 992px) and (max-width:1599px) {
    .board-member__content h4 {
        font-size:4.5rem;
        line-height: 6rem
    }
}

.en .board-member__content h4 {
    letter-spacing: -.2rem
}

@media only screen and (max-width: 991px) {
    .board-member__content h4 {
        font-size:2.6rem;
        line-height: 3rem;
        margin-top: 1.5rem;
        margin-bottom: .5rem
    }

    .en .board-member__content h4 {
        letter-spacing: -.5px
    }
}

@media only screen and (min-width: 992px) {
    .board-member__img {
        float:right
    }
}

@media only screen and (min-width: 992px) and (max-width:1599px) {
    .board-member__img {
        width:50%
    }
}

@media only screen and (max-width: 991px) {
    .board-member__info {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2
    }
}

.board-member__position {
    font-size: 3rem;
    line-height: 3.8rem;
    margin-bottom: 10rem
}

.en .board-member__position {
    letter-spacing: -.05rem
}

@media only screen and (max-width: 991px) {
    .ru .board-member__position {
        font-family:Roboto-Regular,sans-serif
    }
}

@media only screen and (max-width: 991px) {
    .board-member__position {
        font-family:Interstate-Regular,sans-serif;
        font-weight: 400;
        font-size: 1.3rem;
        color: #535556;
        line-height: 1.8rem;
        margin-bottom: 3.5rem
    }
}

.board-member__desc p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 0
}

@media only screen and (max-width: 991px) {
    .board-member__desc p {
        font-size:1.4rem;
        line-height: 1.6rem;
        color: #484848
    }
}

.board-member__img img {
    width: 100%
}

.board-member__bottom p {
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding-bottom: 2.8rem
}

@media only screen and (max-width: 991px) {
    .board-member__bottom p {
        font-weight:300;
        font-size: 1.4rem;
        line-height: 2rem;
        color: #484848
    }
}

.ar .board-member .container h3 {
    font-family: DinarOneMedium,sans-serif
}

@media only screen and (max-width: 991px) {
    .ar .board-member .container h3 {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .board-member .container h3 {
        line-height:3rem;
        font-size: 1.7rem
    }
}

.ar .board-member .container h2 {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 300;
    line-height: 13.3rem
}

@media only screen and (max-width: 991px) {
    .ar .board-member .container h2 {
        line-height:1.4
    }
}

.ar .board-member__info h4 {
    font-family: DinarOneMedium,sans-serif
}

@media only screen and (max-width: 991px) {
    .ar .board-member__info h4 {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .board-member__info h4 {
        line-height:7rem;
        font-size: 5.3rem
    }
}

.ar .board-member__position {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 300;
    letter-spacing: -.05rem;
    color: #414141
}

@media only screen and (max-width: 991px) {
    .ar .board-member__position {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .board-member__position {
        font-size:2.6rem;
        line-height: 3.8rem
    }
}

.ar .board-member__bottom p,.ar .board-member__desc p {
    font-weight: 400;
    font-family: DinarOneMedium,sans-serif;
    color: #414141
}

@media only screen and (max-width: 991px) {
    .ar .board-member__bottom p,.ar .board-member__desc p {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .board-member__bottom p,.ar .board-member__desc p {
        font-size:1.8rem;
        line-height: 3.2rem
    }
}

.simple-description h3 {
    font-weight: 300;
    font-size: 6.6rem;
    line-height: 7.3rem;
    position: relative;
    margin-bottom: 10rem
}

.ar .simple-description h3 {
    font-family: DinarOneMedium,sans-serif
}

@media only screen and (max-width: 991px) {
    .ar .simple-description h3 {
        line-height:3rem
    }
}

@media only screen and (min-width: 992px) {
    .ar .simple-description h3 {
        font-size:4.5rem;
        line-height: 5.5rem
    }
}

@media only screen and (max-width: 991px) {
    .simple-description h3 {
        font-weight:300;
        font-size: 2.6rem;
        line-height: 3rem;
        margin-bottom: 5.4rem
    }
}

.simple-description h3:after {
    content: "";
    border-bottom: .2rem solid #fdb913;
    position: absolute;
    left: 0;
    bottom: -4rem;
    width: 17.8rem
}

@media only screen and (max-width: 991px) {
    .simple-description h3:after {
        bottom:-2rem;
        border-width: .2rem;
        width: 8.2rem
    }
}

.simple-description__top {
    margin-bottom: 6rem;
    text-align: center
}

@media only screen and (max-width: 991px) {
    .simple-description__top {
        margin-bottom:4.8rem
    }
}

.simple-description__top p {
    font-weight: 300;
    font-size: 3rem;
    line-height: 4.1rem;
    color: #000
}

@media only screen and (max-width: 991px) {
    .simple-description__top p {
        font-size:2rem;
        line-height: 2.8rem
    }
}

.en .simple-description__top p {
    letter-spacing: -.04rem
}

.ar .simple-description__top p {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .simple-description__top p {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .simple-description__top p {
        font-size:3rem;
        line-height: 5.5rem
    }
}

.simple-description__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-family: Interstate-Thin,sans-serif;
    padding-bottom: 9rem;
    margin-bottom: 12.4rem;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 991px) {
    .simple-description__middle {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        margin-bottom: 4.8rem;
        padding-bottom: 5rem
    }
}

.simple-description__middle:after {
    content: "";
    border-bottom: .3rem solid #fdb913;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 8.9rem
}

.ar .simple-description__middle {
    font-family: DinarOneMedium,sans-serif
}

.ru .simple-description__middle {
    font-family: Roboto-Thin,sans-serif
}

.simple-description__middle .text__big {
    display: inline-block;
    margin-right: 2rem;
    font-weight: 250;
    font-size: 10rem;
    line-height: 10rem
}

@media only screen and (max-width: 991px) {
    .simple-description__middle .text__big {
        display:block;
        margin-right: unset;
        font-size: 9rem;
        line-height: 9rem
    }
}

.ar .simple-description__middle .text__big {
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .simple-description__middle .text__big {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .simple-description__middle .text__big {
        font-size:8rem;
        line-height: 1.2
    }
}

.pt-br .simple-description__middle .text__big {
    line-height: 1
}

.simple-description__middle .text__small {
    font-family: Interstate-Light,sans-serif;
    font-weight: 300;
    font-size: 2rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    display: inline-block
}

@media only screen and (max-width: 991px) {
    .simple-description__middle .text__small {
        margin-top:2rem;
        font-size: 2rem;
        line-height: 2.5rem;
        display: block
    }
}

.ar .simple-description__middle .text__small {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .simple-description__middle .text__small {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .simple-description__middle .text__small {
        font-size:2rem;
        line-height: 2.8rem
    }
}

.ru .simple-description__middle .text__small {
    font-family: Roboto-Light,sans-serif
}

.simple-description__left {
    color: #00b1b0;
    text-transform: uppercase
}

@media only screen and (max-width: 991px) {
    .simple-description__left {
        margin-bottom:5.3rem
    }
}

.simple-description__left .text__big {
    letter-spacing: -.3rem
}

@media only screen and (min-width: 992px) and (max-width:1599px) {
    .simple-description__left .text__big {
        margin-bottom:1.5rem
    }
}

.en .simple-description__left .text__small {
    width: 25rem
}

@media only screen and (max-width: 991px) {
    .en .simple-description__left .text__small {
        margin:2rem auto 0;
        text-align: center
    }
}

.simple-description__right {
    color: #00b1b0;
    text-transform: uppercase
}

.simple-description__right .text__big {
    letter-spacing: -.2rem
}

@media only screen and (min-width: 992px) and (max-width:1599px) {
    .simple-description__right .text__big {
        margin-bottom:1.5rem
    }
}

.simple-description__right .text__small {
    width: 18rem
}

.en .simple-description__right .text__small {
    width: 21rem
}

@media only screen and (max-width: 991px) {
    .simple-description__right .text__small {
        margin:2rem auto 0;
        text-align: center
    }
}

.simple-description__bottom+.simple-description__middle {
    margin-top: 6.2rem
}

@media only screen and (max-width: 991px) {
    .simple-description__bottom+.simple-description__middle {
        margin-top:4rem
    }
}

.simple-description__bottom p {
    font-weight: 300;
    font-size: 2rem;
    line-height: 3rem;
    padding-bottom: 6.2rem;
    margin: 0
}

.simple-description__bottom p:last-child {
    padding-bottom: 0
}

@media only screen and (max-width: 991px) {
    .simple-description__bottom p {
        font-size:1.4rem;
        line-height: 2rem;
        padding-bottom: 4rem;
        opacity: 80%
    }
}

.ar .simple-description__bottom p {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400;
    color: #414141
}

@media only screen and (max-width: 991px) {
    .ar .simple-description__bottom p {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .simple-description__bottom p {
        font-size:1.8rem;
        line-height: 3.2rem
    }
}

.ar .simple-description__bottom .font-size-detail-1 {
    line-height: 2.8rem!important
}

@media only screen and (min-width: 992px) {
    .ar .simple-description__bottom .font-size-detail-1 {
        line-height:3.2rem!important;
        font-size: 1.8rem!important
    }
}

.simple-description.\--has-bg {
    position: relative;
    padding: 13.8rem 0
}

@media only screen and (max-width: 991px) {
    .simple-description.\--has-bg {
        padding:5rem 0
    }
}

.simple-description.\--has-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1
}

.simple-description.--variant2 {
    position: relative
}

.simple-description.--variant2 .simple-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.simple-description.--variant2 .simple-description__bottom p,.simple-description.--variant2 .simple-description__top p {
    font-size: 2.4rem!important;
    line-height: 3.2rem!important
}

@media only screen and (max-width: 991px) {
    .simple-description.--variant2 .simple-description__bottom p,.simple-description.--variant2 .simple-description__top p {
        font-size:1.8rem!important;
        line-height: 2.4rem!important
    }
}

.en .simple-description.--variant2 .simple-description__bottom p,.en .simple-description.--variant2 .simple-description__top p {
    letter-spacing: -.04rem
}

.ar .simple-description.--variant2 .simple-description__bottom p,.ar .simple-description.--variant2 .simple-description__top p {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .simple-description.--variant2 .simple-description__bottom p,.ar .simple-description.--variant2 .simple-description__top p {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .simple-description.--variant2 .simple-description__bottom p,.ar .simple-description.--variant2 .simple-description__top p {
        font-size:2.4rem;
        line-height: 4rem
    }
}

.simple-description.container {
    padding-left: 3rem;
    padding-right: 3rem
}

@media only screen and (min-width: 992px) {
    .simple-description.container {
        padding-left:12rem;
        padding-right: 12rem
    }

    .simple-description.container img {
        left: calc(var(--bs-gutter-x) * .5);
        right: calc(var(--bs-gutter-x) * .5)
    }
}

.multi-article {
    padding: 0 8.3rem
}

@media only screen and (max-width: 767px) {
    .multi-article {
        padding:0 2.3rem
    }
}

.multi-article__title {
    position: relative;
    padding-bottom: 4.5rem;
    font-size: 6.6rem;
    text-transform: capitalize;
    line-height: 7.3rem;
    color: #000
}

.en .multi-article__title {
    letter-spacing: -.2rem
}

@media only screen and (max-width: 767px) {
    .multi-article__title {
        padding-bottom:2rem;
        font-size: 2.6rem;
        font-weight: 300;
        line-height: 3.1rem
    }

    .en .multi-article__title {
        letter-spacing: -.05rem
    }
}

.multi-article__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 9rem;
    border: solid .2rem #fdb913
}

@media only screen and (max-width: 767px) {
    .multi-article__title::after {
        width:8.2rem
    }
}

.multi-article__desc {
    display: block;
    margin-top: 4.1rem;
    font-weight: 300;
    font-size: 2rem;
    line-height: 3rem;
    color: #000
}

@media only screen and (max-width: 767px) {
    .multi-article__desc {
        display:none
    }
}

.multi-article__control {
    padding-top: 2.4rem
}

.multi-article__tab-list ul.nav-tabs {
    display: block
}

.multi-article__tab-list ul.nav-tabs li a {
    display: inline-block;
    padding: 2.9rem 0;
    width: 100%;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: solid 1px #d1d1d1;
    font-size: 2.6rem;
    line-height: 3.2rem;
    color: #818181;
    text-decoration: none;
    text-transform: capitalize
}

.multi-article__tab-list ul.nav-tabs li a.active {
    color: #000;
    background-color: transparent;
    border-bottom: solid 2px #000
}

.multi-article__tab-content {
    padding-top: 2rem
}

.multi-article__tab-content .subtab-title {
    margin-bottom: 2rem;
    font-weight: 300;
    color: #000;
    font-size: 5.4rem;
    line-height: 6rem;
    text-transform: capitalize
}

.en .multi-article__tab-content .subtab-title {
    letter-spacing: -.1rem
}

.multi-article__tab-content .subtab-content {
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #000
}

@media only screen and (min-width: 768px) {
    .partners.\--all-theme .heading {
        margin-bottom:12rem
    }
}

.partners .heading {
    font-weight: 300;
    line-height: 3rem
}

@media only screen and (min-width: 768px) {
    .partners .heading {
        margin-bottom:11.8rem;
        line-height: 7.3rem
    }

    .en .partners .heading {
        letter-spacing: -.1rem
    }
}

.en .partners .heading {
    letter-spacing: -.05rem
}

.ar .partners .heading {
    font-weight: 400;
    line-height: 9rem
}

@media only screen and (max-width: 991px) {
    .ar .partners .heading {
        line-height:1.4
    }
}

.partners__tabs-control {
    display: none
}

@media only screen and (min-width: 992px) {
    .partners__tabs-control {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.partners__tabs-control .nav {
    width: calc(100% - 100px);
    margin-bottom: 0
}

.partners__tabs-control .nav-item {
    margin-right: 8.5rem
}

@media only screen and (min-width: 1280px) {
    .partners__tabs-control .nav-item {
        min-width:20rem
    }
}

.partners__tabs-control .nav-link {
    font-weight: 400;
    font-size: 4.2rem;
    line-height: 2.4rem;
    text-transform: capitalize;
    color: #000;
    border: none;
    background-color: transparent;
    position: relative;
    padding: 2rem 0
}

.en .partners__tabs-control .nav-link {
    letter-spacing: .1rem
}

.partners__tabs-control .nav-link.active {
    color: #00b1b0;
    text-decoration: underline;
    background-color: transparent
}

.partners__tabs-control .nav-link:after {
    content: attr(data-amount);
    position: absolute;
    top: 0;
    left: 100%;
    font-size: 1.8rem;
    line-height: 2.4rem
}

.partners .custom-dropdown {
    margin-top: 3.5rem
}

@media only screen and (min-width: 992px) {
    .partners .custom-dropdown {
        display:none
    }
}

.partners__btn-all {
    padding-left: 4rem
}

.partners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4rem;
    margin-bottom: 5.5rem
}

@media only screen and (max-width: 991px) {
    .partners__list {
        margin-bottom:4rem
    }
}

.relate-asset .partners__list {
    margin-top: 0
}

.all-partners .partners__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-left: -3.6rem;
    margin-right: -3.6rem
}

@media only screen and (max-width: 991px) {
    .all-partners .partners__list {
        margin-left:-1.1rem;
        margin-right: -1.1rem
    }
}

.partners__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 40rem;
    margin-bottom: 6rem
}

.relate-asset .partners__item {
    margin-top: 0
}

@media only screen and (max-width: 991px) {
    .partners__item {
        width:28.3rem;
        margin-bottom: 2.2rem
    }

    .relate-asset .partners__item {
        margin-top: 0
    }
}

.padding-left-container .partners__item:not(:last-child) {
    margin-right: 4.5rem
}

@media only screen and (max-width: 991px) {
    .padding-left-container .partners__item:not(:last-child) {
        margin-right:2.6rem
    }
}

.all-partners .partners__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    padding-left: 3.6rem;
    padding-right: 3.6rem;
    margin-right: 0
}

@media only screen and (max-width: 991px) {
    .all-partners .partners__item {
        -ms-flex-preferred-size:50%;
        flex-basis: 50%;
        padding-left: 1.1rem;
        padding-right: 1.1rem
    }
}

.partners__item a {
    display: block
}

.partners__item img {
    width: 100%;
    border: 1px solid #d1d1d1
}

.partners__loadmore {
    text-align: center;
    margin-top: 6rem
}

@media only screen and (max-width: 991px) {
    .partners__loadmore .cta-primary {
        min-width:18.5rem
    }
}

.partners .slick-next,.partners .slick-prev {
    background-color: #00b1b0;
    border-radius: 50%;
    width: 3.3rem;
    height: 3.3rem
}

.partners .slick-next:before,.partners .slick-prev:before {
    font-family: icomoon;
    font-size: 1rem;
    color: #fff;
    opacity: 1
}

.partners .slick-next.slick-disabled,.partners .slick-prev.slick-disabled {
    opacity: .5;
    cursor: default
}

.partners .slick-prev:before {
    content: "\e90a"
}

.partners .slick-next:before {
    content: "\e909"
}

.partners .slick-prev~.slick-list {
    margin: 0 8rem
}

.partners .tab-content {
    margin-top: 6rem
}

.partners .tab-pane {
    overflow: hidden
}

.ar .partners .slick-next {
    right: auto;
    left: 0
}

.ar .partners .slick-prev {
    right: 0;
    left: auto
}

.relate-asset .heading {
    font-weight: 300;
    margin-bottom: 6.5rem
}

@media only screen and (min-width: 992px) {
    .relate-asset .heading {
        margin-bottom:14.8rem
    }
}

.relate-asset .heading::after {
    border-width: .2rem;
    bottom: -4.5rem
}

@media only screen and (max-width: 991px) {
    .relate-asset .heading::after {
        bottom:-1rem
    }
}

.ar .relate-asset .heading {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .relate-asset .heading {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .relate-asset .heading {
        font-size:4.5rem;
        line-height: 5.5rem
    }
}

.image-with-different-description .heading-section {
    position: relative;
    font-weight: 400;
    font-size: 6.6rem;
    line-height: 7.3rem;
    padding-bottom: 1.6rem;
    margin-bottom: 6.4rem
}

.en .image-with-different-description .heading-section {
    letter-spacing: -.2rem
}

.ar .image-with-different-description .heading-section {
    line-height: 9rem
}

@media only screen and (max-width: 991px) {
    .ar .image-with-different-description .heading-section {
        line-height:1.4
    }
}

@media only screen and (max-width: 991px) {
    .image-with-different-description .heading-section {
        font-weight:300;
        font-size: 2.6rem;
        line-height: 3rem;
        padding-bottom: 2rem;
        margin-bottom: 4rem
    }

    .en .image-with-different-description .heading-section {
        letter-spacing: -.05rem
    }
}

.image-with-different-description .heading-section:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 9rem;
    height: .3rem;
    background-color: #fdb913
}

.image-with-different-description .iwdd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (max-width: 991px) {
    .image-with-different-description .iwdd {
        display:block;
        text-align: center
    }
}

.image-with-different-description .iwdd__image {
    width: 50%
}

@media only screen and (max-width: 991px) {
    .image-with-different-description .iwdd__image {
        width:100%
    }
}

.image-with-different-description .iwdd__content {
    text-align: left;
    padding-left: 7.5rem;
    margin: auto
}

@media only screen and (max-width: 991px) {
    .image-with-different-description .iwdd__content {
        padding-left:0;
        padding-top: 1.5rem
    }
}

.image-with-different-description .iwdd__content-name {
    font-size: 2.6rem;
    line-height: 3.2rem;
    text-transform: capitalize;
    margin-bottom: 2rem
}

.image-with-different-description .iwdd__content-btn {
    margin-top: 4rem
}

.image-with-different-description .iwdd__content-item {
    margin-top: 7rem;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .image-with-different-description .iwdd__content-item {
        margin-top:4.5rem
    }
}

.image-with-different-description .iwdd__content-item:first-of-type {
    margin-top: 0
}

.image-with-different-description .iwdd__content-item-title {
    font-size: 2.6rem;
    line-height: 3.2rem
}

@media only screen and (max-width: 991px) {
    .image-with-different-description .iwdd__content-item-title {
        font-weight:300;
        font-size: 2.2rem;
        line-height: 2.8rem
    }
}

.image-with-different-description .iwdd__content-item-description {
    font-size: 1.6rem;
    line-height: 2.5rem;
    padding-top: 1.3rem
}

.ar .image-with-different-description .iwdd__content-item-description {
    line-height: 3.2rem
}

@media only screen and (max-width: 991px) {
    .ar .image-with-different-description .iwdd__content-item-description {
        line-height:1.4
    }
}

@media only screen and (max-width: 991px) {
    .image-with-different-description .iwdd__content-item-description {
        padding-top:1.1rem;
        font-weight: 300;
        font-size: 1.4rem;
        line-height: 2rem
    }
}

.image-with-different-description.--title-large-left .heading-section,.image-with-different-description.--title-large-right .heading-section {
    padding-bottom: 4.5rem;
    margin-bottom: 7.3rem;
    font-weight: 300
}

.image-with-different-description.--title-large-left .heading-section: :after,.image-with-different-description.--title-large-right .heading-section::after {
    height:.2rem;
    width: 17.8rem
}

.image-with-different-description.--title-large-left .iwdd__content,.image-with-different-description.--title-large-right .iwdd__content {
    margin-top: 0
}

.image-with-different-description.--title-large-left .iwdd__content-name+.iwdd__content-item,.image-with-different-description.--title-large-right .iwdd__content-name+.iwdd__content-item {
    margin-top: 3rem
}

.image-with-different-description.--title-large-left .iwdd__content-item-title,.image-with-different-description.--title-large-right .iwdd__content-item-title {
    font-weight: 300;
    font-size: 5.4rem;
    line-height: 6rem
}

.image-with-different-description.--title-large-left .iwdd__content-item-name,.image-with-different-description.--title-large-right .iwdd__content-item-name {
    font-size: 2.6rem;
    line-height: 3.2rem
}

.image-with-different-description.--title-large-left .iwdd__content-item-description,.image-with-different-description.--title-large-right .iwdd__content-item-description {
    font-weight: 300;
    padding-top: 3rem;
    font-size: 2rem;
    line-height: 3rem
}

.image-with-different-description.--title-large-left .iwdd__content-btn,.image-with-different-description.--title-large-right .iwdd__content-btn {
    margin-top: 3rem
}

@media only screen and (max-width: 991px) {
    .image-with-different-description.--title-large-left .iwdd__content,.image-with-different-description.--title-large-right .iwdd__content {
        margin-top:1.4rem
    }

    .image-with-different-description.--title-large-left .iwdd__content-item,.image-with-different-description.--title-large-right .iwdd__content-item {
        margin-top: 1.2rem
    }

    .image-with-different-description.--title-large-left .iwdd__content-item-title,.image-with-different-description.--title-large-right .iwdd__content-item-title {
        font-size: 2.6rem;
        line-height: 3rem
    }

    .image-with-different-description.--title-large-left .iwdd__content-item-name,.image-with-different-description.--title-large-right .iwdd__content-item-name {
        font-size: 1.8rem;
        line-height: 2.4rem
    }

    .image-with-different-description.--title-large-left .iwdd__content-item-description,.image-with-different-description.--title-large-right .iwdd__content-item-description {
        padding-top: 2rem;
        font-size: 1.4rem;
        line-height: 2rem
    }

    .image-with-different-description.--title-large-left .iwdd__content-btn,.image-with-different-description.--title-large-right .iwdd__content-btn {
        margin-top: 2rem
    }
}

.image-with-different-description.--title-display .iwdd__content-item-title {
    display: unset!important
}

.image-with-different-description.--title-large-right .iwdd__content {
    padding-left: 4.3rem
}

.image-with-different-description.--title-large-right .iwdd__content-item-title {
    display: none
}

@media only screen and (max-width: 991px) {
    .image-with-different-description.--title-large-right .iwdd__content {
        padding-left:0
    }
}

.image-with-different-description.--title-large-left .iwdd {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.image-with-different-description.--title-large-left .iwdd__content {
    padding-left: 0;
    padding-right: 4.4rem
}

@media only screen and (max-width: 991px) {
    .image-with-different-description.--title-large-left .iwdd {
        -webkit-box-orient:unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset
    }
}

.image-with-different-description.image-with-different-description-MR .iwdd__content {
    width: 50%;
    padding-left: 8.7rem
}

@media only screen and (max-width: 991px) {
    .image-with-different-description.image-with-different-description-MR .iwdd__content {
        width:100%;
        padding: 0;
        margin-top: 3.1rem
    }
}

.image-with-different-description.image-with-different-description-MR .iwdd__bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.image-with-different-description.image-with-different-description-MR .heading-section:after {
    width: 11rem
}

@media only screen and (max-width: 991px) {
    .image-with-different-description.image-with-different-description-MR .heading-section {
        padding-bottom:2rem;
        margin-bottom: 4rem
    }

    .ar .image-with-different-description.image-with-different-description-MR .heading-section {
        margin-bottom: 3.6rem
    }

    .image-with-different-description.image-with-different-description-MR .heading-section:after {
        width: 8.2rem
    }
}

.image-with-different-description.image-with-different-description-MR.\--title-large-right .heading-section {
    margin-bottom: 5.5rem
}

@media only screen and (max-width: 991px) {
    .image-with-different-description.image-with-different-description-MR.\--title-large-right .heading-section {
        margin-bottom:4rem
    }
}

.image-with-different-description.image-with-different-description-MR.\--title-large-left .heading-section {
    display: none
}

.image-with-different-description.image-with-different-description-MR.\--title-large-left .iwdd__content {
    padding-left: 0;
    padding-right: 9.8rem
}

@media only screen and (max-width: 991px) {
    .image-with-different-description.image-with-different-description-MR.\--title-large-left .heading-section {
        display:block
    }

    .image-with-different-description.image-with-different-description-MR.\--title-large-left .iwdd__content-item-title {
        display: none
    }

    .image-with-different-description.image-with-different-description-MR.\--title-large-left .iwdd__content {
        padding-right: 0
    }
}

.image-with-different-description.image-with-different-description-MR .iwdd__content-item-description {
    padding-top: 0
}

.ar .image-with-different-description.image-with-different-description-MR .iwdd__content-item-description {
    line-height: 3.5rem
}

@media only screen and (max-width: 991px) {
    .ar .image-with-different-description.image-with-different-description-MR .iwdd__content-item-description {
        font-weight:500;
        line-height: 2rem
    }
}

.image-with-different-description.image-with-different-description-MR .iwdd__content-btn {
    margin-top: 4rem
}

@media only screen and (max-width: 991px) {
    .image-with-different-description.image-with-different-description-MR .iwdd__content-btn {
        margin-top:2.2rem
    }
}

.image-with-different-description.image-with-different-description-MR .iwdd__content-item-title.--has-bottom-line {
    position: relative;
    font-weight: 300;
    font-size: 6.6rem;
    line-height: 7.3rem;
    padding-bottom: 4.5rem;
    margin-bottom: 2.4rem
}

.en .image-with-different-description.image-with-different-description-MR .iwdd__content-item-title.--has-bottom-line {
    letter-spacing: -.2rem
}

.ar .image-with-different-description.image-with-different-description-MR .iwdd__content-item-title.--has-bottom-line {
    line-height: 9rem
}

@media only screen and (max-width: 991px) {
    .ar .image-with-different-description.image-with-different-description-MR .iwdd__content-item-title.--has-bottom-line {
        line-height:1.4
    }
}

@media only screen and (max-width: 991px) {
    .image-with-different-description.image-with-different-description-MR .iwdd__content-item-title.--has-bottom-line {
        font-weight:300;
        font-size: 2.6rem;
        line-height: 3rem;
        padding-bottom: 2rem;
        margin-bottom: 4rem
    }

    .en .image-with-different-description.image-with-different-description-MR .iwdd__content-item-title.--has-bottom-line {
        letter-spacing: -.05rem
    }
}

.image-with-different-description.image-with-different-description-MR .iwdd__content-item-title.--has-bottom-line: after {
    content:"";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 9rem;
    height: .3rem;
    background-color: #fdb913
}

.image-with-different-description.image-with-different-description-MR.\--small-img .iwdd__content-item-title {
    font-size: 12rem;
    line-height: 13.5rem;
    letter-spacing: .2rem;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    font-weight: 250;
    font-family: Interstate-Thin,sans-serif
}

.image-with-different-description.image-with-different-description-MR.\--small-img .iwdd__content-item-title b,.image-with-different-description.image-with-different-description-MR.\--small-img .iwdd__content-item-title strong {
    font-family: Interstate-Light,sans-serif;
    font-weight: 300
}

.ar .image-with-different-description.image-with-different-description-MR.\--small-img .iwdd__content-item-title {
    font-family: DinarOneMedium,sans-serif;
    line-height: 13.5rem
}

@media only screen and (max-width: 991px) {
    .ar .image-with-different-description.image-with-different-description-MR.\--small-img .iwdd__content-item-title {
        line-height:1.2
    }
}

.image-with-different-description.image-with-different-description-MR.\--small-img .iwdd__content-item-title.\--has-bottom-line:after {
    width: 13.1rem
}

@media only screen and (max-width: 1279px) {
    .image-with-different-description.image-with-different-description-MR.\--small-img .iwdd__content-item-title {
        font-size:10rem;
        line-height: 10rem
    }
}

@media only screen and (max-width: 991px) {
    .image-with-different-description.image-with-different-description-MR.\--small-img .iwdd__content-item-title {
        display:block;
        font-size: 4.2rem;
        line-height: 4.2rem;
        letter-spacing: -.02rem;
        padding-bottom: 1.6rem;
        margin-bottom: 1.6rem
    }

    .image-with-different-description.image-with-different-description-MR.\--small-img .iwdd__content-item-title.\--has-bottom-line:after {
        width: 4.1rem
    }
}

.image-with-different-description.image-with-different-description-MR.\--small-img .iwdd {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.image-with-different-description.image-with-different-description-MR.\--small-img .heading-section {
    display: none
}

.image-with-different-description.image-with-different-description-MR.\--small-img.\--title-large-right .iwdd__content-item-title {
    display: block
}

.image-with-different-description.image-with-different-description-MR.\--small-img.\--title-large-right .iwdd__content {
    padding-left: 6rem;
    padding-right: 0
}

@media only screen and (max-width: 991px) {
    .image-with-different-description.image-with-different-description-MR.\--small-img.\--title-large-right .iwdd__content {
        padding:0
    }
}

@media only screen and (min-width: 992px) {
    .image-with-different-description.image-with-different-description-MR.\--small-img .iwdd__content {
        width:60%;
        padding-right: 6rem
    }

    .image-with-different-description.image-with-different-description-MR.\--small-img .iwdd__image {
        width: 40%
    }

    .image-with-different-description.image-with-different-description-MR.\--small-img .iwdd__content-item-description {
        font-size: 2.6rem;
        line-height: 3.2rem;
        max-width: 60rem
    }
}

@media only screen and (max-width: 991px) {
    .image-with-different-description.image-with-different-description-MR.\--small-img .iwdd__content-btn {
        margin-top:3.4rem
    }
}

.image-with-different-description.\--has-bg {
    position: relative;
    padding: 9.3rem 0 11rem
}

@media only screen and (max-width: 991px) {
    .image-with-different-description.\--has-bg {
        padding:4rem 0
    }
}

.image-with-different-description.--campaign .iwdd {
    position: relative;
    padding: 6.5rem 0;
    background: -webkit-gradient(linear,left top,right top,from(#00b2a9),color-stop(52.77%,#115e67));
    background: linear-gradient(90deg,#00b2a9 0,#115e67 52.77%);
    min-height: 65rem
}

@media only screen and (min-width: 1600px) {
    .image-with-different-description.--campaign .iwdd {
        min-height:70rem
    }
}

.image-with-different-description.--campaign .iwdd__content {
    width: 100%;
    color: #fff;
    padding: 2.5rem 0 6rem 9rem
}

@media only screen and (min-width: 992px) {
    .image-with-different-description.--campaign .iwdd__content {
        width:46.75%
    }
}

.image-with-different-description.--campaign .iwdd__content-name {
    font-size: 3rem;
    line-height: 3.8rem;
    letter-spacing: -.015rem;
    margin-bottom: 0
}

.image-with-different-description.--campaign .iwdd__content-name: before {
    content:"";
    display: inline-block;
    width: 2rem;
    height: 2.5rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyMCAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTkuNzAzMTUgMTIuOTkzOUMxMC4zNzAyIDEyLjk5MzkgMTAuOTQwMyAxMi43NTEzIDExLjQxMzMgMTIuMjc4M0MxMS44ODY0IDExLjgwNTMgMTIuMTI4OSAxMS4yMzUyIDEyLjEyODkgMTAuNTY4MUMxMi4xMjg5IDkuOTAxMDUgMTEuODg2NCA5LjMzMDk5IDExLjQxMzMgOC44NTc5NkMxMC45NDAzIDguMzg0OTMgMTAuMzcwMiA4LjE0MjM1IDkuNzAzMTUgOC4xNDIzNUM5LjAzNjA2IDguMTQyMzUgOC40NjYgOC4zODQ5MyA3Ljk5Mjk3IDguODU3OTZDNy41MTk5NCA5LjMzMDk5IDcuMjc3MzYgOS45MDEwNSA3LjI3NzM2IDEwLjU2ODFDNy4yNzczNiAxMS4yMzUyIDcuNTE5OTQgMTEuODA1MyA3Ljk5Mjk3IDEyLjI3ODNDOC40NjYgMTIuNzUxMyA5LjAzNjA2IDEyLjk5MzkgOS43MDMxNSAxMi45OTM5Wk05LjcwMzE1IDIxLjkwODdDMTIuMTY1MyAxOS42NDA2IDEzLjk5NjggMTcuNTkwOCAxNS4xOTc2IDE1LjczNTFDMTYuMzk4MyAxMy44NzkzIDE2Ljk5MjYgMTIuMjQxOSAxNi45OTI2IDEwLjgxMDdDMTYuOTkyNiA4LjYwMzI1IDE2LjI4OTIgNi44MDgxNyAxNC44ODIyIDUuNDAxMjFDMTMuNDc1MiAzLjk5NDI2IDExLjc1MjkgMy4yOTA3OCA5LjcxNTI4IDMuMjkwNzhDNy42Nzc2MiAzLjI5MDc4IDUuOTU1MzEgMy45OTQyNiA0LjU0ODM1IDUuNDAxMjFDMy4xNDEzOSA2LjgwODE3IDIuNDM3OTIgOC42MTUzOCAyLjQzNzkyIDEwLjgxMDdDMi40Mzc5MiAxMi4yNDE5IDMuMDMyMjMgMTMuODkxNSA0LjIzMyAxNS43MzUxQzUuNDMzNzYgMTcuNTc4NyA3LjI1MzEgMTkuNjQwNiA5LjcyNzQxIDIxLjkwODdIOS43MDMxNVpNOS43MDMxNSAyNS4xMjI5QzYuNDUyNTkgMjIuMzU3NSA0LjAxNDY4IDE5Ljc4NjEgMi40MTM2NiAxNy40MDg5QzAuODEyNjM5IDE1LjAzMTYgMCAxMi44MzYzIDAgMTAuODEwN0MwIDcuNzc4NDggMC45NzAzMTUgNS4zNjQ4MyAyLjkyMzA3IDMuNTY5NzRDNC44NzU4MyAxLjc2MjUzIDcuMTMxODEgMC44NjQ5OSA5LjcwMzE1IDAuODY0OTlDMTIuMjc0NSAwLjg2NDk5IDE0LjUzMDUgMS43NjI1MyAxNi40ODMyIDMuNTY5NzRDMTguNDM2IDUuMzc2OTUgMTkuNDA2MyA3Ljc5MDYxIDE5LjQwNjMgMTAuODIyOEMxOS40MDYzIDEyLjg0ODQgMTguNjA1OCAxNS4wNDM3IDE2Ljk5MjYgMTcuNDIxQzE1LjM3OTUgMTkuNzk4MyAxMi45NTM3IDIyLjM2OTYgOS43MDMxNSAyNS4xMzVWMjUuMTIyOVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: .8rem;
    position: relative;
    top: .2rem;
    left: 0
}

.ar .image-with-different-description.--campaign .iwdd__content-name: before {
    top:.5rem
}

@media only screen and (max-width: 991px) {
    .image-with-different-description.--campaign .iwdd__content-name:before {
        width:1.5rem;
        height: 1.9rem
    }
}

.ar .image-with-different-description.--campaign .iwdd__content-name {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0
}

@media only screen and (max-width: 991px) {
    .ar .image-with-different-description.--campaign .iwdd__content-name {
        font-size:1.6rem;
        line-height: 2.8rem
    }
}

.image-with-different-description.--campaign .iwdd__content-item {
    margin-top: 1.5rem
}

.image-with-different-description.--campaign .iwdd__content-item-title {
    font-size: 10rem;
    line-height: 9rem;
    letter-spacing: -.1rem
}

.image-with-different-description.--campaign .iwdd__content-item-description {
    font-size: 1.8rem;
    line-height: 2.8rem
}

.ar .image-with-different-description.--campaign .iwdd__content-item-description {
    line-height: 3.8rem
}

@media only screen and (max-width: 991px) {
    .ar .image-with-different-description.--campaign .iwdd__content-item-description {
        font-size:1.3rem;
        line-height: 2.4rem
    }
}

.image-with-different-description.--campaign .iwdd__content-bottom {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-top: 5.4rem
}

.image-with-different-description.--campaign .iwdd__content-bottom-name {
    font-family: Interstate-Regular,sans-serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: .8rem
}

.ar .image-with-different-description.--campaign .iwdd__content-bottom {
    line-height: 4.2rem
}

.ar .image-with-different-description.--campaign .iwdd__content-bottom-name {
    font-family: DinarOneMedium,sans-serif;
    line-height: 4rem
}

@media only screen and (max-width: 991px) {
    .ar .image-with-different-description.--campaign .iwdd__content-bottom {
        font-size:1.6rem;
        line-height: 2.8rem
    }

    .ar .image-with-different-description.--campaign .iwdd__content-bottom-name {
        font-size: 1.4rem;
        line-height: 2.6rem
    }
}

.image-with-different-description.--campaign .iwdd__content-btn {
    position: absolute;
    right: 21%;
    bottom: 6.6rem;
    min-width: 13.3rem;
    margin-top: 0
}

.ar .image-with-different-description.--campaign .iwdd__content-btn {
    padding-left: 3rem;
    padding-right: 3rem
}

.image-with-different-description.--campaign .iwdd__content-btn: not(:hover) {
    background-color:#fff;
    color: #333f48
}

@media only screen and (min-width: 992px) {
    .image-with-different-description.--campaign .iwdd__image {
        width:53.25%
    }
}

@media only screen and (max-width: 991px) {
    .image-with-different-description.--campaign .iwdd {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        background: -webkit-gradient(linear,left top,left bottom,from(#00b2a9),color-stop(76.09%,#115e67));
        background: linear-gradient(180deg,#00b2a9 0,#115e67 76.09%);
        padding: 0;
        padding-bottom: 13rem;
        margin-left: calc(var(--bs-gutter-x) * -.5);
        margin-right: calc(var(--bs-gutter-x) * -.5)
    }

    .image-with-different-description.--campaign .iwdd__content {
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5)
    }

    .image-with-different-description.--campaign .iwdd__content-name {
        font-size: 2rem;
        line-height: 2.5rem
    }

    .image-with-different-description.--campaign .iwdd__content-item-title {
        font-size: 6rem;
        line-height: 5.2rem;
        letter-spacing: -.06rem
    }

    .image-with-different-description.--campaign .iwdd__content-bottom {
        font-size: 1.6rem;
        line-height: 2.6rem;
        margin-top: 2.4rem
    }

    .image-with-different-description.--campaign .iwdd__content-bottom-name {
        font-size: 1.3rem;
        line-height: 1.8rem
    }

    .image-with-different-description.--campaign .iwdd__content-btn {
        bottom: 4.7rem;
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    .image-with-different-description.--campaign .iwdd__image {
        margin-bottom: 2rem;
        padding: 0 1rem
    }

    .image-with-different-description.--campaign .iwdd .font-thin {
        font-family: Interstate-Thin,sans-serif!important
    }

    .ar .image-with-different-description.--campaign .iwdd .font-thin {
        font-family: DinarOneMedium,sans-serif!important
    }
}

.image-with-different-description.\--no-center .iwdd__content {
    margin: 0 auto
}

.image-with-different-description.\--center .iwdd__content {
    margin: auto
}

.ar .image-with-different-description .heading-section {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .image-with-different-description .heading-section {
        line-height:1.4
    }
}

.ar .image-with-different-description .iwdd__content-item-description,.ar .image-with-different-description .iwdd__content-item-title {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .image-with-different-description .iwdd__content-item-description,.ar .image-with-different-description .iwdd__content-item-title {
        line-height:1.4
    }
}

.media-list.pic-right .list-three-card__filter {
    margin-bottom: 2.1rem
}

.media-list.pic-right .media-list__items {
    border-top: .1rem solid #000
}

.media-list.pic-right .media-list__items .media-list__top {
    margin: 0
}

.media-list.pic-right .media-list__items .media-list__title {
    margin-top: 6.4rem
}

.media-list.pic-right .media-list__items .media-list__desc {
    margin-top: 2.7rem
}

.media-list.pic-right .media-list__items .media-list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-top: 4.2rem;
    padding-bottom: 3.5rem;
    margin-bottom: 0;
    border-bottom: .1rem solid #000;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    min-height: 0
}

@media only screen and (max-width: 991px) {
    .media-list.pic-right .media-list__items .media-list__item {
        padding-top:3.8rem
    }
}

.media-list.pic-right .media-list__items .media-list__item .media-list__image {
    position: relative;
    width: 31.2rem;
    height: 31.2rem;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin-right: unset
}

@media only screen and (max-width: 991px) {
    .media-list.pic-right .media-list__items .media-list__item .media-list__image {
        width:auto;
        height: auto
    }
}

.media-list.pic-right .media-list__items .media-list__item .media-list__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    min-height: unset
}

@media only screen and (max-width: 991px) {
    .media-list.pic-right .media-list__items .media-list__item .media-list__image img {
        position:unset
    }
}

.media-list.pic-right .media-list__items .media-list__item .media-list__image .btn-play {
    top: unset;
    bottom: 2.4rem
}

.media-list.pic-right .media-list__items .media-list__item .media-list__top {
    padding-top: .4rem
}

@media only screen and (max-width: 991px) {
    .media-list.pic-right .media-list__items .media-list__item .media-list__top {
        padding-top:0
    }
}

.media-list.pic-right .media-list__items .media-list__item .media-list__desc {
    margin-top: 1.2rem
}

@media only screen and (max-width: 991px) {
    .media-list.pic-right .media-list__items .media-list__item .media-list__desc {
        margin-top:1.8rem
    }
}

.media-list.pic-right .media-list__items .media-list__item .media-list__bottom {
    bottom: .5rem
}

@media only screen and (max-width: 991px) {
    .media-list.pic-right .media-list__items .media-list__item .media-list__bottom {
        margin-top:3.5rem;
        font-size: 1.4rem;
        line-height: 1.9rem;
        letter-spacing: .1rem
    }
}

.media-list.pic-right .media-list__items .media-list__item .media-list__author {
    margin: 0;
    padding-right: 2rem
}

.media-list.pic-right .media-list__items .media-list__item .media-list__date.border-line {
    padding-left: 2rem;
    border-left: solid .1rem #535556
}

@media only screen and (max-width: 991px) {
    .media-list.pic-right .media-list__items .media-list__item .media-list__cate {
        font-size:1.4rem;
        line-height: 1.9rem;
        text-transform: uppercase
    }
}

@media only screen and (max-width: 991px) {
    .media-list.pic-right .media-list__items .media-list__item .media-list__title {
        margin-top:4.1rem;
        font-size: 2.8rem;
        line-height: 4.2rem;
        letter-spacing: -.06rem
    }
}

.media-list.pic-right.thumbnail-video .media-list__items .media-list__item .media-list__image {
    height: auto;
    width: 37.5rem;
    margin-left: 2rem
}

.media-list.pic-right.thumbnail-video .media-list__items .media-list__item .media-list__image img {
    position: relative
}

@media only screen and (max-width: 991px) {
    .media-list.pic-right.thumbnail-video .media-list__items .media-list__item .media-list__image {
        margin-bottom:2rem;
        margin-left: 0
    }
}

@media only screen and (min-width: 992px) {
    .media-list.pic-right.thumbnail-video .media-list__info {
        -webkit-box-flex:1;
        -ms-flex: 1 0 calc(100% - 39.5rem);
        flex: 1 0 calc(100% - 39.5rem)
    }
}

.media-list.media-filter {
    overflow: unset
}

.media-list.media-filter .media-list__items {
    border-top: none
}

.media-list.media-filter .media-list__cate {
    padding-right: 0;
    width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.media-list.media-filter .list-three-card__line {
    width: 59%
}

@media only screen and (min-width: 992px) {
    .media-list.media-filter .media-list__items .media-list__item {
        min-height:44.5rem
    }
}

@media only screen and (min-width: 992px) {
    .media-list.media-filter.pic-right .media-list__item {
        min-height:0
    }
}

.media-list.thumbnail-video .media-list__image img {
    height: auto
}

@media only screen and (min-width: 992px) {
    .media-list.thumbnail-video .media-list__info {
        min-height:auto
    }
}

.media-list .heading:after {
    border-width: .2rem
}

.media-list__item {
    margin-bottom: 4rem
}

@media only screen and (min-width: 992px) {
    .media-list__item {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 8rem
    }
}

.media-list__image {
    position: relative
}

.media-list__image picture {
    display: block
}

@media only screen and (min-width: 992px) {
    .media-list__image {
        -webkit-box-flex:0;
        -ms-flex: 0 0 35.7rem;
        flex: 0 0 35.7rem;
        margin-right: 4.3rem
    }
}

.media-list__image img {
    width: auto;
    height: 35.7rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border: solid .1rem #d1d1d1
}

@media only screen and (max-width: 991px) {
    .media-list__image img {
        width:100%;
        height: auto
    }
}

.media-list__image .btn-play {
    position: absolute;
    bottom: 2.4rem;
    left: 2.4rem
}

@media only screen and (max-width: 991px) {
    .media-list__image .btn-play {
        top:unset;
        bottom: 2.5rem;
        width: 5.6rem;
        height: 5.6rem
    }
}

.media-list__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 6rem;
    margin-top: 5.8rem
}

@media only screen and (max-width: 991px) {
    .media-list__top {
        margin-top:2.5rem;
        margin-bottom: 0
    }
}

.media-list__cate {
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.6rem;
    color: #535556;
    width: 50%;
    padding-right: 2rem
}

.en .media-list__cate {
    letter-spacing: .1rem
}

@media only screen and (min-width: 992px) {
    .media-list__cate {
        font-weight:400;
        font-size: 1.4rem;
        line-height: 1.9rem;
        text-transform: uppercase;
        -ms-flex-preferred-size: 25rem;
        flex-basis: 25rem;
        padding-right: 7.4rem
    }
}

.media-list__author,.media-list__date {
    color: #535556;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.6rem
}

.en .media-list__author,.en .media-list__date {
    letter-spacing: .1rem
}

@media only screen and (min-width: 992px) {
    .media-list__author,.media-list__date {
        font-weight:300;
        font-size: 1.4rem;
        line-height: 1.9rem;
        text-transform: uppercase
    }
}

.media-list__info {
    position: relative
}

@media only screen and (min-width: 992px) {
    .media-list__info {
        -webkit-box-flex:1;
        -ms-flex: 1 0 calc(100% - 37.5rem);
        flex: 1 0 calc(100% - 37.5rem);
        min-height: 31.2rem
    }
}

.media-list__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0
}

@media only screen and (min-width: 992px) {
    .media-list__bottom {
        position:absolute
    }
}

@media only screen and (max-width: 991px) {
    .media-list__bottom {
        margin-top:2rem
    }
}

.media-list__bottom .media-list__author {
    margin-right: 5rem
}

.media-list__title {
    color: #000;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.4rem;
    text-decoration: none;
    margin-top: 2.5rem;
    display: block
}

@media only screen and (min-width: 992px) {
    .media-list__title {
        font-size:3.4rem;
        line-height: 4.2rem
    }
}

.media-list__title:active,.media-list__title:hover {
    color: #000
}

.media-list__desc {
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-top: 2rem
}

.media-list .group-load {
    text-align: center;
    margin-top: 13rem;
    padding-bottom: 20rem
}

@media only screen and (max-width: 991px) {
    .media-list .group-load {
        padding-bottom:5.5rem;
        margin-top: 5.5rem
    }
}

.media-list .btn-blue {
    min-width: 19.3rem
}

.ar .media-list .heading {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .media-list .heading {
        line-height:1.4
    }
}

.ar .media-list__author,.ar .media-list__date {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .media-list__author,.ar .media-list__date {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .media-list__author,.ar .media-list__date {
        line-height:2rem;
        color: #707070
    }
}

.ar .media-list__title {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400;
    color: #373737
}

@media only screen and (max-width: 991px) {
    .ar .media-list__title {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .media-list__title {
        font-size:3rem;
        line-height: 4.5rem
    }
}

.ar .media-list .btn-blue {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400
}

.content-image-video__title {
    position: relative;
    padding-bottom: 4.5rem;
    font-size: 6.6rem;
    line-height: 7.3rem;
    text-transform: capitalize
}

.en .content-image-video__title {
    letter-spacing: -.2rem
}

@media only screen and (max-width: 991px) {
    .content-image-video__title {
        padding-bottom:2rem;
        font-size: 2.6rem;
        line-height: 3.1rem
    }

    .en .content-image-video__title {
        letter-spacing: -.05rem
    }
}

.content-image-video__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 18rem;
    height: .2rem;
    background-color: #fdb913
}

@media only screen and (max-width: 991px) {
    .content-image-video__title::after {
        width:8.2rem
    }
}

.content-image-video__info {
    padding-top: 4.5rem
}

@media only screen and (max-width: 991px) {
    .content-image-video__info {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.content-image-video__intro {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.2rem;
    text-align: left
}

@media only screen and (max-width: 991px) {
    .content-image-video__intro {
        padding-top:3.5rem;
        font-size: 1.4rem;
        line-height: 2rem;
        font-weight: 300
    }
}

.content-image-video__btnGroup {
    padding-top: 5.6rem
}

@media only screen and (max-width: 991px) {
    .content-image-video__btnGroup {
        padding-top:3.5rem
    }
}

.content-image-video__btn {
    padding-bottom: 2.7rem
}

@media only screen and (max-width: 991px) {
    .content-image-video__btn {
        padding-bottom:2.5rem
    }
}

.content-image-video__btn .\--content-btn {
    padding: 1.4rem 2rem;
    width: 100%;
    background-color: transparent;
    border: solid 1px #00b1b0;
    color: #00b1b0;
    font-size: 2rem;
    font-weight: 300;
    line-height: 3rem;
    text-align: center;
    text-transform: unset;
    letter-spacing: 0;
    min-height: 9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 991px) {
    .content-image-video__btn .\--content-btn {
        padding:1rem 4.7rem;
        font-size: 1.6rem;
        line-height: 2.05rem
    }

    .en .content-image-video__btn .\--content-btn {
        letter-spacing: -.04rem
    }
}

.content-image-video__btn .\--content-btn:hover {
    background-color: #00b1b0;
    color: #fff
}

@media only screen and (min-width: 992px) {
    .ar .content-image-video__btn .\--content-btn {
        font-size:1.6rem;
        line-height: 2.5rem;
        padding: 1.4rem 5rem
    }
}

.content-image-video__image {
    position: relative
}

.content-image-video__image::after {
    content: "";
    padding-bottom: 100%;
    display: block
}

.content-image-video__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1
}

.content-image-video__image-container {
    position: relative;
    max-height: 700px
}

.content-image-video__image-container::after {
    content: "";
    padding-bottom: 100%;
    display: block
}

.content-image-video__image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1
}

.content-image-video__btn-play {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.content-image-video__btn-play .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #00b1b0
}

.content-image-video__btn-play .icon-play:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
    width: 8.3rem;
    height: 8.3rem
}

@media only screen and (max-width: 991px) {
    .content-image-video__btn-play .icon-play:after {
        width:5rem;
        height: 5rem
    }
}

.content-image-video__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.content-image-video__inner div {
    width: 100%;
    height: 100%
}

.content-image-video__inner iframe {
    width: 100%;
    height: 100%;
    background-color: #000
}

.content-image-video__contact {
    position: relative;
    padding-top: 3.2rem;
    padding-bottom: 1.8rem;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 2.6rem
}

.en .content-image-video__contact {
    letter-spacing: .02rem
}

@media only screen and (max-width: 991px) {
    .content-image-video__contact {
        padding-top:1rem;
        padding-bottom: 2.4rem;
        font-size: 1.6rem
    }
}

.content-image-video__contact::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5.1rem;
    height: .2rem;
    background-color: #000
}

.content-image-video__address {
    padding-top: 1.8rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .content-image-video__address {
        padding-top:2.4rem;
        font-size: 1.2rem;
        line-height: 1.6rem;
        font-weight: 300
    }
}

.ar .content-image-video__address .address-mobile {
    direction: rtl
}

@media only screen and (max-width: 991px) {
    .ar .content-image-video__address .address-mobile {
        line-height:1.4
    }
}

.ru .content-image-video__address .address-mobile {
    font-family: Roboto-Regular,sans-serif
}

.content-image-video__address .address-email,.content-image-video__address .address-mobile {
    color: #00b1b0
}

.content-image-video__space {
    color: #00b1b0
}

.ar .content-image-video__title {
    font-weight: 400;
    font-family: DinarOneMedium,sans-serif
}

@media only screen and (max-width: 991px) {
    .ar .content-image-video__title {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .content-image-video__title {
        font-size:4.5rem;
        line-height: 5.5rem
    }
}

.ar .content-image-video__intro {
    font-family: DinarOneMedium,sans-serif
}

@media only screen and (max-width: 991px) {
    .ar .content-image-video__intro {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .content-image-video__intro {
        font-size:1.8rem;
        line-height: 3.2rem;
        color: #414141
    }
}

.ar .content-image-video__btn a {
    font-weight: 400;
    font-family: DinarOneMedium,sans-serif
}

@media only screen and (max-width: 991px) {
    .ar .content-image-video__btn a {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .content-image-video__btn a {
        letter-spacing:0
    }
}

.ar .content-image-video__contact {
    font-family: DinarOneMedium,sans-serif
}

@media only screen and (max-width: 991px) {
    .ar .content-image-video__contact {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .content-image-video__contact {
        letter-spacing:0;
        font-size: 1.8rem;
        line-height: 3.2rem;
        color: #414141
    }
}

.ar .content-image-video__address {
    font-family: DinarOneMedium,sans-serif;
    color: #414141;
    font-size: 1.6rem;
    line-height: 2rem
}

@media only screen and (max-width: 991px) {
    .ar .content-image-video__address {
        line-height:1.4
    }
}

.gallery-location {
    position: relative
}

.ar .gallery-location .map-location {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (min-width: 992px) {
    .ar .gallery-location .map-location__slide {
        direction:rtl
    }
}

.ar .gallery-location .map-location__slide .card {
    direction: ltr
}

.ar .gallery-location .map-location .popup-collapse {
    right: 0;
    left: 0
}

@media only screen and (min-width: 992px) {
    .ar .gallery-location .map-location .popup-collapse {
        left:30%
    }
}

.ar .gallery-location .map-location__mapbox .mapboxgl-marker {
    right: 0;
    left: auto
}

.ar .gallery-location .mapboxgl-ctrl-top-right {
    left: 0
}

.ar .gallery-location .mapboxgl-ctrl-top-right .mapboxgl-ctrl {
    float: left;
    margin-left: 1rem
}

.ar .gallery-location .slick-prev {
    right: 4rem;
    left: auto
}

.ar .gallery-location .slick-prev::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.ar .gallery-location .slick-next {
    right: 8.2rem;
    left: auto
}

.ar .gallery-location .slick-next::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.ar .gallery-location .popup-collapse {
    direction: rtl
}

.ar .gallery-location .popup-collapse .card {
    direction: ltr
}

.gallery-location .contact-info {
    padding: 0
}

.map-location {
    margin-top: 3rem
}

.map-location .mapboxgl-ctrl {
    border-radius: 50%
}

.map-location .mapboxgl-ctrl button .mapboxgl-ctrl-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI1IDUwQzM4LjgwNzEgNTAgNTAgMzguODA3MSA1MCAyNUM1MCAxMS4xOTI5IDM4LjgwNzEgMCAyNSAwQzExLjE5MjkgMCAwIDExLjE5MjkgMCAyNUMwIDM4LjgwNzEgMTEuMTkyOSA1MCAyNSA1MFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yNy4yODU2IDE2LjUzMjFIMzQuNDEyM1YyMy4zNjkyIiBzdHJva2U9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0zNC40MTI1IDE2LjUzMjFMMjYuNTIyOSAyNC4xMDA3IiBzdHJva2U9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0yMi45Njg0IDM0LjMwMjVIMTUuODQxOFYyNy40NjYyIiBzdHJva2U9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0xNS44NDE4IDM0LjMwMjRMMjMuNzMxMyAyNi43MzM5IiBzdHJva2U9ImJsYWNrIi8+Cjwvc3ZnPgo=)
}

.map-location .mapboxgl-ctrl-fullscreen,.map-location .mapboxgl-ctrl-shrink {
    width: 5rem;
    height: 5rem
}

.map-location .mapboxgl-control-container {
    display: none
}

@media only screen and (min-width: 992px) {
    .map-location {
        margin-top:6rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        position: relative
    }
}

.map-location__mapbox #map {
    min-height: 60rem;
    width: 100%
}

@media only screen and (min-width: 992px) {
    .map-location__mapbox #map {
        min-height:80rem
    }
}

.map-location__mapbox .marker {
    border: none;
    cursor: pointer;
    height: 4.8rem;
    width: 4.8rem;
    background-size: contain
}

.map-location__mapbox .marker.active {
    z-index: 1
}

@media only screen and (min-width: 992px) {
    .map-location__mapbox {
        width:58%
    }
}

.map-location__mapbox .mapboxgl-ctrl-bottom-right {
    display: none
}

.map-location__info {
    position: relative
}

@media only screen and (min-width: 992px) {
    .map-location__info {
        width:42%;
        position: static
    }
}

@media only screen and (min-width: 992px) {
    .map-location__slide {
        max-height:80rem;
        overflow-y: auto
    }
}

@media only screen and (min-width: 992px) {
    .map-location__slide .card {
        border-bottom:.1rem solid #ebebeb
    }

    .map-location__slide .card:last-child {
        border-bottom: none
    }
}

.map-location .slick-arrow {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    background-color: #00b2a9;
    top: 4.8rem
}

.map-location .slick-arrow::before {
    content: "";
    border: solid #f7f7f7;
    border-width: 0 .2rem .2rem 0;
    display: inline-block;
    padding: .3rem
}

.map-location .slick-next {
    right: 4rem
}

.map-location .slick-next::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.map-location .slick-prev {
    right: 8.2rem;
    left: auto
}

.map-location .slick-prev::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.map-location .slick-slide .card__content__pin img {
    display: inline-block
}

.map-location .card {
    padding: 3.2rem 4rem 6.5rem 3.4rem
}

@media only screen and (min-width: 992px) {
    .map-location .card {
        padding:3.5rem 8.8rem 6rem 8.8rem
    }

    .map-location .card:hover {
        background-color: #f4f5f6
    }
}

@media only screen and (max-width: 991px) {
    .map-location .card {
        background-color:#f4f5f6
    }
}

.map-location .card__content__head {
    margin-bottom: 1.7rem
}

@media only screen and (min-width: 992px) {
    .map-location .card__content__desc {
        margin-bottom:1.5rem
    }
}

.map-location .card__content__icon {
    padding-right: 10rem
}

@media only screen and (min-width: 992px) {
    .map-location .card__content__icon {
        padding-right:0
    }
}

.map-location .card__content__icon.icon-pin {
    line-height: 1.4rem;
    padding-right: 1.3rem
}

.map-location .card__content__tooltip::before {
    right: 11rem
}

@media only screen and (min-width: 992px) {
    .map-location .card__content__tooltip::before {
        right:1rem
    }
}

.map-location .popup-collapse {
    background-color: #f4f5f6;
    bottom: 0
}

@media only screen and (min-width: 992px) {
    .map-location .popup-collapse {
        right:30%
    }
}

.map-location .popup-collapse .card {
    padding: 2.5rem 2rem 5.4rem
}

@media only screen and (min-width: 992px) {
    .map-location .popup-collapse .card {
        padding-top:3.2rem;
        padding-right: 4.5rem;
        padding-left: 9rem
    }
}

.map-location .popup-collapse .card__content__head {
    margin-bottom: 3.9rem
}

@media only screen and (min-width: 992px) {
    .map-location .popup-collapse .card__content__head {
        margin-bottom:2.2rem
    }
}

.map-location .popup-collapse .card__content__title {
    margin-bottom: 3.9rem
}

@media only screen and (min-width: 992px) {
    .map-location .popup-collapse .card__content__title {
        margin-bottom:2.2rem
    }
}

.map-location .popup-collapse .card__content__desc {
    margin-bottom: 3.9rem
}

@media only screen and (min-width: 992px) {
    .map-location .popup-collapse .card__content__desc {
        margin-bottom:2.2rem
    }
}

.map-location .popup-collapse .card__content__btn {
    margin-top: 0;
    margin-bottom: 3.9rem
}

.map-location .popup-collapse .card__content__img {
    margin: 3.9rem 0
}

@media only screen and (min-width: 992px) {
    .map-location .popup-collapse .card__content__img {
        margin-top:0;
        margin-bottom: 0;
        margin-left: 4.4rem
    }
}

.map-location .popup-collapse .card__content__type {
    margin-top: 2.3rem
}

.map-location .popup-collapse .card__content__icon {
    padding-right: 0;
    margin-right: 3.3rem
}

@media only screen and (min-width: 992px) {
    .map-location .popup-collapse .card__content__icon {
        margin-right:3.6rem
    }
}

.map-location .popup-collapse .card__content__icon.icon-pin {
    margin-right: 1.1rem
}

.map-location .popup-collapse .card__content__tooltip {
    right: -1.5rem
}

.map-location .popup-collapse .card__content__tooltip::before {
    right: 1rem
}

@media only screen and (min-width: 992px) {
    .map-location .popup-collapse .contact-info {
        padding-top:5rem
    }
}

.map-location .popup-collapse .contact-info__title::after {
    margin-top: 1.6rem
}

@media only screen and (min-width: 992px) {
    .map-location .popup-collapse .contact-info__title::after {
        width:17.7rem
    }
}

.ar .map-location .popup-collapse .contact-info__title {
    font-family: DinarOneMedium,sans-serif
}

@media only screen and (max-width: 991px) {
    .ar .map-location .popup-collapse .contact-info__title {
        line-height:1.4
    }
}

.map-location .popup-collapse .contact-info__address,.map-location .popup-collapse .contact-info__contact {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 2.5rem
}

@media only screen and (min-width: 992px) {
    .map-location .popup-collapse .contact-info__address,.map-location .popup-collapse .contact-info__contact {
        margin-bottom:3.5rem
    }
}

.ar .map-location .popup-collapse .contact-info__address,.ar .map-location .popup-collapse .contact-info__contact {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .map-location .popup-collapse .contact-info__address,.ar .map-location .popup-collapse .contact-info__contact {
        line-height:1.4
    }
}

.ar .map-location .no-result {
    text-align: left
}

@media only screen and (min-width: 992px) {
    .map-location .no-result {
        padding:8.9rem 5.2rem 2rem 10rem
    }
}

.card {
    padding: 2.4rem 2rem;
    background-color: #fff;
    border: none;
    border-radius: 0
}

.card.active {
    background-color: #f4f5f6
}

.card__content__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3.1rem
}

.card__content__type {
    padding: .6rem 1.5rem;
    background-color: #b1e4e3;
    border-radius: 3rem;
    display: inline-block;
    margin-right: 1.5rem;
    font-size: .9rem
}

.ar .card__content__type {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400;
    line-height: 1.8rem
}

@media only screen and (max-width: 991px) {
    .ar .card__content__type {
        line-height:1.4
    }
}

.card__content__icon {
    display: inline-block;
    font-size: 1.8rem;
    color: #3f454b;
    position: relative
}

.card__content__icon:hover {
    cursor: pointer
}

.card__content__icon:hover .card__content__tooltip {
    display: block
}

.card__content__tooltip {
    display: none;
    position: absolute;
    top: 100%;
    right: -1.5rem;
    background-color: #fff;
    padding: 1.8rem 1.5rem;
    width: 28.5rem;
    margin-top: 1.5rem;
    border-radius: 1rem;
    -webkit-box-shadow: .8rem .3rem 2.1rem rgba(0,0,0,.16);
    box-shadow: .8rem .3rem 2.1rem rgba(0,0,0,.16);
    z-index: 1
}

.card__content__tooltip::before {
    content: "";
    position: absolute;
    top: -1.4rem;
    right: 8.5rem;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 1.4rem solid transparent;
    border-right: 1.4rem solid transparent;
    border-bottom: 1.7rem solid #fff
}

.card__content__addthis .at-share-btn-elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.card__content__addthis .at-share-btn-elements .at-share-btn {
    margin-bottom: 0
}

.card__content__title {
    margin-bottom: 1.5rem;
    font-size: 2.2rem;
    line-height: 2.8rem;
    font-weight: 300
}

@media only screen and (min-width: 992px) {
    .card__content__title {
        font-size:2.6rem;
        line-height: 3.4rem
    }
}

.ar .card__content__title {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400;
    line-height: 3.2rem
}

@media only screen and (max-width: 991px) {
    .ar .card__content__title {
        line-height:1.4
    }
}

.card__content__desc {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 2.2rem;
    font-weight: 300;
    opacity: .8
}

.ar .card__content__desc {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400;
    line-height: 3.2rem;
    color: #414141
}

@media only screen and (max-width: 991px) {
    .ar .card__content__desc {
        line-height:1.4
    }
}

.card__content__desc.not-webkit {
    display: block;
    overflow: visible
}

.card__content__desc.not-webkit p {
    display: block;
    overflow: visible
}

.card__content__areas {
    color: #535556;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .8
}

.ar .card__content__areas .card__content__text {
    font-family: DinarOneMedium,sans-serif
}

@media only screen and (max-width: 991px) {
    .ar .card__content__areas .card__content__text {
        line-height:1.4
    }
}

.card__content__link {
    color: #00b1b0;
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 1.7rem
}

.en .card__content__link {
    letter-spacing: .1rem
}

.card__content__link:active,.card__content__link:hover {
    color: #535556;
    cursor: pointer
}

.card__content__btn {
    background-color: #00b2a9;
    color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
    padding: 1.5rem 4rem;
    border-radius: 3rem;
    display: inline-block;
    text-decoration: none;
    margin-top: 3rem
}

.card__content__btn:active,.card__content__btn:hover {
    color: #fff;
    cursor: pointer
}

.en .card__content__btn {
    letter-spacing: .1rem
}

.ar .card__content__btn {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .card__content__btn {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .card__content__btn {
        font-size:1.5rem;
        line-height: 4rem;
        padding: 0 4rem
    }
}

.card__content__text {
    font-size: 1.2rem;
    color: #535556;
    text-transform: uppercase;
    padding-right: 1rem;
    line-height: 1.4;
    display: inline-block
}

.en .card__content__text {
    letter-spacing: .1rem
}

.ar .card__content__text {
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .card__content__text {
        line-height:1.4
    }
}

.card__content__text+.card__content__address::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #535556;
    position: absolute;
    left: 0;
    top: 0
}

.card__content__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding-left: 2.5rem
}

.card__content__address .card__content__text {
    padding-right: 0
}

.ar .card__content__address .card__content__text {
    font-family: DinarOneMedium,sans-serif
}

@media only screen and (max-width: 991px) {
    .ar .card__content__address .card__content__text {
        line-height:1.4
    }
}

.card__content__text {
    padding-right: 1rem
}

.card__content__img {
    margin-top: 2rem;
    height: 12rem;
    width: auto
}

.card__content__img img {
    height: 100%;
    width: auto
}

.popup-collapse {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    z-index: 5;
    -webkit-transition: visibility .2s ease-in-out;
    transition: visibility .2s ease-in-out;
    overflow-y: auto;
    overflow-x: hidden
}

.popup-collapse.active {
    visibility: visible
}

.popup-collapse .btn-close {
    line-height: 3rem
}

.popup-collapse .btn-close:focus,.popup-collapse .btn-close:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .8
}

.popup-collapse .card {
    background-color: #f4f5f6
}

@media only screen and (min-width: 992px) {
    .popup-collapse .card {
        height:100%
    }
}

.popup-collapse .card__content__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup-collapse .card__content__icon {
    margin-right: 3.7rem
}

@media only screen and (min-width: 992px) {
    .popup-collapse .card__content__body {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media only screen and (min-width: 992px) {
    .popup-collapse .card__content__inner {
        -webkit-box-flex:1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%
    }
}

@media only screen and (min-width: 992px) {
    .popup-collapse .card__content__img {
        -webkit-box-flex:1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 2rem;
        height: 14.9rem
    }
}

@media only screen and (min-width: 992px) {
    .popup-collapse .contact-info {
        padding:3rem 0
    }
}

.popup-collapse .contact-info__title {
    font-size: 1.6rem;
    line-height: 4rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4rem;
    display: inline-block
}

.popup-collapse .contact-info__title::after {
    content: "";
    width: 14.6rem;
    height: .3rem;
    background-color: #000;
    margin-top: .7rem;
    display: block
}

@media only screen and (min-width: 992px) {
    .popup-collapse .contact-info__title {
        font-size:2.4rem
    }
}

@media only screen and (min-width: 992px) {
    .popup-collapse .contact-info__content {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.popup-collapse .contact-info__address,.popup-collapse .contact-info__contact {
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #000;
    margin-bottom: 1.5rem
}

.popup-collapse .contact-info__address {
    padding-right: 0
}

@media only screen and (min-width: 992px) {
    .popup-collapse .contact-info__address {
        -webkit-box-flex:0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media only screen and (min-width: 992px) {
    .popup-collapse .contact-info__contact {
        margin-left:3rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 3rem);
        flex: 0 0 calc(50% - 3rem)
    }
}

.popup-collapse .contact-info__contact .contact-number {
    font-family: Interstate-Regular,sans-serif
}

.ru .popup-collapse .contact-info__contact .contact-number {
    font-family: Roboto-Regular,sans-serif
}

.popup-collapse .contact-info__link {
    font-size: 1.6rem;
    color: #00b1b0;
    text-decoration: none;
    display: inline-block;
    padding-top: 0
}

@media only screen and (min-width: 992px) {
    .popup-collapse .contact-info__link {
        font-size:1.8rem
    }
}

.popup-collapse .contact-info__link:hover {
    text-decoration: underline
}

.gallery-list {
    position: relative;
    margin-top: 1.5rem
}

@media only screen and (min-width: 992px) {
    .gallery-list {
        margin-top:4.1rem
    }
}

.gallery-list .card {
    margin-bottom: 1.5rem;
    padding: 2.4rem 2rem 2.8rem;
    background-color: #f4f5f6
}

@media only screen and (min-width: 992px) {
    .gallery-list .card {
        margin-bottom:3rem;
        padding: 2.5rem 2rem 5rem 4.4rem
    }
}

.gallery-list .card__content__head {
    margin-bottom: 2rem
}

.gallery-list .card__content__title {
    margin-bottom: 2.4rem
}

@media only screen and (max-width: 991px) {
    .gallery-list .card__content__title {
        height:auto!important
    }
}

.gallery-list .card__content__desc {
    -webkit-line-clamp: 3
}

@media only screen and (max-width: 991px) {
    .gallery-list .card__content__desc {
        height:auto!important
    }
}

.gallery-list .card__content__desc p {
    -webkit-line-clamp: 3
}

.gallery-list .card__content__link {
    margin-bottom: 5rem
}

.gallery-list .card__content__icon.icon-pin {
    padding-right: 1.1rem
}

.gallery-list .card__content__icon .icon-share-social {
    font-size: 1.4rem
}

@media only screen and (min-width: 992px) {
    .gallery-list .card__content__icon .icon-share-social {
        font-size:1.8rem
    }
}

.gallery-list .card__content__tooltip::before {
    right: 1rem
}

.gallery-list__load-more {
    margin: 3rem auto;
    text-align: center
}

.gallery-list__load-more .btn-load-more {
    min-width: 18.5rem
}

@media only screen and (min-width: 992px) {
    .gallery-list__load-more .btn-load-more {
        min-width:19.8rem
    }
}

.gallery-list .popup-collapse {
    border: .1rem solid #e8e8e8;
    -webkit-box-shadow: 0 2.4rem 3.5rem rgba(0,0,0,.15);
    box-shadow: 0 2.4rem 3.5rem rgba(0,0,0,.15);
    background-color: #fff
}

.gallery-list .popup-collapse .card {
    background-color: #fff;
    margin: 0 2rem;
    padding: 2.4rem 0
}

@media only screen and (min-width: 992px) {
    .gallery-list .popup-collapse .card {
        margin:0 4.3rem;
        padding: 3rem 0 3.7rem
    }
}

.gallery-list .popup-collapse .card__content__title {
    font-size: 2.2rem;
    margin-bottom: 2rem
}

.gallery-list .popup-collapse .card__content__desc {
    margin-bottom: 3.9rem
}

.gallery-list .popup-collapse .card__content__btn {
    margin-top: 0;
    margin-bottom: 3.9rem
}

.gallery-list .popup-collapse .card__content__icon.icon-pin {
    margin-right: 0
}

.gallery-list .popup-collapse .card__content__tooltip {
    right: -5.5rem
}

.gallery-list .popup-collapse .card__content__tooltip::before {
    right: 5rem
}

.gallery-list .popup-collapse .card__content__img {
    margin: 2.5rem 0
}

@media only screen and (min-width: 992px) {
    .gallery-list .popup-collapse .card__content__img {
        margin-top:0;
        margin-bottom: 0;
        margin-left: 4.4rem
    }
}

.gallery-list .popup-collapse .contact-info__address,.gallery-list .popup-collapse .contact-info__contact {
    opacity: .8
}

.search-collapse {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 15;
    visibility: hidden;
    -webkit-transition: visibility .2s ease-in-out;
    transition: visibility .2s ease-in-out;
    background-color: #f4f4f4
}

.search-collapse.active {
    visibility: visible
}

.search-collapse__inner {
    position: relative;
    margin: 2rem 0;
    padding-bottom: 2rem
}

.search-collapse__inner .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1
}

@media only screen and (min-width: 992px) {
    .search-collapse__inner .btn-close {
        font-size:3rem
    }
}

.search-collapse__inner .btn-close:focus,.search-collapse__inner .btn-close:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .8
}

.search-collapse__form {
    padding-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media only screen and (min-width: 992px) {
    .search-collapse__form {
        padding:4rem 4rem 4rem 2rem
    }
}

.search-collapse__input {
    color: #000;
    padding: 1rem 1rem 1rem 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: .2rem solid #000;
    margin-right: 2rem;
    width: calc(100% - 8rem);
    background-color: transparent;
    font-family: Interstate-Light,sans-serif;
    font-weight: 250
}

@media only screen and (min-width: 992px) {
    .search-collapse__input {
        font-family:Interstate-Thin,sans-serif;
        font-size: 7.2rem
    }
}

.ru .search-collapse__input {
    font-family: Roboto-Light,sans-serif
}

@media only screen and (min-width: 992px) {
    .ru .search-collapse__input {
        font-family:Roboto-Thin,sans-serif
    }
}

.search-collapse input:-webkit-autofill,.search-collapse input:-webkit-autofill:active,.search-collapse input:-webkit-autofill:focus,.search-collapse input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 100rem #f4f4f4 inset!important;
    box-shadow: 0 0 0 100rem #f4f4f4 inset!important
}

.search-collapse__submit {
    border: none;
    padding: 0
}

.search-collapse__number-matches {
    font-family: Interstate-Regular,sans-serif;
    font-weight: 400;
    color: #333
}

@media only screen and (min-width: 992px) {
    .search-collapse__number-matches {
        font-size:2rem;
        padding: 0 2rem
    }
}

.ru .search-collapse__number-matches {
    font-family: Roboto-Regular,sans-serif
}

.search-collapse__result {
    margin-top: 1rem;
    max-height: 25rem;
    overflow-y: auto
}

@media only screen and (min-width: 992px) {
    .search-collapse__result {
        padding:0 2rem;
        max-height: 60rem
    }
}

.search-collapse__result::-webkit-scrollbar {
    width: .5rem
}

.search-collapse__result::-webkit-scrollbar-thumb {
    background: #c3c4c5;
    border-radius: .5rem
}

.search-collapse__number-matches {
    margin-top: 1rem
}

.search-collapse .suggest-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.search-collapse .suggest-list__item {
    color: #333;
    padding: .5rem 0;
    font-size: 1.8rem;
    cursor: pointer
}

@media only screen and (min-width: 992px) {
    .search-collapse .suggest-list__item {
        font-size:3.4rem
    }
}

.no-result {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: #818789;
    padding: 2rem
}

@media only screen and (min-width: 992px) {
    .no-result {
        font-size:2.4rem;
        line-height: 3.4rem
    }
}

@media only screen and (min-width: 768px) {
    .media-mosaic.list-three-card .list-three-card__line {
        width:31%;
        margin-right: 3.5%
    }
}

@media only screen and (min-width: 768px) {
    .media-mosaic.list-three-card .list-three-card__cate {
        width:17%
    }
}

@media only screen and (max-width: 767px) {
    .media-mosaic.list-three-card .list-three-card__cate {
        margin-bottom:3.4rem
    }
}

.media-preview {
    position: relative;
    z-index: 2
}

@media only screen and (max-width: 991px) {
    .media-preview__contentList {
        margin-bottom:6.5rem
    }
}

.media-preview__controlList .label,.media-preview__controlList select {
    text-transform: capitalize
}

.media-preview__controlList .custom-dropdown {
    display: none
}

@media only screen and (max-width: 991px) {
    .media-preview__controlList .custom-dropdown {
        display:block;
        margin-bottom: 6.5rem
    }
}

.media-preview__tabList {
    margin-bottom: 7rem;
    border: none
}

@media only screen and (max-width: 991px) {
    .media-preview__tabList {
        display:none
    }
}

.media-preview__tabList li.nav-item {
    margin-right: 2rem;
    margin-top: 2rem
}

.media-preview__tabList button.nav-link {
    border: none;
    padding: .8rem 3.7rem;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 4.2rem;
    text-align: center;
    color: #00b2a9;
    text-transform: uppercase;
    border: solid .1rem #00b2a9;
    border-radius: 10rem
}

.en .media-preview__tabList button.nav-link {
    letter-spacing: .1rem
}

.media-preview__tabList button.nav-link.active {
    color: #fff;
    background-color: #00b2a9
}

.media-preview__tabList button.nav-link:hover {
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    background-color: rgba(0,178,169,.8);
    color: #fff
}

.ar .media-preview__tabList {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .media-preview__tabList {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .media-preview__tabList {
        font-size:1.5rem;
        line-height: 4.2rem
    }
}

.media-preview__content {
    margin: 0;
    overflow: hidden
}

.media-preview__content.videos .media-preview__intro {
    margin-bottom: 4.5rem
}

.media-preview__content.events .media-preview__intro {
    margin-bottom: 3.3rem
}

@media only screen and (max-width: 991px) {
    .media-preview__content.press>.row {
        margin:0
    }
}

.media-preview__content.press .media-preview__item {
    padding: 5.6rem 7.4rem
}

@media only screen and (max-width: 1279px) {
    .media-preview__content.press .media-preview__item {
        padding:3.8rem 5rem
    }
}

@media only screen and (max-width: 991px) {
    .media-preview__content.press .media-preview__item {
        padding:3.7rem 3.4rem
    }
}

.media-preview__content.press .media-preview__intro {
    margin-bottom: 3.9rem
}

@media only screen and (max-width: 1599px) {
    .media-preview__content.press .media-preview__intro {
        margin-bottom:2.2rem
    }
}

@media only screen and (max-width: 991px) {
    .media-preview__content.press .media-preview__intro {
        margin-bottom:6.1rem
    }
}

.media-preview__content.press .media-preview__slogan {
    font-size: 4rem;
    line-height: 5rem
}

@media only screen and (max-width: 991px) {
    .media-preview__content.press .media-preview__slogan {
        font-size:2.6rem;
        line-height: 3rem
    }
}

.media-preview__content.press .media-preview__slogan>a {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.media-preview__content.press .media-preview__video::after {
    display: none
}

@media only screen and (max-width: 991px) {
    .media-preview__content.press .media-preview__video::after {
        display:block
    }
}

.media-preview__content.press .media-preview__video img {
    position: unset;
    width: unset;
    height: unset
}

@media only screen and (max-width: 991px) {
    .media-preview__content.press .media-preview__video img {
        width:100%;
        height: 100%;
        position: absolute
    }
}

.media-preview__content.press .media-preview__btnPlay .icon-play {
    bottom: 6rem
}

@media only screen and (max-width: 991px) {
    .media-preview__content.press .media-preview__btnPlay .icon-play {
        bottom:5.6rem
    }
}

@media only screen and (max-width: 991px) {
    .media-preview__content>.row {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.media-preview__content-left,.media-preview__content-right {
    padding: 0
}

.media-preview__item {
    padding: 7.6rem 6.9rem;
    background-color: #f7f7f7;
    height: 100%
}

@media only screen and (max-width: 991px) {
    .media-preview__item {
        padding:3.7rem 3.4rem
    }
}

@media only screen and (max-width: 991px) {
    .events .media-preview__item {
        padding:3.7rem 5.7rem
    }
}

.media-preview__item .icon-quote {
    position: relative;
    margin-top: 3.7rem;
    width: 4.5rem;
    height: 3.2rem;
    font-size: 2.8rem;
    color: #00b1b0
}

@media only screen and (max-width: 991px) {
    .media-preview__item .icon-quote {
        margin-top:2.5rem;
        font-size: 1.7rem
    }
}

.media-preview__item .icon-quote::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.media-preview__intro {
    margin-bottom: 12.6rem;
    color: #000;
    font-size: 3.2rem;
    line-height: 4rem;
    text-transform: capitalize;
    text-decoration: none;
    display: block
}

.media-preview__intro:hover {
    color: #000
}

@media only screen and (max-width: 991px) {
    .media-preview__intro {
        margin-bottom:6.1rem;
        font-size: 1.6rem;
        line-height: 2.2rem
    }
}

.ar .media-preview__intro {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400;
    color: #373737
}

@media only screen and (max-width: 991px) {
    .ar .media-preview__intro {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .media-preview__intro {
        font-size:2.6rem;
        line-height: 4rem
    }
}

.media-preview__corporate {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #535556;
    text-transform: uppercase
}

.en .media-preview__corporate {
    letter-spacing: .1rem
}

@media only screen and (max-width: 991px) {
    .media-preview__corporate {
        font-weight:300;
        font-size: 1.4rem;
        line-height: 2rem
    }
}

.media-preview__information {
    margin-top: 2.5rem;
    padding-bottom: 2.3rem;
    font-weight: 300;
    font-size: 5.4rem;
    line-height: 6rem;
    color: #000;
    text-transform: capitalize;
    border-bottom: solid .1rem #000;
    text-decoration: none
}

.media-preview__information:hover {
    color: #000
}

.en .media-preview__information {
    letter-spacing: -.1rem
}

@media only screen and (max-width: 991px) {
    .media-preview__information {
        font-size:2.6rem;
        line-height: 3rem
    }

    .en .media-preview__information {
        letter-spacing: -.05rem
    }
}

.media-preview__venue {
    margin-top: 3.5rem;
    margin-bottom: 3rem;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.92rem;
    color: #000;
    text-transform: uppercase
}

.en .media-preview__venue {
    letter-spacing: 4%
}

@media only screen and (max-width: 991px) {
    .media-preview__venue {
        color:#535556;
        font-weight: 300;
        font-size: 1.3rem;
        line-height: 1.8rem
    }
}

.media-preview__venue p:nth-child(1) {
    margin-bottom: .8rem
}

@media only screen and (max-width: 991px) {
    .media-preview__venue p:nth-child(1) {
        letter-spacing:.2rem
    }
}

.media-preview__venue p {
    margin: 0
}

.media-preview__venue p:nth-child(2) {
    font-weight: 300;
    line-height: 2.5rem;
    text-transform: capitalize
}

.en .media-preview__venue p:nth-child(2) {
    letter-spacing: .2rem
}

@media only screen and (max-width: 991px) {
    .en .media-preview__venue p:nth-child(2) {
        font-family:Interstate-Regular,sans-serif;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.8rem
    }
}

@media only screen and (max-width: 991px) {
    .ru .media-preview__venue p:nth-child(2) {
        font-family:Roboto-Regular,sans-serif
    }
}

.media-preview__tag {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.92rem;
    color: #000
}

.en .media-preview__tag {
    letter-spacing: 4%
}

@media only screen and (max-width: 991px) {
    .media-preview__tag {
        font-weight:300;
        font-size: 1.3rem;
        color: #535556;
        line-height: 1.8rem
    }

    .en .media-preview__tag {
        letter-spacing: 12%
    }
}

.media-preview__tag .date p:nth-child(1),.media-preview__tag .time p:nth-child(1) {
    margin-bottom: .8rem
}

@media only screen and (max-width: 991px) {
    .media-preview__tag .date p:nth-child(1),.media-preview__tag .time p:nth-child(1) {
        letter-spacing:.2rem
    }
}

.media-preview__tag p {
    margin: 0
}

.media-preview__tag p:nth-child(1) {
    text-transform: uppercase
}

.media-preview__tag p:nth-child(2) {
    line-height: 2.5rem
}

.en .media-preview__tag p:nth-child(2) {
    letter-spacing: .2rem
}

@media only screen and (max-width: 991px) {
    .en .media-preview__tag p:nth-child(2) {
        font-family:Interstate-Regular,sans-serif;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.8rem
    }
}

@media only screen and (max-width: 991px) {
    .ru .media-preview__tag p:nth-child(2) {
        font-family:Roboto-Regular,sans-serif
    }
}

@media only screen and (max-width: 991px) {
    .media-preview__tag .time {
        margin-top:2.4rem
    }
}

.media-preview__interviewee {
    font-weight: 300;
    font-size: 5.4rem;
    line-height: 6rem;
    color: #000;
    text-transform: capitalize;
    text-decoration: none
}

.media-preview__interviewee:hover {
    color: #000
}

@media only screen and (max-width: 991px) {
    .media-preview__interviewee {
        font-size:2.6rem;
        line-height: 3rem;
        letter-spacing: -.05rem
    }
}

.en .media-preview__interviewee {
    letter-spacing: -.1rem
}

.ar .media-preview__interviewee {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .media-preview__interviewee {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .media-preview__interviewee {
        font-size:5.4rem;
        line-height: 7.2rem
    }
}

.media-preview__quote {
    margin-top: 2.6rem;
    font-weight: 300;
    font-size: 2.6rem;
    line-height: 3.2rem;
    color: #000
}

@media only screen and (max-width: 991px) {
    .media-preview__quote {
        margin-top:1.5rem;
        font-size: 1.4rem;
        line-height: 2rem
    }
}

.ar .media-preview__quote {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .media-preview__quote {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .media-preview__quote {
        font-size:2.6rem;
        line-height: 4.5rem
    }
}

.media-preview__info {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #535556;
    text-transform: uppercase
}

.en .media-preview__info {
    letter-spacing: .1rem
}

@media only screen and (max-width: 991px) {
    .media-preview__info {
        font-weight:300;
        font-size: 1.4rem;
        line-height: 2rem
    }
}

.media-preview__time>p {
    margin-bottom: 0;
    color: #535556;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem
}

@media only screen and (max-width: 991px) {
    .media-preview__time>p {
        font-weight:300;
        font-size: 1.4rem;
        line-height: 2rem
    }
}

.ar .media-preview__time>p {
    color: #707070
}

@media only screen and (min-width: 992px) {
    .ar .media-preview__time>p {
        font-size:1.4rem;
        line-height: 2rem
    }
}

.media-preview__slogan {
    margin-top: 3.3rem;
    padding-top: 3.2rem;
    font-weight: 400;
    font-size: 5.4rem;
    line-height: 6rem;
    text-align: left;
    border-top: solid .1rem #000
}

.en .media-preview__slogan {
    letter-spacing: -.1rem
}

.media-preview__slogan a {
    text-decoration: none;
    color: #000
}

@media only screen and (max-width: 991px) {
    .media-preview__slogan {
        margin-top:2.5rem;
        padding-top: 2.5rem;
        font-weight: 300;
        font-size: 2.6rem;
        line-height: 3rem
    }

    .en .media-preview__slogan {
        letter-spacing: -.05rem
    }
}

@media only screen and (min-width: 992px) {
    .ar .media-preview__slogan {
        font-size:3.8rem
    }
}

.ar .media-preview__slogan a {
    color: #373737
}

.media-preview__video {
    position: relative;
    height: 100%;
    cursor: pointer
}

.media-preview__video::after {
    content: "";
    display: block;
    padding-bottom: 80%
}

@media only screen and (min-width: 992px) {
    .media-preview__video::after {
        padding-bottom:60%
    }
}

.media-preview__video a {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.media-preview__video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 2
}

.media-preview__video.no-link {
    cursor: default
}

.media-preview__btnPlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.media-preview__btnPlay .icon-play {
    position: absolute;
    bottom: 8.6rem;
    left: 10.3rem;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 2.5rem;
    height: 2.5rem;
    color: #00b1b0;
    font-size: 2rem
}

.media-preview__btnPlay .icon-play::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-25%,-25%);
    transform: translate(-25%,-25%);
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 767px) {
    .media-preview__btnPlay .icon-play::before {
        -webkit-transform:translate(-41%,-48%);
        transform: translate(-41%,-48%)
    }
}

.media-preview__btnPlay .icon-play::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 11.5rem;
    height: 11.5rem;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1
}

@media only screen and (max-width: 991px) {
    .media-preview__btnPlay .icon-play::after {
        width:8.3rem;
        height: 8.3rem
    }
}

@media only screen and (max-width: 767px) {
    .media-preview__btnPlay .icon-play::after {
        width:5.613rem;
        height: 5.613rem
    }
}

@media only screen and (max-width: 991px) {
    .media-preview__btnPlay .icon-play {
        font-size:1.3rem
    }
}

@media only screen and (max-width: 767px) {
    .media-preview__btnPlay .icon-play {
        width:1.211rem;
        height: 1.211rem;
        bottom: 4.5rem;
        left: 7.2rem
    }
}

.media-preview__video-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.media-preview__video-inner iframe {
    width: 100%;
    height: 100%;
    background-color: #000
}

.media-preview__video-inner .video-box {
    width: 100%;
    height: 100%
}

.media-preview__video-inner .video-box__iframe {
    width: 100%;
    height: 100%
}

.banner-side-image__content {
    margin: 0
}

@media only screen and (max-width: 767px) {
    .banner-side-image__content {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.banner-side-image__content-left,.banner-side-image__content-right {
    padding: 0
}

.banner-side-image__item {
    padding: 7.1rem 6.5rem;
    background-color: #f7f7f7;
    height: 100%
}

@media only screen and (max-width: 767px) {
    .banner-side-image__item {
        padding:3.7rem 3.4rem
    }
}

.banner-side-image__tag {
    font-size: 3.2rem;
    line-height: 4rem;
    color: #000;
    text-transform: capitalize
}

@media only screen and (max-width: 767px) {
    .banner-side-image__tag {
        font-size:1.6rem;
        line-height: 1.6rem
    }
}

.banner-side-image__topic {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #535556
}

.en .banner-side-image__topic {
    letter-spacing: .1rem
}

@media only screen and (max-width: 767px) {
    .banner-side-image__topic {
        font-size:1.4rem
    }
}

.banner-side-image__title {
    margin-top: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: solid .1rem #000
}

.banner-side-image__title>a {
    font-size: 5.4rem;
    line-height: 6rem;
    color: #000;
    text-decoration: none
}

.en .banner-side-image__title>a {
    letter-spacing: -.1rem
}

@media only screen and (max-width: 767px) {
    .banner-side-image__title>a {
        font-size:2.6rem;
        line-height: 3.1rem
    }
}

.banner-side-image__venue {
    padding-top: 3rem
}

.banner-side-image__venue>p {
    margin: 0;
    font-size: 1.6rem;
    color: #000
}

@media only screen and (max-width: 767px) {
    .banner-side-image__venue>p {
        font-size:1.4rem
    }
}

.banner-side-image__venue p.venue-key {
    margin-bottom: .5rem;
    text-transform: uppercase;
    line-height: 1.92rem
}

.en .banner-side-image__venue p.venue-key {
    letter-spacing: 4%
}

@media only screen and (max-width: 767px) {
    .banner-side-image__venue p.venue-key {
        margin-bottom:0
    }
}

.banner-side-image__venue p.venue-value {
    line-height: 2.5rem;
    text-transform: capitalize
}

.en .banner-side-image__venue p.venue-value {
    letter-spacing: .2rem
}

.banner-side-image__schedule {
    padding-top: 3.5rem
}

.banner-side-image__schedule .banner-date>p {
    margin: 0;
    font-size: 1.6rem;
    color: #000
}

@media only screen and (max-width: 767px) {
    .banner-side-image__schedule .banner-date>p {
        font-size:1.4rem
    }
}

.banner-side-image__schedule .banner-date p.date-key {
    margin-bottom: .5rem;
    line-height: 1.92rem;
    text-transform: uppercase
}

.en .banner-side-image__schedule .banner-date p.date-key {
    letter-spacing: 4%
}

@media only screen and (max-width: 767px) {
    .banner-side-image__schedule .banner-date p.date-key {
        margin-bottom:0
    }
}

.banner-side-image__schedule .banner-date p.date-value {
    line-height: 2.5rem;
    text-transform: capitalize
}

.en .banner-side-image__schedule .banner-date p.date-value {
    letter-spacing: .2rem
}

.banner-side-image__schedule .banner-time>p {
    margin: 0;
    color: #000
}

.banner-side-image__schedule .banner-time p.time-key {
    margin-bottom: .5rem;
    line-height: 1.92rem;
    text-transform: uppercase
}

.en .banner-side-image__schedule .banner-time p.time-key {
    letter-spacing: 4%
}

@media only screen and (max-width: 767px) {
    .banner-side-image__schedule .banner-time p.time-key {
        margin-bottom:0
    }
}

.banner-side-image__schedule .banner-time p.time-value {
    line-height: 2.5rem;
    text-transform: capitalize
}

.en .banner-side-image__schedule .banner-time p.time-value {
    letter-spacing: .2rem
}

.banner-side-image__image>a {
    display: block;
    width: 100%;
    height: 100%
}

.media-category-tab {
    padding: 0 8.3rem
}

@media only screen and (max-width: 991px) {
    .media-category-tab {
        padding:0 2.3rem
    }
}

.media-category-tab__list ul {
    border: none
}

@media only screen and (max-width: 991px) {
    .media-category-tab__list ul {
        display:none
    }
}

.media-category-tab__list ul button.nav-link {
    display: inline-block;
    margin-right: 2rem;
    padding: .8rem 4.2rem;
    color: #00b1b0;
    font-size: 1.5rem;
    line-height: 4.2rem;
    text-align: center;
    text-transform: uppercase;
    border: solid .1rem #00b1b0;
    border-radius: 10rem
}

.en .media-category-tab__list ul button.nav-link {
    letter-spacing: .1rem
}

.media-category-tab__list ul button.nav-link.active {
    color: #fff;
    background-color: #00b2a9
}

.media-category-tab__list .custom-dropdown {
    display: none
}

@media only screen and (max-width: 991px) {
    .media-category-tab__list .custom-dropdown {
        display:block
    }
}

.media-category-tab__content {
    margin-top: 2rem
}

@media only screen and (min-width: 992px) {
    .en .media-category-tab.media-category-tab-MR .tab-pane .image-with-different-description-MR .heading-section {
        letter-spacing:-.02em
    }
}

.ar .media-category-tab.media-category-tab-MR .tab-pane .image-with-different-description-MR .heading-section {
    color: #000;
    font-weight: 500
}

@media only screen and (min-width: 992px) {
    .ar .media-category-tab.media-category-tab-MR .tab-pane .image-with-different-description-MR .heading-section {
        padding-bottom:3rem;
        margin-bottom: 6.7rem
    }
}

@media only screen and (max-width: 991px) {
    .ar .media-category-tab.media-category-tab-MR .tab-pane .image-with-different-description-MR .heading-section {
        line-height:3.5rem
    }
}

.media-category-tab.media-category-tab-MR .tab-pane .image-with-different-description-MR .iwdd__content-item-title.\--has-bottom-line {
    font-weight: 300
}

@media only screen and (min-width: 992px) {
    .media-category-tab.media-category-tab-MR .tab-pane .image-with-different-description-MR .iwdd__content-item-title.\--has-bottom-line {
        letter-spacing:-.02em
    }

    .en .media-category-tab.media-category-tab-MR .tab-pane .image-with-different-description-MR .iwdd__content-item-title.\--has-bottom-line {
        color: #2c2f32
    }
}

.ar .media-category-tab.media-category-tab-MR .tab-pane .image-with-different-description-MR .iwdd__content-item-title.\--has-bottom-line {
    font-weight: 500;
    color: #000;
    margin-bottom: 4rem;
    padding-bottom: 3rem
}

@media only screen and (min-width: 992px) {
    .media-category-tab.media-category-tab-MR .tab-pane .simple-description-MR .heading-3 {
        letter-spacing:-.02em;
        max-width: 76.8rem
    }
}

@media only screen and (max-width: 991px) {
    .media-category-tab.media-category-tab-MR .tab-pane .simple-description-MR .heading-3 {
        font-size:2.6rem!important;
        line-height: 3rem!important
    }

    .en .media-category-tab.media-category-tab-MR .tab-pane .simple-description-MR .heading-3 {
        max-width: 25.7rem
    }
}

.ar .media-category-tab.media-category-tab-MR .tab-pane .simple-description-MR .heading-3 {
    color: #000;
    font-weight: 500!important
}

@media only screen and (min-width: 992px) {
    .ar .media-category-tab.media-category-tab-MR .tab-pane .simple-description-MR .heading-3 {
        line-height:7.3rem!important
    }
}

@media only screen and (max-width: 991px) {
    .ar .media-category-tab.media-category-tab-MR .tab-pane .simple-description-MR .heading-3 {
        line-height:3.5rem!important
    }
}

@media only screen and (max-width: 991px) {
    .en .media-category-tab.media-category-tab-MR .tab-pane .simple-description-MR h3 {
        margin-bottom:6rem
    }

    .ar .media-category-tab.media-category-tab-MR .tab-pane .simple-description-MR h3::after {
        bottom: -1.6rem
    }
}

.media-category-tab.\--no-padding {
    padding: 0
}

.three-card {
    position: relative
}

.three-card.\--6-items {
    padding: 11.6rem 2.9rem 0
}

@media only screen and (min-width: 992px) {
    .three-card.\--6-items .col-lg-2 {
        --bs-gutter-x:29px
    }
}

.three-card.\--6-items .col-lg-2:nth-child(even) {
    margin-top: 8rem
}

@media only screen and (max-width: 991px) {
    .three-card.\--6-items .col-lg-2:nth-child(even) {
        margin-top:0
    }
}

.three-card.\--6-items .three-card__title {
    font-family: Interstate-Bold,sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.5rem;
    padding-bottom: 0;
    letter-spacing: -.6px
}

.ar .three-card.\--6-items .three-card__title {
    font-family: DinarOneMedium,sans-serif
}

.animation-on .three-card.\--6-items .three-card__title {
    -webkit-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: all .6s linear;
    transition: all .6s linear
}

.three-card.\--6-items .three-card__info {
    top: auto;
    bottom: 0;
    height: auto;
    padding: 2rem 1.4rem;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#000));
    background: linear-gradient(180deg,rgba(0,0,0,0) 0,#000 100%)
}

.three-card.\--6-items .three-card__info:after {
    display: none
}

.three-card.\--6-items .three-card__image::after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(35.27deg,rgba(17,94,103,.9),rgba(0,178,169,.9));
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear
}

.three-card.\--6-items .three-card__image img {
    opacity: 1;
    -webkit-filter: none;
    filter: none
}

.three-card.\--6-items .three-card__desc {
    text-align: center;
    font-family: Interstate-Light,sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2rem;
    letter-spacing: -.4px;
    margin-top: .7rem
}

.ar .three-card.\--6-items .three-card__desc {
    font-family: DinarOneMedium,sans-serif
}

.animation-on .three-card.\--6-items .three-card-container {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in
}

.three-card.\--6-items p {
    margin-bottom: 0
}

@media only screen and (max-width: 575px) {
    .three-card.\--6-items .three-card__title {
        max-width:200px;
        text-align: left
    }

    .three-card.\--6-items p {
        max-width: 200px;
        line-height: 1.8rem
    }
}

@media only screen and (max-width: 991px) {
    .three-card.\--6-items {
        padding:3.5rem 0 0
    }

    .three-card.\--6-items .block-inner {
        padding-bottom: 2.5rem
    }

    .three-card.\--6-items .three-card__show {
        margin-top: 2rem
    }

    .three-card.\--6-items .three-card__group {
        display: none
    }

    .three-card.\--6-items .three-card__title {
        margin-left: 2.1rem
    }

    .three-card.\--6-items .three-card__icon {
        width: 5.4rem;
        height: 5.4rem;
        margin-bottom: 0
    }

    .three-card.\--6-items .accordion {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-color: rgba(255,255,255,.3);
        padding: 1.7rem 0
    }

    .three-card.\--6-items .accordion.active+.panel {
        margin-top: -2.4rem;
        position: relative;
        z-index: 2
    }

    .three-card.\--6-items .accordion.active .three-card__icon {
        background-color: #fff
    }

    .three-card.\--6-items .accordion__item:first-child .accordion,.three-card.\--6-items .accordion__item:last-of-type {
        border: 0
    }

    .three-card.\--6-items .accordion__item .icon-minus,.three-card.\--6-items .accordion__item .icon-plus {
        color: #fff;
        top: 3.3rem;
        opacity: .4;
        font-weight: 700
    }

    .three-card.\--6-items .panel {
        color: #fff;
        padding-left: 7.6rem
    }
}

@media only screen and (min-width: 992px) {
    .three-card.\--6-items .three-card__item:hover .three-card__info {
        background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#000));
        background: linear-gradient(180deg,rgba(0,0,0,0) 0,#000 100%)
    }

    .three-card.\--6-items .three-card__item:hover .three-card__image::after {
        opacity: .7
    }

    .three-card.\--6-items .three-card__item:hover .three-card__icon {
        background-color: #fff
    }

    .three-card.\--6-items .three-card__group {
        margin-top: -7rem
    }

    .three-card.\--6-items .text-accordion {
        display: none
    }

    .three-card.\--6-items>picture {
        height: 75%
    }

    .three-card.\--6-items .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (min-width: 992px) and (max-width:1279px) {
    .three-card.\--6-items {
        padding:7rem .5rem 0
    }

    .three-card.\--6-items .three-card__stroke-text {
        font-size: 29rem;
        margin-top: 9rem
    }

    .three-card.\--6-items>picture {
        height: 70%
    }
}

.three-card__heading {
    color: #fff;
    text-align: center;
    font-family: Interstate-Bold,sans-serif;
    font-size: 7.8rem;
    font-weight: 700;
    line-height: 8.8rem;
    letter-spacing: -3.12px
}

.ar .three-card__heading {
    font-family: DinarOneMedium,sans-serif;
    letter-spacing: 0;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .three-card__heading {
        font-size:3.2rem;
        line-height: 4rem;
        letter-spacing: -1.28px;
        text-align: left
    }
}

.three-card__summary {
    color: #fff;
    text-align: center;
    font-size: 2rem;
    line-height: 2.6rem;
    letter-spacing: -.4px;
    max-width: 68.5rem;
    margin: 0 auto;
    margin-top: 1.6rem
}

.ar .three-card__summary {
    letter-spacing: 0
}

@media only screen and (max-width: 991px) {
    .three-card__summary {
        text-align:left;
        font-size: 1.8rem
    }
}

.three-card__stroke-text {
    text-align: center;
    font-family: Interstate-Bold,sans-serif;
    font-size: 32.8rem;
    font-weight: 700;
    line-height: 16.4rem;
    letter-spacing: -22.96px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px rgba(204,204,204,.3);
    margin-top: 12.9rem
}

.animation-on .three-card__stroke-text {
    opacity: 0;
    -webkit-transform: translate(-50%,150px);
    transform: translate(-50%,150px);
    -webkit-transition: all 1s linear;
    transition: all 1s linear
}

@media only screen and (min-width: 992px) {
    .animation-on .three-card__stroke-text {
        left:50%;
        width: 168.8rem;
        position: relative
    }
}

.ar .animation-on .three-card__stroke-text {
    right: 50%;
    left: auto;
    width: 100%
}

.ar .three-card__stroke-text {
    font-family: DinarOneMedium,sans-serif;
    letter-spacing: 0;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .three-card__stroke-text {
        font-size:7.7rem;
        line-height: 7rem;
        letter-spacing: -5.39px;
        margin-top: 0;
        margin-left: 0;
        position: absolute;
        left: 50%;
        bottom: -1rem;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media only screen and (max-width: 575px) {
    .three-card__stroke-text {
        letter-spacing:-1px;
        font-size: 19vw
    }
}

.three-card__icon {
    background: #fdc42d;
    border-radius: 50%;
    width: 6.2rem;
    height: 6.2rem;
    text-align: center;
    position: relative;
    margin-bottom: 1rem
}

.animation-on .three-card__icon,.animation-on .three-card__icon img {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in
}

.three-card__icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.three-card .heading {
    font-weight: 300;
    margin-bottom: 20rem
}

@media only screen and (max-width: 991px) {
    .three-card .heading {
        margin-bottom:7.7rem
    }
}

.three-card .heading::after {
    content: "";
    width: 9rem
}

.en .three-card .heading {
    letter-spacing: -.2rem
}

.ar .three-card .heading {
    font-weight: 400;
    line-height: 7.3rem
}

@media only screen and (max-width: 991px) {
    .ar .three-card .heading {
        line-height:1.4
    }
}

.three-card>picture {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0
}

.three-card>picture img {
    width: 100%;
    height: 100%
}

.three-card__item {
    position: relative;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out,-webkit-transform .5s ease-out;
    display: block;
    margin-bottom: 2rem
}

.three-card__item.show_desc .three-card__info {
    background: linear-gradient(35.27deg,rgba(17,94,103,.9),rgba(0,178,169,.9))
}

.three-card__item.show_desc .three-card__info::after {
    border-bottom: .2rem solid #fff
}

.three-card__item.show_desc .icon-close {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

@media only screen and (min-width: 992px) {
    .three-card__item {
        margin-bottom:0
    }

    .three-card__item:hover {
        -webkit-transform: translateY(-6.5rem);
        transform: translateY(-6.5rem);
        -webkit-box-shadow: 0 5.5rem 8.2rem -5rem #000;
        box-shadow: 0 5.5rem 8.2rem -5rem #000
    }

    .three-card__item:hover .three-card__desc {
        display: block
    }

    .three-card__item:hover .three-card__info {
        background: linear-gradient(35.27deg,rgba(17,94,103,.9),rgba(0,178,169,.9))
    }

    .three-card__item:hover .three-card__info::after {
        border-bottom: .2rem solid #fff
    }
}

@media only screen and (max-width: 991px) {
    .three-card a.three-card__item .three-card__desc {
        display:block!important
    }
}

.three-card__info {
    position: absolute;
    background-color: rgba(0,119,139,.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 4rem
}

.three-card__info::after {
    content: "";
    border-bottom: .2rem solid #fdb913;
    left: 0;
    bottom: 7.1rem;
    width: 5rem;
    margin: 0 auto;
    position: absolute;
    right: 0
}

.three-card__image img {
    opacity: .6;
    width: 100%;
    -webkit-filter: saturate(.5);
    filter: saturate(.5)
}

.three-card__title {
    font-weight: 300;
    font-size: 4.2rem;
    line-height: 4.8rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 3rem;
    -webkit-transition: all 2s;
    transition: all 2s
}

@media only screen and (max-width: 991px) {
    .three-card__title {
        font-weight:300;
        font-size: 2rem;
        line-height: 2.5rem
    }
}

.en .three-card__title {
    letter-spacing: .2rem
}

.ar .three-card__title {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400;
    letter-spacing: .002rem
}

@media only screen and (max-width: 991px) {
    .ar .three-card__title {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .three-card__title {
        font-size:3.2rem;
        line-height: 4.5rem
    }
}

.three-card__desc {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #fff;
    display: none
}

@media only screen and (max-width: 991px) {
    .three-card__desc {
        font-family:Interstate-Regular,sans-serif;
        font-weight: 400;
        font-size: 1.3rem;
        line-height: 1.8rem
    }
}

.en .three-card__desc {
    letter-spacing: .1rem
}

.ar .three-card__desc {
    font-weight: 400;
    line-height: 3.4rem;
    font-family: DinarOneMedium,sans-serif
}

@media only screen and (max-width: 991px) {
    .ar .three-card__desc {
        line-height:1.4
    }
}

@media only screen and (max-width: 991px) {
    .ru .three-card__desc {
        font-family:Roboto-Regular,sans-serif
    }
}

.three-card__show {
    width: 3rem;
    height: 3rem;
    background: #fff;
    border-radius: 100%;
    position: relative
}

@media only screen and (min-width: 992px) {
    .three-card__show {
        display:none
    }
}

.three-card__show .icon-close {
    position: absolute;
    top: .95rem;
    left: 1rem;
    font-size: 1rem;
    font-weight: 700;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.three-card.animation-appearance .three-card__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.three-card.animation-appearance .three-card__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24.5rem;
    flex: 0 0 24.5rem
}

.three-card.animation-appearance .three-card__item+.three-card__item {
    margin-left: 2rem
}

@media only screen and (min-width: 992px) {
    .three-card.animation-appearance .three-card__item {
        -webkit-box-flex:1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
}

.three-card.animation-appearance .three-card__info {
    padding: 0 2rem
}

.vtdwbc {
    overflow: hidden
}

@media only screen and (max-width: 991px) {
    .vtdwbc {
        padding:0 2.35rem
    }
}

.vtdwbc__title {
    font-weight: 400;
    max-width: 128rem;
    margin: 0 auto;
    font-size: 4.2rem;
    line-height: 5.4rem;
    text-align: center;
    text-transform: uppercase
}

@media only screen and (max-width: 991px) {
    .vtdwbc__title {
        font-weight:300;
        font-size: 2.6rem;
        line-height: 3.4rem
    }

    .en .vtdwbc__title {
        letter-spacing: -.05rem
    }
}

.en .vtdwbc__title {
    letter-spacing: .1rem
}

.ar .vtdwbc__title {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .vtdwbc__title {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .vtdwbc__title {
        font-size:4.2rem;
        line-height: 5.4rem
    }
}

.vtdwbc__summary {
    max-width: 132rem;
    margin: 7.6rem auto;
    font-size: 3rem;
    line-height: 4.1rem;
    text-align: center
}

@media only screen and (max-width: 991px) {
    .vtdwbc__summary {
        font-size:2rem;
        line-height: 2.8rem
    }
}

.en .vtdwbc__summary {
    letter-spacing: -.04rem
}

.ar .vtdwbc__summary {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .vtdwbc__summary {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .vtdwbc__summary {
        font-size:3rem;
        line-height: 5.5rem
    }
}

.vtdwbc__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 991px) {
    .vtdwbc__content {
        padding:0
    }
}

.vtdwbc__content-item {
    position: relative;
    max-width: calc(31.1rem + 44px);
    margin: 2rem 0
}

@media only screen and (max-width: 991px) {
    .vtdwbc__content-item {
        max-width:100%
    }
}

@media only screen and (max-width: 991px) {
    .vtdwbc__content-item-image {
        width:100%
    }
}

.vtdwbc__content-item-text {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.en .vtdwbc__content-item-text {
    letter-spacing: -.1rem
}

@media only screen and (max-width: 991px) {
    .en .vtdwbc__content-item-text {
        letter-spacing:-.075rem
    }
}

.vtdwbc__content-item-text .text1 {
    font-size: 3.2rem;
    line-height: 4.6rem;
    text-transform: uppercase
}

@media only screen and (max-width: 991px) {
    .vtdwbc__content-item-text .text1 {
        font-size:2.4rem;
        line-height: 4.2rem
    }
}

.ar .vtdwbc__content-item-text .text1 {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .vtdwbc__content-item-text .text1 {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .vtdwbc__content-item-text .text1 {
        font-size:3.2rem;
        line-height: 8.2rem
    }
}

.vtdwbc__content-item-text .text2 {
    font-size: 4.2rem;
    line-height: 4.6rem;
    text-transform: uppercase;
    color: #fdb913
}

@media only screen and (max-width: 991px) {
    .vtdwbc__content-item-text .text2 {
        font-size:4.2rem;
        line-height: 4.2rem
    }
}

.ar .vtdwbc__content-item-text .text2 {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .vtdwbc__content-item-text .text2 {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .vtdwbc__content-item-text .text2 {
        font-size:6.4rem;
        line-height: 8.2rem
    }
}

.reports {
    position: relative;
    padding-top: 7.9rem;
    padding-bottom: 9.4rem
}

@media only screen and (max-width: 991px) {
    .reports {
        padding-top:2.9rem;
        padding-bottom: 4.8rem
    }
}

.reports__title {
    position: relative;
    padding-bottom: 4.5rem;
    font-size: 7.2rem;
    line-height: 7.7rem
}

@media only screen and (max-width: 991px) {
    .reports__title {
        padding-bottom:2rem;
        font-size: 2.6rem;
        line-height: 3.1rem
    }
}

.reports__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 17.8rem;
    height: .2rem;
    background-color: #fdb913
}

@media only screen and (max-width: 991px) {
    .reports__title::after {
        width:8.2rem
    }
}

.en .reports__title {
    letter-spacing: -.3rem
}

@media only screen and (max-width: 991px) {
    .en .reports__title {
        letter-spacing:-.05rem
    }
}

.ar .reports__title {
    font-family: DinarOneMedium,sans-serif
}

@media only screen and (max-width: 991px) {
    .ar .reports__title {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .reports__title {
        font-size:3.5rem;
        line-height: 5.5rem
    }
}

.reports__desc {
    padding-top: 4.5rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 300;
    color: #000
}

@media only screen and (max-width: 991px) {
    .reports__desc {
        display:none
    }
}

.ar .reports__desc {
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .reports__desc {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .reports__desc {
        font-size:1.8rem;
        line-height: 2.8rem
    }
}

.reports__note {
    font-family: Interstate-Regular,sans-serif;
    padding-top: 4.5rem;
    padding-bottom: 9rem;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    color: #000
}

@media only screen and (max-width: 991px) {
    .reports__note {
        display:none
    }
}

.ar .reports__note {
    font-family: DinarOneMedium,sans-serif
}

@media only screen and (max-width: 991px) {
    .ar .reports__note {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .reports__note {
        font-size:2rem;
        line-height: 3rem
    }
}

.ru .reports__note {
    font-family: Roboto-Regular,sans-serif
}

.reports__list:not(.country-list) .custom-dropdown {
    display: none
}

@media only screen and (max-width: 991px) {
    .reports__list:not(.country-list) .custom-dropdown {
        display:block
    }
}

.reports__list {
    margin-top: 3rem
}

.reports__list .select2-container .select2-selection--single .select2-selection__rendered {
    color: #00b2a9
}

.ar .reports__list .select2-container .select2-selection--single .select2-selection__rendered {
    font-family: DinarOneMedium,sans-serif
}

@media only screen and (max-width: 991px) {
    .ar .reports__list .select2-container .select2-selection--single .select2-selection__rendered {
        line-height:1.4
    }
}

.reports__yearList {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: none
}

@media only screen and (max-width: 991px) {
    .reports__yearList {
        display:none
    }
}

.country-select .reports__yearList {
    display: none
}

.reports__yearList .slick-list {
    width: 63%;
    margin: auto
}

.reports__yearList .slick-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.reports__yearList .slick-list .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 14rem!important
}

.reports__yearList .slick-slide-next,.reports__yearList .slick-slide-prev {
    position: absolute;
    width: 3.3rem;
    height: 3.3rem;
    background-color: #00b2a9;
    border-radius: 50%;
    border: none;
    color: #fff;
    -webkit-box-shadow: 0 1.1rem .6rem -.1rem rgba(0,0,0,.17);
    box-shadow: 0 1.1rem .6rem -.1rem rgba(0,0,0,.17)
}

.ar .reports__yearList .slick-slide-next,.ar .reports__yearList .slick-slide-prev {
    -webkit-box-shadow: 0 -.9rem .6rem -.1rem rgba(0,0,0,.17);
    box-shadow: 0 -.9rem .6rem -.1rem rgba(0,0,0,.17)
}

.reports__yearList .slick-slide-next span,.reports__yearList .slick-slide-prev span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.reports__yearList button.slick-disabled {
    background-color: #a4a4a4
}

.reports__yearList .slick-slide-prev {
    top: 1rem;
    left: 15%
}

.ar .reports__yearList .slick-slide-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.reports__yearList .slick-slide-next {
    top: 1rem;
    right: 15.5%
}

.ar .reports__yearList .slick-slide-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.reports__yearList li.nav-item {
    display: inline-block;
    border: none
}

.reports__yearList li.nav-item button {
    font-family: Interstate-Thin,sans-serif;
    font-weight: 250;
    font-size: 3rem;
    line-height: 4.6rem;
    text-align: center;
    color: #000;
    border: none;
    background-color: transparent
}

.reports__yearList li.nav-item button.active {
    font-family: Interstate-Light,sans-serif;
    font-weight: 300;
    border-bottom: solid .3rem #000
}

.ru .reports__yearList li.nav-item button.active {
    font-family: Roboto-Light,sans-serif
}

.reports__yearList li.nav-item button.nav-link {
    background-color: transparent
}

.en .reports__yearList li.nav-item button {
    letter-spacing: -.04rem
}

.ar .reports__yearList li.nav-item button {
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .reports__yearList li.nav-item button {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .reports__yearList li.nav-item button {
        font-size:3rem;
        line-height: 4.6rem
    }
}

.ru .reports__yearList li.nav-item button {
    font-family: Roboto-Thin,sans-serif
}

.reports__contentList .reports__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 2.5rem;
    border: solid .1rem #b1e4e3
}

@media only screen and (max-width: 991px) {
    .reports__contentList .reports__card {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.reports__contentList .reports__item-title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-bottom: 4rem
}

@media only screen and (max-width: 991px) {
    .reports__contentList .reports__item-title {
        padding-bottom:0
    }
}

.reports__content-item-list {
    padding: 6.7rem 0 0 0
}

@media only screen and (max-width: 991px) {
    .reports__content-item-list {
        padding:0
    }
}

.reports__content-item-list .row {
    row-gap: 2.4rem
}

@media only screen and (max-width: 991px) {
    .reports__content-item-list .row {
        padding-top:2.5rem
    }
}

.reports__content-item-list.container {
    max-width: 100%
}

.reports__card {
    background-color: #fff
}

@media only screen and (max-width: 991px) {
    .reports__card {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.reports__download {
    text-decoration: none;
    width: 100%;
    height: 100%
}

.reports__item-download {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.reports__item-download img {
    width: 3rem;
    height: 3rem
}

@media only screen and (max-width: 991px) {
    .ar .reports__item-download {
        margin-left:1rem
    }
}

.reports__item-title {
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #000
}

@media only screen and (max-width: 991px) {
    .ar .reports__item-title {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .reports__item-title {
        font-size:1.6rem;
        line-height: 2.5rem;
        color: #414141
    }
}

.ar .reports__item-title .number {
    font-family: DinarOneMedium,sans-serif
}

@media only screen and (max-width: 991px) {
    .ar .reports__item-title .number {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .reports__item-title .number {
        font-size:2rem;
        line-height: 2.7rem
    }
}

.reports__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -5
}

.reports__background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 991px) {
    .get-in-touch {
        overflow:unset
    }
}

.get-in-touch .heading {
    font-weight: 300
}

@media only screen and (max-width: 991px) {
    .get-in-touch .heading {
        font-weight:300;
        line-height: 3rem
    }
}

.ar .get-in-touch .heading {
    font-weight: 300
}

@media only screen and (max-width: 991px) {
    .ar .get-in-touch .heading {
        line-height:1.4
    }
}

@media only screen and (max-width: 991px) {
    .get-in-touch {
        margin-bottom:0
    }
}

.get-in-touch .row .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    width: 58%
}

.get-in-touch .row .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
    width: 36%;
    margin-left: 6%
}

@media only screen and (max-width: 991px) {
    .get-in-touch .row .col-lg-8 {
        -webkit-box-flex:0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .get-in-touch .row .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        margin-left: 0
    }
}

.get-in-touch__filter {
    margin-bottom: 7.5rem
}

@media only screen and (max-width: 991px) {
    .get-in-touch__filter {
        overflow:auto;
        padding-bottom: 1.2rem;
        margin-bottom: 2.5rem
    }
}

.get-in-touch__filter ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 7.1rem;
    list-style: none;
    padding: 0;
    margin: 0;
    border: none
}

@media only screen and (max-width: 991px) {
    .get-in-touch__filter ul {
        white-space:nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.get-in-touch__filter ul li {
    margin-right: 4.5rem
}

.get-in-touch__filter ul li a.active {
    color: #000;
    border-bottom: .1rem solid #000
}

.get-in-touch__filter ul li a {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 4.2rem;
    color: #00b2a9;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    border-bottom: .1rem solid transparent
}

.get-in-touch__filter ul li a:hover {
    color: #000;
    border-bottom: .1rem solid #000
}

.get-in-touch__desc {
    font-weight: 300;
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 3.5rem
}

@media only screen and (max-width: 991px) {
    .get-in-touch__desc {
        font-weight:300;
        font-size: 1.4rem;
        line-height: 2rem;
        margin-bottom: 3rem
    }
}

@media only screen and (max-width: 991px) {
    .ar .get-in-touch__desc {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .get-in-touch__desc {
        line-height:2.1rem;
        font-size: 1.5rem
    }
}

.get-in-touch__form {
    margin-bottom: 5.3rem
}

@media only screen and (max-width: 991px) {
    .get-in-touch__form .form-item {
        margin-bottom:5.3rem
    }
}

.get-in-touch__form .form-submit {
    margin-top: 3.8rem
}

.get-in-touch__form .form-submit .btn-blue {
    min-width: 19.3rem
}

.get-in-touch__form__bottom {
    font-family: Interstate-Regular,sans-serif;
    padding-top: 3.8rem;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 2.4rem;
    letter-spacing: .1rem;
    color: #000
}

.ru .get-in-touch__form__bottom {
    font-family: Roboto-Regular,sans-serif
}

.get-in-touch__form__link {
    display: inline-block;
    font-weight: 300;
    color: #00b2a9;
    text-decoration: none
}

.get-in-touch__form__link:hover {
    color: #00b2a9
}

.get-in-touch__form .parsley-error {
    background-color: transparent
}

.ar .get-in-touch__form .select2-selection__rendered {
    color: #515151
}

@media only screen and (min-width: 992px) {
    .ar .get-in-touch__form .select2-selection__rendered {
        font-size:1.6rem
    }
}

.get-in-touch .form-item {
    margin-bottom: 3.5rem
}

.ar .get-in-touch .form-item {
    line-height: 2.6rem
}

@media only screen and (max-width: 991px) {
    .ar .get-in-touch .form-item {
        line-height:1.4
    }
}

@media only screen and (max-width: 991px) {
    .get-in-touch .form-item {
        margin-bottom:5.3rem
    }
}

.get-in-touch .form-item label {
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 3.2rem;
    display: block;
    margin-bottom: 3rem
}

.ar .get-in-touch .form-item label {
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .get-in-touch .form-item label {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .get-in-touch .form-item label {
        font-size:2rem;
        line-height: 3rem
    }
}

.get-in-touch .form-item label span {
    color: #00b2a9;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    margin-left: 1rem
}

@media only screen and (max-width: 991px) {
    .get-in-touch .form-item label {
        font-weight:300;
        font-size: 1.6rem;
        line-height: 2.6rem
    }
}

.get-in-touch .form-item textarea {
    height: 24.5rem;
    border: .1rem solid #808991;
    padding: 1rem;
    width: 100%;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.8rem;
    outline: 0
}

@media only screen and (max-width: 991px) {
    .get-in-touch .form-item textarea {
        height:19.7rem
    }
}

.get-in-touch .form-item textarea.parsley-error {
    border: .1rem solid #e02020
}

.get-in-touch .form-item .parsley-error {
    border-bottom: .1rem solid #e02020
}

.get-in-touch .form-item.parsley-error .select2-selection {
    border-bottom: .1rem solid #e02020
}

.get-in-touch .form-item input {
    border: none;
    border-bottom: .1rem solid #808991;
    padding: 1rem 0 2rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #535556;
    font-weight: 300
}

@media only screen and (max-width: 991px) {
    .get-in-touch .form-item input {
        font-weight:300;
        font-size: 1.4rem;
        line-height: 2rem
    }
}

.get-in-touch .form-item input[type=number]::-webkit-inner-spin-button,.get-in-touch .form-item input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.get-in-touch .form-item input[type=number] {
    -moz-appearance: textfield
}

.ar .get-in-touch .form-item input {
    color: #515151
}

@media only screen and (min-width: 992px) {
    .ar .get-in-touch .form-item input {
        font-size:1.4rem
    }
}

.get-in-touch .group-form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 991px) {
    .get-in-touch .group-form-item {
        display:block;
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }
}

.get-in-touch .group-form-item .form-item {
    width: calc(50% - 2.2rem)
}

@media only screen and (max-width: 991px) {
    .get-in-touch .group-form-item .form-item {
        width:100%
    }
}

.get-in-touch .group-form-item .form-item input {
    width: 100%
}

.get-in-touch .group-form-item--block {
    display: block
}

.get-in-touch .group-form-item--block .form-item {
    width: 100%
}

.ar .get-in-touch .group-form-item--block .form-item input[name=email] {
    direction: ltr
}

.get-in-touch__item {
    position: relative;
    margin-bottom: 3.6rem;
    background-color: rgba(0,119,139,.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 40.5rem;
    text-decoration: none
}

@media only screen and (max-width: 991px) {
    .get-in-touch__item {
        min-height:auto
    }
}

.get-in-touch__img img {
    width: 100%
}

.get-in-touch__text {
    padding: 5.3rem 3rem 5.3rem 5.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff
}

@media only screen and (max-width: 1279px) {
    .get-in-touch__text {
        padding:3rem 3.4rem 3.7rem 3.4rem
    }
}

.get-in-touch__text__top {
    font-weight: 300;
    font-size: 4.2rem;
    line-height: 5.1rem;
    color: #fff
}

@media only screen and (max-width: 991px) {
    .get-in-touch__text__top {
        font-size:2.6rem;
        line-height: 3rem;
        letter-spacing: -.05rem
    }
}

.ar .get-in-touch__text__top {
    font-weight: 400;
    line-height: 6.5rem
}

@media only screen and (max-width: 991px) {
    .ar .get-in-touch__text__top {
        line-height:1.4
    }
}

.get-in-touch__text__desc {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-top: 2.6rem
}

.get-in-touch__text__desc p {
    margin: 0
}

.get-in-touch__text__footer {
    margin-top: 2.3rem;
    font-family: Interstate-Light,sans-serif;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 3.4rem;
    text-transform: uppercase
}

.ar .get-in-touch__text__footer {
    font-family: DinarOneMedium,sans-serif
}

.ru .get-in-touch__text__footer {
    font-family: Roboto-Light,sans-serif
}

.get-in-touch__text__footer p {
    margin: 0
}

.en .get-in-touch__text__footer {
    letter-spacing: .1rem
}

.get-in-touch .parsley-errors-list li {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.6rem;
    color: #e02020;
    padding-top: 1rem;
    font-family: Interstate-Regular,sans-serif
}

.ar .get-in-touch .parsley-errors-list li {
    font-family: DinarOneMedium,sans-serif
}

@media only screen and (max-width: 991px) {
    .ar .get-in-touch .parsley-errors-list li {
        line-height:1.4
    }
}

.ru .get-in-touch .parsley-errors-list li {
    font-family: Roboto-Regular,sans-serif
}

.get-in-touch .parsley-errors-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.get-in-touch__desc h3 {
    font-weight: 300;
    font-size: 4.2rem;
    line-height: 5rem;
    padding-bottom: 4.6rem;
    margin-bottom: 0
}

@media only screen and (max-width: 991px) {
    .get-in-touch__desc h3 {
        font-weight:300;
        font-size: 2.6rem;
        line-height: 3rem;
        padding-bottom: 2.8rem
    }
}

.ar .get-in-touch__desc h3 {
    font-weight: 400;
    line-height: 5.2rem
}

@media only screen and (max-width: 991px) {
    .ar .get-in-touch__desc h3 {
        line-height:1.4
    }
}

.get-in-touch__desc p {
    font-weight: 300;
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 0
}

@media only screen and (max-width: 991px) {
    .get-in-touch__desc p {
        font-weight:300;
        font-size: 1.4rem;
        line-height: 2rem
    }
}

.get-in-touch__desc ul {
    list-style: none;
    padding: 0;
    margin: 0
}

@media only screen and (max-width: 991px) {
    .get-in-touch__desc ul li {
        margin-bottom:1rem
    }
}

.get-in-touch__desc a {
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.8rem;
    text-decoration: none;
    color: #00b1b0
}

@media only screen and (max-width: 991px) {
    .get-in-touch__desc a {
        font-size:1.4rem;
        line-height: 2rem
    }
}

.get-in-touch__desc__top {
    padding-bottom: 7rem;
    border-top: .1rem solid #1a1a1a;
    padding-top: 6.1rem
}

@media only screen and (max-width: 991px) {
    .get-in-touch__desc__top {
        padding-bottom:5rem;
        border-top: 0;
        padding-top: 0
    }
}

.get-in-touch__desc__bottom {
    padding-top: 6.1rem;
    padding-bottom: 7rem;
    border-top: .1rem solid #1a1a1a
}

@media only screen and (max-width: 991px) {
    .get-in-touch__desc__bottom {
        padding-top:5rem;
        padding-bottom: 0;
        border-top: 0
    }
}

.get-in-touch__text1 {
    padding-bottom: 4rem
}

@media only screen and (max-width: 991px) {
    .ar .get-in-touch__text1 p {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .get-in-touch__text1 p {
        font-size:1.8rem;
        line-height: 2.8rem
    }
}

.get-in-touch__text2 p {
    padding-bottom: 3.5rem
}

@media only screen and (max-width: 991px) {
    .get-in-touch__text2 p {
        padding-bottom:2.5rem
    }
}

.ar .get-in-touch__text2 p {
    line-height: 3rem
}

@media only screen and (max-width: 991px) {
    .ar .get-in-touch__text2 p {
        line-height:1.4
    }
}

.get-in-touch .form-succeesful {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding: 0 18%;
    min-height: 96rem
}

@media only screen and (max-width: 991px) {
    .get-in-touch .form-succeesful {
        padding:2rem 3rem;
        min-height: 40rem
    }
}

.get-in-touch .form-succeesful p {
    font-weight: 300;
    font-size: 4.2rem;
    line-height: 5rem
}

@media only screen and (max-width: 991px) {
    .get-in-touch .form-succeesful p {
        font-size:2rem;
        line-height: 3rem
    }
}

.grecaptcha-badge {
    display: none;
    opacity: 0;
    z-index: -1
}

.data-recaptcha-v3:not(.policy) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f9f9f9;
    width: 25.6rem;
    height: 6rem;
    margin-bottom: .4rem;
    border-radius: .15rem;
    -webkit-box-shadow: 0 0 .25rem grey;
    box-shadow: 0 0 .25rem grey
}

.data-recaptcha-v3:not(.policy) .txt-recaptcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 18rem;
    flex-basis: 18rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #4a90e2;
    color: #fff;
    font-size: 1.2rem;
    padding: 0 .5rem;
    border-radius: .15rem 0 0 .15rem;
    height: 100%;
    line-height: 1.6rem;
    white-space: normal
}

.data-recaptcha-v3:not(.policy) .txt-recaptcha b {
    font-weight: 500
}

.data-recaptcha-v3:not(.policy) .link-wrap {
    font-size: .9rem;
    color: #fff;
    line-height: 1.2rem;
    white-space: normal
}

.data-recaptcha-v3:not(.policy) .link-wrap a {
    font-size: .9rem;
    color: #fff;
    display: inline;
    padding-left: .05rem;
    padding-right: .05rem;
    padding-top: .1rem;
    padding-bottom: .1rem;
    text-decoration: none
}

.data-recaptcha-v3:not(.policy) .icon-recaptcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0 .65rem
}

.twitter-wall {
    background: #003b48;
    padding-top: 8.1rem;
    padding-bottom: 27rem
}

@media only screen and (max-width: 991px) {
    .twitter-wall {
        padding-top:4.4rem;
        padding-bottom: 5.6rem
    }
}

@media only screen and (max-width: 991px) {
    .twitter-wall .row {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        margin-bottom: 6rem
    }

    .twitter-wall .row .col-lg-4 {
        width: 25rem;
        margin-right: 5.1rem
    }

    .twitter-wall .container {
        width: 100%;
        padding: 0;
        margin-right: -2.5rem;
        max-width: 100%
    }
}

.twitter-wall>.container {
    max-width: 100%;
    margin-left: 1.7rem;
    margin-right: -1.7rem
}

@media only screen and (min-width: 576px) {
    .twitter-wall>.container {
        margin-left:0;
        margin-right: 0;
        padding-left: calc((100% - 520px + 44px)/ 2);
        padding-right: calc((100% - 520px + 44px)/ 2)
    }
}

@media only screen and (min-width: 768px) {
    .twitter-wall>.container {
        padding-left:calc((100% - 720px + 44px)/ 2);
        padding-right: calc((100% - 720px + 44px)/ 2)
    }
}

@media only screen and (min-width: 992px) {
    .twitter-wall>.container {
        padding-left:calc((100% - 940px + 44px)/ 2);
        padding-right: calc((100% - 940px + 44px)/ 2)
    }
}

@media only screen and (min-width: 1280px) {
    .twitter-wall>.container {
        padding-left:calc((100% - 1140px + 44px)/ 2);
        padding-right: calc((100% - 1140px + 44px)/ 2)
    }
}

@media only screen and (min-width: 1600px) {
    .twitter-wall>.container {
        padding-left:calc((100% - 1380px + 44px)/ 2);
        padding-right: calc((100% - 1380px + 44px)/ 2)
    }
}

.twitter-wall__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 11.7rem
}

@media only screen and (max-width: 991px) {
    .twitter-wall__heading {
        margin-bottom:4.5rem
    }
}

.twitter-wall__heading h3 {
    font-weight: 400;
    font-size: 6.6rem;
    line-height: 7.3rem;
    color: #fff
}

.en .twitter-wall__heading h3 {
    letter-spacing: -.2rem
}

@media only screen and (max-width: 767px) {
    .twitter-wall__heading h3 {
        font-weight:300;
        font-size: 2.6rem;
        line-height: 3rem
    }

    .en .twitter-wall__heading h3 {
        letter-spacing: -.05rem
    }
}

.twitter-wall__right {
    text-align: right
}

@media only screen and (max-width: 991px) {
    .twitter-wall__right .btn-blue {
        display:none
    }
}

.twitter-wall .btn-blue {
    min-width: 19.3rem
}

.twitter-wall__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (min-width: 1600px) {
    .twitter-wall__item {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 6.4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media only screen and (min-width: 992px) {
    .twitter-wall__item {
        margin-bottom:3rem
    }
}

@media only screen and (max-width: 767px) {
    .twitter-wall__item {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.twitter-wall__item .icon-twitter {
    color: #24a9e6;
    font-size: 3.5rem;
    margin-right: 2.2rem
}

@media only screen and (max-width: 767px) {
    .twitter-wall__item .icon-twitter {
        font-size:2.9rem;
        margin-bottom: 1rem
    }
}

.twitter-wall__desc p {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.8rem;
    color: #fff
}

@media only screen and (max-width: 991px) {
    .twitter-wall__desc p {
        font-weight:300;
        font-size: 1.4rem;
        line-height: 2rem
    }
}

.twitter-wall__desc a {
    font-weight: 300;
    color: #00b2a9;
    text-decoration: none
}

.twitter-wall__date {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 4rem;
    text-transform: uppercase;
    color: #fff
}

.en .twitter-wall__date {
    letter-spacing: .1rem
}

@media only screen and (max-width: 991px) {
    .twitter-wall__date {
        font-weight:300;
        line-height: 1.6rem
    }
}

.ar .twitter-wall__heading h3 {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400;
    letter-spacing: 0
}

@media only screen and (max-width: 991px) {
    .ar .twitter-wall__heading h3 {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .twitter-wall__heading h3 {
        font-size:4.5rem;
        line-height: 5.5rem
    }
}

.ar .twitter-wall__desc a,.ar .twitter-wall__desc p {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .twitter-wall__desc a,.ar .twitter-wall__desc p {
        line-height:1.4
    }
}

.ar .twitter-wall__date-desc {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .twitter-wall__date-desc {
        line-height:1.4
    }
}

.ar .twitter-wall .btn-blue {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400
}

.content-tab {
    position: relative;
    padding-top: 12.3rem;
    padding-bottom: 27rem
}

@media only screen and (max-width: 991px) {
    .content-tab {
        padding-top:5rem;
        padding-bottom: 3.5rem
    }
}

.content-tab__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.content-tab__background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.content-tab__title {
    position: relative;
    padding-bottom: 4.5rem;
    font-weight: 300;
    font-size: 6.6rem;
    line-height: 7.3rem;
    color: #000;
    text-transform: capitalize
}

@media only screen and (max-width: 991px) {
    .content-tab__title {
        padding-bottom:2rem;
        font-size: 2.6rem;
        line-height: 3rem
    }
}

.content-tab__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 17.8rem;
    height: .2rem;
    background-color: #fdb913
}

@media only screen and (max-width: 991px) {
    .content-tab__title::after {
        width:8.2rem
    }
}

.en .content-tab__title {
    letter-spacing: -.2rem
}

@media only screen and (max-width: 991px) {
    .en .content-tab__title {
        letter-spacing:-.05rem
    }
}

.ar .content-tab__title {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .content-tab__title {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .content-tab__title {
        font-size:6.6rem;
        line-height: 9rem
    }
}

.content-tab__control-list {
    padding-top: 9rem
}

@media only screen and (max-width: 991px) {
    .content-tab__control-list {
        display:none
    }
}

.content-tab__tab-list li.nav-item {
    width: 100%;
    border: none
}

.content-tab__tab-list li.nav-item button.nav-link {
    border-top: none;
    border-right: none;
    border-left: none
}

.content-tab__tab-list li.nav-item button {
    display: block;
    padding: 2.8rem 0;
    width: 100%;
    font-weight: 300;
    font-size: 2.6rem;
    line-height: 3.2rem;
    color: #787878;
    text-align: left;
    background-color: transparent;
    border-bottom: solid .1rem #818181
}

.content-tab__tab-list li.nav-item button.active {
    color: #000;
    background-color: transparent;
    border-bottom: solid .2rem #000
}

.ar .content-tab__tab-list li.nav-item button {
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .content-tab__tab-list li.nav-item button {
        line-height:1.4
    }
}

.ar .content-tab__tab-list li.nav-item {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .content-tab__tab-list li.nav-item {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .content-tab__tab-list li.nav-item {
        font-size:2.6rem
    }
}

.content-tab__sub-title {
    padding-top: 1.6rem;
    font-weight: 300;
    font-size: 5.4rem;
    line-height: 6rem;
    color: #000
}

.en .content-tab__sub-title {
    letter-spacing: -.1rem
}

.ar .content-tab__sub-title {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .content-tab__sub-title {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .content-tab__sub-title {
        font-size:5.4rem;
        line-height: 7rem
    }
}

.content-tab__info {
    padding-top: 2.8rem;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #000
}

.ar .content-tab__info {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .content-tab__info {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .content-tab__info {
        font-size:1.8rem;
        line-height: 3.6rem
    }
}

.content-tab__btn {
    margin-top: 3rem
}

.ar .content-tab__btn {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .content-tab__btn {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .content-tab__btn {
        font-size:1.5rem;
        line-height: 4rem
    }
}

.content-tab__control-list-mobile {
    display: none
}

@media only screen and (max-width: 991px) {
    .content-tab__control-list-mobile {
        display:block;
        padding-top: 4rem
    }

    .content-tab__control-list-mobile .content-tab__tab-accordion:first-child .content-tab__btn-accordion {
        padding-top: 0
    }
}

.content-tab__btn-accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    font-weight: 300;
    letter-spacing: -.05rem;
    color: #787878;
    cursor: pointer
}

.content-tab__btn-accordion.accordion {
    border: none;
    line-height: 3rem;
    padding: 2.8rem 0;
    font-size: 2.6rem
}

@media only screen and (max-width: 991px) {
    .ar .content-tab__btn-accordion.accordion {
        line-height:1.4
    }
}

.content-tab__btn-accordion.accordion .icon-minus,.content-tab__btn-accordion.accordion .icon-plus {
    display: inline-block;
    padding-top: .5rem
}

.content-tab__btn-accordion.accordion span.icon-minus {
    display: none
}

.content-tab__btn-accordion.accordion.active span.icon-plus {
    display: none
}

.content-tab__btn-accordion.accordion.active span.icon-minus {
    display: inline-block
}

.content-tab__btn-accordion.active {
    color: #000
}

.content-tab__panel-accordion {
    position: relative;
    color: #000;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .2s ease-out;
    transition: max-height .2s ease-out;
    border-bottom: solid .1rem #818181
}

.content-tab__panel-accordion::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%
}

.content-tab__detail {
    font-size: 1.2rem;
    line-height: 1.6rem
}

.content-tab__btn-link {
    padding-top: 2.5rem;
    padding-bottom: 1.2rem
}

@media only screen and (max-width: 991px) {
    .content-tab__btn-link {
        padding-top:5rem
    }
}

.content-tab__btn-link a {
    padding: 0 2.8rem
}

.content-tab .content-tab__btn-accordion.active~.content-tab__panel-accordion {
    padding-bottom: 4.4rem;
    border-bottom: solid .2rem #000
}

.profile {
    position: relative;
    padding-top: 12.2rem;
    padding-bottom: 9.5rem
}

@media only screen and (max-width: 991px) {
    .profile {
        padding-top:3.4rem;
        padding-bottom: 4.6rem
    }
}

.profile__nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 991px) {
    .profile__nav-tabs {
        display:block
    }
}

.profile__title {
    position: relative;
    height: 100%;
    margin-right: 3rem;
    padding-bottom: 4.5rem;
    font-weight: 300;
    font-size: 6.6rem;
    line-height: 7.3rem;
    color: #000;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    overflow-wrap: break-word;
    overflow: hidden;
    word-break: break-word
}

@media only screen and (max-width: 991px) {
    .profile__title {
        margin-right:0;
        margin-bottom: 3.1rem;
        padding-bottom: 2rem;
        font-size: 2.6rem;
        line-height: 3.1rem
    }

    .en .profile__title {
        letter-spacing: -.05rem
    }
}

.profile__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 17.8rem;
    height: .2rem;
    background-color: #fdb913
}

@media only screen and (max-width: 991px) {
    .profile__title::after {
        width:8.2rem
    }
}

.en .profile__title {
    letter-spacing: -.1rem
}

.ar .profile__title {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .profile__title {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .profile__title {
        line-height:9rem;
        padding-bottom: 3rem
    }
}

.profile__controlList .custom-dropdown {
    display: none
}

@media only screen and (max-width: 991px) {
    .profile__controlList .custom-dropdown {
        display:block
    }
}

.profile__controlList .custom-dropdown .select2-selection__rendered {
    text-transform: uppercase
}

.profile__tabList {
    padding-top: 4.2rem;
    border: none
}

@media only screen and (max-width: 991px) {
    .profile__tabList {
        display:none
    }
}

.profile__tabList li.nav-item {
    display: inline-block
}

.profile__tabList li.nav-item+.nav-item {
    margin-left: 4.5rem
}

.profile__tabList li.nav-item button {
    padding: .75rem 0;
    font-family: Interstate-Regular,sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: #00b2a9;
    text-align: center;
    text-transform: uppercase;
    border: none
}

.profile__tabList li.nav-item button.active {
    color: #000;
    border-bottom: solid .1rem #000;
    background-color: transparent
}

@media only screen and (max-width: 1599px) {
    .profile__tabList li.nav-item button {
        font-size:1.3rem
    }
}

@media only screen and (max-width: 1279px) {
    .profile__tabList li.nav-item button {
        font-size:1rem
    }
}

.en .profile__tabList li.nav-item button {
    letter-spacing: .1rem
}

.ar .profile__tabList li.nav-item button {
    font-family: DinarOneMedium,sans-serif
}

@media only screen and (max-width: 991px) {
    .ar .profile__tabList li.nav-item button {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .profile__tabList li.nav-item button {
        font-size:1.8rem;
        line-height: 4.2rem
    }
}

.ru .profile__tabList li.nav-item button {
    font-family: Roboto-Regular,sans-serif
}

.profile__tabList li.nav-item .nav-link {
    border: none
}

.profile__contentList {
    padding-top: 6.8rem
}

@media only screen and (max-width: 991px) {
    .profile__contentList {
        padding-top:3rem
    }
}

.profile__content-item-list .grid-container--geography {
    display: grid;
    grid-template-columns: auto;
    margin-left: 1rem
}

@media only screen and (max-width: 1279px) {
    .profile__content-item-list .grid-container--geography {
        grid-template-columns:-webkit-max-content;
        grid-template-columns: max-content
    }
}

@media only screen and (max-width: 991px) {
    .profile__content-item-list.by-sector {
        padding-right:0
    }
}

@media only screen and (max-width: 991px) {
    .profile__content-item-list.by-sector .grid-container {
        margin-bottom:1rem
    }
}

.profile__content-item-list.by-sector .profile__group {
    display: inline-block;
    width: 49.799%;
    height: auto
}

@media only screen and (max-width: 991px) {
    .profile__content-item-list.by-sector .profile__group {
        width:auto
    }
}

.profile__content-item-list.by-sector .profile__group:nth-child(even) .profile__item:last-child {
    margin-right: 0
}

@media only screen and (max-width: 991px) {
    .profile__content-item-list.by-sector .profile__group:last-child .profile__item {
        margin-right:0
    }
}

.profile__content-item-list.by-sector .profile__item {
    display: inline-block;
    width: calc(49.599% - 3rem);
    max-width: 30.5rem;
    margin-right: 3rem;
    margin-bottom: 3rem;
    padding-top: 3.4rem;
    background-color: #fff
}

@media only screen and (max-width: 991px) {
    .profile__content-item-list.by-sector .profile__item {
        display:block;
        width: 28rem
    }
}

.profile__content-item-list.by-sector .profile__txt {
    padding: 0 3.1rem
}

.profile__content-item-list.by-sector .profile__field {
    position: relative;
    padding-bottom: 1.7rem;
    font-size: 1.8rem;
    line-height: 2rem;
    color: #000;
    text-transform: uppercase
}

.en .profile__content-item-list.by-sector .profile__field {
    letter-spacing: .08rem
}

.ar .profile__content-item-list.by-sector .profile__field {
    color: #414141
}

@media only screen and (max-width: 991px) {
    .ar .profile__content-item-list.by-sector .profile__field {
        line-height:1.4
    }
}

.profile__content-item-list.by-sector .profile__field::after {
    content: "";
    position: absolute;
    width: 3.2rem;
    height: .1rem;
    background-color: #00b1b0;
    bottom: 0;
    left: 0
}

.profile__content-item-list.by-sector .profile__icon {
    text-align: right;
    margin-top: .8rem
}

.profile__content-item-list.by-sector .profile__icon picture {
    display: block
}

.profile__content-item-list.by-sector .profile__icon img {
    width: 11.6rem;
    height: 11.6rem;
    -o-object-fit: cover;
    object-fit: cover
}

.profile__content-item-list.by-sector .profile__item-btn {
    margin-top: 7.5rem;
    text-align: center
}

@media only screen and (max-width: 991px) {
    .profile__content-item-list.by-sector .profile__item-btn {
        margin-top:3rem
    }
}

@media only screen and (max-width: 991px) {
    .profile__content-item-list.by-flat-form {
        padding-right:0
    }
}

.profile__content-item-list.by-flat-form .padding-left-container {
    padding-right: 0
}

@media only screen and (min-width: 992px) {
    .profile__content-item-list.by-flat-form .padding-left-container {
        padding-right:calc((100% - 940px + 44px)/ 2)
    }
}

@media only screen and (min-width: 1280px) {
    .profile__content-item-list.by-flat-form .padding-left-container {
        padding-right:calc((100% - 1140px + 44px)/ 2)
    }
}

@media only screen and (min-width: 1600px) {
    .profile__content-item-list.by-flat-form .padding-left-container {
        padding-right:calc((100% - 1380px + 44px)/ 2)
    }
}

.profile__content-item-list.by-flat-form .grid-container {
    padding-bottom: 3rem;
    padding-top: 3rem;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.profile__content-item-list.by-flat-form .profile__item {
    display: inline-block;
    position: relative;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 30.5rem;
    height: 46rem;
    margin-right: 2.7rem
}

@media only screen and (max-width: 991px) {
    .profile__content-item-list.by-flat-form .profile__item {
        width:28rem;
        height: 42.2rem
    }
}

.profile__content-item-list.by-flat-form .profile__item:last-child {
    margin-right: 0
}

.profile__content-item-list.by-flat-form .profile__item:hover {
    -webkit-box-shadow: 0 1.7rem 3.7rem -1.5rem rgba(0,0,0,.71);
    box-shadow: 0 1.7rem 3.7rem -1.5rem rgba(0,0,0,.71);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
}

.profile__content-item-list.by-flat-form .profile__item:hover .profile__field-icon::after {
    background: #00b2a9
}

.profile__content-item-list.by-flat-form .profile__item.line::after {
    content: "";
    position: absolute;
    bottom: 4.9rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 6.4rem;
    height: .3rem;
    background-color: #fdb913
}

.profile__content-item-list.by-flat-form .profile__field {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-weight: 300;
    font-size: 3rem;
    line-height: 3.8rem;
    text-align: center;
    color: #fff
}

@media only screen and (max-width: 991px) {
    .profile__content-item-list.by-flat-form .profile__field {
        font-size:2.6rem;
        line-height: 3rem
    }
}

.en .profile__content-item-list.by-flat-form .profile__field {
    letter-spacing: -.05rem
}

.ar .profile__content-item-list.by-flat-form .profile__field {
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .profile__content-item-list.by-flat-form .profile__field {
        line-height:1.4
    }
}

.profile__content-item-list.by-flat-form .profile__icon::after {
    content: "";
    display: block;
    padding-bottom: 46rem;
    background-color: #00778b
}

@media only screen and (max-width: 991px) {
    .profile__content-item-list.by-flat-form .profile__icon::after {
        padding-bottom:42.2rem
    }
}

.profile__content-item-list.by-flat-form .profile__icon picture {
    display: block
}

.profile__content-item-list.by-flat-form .profile__icon img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.profile__content-item-list.by-flat-form .profile__item-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 19.1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 991px) {
    .profile__content-item-list.by-flat-form .profile__item-btn {
        margin-top:3rem
    }
}

.profile__content-item-list.by-asset .grid-container {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-row-gap: 47px;
    grid-column-gap: 67px
}

@media only screen and (max-width: 1279px) {
    .profile__content-item-list.by-asset .grid-container {
        grid-template-columns:repeat(2,1fr)
    }
}

@media only screen and (max-width: 991px) {
    .profile__content-item-list.by-asset .grid-container {
        display:block
    }
}

@media only screen and (max-width: 991px) {
    .profile__content-item-list.by-asset .grid-container .grid-item {
        margin-bottom:2.5rem
    }
}

.profile__content-item-list.by-asset .profile__item {
    padding: 2.5rem 1.5rem 1.8rem 4rem;
    background-color: #fff
}

@media only screen and (max-width: 991px) {
    .profile__content-item-list.by-asset .profile__item {
        padding:2.2rem 1.8rem 2.3rem 2rem
    }
}

.profile__content-item-list.by-asset .profile__detail {
    display: table;
    width: 100%
}

.profile__content-item-list.by-asset .profile__detail__left,.profile__content-item-list.by-asset .profile__detail__right {
    display: table-cell
}

.profile__content-item-list.by-asset .profile__detail__left {
    width: 65%;
    padding-left: 1.6rem;
    padding-right: 1.5rem;
    vertical-align: middle
}

@media only screen and (max-width: 991px) {
    .profile__content-item-list.by-asset .profile__detail__left {
        padding-left:.5rem;
        vertical-align: bottom
    }
}

.profile__content-item-list.by-asset .profile__detail__right {
    width: 35%;
    text-align: right;
    vertical-align: bottom
}

@media only screen and (max-width: 991px) {
    .profile__content-item-list.by-asset .profile__detail__right {
        text-align:center
    }
}

.profile__content-item-list.by-asset .profile__detail__right picture {
    display: block
}

.profile__content-item-list.by-asset .profile__detail__right img {
    width: 11.5rem;
    height: 11.5rem;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width: 991px) {
    .profile__content-item-list.by-asset .profile__detail__right img {
        width:7.8rem;
        height: auto
    }
}

.profile__content-item-list.by-asset .profile__field {
    position: relative;
    padding-top: 2rem;
    padding-bottom: .6rem;
    text-transform: uppercase;
    font-weight: 300;
    font-size: min(1.9rem,1.2vw);
    line-height: 2.4rem;
    color: #000
}

@media only screen and (max-width: 991px) {
    .profile__content-item-list.by-asset .profile__field {
        font-weight:300;
        font-size: 1.6rem;
        line-height: 2.2rem;
        padding-bottom: .6rem
    }
}

.profile__content-item-list.by-asset .profile__field::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4.6rem;
    height: .1rem;
    background-color: #00b1b0
}

.en .profile__content-item-list.by-asset .profile__field {
    letter-spacing: 2px
}

@media only screen and (max-width: 991px) {
    .en .profile__content-item-list.by-asset .profile__field {
        letter-spacing:0
    }
}

.ar .profile__content-item-list.by-asset .profile__field {
    font-weight: 400;
    color: #414141
}

@media only screen and (max-width: 991px) {
    .ar .profile__content-item-list.by-asset .profile__field {
        line-height:1.4
    }
}

.profile__content-item-list.by-asset .profile__number {
    font-family: Interstate-Thin,sans-serif;
    font-weight: 250;
    font-size: min(12rem,7.5vw);
    line-height: 1.2;
    color: #00b1b0;
    opacity: 80%
}

@media only screen and (max-width: 991px) {
    .profile__content-item-list.by-asset .profile__number {
        margin-bottom:.5rem;
        font-weight: 250;
        font-size: 7rem
    }
}

.en .profile__content-item-list.by-asset .profile__number {
    letter-spacing: -.3rem
}

.ar .profile__content-item-list.by-asset .profile__number {
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .profile__content-item-list.by-asset .profile__number {
        line-height:1.4
    }
}

.ru .profile__content-item-list.by-asset .profile__number {
    font-family: Roboto-Thin,sans-serif
}

.profile__content-item-list.by-asset .profile__item-btn {
    margin-top: 7.5rem;
    text-align: center
}

@media only screen and (max-width: 991px) {
    .profile__content-item-list.by-asset .profile__item-btn {
        margin-top:3rem
    }
}

@media only screen and (max-width: 991px) {
    .profile__content-item-list.by-geography {
        padding-right:0
    }
}

.profile__content-item-list.by-geography .profile__item-bg {
    position: relative;
    padding-top: 22rem
}

.profile__content-item-list.by-geography .profile__item-bg::after {
    content: "";
    padding: "100%"
}

.profile__content-item-list.by-geography .profile__item-bg picture {
    display: block;
    margin-bottom: 8rem
}

.profile__content-item-list.by-geography .profile__item-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.profile__content-item-list.by-geography .profile__location {
    position: absolute
}

.profile__content-item-list.by-geography .profile__location.top_1 {
    top: 22.5%;
    left: 9.8%
}

.ar .profile__content-item-list.by-geography .profile__location.top_1 {
    left: 87.8%
}

.profile__content-item-list.by-geography .profile__location.top_1 .profile__line {
    height: 20.5rem;
    margin-left: 1.5rem;
    margin-top: 2rem
}

.profile__content-item-list.by-geography .profile__location.top_2 {
    top: 61%;
    left: 25.7%
}

.ar .profile__content-item-list.by-geography .profile__location.top_2 {
    left: 73%
}

.profile__content-item-list.by-geography .profile__location.top_2 .profile__line {
    height: 10rem;
    margin-bottom: 2.6rem
}

.profile__content-item-list.by-geography .profile__location.top_3 {
    top: 5%;
    left: 47%
}

.ar .profile__content-item-list.by-geography .profile__location.top_3 {
    left: 51.3%
}

.profile__content-item-list.by-geography .profile__location.top_3 .profile__line {
    height: 16.5rem
}

.profile__content-item-list.by-geography .profile__location.top_4 {
    top: 6.6%;
    left: 63.2%
}

.ar .profile__content-item-list.by-geography .profile__location.top_4 {
    left: 35.5%
}

.profile__content-item-list.by-geography .profile__location.top_4 .profile__line {
    height: 21.9rem;
    margin-top: 2.5rem
}

.profile__content-item-list.by-geography .profile__location.top_5 {
    top: 17%;
    left: 76%
}

.ar .profile__content-item-list.by-geography .profile__location.top_5 {
    left: 22%
}

.profile__content-item-list.by-geography .profile__location.top_5 .profile__line {
    height: 16.9rem;
    margin-top: 2rem
}

.profile__content-item-list.by-geography .profile__location.top_6 {
    top: 32.3%;
    left: 83.3%
}

.ar .profile__content-item-list.by-geography .profile__location.top_6 {
    left: 15.12%
}

.ar .profile__content-item-list.by-geography .profile__location.top_6 .profile__value {
    position: relative;
    right: 6rem
}

.profile__content-item-list.by-geography .profile__location.top_6 .profile__line {
    height: 20.4rem;
    margin-top: 1.5rem
}

.profile__content-item-list.by-geography .profile__location.top_7 {
    top: 54.7%;
    left: 55.5%
}

.ar .profile__content-item-list.by-geography .profile__location.top_7 {
    left: 43.2%
}

.profile__content-item-list.by-geography .profile__location.top_7 .profile__line {
    height: 10.2rem;
    margin-bottom: 1.5rem
}

.profile__content-item-list.by-geography .profile__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.profile__content-item-list.by-geography .profile__block.switch-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.profile__content-item-list.by-geography .profile__block.switch-text .profile__line::after {
    content: "";
    top: 0;
    bottom: unset
}

.profile__content-item-list.by-geography .profile__line {
    width: .2rem;
    height: 20rem;
    background-color: #b1e4e3;
    display: inline-block;
    position: relative;
    margin-left: 1rem
}

.profile__content-item-list.by-geography .profile__line::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #00b1b0
}

.profile__content-item-list.by-geography .profile__field {
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.4;
    text-transform: uppercase;
    color: #000
}

@media only screen and (max-width: 991px) {
    .profile__content-item-list.by-geography .profile__field {
        font-size:1rem;
        line-height: .927rem
    }

    .en .profile__content-item-list.by-geography .profile__field {
        letter-spacing: .124rem
    }
}

.en .profile__content-item-list.by-geography .profile__field {
    letter-spacing: .2rem
}

.ar .profile__content-item-list.by-geography .profile__field {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400;
    color: #414141
}

@media only screen and (max-width: 991px) {
    .ar .profile__content-item-list.by-geography .profile__field {
        line-height:1.4
    }
}

.profile__content-item-list.by-geography .profile__number {
    font-family: Interstate-Thin,sans-serif;
    font-weight: 250;
    font-size: min(5.9rem,3.7vw);
    line-height: 1.2;
    color: #00b2a9
}

.en .profile__content-item-list.by-geography .profile__number {
    letter-spacing: -.2rem
}

@media only screen and (max-width: 991px) {
    .profile__content-item-list.by-geography .profile__number {
        font-size:2.8rem;
        line-height: 5.563rem
    }

    .en .profile__content-item-list.by-geography .profile__number {
        letter-spacing: -.124rem
    }
}

.ru .profile__content-item-list.by-geography .profile__number {
    font-family: Roboto-Thin,sans-serif
}

.profile__content-item-list.by-geography .profile__item-btn {
    margin-top: 7rem;
    text-align: center
}

.profile>picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2
}

.profile>picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.accordion-scroll {
    position: relative;
    overflow: visible
}

.accordion-scroll.bg-grey {
    background-color: #f7f7f7
}

.accordion-scroll.bg-grey .accordion-scroll__context {
    padding: 14.7rem 0
}

@media only screen and (max-width: 991px) {
    .accordion-scroll.bg-grey .accordion-scroll__context {
        padding:3.3rem 2rem
    }
}

.accordion-scroll__control-list {
    padding-left: 0;
    padding-right: 0;
    z-index: 1
}

@media only screen and (max-width: 991px) {
    .accordion-scroll__context {
        padding:0 2rem
    }
}

.accordion-scroll__context .text-rotate {
    height: 61rem;
    top: .7rem;
    left: 3.2rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    bottom: unset;
    letter-spacing: .12rem
}

@media only screen and (max-width: 991px) {
    .accordion-scroll__context .text-rotate {
        display:none
    }
}

.ar .accordion-scroll__context .text-rotate {
    top: 29.3rem;
    left: 2.2rem;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr
}

@media only screen and (max-width: 991px) {
    .accordion-scroll__container {
        margin:0
    }
}

@media only screen and (max-width: 991px) {
    .accordion-scroll__content-list {
        display:none
    }
}

.accordion-scroll__content-item.fade {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.accordion-scroll__section-line,.accordion-scroll__section-text {
    display: inline-block
}

.accordion-scroll__section-text {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 4rem;
    letter-spacing: 1.5px
}

.ar .accordion-scroll__section-text {
    margin-left: 0;
    margin-right: 0;
    letter-spacing: 0
}

.accordion-scroll__section-line {
    width: .1rem;
    height: 12rem;
    background-color: #000
}

.accordion-scroll__content-image img.background-image {
    position: absolute;
    top: 0;
    left: 0
}

@media only screen and (max-width: 1599px) {
    .accordion-scroll__content-image img.background-image {
        max-width:60%
    }
}

@media only screen and (max-width: 991px) {
    .accordion-scroll__content-image img.background-image {
        position:unset;
        max-width: 100%
    }
}

.accordion-scroll__content-image img.transparent-image {
    position: absolute;
    top: -3.6rem;
    left: 0;
    z-index: 1;
    max-width: 100%
}

@media only screen and (max-width: 991px) {
    .accordion-scroll__content-image img.transparent-image {
        top:0
    }
}

.animation .accordion-scroll__content-image img.transparent-image.\--desktop.scrolling-effect {
    -webkit-animation: horizontalScroll 2s;
    animation: horizontalScroll 2s
}

@media only screen and (max-width: 1599px) {
    .accordion-scroll__content-image img.transparent-image.\--desktop {
        max-width:60%
    }
}

@media only screen and (max-width: 991px) {
    .accordion-scroll__content-image img.transparent-image.\--desktop {
        max-width:100%
    }
}

.accordion-scroll__content-image img.transparent-image.\--mobile {
    width: calc(100% + var(--bs-gutter-x) + 40px);
    max-width: calc(100% + var(--bs-gutter-x) + 40px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%
}

.animation .accordion-scroll__content-image img.transparent-image.\--mobile.scrolling-effect {
    -webkit-animation: horizontalScrollMobile 2s;
    animation: horizontalScrollMobile 2s
}

.accordion-scroll__content-image-mobile {
    display: none
}

@media only screen and (max-width: 991px) {
    .accordion-scroll__content-image-mobile {
        display:block;
        position: relative;
        margin-top: 2rem;
        width: 100%
    }
}

.accordion-scroll__content-desc {
    margin-top: 1rem
}

.ar .accordion-scroll__content-desc {
    font-weight: 400
}

.accordion-scroll__tab-list {
    display: block;
    padding: 2.3rem 0;
    border: none
}

@media only screen and (min-width: 992px) and (max-width:1599px) {
    .accordion-scroll__tab-list {
        padding-left:3rem
    }
}

@media only screen and (min-width: 992px) {
    .ar .accordion-scroll__tab-list {
        padding:1.8rem 0
    }
}

.accordion-scroll__tab-list li.nav-item {
    position: relative;
    padding: 2rem 0;
    border-top: solid .1rem #dbdbdb
}

@media only screen and (max-width: 991px) {
    .accordion-scroll__tab-list li.nav-item {
        padding:3.3rem 0
    }
}

.accordion-scroll__tab-list li.nav-item::after {
    content: ""
}

.accordion-scroll__tab-list li.nav-item.active::after {
    content: ""
}

.accordion-scroll__tab-list li.nav-item.active button {
    position: relative;
    font-size: 6.8rem;
    line-height: 7.3rem;
    font-weight: 250;
    font-family: Interstate-Thin,sans-serif;
    border: none
}

@media only screen and (max-width: 1279px) {
    .accordion-scroll__tab-list li.nav-item.active button {
        font-size:5.8rem;
        line-height: 6rem
    }
}

@media only screen and (max-width: 991px) {
    .accordion-scroll__tab-list li.nav-item.active button {
        font-weight:100;
        font-size: 3.2rem;
        line-height: 3.3rem
    }
}

@media only screen and (min-width: 992px) {
    .ar .accordion-scroll__tab-list li.nav-item.active button {
        font-size:4.5rem;
        line-height: 2rem
    }
}

@media only screen and (max-width: 991px) {
    .ar .accordion-scroll__tab-list li.nav-item.active button {
        line-height:1.4
    }
}

.accordion-scroll__tab-list li.nav-item.active button .in-bold {
    line-height: 7rem;
    font-family: Interstate-Light,sans-serif;
    font-weight: 300
}

@media only screen and (max-width: 991px) {
    .accordion-scroll__tab-list li.nav-item.active button .in-bold {
        line-height:3.3rem;
        font-weight: 400
    }
}

.ar .accordion-scroll__tab-list li.nav-item.active button .in-bold {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400;
    margin-top: 1.4rem
}

@media only screen and (min-width: 992px) {
    .ar .accordion-scroll__tab-list li.nav-item.active button .in-bold {
        line-height:5.5rem
    }
}

.ru .accordion-scroll__tab-list li.nav-item.active button .in-bold {
    font-family: Roboto-Light,sans-serif
}

.ar .accordion-scroll__tab-list li.nav-item.active button {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400;
    color: #373737
}

.ru .accordion-scroll__tab-list li.nav-item.active button {
    font-family: Roboto-Thin,sans-serif
}

.accordion-scroll__tab-list li.nav-item.active button::after {
    content: ""
}

.accordion-scroll__tab-list li.nav-item.active button .in-bold {
    display: block
}

.accordion-scroll__tab-list li.nav-item.active .icon-plus {
    display: none
}

.accordion-scroll__tab-list li.nav-item.active .icon-minus {
    display: inline-block;
    right: 5.3rem
}

@media only screen and (min-width: 992px) and (max-width:1599px) {
    .accordion-scroll__tab-list li.nav-item.active .icon-minus {
        right:0
    }
}

@media only screen and (max-width: 767px) {
    .accordion-scroll__tab-list li.nav-item.active .icon-minus {
        right:1rem
    }
}

.ar .accordion-scroll__tab-list li.nav-item.active .icon-minus {
    top: 0
}

.ar .accordion-scroll__tab-list li.nav-item.active {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .accordion-scroll__tab-list li.nav-item.active {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .accordion-scroll__tab-list li.nav-item.active {
        font-size:7rem;
        padding-bottom: 1.3rem
    }
}

.accordion-scroll__tab-list li.nav-item .nav-link {
    border: none;
    font-family: Interstate-Regular,sans-serif;
    word-break: break-word;
    padding-left: 0;
    font-weight: 400;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 2.2rem;
    line-height: 5.5rem;
    color: #000;
    background-color: transparent;
    text-transform: uppercase;
    text-align: left;
    --font-size-base: 22;
    --font-size-active: 68
}

@media only screen and (min-width: 992px) and (max-width:1279px) {
    .accordion-scroll__tab-list li.nav-item .nav-link {
        --font-size-base:17;
        --font-size-active: 46
    }
}

@media only screen and (min-width: 1280px) and (max-width:1599px) {
    .accordion-scroll__tab-list li.nav-item .nav-link {
        --font-size-base:19;
        --font-size-active: 61
    }
}

@media only screen and (max-width: 991px) {
    .accordion-scroll__tab-list li.nav-item .nav-link {
        font-size:1.5rem;
        line-height: 2.2rem;
        --font-size-base: 15;
        --font-size-active: 32
    }
}

.accordion-scroll__tab-list li.nav-item .nav-link:hover {
    border: none
}

.accordion-scroll__tab-list li.nav-item .nav-link.active::after {
    content: none
}

.ar .accordion-scroll__tab-list li.nav-item .nav-link {
    font-family: DinarOneMedium,sans-serif;
    font-size: 2rem;
    line-height: 5.5rem;
    color: #373737;
    --font-size-base: 20;
    --font-size-active: 20
}

@media only screen and (min-width: 992px) {
    .ar .accordion-scroll__tab-list li.nav-item .nav-link {
        --font-size-base:20;
        --font-size-active: 45
    }
}

@media only screen and (min-width: 992px) and (max-width:1279px) {
    .ar .accordion-scroll__tab-list li.nav-item .nav-link {
        --font-size-base:16;
        --font-size-active: 36
    }
}

@media only screen and (min-width: 1280px) and (max-width:1599px) {
    .ar .accordion-scroll__tab-list li.nav-item .nav-link {
        --font-size-base:18;
        --font-size-active: 40
    }
}

@media only screen and (max-width: 991px) {
    .ar .accordion-scroll__tab-list li.nav-item .nav-link {
        line-height:1.4
    }
}

.ru .accordion-scroll__tab-list li.nav-item .nav-link {
    font-family: Roboto-Regular,sans-serif
}

.accordion-scroll__tab-list li.nav-item .nav-link .in-bold {
    font-size: inherit!important
}

.accordion-scroll__tab-list li.nav-item span.icon-minus,.accordion-scroll__tab-list li.nav-item span.icon-plus {
    display: inline-block;
    position: absolute;
    right: 5.6rem;
    top: 2rem;
    font-size: 1.8rem
}

@media only screen and (max-width: 991px) {
    .accordion-scroll__tab-list li.nav-item span.icon-minus,.accordion-scroll__tab-list li.nav-item span.icon-plus {
        top:.7rem
    }
}

@media only screen and (min-width: 992px) and (max-width:1599px) {
    .accordion-scroll__tab-list li.nav-item span.icon-minus,.accordion-scroll__tab-list li.nav-item span.icon-plus {
        right:0
    }
}

@media only screen and (max-width: 767px) {
    .accordion-scroll__tab-list li.nav-item span.icon-minus,.accordion-scroll__tab-list li.nav-item span.icon-plus {
        right:1rem
    }
}

.ar .accordion-scroll__tab-list li.nav-item span.icon-minus,.ar .accordion-scroll__tab-list li.nav-item span.icon-plus {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400;
    font-size: 2.2rem;
    top: 1.5rem;
    right: 4.8rem
}

@media only screen and (max-width: 991px) {
    .ar .accordion-scroll__tab-list li.nav-item span.icon-minus,.ar .accordion-scroll__tab-list li.nav-item span.icon-plus {
        top:0
    }
}

@media only screen and (min-width: 992px) and (max-width:1599px) {
    .ar .accordion-scroll__tab-list li.nav-item span.icon-minus,.ar .accordion-scroll__tab-list li.nav-item span.icon-plus {
        right:0
    }
}

@media only screen and (max-width: 767px) {
    .ar .accordion-scroll__tab-list li.nav-item span.icon-minus,.ar .accordion-scroll__tab-list li.nav-item span.icon-plus {
        right:0
    }
}

.accordion-scroll__tab-list li.nav-item span.icon-minus {
    display: none
}

.accordion-scroll__tab-list li.nav-item:last-of-type {
    border-bottom: solid .1rem #dbdbdb
}

@media only screen and (max-width: 991px) {
    .accordion-scroll__tab-list li.nav-item.active {
        padding:2rem 0
    }

    .\--has-mask .accordion-scroll__tab-list li.nav-item.active {
        padding-bottom: 0
    }
}

.accordion-scroll__tab-list li.nav-item.active .panel {
    overflow: visible
}

.\--has-mask .accordion-scroll__tab-list li.nav-item.active .panel {
    margin-bottom: 0!important
}

.ar .accordion-scroll__tab-list li.nav-item.active {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .accordion-scroll__tab-list li.nav-item.active {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .accordion-scroll__tab-list li.nav-item.active {
        font-size:2rem
    }
}

.accordion-scroll__tab-list .panel {
    font-weight: 300;
    font-size: 2rem;
    line-height: 3rem;
    color: #000
}

@media only screen and (max-width: 991px) {
    .accordion-scroll__tab-list .panel {
        margin-top:0;
        padding-left: 0;
        font-weight: 300;
        font-size: 1.4rem;
        line-height: 2rem
    }
}

.accordion-scroll__tab-list .panel.active {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content
}

.ar .accordion-scroll__tab-list .panel {
    color: #414141
}

@media only screen and (min-width: 992px) {
    .ar .accordion-scroll__tab-list .panel {
        font-size:1.8rem;
        line-height: 3.2rem
    }
}

@-webkit-keyframes horizontalScroll {
    0% {
        -webkit-transform: translateX(-60rem);
        transform: translateX(-60rem)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes horizontalScroll {
    0% {
        -webkit-transform: translateX(-60rem);
        transform: translateX(-60rem)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes horizontalScrollMobile {
    0% {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%)
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes horizontalScrollMobile {
    0% {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%)
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.accordion-scroll.--has-bg-img .accordion-scroll__context {
    padding: 14.7rem 0
}

@media only screen and (max-width: 991px) {
    .accordion-scroll.--has-bg-img .accordion-scroll__context {
        padding:1.7rem 2rem
    }
}

.accordion-scroll.--has-bg-img .accordion__bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

@media only screen and (min-width: 992px) {
    .accordion-scroll.accordion-scroll-MR .accordion-scroll__tab-list {
        padding-top:0;
        padding-bottom: 0
    }
}

.accordion-scroll.accordion-scroll-MR .accordion-scroll__tab-list li.nav-item {
    padding: 2.8rem 0
}

.accordion-scroll.accordion-scroll-MR .accordion-scroll__tab-list li.nav-item button {
    --font-size-active: 40
}

@media only screen and (max-width: 991px) {
    .accordion-scroll.accordion-scroll-MR .accordion-scroll__tab-list li.nav-item button {
        --font-size-active:32
    }

    .ar .accordion-scroll.accordion-scroll-MR .accordion-scroll__tab-list li.nav-item button {
        --font-size-active: 32
    }
}

@media only screen and (min-width: 992px) {
    .accordion-scroll.accordion-scroll-MR .accordion-scroll__tab-list li.nav-item.active button {
        font-size:4rem;
        line-height: 7.1rem
    }

    .ar .accordion-scroll.accordion-scroll-MR .accordion-scroll__tab-list li.nav-item.active button {
        line-height: 9rem
    }
}

@media only screen and (max-width: 991px) {
    .ar .accordion-scroll.accordion-scroll-MR .accordion-scroll__tab-list li.nav-item .nav-link {
        font-size:1.5rem;
        line-height: 2rem
    }

    .ar .accordion-scroll.accordion-scroll-MR .accordion-scroll__tab-list li.nav-item.active button {
        font-size: 3.2rem;
        line-height: 3.3rem
    }

    .ar .accordion-scroll.accordion-scroll-MR .accordion-scroll__content-desc {
        line-height: 2.6rem
    }
}

@media only screen and (min-width: 992px) and (max-width:1279px) {
    .accordion-scroll.accordion-scroll-MR.\--has-bg-img .accordion-scroll__context {
        padding:11.5rem
    }
}

@media only screen and (min-width: 1280px) and (max-width:1439px) {
    .accordion-scroll.accordion-scroll-MR.\--has-bg-img .accordion-scroll__context {
        padding:13rem
    }
}

.modal-custom {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,.4);
    cursor: auto
}

.\--dark-theme .modal-custom>div {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.modal-custom-dialog {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%;
    z-index: 1
}

.modal-custom-content {
    position: absolute;
    background-color: #fefefe;
    padding: 4rem 1.5rem 1.5rem;
    border: 1px solid #888;
    width: 100%;
    height: 100%
}

.modal-custom-content .video {
    padding-top: 0;
    height: 100%
}

.modal-custom-content .video iframe {
    position: static;
    height: calc(100vh - 205px)
}

@media only screen and (max-width: 1279px) {
    .modal-custom-content .video iframe {
        height:calc(100vh - 162px)
    }
}

@media only screen and (max-width: 991px) {
    .modal-custom-content .video iframe {
        height:calc(100vh - 176px)
    }
}

@media only screen and (min-width: 992px) {
    .modal-custom-content {
        padding:6rem
    }
}

.modal-custom-content .title {
    font-size: 2rem;
    line-height: 3.8rem;
    font-weight: 300;
    margin-bottom: 3.6rem
}

.en .modal-custom-content .title {
    letter-spacing: -.5px
}

@media only screen and (min-width: 992px) {
    .modal-custom-content .title {
        font-size:3rem
    }
}

.modal-custom-close {
    width: 3rem;
    height: 3rem;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 4rem;
    text-align: center;
    color: #000;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 3;
    cursor: pointer
}

@media only screen and (min-width: 992px) {
    .modal-custom-close {
        width:4rem;
        height: 4rem;
        top: 2rem;
        right: 4rem
    }
}

.close:focus,.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.global-office__title {
    font-size: 2.6rem;
    color: #000;
    font-weight: 300;
    line-height: 3rem
}

.global-office__title::after {
    content: "";
    width: 8rem;
    height: .2rem;
    background-color: #fdb913;
    margin-top: 2rem;
    display: block
}

@media only screen and (min-width: 992px) {
    .global-office__title::after {
        width:18rem
    }
}

@media only screen and (min-width: 992px) {
    .global-office__title {
        font-size:6.6rem;
        line-height: 7.3rem
    }
}

.ar .global-office__title {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .global-office__title {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .global-office__title {
        font-size:6.6rem;
        line-height: 9rem
    }
}

.global-office__tab {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.global-office .tab-list {
    font-family: Interstate-Regular,sans-serif;
    list-style: none;
    padding-left: 0;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 2rem;
    margin-bottom: 0;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.global-office .tab-list::-webkit-scrollbar {
    display: none
}

.ru .global-office .tab-list {
    font-family: Roboto-Regular,sans-serif
}

.global-office .tab-list__item {
    display: inline-block
}

.global-office .tab-list__link {
    font-size: 1.5rem;
    color: #00b2a9;
    line-height: 2.2rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    padding: .5rem 1.5rem;
    text-decoration: none;
    display: inline-block
}

.en .global-office .tab-list__link {
    letter-spacing: .1rem
}

@media only screen and (min-width: 992px) {
    .global-office .tab-list__link {
        line-height:4.2rem
    }
}

.global-office .tab-list__link.active {
    color: #1a1a1a;
    border-bottom: .1rem solid #000
}

.ar .global-office .tab-list__link {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .global-office .tab-list__link {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .global-office .tab-list__link {
        font-size:1.5rem;
        line-height: 1.8rem
    }
}

.global-office #map {
    min-height: 55rem;
    width: 100%
}

.global-office__content {
    position: relative
}

.global-office__content .mapboxgl-ctrl-bottom-right {
    display: none
}

.global-office__popup {
    position: absolute;
    right: 50%;
    bottom: 2rem;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    background-color: #fff;
    width: 33rem;
    height: auto;
    padding: 2rem;
    display: none
}

@media only screen and (min-width: 992px) {
    .global-office__popup {
        top:50%;
        left: min(13rem,8.2vw);
        width: 44.4rem;
        height: 44.4rem;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .ar .global-office__popup {
        right: min(13rem,8.2vw);
        left: auto
    }
}

.global-office__popup.opened {
    display: block
}

.global-office .map-popup {
    overflow-y: auto;
    max-height: 30rem
}

@media only screen and (min-width: 992px) {
    .global-office .map-popup {
        max-height:none
    }
}

.global-office .map-popup__title {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
    font-weight: 300;
    line-height: 3rem
}

@media only screen and (min-width: 992px) {
    .global-office .map-popup__title {
        font-size:3rem;
        line-height: 3.8rem
    }

    .global-office .map-popup__title::after {
        content: "";
        width: 5rem;
        height: .2rem;
        background-color: #fdb913;
        margin-top: 2rem;
        display: block
    }
}

.ar .global-office .map-popup__title {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .global-office .map-popup__title {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .global-office .map-popup__title {
        font-size:2.8rem;
        line-height: 3.8rem
    }
}

.global-office .map-popup__address,.global-office .map-popup__email,.global-office .map-popup__fax,.global-office .map-popup__phone,.global-office .map-popup__time {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #000;
    line-height: 2rem
}

@media only screen and (min-width: 992px) {
    .global-office .map-popup__address,.global-office .map-popup__email,.global-office .map-popup__fax,.global-office .map-popup__phone,.global-office .map-popup__time {
        font-size:1.8rem;
        line-height: 2.8rem
    }
}

.ar .global-office .map-popup__address,.ar .global-office .map-popup__email,.ar .global-office .map-popup__fax,.ar .global-office .map-popup__phone,.ar .global-office .map-popup__time {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400;
    color: #414141
}

@media only screen and (max-width: 991px) {
    .ar .global-office .map-popup__address,.ar .global-office .map-popup__email,.ar .global-office .map-popup__fax,.ar .global-office .map-popup__phone,.ar .global-office .map-popup__time {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .global-office .map-popup__address,.ar .global-office .map-popup__email,.ar .global-office .map-popup__fax,.ar .global-office .map-popup__phone,.ar .global-office .map-popup__time {
        font-size:1.6rem;
        line-height: 2.5rem
    }
}

@media only screen and (min-width: 992px) {
    .global-office .map-popup__address {
        margin-bottom:2.5rem
    }
}

.global-office .map-popup__email a,.global-office .map-popup__phone a {
    text-decoration: none;
    color: #00b2a9
}

.global-office .marker {
    border: none;
    cursor: pointer;
    height: 3.8rem;
    width: 3.8rem;
    background-size: contain
}

@media only screen and (min-width: 992px) {
    .global-office .marker {
        height:4.8rem;
        width: 4.8rem
    }
}

@media only screen and (min-width: 992px) {
    .global-office .marker.active {
        height:5.8rem;
        width: 5.8rem
    }
}

.ar .global-office .mapboxgl-marker {
    right: 0;
    left: auto
}

.filter-cmp {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media only screen and (min-width: 992px) {
    .filter-cmp {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.filter-cmp__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.filter-cmp__btn {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background-color: #00b1b0;
    display: inline-block;
    cursor: pointer;
    text-align: center
}

.filter-cmp__btn .icon-list,.filter-cmp__btn .icon-list-small,.filter-cmp__btn .icon-map,.filter-cmp__btn .icon-search {
    font-size: 1.6rem;
    line-height: 6rem
}

.filter-cmp__btn .icon-search {
    color: #eee
}

.filter-cmp__btn .icon-list,.filter-cmp__btn .icon-list-small,.filter-cmp__btn .icon-map {
    color: #fff
}

.filter-cmp .btn-toggle-state {
    margin-left: 1rem
}

.filter-cmp .btn-combined {
    position: absolute;
    top: 0;
    left: 0
}

@media only screen and (min-width: 992px) {
    .filter-cmp .btn-combined {
        display:none
    }
}

.filter-cmp .custom-dropdown {
    padding: 0 1.5rem;
    background-color: #fff;
    z-index: 5;
    height: auto;
    width: 100%;
    display: none
}

.filter-cmp .custom-dropdown__block {
    padding: 1.5rem 0
}

@media only screen and (min-width: 992px) {
    .filter-cmp .custom-dropdown__block {
        padding:1.5rem 1rem
    }
}

.filter-cmp .custom-dropdown__block.\--selected .select2-container .select2-selection__rendered {
    color: #000;
    font-family: Interstate-Regular,sans-serif;
    font-weight: 400
}

.ru .filter-cmp .custom-dropdown__block.\--selected .select2-container .select2-selection__rendered {
    font-family: Roboto-Regular,sans-serif
}

.filter-cmp .custom-dropdown__block.\--selected .select2-container .select2-selection__arrow {
    background-color: #000
}

.filter-cmp .custom-dropdown__block.\--selected .select2-container .select2-selection__arrow b {
    -webkit-transform: translate(-50%,-50%) rotate(-135deg);
    transform: translate(-50%,-50%) rotate(-135deg)
}

.ar .filter-cmp .custom-dropdown__block .select2-container .select2-selection__rendered {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400;
    line-height: 2.8rem
}

@media only screen and (max-width: 991px) {
    .ar .filter-cmp .custom-dropdown__block .select2-container .select2-selection__rendered {
        line-height:1.4
    }
}

.filter-cmp .custom-dropdown__block .select2-container--open .select2-selection__rendered {
    font-family: Interstate-Regular,sans-serif;
    font-weight: 400
}

.ru .filter-cmp .custom-dropdown__block .select2-container--open .select2-selection__rendered {
    font-family: Roboto-Regular,sans-serif
}

.filter-cmp .custom-dropdown.active {
    display: block
}

@media only screen and (min-width: 992px) {
    .filter-cmp .custom-dropdown {
        position:static;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        display: block
    }
}

.select2-container {
    width: 100%!important
}

.select2-container .select2-results ::-webkit-scrollbar {
    width: .8rem
}

.select2-container .select2-results ::-webkit-scrollbar-thumb {
    background: #c3c4c5;
    border-radius: .5rem
}

.select2-container .select2-results__options ::-webkit-scrollbar {
    width: .8rem
}

.select2-container .select2-results__options ::-webkit-scrollbar-thumb {
    background: #c3c4c5;
    border-radius: .5rem
}

.select2-container .select2-results__option {
    font-size: 1.8rem
}

.select2-container .select2-results__option--selected {
    font-family: Interstate-Regular,sans-serif;
    font-weight: 400
}

.ru .select2-container .select2-results__option--selected {
    font-family: Roboto-Regular,sans-serif
}

.ar .card__content__type {
    font-family: DinarOneMedium,sans-serif;
    font-weight: 400;
    line-height: 1.8rem
}

@media only screen and (max-width: 991px) {
    .ar .card__content__type {
        line-height:1.4
    }
}

.ar .card__content__desc {
    font-weight: 400;
    line-height: 3.2rem;
    font-family: DinarOneMedium,sans-serif
}

@media only screen and (max-width: 991px) {
    .ar .card__content__desc {
        line-height:1.4
    }
}

.ar .card__content__link {
    font-weight: 400;
    line-height: 4rem;
    font-family: DinarOneMedium,sans-serif
}

@media only screen and (max-width: 991px) {
    .ar .card__content__link {
        line-height:1.4
    }
}

.ar .card__content__text {
    font-family: DinarOneMedium,sans-serif
}

@media only screen and (max-width: 991px) {
    .ar .card__content__text {
        line-height:1.4
    }
}

.ar .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    right: 1px;
    left: auto
}

.ar .select2-container--default[dir=rtl] .select2-selection__rendered {
    font-weight: 400;
    font-family: DinarOneMedium,sans-serif
}

@media only screen and (max-width: 991px) {
    .ar .select2-container--default[dir=rtl] .select2-selection__rendered {
        line-height:1.4
    }
}

.ar .select2-container--open .select2-dropdown {
    left: unset;
    right: 0
}

.video-slider.\--video-single .video.playing .video__inner {
    z-index: 3
}

.video-slider__top-title {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 6rem;
    font-family: Interstate-Regular,sans-serif
}

.ar .video-slider__top-title {
    font-family: DinarOneMedium,sans-serif
}

.ru .video-slider__top-title {
    font-family: Roboto-Regular,sans-serif
}

.video-slider__top-title::after {
    content: "";
    width: 9rem;
    height: .2rem;
    background-color: #fdb913;
    display: block;
    margin-top: 1.9rem
}

@media only screen and (max-width: 991px) {
    .video-slider__top-title {
        font-weight:400;
        font-size: 1.3rem;
        line-height: 1.8rem;
        color: #000;
        margin-bottom: 5.5rem
    }

    .video-slider__top-title::after {
        width: 7.6rem;
        margin-top: 1.5rem
    }
}

.video-slider__title {
    font-family: Interstate-Thin,sans-serif;
    font-weight: 250;
    color: #000;
    font-size: 10rem;
    line-height: 11rem;
    margin-bottom: 7rem
}

.en .video-slider__title {
    letter-spacing: -1px
}

.ru .video-slider__title {
    font-family: Roboto-Thin,sans-serif
}

@media only screen and (max-width: 991px) {
    .video-slider__title {
        font-size:4.2rem;
        line-height: 4.2rem;
        margin-bottom: 2.4rem
    }
}

.video-slider__inner {
    position: relative
}

.video-slider .text-rotate {
    color: #fdb913;
    left: 7rem
}

.video-slider .text-rotate span {
    background-color: #fdb913
}

.video-slider__item img {
    width: 100%
}

.video-slider .video__btn-play .icon-play {
    font-size: 3.2rem
}

.video-slider .video__btn-play .icon-play::after {
    width: 15rem;
    height: 15rem
}

@media only screen and (max-width: 991px) {
    .video-slider .video__btn-play .icon-play {
        top:auto;
        bottom: 4rem;
        left: 4.2rem;
        -webkit-transform: translate(0);
        transform: translate(0);
        font-size: 1.2rem
    }

    .video-slider .video__btn-play .icon-play::after {
        width: 5.6rem;
        height: 5.6rem
    }
}

.video-slider__share {
    position: absolute;
    bottom: 3.5rem;
    right: 3.5rem;
    z-index: 3;
    color: #fff
}

.video-slider__share .icon-share {
    line-height: 2.6rem
}

.video-slider__info {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 1;
    bottom: 6.2rem;
    left: 8.8rem;
    top: auto
}

@media only screen and (max-width: 991px) {
    .video-slider__info {
        bottom:auto;
        top: 2.2rem;
        left: 2.2rem
    }
}

.video-slider__info span {
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    letter-spacing: .1rem
}

@media only screen and (max-width: 991px) {
    .video-slider__info span {
        font-size:1.4rem;
        line-height: 3rem
    }
}

.video-slider__info span:nth-child(2) {
    position: relative
}

.video-slider__info span:nth-child(2):before {
    content: "\25cf";
    position: relative;
    left: -1rem;
    margin-left: 2rem
}

.video-slider__caption {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #808991;
    margin-top: 1.8rem
}

.ar .video-slider__title {
    font-weight: 300;
    font-family: DinarOneMedium,sans-serif;
    line-height: 13.1rem
}

@media only screen and (max-width: 991px) {
    .ar .video-slider__title {
        line-height:1.4
    }
}

.ar .video-slider__info {
    font-weight: 400;
    font-family: DinarOneMedium,sans-serif
}

@media only screen and (max-width: 991px) {
    .ar .video-slider__info {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .video-slider__info {
        font-size:1.6rem;
        line-height: 2.4rem
    }
}

.menu-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #F5F1EB;
    z-index: 9;
    -webkit-transform: translate(0,-100%);
    transform: translate(0,-100%);
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    visibility: hidden
}

.menu-wrapper__content {
    height: 100svh;
    position: relative;
    padding: 5.1rem 5.3rem
}

@media only screen and (max-width: 991px) {
    .menu-wrapper__content {
        padding:0 2.3rem
    }
}

@media only screen and (max-width: 991px) {
    .menu-wrapper {
        padding:3rem 0
    }
}

.menu-wrapper.active {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    z-index: 99;
    visibility: visible
}

.animation-on .menu-wrapper.active .menu-category__nav {
    -webkit-animation: flyText .8s ease-out forwards;
    animation: flyText .8s ease-out forwards
}

.animation-on .menu-wrapper.active .menu-category__nav:nth-child(1) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.animation-on .menu-wrapper.active .menu-category__nav:nth-child(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.animation-on .menu-wrapper.active .menu-category__nav:nth-child(3) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.animation-on .menu-wrapper.active .menu-category__nav:nth-child(4) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.animation-on .menu-wrapper.active .menu-category__nav:nth-child(5) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.animation-on .menu-wrapper.active .menu-category__nav:nth-child(6) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.animation-on .menu-wrapper.active .menu-category__nav:nth-child(7) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.animation-on .menu-wrapper.active .menu-category__nav:nth-child(8) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animation-on .menu-wrapper.active .menu-category__nav:nth-child(9) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.animation-on .menu-wrapper.active .menu-category__nav:nth-child(10) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.animation-on .menu-wrapper.active .menu-category__pane .menu-category__link {
    -webkit-animation: flyText .8s ease-out forwards;
    animation: flyText .8s ease-out forwards
}

.animation-on .menu-wrapper.active .menu-category__pane .menu-category__link:nth-child(1) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.animation-on .menu-wrapper.active .menu-category__pane .menu-category__link:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.animation-on .menu-wrapper.active .menu-category__pane .menu-category__link:nth-child(3) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.animation-on .menu-wrapper.active .menu-category__pane .menu-category__link:nth-child(4) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.animation-on .menu-wrapper.active .menu-category__pane .menu-category__link:nth-child(5) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.animation-on .menu-wrapper.active .menu-category__pane .menu-category__link:nth-child(6) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.animation-on .menu-wrapper.active .menu-category__pane .menu-category__link:nth-child(7) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.animation-on .menu-wrapper.active .menu-category__pane .menu-category__link:nth-child(8) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.animation-on .menu-wrapper.active .menu-category__pane .menu-category__link:nth-child(9) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.animation-on .menu-wrapper.active .menu-category__pane .menu-category__link:nth-child(10) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animation-on .menu-wrapper.active .menu-connect__content,.animation-on .menu-wrapper.active .menu-connect__social,.animation-on .menu-wrapper.active .menu-connect__title {
    -webkit-animation: flyText 1s ease-out forwards;
    animation: flyText 1s ease-out forwards;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.animation-on .menu-wrapper.active .menu-add {
    -webkit-animation: flyText .8s ease-out forwards;
    animation: flyText .8s ease-out forwards;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.animation-on .menu-wrapper.active .region {
    -webkit-animation: flyText 1s ease-out forwards;
    animation: flyText 1s ease-out forwards;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.menu-wrapper .menu-mobile {
    display: none
}

@media only screen and (max-width: 991px) {
    .menu-wrapper .menu-mobile {
        display:block;
        overflow-y: auto;
        height: 100%
    }
}

.menu-wrapper .menu-desktop {
    display: block;
    position: relative;
    height: 100%;
    margin: 0 1.8rem 0 8.4rem
}

@media only screen and (max-width: 991px) {
    .menu-wrapper .menu-desktop {
        display:none
    }
}

.menu-wrapper .menu-desktop__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 7rem);
    overflow-y: auto
}

.menu-wrapper .menu-desktop__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0
}

.menu-wrapper .btn-close {
    opacity: 1;
    border-radius: 0;
    font-size: 2.2rem;
    width: 2.8rem;
    height: 3.3rem;
    background-size: 100%
}

@media only screen and (max-width: 991px) {
    .menu-wrapper .btn-close {
        font-size:1.4rem;
        width: 1.5rem;
        height: 1.5rem
    }
}

.menu-wrapper .btn-close:hover {
    cursor: pointer
}

.menu-wrapper__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu-wrapper__head .logo {
    width: 60%
}

@media only screen and (min-width: 992px) {
    .menu-wrapper__head .btn-lang {
        display:none
    }
}

.menu-wrapper__head .btn-lang li.active a {
    background-color: #000;
    color: #fff
}

.menu-wrapper__body {
    height: calc(100svh - 13rem);
    padding-top: 6rem;
    padding-bottom: 2.3rem
}

@media only screen and (min-width: 992px) {
    .menu-wrapper__body {
        padding-top:8.7rem;
        height: 100%
    }
}

.menu-wrapper .menu-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 8rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 calc(75% - 8rem);
    flex: 0 calc(75% - 8rem)
}

@media only screen and (max-width: 991px) {
    .menu-wrapper .menu-category {
        display:block;
        margin-right: 0;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset
    }
}

.menu-wrapper .menu-category__nav {
    width: 100%;
    font-weight: 250;
   /* text-transform: uppercase;*/
    position: relative;
    padding: 0;
    margin-bottom: 0;
    font-size: min(5rem,3.1vw);
    line-height: 8.5rem;
    color: #535556;
  
}

.animation-on .menu-wrapper .menu-category__nav {
    opacity: 0
}

@media only screen and (max-width: 991px) {
    .menu-wrapper .menu-category__nav {
        padding-right:2rem;
        margin-bottom: 3rem;
        font-size: 2.8rem;
        line-height: 4.2rem;
        color: #ad9331;
        
    }
}

.menu-wrapper .menu-category__nav.active {
   
    font-weight: 300;
    color: #ad9331
}

.menu-wrapper .menu-category__nav.active:hover {
    opacity: .8!important;
    color: #ad9331
}

.ar .menu-wrapper .menu-category__nav.active {
    color: #ad9331
}

.ru .menu-wrapper .menu-category__nav.active {
   
}

.menu-wrapper .menu-category__nav:hover {
    opacity: .8!important;
    cursor: pointer;
    font-weight: 300
}

.menu-wrapper .menu-category__nav::before {
    content: "";
    display: none;
    width: .9rem;
    height: .1rem;
    background-color: #ad9331;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width: 991px) {
    .menu-wrapper .menu-category__nav::before {
        display:inline-block
    }
}

.menu-wrapper .menu-category__nav::after {
    content: "";
    display: none;
    width: .1rem;
    height: .9rem;
    background-color: #ad9331;
    position: absolute;
    top: 50%;
    right: .4rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}

@media only screen and (max-width: 991px) {
    .menu-wrapper .menu-category__nav::after {
        display:inline-block
    }
}

.menu-wrapper .menu-category__nav.collapsed {
  
    color: #000
}

.ru .menu-wrapper .menu-category__nav.collapsed {
   
}

.menu-wrapper .menu-category__nav:not(.collapsed)::after {
    -webkit-transform: rotate(90deg) translate(-.45rem,0);
    transform: rotate(90deg) translate(-.45rem,0)
}

.ar .menu-wrapper .menu-category__nav {
 
    color: #373737
}

@media only screen and (max-width: 991px) {
    .ar .menu-wrapper .menu-category__nav {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .menu-wrapper .menu-category__nav {
        font-size:min(3rem,3.1vw);
        line-height: 7.5rem
    }
}

.ru .menu-wrapper .menu-category__nav {
 
}

@media only screen and (max-width: 991px) {
    .ru .menu-wrapper .menu-category__nav {
       
    }
}

.menu-wrapper .menu-category__block {
    margin: 2rem 0
}

@media only screen and (min-width: 992px) {
    .menu-wrapper .menu-category__list {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(46% - 4rem);
        flex: 1 0 calc(46% - 4rem);
        margin-right: 4rem
    }
}

.menu-wrapper .menu-category__tabs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%
}

@media only screen and (min-width: 992px) {
    .menu-wrapper .menu-category__tabs {
        margin-top:.3rem
    }
}

.animation-on .menu-wrapper .menu-category__pane .menu-category__link {
    opacity: 0
}

.menu-wrapper .menu-category__link {
    color: #535556;
    line-height: 5.1rem;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    font-size: 1.4rem;
    padding: 0
}

.ar .menu-wrapper .menu-category__link {
    font-size: 1.7rem;
    line-height: 4.7rem;
    opacity: 1;
    color: #373737
}

.en .menu-wrapper .menu-category__link {
    letter-spacing: .15rem
}

.menu-wrapper .menu-category__link:active,.menu-wrapper .menu-category__link:hover {
    opacity: .8!important
}

.menu-wrapper .menu-category__link.active {
    color: #00b2a9
}

@media only screen and (max-width: 991px) {
    .menu-wrapper .menu-category__link {
        padding:.5rem 0;
        font-size: 1.2rem
    }
}

@media only screen and (max-width: 991px) and (max-width:991px) {
    .ar .menu-wrapper .menu-category__link {
        line-height:1.4
    }
}

@media only screen and (max-width: 991px) and (min-width:992px) {
    .ar .menu-wrapper .menu-category__link {
        font-size:1.7rem;
        line-height: 4.7rem
    }
}

.menu-wrapper .menu-add {
    list-style: none;
    margin-right: 2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 2rem);
    flex: 0 0 calc(50% - 2rem);
    margin-bottom: 0;
    padding: 0;
    border-bottom: 0
}

.animation-on .menu-wrapper .menu-add {
    opacity: 0
}

@media only screen and (max-width: 991px) {
    .menu-wrapper .menu-add {
        padding:3rem 0;
        margin-right: 0;
        margin-bottom: 2.5rem;
        border-bottom: .1rem solid #c7c7c7;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset
    }
}

.menu-wrapper .menu-add__item {
    display: inline-block;
    margin-right: 3.5rem
}

.en .menu-wrapper .menu-add__item {
    letter-spacing: .2rem
}

.menu-wrapper .menu-add__item a {
    display: inline-block;
    text-decoration: none;
    color: #535556;
    padding: 1rem 0;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1.9rem
}

.menu-wrapper .menu-add__item a:active,.menu-wrapper .menu-add__item a:hover {
    color: #535556;
    opacity: .8!important
}

@media only screen and (max-width: 991px) {
    .menu-wrapper .menu-add__item a {
        font-size:1.4rem;
        line-height: 1.7rem
    }
}

.ar .menu-wrapper .menu-add__item a {
  
    color: #414141
}

@media only screen and (max-width: 991px) {
    .ar .menu-wrapper .menu-add__item a {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .menu-wrapper .menu-add__item a {
        font-size:1.4rem
    }
}

.menu-wrapper .menu-add__item:last-child {
    margin-right: 0
}

.menu-wrapper .menu-connect {
    -webkit-box-flex: 0;
    -ms-flex: 0 25%;
    flex: 0 25%;
    padding: 0 2rem
}

@media only screen and (max-width: 991px) {
    .menu-wrapper .menu-connect {
        -webkit-box-flex:unset;
        -ms-flex: unset;
        flex: unset;
        padding: 0
    }
}

.menu-wrapper .menu-connect__title {
    color: #1a1a1a;
    font-weight: 250;
    font-size: min(4.2rem,2.6vw);
    line-height: 5rem;
    margin-bottom: 5.1rem;

}

.animation-on .menu-wrapper .menu-connect__title {
    opacity: 0
}

.en .menu-wrapper .menu-connect__title {
    letter-spacing: -1px
}

.ar .menu-wrapper .menu-connect__title {
    font-weight: 300;
   
    color: #373737
}

@media only screen and (max-width: 991px) {
    .ar .menu-wrapper .menu-connect__title {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .menu-wrapper .menu-connect__title {
        line-height:5.2rem;
        font-size: min(3rem,2.6vw)
    }
}

.ru .menu-wrapper .menu-connect__title {
    
}

@media only screen and (max-width: 991px) {
    .menu-wrapper .menu-connect__title {
        font-size:3rem;
        margin-bottom: 2.8rem;
        line-height: 4.2rem
    }

    .ar .menu-wrapper .menu-connect__title {
        line-height: 4.2rem;
        font-weight: 250
    }
}

@media only screen and (max-width: 991px) and (max-width:991px) {
    .ar .menu-wrapper .menu-connect__title {
        line-height:1.4
    }
}

.menu-wrapper .menu-connect__title::after {
    content: "";
    width: 8.9rem;
    height: .2rem;
    background-color: #fdb913;
    margin-top: 1.5rem;
    display: block;
    margin-top: 1.8rem
}

@media only screen and (max-width: 991px) {
    .menu-wrapper .menu-connect__title::after {
        margin-top:1.7rem;
        width: 10.8rem
    }
}

.ar .menu-wrapper .menu-connect__title {
   
}

@media only screen and (max-width: 991px) {
    .ar .menu-wrapper .menu-connect__title {
        line-height:1.4
    }
}

.animation-on .menu-wrapper .menu-connect__content {
    opacity: 0
}

.en .menu-wrapper .menu-connect__content {
    letter-spacing: .2rem
}

.menu-wrapper .menu-connect__mail,.menu-wrapper .menu-connect__phone {
    display: inline-block;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.4;
   
    letter-spacing: .1rem
}

.ar .menu-wrapper .menu-connect__mail,.ar .menu-wrapper .menu-connect__phone {
   
}

@media only screen and (max-width: 991px) {
    .ar .menu-wrapper .menu-connect__mail,.ar .menu-wrapper .menu-connect__phone {
        line-height:1.4
    }
}

.ru .menu-wrapper .menu-connect__mail,.ru .menu-wrapper .menu-connect__phone {
  
}

.menu-wrapper .menu-connect__phone {
    color: #050505
}

@media only screen and (min-width: 992px) {
    .menu-wrapper .menu-connect__phone {
        padding-bottom:1.6rem
    }
}

.menu-wrapper .menu-connect__mail {
    color: #000
}

.menu-wrapper .menu-connect__mail:active,.menu-wrapper .menu-connect__mail:hover {
    color: #000;
    opacity: .8!important
}

@media only screen and (max-width: 991px) {
    .menu-wrapper .menu-connect__mail {
        padding-top:1rem
    }
}

.menu-wrapper .menu-connect__tel {
    margin-bottom: 3rem
}

.menu-wrapper .menu-connect__social {
    list-style: none;
    padding-left: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1.9rem;
    margin-bottom: 1.5rem;
    border-bottom: .1rem solid #c7c7c7
}

.animation-on .menu-wrapper .menu-connect__social {
    opacity: 0
}

@media only screen and (min-width: 992px) {
    .menu-wrapper .menu-connect__social {
        margin-right:3.7rem;
        padding-bottom: 4.3rem
    }
}

.menu-wrapper .menu-connect__social__item {
    width: 5rem
}

.menu-wrapper .menu-connect__social__item a {
    color: #808991;
    text-decoration: none;
    font-size: 1.6rem
}

.menu-wrapper .menu-connect__social__item a:active,.menu-wrapper .menu-connect__social__item a:hover {
    color: #808991;
    opacity: .8!important
}

.menu-wrapper .region {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 2rem
}

.animation-on .menu-wrapper .region {
    opacity: 0
}

@media only screen and (max-width: 991px) {
    .menu-wrapper .region {
        -webkit-box-flex:unset;
        -ms-flex: unset;
        flex: unset;
        padding: 0
    }
}

.menu-wrapper .region__dropdown {
    padding: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.menu-wrapper .region__dropdown::before {
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background: #808991;
    opacity: .8;
    position: absolute;
    right: 0
}

.menu-wrapper .region__dropdown::after {
    position: absolute;
    padding: .2rem;
    border: solid #fff;
    border-width: 0 .2rem .2rem 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: .9rem;
    top: 41%
}

.menu-wrapper .region__dropdown.show::before {
    background: #000
}

.menu-wrapper .region__dropdown.show::after {
    top: 44%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.menu-wrapper .region__item {
    margin-right: 1.5rem
}

.menu-wrapper .region__item:last-child {
    margin-right: 0
}

.menu-wrapper .region__item a {
    display: block;
    padding: 1rem 0
}

@media only screen and (max-width: 991px) {
    .menu-wrapper .region__item {
        margin-right:0
    }
}

.menu-wrapper .region__list {
    width: 100%;
    list-style: none;
    padding: 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
    padding: 0 3.8rem 0 2rem
}

@media only screen and (max-width: 991px) {
    .menu-wrapper .region__list {
        display:none;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        padding: 0
    }
}

@media only screen and (max-width: 991px) {
    .menu-wrapper .region__list.show {
        display:block
    }
}

.menu-wrapper .region__flag {
    max-width: 3rem
}

.menu-wrapper .region__flag img {
    width: 100%
}

.menu-wrapper a.menu-category__nav {
    border: none;
    text-decoration: none;
    display: block
}

.menu-wrapper a.menu-category__nav:after,.menu-wrapper a.menu-category__nav:before {
    display: none
}

.search-form {
    position: fixed;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 5rem;
    background-color: #fff;
    z-index: 10;
    -webkit-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out
}

@media only screen and (max-width: 991px) {
    .search-form {
        padding:4rem 2rem
    }
}

.search-form.active {
    right: 0
}

.search-form__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.search-form__head .logo {
    width: 60%
}

.search-form__body {
    margin: 12.3rem .4rem 0 7.9rem;
    position: relative
}

@media only screen and (max-width: 991px) {
    .search-form__body {
        margin:5.5rem 0 0
    }
}

.search-form__input {
    outline: 0;
    border: none;
    border-bottom: .2rem solid #e1e3e4;
    padding: .5rem 2rem .5rem 0;
    font-weight: 250;
 
    color: #9b9b9b;
    font-size: 7.2rem;
    line-height: 7.3rem;
    width: calc(100% - 17rem)
}

@media only screen and (max-width: 991px) {
    .search-form__input {
        font-size:2.8rem;
        line-height: 2.8rem;
        width: calc(100% - 4.5rem)
    }
}

.ar .search-form__input {
    
    font-weight: 300
}

@media only screen and (max-width: 991px) {
    .ar .search-form__input {
        line-height:1.4
    }
}

.ru .search-form__input {
   
}

.search-form__submit {
    padding: 0;
    border: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 1rem;
    width: 5.7rem;
    height: 5.7rem;
    right: 7.7rem
}

@media only screen and (max-width: 991px) {
    .search-form__submit {
        margin-top:0;
        width: 3.5rem;
        height: 3.5rem;
        right: 0
    }
}

.search-form__result {
    margin: 2rem .4rem 6rem 7.9rem
}

@media only screen and (max-width: 991px) {
    .search-form__result {
        margin:0
    }
}

.search-form__message {
    font-size: 1.8rem;
    color: #000
}

@media only screen and (max-width: 991px) {
    .search-form__message {
        font-size:1.4rem
    }
}

.search-form .suggest-title {
    margin-bottom: 2rem;
    color: #818789;
    font-size: 1.8rem;
    line-height: 2.2rem
}

@media only screen and (max-width: 991px) {
    .search-form .suggest-title {
        font-size:2rem;
        line-height: 2.8rem
    }
}

.ar .search-form .suggest-title {
   
    font-weight: 300
}

@media only screen and (max-width: 991px) {
    .ar .search-form .suggest-title {
        line-height:1.4
    }
}

.search-form .suggest-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.search-form .suggest-list__item a {
    padding: .5rem 0;
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 2rem;
    line-height: 3.2rem
}

.search-form .suggest-list__item a strong {
    font-weight: 250;
    opacity: .8
}

@media only screen and (max-width: 991px) {
    .search-form .suggest-list__item a {
        line-height:2.8rem
    }
}

.ar .search-form .suggest-list__item a {
   
}

@media only screen and (max-width: 991px) {
    .ar .search-form .suggest-list__item a {
        line-height:1.4
    }
}

.search-form .icon-search {
    color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 1.8rem
}

@media only screen and (max-width: 991px) {
    .search-form .icon-search {
        top:50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        font-size: 1.1rem
    }
}

.search-form .btn-close {
    opacity: 1;
    border-radius: 0;
    width: 2.7rem;
    height: 2.7rem
}

.search-form .btn-close:hover {
    cursor: pointer
}

@media only screen and (max-width: 991px) {
    .search-form .btn-close {
        width:.8rem;
        height: .8rem
    }
}

.search-form__suggest .suggest-list__item a b,.search-form__suggest .suggest-list__item a strong {
    font-weight: 400;
    
    opacity: 1
}

.ar .search-form__suggest .suggest-list__item a b,.ar .search-form__suggest .suggest-list__item a strong {

}

.ru .search-form__suggest .suggest-list__item a b,.ru .search-form__suggest .suggest-list__item a strong {
   
}

.box-description__frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 11rem 8.6rem;
    background-color: #00b2a9
}

@media only screen and (max-width: 991px) {
    .box-description__frame {
        display:block;
        padding: 5.2rem 2.4rem;
        min-height: 32.9rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: end;
        align-content: flex-end
    }
}

.box-description__frame img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.box-description__frame:hover .box-description__content {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.box-description__frame picture {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.box-description__frame picture::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(34.64deg,#00778b -6.31%,#00b2a9 80.63%);
    opacity: .5
}

.box-description__content,.box-description__content-NoButton {
    font-weight: 300;
    font-size: 4.8rem;
    line-height: 5.4rem;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
    z-index: 2
}

@media only screen and (max-width: 991px) {
    .box-description__content,.box-description__content-NoButton {
        font-size:2.2rem;
        line-height: 2.8rem;
        margin-bottom: 3rem
    }
}

.en .box-description__content,.en .box-description__content-NoButton {
    letter-spacing: -.06rem
}

@media only screen and (max-width: 991px) {
    .en .box-description__content,.en .box-description__content-NoButton {
        letter-spacing:0
    }
}

.ar .box-description__content,.ar .box-description__content-NoButton {
   
    font-weight: 400;
    line-height: 7.5rem
}

@media only screen and (max-width: 991px) {
    .ar .box-description__content,.ar .box-description__content-NoButton {
        line-height:1.4
    }
}

.box-description__link {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 4rem;
    text-align: center;
    text-transform: uppercase;
    z-index: 2
}

.en .box-description__link {
    letter-spacing: 12%
}

@media only screen and (max-width: 991px) {
    .box-description__link {
        font-size:1.2rem;
        line-height: 1.2rem;
        text-align: left;
        position: relative
    }
}

.box-description__link a {
  
    display: inline-block;
    min-width: 31rem;
    text-align: center;
    line-height: 1.4;
    padding: 2.5rem 1.5rem;
    color: #00b2a9;
    background-color: #fff;
    text-decoration: none;
    border-radius: 30px
}

@media only screen and (max-width: 991px) {
    .box-description__link a {
        padding:1.4rem 1.5rem;
        min-width: 16.4rem
    }
}

.ar .box-description__link a {
   
}

@media only screen and (max-width: 991px) {
    .ar .box-description__link a {
        line-height:1.4
    }
}

.ru .box-description__link a {
   
}

.box-description.--no-button .box-description__subContent {
    margin-top: 2rem;
    color: #fff;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 300;
    line-height: 3.2rem;
    z-index: 2;
    padding-right: 1rem;
    position: relative
}

@media only screen and (max-width: 991px) {
    .box-description.--no-button .box-description__subContent {
        font-size:1.7rem;
        line-height: 2.8rem
    }
}

.en .box-description.--no-button .box-description__subContent {
    letter-spacing: -.06rem
}

@media only screen and (max-width: 991px) {
    .en .box-description.--no-button .box-description__subContent {
        letter-spacing:0
    }
}

.ar .box-description.--no-button .box-description__subContent {
    
    font-weight: 400;
    line-height: 7.5rem
}

@media only screen and (max-width: 991px) {
    .ar .box-description.--no-button .box-description__subContent {
        line-height:1.4
    }
}

.box-description.--no-button .box-description__mail {
    color: #fff;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.2rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    position: relative;
    z-index: 2
}

@media only screen and (max-width: 991px) {
    .box-description.--no-button .box-description__mail {
        font-size:1.7rem;
        line-height: 2.8rem;
        margin-bottom: 3rem
    }
}

.en .box-description.--no-button .box-description__mail {
    letter-spacing: -.06rem
}

@media only screen and (max-width: 991px) {
    .en .box-description.--no-button .box-description__mail {
        letter-spacing:0
    }
}

.ar .box-description.--no-button .box-description__mail {
  
    font-weight: 400;
    line-height: 7.5rem
}

@media only screen and (max-width: 991px) {
    .ar .box-description.--no-button .box-description__mail {
        line-height:1.4
    }
}

.cards-icons__title {
    position: relative;
    margin-bottom: 5.8rem;
    padding-bottom: 4.5rem;
    font-weight: 400;
    font-size: 6.6rem;
    line-height: 7.3rem;
    text-transform: capitalize
}

@media only screen and (max-width: 991px) {
    .cards-icons__title {
        margin-bottom:5rem;
        padding-bottom: 2rem;
        font-weight: 300;
        font-size: 2.6rem;
        line-height: 3rem
    }

    .en .cards-icons__title {
        letter-spacing: -.05rem
    }
}

.cards-icons__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 17.8rem;
    height: .3rem;
    background-color: #fdb913
}

@media only screen and (max-width: 991px) {
    .cards-icons__title::after {
        width:8.2rem;
        height: .2rem
    }
}

.en .cards-icons__title {
    letter-spacing: -.2rem
}

.ar .cards-icons__title {
    
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .cards-icons__title {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .cards-icons__title {
        font-size:4.5rem;
        line-height: 5.5rem
    }
}

.cards-icons__content {
    margin-bottom: 5.5rem;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: #000
}

@media only screen and (max-width: 991px) {
    .cards-icons__content {
        margin-bottom:4.8rem;
        font-weight: 300;
        font-size: 1.4rem;
        line-height: 2rem
    }
}

.ar .cards-icons__content {

    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .cards-icons__content {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .cards-icons__content {
        font-size:2.4rem;
        line-height: 4.5rem
    }
}

.cards-icons__itemList .row {
    margin: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.cards-icons__itemList .swiper-wrapper {
    margin-bottom: 4.3rem
}

.cards-icons__item {
    width: 44.5rem;
    margin: 0 4.5rem 0 0;
    padding: 0
}

@media only screen and (max-width: 991px) {
    .cards-icons__item {
        width:37rem;
        margin: 0 3.5rem 0 0
    }
}

.cards-icons__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 2.2rem 4.5rem;
    background-color: #00778b
}

@media only screen and (max-width: 991px) {
    .cards-icons__detail {
        padding:2.4rem
    }
}

.cards-icons__itemTitle {
    position: relative;
    padding-top: 7rem;
    margin-bottom: 2.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 3rem;
    line-height: 3.3rem;
    color: #fff
}

@media only screen and (max-width: 991px) {
    .cards-icons__itemTitle {
        padding-top:1.9rem;
        margin-bottom: 1.7rem;
        font-size: 2rem;
        line-height: 2.5rem
    }
}

.en .cards-icons__itemTitle {
    letter-spacing: .04rem
}

.ar .cards-icons__itemTitle {
 
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .cards-icons__itemTitle {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .cards-icons__itemTitle {
        font-size:3rem;
        line-height: 4.2rem
    }
}

.cards-icons__itemTitle__bottomLine {
    margin-bottom: 2.3rem;
    width: 4.6rem;
    height: .1rem;
    background-color: #fdb913
}

@media only screen and (max-width: 991px) {
    .cards-icons__itemTitle__bottomLine {
        margin-bottom:2.5rem
    }
}

.cards-icons__itemContent {
    position: relative;
    max-height: 23.033rem;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 2.3rem;
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: auto
}

@media only screen and (max-width: 991px) {
    .cards-icons__itemContent {
        max-height:20.05rem;
        font-weight: 400;
        font-size: 1.3rem;
        line-height: 1.95rem
    }
}

.cards-icons__itemContent::-webkit-scrollbar {
    width: .5rem;
    background: rgba(51,51,51,.1882352941)
}

.cards-icons__itemContent::-webkit-scrollbar-thumb {
    background: rgba(195,196,197,.5019607843);
    border-radius: .5rem
}

.en .cards-icons__itemContent {
    letter-spacing: 3%
}

.ar .cards-icons__itemContent {
   
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .cards-icons__itemContent {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .cards-icons__itemContent {
        font-size:1.5rem;
        line-height: 2.4rem
    }
}

.cards-icons__itemIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.cards-icons__itemIcon picture {
    width: 12rem;
    height: 12rem
}

@media only screen and (max-width: 991px) {
    .layer-description {
        padding-top:7.8rem;
        padding-bottom: 7.8rem
    }
}

.layer-description__title {
    position: relative;
    margin-bottom: 4.5rem;
    padding-bottom: 4.5rem;
    font-size: 6.6rem;
    line-height: 7.3rem;
    color: #000;
    width: 50%
}

.ar .layer-description__title {
    line-height: 9rem
}

@media only screen and (max-width: 991px) {
    .ar .layer-description__title {
        line-height:1.4
    }
}

@media only screen and (max-width: 991px) {
    .layer-description__title {
        margin-bottom:4.1rem;
        padding-bottom: 2rem;
        font-size: 2.6rem;
        line-height: 3rem;
        width: 100%
    }
}

.layer-description__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: .2rem;
    background-color: #fdb913;
    width: 17.8rem
}

@media only screen and (max-width: 991px) {
    .layer-description__title::after {
        width:8.2rem
    }
}

.layer-description__summary p {
    font-weight: 400;
    color: #000;
    margin-bottom: 1.5rem
}

@media only screen and (max-width: 991px) {
    .layer-description__summary p {
        font-weight:300
    }
}

.layer-description__summary__large {
    font-size: 2rem;
    line-height: 3rem
}

.ar .layer-description__summary__large {
    line-height: 3.6rem
}

@media only screen and (max-width: 991px) {
    .ar .layer-description__summary__large {
        line-height:1.4
    }
}

@media only screen and (max-width: 991px) {
    .layer-description__summary__large {
        margin-bottom:3rem;
        font-size: 1.6rem;
        line-height: 2.6rem
    }
}

.layer-description__summary__small {
    font-size: 1.6rem;
    line-height: 2.6rem
}

.ar .layer-description__summary__small {
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .ar .layer-description__summary__small {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .layer-description__summary__small {
        font-size:1.4rem;
        line-height: 2.8rem
    }
}

@media only screen and (max-width: 991px) {
    .layer-description__summary__small {
        font-size:1.2rem;
        line-height: 1.6rem
    }
}

.layer-description__layer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3.5rem 0;
    border-top: solid .1rem #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

@media only screen and (max-width: 991px) {
    .layer-description__layer {
        padding:2.5rem 0
    }
}

.layer-description__layer:last-child {
    border-bottom: solid .1rem #000
}

.layer-description__number {
    font-weight: 300;
    font-size: 4.2rem;
    text-align: center;
    color: #00b1b0;
    margin-right: 4rem;
    line-height: 10rem
}

@media only screen and (max-width: 991px) {
    .layer-description__number {
        font-size:3.2rem;
        text-align: right
    }
}

.ar .layer-description__number {
    
}

@media only screen and (max-width: 991px) {
    .ar .layer-description__number {
        line-height:1.4
    }
}

.layer-description__info {
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #000
}

.ar .layer-description__info {
    line-height: 2.9rem
}

@media only screen and (max-width: 991px) {
    .ar .layer-description__info {
        line-height:1.4
    }
}

@media only screen and (max-width: 991px) {
    .layer-description__info {
        font-weight:400;
        font-size: 1.3rem;
        line-height: 1.8rem
    }
}

.card-text-number__title {
    position: relative;
    padding-bottom: 1.6rem;
    font-weight: 300;
    font-size: 6.6rem;
    line-height: 7.3rem;
    color: #000;
    text-transform: capitalize
}

.en .card-text-number__title {
    letter-spacing: -.02em
}

@media only screen and (max-width: 991px) {
    .card-text-number__title {
        padding-bottom:2rem;
        font-size: 2.6rem;
        line-height: 3rem
    }

    .en .card-text-number__title {
        letter-spacing: -.05rem
    }
}

.card-text-number__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 9rem;
    height: .3rem;
    background-color: #fdb913
}

@media only screen and (max-width: 991px) {
    .card-text-number__title::after {
        width:8.2rem
    }
}

.ar .card-text-number__title {

    font-weight: 400;
    line-height: 9rem
}

@media only screen and (max-width: 991px) {
    .ar .card-text-number__title {
        line-height:3.5rem
    }
}

.card-text-number__cardList {
    padding-top: 16.3rem;
    padding-bottom: 9.1rem
}

@media only screen and (max-width: 991px) {
    .card-text-number__cardList {
        padding-top:12.8rem;
        padding-bottom: 4.7rem
    }
}

.card-text-number__cardList .row {
    margin: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.card-text-number__cardList .row .card-text-number__item:last-child {
    margin-right: 0
}

.card-text-number__item {
    width: 40rem;
    margin-right: 4.3rem;
    padding: 0
}

@media only screen and (max-width: 991px) {
    .card-text-number__item {
        width:31.5rem;
        min-height: 31.5rem;
        margin-right: 1.4rem
    }
}

@media only screen and (max-width: 991px) {
    .card-text-number__item.swiper-slide-active .card-text-number__detail {
        background-image:-webkit-gradient(linear,left top,left bottom,from(#00b2a9),to(#00778b));
        background-image: linear-gradient(to bottom,#00b2a9,#00778b);
        -webkit-transform: translateY(-9rem);
        transform: translateY(-9rem)
    }

    .card-text-number__item.swiper-slide-active .card-text-number__content {
        color: #fefefe
    }

    .ar .card-text-number__item.swiper-slide-active .card-text-number__content {
        line-height: 1.4
    }

    .card-text-number__item.swiper-slide-active .card-text-number__number {
        color: #fff
    }
}

.card-text-number__detail {
    padding: 5.3rem 4.1rem 3.8rem 4.7rem;
    background-color: rgba(177,228,227,.3);
    -webkit-transition: all .5s;
    transition: all .5s;
    min-height: 40rem
}

@media only screen and (max-width: 991px) {
    .card-text-number__detail {
        padding:4.2rem 3.5rem 4.2rem 3.7rem;
        min-height: 31.5rem
    }
}

@media only screen and (min-width: 992px) {
    .card-text-number__detail:hover {
        background-image:-webkit-gradient(linear,left top,left bottom,from(#00b2a9),to(#00778b));
        background-image: linear-gradient(to bottom,#00b2a9,#00778b);
        -webkit-transform: translateY(-9rem);
        transform: translateY(-9rem)
    }

    .card-text-number__detail:hover .card-text-number__content {
        color: #fefefe
    }

    .ar .card-text-number__detail:hover .card-text-number__content {
        line-height: 3.2rem
    }
}

@media only screen and (min-width: 992px) and (max-width:991px) {
    .ar .card-text-number__detail:hover .card-text-number__content {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .card-text-number__detail:hover .card-text-number__number {
        color:#fff
    }
}

.card-text-number__number {
    margin-bottom: 4.2rem;
  
    font-weight: 250;
    font-size: 9rem;
    line-height: 6rem;
    color: #00b2a9;
    line-break: anywhere
}

.en .card-text-number__number {
    letter-spacing: -.1rem
}

.ar .card-text-number__number {
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .card-text-number__number {
        line-height:1.4
    }
}

.ru .card-text-number__number {
 
}

@media only screen and (max-width: 991px) {
    .card-text-number__number {
        margin-bottom:3.3rem;
        font-size: 7rem;
        line-height: 6rem
    }
}

.card-text-number__content {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #000;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media only screen and (max-width: 991px) {
    .card-text-number__content {
        font-size:1.4rem;
        line-height: 2rem
    }
}

.ar .card-text-number__content {

    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .card-text-number__content {
        line-height:1.4
    }
}

@media only screen and (max-width: 991px) {
    .card-text-number.\--no-animation-mobile .card-text-number__cardList {
        padding-top:4.7rem
    }

    .card-text-number.\--no-animation-mobile .swiper-slide-active .card-text-number__detail {
        -webkit-transform: none;
        transform: none
    }
}

.card-with-link .heading {
    font-weight: 300
}

.ar .card-with-link .heading {
   
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .card-with-link .heading {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .card-with-link .heading {
        font-size:6.6rem;
        line-height: 9rem
    }
}

.card-with-link__desc {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 4.8rem;
    color: #000;
    font-weight: 400
}

@media only screen and (min-width: 992px) {
    .card-with-link__desc {
        font-size:2.4rem;
        line-height: 3.2rem;
        margin-bottom: 7.4rem
    }
}

.ar .card-with-link__desc {
   
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .card-with-link__desc {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .card-with-link__desc {
        font-size:1.8rem;
        line-height: 3.6rem
    }
}

.card-with-link__tab-heading {
    margin-bottom: 4rem
}

.card-with-link__tab-heading .nav-tabs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: none
}

.card-with-link__tab-heading .nav-item {
    margin: 0 2.5rem;
    text-align: center;
    position: relative
}

.card-with-link__tab-heading .nav-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: transparent
}

.card-with-link__tab-heading .nav-item.active .nav-link {
    color: #000
}

.card-with-link__tab-heading .nav-item.active:after {
    background-color: #000
}

.card-with-link__tab-heading .nav-item button {
    font-size: 1.5rem;
    line-height: 1.8rem;
    text-transform: uppercase;
    color: #00b2a9;
    border: none;
    padding: 1.2rem 0;
    font-weight: 400;
    width: 22rem;
    margin: 0 auto
}

.en .card-with-link__tab-heading .nav-item button {
    letter-spacing: 1px
}

.ar .card-with-link__tab-heading .nav-item button {

    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .card-with-link__tab-heading .nav-item button {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .card-with-link__tab-heading .nav-item button {
        font-size:1.6rem;
        line-height: 2.9rem
    }
}

.card-with-link__tab-heading .nav-link {
   
}

.ru .card-with-link__tab-heading .nav-link {
  
}

@media only screen and (max-width: 991px) {
    .card-with-link__tab-content {
        max-width:100%
    }
}

.card-with-link__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5rem
}

@media only screen and (max-width: 991px) {
    .card-with-link__list {
        margin-bottom:2.8rem
    }
}

.card-with-link__item {
    -webkit-box-flex: 1;
    -ms-flex: auto 0 0px;
    flex: auto 0 0;
    width: 31.1rem;
    margin-left: 2.2rem;
    position: relative;
    display: block
}

@media only screen and (min-width: 992px) {
    .card-with-link__item {
        width:30.5rem;
        margin-left: 3.6rem
    }
}

.card-with-link__item:first-child {
    margin: 0
}

.card-with-link__item:last-child {
    margin-right: 2.2rem
}

@media only screen and (min-width: 992px) {
    .card-with-link__item:last-child {
        margin-right:3.5rem
    }
}

.card-with-link__item__title {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    max-width: 100%;
    width: 24.7rem;
    height: 100%;
    font-size: 3rem;
    line-height: 3.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.card-with-link__item__title:after {
    content: "";
    position: absolute;
    bottom: 4.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 6.4rem;
    height: 1px;
    background-color: #fdb913
}

.en .card-with-link__item__title {
    letter-spacing: -.5px
}

.ar .card-with-link__item__title {
    
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .card-with-link__item__title {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .card-with-link__item__title {
        font-size:3rem;
        line-height: 3.8rem
    }
}

.card-with-link .nav-tabs {
    display: none
}

@media only screen and (min-width: 992px) {
    .card-with-link .nav-tabs {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 2rem
    }
}

@media only screen and (min-width: 992px) {
    .card-with-link .custom-dropdown {
        display:none
    }
}

.desc-border {
    margin-bottom: 4.5rem;
    color: #484848
}

.desc-border.border-left .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (max-width: 991px) {
    .desc-border.border-left .container {
        display:block;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }
}

.desc-border.border-left .desc-border__text {
    padding-top: 0;
    width: calc(50% - 2.2rem)
}

@media only screen and (max-width: 991px) {
    .desc-border.border-left .desc-border__text {
        width:100%;
        padding-top: 4.5rem
    }
}

.desc-border.border-left .desc-border__text:after {
    content: "";
    left: 2.2rem;
    top: 0;
    position: absolute;
    width: calc(50% - 4.4rem);
    border-bottom: .6rem solid #ffc72c
}

@media only screen and (max-width: 991px) {
    .desc-border.border-left .desc-border__text:after {
        width:calc(100% - 4.4rem);
        border-bottom: .4rem solid #ffc72c
    }
}

.desc-border.border-both .container {
    margin: 0;
    padding: 0
}

.desc-border.border-both .desc-border__text {
    border-bottom: .6rem solid #ffc72c;
    border-top: .6rem solid #ffc72c;
    padding: 4.5rem 0 3.5rem
}

@media only screen and (max-width: 991px) {
    .desc-border.border-both .desc-border__text {
        padding:4rem 0 3rem;
        border-bottom: .4rem solid #ffc72c;
        border-top: .4rem solid #ffc72c
    }
}

.desc-border.border-both.hide-line-top .desc-border__text {
    border-top: none
}

@media only screen and (max-width: 991px) {
    .ar .desc-border.border-both.hide-line-top p,.ar .desc-border.border-both.hide-line-top ul {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .desc-border.border-both.hide-line-top p,.ar .desc-border.border-both.hide-line-top ul {
        font-size:2rem;
        line-height: 4rem
    }
}

.desc-border.border-both.hide-line-bottom .desc-border__text {
    border-bottom: none
}

.ar .desc-border.border-both p,.ar .desc-border.border-both ul {
    color: #373737
}

@media only screen and (max-width: 991px) {
    .ar .desc-border.border-both p,.ar .desc-border.border-both ul {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .desc-border.border-both p,.ar .desc-border.border-both ul {
        font-size:2.7rem;
        line-height: 5rem
    }
}

.desc-border.border-center {
    text-align: center
}

@media only screen and (max-width: 991px) {
    .desc-border.border-center p,.desc-border.border-center ul {
        font-weight:300;
        font-size: 2rem;
        line-height: 2.8rem;
        text-align: left
    }
}

.desc-border.border-bigger {
    text-align: center
}

.desc-border.border-bigger p,.desc-border.border-bigger ul {
    font-weight: 400;
    font-size: 4.2rem;
    line-height: 5.4rem;
    text-transform: uppercase
}

@media only screen and (max-width: 991px) {
    .desc-border.border-bigger p,.desc-border.border-bigger ul {
        font-weight:300;
        font-size: 2rem;
        line-height: 2.8rem;
        text-align: center
    }
}

.desc-border.no-space .container {
    margin: 0;
    padding: 0
}

.desc-border p,.desc-border ul {
    font-weight: 400;
    font-size: 3rem;
    line-height: 4.1rem
}

@media only screen and (min-width: 992px) and (max-width:1599px) {
    .desc-border p,.desc-border ul {
        font-size:2.2rem;
        line-height: 2.8rem
    }
}

@media only screen and (max-width: 991px) {
    .desc-border p,.desc-border ul {
        font-weight:300;
        font-size: 2rem;
        line-height: 2.8rem
    }
}

@media only screen and (min-width: 992px) {
    .desc-border ul {
        padding-left:4rem
    }
}

.desc-MR p {
    font-weight: 250;
    font-size: 10rem;
    line-height: 11rem;
    letter-spacing: -.1rem;
    color: #000
}

@media only screen and (max-width: 991px) {
    .desc-MR p {
        font-size:4.2rem;
        line-height: 4.2rem;
        letter-spacing: -.02em
    }
}

.card-grid__title {
    position: relative;
    margin-bottom: 8.1rem;
    padding-bottom: 4.5rem;
    font-weight: 400;
    font-size: 6.6rem;
    line-height: 7.3rem
}

.en .card-grid__title {
    letter-spacing: -.2rem
}

@media only screen and (max-width: 991px) {
    .card-grid__title {
        margin-bottom:3.7rem;
        padding-bottom: 2rem;
        font-weight: 300;
        font-size: 2.6rem;
        line-height: 3rem
    }

    .en .card-grid__title {
        letter-spacing: -.05rem
    }
}

.card-grid__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 17.8rem;
    height: .3rem;
    background-color: #fdb913
}

@media only screen and (max-width: 991px) {
    .card-grid__title::after {
        width:8.2rem;
        height: .2rem
    }
}

.card-grid__list .grid-container {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 3.7rem
}

@media only screen and (max-width: 991px) {
    .card-grid__list .grid-container {
        margin-bottom:5rem;
        display: block
    }
}

@media only screen and (max-width: 991px) {
    .card-grid__item {
        margin-bottom:4rem;
        min-height: 42rem
    }

    .card-grid__item:last-child {
        margin-right: 0
    }
}

.card-grid__item a {
    width: 100%
}

.card-grid__item.only-text {
    position: relative;
    background-color: #003b48
}

.card-grid__item.only-text a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    
    font-weight: 250;
    font-size: 3.3rem;
    line-height: 3.6rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase
}

.en .card-grid__item.only-text a {
    letter-spacing: .1rem
}

.ru .card-grid__item.only-text a {
    
}

@media only screen and (max-width: 991px) {
    .card-grid__item.only-text a {
        font-size:2rem;
        line-height: 3.2rem
    }
}

.card-grid__item.only-text .image-thumbnail {
    position: absolute;
    padding: 7.7rem 4.9rem;
    height: 100%
}

.card-grid__item.only-text .image-thumbnail::after {
    content: "";
    position: absolute;
    top: 5rem;
    left: 5rem;
    width: 4.6rem;
    height: .1rem;
    background-color: #fdb913
}

.card-grid__item.only-text .image-thumbnail p {
    margin: 0
}

.card-grid__detail {
    position: relative;
    cursor: pointer
}

.card-grid__detail:hover .card-grid__hover {
    padding: 7.7rem 4.9rem;
    height: 100%
}

.card-grid__logo {
    width: 10.9rem;
    height: 10.9rem;
    background-color: #fff;
    position: absolute;
    top: 3.7rem;
    left: 3.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card-grid__logo::after {
    content: "";
    padding-bottom: 100%;
    display: block
}

.card-grid__logo img {
    max-width: 9rem
}

.card-grid__desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3.7rem;
    font-weight: 300;
    font-size: 2.2rem;
    line-height: 2.9rem;
    color: #fff;
    z-index: 2
}

@media only screen and (max-width: 991px) {
    .card-grid__desc {
        line-height:2.8rem
    }
}

.card-grid__thumbnail {
    position: relative;
    width: 100%;
    cursor: pointer
}

.card-grid__thumbnail::after {
    content: "";
    padding-bottom: 134%;
    display: block
}

.card-grid__thumbnail::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#000),color-stop(95.68%,rgba(0,0,0,0)));
    background-image: linear-gradient(360deg,#000 0,rgba(0,0,0,0) 95.68%);
    z-index: 1
}

.card-grid__thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.card-grid__thumbnail.has-no-thumbnail {
    background-color: #003b48
}

.card-grid__video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    padding: 3.7rem;
    width: 100%;
    z-index: 2
}

.card-grid__video .btnPlay {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.8rem;
    position: relative;
    width: 5.7rem;
    height: 5.7rem;
    background-color: #fff;
    border-radius: 50%
}

.card-grid__video .btnPlay .icon-play {
    font-size: 1.2rem;
    color: #00b1b0;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%)
}

.card-grid__video .videoTitle {
    font-weight: 300;
    font-size: 2.6rem;
    line-height: 3.2rem;
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 8rem);
    flex: 0 0 calc(100% - 8rem)
}

.card-grid__load-more {
    margin: 4rem auto;
    text-align: center
}

.ar .card-grid__desc {
    font-weight: 400;

}

@media only screen and (max-width: 991px) {
    .ar .card-grid__desc {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .card-grid__desc {
        font-size:2.2rem;
        line-height: 3.8rem
    }
}

.ar .card-grid__title {
    font-weight: 400;
   
}

@media only screen and (max-width: 991px) {
    .ar .card-grid__title {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .card-grid__title {
        font-size:4.5rem;
        line-height: 5.5rem
    }
}

.ar .card-grid__content p {
    font-weight: 400;

}

@media only screen and (max-width: 991px) {
    .ar .card-grid__content p {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .card-grid__content p {
        line-height:5rem;
        letter-spacing: .1rem
    }
}

.ar .card-grid__video {
    font-weight: 400;
  
}

@media only screen and (max-width: 991px) {
    .ar .card-grid__video {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .card-grid__video {
        font-size:2.2rem;
        line-height: 3.8rem
    }
}

.ar .card-grid .videoTitle {
    font-weight: 400;
    
}

@media only screen and (max-width: 991px) {
    .ar .card-grid .videoTitle {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .card-grid .videoTitle {
        font-size:2.2rem;
        line-height: 3.8rem
    }
}

.author-info__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-top: 5.1rem
}

.author-info__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: .5rem;
    background-color: #fdb913
}

.author-info__avatar {
    margin-right: 2.8rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.author-info__name {
    font-size: 2.4rem;
    line-height: 3.6rem;
    color: #000;
    text-transform: capitalize;
    opacity: 80%
}

.ar .author-info__name {
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .author-info__name {
        line-height:1.4
    }
}

.author-info__title {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #535556;
    opacity: 80%
}

.ar .author-info__title {
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .author-info__title {
        line-height:1.4
    }
}

.relate-video {
    margin-top: 0
}

.relate-video.list-post .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.relate-video.list-post .row .post-item {
    width: 28.5%;
    margin-right: 7%
}

.relate-video.list-post .row .post-item:nth-child(3n) {
    margin-right: 0
}

@media only screen and (max-width: 991px) {
    .relate-video.list-post .row .post-item {
        width:100%;
        margin-right: 0
    }
}

.relate-video.list-post .row .post-item .post-info span {
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.9rem
}

.en .relate-video.list-post .row .post-item .post-info span {
    letter-spacing: .1rem
}

@media only screen and (max-width: 991px) {
    .relate-video.list-post .row .post-item .post-info span {
        
        font-weight: 400;
        font-size: 1.3rem;
        line-height: 1.4rem
    }
}

@media only screen and (max-width: 991px) {
    .ru .relate-video.list-post .row .post-item .post-info span {
      
    }
}

.relate-video.list-post .row .post-item .post-info .post-title {
    font-weight: 300;
    font-size: 3rem;
    line-height: 3.8rem
}

.en .relate-video.list-post .row .post-item .post-info .post-title {
    letter-spacing: -.05rem
}

@media only screen and (max-width: 991px) {
    .relate-video.list-post .row .post-item .post-info .post-title {
        font-size:2.2rem;
        line-height: 2.8rem
    }
}

.relate-video.list-post .row .post-item .post-info .post-date {
    line-height: 4rem
}

.en .relate-video.list-post .row .post-item .post-info .post-date {
    letter-spacing: .1rem
}

@media only screen and (max-width: 991px) {
    .relate-video.list-post .row .post-item .post-info .post-date {
        font-size:1.2rem;
        line-height: 1.6rem
    }
}

.relate-video.list-post .heading-post strong {
    position: relative;
    margin-bottom: 9.7rem;
    padding-bottom: 4.5rem;
    font-weight: 300;
    font-size: 6.6rem;
    line-height: 7.3rem
}

.en .relate-video.list-post .heading-post strong {
    letter-spacing: -.1rem
}

@media only screen and (max-width: 991px) {
    .relate-video.list-post .heading-post strong {
        margin-bottom:3rem;
        padding-bottom: 2rem;
        font-size: 2.6rem;
        line-height: 3rem
    }

    .en .relate-video.list-post .heading-post strong {
        letter-spacing: -.05rem
    }
}

.relate-video.list-post .heading-post strong::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 17.8rem;
    height: .2rem;
    background-color: #fdb913
}

@media only screen and (max-width: 991px) {
    .relate-video.list-post .heading-post strong::after {
        width:8.2rem
    }
}

.relate-video.list-post .heading-post .btn-blue {
    display: none
}

.relate-video.list-post .btn-blue {
    display: none
}

.detail-column__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 991px) {
    .detail-column__group {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .detail-column__mid {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .detail-column__right {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .detail-column.column2 .detail-column__mid,.detail-column.column3-v2 .detail-column__mid {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .detail-column.column2 .detail-column__right,.detail-column.column3-v2 .detail-column__right {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

@media only screen and (min-width: 992px) {
    .detail-column__mid {
        width:65%;
        padding: 0 2.2rem
    }

    .detail-column__right {
        width: 25%
    }

    .detail-column__left {
        width: 10%
    }

    .detail-column.column2 .detail-column__mid {
        width: 80%
    }

    .detail-column.column1 .detail-column__mid {
        width: 80.2%;
        margin: 0 auto
    }
}

@media only screen and (min-width: 1280px) {
    .detail-column__mid {
        width:73.3%;
        padding: 0 2.2rem
    }

    .detail-column__right {
        width: 16.7%
    }

    .detail-column__left {
        width: 10%
    }

    .detail-column.column3-v2 .detail-column__left {
        width: 6.8%
    }

    .detail-column.column3-v2 .detail-column__mid {
        width: 73.5%
    }

    .detail-column.column3-v2 .detail-column__right {
        width: 19.7%
    }
}

@media only screen and (min-width: 1600px) {
    .detail-column__mid {
        padding:0 4.6rem
    }

    .detail-column.column3-v2 .detail-column__mid {
        padding: 0 9rem
    }
}

.contact-info__title .title {
    display: inline-block;
    padding-bottom: 1.6rem;
    position: relative;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 4rem;
    color: #000;
    text-transform: uppercase
}

.contact-info__title .title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: .3rem;
    left: 0;
    bottom: 0;
    background-color: #000
}

.contact-info__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 3.2rem;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #000
}

.contact-info__detail p {
    margin: 0
}

.contact-info__address {
    padding-right: 6rem
}

.contact-info__link {
    padding-top: 3rem;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.8rem
}

.contact-info__link a {
    text-decoration: none;
    color: #00b1b0
}

.ar .contact-info__link {
    direction: rtl;
    text-align: left
}

.result-wrapper__search {
    margin-bottom: 3rem
}

.result-wrapper .search-cmp__title {
    
    color: #000;
    text-transform: uppercase;
    margin-bottom: 8.5rem;
    font-size: min(12rem,7.5vw);
    line-height: 10.7rem
}

.en .result-wrapper .search-cmp__title {
    letter-spacing: -1px
}

.ar .result-wrapper .search-cmp__title {

}

@media only screen and (max-width: 991px) {
    .ar .result-wrapper .search-cmp__title {
        line-height:1.4
    }
}

.ru .result-wrapper .search-cmp__title {
    
}

@media only screen and (max-width: 991px) {
    .result-wrapper .search-cmp__title {
        font-size:4.2rem;
        font-weight: 250;
        line-height: 4.2rem;
        margin-bottom: 3.5rem
    }

    .en .result-wrapper .search-cmp__title {
        letter-spacing: -1px
    }
}

.result-wrapper .search-cmp__title__result {
    font-weight: 300;
    color: #00b1b0;
    line-height: 12rem;
 
    display: inline-block;
    margin-left: 3rem
}

.en .result-wrapper .search-cmp__title__result {
    letter-spacing: .5rem
}

.ar .result-wrapper .search-cmp__title__result {
 
}

.ru .result-wrapper .search-cmp__title__result {
   
}

@media only screen and (max-width: 991px) {
    .result-wrapper .search-cmp__title__result {
        line-height:4.2rem;
        color: #00b2a9;
        margin-left: 1.2rem
    }

    .en .result-wrapper .search-cmp__title__result {
        letter-spacing: -1px
    }
}

.result-wrapper .search-cmp__content form {
    position: relative
}

.result-wrapper .search-cmp__input {
    outline: 0;
    border: none;
    border-bottom: .1rem solid #9aa1a7;
    padding: .5rem 2rem .5rem 0;
    font-weight: 250;
   
    color: #9b9b9b;
    width: calc(100% - 9rem);
    font-size: 7.2rem;
    line-height: 7.3rem
}

.en .result-wrapper .search-cmp__input {
    letter-spacing: -2px
}

@media only screen and (max-width: 991px) {
    .result-wrapper .search-cmp__input {
        color:#535556;
        width: calc(100% - 3.5rem);
        font-size: 2.8rem;
        line-height: 2.8rem;
        padding: .5rem 2rem 1.5rem 0
    }

    .en .result-wrapper .search-cmp__input {
        letter-spacing: 0
    }
}

.ar .result-wrapper .search-cmp__input {
   
}

@media only screen and (max-width: 991px) {
    .ar .result-wrapper .search-cmp__input {
        line-height:1.4
    }
}

.ru .result-wrapper .search-cmp__input {
    
}

.result-wrapper .search-cmp__submit {
    padding: 0;
    border: none;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5.7rem;
    height: 5.7rem;
    margin-top: 1rem
}

@media only screen and (max-width: 991px) {
    .result-wrapper .search-cmp__submit {
        width:3.5rem;
        height: 3.5rem;
        margin-top: 0
    }
}

.result-wrapper .search-cmp__result {
    padding: 3rem 0
}

.result-wrapper .search-cmp__result.hide {
    display: none
}

.result-wrapper .search-cmp__searched.hide {
    display: none
}

.result-wrapper .search-cmp__searched__inner {
    padding: 6.3rem 0 5.2rem;
    border-bottom: .6rem solid #ffc72c
}

@media only screen and (max-width: 991px) {
    .result-wrapper .search-cmp__searched__inner {
        padding:3.3rem 0 3.5rem;
        border-bottom: .2rem solid #ffc72c
    }
}

.result-wrapper .search-cmp__searched__title {
    color: #000;
    margin-bottom: 2rem;
    font-size: 3rem
}

@media only screen and (max-width: 991px) {
    .result-wrapper .search-cmp__searched__title {
        font-size:2rem;
        margin-bottom: .5rem
    }
}

.result-wrapper .search-cmp__searched__match {
    color: #000;
    font-size: 1.8rem;
    line-height: 3.2rem
}

@media only screen and (max-width: 991px) {
    .result-wrapper .search-cmp__searched__match {
        font-size:1.4rem;
        line-height: 2rem
    }
}

.result-wrapper .search-cmp__message {
    margin-top: 3rem;
    font-size: 1.8rem;
    color: #000
}

@media only screen and (max-width: 991px) {
    .result-wrapper .search-cmp__message {
        font-size:1.4rem
    }
}

.result-wrapper .suggest-title {
    margin-bottom: 2rem;
    color: #818789;
    color: #000;
    font-size: 3rem;
    line-height: 3.8rem
}

@media only screen and (max-width: 991px) {
    .result-wrapper .suggest-title {
        font-size:2rem;
        line-height: 2.5rem
    }
}

.result-wrapper .suggest-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.result-wrapper .suggest-list__item a {
    padding: .5rem 0;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 2rem
}

.result-wrapper .suggest-list__item a strong {
    opacity: .8
}

.result-wrapper .icon-search {
    position: absolute;
    color: #fff;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (max-width: 991px) {
    .result-wrapper .icon-search {
        top:50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }
}

.result-wrapper .result-item {
    border-bottom: .1rem solid #000
}

.result-wrapper .result-item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    padding: 5rem 0 5.8rem
}

@media only screen and (max-width: 991px) {
    .result-wrapper .result-item__link {
        display:block;
        padding: 3.5rem 0 1.7rem
    }
}

.result-wrapper .result-item__img {
    position: relative;
    margin-bottom: 0;
    margin-right: 3rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(30% - 3rem);
    flex: 0 0 calc(30% - 3rem)
}

@media only screen and (max-width: 991px) {
    .result-wrapper .result-item__img {
        margin-bottom:2.2rem;
        margin-right: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.result-wrapper .result-item__img img {
    width: 100%;
    height: 35.7rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media only screen and (max-width: 991px) {
    .result-wrapper .result-item__img img {
        height:auto;
        min-height: 32.7rem
    }
}

.result-wrapper .result-item .btn-play {
    position: absolute;
    width: 5rem;
    height: 5rem;
    top: 28rem;
    left: 2.8rem
}

@media only screen and (max-width: 991px) {
    .result-wrapper .result-item .btn-play {
        top:unset;
        bottom: 3rem
    }
}

.result-wrapper .result-item .icon-play {
    font-size: 1.4rem
}

.result-wrapper .result-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 6rem
}

@media only screen and (max-width: 991px) {
    .result-wrapper .result-item__info {
        margin-top:0
    }
}

.result-wrapper .result-item__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%
}

.result-wrapper .result-item__left {
    margin-right: 2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(55% - 2rem);
    flex: 0 0 calc(55% - 2rem);
    -ms-flex-preferred-size: 25rem;
    flex-basis: 25rem
}

@media only screen and (max-width: 991px) {
    .result-wrapper .result-item__left {
        -ms-flex-preferred-size:unset;
        flex-basis: unset
    }
}

.result-wrapper .result-item__address,.result-wrapper .result-item__category,.result-wrapper .result-item__date,.result-wrapper .result-item__sector {
    font-size: 1.4rem;
    color: #535556;
    display: block
}

@media only screen and (max-width: 991px) {
    .result-wrapper .result-item__address,.result-wrapper .result-item__category,.result-wrapper .result-item__date,.result-wrapper .result-item__sector {
        font-size:1.2rem
    }
}

.ar .result-wrapper .result-item__date {
    
}

@media only screen and (max-width: 991px) {
    .ar .result-wrapper .result-item__date {
        line-height:1.4
    }
}

.result-wrapper .result-item__title {
    font-size: 3.4rem;
    color: #000;
    margin: 5rem 0 2rem
}

@media only screen and (max-width: 991px) {
    .result-wrapper .result-item__title {
        font-size:1.8rem;
        margin: 2rem 0 2rem;
        line-height: 1.4
    }
}

.result-wrapper__load-more {
    margin: 6rem 0;
    text-align: center
}

.result-wrapper__load-more .btn-load-more {
    min-width: 23rem
}

.result-wrapper__load-more.hide {
    display: none
}

.sidebar__post {
    border-top: .1rem solid #fdb913;
    padding-top: 3.3rem;
    color: #000
}

@media only screen and (min-width: 768px) {
    .sidebar__post {
        border-top:.1rem solid #000
    }
}

.sidebar__post .widget {
    margin-bottom: 4rem
}

.sidebar__post .widget h3 {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.2rem;
    margin-bottom: 1.8rem;
    text-transform: uppercase
}

@media only screen and (max-width: 767px) {
    .sidebar__post .widget h3 {
        font-weight:300;
        font-size: 2rem;
        line-height: 2.5rem
    }
}

.sidebar__post .widget p {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.6rem
}

@media only screen and (min-width: 768px) {
    .sidebar__post .widget p {
        font-weight:400
    }
}

.sidebar__post .widget .btn-blue {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar__post .widget .btn-blue.btn-calendar .icon-calendar {
    margin-right: 1.5rem
}

@media only screen and (max-width: 991px) {
    .ar .sidebar__post .widget .btn-blue span {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .sidebar__post .widget .btn-blue span {
        font-size:1.4rem;
        line-height: 4rem
    }
}

.sidebar__post .widget ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.sidebar__post .widget ul li {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding-bottom: .5rem;
    font-weight: 300
}

@media only screen and (min-width: 992px) {
    .sidebar__post .widget ul li {
        font-weight:400
    }
}

.sidebar__post .widget__body {
    margin-bottom: 1.8rem
}

.sidebar__post .widget .text__date {
    font-weight: 400;
    font-size: 2.9rem;
    line-height: 2.8rem;
    text-transform: uppercase;
    margin-bottom: 2.6rem
}

.en .sidebar__post .widget .text__date {
    letter-spacing: -.1rem
}

@media only screen and (max-width: 767px) {
    .add-content__img {
        margin:3.5rem 0
    }
}

.add-content__img img {
    border: 1px solid #e1e3e4
}

.add-content__img.show-desk {
    display: block
}

.add-content__img.show-desk img {
    width: 100%
}

@media only screen and (max-width: 767px) {
    .add-content__img.show-desk {
        display:none
    }
}

.add-content__img.show-mob {
    display: none
}

@media only screen and (max-width: 767px) {
    .add-content__img.show-mob {
        display:block
    }
}

.horizontal-card__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 14%
}

.horizontal-card__title {
    position: relative;
    padding-bottom: 4.5rem;
    font-weight: 400;
    font-size: 6.6rem;
    line-height: 7.3rem;
    color: #000;
    text-transform: capitalize
}

.en .horizontal-card__title {
    letter-spacing: -.2rem
}

@media only screen and (max-width: 991px) {
    .horizontal-card__title {
        padding-bottom:2rem;
        font-weight: 300;
        font-size: 2.6rem;
        line-height: 3rem
    }

    .en .horizontal-card__title {
        letter-spacing: -.05rem
    }
}

.horizontal-card__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 17.8rem;
    height: .3rem;
    background-color: #fdb913
}

@media only screen and (max-width: 991px) {
    .horizontal-card__title::after {
        width:8.2rem;
        border-width: .2rem
    }
}

@media only screen and (max-width: 991px) {
    .horizontal-card__link {
        display:none
    }
}

.horizontal-card__link--mobile {
    display: none
}

@media only screen and (max-width: 991px) {
    .horizontal-card__link--mobile {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 6.4rem;
        padding-right: calc((100% - 520px + 44px)/ 2)
    }
}

.horizontal-card__note {
    padding-top: 5rem;
    padding-right: 22px;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 3.2rem
}

@media only screen and (max-width: 991px) {
    .horizontal-card__note {
        padding-top:3.7rem;
        font-weight: 300;
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media only screen and (min-width: 576px) {
    .horizontal-card__note {
        padding-right:calc((100% - 520px + 44px)/ 2)
    }
}

@media only screen and (min-width: 768px) {
    .horizontal-card__note {
        padding-right:calc((100% - 720px + 44px)/ 2)
    }
}

@media only screen and (min-width: 992px) {
    .horizontal-card__note {
        padding-right:calc((100% - 940px + 44px)/ 2)
    }
}

@media only screen and (min-width: 1280px) {
    .horizontal-card__note {
        padding-right:calc((100% - 1140px + 44px)/ 2)
    }
}

@media only screen and (min-width: 1600px) {
    .horizontal-card__note {
        padding-right:calc((100% - 1380px + 44px)/ 2)
    }
}

.horizontal-card__list {
    padding-top: 4rem;
    padding-right: 22px
}

@media only screen and (min-width: 576px) {
    .horizontal-card__list {
        padding-right:calc((min(160rem,100vw) - 520px + 44px)/ 2)
    }
}

@media only screen and (min-width: 768px) {
    .horizontal-card__list {
        padding-right:calc((min(160rem,100vw) - 720px + 44px)/ 2)
    }
}

@media only screen and (min-width: 992px) {
    .horizontal-card__list {
        padding-right:calc((min(160rem,100vw) - 940px + 44px)/ 2)
    }
}

@media only screen and (min-width: 1280px) {
    .horizontal-card__list {
        padding-right:calc((min(160rem,100vw) - 1140px + 44px)/ 2)
    }
}

@media only screen and (min-width: 1600px) {
    .horizontal-card__list {
        padding-right:calc((min(160rem,100vw) - 1380px + 44px)/ 2)
    }
}

.horizontal-card__list .swiper-scrollbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: static;
    margin-top: 8rem;
    margin-bottom: 1.2rem;
    width: 100%;
    height: .1rem;
    background-color: #a4a4a4;
    cursor: pointer
}

@media only screen and (max-width: 991px) {
    .horizontal-card__list .swiper-scrollbar {
        margin-top:5.5rem
    }
}

@media only screen and (max-width: 767px) {
    .horizontal-card__list .swiper-scrollbar {
        width:156%
    }
}

@media only screen and (max-width: 575px) {
    .horizontal-card__list .swiper-scrollbar {
        width:100%
    }
}

.horizontal-card__list .swiper-scrollbar-drag {
    background-color: #00b1b0;
    height: .3rem
}

@media only screen and (max-width: 575px) {
    .horizontal-card__list .swiper-scrollbar-drag {
        -webkit-transform:translate3d(281.375px,0,0);
        transform: translate3d(281.375px,0,0)
    }
}

.horizontal-card__item {
    padding: 0;
    height: 65rem;
    padding-right: 5.1rem
}

.horizontal-card__item:last-child {
    padding: 0
}

@media only screen and (max-width: 991px) {
    .horizontal-card__item {
        padding-right:1.5rem
    }
}

@media only screen and (max-width: 991px) {
    .horizontal-card__item {
        height:42rem
    }
}

.horizontal-card__gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background-image: -webkit-gradient(linear,left top,right top,from(#000),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,#000 0,rgba(0,0,0,0) 100%);
    z-index: 1
}

.horizontal-card__cover {
    position: relative;
    width: 100%;
    height: 100%
}

.horizontal-card__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.horizontal-card__background::after {
    content: "";
    display: block;
    padding-top: 50%
}

.horizontal-card__background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.horizontal-card__number {
    margin-bottom: 5.1rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #f4f4f4;
    
}

@media only screen and (max-width: 991px) {
    .horizontal-card__number {
        margin-bottom:0
    }
}

.ru .horizontal-card__number {

}

.horizontal-card__number span {
    display: inline-block;
    margin-right: 1.5rem
}

.horizontal-card__number span.line {
    height: .1rem;
    background-color: #f4f4f4;
    width: 8rem
}

.horizontal-card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    padding: 7.6rem 8.9rem;
    width: 100%;
    height: 100%;
    z-index: 2
}

@media only screen and (max-width: 991px) {
    .horizontal-card__info {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 3rem 2.9rem
    }
}

.horizontal-card__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

@media only screen and (max-width: 991px) {
    .horizontal-card__detail {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.horizontal-card__text {
    font-weight: 300;
    font-size: 4.2rem;
    line-height: 5rem;
    color: #fff
}

.en .horizontal-card__text {
    letter-spacing: 1%
}

@media only screen and (max-width: 991px) {
    .horizontal-card__text {
        font-size:2.2rem;
        line-height: 2.8rem
    }
}

.horizontal-card__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.horizontal-card__logo {
    position: relative;
    width: 17.4rem;
    height: 17.4rem
}

@media only screen and (max-width: 991px) {
    .horizontal-card__logo {
        margin-bottom:8rem;
        width: 8.204rem;
        height: 8.204rem
    }
}

.horizontal-card__logo::after {
    content: "";
    display: block;
    padding-top: 100%
}

.horizontal-card__logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.horizontal-card.our-stories {
    overflow: unset
}

.ar .horizontal-card__title {
   
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .horizontal-card__title {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .horizontal-card__title {
        font-size:4.5rem;
        line-height: 5.5rem
    }
}

.ar .horizontal-card__note {
 
    font-weight: 400;
    line-height: 4.5rem
}

@media only screen and (max-width: 991px) {
    .ar .horizontal-card__note {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .horizontal-card__note {
        font-size:1.8rem;
        line-height: 3.2rem;
        color: #414141
    }
}

.ar .horizontal-card__text {
    
    font-weight: 400;
    line-height: 6.2rem
}

@media only screen and (max-width: 991px) {
    .ar .horizontal-card__text {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .horizontal-card__text {
        font-size:3.1rem;
        line-height: 4.6rem
    }
}

.tablet-info__table {
    padding-bottom: 5rem
}

.tablet-info table {
    border-collapse: collapse;
    border-color: #999fa3
}

.tablet-info caption.top {
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: #fff;
    padding: 1.6rem 4rem;
    background-color: #00b1b0;
    text-transform: capitalize
}

.tablet-info caption.bottom {
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 4rem;
    color: #000
}

.tablet-info td,.tablet-info th {
    border: solid .1rem #999fa3
}

.tablet-info th {
    padding: 2rem 1rem 2rem 4.5rem;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #000;
    background-color: #b1e4e3
}

.tablet-info td {
    padding: 2.7rem 4.5rem;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #000
}

@media only screen and (max-width: 991px) {
    .tablet-info td {
        white-space:nowrap
    }
}

.contact-map #map {
    min-height: 80rem;
    width: 100%
}

.contact-map__content {
    position: relative
}

.contact-map__content .mapboxgl-ctrl-bottom-right {
    display: none
}

.contact-map__popup {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    height: auto;
    display: none;
    right: min(13.5rem,8.4vw);
    width: 40rem;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media only screen and (max-width: 991px) {
    .contact-map__popup {
        right:50%;
        width: 33rem;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
}

.contact-map__popup.opened {
    display: block
}

.contact-map .map-popup__content {
    background-color: #fff;
    padding: 3.6rem 4rem
}

@media only screen and (max-width: 991px) {
    .contact-map .map-popup__content {
        padding:2rem
    }
}

.contact-map .map-popup__img img {
    width: 100%
}

.contact-map .map-popup__title {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    font-weight: 300;
    line-height: 3.1rem
}

@media only screen and (max-width: 991px) {
    .contact-map .map-popup__title {
        font-size:2.2rem;
        line-height: 2.8rem
    }
}

.contact-map .map-popup__address,.contact-map .map-popup__email,.contact-map .map-popup__phone {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.8rem
}

@media only screen and (max-width: 991px) {
    .contact-map .map-popup__address,.contact-map .map-popup__email,.contact-map .map-popup__phone {
        font-weight:300;
        font-size: 1.4rem;
        line-height: 2rem
    }
}

.contact-map .map-popup__address,.contact-map .map-popup__phone {
    color: #000
}

.contact-map .map-popup__address {
    margin-bottom: 1.5rem
}

.contact-map .map-popup__email,.contact-map .map-popup__phone {
    margin-bottom: 1rem
}

.contact-map .map-popup__email {
    color: #00b2a9;
    text-decoration: none;
    display: block
}

.contact-map .map-popup__email:active,.contact-map .map-popup__email:hover {
    color: #00b1b0;
    opacity: .8
}

.contact-map .marker {
    border: none;
    cursor: pointer;
    height: 4.8rem;
    width: 4.8rem;
    background-size: contain
}

.ar .contact-map .mapboxgl-marker {
    right: 0;
    left: auto
}

.content-info__top {
    padding: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 991px) {
    .content-info__top {
        display:block;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }
}

.content-info__type {
    padding: .6rem 1.5rem;
    background-color: #b1e4e3;
    border-radius: 3rem;
    display: inline-block;
    font-size: .9rem;
    line-height: 1.4;
    color: #000;
    margin-right: 1.5rem
}

@media only screen and (max-width: 991px) {
    .content-info__type {
        margin-right:0
    }
}

.content-info__location {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 991px) {
    .content-info__location {
        margin-top:1rem
    }
}

.ar .content-info__location {
    line-height: 1.4
}

@media only screen and (max-width: 991px) {
    .ar .content-info__location {
        line-height:1.4
    }
}

.content-info__pin {
    padding-right: 1rem
}

.content-info__pin::before {
    color: #3f454b
}

.content-info__text {
  
    font-size: 1.2rem;
    color: #535556;
    text-transform: uppercase;
    padding-right: 1.5rem;
    font-weight: 400;
    display: inline-block
}

.en .content-info__text {
    letter-spacing: .1rem
}

@media only screen and (max-width: 991px) {
    .en .content-info__text {
        line-height:1.4
    }
}

.ar .content-info__text {
    
}

@media only screen and (max-width: 991px) {
    .ar .content-info__text {
        line-height:1.4
    }
}

.ru .content-info__text {

}

.content-info__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2rem;
    color: #535556;
    text-transform: uppercase;
    padding-right: 1.5rem;

    font-weight: 400;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.content-info__date::before {
    content: "";
    margin-right: 1.5rem;
    width: 1px;
    height: 100%;
    display: inline-block;
    background-color: #535556
}

.en .content-info__date {
    letter-spacing: .1rem
}

.ar .content-info__date {
    
}

@media only screen and (max-width: 991px) {
    .ar .content-info__date {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .content-info__date {
        font-size:1.4rem
    }
}

.ru .content-info__date {
  
}

.content-info__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.content-info__block::before {
    content: "";
    width: 1px;
    height: 100%;
    display: inline-block;
    margin-right: 1.5rem;
    background-color: #535556
}

.content-info__block .content-info__text {
    padding-right: 0
}

.social-icon {
    margin-bottom: 3rem
}

.social-icon .at-share-btn-elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (min-width: 992px) {
    .social-icon .at-share-btn-elements {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.social-icon.icon-row .at-share-btn-elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.social-icon.icon-row .at-share-btn-elements .at-share-btn {
    margin-left: 1rem;
    margin-right: 1rem
}

.white-banner-variation {
    overflow: hidden
}

@media only screen and (max-width: 991px) {
    .white-banner-variation__inner.padding-left-container {
        padding-right:calc((100% - 720px + 44px)/ 2)
    }
}

.white-banner-variation__sub-title {
    position: relative;
    margin: 0;
    padding-bottom: 3rem;
  
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.5rem;
    text-transform: capitalize
}

.en .white-banner-variation__sub-title {
    letter-spacing: .1rem
}

@media only screen and (max-width: 991px) {
    .en .white-banner-variation__sub-title {
        letter-spacing:0
    }
}

.ru .white-banner-variation__sub-title {
  
}

@media only screen and (max-width: 991px) {
    .white-banner-variation__sub-title {
        padding-bottom:1.5rem;
        font-size: 1.3rem;
        line-height: 1.8rem
    }
}

.white-banner-variation__sub-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 9rem;
    height: .2rem;
    background-color: #fdb913
}

@media only screen and (max-width: 991px) {
    .white-banner-variation__sub-title::after {
        width:7.6rem
    }
}

.white-banner-variation__sub-title.image-cover {
    display: none
}

.white-banner-variation__sub-title.image-cover+.white-banner-variation__container {
    padding-top: 0
}

.white-banner-variation__sub-title.image-cover+.white-banner-variation__container .white-banner-variation__title {
    padding-top: 5.5rem
}

@media only screen and (max-width: 991px) {
    .white-banner-variation__sub-title.image-cover+.white-banner-variation__container .white-banner-variation__title {
        padding-top:4.5rem
    }
}

.ar .white-banner-variation__sub-title {

}

@media only screen and (max-width: 991px) {
    .ar .white-banner-variation__sub-title {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .white-banner-variation__sub-title {
        font-size:1.7rem;
        line-height: 5rem
    }
}

.white-banner-variation__container {
    padding-top: 5.5rem
}

@media only screen and (max-width: 991px) {
    .white-banner-variation__container {
        margin:0
    }
}

@media only screen and (max-width: 767px) {
    .white-banner-variation__container {
        padding-top:4.5rem
    }
}

@media only screen and (max-width: 991px) {
    .white-banner-variation__container .col-lg-6 {
        padding:0
    }
}

.white-banner-variation__container.no-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 991px) {
    .white-banner-variation__container.no-image {
        display:block
    }
}

.white-banner-variation__container.no-image .col-lg-6:nth-child(1) {
    width: auto
}

.white-banner-variation__container.no-image .white-banner-variation__content {
    padding-left: 13.5rem;
    width: 50%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media only screen and (max-width: 991px) {
    .white-banner-variation__container.no-image .white-banner-variation__content {
        padding-left:0;
        width: auto
    }
}

.white-banner-variation__title .var-0 {
    padding: 1.6rem 0 7.3rem;
    
    font-weight: 250;
    font-size: 10rem;
    line-height: 12rem;
    text-transform: uppercase
}

@media only screen and (max-width: 1919px) {
    .white-banner-variation__title .var-0 {
        padding:1.6rem 0 2.3rem
    }
}

@media only screen and (max-width: 991px) {
    .white-banner-variation__title .var-0 {
        padding:1.2rem 0 0;
        font-size: 4.2rem;
        line-height: 4.2rem
    }
}

@media only screen and (max-width: 991px) {
    .mb-bottom-line .white-banner-variation__title .var-0 {
        position:relative;
        padding-bottom: 3.5rem
    }

    .mb-bottom-line .white-banner-variation__title .var-0::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: .2rem;
        background-color: #ffc72c
    }
}

@media only screen and (min-width: 992px) {
    .desk-bottom-line .white-banner-variation__title .var-0 {
        position:relative;
        padding-bottom: 3.5rem
    }

    .desk-bottom-line .white-banner-variation__title .var-0::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50%;
        height: .6rem;
        background-color: #ffc72c
    }
}

.en .white-banner-variation__title .var-0 {
    letter-spacing: -.2rem
}

.ar .white-banner-variation__title .var-0 {
  
    font-weight: 400;
    color: #373737
}

@media only screen and (max-width: 991px) {
    .ar .white-banner-variation__title .var-0 {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .white-banner-variation__title .var-0 {
        font-size:10rem;
        line-height: 1.3;
        letter-spacing: .002rem
    }
}

.ru .white-banner-variation__title .var-0 {
   
}

.ar .white-banner-variation__title .var-0 span {
    line-height: 18rem
}

@media only screen and (max-width: 991px) {
    .ar .white-banner-variation__title .var-0 span {
        line-height:1.4
    }
}

.white-banner-variation__title .var-0 strong {

    font-weight: 300
}

.ar .white-banner-variation__title .var-0 strong {
  
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .white-banner-variation__title .var-0 strong {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .white-banner-variation__title .var-0 strong {
        font-size:10rem;
        line-height: 1.3
    }
}

.ru .white-banner-variation__title .var-0 strong {
  
}

.white-banner-variation__title .var-1 {
    padding-top: .1rem;
    
    font-weight: 250;
    font-size: 13rem;
    line-height: 11rem;
    text-transform: uppercase
}

.white-banner-variation__title .var-1 .weight {
  
    font-weight: 300
}

.ru .white-banner-variation__title .var-1 .weight {
    
}

.en .white-banner-variation__title .var-1 {
    letter-spacing: -.2rem
}

.ar .white-banner-variation__title .var-1 {
   
    font-weight: 400
}

@media only screen and (min-width: 992px) {
    .ar .white-banner-variation__title .var-1 {
        font-size:12rem;
        line-height: 13.3rem;
        letter-spacing: .002rem
    }
}

.ar .white-banner-variation__title .var-1 .weight {
   
    font-weight: 400
}

.ru .white-banner-variation__title .var-1 {
    
}

.white-banner-variation__title .var-2,.white-banner-variation__title .var-3 {
    padding-top: 1.6rem;
    
    font-weight: 250;
    font-size: 13rem;
    line-height: 12rem;
    text-transform: uppercase
}

.en .white-banner-variation__title .var-2,.en .white-banner-variation__title .var-3 {
    letter-spacing: .2rem
}

.ar .white-banner-variation__title .var-2,.ar .white-banner-variation__title .var-3 {
   
    font-weight: 300
}

@media only screen and (max-width: 991px) {
    .ar .white-banner-variation__title .var-2,.ar .white-banner-variation__title .var-3 {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .white-banner-variation__title .var-2,.ar .white-banner-variation__title .var-3 {
        font-size:12rem;
        line-height: 13.3rem
    }
}

.ru .white-banner-variation__title .var-2,.ru .white-banner-variation__title .var-3 {

}

.white-banner-variation__title .var-2 .color,.white-banner-variation__title .var-3 .color {
  
    font-weight: 300
}

.ar .white-banner-variation__title .var-2 .color,.ar .white-banner-variation__title .var-3 .color {
   
}

@media only screen and (max-width: 991px) {
    .ar .white-banner-variation__title .var-2 .color,.ar .white-banner-variation__title .var-3 .color {
        line-height:1.4
    }
}

.ru .white-banner-variation__title .var-2 .color,.ru .white-banner-variation__title .var-3 .color {
  
}

.white-banner-variation__title .var-4 {
   
    font-weight: 250;
    font-size: 13rem;
    line-height: 11rem;
    text-transform: uppercase
}

.en .white-banner-variation__title .var-4 {
    letter-spacing: -.2rem
}

@media only screen and (max-width: 991px) {
    .white-banner-variation__title .var-4 {
        margin-bottom:2.4rem;
        font-size: 4.2rem;
        line-height: 4.2rem
    }
}

.ar .white-banner-variation__title .var-4 {

    font-weight: 400
}

@media only screen and (min-width: 992px) {
    .ar .white-banner-variation__title .var-4 {
        font-size:10rem;
        line-height: 13rem;
        letter-spacing: .002rem
    }
}

.ar .white-banner-variation__title .var-4 .weight {
 
    font-weight: 400
}

.ru .white-banner-variation__title .var-4 {
   
}

.white-banner-variation__title .var-4 .weight {
   
    font-weight: 300
}

.ru .white-banner-variation__title .var-4 .weight {
    
}

.white-banner-variation__title .var-5 {
  
    font-weight: 250;
    font-size: 12rem;
    line-height: 10.7rem;
    text-transform: uppercase
}

.en .white-banner-variation__title .var-5 {
    letter-spacing: .2rem
}

.ar .white-banner-variation__title .var-5 {
   
    font-weight: 400
}

@media only screen and (min-width: 992px) {
    .ar .white-banner-variation__title .var-5 {
        font-size:12rem;
        line-height: 13.3rem;
        letter-spacing: .002rem
    }
}

.ar .white-banner-variation__title .var-5 .weight {
   
    font-weight: 400
}

.ru .white-banner-variation__title .var-5 {
    
}

.white-banner-variation__title .var-6 {
   
    font-weight: 250;
    font-size: 10rem;
    line-height: 11rem
}

.en .white-banner-variation__title .var-6 {
    letter-spacing: -.2rem
}

.ar .white-banner-variation__title .var-6 {
   
    font-weight: 400
}

.ru .white-banner-variation__title .var-6 {
   
}

@media only screen and (max-width: 991px) {
    .white-banner-variation__title .var-6 {
        font-size:4.2rem;
        line-height: 4.2rem
    }
}

.white-banner-variation__title .var-7 {
    padding-top: 1.4rem;
    
    font-weight: 400;
    font-size: 10rem;
    line-height: 11rem;
    text-transform: capitalize
}

.en .white-banner-variation__title .var-7 {
    letter-spacing: -.2rem
}

.ar .white-banner-variation__title .var-7 {
 
    font-weight: 400;
    line-height: 1.4
}

.ru .white-banner-variation__title .var-7 {
   
}

@media only screen and (max-width: 991px) {
    .white-banner-variation__title .var-7 {
        padding-top:.2rem;
        font-weight: 250;
        font-size: 4.2rem;
        line-height: 4.2rem
    }
}

.white-banner-variation__title .var-9 {
    padding-top: 1.4rem;
   
    font-weight: 250;
    font-size: 6.6rem;
    line-height: 7.8rem;
    text-transform: capitalize;
    opacity: .8
}

.en .white-banner-variation__title .var-9 {
    letter-spacing: 0
}

.ar .white-banner-variation__title .var-9 {
   
    font-weight: 400;
    line-height: 5rem
}

@media only screen and (min-width: 992px) {
    .ar .white-banner-variation__title .var-9 {
        line-height:5.5rem;
        font-size: 4.5rem
    }
}

.ru .white-banner-variation__title .var-9 {
   
}

@media only screen and (max-width: 991px) {
    .white-banner-variation__title .var-9 {
        padding-top:.2rem;
        font-size: 3.4rem;
        line-height: 4.2rem;
        letter-spacing: 0
    }
}

.white-banner-variation__title .var-10 {
    padding-top: .1rem;
    
    font-weight: 250;
    font-size: 13rem;
    line-height: 12rem;
    text-transform: uppercase;
    padding-bottom: 6.2rem;
    border-bottom: .5rem solid #ffc72c
}

@media only screen and (max-width: 991px) {
    .white-banner-variation__title .var-10 {
        padding:1.2rem 0 4.1rem;
        font-size: 4.2rem;
        line-height: 4.2rem
    }
}

.white-banner-variation__title .var-10 .weight {
    
    font-weight: 300
}

.ru .white-banner-variation__title .var-10 .weight {
    
}

.en .white-banner-variation__title .var-10 {
    letter-spacing: -.2rem
}

.ar .white-banner-variation__title .var-10 {
    
    font-weight: 400;
    letter-spacing: 0
}

@media only screen and (min-width: 992px) {
    .ar .white-banner-variation__title .var-10 {
        font-size:12rem;
        line-height: 13.3rem
    }
}

.ar .white-banner-variation__title .var-10 .weight {
   
    font-weight: 400
}

.ru .white-banner-variation__title .var-10 {
    
}

.white-banner-variation__title .var-0,.white-banner-variation__title .var-1,.white-banner-variation__title .var-10,.white-banner-variation__title .var-2,.white-banner-variation__title .var-3,.white-banner-variation__title .var-4,.white-banner-variation__title .var-5,.white-banner-variation__title .var-6,.white-banner-variation__title .var-7,.white-banner-variation__title .var-8,.white-banner-variation__title .var-9 {
    display: block
}

.bottom-line .white-banner-variation__title .var-0,.bottom-line .white-banner-variation__title .var-1,.bottom-line .white-banner-variation__title .var-10,.bottom-line .white-banner-variation__title .var-2,.bottom-line .white-banner-variation__title .var-3,.bottom-line .white-banner-variation__title .var-4,.bottom-line .white-banner-variation__title .var-5,.bottom-line .white-banner-variation__title .var-6,.bottom-line .white-banner-variation__title .var-7,.bottom-line .white-banner-variation__title .var-8,.bottom-line .white-banner-variation__title .var-9 {
    position: relative;
    padding-bottom: 3.5rem
}

@media only screen and (min-width: 992px) {
    .bottom-line .white-banner-variation__title .var-0,.bottom-line .white-banner-variation__title .var-1,.bottom-line .white-banner-variation__title .var-10,.bottom-line .white-banner-variation__title .var-2,.bottom-line .white-banner-variation__title .var-3,.bottom-line .white-banner-variation__title .var-4,.bottom-line .white-banner-variation__title .var-5,.bottom-line .white-banner-variation__title .var-6,.bottom-line .white-banner-variation__title .var-7,.bottom-line .white-banner-variation__title .var-8,.bottom-line .white-banner-variation__title .var-9 {
        padding-bottom:5rem
    }
}

.bottom-line .white-banner-variation__title .var-0::after,.bottom-line .white-banner-variation__title .var-10::after,.bottom-line .white-banner-variation__title .var-1::after,.bottom-line .white-banner-variation__title .var-2::after,.bottom-line .white-banner-variation__title .var-3::after,.bottom-line .white-banner-variation__title .var-4::after,.bottom-line .white-banner-variation__title .var-5::after,.bottom-line .white-banner-variation__title .var-6::after,.bottom-line .white-banner-variation__title .var-7::after,.bottom-line .white-banner-variation__title .var-8::after,.bottom-line .white-banner-variation__title .var-9::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .2rem;
    background-color: #ffc72c
}

@media only screen and (min-width: 992px) {
    .bottom-line .white-banner-variation__title .var-0::after,.bottom-line .white-banner-variation__title .var-10::after,.bottom-line .white-banner-variation__title .var-1::after,.bottom-line .white-banner-variation__title .var-2::after,.bottom-line .white-banner-variation__title .var-3::after,.bottom-line .white-banner-variation__title .var-4::after,.bottom-line .white-banner-variation__title .var-5::after,.bottom-line .white-banner-variation__title .var-6::after,.bottom-line .white-banner-variation__title .var-7::after,.bottom-line .white-banner-variation__title .var-8::after,.bottom-line .white-banner-variation__title .var-9::after {
        height:.6rem;
        max-width: 53rem
    }
}

@media only screen and (max-width: 991px) {
    .white-banner-variation__title .var-1,.white-banner-variation__title .var-2,.white-banner-variation__title .var-3,.white-banner-variation__title .var-5 {
        padding-top:.2rem;
        font-size: 4.2rem;
        line-height: 4.2rem
    }
}

@media only screen and (max-width: 991px) {
    .white-banner-variation__title.col-lg-6 {
        padding:0
    }
}

.white-banner-variation__title.text-only {
    display: block;
    padding-top: 3.4rem;
   
    font-weight: 250;
    font-size: 12rem;
    line-height: 10.7rem;
    text-transform: uppercase
}

.en .white-banner-variation__title.text-only {
    letter-spacing: .2rem
}

.ar .white-banner-variation__title.text-only {
    padding-top: 5.5rem;
    
    font-weight: 400
}

@media only screen and (min-width: 992px) {
    .ar .white-banner-variation__title.text-only {
        padding-top:6.2rem;
        line-height: 1.4;
        font-size: 10rem;
        line-height: 13rem
    }
}

.ru .white-banner-variation__title.text-only {
  
}

@media only screen and (max-width: 991px) {
    .white-banner-variation__title.text-only {
        padding-top:5.5rem;
        font-size: 4.2rem;
        line-height: 4.2rem
    }
}

.white-banner-variation__title.plain-text {
    
    font-weight: 250;
    font-size: 8rem;
    line-height: 11rem
}

.en .white-banner-variation__title.plain-text {
    letter-spacing: -.2rem
}

.ar .white-banner-variation__title.plain-text {
   
    font-weight: 400
}

.ru .white-banner-variation__title.plain-text {
    
}

@media only screen and (max-width: 991px) {
    .white-banner-variation__title.plain-text {
        margin-bottom:3.5rem;
        font-size: 4.2rem;
        line-height: 4.2rem
    }
}

.white-banner-variation__item .left {
    padding-top: 1.2rem
}

@media only screen and (max-width: 991px) {
    .white-banner-variation__item .left {
        margin-bottom:4.5rem
    }
}

.white-banner-variation__itemLine {
    width: 100%;
    height: .6rem;
    background-color: #ffc72c
}

@media only screen and (max-width: 991px) {
    .white-banner-variation__itemLine {
        height:.2rem
    }
}

.white-banner-variation__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .white-banner-variation__content {
        padding-left:2.2rem
    }
}

.white-banner-variation__content p {
    margin: 0
}

.white-banner-variation__content .upper {
    font-size: 3rem;
    line-height: 3.8rem
}

.en .white-banner-variation__content .upper {
    letter-spacing: -.05rem
}

@media only screen and (max-width: 991px) {
    .white-banner-variation__content .upper {
        font-size:1.6rem;
        line-height: 2.4rem;
        margin-bottom: 1.2rem;
        font-weight: 300
    }
}

@media only screen and (min-width: 992px) {
    .ar .white-banner-variation__content .upper {
        font-size:2.7rem;
        line-height: 5rem
    }
}

.white-banner-variation__content .lower {
    padding-top: 4rem;
    font-size: 2rem;
    line-height: 3rem
}

@media only screen and (max-width: 991px) {
    .white-banner-variation__content .lower {
        padding-top:0;
        font-size: 1.4rem;
        line-height: 2rem;
        font-weight: 3000
    }

    .white-banner-variation__content .lower br {
        display: none
    }
}

@media only screen and (min-width: 992px) {
    .ar .white-banner-variation__content .lower {
        font-size:1.8rem;
        line-height: 3.2rem;
        color: #414141
    }
}

@media only screen and (max-width: 991px) {
    .white-banner-variation__content.col-lg-6 {
        padding:0
    }
}

.white-banner-variation__content.image-content {
    padding-left: 0
}

@media only screen and (max-width: 575px) {
    .white-banner-variation__content.image-content {
        padding-left:0;
        padding-right: 2.2rem
    }
}

.white-banner-variation__detail {
    font-weight: 400;
    font-size: 3rem;
    line-height: 4.1rem
}

.en .white-banner-variation__detail {
    letter-spacing: -.04rem
}

@media only screen and (min-width: 992px) and (max-width:1599px) {
    .white-banner-variation__detail {
        font-size:2.2rem;
        line-height: 2.8rem
    }
}

@media only screen and (max-width: 991px) {
    .white-banner-variation__detail {
        font-weight:300;
        font-size: 2rem;
        line-height: 2.8rem
    }

    .ar .white-banner-variation__detail {
        line-height: 1.4
    }
}

.ar .white-banner-variation__detail {
    color: #373737
}

@media only screen and (min-width: 992px) {
    .ar .white-banner-variation__detail {
        line-height:5rem;
        font-size: 2.7rem
    }
}

@media only screen and (max-width: 991px) {
    .white-banner-variation.padding-left-container {
        padding-right:calc((100% - 720px + 44px)/ 2)
    }
}

.white-banner-variation.pd-top-mb .white-banner-variation__title .var-10 {
    padding-top: 3.4rem
}

@media only screen and (max-width: 991px) {
    .white-banner-variation.pd-top-mb .white-banner-variation__title .var-10 {
        padding-top:0
    }
}

.white-banner-mr .white-banner-variation__title {
    padding-top: 0
}

.white-banner-mr .white-banner-variation__title.text-only .var-10 {
    font-size: 4.2rem;
    line-height: 4.2rem;
    letter-spacing: -.02em;
    font-weight: 250;
    padding-top: 0;
    padding-bottom: 3.2rem;
    text-transform: uppercase
}

@media only screen and (min-width: 992px) {
    .white-banner-mr .white-banner-variation__title.text-only .var-10 {
        font-size:13rem;
        line-height: 11rem;
        padding-bottom: 7.2rem
    }

    .ar .white-banner-mr .white-banner-variation__title.text-only .var-10 {
        line-height: 15.2rem;
        font-weight: 500
    }

    .ar .white-banner-mr .white-banner-variation__title.text-only .var-10 .weight {
        font-weight: 500
    }
}

.ar .white-banner-mr .white-banner-variation__title.text-only .var-10 {
    font-weight: 500
}

.white-banner-mr .white-banner-variation__desc {
    font-size: 3rem;
    line-height: 4.1rem;
    letter-spacing: -.04rem;
    color: #000;
    padding-top: 7.2rem
}

.ar .white-banner-mr .white-banner-variation__desc {
    line-height: 5rem
}

@media only screen and (max-width: 767px) {
    .white-banner-mr .white-banner-variation__desc {
        padding-top:4.5rem;
        font-size: 2rem;
        line-height: 2.8rem
    }

    .ar .white-banner-mr .white-banner-variation__desc {
        line-height: 3.4rem
    }
}

.white-banner-mr.\--no-bottom-line .var-10 {
    border: 0
}

@media only screen and (max-width: 991px) {
    .white-banner-mr.\--no-bottom-line-mobile .var-10 {
        border:0
    }
}

@media only screen and (min-width: 992px) {
    .white-banner-mr.\--no-bottom-line-desktop .var-10 {
        border:0
    }
}

.content-image-slider {
    padding: 10rem 0 8rem;
    background: linear-gradient(241.36deg,#00778b 40.73%,#00b2a9 108.89%,#00778b 108.9%,#00778b 108.9%)
}

@media only screen and (max-width: 991px) {
    .content-image-slider {
        padding:5rem 0 6.7rem
    }
}

.content-image-slider .heading {
    color: #fff;
    font-weight: 300;
    margin-bottom: 3rem
}

.en .content-image-slider .heading {
    letter-spacing: -2px
}

@media only screen and (max-width: 991px) {
    .content-image-slider .heading {
        margin-bottom:6.3rem;
        line-height: 3rem
    }
}

.content-image-slider .heading::after {
    bottom: -2rem;
    width: 9rem
}

.content-image-slider .paging,.content-image-slider .total-page {
  
    font-weight: 400
}

.ar .content-image-slider .paging,.ar .content-image-slider .total-page {

}

.ru .content-image-slider .paging,.ru .content-image-slider .total-page {
   
}

.content-image-slider__slider {
   
    overflow: hidden;
    padding-bottom: 7.5rem
}

@media only screen and (max-width: 991px) {
    .content-image-slider__slider {
        padding-bottom:9rem
    }
}

.ru .content-image-slider__slider {
   
}

.content-image-slider__slider .swiper-slide {
    overflow: hidden
}

.content-image-slider__image-wrapper {
    position: relative;
    padding-top: 49.7754%
}

@media only screen and (max-width: 991px) {
    .content-image-slider__image-wrapper {
        padding-top:58.1%;
        margin-bottom: 5.3rem
    }
}

.content-image-slider__big-image {
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 4.7rem;
    z-index: 1
}

@media only screen and (max-width: 991px) {
    .content-image-slider__big-image {
        left:1.4rem
    }
}

.content-image-slider__big-image img {
    height: 100%
}

.content-image-slider__small-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 58.23%
}

.content-image-slider__rotate-text {
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 2px;
    
    font-size: 9.8rem;
    line-height: .78;
    font-weight: 700;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px #00b2a9;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg)
}

.en .content-image-slider__rotate-text {
    letter-spacing: -1px
}

.ar .content-image-slider__rotate-text {

    line-height: 1.2
}

@media only screen and (max-width: 991px) {
    .ar .content-image-slider__rotate-text {
        line-height:.9
    }
}

.ru .content-image-slider__rotate-text {
  
}

@media only screen and (max-width: 1599px) {
    .content-image-slider__rotate-text {
        font-size:8rem
    }
}

@media only screen and (max-width: 1279px) {
    .content-image-slider__rotate-text {
        font-size:6.5rem
    }
}

@media only screen and (max-width: 991px) {
    .content-image-slider__rotate-text {
        font-size:5rem
    }
}

@media only screen and (max-width: 767px) {
    .content-image-slider__rotate-text {
        font-size:4rem
    }
}

@media only screen and (max-width: 575px) {
    .content-image-slider__rotate-text {
        font-size:8.2vw
    }
}

.content-image-slider__content-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 52%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width: 991px) {
    .content-image-slider__content-wrapper {
        position:static;
        max-width: 100%
    }
}

.content-image-slider__title {
    font-size: 12rem;
    line-height: 10.3rem;
    font-weight: 250;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 2rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.en .content-image-slider__title {
    letter-spacing: 2px
}

@media only screen and (min-width: 992px) {
    .ar .content-image-slider__title {
        line-height:1
    }
}

@media only screen and (min-width: 1280px) and (max-width:1599px) {
    .ar .content-image-slider__title {
        font-size:10rem
    }
}

@media only screen and (max-width: 1279px) {
    .content-image-slider__title {
        font-size:7.5rem;
        line-height: 1
    }
}

@media only screen and (max-width: 991px) {
    .content-image-slider__title {
        font-size:5rem
    }
}

@media only screen and (max-width: 767px) {
    .content-image-slider__title {
        font-size:4.2rem;
        line-height: 4.2rem;
        margin-bottom: .5rem;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .en .content-image-slider__title {
        letter-spacing: -2px
    }
}

.content-image-slider__desc {
    font-size: 2.5rem;
    line-height: 2.7rem;
    
    color: #fff;
    text-transform: uppercase;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.en .content-image-slider__desc {
    letter-spacing: 4px
}

.ru .content-image-slider__desc {
    
}

@media only screen and (max-width: 1279px) {
    .content-image-slider__desc {
        font-size:1.8rem;
        line-height: 1
    }
}

@media only screen and (max-width: 991px) {
    .content-image-slider__desc {
        font-size:1.3rem;
        line-height: 1.8rem
    }

    .en .content-image-slider__desc {
        letter-spacing: 1.2px
    }
}

@media only screen and (max-width: 767px) {
    .content-image-slider__desc {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 4.2rem
    }
}

.content-image-slider__count {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 4rem
}

@media only screen and (max-width: 991px) {
    .content-image-slider__count {
        -webkit-box-ordinal-group:4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 0
    }
}

.content-image-slider__count .slick-paging {
    position: static
}

.ar .content-image-slider__count .slick-paging {
   
}

.ar .content-image-slider .heading {
   
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .content-image-slider .heading {
        line-height:1.4
    }
}

.ar .content-image-slider__title b,.ar .content-image-slider__title strong {
  
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .content-image-slider__title b,.ar .content-image-slider__title strong {
        line-height:1.4
    }
}

.ar .content-image-slider__desc {

    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .content-image-slider__desc {
        line-height:1.4
    }
}

.stats-cmp {
    padding: 0 2rem;
    margin: 2rem auto
}

.stats-cmp.stats-cmp__border {
    border-bottom: 1px solid #000
}

.stats-cmp.stats-cmp__border .stats-cmp__content {
    margin: 3rem 0 9.5rem
}

@media only screen and (max-width: 991px) {
    .stats-cmp.stats-cmp__border .stats-cmp__content {
        margin:0 0 3rem
    }
}

.stats-cmp.stats-cmp__title-left .stats-cmp__desc p {
    text-align: left
}

.stats-cmp__desc {
    margin-bottom: 3rem
}

.stats-cmp__desc p {
    text-align: center;
    font-size: 3rem;
    line-height: 4.1rem;
    opacity: 80%
}

.en .stats-cmp__desc p {
    letter-spacing: -.04rem
}

@media only screen and (max-width: 991px) {
    .stats-cmp__desc p {
        font-size:2rem;
        line-height: 2.8rem;
        opacity: 100%
    }
}

.stats-cmp__content {
    margin: 3rem 0
}

@media only screen and (max-width: 991px) {
    .stats-cmp__content {
        margin:0
    }
}

.stats-cmp__block {
    text-align: center;
    padding: 2.5rem 0
}

.stats-cmp__bottom,.stats-cmp__middle,.stats-cmp__top {
    color: #00b1b0;
    text-align: center
}

.stats-cmp__top {
    text-transform: uppercase;
    font-size: 6rem;
    line-height: 1
}

@media only screen and (max-width: 991px) {
    .stats-cmp__top {
        font-size:4.5rem
    }
}

.ar .stats-cmp__top {
 
    line-height: 1.4
}

@media only screen and (min-width: 992px) {
    .ar .stats-cmp__top {
        font-size:4.9rem
    }
}

.stats-cmp__middle {
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-top: 1.5rem
}

@media only screen and (max-width: 991px) {
    .stats-cmp__middle {
        font-size:1.3rem
    }
}

.stats-cmp__middle-business {
    margin-bottom: 0
}

@media only screen and (min-width: 992px) {
    .ar .stats-cmp__middle {
        font-size:1.5rem
    }
}

.stats-cmp__bottom {
    font-size: 1.3rem
}

@media only screen and (max-width: 991px) {
    .stats-cmp__bottom {
        font-size:1.2rem
    }
}

.stats-cmp.stats-cmp-MR {
    margin: 0 auto
}

.stats-cmp.stats-cmp-MR .stats-cmp__content {
    margin-bottom: 0
}

.stats-cmp.stats-cmp-MR .stats-cmp__title {
    font-size: 4.2rem;
    line-height: 4.2rem;
    letter-spacing: -.02px;
 
    font-weight: 250;
    padding-bottom: 1.6rem;
    margin-bottom: 3.5rem;
    position: relative;
    display: block
}

.stats-cmp.stats-cmp-MR .stats-cmp__title:after {
    content: "";
    border-bottom: .2rem solid #ffc72c;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4.2rem
}

@media only screen and (min-width: 992px) {
    .stats-cmp.stats-cmp-MR .stats-cmp__title {
        font-size:12rem;
        line-height: 13.5rem;
        padding-bottom: 4.8rem;
        margin-bottom: 4.8rem;
        letter-spacing: 2px
    }

    .stats-cmp.stats-cmp-MR .stats-cmp__title:after {
        border-width: .4rem;
        width: 13.1rem
    }

    .stats-cmp.stats-cmp-MR .stats-cmp__title .weight,.stats-cmp.stats-cmp-MR .stats-cmp__title b,.stats-cmp.stats-cmp-MR .stats-cmp__title strong {
        line-height: 12rem;
       
        font-weight: 300
    }

    .ar .stats-cmp.stats-cmp-MR .stats-cmp__title {
        line-height: 15.2rem;
        font-weight: 500
    }

    .ar .stats-cmp.stats-cmp-MR .stats-cmp__title .weight {
        font-weight: 500
    }
}

.ar .stats-cmp.stats-cmp-MR .stats-cmp__title {
    font-weight: 500;
    
}

@media only screen and (max-width: 991px) {
    .ar .stats-cmp.stats-cmp-MR .stats-cmp__title {
        margin-bottom:1.6rem
    }
}

.stats-cmp.stats-cmp-MR .stats-cmp__desc {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 1.8rem
}

.ar .stats-cmp.stats-cmp-MR .stats-cmp__desc {
    font-size: 1.4rem;
    line-height: 2rem
}

.stats-cmp.stats-cmp-MR .stats-cmp__desc p {
    font-size: inherit;
    line-height: inherit
}

@media only screen and (min-width: 992px) {
    .stats-cmp.stats-cmp-MR .stats-cmp__desc {
        font-size:2.4rem;
        line-height: 3.2rem
    }

    .ar .stats-cmp.stats-cmp-MR .stats-cmp__desc {
        font-size: 2.4rem;
        line-height: 4.5rem
    }
}

.stats-cmp.stats-cmp-MR .stats-cmp__block {
    padding: 3rem 0
}

.ar .stats-cmp.stats-cmp-MR .stats-cmp__block {
    padding: 2.2rem 0
}

.ar .stats-cmp.stats-cmp-MR .stats-cmp__top {
    font-size: 6rem;
    line-height: 6.6rem
}

@media only screen and (max-width: 991px) {
    .ar .stats-cmp.stats-cmp-MR .stats-cmp__top {
        font-size:4rem;
        line-height: 4.4rem
    }
}

.stats-cmp.stats-cmp-MR .stats-cmp__middle {
    line-height: 1.9rem
}

.ar .stats-cmp.stats-cmp-MR .stats-cmp__middle {
    font-size: 1.4rem;
    line-height: 2rem
}

@media only screen and (max-width: 991px) {
    .stats-cmp.stats-cmp-MR .stats-cmp__middle {
        line-height:1.8rem
    }

    .ar .stats-cmp.stats-cmp-MR .stats-cmp__middle {
        font-size: 1.3rem;
        line-height: 1.8rem
    }
}

.stats-cmp.stats-cmp-MR .stats-cmp__bottom {
    line-height: 2.4rem;
    margin-top: 1.5rem
}

@media only screen and (max-width: 991px) {
    .stats-cmp.stats-cmp-MR .stats-cmp__bottom {
        line-height:1.6rem
    }
}

.ar .stats-cmp__desc p {
  
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .ar .stats-cmp__desc p {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .stats-cmp__desc p {
        font-size:2.7rem;
        line-height: 5rem
    }
}

.ar .stats-cmp__midle-business {
  
    font-family: 400
}

@media only screen and (max-width: 991px) {
    .ar .stats-cmp__midle-business {
        line-height:1.4
    }
}

.response__hashtag {
 
    font-weight: 250;
    font-size: 12rem;
    line-height: 10rem;
    color: #00b1b0
}

@media only screen and (max-width: 991px) {
    .response__hashtag {
        font-size:4.4rem;
        line-height: 4rem;
        text-align: center
    }
}

.en .response__hashtag {
    letter-spacing: -.04rem
}

.ar .response__hashtag {
    
}

@media only screen and (max-width: 991px) {
    .ar .response__hashtag {
        line-height:1.4
    }
}

.ru .response__hashtag {
   
}

.response__content {
    padding-top: 3rem;
    font-weight: 300;
    font-size: 6.6rem;
    line-height: 7.3rem;
    color: #00b1b0;
    text-transform: capitalize
}

@media only screen and (max-width: 991px) {
    .response__content {
        padding-top:1.2rem;
        font-size: 2.4rem;
        line-height: 2.544rem;
        text-align: center
    }
}

.en .response__content {
    letter-spacing: -.2rem
}

.ar .response__content {
  
}

@media only screen and (max-width: 991px) {
    .ar .response__content {
        line-height:1.4
    }
}

.response__link {
    padding-top: 4rem
}

@media only screen and (max-width: 991px) {
    .response__link {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 3rem
    }
}

.response__link a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40rem;
    height: 9rem;
    font-weight: 300;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    text-decoration: none;
    color: #00b1b0;
    text-transform: capitalize;
    border-radius: 10rem;
    border: solid .1rem #00b1b0
}

@media only screen and (max-width: 991px) {
    .response__link a {
        width:32.9rem;
        height: 6.2rem
    }
}

.media-kit__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 991px) {
    .media-kit__inner {
        display:block
    }
}

.media-kit__item {
    position: relative;
    text-align: center;
    width: calc(50% - 4.5rem);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: linear-gradient(35.27deg,#115e67 12.1%,#00b2a9 92.07%);
    min-height: 50rem
}

@media only screen and (max-width: 991px) {
    .media-kit__item {
        width:100%;
        margin-bottom: 2rem
    }

    .media-kit__item:last-child {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 767px) {
    .media-kit__item {
        min-height:47.6rem
    }
}

@media only screen and (max-width: 575px) {
    .media-kit__item {
        min-height:32.9rem
    }
}

.media-kit__content {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    padding: 1.5rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

@media only screen and (max-width: 991px) {
    .media-kit__content {
        top:50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }
}

.media-kit__content a {
    color: #fff;
    text-decoration: none
}

.media-kit__content ul li {
    list-style: none
}

.media-kit__title {
    text-transform: uppercase;
    font-size: 6rem;
    line-height: 5.4rem;

    font-weight: 250;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial
}

.en .media-kit__title {
    letter-spacing: -1px
}

.ar .media-kit__title {
   
    line-height: 1.4
}

@media only screen and (max-width: 991px) {
    .ar .media-kit__title {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .media-kit__title {
        font-size:4.5rem
    }
}

.ru .media-kit__title {
   
}

@media only screen and (max-width: 991px) {
    .media-kit__title {
        font-size:2.8rem;
        line-height: 3.2rem;
        letter-spacing: 0
    }
}

.media-kit__title b,.media-kit__title strong {
   
    font-weight: 300
}

.ar .media-kit__title b,.ar .media-kit__title strong {
    
}

@media only screen and (max-width: 991px) {
    .ar .media-kit__title b,.ar .media-kit__title strong {
        line-height:1.4
    }
}

.ru .media-kit__title b,.ru .media-kit__title strong {
   
}

.media-kit__desc {
    max-width: 37.3rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin: 1rem auto 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: initial;
    max-height: 11.2rem
}

@media only screen and (max-width: 991px) {
    .media-kit__desc {
        font-size:1.4rem;
        margin-top: 1.2rem;
        line-height: 1.4
    }
}

.media-kit__cta {
    margin-top: 3rem
}

.media-kit__cta .cta-primary {
    min-width: 24rem
}

@media only screen and (max-width: 991px) {
    .media-kit__cta .cta-primary {
        min-width:25rem
    }
}

.ar .media-kit__cta .cta-primary {
    
}

.event-gallery__title {
    font-size: 13rem;
    text-transform: uppercase;
    line-height: 1;
    color: #000;
    
    font-weight: 400;
    margin-bottom: 9rem
}

.en .event-gallery__title {
    letter-spacing: -1px
}

.ar .event-gallery__title {
   
}

.ru .event-gallery__title {
    
}

@media only screen and (max-width: 991px) {
    .event-gallery__title {
        font-size:4.2rem;
        margin-bottom: 3.4rem
    }
}

.event-gallery__sub-title {

    display: inline-block
}

.ar .event-gallery__sub-title {
   
}

.ru .event-gallery__sub-title {
  
}

@media only screen and (max-width: 991px) {
    .event-gallery__sub-title {
        display:block
    }
}

.event-gallery__top {
    margin-bottom: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media only screen and (max-width: 991px) {
    .event-gallery__top {
        display:block;
        margin-bottom: 4.8rem
    }
}

.event-gallery__line {
    height: .5rem;
    background-color: #fdb913;
    margin-right: 5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(55% - 5rem);
    flex: 0 0 calc(55% - 5rem)
}

@media only screen and (max-width: 991px) {
    .event-gallery__line {
        width:100%;
        height: .2rem;
        background-color: #ffc72c;
        margin-right: 0;
        margin-bottom: 5.6rem
    }
}

.event-gallery__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%
}

@media only screen and (max-width: 991px) {
    .event-gallery__filter {
        display:block
    }
}

.event-gallery__inner {
    padding: 2rem 0
}

.event-gallery__load-more {
    margin: 2rem 0;
    text-align: center
}

.event-gallery__load-more .btn-load-more {
    min-width: 19.3rem
}

.event-gallery .event-filter__dropdown {
    margin-right: 4.6rem;
    width: 22rem
}

@media only screen and (max-width: 991px) {
    .event-gallery .event-filter__dropdown {
        margin-right:0;
        margin-bottom: 3rem;
        width: 100%
    }
}

.event-gallery .event-filter__date {
    width: 22rem;
    position: relative
}

@media only screen and (max-width: 991px) {
    .event-gallery .event-filter__date {
        width:100%
    }
}

.event-gallery .event-filter__date .icon-calendar {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #808991;
    font-size: 1.8rem
}

.event-gallery .event-filter__input {
    width: 100%;
    padding: 1rem 3rem 1rem 0;
    color: #808991;
    opacity: .8;
    font-size: 1.8rem;
    border: none;
    border-bottom: .1rem solid #818789
}

.event-gallery .event-filter__input:hover {
    cursor: pointer
}

.event-gallery .card-item {
    margin-bottom: 9rem
}

@media only screen and (max-width: 991px) {
    .event-gallery .card-item {
        margin-bottom:1.8rem
    }
}

.event-gallery .card-item__img {
    position: relative
}

.event-gallery .card-item__img img {
    width: 100%
}

.event-gallery .card-item__img .btn-play {
    position: absolute;
    bottom: 3rem;
    left: 2.8rem
}

@media only screen and (max-width: 991px) {
    .event-gallery .card-item__img .btn-play {
        width:5.6rem;
        height: 5.6rem
    }
}

.event-gallery .card-item__content {
    padding: 2.6rem 0 2rem
}

.event-gallery .card-item__content__top {
    display: block;
    margin-bottom: .6rem
}

@media only screen and (max-width: 991px) {
    .event-gallery .card-item__content__top {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 2.2rem
    }
}

.event-gallery .card-item__content__top .card-item__sub-title {
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #535556;
    opacity: .8;
    padding-left: 2rem;
    position: relative
}

@media only screen and (max-width: 991px) {
    .event-gallery .card-item__content__top .card-item__sub-title {
        -webkit-box-flex:0;
        -ms-flex: 0 0 calc(65% - 2rem);
        flex: 0 0 calc(65% - 2rem);
        margin-right: 2rem;
        margin-bottom: 0;
        padding-left: 0;
        font-size: 1.2rem;
        line-height: 1.6rem;
        text-transform: capitalize
    }
}

.en .event-gallery .card-item__content__top .card-item__sub-title {
    letter-spacing: .1rem
}

.event-gallery .card-item__content__top .card-item__sub-title::before {
    content: "";
    width: 1rem;
    height: .1rem;
    background-color: #535556;
    margin-right: 1rem;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%
}

@media only screen and (max-width: 991px) {
    .event-gallery .card-item__content__top .card-item__sub-title::before {
        display:none
    }
}

.event-gallery .card-item__content__top .card-item__btn {
    display: none
}

@media only screen and (max-width: 991px) {
    .event-gallery .card-item__content__top .card-item__btn {
        display:block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        margin-top: 0;
        margin-bottom: 0;
        text-align: right
    }
}

@media only screen and (max-width: 991px) {
    .event-gallery .card-item__content__top .card-item__btn .btn-calendar {
        padding:.5rem 1.2rem;
        line-height: 1.4;
        width: auto
    }
}

.event-gallery .card-item__body {
    margin-bottom: 1.5rem
}

@media only screen and (max-width: 991px) {
    .event-gallery .card-item__body {
        margin-bottom:3.6rem
    }
}

.event-gallery .card-item__title {
    color: #000;
    font-size: 3rem;
    margin-bottom: 3.8rem;
    line-height: 3.8rem
}

@media only screen and (max-width: 991px) {
    .event-gallery .card-item__title {
        font-size:1.8rem;
        line-height: 1.4;
        margin-bottom: 2.4rem
    }
}

.event-gallery .card-item__info {
    margin-bottom: 1.4rem;
    display: table
}

.event-gallery .card-item__info:last-child {
    margin-bottom: 0
}

.event-gallery .card-item__info__title,.event-gallery .card-item__info__value {
    font-size: 1.6rem;
    color: #000;
    opacity: .8;
    display: table-cell
}

@media only screen and (max-width: 991px) {
    .event-gallery .card-item__info__title,.event-gallery .card-item__info__value {
        font-size:1.4rem;
        line-height: 2rem;
        color: #535556;
        opacity: 1
    }
}

.event-gallery .card-item__info__title {
    text-transform: uppercase;
    width: 9.5rem;
    padding-right: 1rem
}

@media only screen and (max-width: 991px) {
    .event-gallery .card-item__info__title {
        width:6.5rem
    }
}

.event-gallery .card-item__link {
    margin-left: 9.5rem
}

@media only screen and (max-width: 991px) {
    .event-gallery .card-item__link {
        margin-left:6.5rem
    }
}

.event-gallery .card-item__link a {
  
    display: inline-block;
    color: #00b1b0;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none
}

.event-gallery .card-item__link a:hover {
    color: #535556
}

.ru .event-gallery .card-item__link a {

}

.event-gallery .card-item__btn {
    margin-top: 1.5rem
}

.event-gallery .card-item__btn .btn-calendar {
    width: 100%
}

.event-gallery .card-item__btn .icon-calendar {
    margin-right: 1rem;
    display: inline-block;
    font-size: 1rem
}

@media only screen and (max-width: 991px) {
    .event-gallery .card-item__btn {
        display:none
    }
}

.event-list__title {
    font-size: 6.6rem;
    line-height: 1.4;
    color: #000;
    display: inline-block;
    margin-bottom: 4.5rem
}

@media only screen and (max-width: 991px) {
    .event-list__title {
        font-size:2.6rem;
        line-height: 3rem;
        margin-bottom: 2rem
    }
}

.event-list__title::after {
    content: "";
    width: 17.8rem;
    height: .2rem;
    background-color: #fdb913;
    display: block;
    margin-top: 3.6rem
}

@media only screen and (max-width: 991px) {
    .event-list__title::after {
        width:8.2rem;
        margin-top: 2rem
    }
}

.event-list__content {
    margin: 2rem 0
}

.event-list .card-item {
    margin-bottom: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 991px) {
    .event-list .card-item {
        margin-bottom:3.8rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.event-list .card-item__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35.7rem;
    flex: 0 0 35.7rem;
    position: relative
}

@media only screen and (max-width: 991px) {
    .event-list .card-item__img {
        -ms-flex-preferred-size:auto;
        flex-basis: auto
    }
}

.event-list .card-item__img img {
    width: 100%;
    height: 35.7rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media only screen and (max-width: 991px) {
    .event-list .card-item__img img {
        height:auto;
        min-height: 32.9rem
    }
}

.event-list .card-item__img .btn-play {
    position: absolute;
    top: 27rem;
    left: 2.4rem
}

@media only screen and (max-width: 991px) {
    .event-list .card-item__img .btn-play {
        width:5.6rem;
        height: 5.6rem;
        top: unset;
        bottom: 2.6rem;
        left: 2.3rem
    }
}

.event-list .card-item__img .icon-play {
    font-size: 1.6rem
}

@media only screen and (max-width: 991px) {
    .event-list .card-item__img .icon-play {
        font-size:1.4rem
    }
}

.event-list .card-item__content {
    margin-left: 4.3rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 40rem);
    flex: 0 0 calc(100% - 40rem)
}

@media only screen and (max-width: 991px) {
    .event-list .card-item__content {
        margin-left:0
    }
}

.event-list .card-item__content__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: min(5.2rem,3.2vw)
}

@media only screen and (max-width: 991px) {
    .event-list .card-item__content__top {
        margin-top:2.5rem;
        margin-bottom: 2.5rem
    }
}

.event-list .card-item__content__top .card-item__sub-title {
    font-size: 1.4rem;
    line-height: 1.9rem;
    color: #535556;
    text-transform: uppercase;
    margin-right: 2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(62% - 2rem);
    flex: 0 0 calc(62% - 2rem)
}

.en .event-list .card-item__content__top .card-item__sub-title {
    letter-spacing: .1rem
}

@media only screen and (max-width: 991px) {
    .event-list .card-item__content__top .card-item__sub-title {
        font-size:1.2rem;
        line-height: 1.6rem;
        text-transform: capitalize
    }
}

.event-list .card-item__content__top .card-item__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    text-align: right
}

.event-list .card-item__content__top .card-item__btn .btn-blue--add {
    line-height: 1.2rem
}

.en .event-list .card-item__content__top .card-item__btn .btn-blue--add {
    letter-spacing: .2rem
}

.event-list .card-item__content__top .card-item__btn .btn-blue.btn-desktop {
    padding-left: 3.8rem;
    padding-right: 3.8rem
}

@media only screen and (max-width: 991px) {
    .event-list .card-item__content__top .card-item__btn .btn-blue.btn-desktop {
        display:none
    }
}

.event-list .card-item__content__top .card-item__btn .btn-blue.btn-mobile {
    padding: .9rem 1.3rem
}

@media only screen and (min-width: 992px) {
    .event-list .card-item__content__top .card-item__btn .btn-blue.btn-mobile {
        display:none
    }
}

.event-list .card-item__content__top .card-item__btn .btn-blue .icon-calendar {
    margin-right: .8rem;
    font-size: 1.3rem;
    display: inline-block
}

@media only screen and (max-width: 991px) {
    .event-list .card-item__content__top .card-item__btn .btn-blue .icon-calendar {
        font-size:1rem
    }
}

.event-list .card-item__title {
    font-size: 3.4rem;
    line-height: 4.2rem;
    color: #000;
    margin-bottom: min(7rem,4.5vw);
    display: block;
    text-decoration: none
}

@media only screen and (max-width: 991px) {
    .event-list .card-item__title {
        font-size:1.8rem;
        line-height: 2.4rem;
        margin-bottom: 2.5rem
    }
}

.event-list .card-item__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem
}

@media only screen and (max-width: 991px) {
    .event-list .card-item__body {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 4rem
    }
}

.event-list .card-item__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    margin-right: 3.5rem
}

@media only screen and (max-width: 991px) {
    .event-list .card-item__info {
        display:table;
        margin-right: 0;
        margin-bottom: 1.6rem
    }
}

.event-list .card-item__info:last-child {
    margin-right: 0
}

@media only screen and (max-width: 991px) {
    .event-list .card-item__info:last-child {
        margin-bottom:0
    }
}

.event-list .card-item__info__title,.event-list .card-item__info__value {
    display: block;
    color: #000;
    opacity: .8;
    font-size: 1.6rem
}

@media only screen and (max-width: 991px) {
    .event-list .card-item__info__title,.event-list .card-item__info__value {
        display:table-cell;
        font-size: 1.4rem;
        line-height: 2rem;
        color: #535556;
        opacity: 1
    }
}

.event-list .card-item__info__title {
    text-transform: uppercase;
    padding-right: 2rem;
    line-height: 1.9rem;
    width: 7rem;
    margin-bottom: .8rem
}

@media only screen and (max-width: 991px) {
    .event-list .card-item__info__title {
        line-height:2rem
    }
}

.event-list .card-item__info__value {
    line-height: 2.5rem
}

@media only screen and (max-width: 991px) {
    .event-list .card-item__info__value {
        line-height:2rem
    }
}

.event-list .card-item__link {
    display: none
}

@media only screen and (max-width: 991px) {
    .event-list .card-item__link {
        margin-left:7rem;
        display: block
    }
}

.event-list .card-item__link a {
    display: inline-block;
   
    color: #00b1b0;
    font-size: 1.4rem;
    line-height: 1.7rem;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none
}

.event-list .card-item__link a:active,.event-list .card-item__link a:hover {
    color: #00b1b0;
    opacity: .8
}

.ru .event-list .card-item__link a {
   
}

.event-list__load-all {
    margin: 4rem 0;
    text-align: center
}

.complex-description__title {
    position: relative;
    padding-bottom: 5rem
}

.en .complex-description__title {
    letter-spacing: -.02rem
}

.complex-description__title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 17.8rem;
    border-bottom: .3rem solid #fdb913;
    margin-top: 4.5rem
}

@media only screen and (max-width: 991px) {
    .complex-description__title:after {
        width:8.2rem;
        border-bottom-width: .2rem
    }
}

@media only screen and (max-width: 991px) {
    .complex-description__title {
        padding-bottom:2rem
    }
}

.complex-description__title h3 {
    font-size: 2.2rem;
    line-height: 3.2rem
}

@media only screen and (min-width: 992px) {
    .complex-description__title h3 {
        font-size:5.4rem;
        line-height: 6.5rem
    }
}

@media only screen and (min-width: 992px) {
    .ar .complex-description__title h3 {
        font-size:4.5rem;
        line-height: 5.5rem
    }
}

.complex-description .heading-3 {
    margin: 0
}

@media only screen and (max-width: 991px) {
    .complex-description .heading-3 {
        font-weight:300;
        font-size: 26px!important;
        line-height: 30px!important
    }
}

.complex-description__warning {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 400;
    color: #535556;
    margin-top: 2.8rem;
    max-width: 47.4rem
}

@media only screen and (max-width: 991px) {
    .complex-description__warning {
        font-weight:300;
        font-size: 1.2rem;
        line-height: 1.6rem
    }
}

@media only screen and (min-width: 992px) {
    .ar .complex-description__warning {
        font-size:1.8rem;
        line-height: 3.2rem;
        color: #414141
    }
}

.complex-description__summary {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    margin-top: 2.5rem;
    max-width: 76.7rem
}

@media only screen and (max-width: 991px) {
    .complex-description__summary {
        font-weight:300;
        font-size: 1.2rem;
        line-height: 2rem
    }
}

@media only screen and (min-width: 992px) {
    .ar .complex-description__summary {
        font-size:1.8rem;
        line-height: 3.2rem;
        color: #414141
    }
}

.complex-description__content {
    margin: 5.5rem 0;
    padding: 4.5rem 0 6.5rem;
    border-top: 2px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9
}

@media only screen and (max-width: 991px) {
    .complex-description__content {
        margin:2.8rem 0;
        padding: 4.5rem 0 3rem
    }
}

@media only screen and (max-width: 991px) {
    .complex-description__left {
        margin-bottom:5rem
    }
}

.complex-description__right {
    padding-left: 11.7rem
}

@media only screen and (max-width: 991px) {
    .complex-description__right {
        padding-left:2.2rem
    }
}

.complex-description__top {
    font-size: 2rem;
    line-height: 3rem
}

@media only screen and (max-width: 991px) {
    .complex-description__top {
        font-size:1.4rem;
        line-height: 2rem
    }
}

.complex-description__main {
    font-size: 10rem;
    line-height: 12rem;
    font-weight: 400;
    color: #00b1b0;
    word-break: break-word;
    
}

@media only screen and (max-width: 991px) {
    .complex-description__main {
        font-weight:250;
        font-size: 5.5rem;
        line-height: 6.6rem
    }
}

.ru .complex-description__main {
  
}

.complex-description__desc {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #535556;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .complex-description__desc {
        font-weight:300;
        font-size: 1.2rem;
        line-height: 1.6rem
    }
}

.history-timeline {
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    overflow: hidden
}

.history-timeline__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: min(96.5rem,60vw);
    margin: 0 auto
}

@media only screen and (max-width: 991px) {
    .history-timeline__wrapper {
        width:calc(100% - 2.8rem)
    }
}

.history-timeline__number-slider {
    width: calc(100% - 5rem);
    padding: 0 5rem;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.history-timeline__number-slider .swiper-button-disabled {
    display: none
}

@media only screen and (max-width: 991px) {
    .history-timeline__number-slider {
        width:100%
    }
}

.history-timeline__number-slider .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.history-timeline__number-slider .swiper-slide {
    text-align: center
}

.history-timeline__number-slider .swiper-button-next,.history-timeline__number-slider .swiper-button-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #00b1b0;
    border-radius: 50%;
    width: 3.3rem;
    height: 3.3rem;
    opacity: 1;
    cursor: pointer;
    -webkit-box-shadow: 0 15px 10px -8px rgba(2,2,2,.6);
    box-shadow: 0 15px 10px -8px rgba(2,2,2,.6)
}

.history-timeline__number-slider .swiper-button-next:before,.history-timeline__number-slider .swiper-button-prev:before {
   
    font-size: 1rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.history-timeline__number-slider .swiper-button-prev {
    left: 0
}

.history-timeline__number-slider .swiper-button-prev:before {
    content: "\e90a"
}

.ar .history-timeline__number-slider .swiper-button-prev:before {
    content: "\e909"
}

.history-timeline__number-slider .swiper-button-next {
    right: 0
}

.history-timeline__number-slider .swiper-button-next:before {
    content: "\e909"
}

.ar .history-timeline__number-slider .swiper-button-next:before {
    content: "\e90a"
}

.history-timeline__calendar {
    margin-left: 2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 2
}

@media only screen and (max-width: 991px) {
    .history-timeline__calendar {
        display:none
    }
}

.history-timeline__calendar.\--active .history-timeline__calendarDropdown {
    display: block
}

.history-timeline__calendarToggle {
    width: 3.3rem;
    height: 3.3rem;
    background-color: #00b1b0;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    font-size: 1.2rem;
    cursor: pointer;
    -webkit-box-shadow: 0 15px 10px -8px rgba(2,2,2,.6);
    box-shadow: 0 15px 10px -8px rgba(2,2,2,.6)
}

.history-timeline__calendarToggle::before {
    content: "\e908";
   
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.history-timeline__calendarDropdown {
    display: none;
    position: absolute;
    top: 2.8rem;
    left: 3.8rem;
    z-index: 2;
    -webkit-box-shadow: 0 45px 25px -30px rgba(2,2,2,.6);
    box-shadow: 0 45px 25px -30px rgba(2,2,2,.6)
}

.history-timeline__calendarDropdown input {
    display: none
}

.history-timeline__calendarDropdown .yearpicker-next.disabled,.history-timeline__calendarDropdown .yearpicker-prev.disabled {
    cursor: default;
    opacity: .5
}

.history-timeline__calendarDropdown .yearpicker-next.disabled:hover,.history-timeline__calendarDropdown .yearpicker-prev.disabled:hover {
    color: #fff
}

.history-timeline__gallery-slider {
    position: relative
}

.history-timeline__gallery-slider:before {
    content: "";
    position: absolute;
    top: 25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    width: 100vw;
    background-color: #000
}

@media only screen and (max-width: 991px) {
    .history-timeline__gallery-slider:before {
        top:25rem
    }
}

@media only screen and (max-width: 767px) {
    .history-timeline__gallery-slider:before {
        top:10rem
    }
}

.history-timeline__gallery-slider .swiper-slide {
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 54.3%;
    height: auto;
    -webkit-transform-origin: 50% 22rem;
    transform-origin: 50% 22rem
}

@media only screen and (max-width: 991px) {
    .history-timeline__gallery-slider .swiper-slide {
        width:90%;
        -webkit-transform-origin: 50% 10rem;
        transform-origin: 50% 10rem
    }
}

.history-timeline__gallery-slider .swiper-scrollbar {
    background-color: #a4a4a4!important
}

@media only screen and (max-width: 991px) {
    .history-timeline__gallery-slider .swiper-scrollbar {
        width:calc(100% - 44px);
        left: 2.2rem!important;
        max-width: 100%
    }
}

.ar .history-timeline__gallery-slider .swiper-scrollbar {
    direction: ltr
}

.history-timeline__gallery-slider .hidden-scroll .swiper-scrollbar {
    display: none
}

.history-timeline__gallery-slider .swiper-container {
    padding-bottom: 6rem
}

.ar .history-timeline__gallery-slider .swiper-container {
    direction: rtl
}

.ar .history-timeline__gallery-slider .swiper-wrapper {
    direction: ltr
}

.history-timeline__selector {
    text-align: center;
    width: 18.8rem;
    margin: 0 auto 3.7rem
}

@media only screen and (max-width: 991px) {
    .history-timeline__selector {
        width:16rem
    }
}

.history-timeline__selector .selector__year {
    font-size: 4rem;
    line-height: 1.4;
    margin: 4.4rem 0 1.4rem;
    font-weight: 400;
   
}

@media only screen and (max-width: 991px) {
    .history-timeline__selector .selector__year {
        font-size:3rem;
        font-weight: 250;
        line-height: 1.4;
        margin: 5.2rem 0 1.8rem
    }

    .ar .history-timeline__selector .selector__year {
        line-height: 1.4
    }
}

.ar .history-timeline__selector .selector__year {
    font-weight: 250
}

.ru .history-timeline__selector .selector__year {

}

.history-timeline__selector .selector__month .select2-selection {
    background-color: #00b2a9;
    border: none;
    color: #fff;
    border-radius: 3.5rem;
    height: 5.7rem;
    -webkit-box-shadow: 0 21px 15px -15px rgba(2,2,2,.6);
    box-shadow: 0 21px 15px -15px rgba(2,2,2,.6)
}

@media only screen and (max-width: 991px) {
    .history-timeline__selector .selector__month .select2-selection {
        height:4.5rem
    }
}

.ar .history-timeline__selector .selector__month .select2-selection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.history-timeline__selector .selector__month .select2-selection__rendered {
    line-height: 1.4;
    padding: 1.8rem 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5rem
}

.en .history-timeline__selector .selector__month .select2-selection__rendered {
    letter-spacing: .2rem
}

@media only screen and (max-width: 991px) {
    .history-timeline__selector .selector__month .select2-selection__rendered {
        font-size:1.4rem;
        padding: 1.2rem 0;
        margin-right: 1rem
    }
}

.ar .history-timeline__selector .selector__month .select2-selection__rendered {
    font-size: 1.7rem;
    padding: 1.7rem 0
}

@media only screen and (max-width: 991px) {
    .ar .history-timeline__selector .selector__month .select2-selection__rendered {
        font-size:2rem;
        padding: .8rem 0;
        line-height: 1.4;
        margin-right: 2.5rem
    }
}

.history-timeline__selector .selector__month .select2-selection__arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2.5rem
}

.ar .history-timeline__selector .selector__month .select2-selection__arrow {
    right: 2rem!important
}

.history-timeline__selector .selector__month .select2-selection__arrow b {
    border: solid #fff;
    padding: .2rem;
    border-width: 0 1px 1px 0;
    top: 42%;
    left: 51%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media only screen and (max-width: 991px) {
    .history-timeline__selector .selector__month .select2-selection__arrow b {
        left:unset;
        right: 1%
    }
}

.history-timeline__selector .selector__month .select2-container--open .select2-selection__arrow b {
    border-width: 0 1px 1px 0;
    border-color: transparent #fff #fff transparent;
    top: 48%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.history-timeline__selector .selector__month .select2-container--open .select2-selection {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem
}

.history-timeline__selector__month-options {
    border-bottom-left-radius: 1.4rem;
    border-bottom-right-radius: 1.4rem;
    border: none;
    background-color: #00b2a9;
    top: -2px
}

.history-timeline__selector__month-options ul {
    color: #fff;
    border-bottom-left-radius: 1.4rem;
    border-bottom-right-radius: 1.4rem
}

.history-timeline__selector__month-options li {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5rem!important
}

.en .history-timeline__selector__month-options li {
    letter-spacing: 2px
}

.history-timeline__date {
    position: absolute;
    bottom: 100%;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
}

@media only screen and (max-width: 991px) {
    .history-timeline__date {
        -webkit-transform:scale(1.5);
        transform: scale(1.5);
        display: none
    }
}

.swiper-slide-active .history-timeline__date {
    opacity: 0
}

.history-timeline__date__year {
    font-size: 4rem;
    line-height: 3.2rem;
    
    font-weight: 400
}

.ar .history-timeline__date__year {
    font-weight: 250
}

@media only screen and (max-width: 991px) {
    .ar .history-timeline__date__year {
        line-height:1.4
    }
}

.ru .history-timeline__date__year {
 
}

.history-timeline__date__month {
    font-size: 1.8rem;
    line-height: 3.2rem;
    font-weight: 400;
    text-transform: uppercase
}

.history-timeline__info .history-timeline__image-box {
    max-width: 71.2rem;
    margin: 0 auto
}

.history-timeline__info.\--no-img {
    position: relative
}

.history-timeline__image-box img {
    -webkit-box-shadow: 0 45px 52px -52px rgba(2,2,2,.6);
    box-shadow: 0 45px 52px -52px rgba(2,2,2,.6);
    width: 100%
}

.history-timeline__desc {
    font-size: 2rem;
    line-height: 3rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    overflow: hidden;
    margin: 6.5rem 0 0
}

@media only screen and (max-width: 991px) {
    .history-timeline__desc {
        line-height:2.8rem
    }
}

.ar .history-timeline__desc {
    font-weight: 500;
    line-height: 3.4rem
}

@media only screen and (max-width: 991px) {
    .ar .history-timeline__desc {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .history-timeline__desc {
        font-size:1.7rem;
        line-height: 3.2rem
    }
}

.swiper-slide-active .history-timeline__desc {
    opacity: 1
}

.\--no-img .history-timeline__desc {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 57.7rem;
    width: calc(100% - 5rem);
    height: auto;
    color: #fff;
    font-size: 2.6rem;
    line-height: 3.2rem;
    opacity: 1;
    margin: 0;
    max-height: 100%;
    overflow: auto;
    padding: 5rem 0
}

@media only screen and (max-width: 1279px) {
    .\--no-img .history-timeline__desc {
        font-size:1.4rem;
        line-height: 1.6rem
    }
}

@media only screen and (max-width: 991px) {
    .history-timeline__desc {
        top:calc(100% + 4rem);
        margin: 4rem 0
    }
}

.history-timeline__year {
    font-size: 3rem;
    line-height: 4.6rem;
    cursor: pointer;
    font-weight: 250;
  
    display: inline-block;
    -webkit-transition: border .3s;
    transition: border .3s;
    border-bottom: 1px solid transparent
}

.ar .history-timeline__year {
    letter-spacing: 0
}

@media only screen and (max-width: 991px) {
    .ar .history-timeline__year {
        line-height:1.4
    }
}

.ru .history-timeline__year {
    
}

@media only screen and (max-width: 991px) {
    .ru .history-timeline__year {
      
    }
}

.history-timeline__year.active {
    font-weight: 400;
    border-bottom: 1px solid #000;
    
}

@media only screen and (max-width: 991px) {
    .history-timeline__year.active {
        font-size:2.4rem;
        font-weight: 400;
      
        border-bottom: 2px solid #000;
        color: #000
    }
}

.ar .history-timeline__year.active {
    font-weight: 300
}

.ru .history-timeline__year.active {
   
}

@media only screen and (max-width: 991px) {
    .ru .history-timeline__year.active {
      
    }
}

@media only screen and (max-width: 991px) {
    .history-timeline__year {
        font-size:2rem;
       
        letter-spacing: -.04rem;
        font-weight: 300;
        color: #535556;
        padding-bottom: .8rem
    }
}

.history-timeline__yearPicker .yearpicker-container {
    width: 18.8rem;
    padding: 1rem 0;
    margin: 0;
    background-color: #00b2a9;
    border: none;
    border-radius: 1.1rem;
    color: #fff;
    position: static
}

.history-timeline__yearPicker .yearpicker-year {
    margin: 0;
    padding: 0
}

.history-timeline__yearPicker .yearpicker-header {
    border: none;
    margin-bottom: 1.5rem
}

.history-timeline__yearPicker .yearpicker-current {
    font-size: 1.5rem;
    line-height: 3.2rem
}

.ar .history-timeline__yearPicker .yearpicker-current {

    font-weight: 300;
    letter-spacing: .2rem
}

@media only screen and (max-width: 991px) {
    .ar .history-timeline__yearPicker .yearpicker-current {
        line-height:1.4
    }
}

.history-timeline__yearPicker .yearpicker-items {
    padding: 1rem 1.2rem;
    font-size: 1.2rem;
    line-height: 1.2rem
}

.history-timeline__yearPicker .yearpicker-items.selected,.history-timeline__yearPicker .yearpicker-items:hover {
    color: #fff;
    font-weight: 700;
    background-color: transparent
}

.ar .history-timeline__yearPicker .yearpicker-items {
 
    font-weight: 300
}

@media only screen and (max-width: 991px) {
    .ar .history-timeline__yearPicker .yearpicker-items {
        line-height:1.4
    }
}

@media only screen and (min-width: 992px) {
    .ar .history-timeline__yearPicker .yearpicker-items {
        letter-spacing:.1rem
    }
}

.history-timeline__title {
    font-size: 6.6rem;
    line-height: 7.7rem;
    letter-spacing: -.3rem;
    text-align: left;
    position: relative;
    padding-bottom: 4.5rem;
    margin-bottom: 4.5rem
}

.history-timeline__title:after {
    content: "";
    border-bottom: 2px solid #fdb913;
    width: 17.8rem;
    bottom: 0;
    left: 0;
    position: absolute
}

@media only screen and (max-width: 991px) {
    .history-timeline__title {
        font-size:2.6rem;
        line-height: 3rem;
        letter-spacing: -.05rem;
        margin-right: calc(var(--bs-gutter-x) * .5);
        margin-left: calc(var(--bs-gutter-x) * .5);
        margin-bottom: 3.8rem;
        padding-bottom: 2rem
    }
}

.history-timeline__summary {
    font-size: 1.8rem;
    line-height: 2.8rem;
    text-align: left;
    margin-bottom: 8.7rem
}

@media only screen and (min-width: 992px) {
    .history-timeline__summary {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .history-timeline__summary .txt {
        width: 70%
    }
}

@media only screen and (max-width: 991px) {
    .history-timeline__summary {
        font-size:1.4rem;
        line-height: 2rem;
        margin-right: calc(var(--bs-gutter-x) * .5);
        margin-left: calc(var(--bs-gutter-x) * .5);
        margin-bottom: 4.8rem
    }

    .history-timeline__summary .cta-primary {
        width: 100%;
        margin-top: 1.4rem
    }
}

.history-timeline__detail {
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 991px) {
    .history-timeline__detail {
        font-size:1.2rem;
        line-height: 1.6rem
    }
}

.history-timeline__location {
    max-width: 50%;
    padding-right: 2.5rem
}

.history-timeline__location:before {
    content: "";
    display: inline-block;
    width: 1.6rem;
    height: 2rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyMCAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTkuNzAzMTUgMTIuOTkzOUMxMC4zNzAyIDEyLjk5MzkgMTAuOTQwMyAxMi43NTEzIDExLjQxMzMgMTIuMjc4M0MxMS44ODY0IDExLjgwNTMgMTIuMTI4OSAxMS4yMzUyIDEyLjEyODkgMTAuNTY4MUMxMi4xMjg5IDkuOTAxMDUgMTEuODg2NCA5LjMzMDk5IDExLjQxMzMgOC44NTc5NkMxMC45NDAzIDguMzg0OTMgMTAuMzcwMiA4LjE0MjM1IDkuNzAzMTUgOC4xNDIzNUM5LjAzNjA2IDguMTQyMzUgOC40NjYgOC4zODQ5MyA3Ljk5Mjk3IDguODU3OTZDNy41MTk5NCA5LjMzMDk5IDcuMjc3MzYgOS45MDEwNSA3LjI3NzM2IDEwLjU2ODFDNy4yNzczNiAxMS4yMzUyIDcuNTE5OTQgMTEuODA1MyA3Ljk5Mjk3IDEyLjI3ODNDOC40NjYgMTIuNzUxMyA5LjAzNjA2IDEyLjk5MzkgOS43MDMxNSAxMi45OTM5Wk05LjcwMzE1IDIxLjkwODdDMTIuMTY1MyAxOS42NDA2IDEzLjk5NjggMTcuNTkwOCAxNS4xOTc2IDE1LjczNTFDMTYuMzk4MyAxMy44NzkzIDE2Ljk5MjYgMTIuMjQxOSAxNi45OTI2IDEwLjgxMDdDMTYuOTkyNiA4LjYwMzI1IDE2LjI4OTIgNi44MDgxNyAxNC44ODIyIDUuNDAxMjFDMTMuNDc1MiAzLjk5NDI2IDExLjc1MjkgMy4yOTA3OCA5LjcxNTI4IDMuMjkwNzhDNy42Nzc2MiAzLjI5MDc4IDUuOTU1MzEgMy45OTQyNiA0LjU0ODM1IDUuNDAxMjFDMy4xNDEzOSA2LjgwODE3IDIuNDM3OTIgOC42MTUzOCAyLjQzNzkyIDEwLjgxMDdDMi40Mzc5MiAxMi4yNDE5IDMuMDMyMjMgMTMuODkxNSA0LjIzMyAxNS43MzUxQzUuNDMzNzYgMTcuNTc4NyA3LjI1MzEgMTkuNjQwNiA5LjcyNzQxIDIxLjkwODdIOS43MDMxNVpNOS43MDMxNSAyNS4xMjI5QzYuNDUyNTkgMjIuMzU3NSA0LjAxNDY4IDE5Ljc4NjEgMi40MTM2NiAxNy40MDg5QzAuODEyNjM5IDE1LjAzMTYgMCAxMi44MzYzIDAgMTAuODEwN0MwIDcuNzc4NDggMC45NzAzMTUgNS4zNjQ4MyAyLjkyMzA3IDMuNTY5NzRDNC44NzU4MyAxLjc2MjUzIDcuMTMxODEgMC44NjQ5OSA5LjcwMzE1IDAuODY0OTlDMTIuMjc0NSAwLjg2NDk5IDE0LjUzMDUgMS43NjI1MyAxNi40ODMyIDMuNTY5NzRDMTguNDM2IDUuMzc2OTUgMTkuNDA2MyA3Ljc5MDYxIDE5LjQwNjMgMTAuODIyOEMxOS40MDYzIDEyLjg0ODQgMTguNjA1OCAxNS4wNDM3IDE2Ljk5MjYgMTcuNDIxQzE1LjM3OTUgMTkuNzk4MyAxMi45NTM3IDIyLjM2OTYgOS43MDMxNSAyNS4xMzVWMjUuMTIyOVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 1rem;
    position: relative;
    top: .2rem;
    left: 0;
    -webkit-filter: invert(1);
    filter: invert(1)
}

.\--no-img .history-timeline__location:before {
    -webkit-filter: invert(0);
    filter: invert(0)
}

@media only screen and (max-width: 991px) {
    .history-timeline__location:before {
        width:1.2rem;
        height: 1.5rem
    }
}

.history-timeline__time {
    max-width: 50%;
    padding-left: 2.5rem;
    border-left: 1px solid #a1a1a1
}

.history-timeline__time:before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTEzLjgwMDIgMTQuNzFMMTUuMjAwMiAxMy4zMUwxMS41MDAyIDkuNjA5OTlWNS4wMDk5OUg5LjUwMDIzVjEwLjQxTDEzLjgwMDIgMTQuNzFaTTEwLjUwMDIgMjAuMDFDOS4xMjAyMyAyMC4wMSA3LjgyMDIzIDE5Ljc1IDYuNjAwMjMgMTkuMjJDNS4zODAyMyAxOC42OSA0LjMyMDIzIDE3Ljk4IDMuNDIwMjMgMTcuMDhDMi41MjAyMyAxNi4xOCAxLjgxMDIzIDE1LjEyIDEuMjgwMjMgMTMuOUMwLjc1MDIzNCAxMi42OCAwLjQ5MDIzNCAxMS4zOCAwLjQ5MDIzNCA5Ljk5OTk5QzAuNDkwMjM0IDguNjE5OTkgMC43NTAyMzQgNy4zMTk5OSAxLjI4MDIzIDYuMDk5OTlDMS44MTAyMyA0Ljg3OTk5IDIuNTIwMjMgMy44MTk5OSAzLjQyMDIzIDIuOTE5OTlDNC4zMjAyMyAyLjAxOTk5IDUuMzgwMjMgMS4zMDk5OSA2LjYwMDIzIDAuNzc5OTlDNy44MjAyMyAwLjI0OTk5IDkuMTIwMjMgLTAuMDEwMDA5OCAxMC41MDAyIC0wLjAxMDAwOThDMTEuODgwMiAtMC4wMTAwMDk4IDEzLjE4MDIgMC4yNDk5OSAxNC40MDAyIDAuNzc5OTlDMTUuNjIwMiAxLjMwOTk5IDE2LjY4MDIgMi4wMTk5OSAxNy41ODAyIDIuOTE5OTlDMTguNDgwMiAzLjgxOTk5IDE5LjE5MDIgNC44Nzk5OSAxOS43MjAyIDYuMDk5OTlDMjAuMjUwMiA3LjMxOTk5IDIwLjUxMDIgOC42MTk5OSAyMC41MTAyIDkuOTk5OTlDMjAuNTEwMiAxMS4zOCAyMC4yNTAyIDEyLjY4IDE5LjcyMDIgMTMuOUMxOS4xOTAyIDE1LjEyIDE4LjQ4MDIgMTYuMTggMTcuNTgwMiAxNy4wOEMxNi42ODAyIDE3Ljk4IDE1LjYyMDIgMTguNjkgMTQuNDAwMiAxOS4yMkMxMy4xODAyIDE5Ljc1IDExLjg4MDIgMjAuMDEgMTAuNTAwMiAyMC4wMVpNMTAuNTAwMiAxOC4wMUMxMi43MjAyIDE4LjAxIDE0LjYwMDIgMTcuMjMgMTYuMTYwMiAxNS42N0MxNy43MjAyIDE0LjExIDE4LjUwMDIgMTIuMjIgMTguNTAwMiAxMC4wMUMxOC41MDAyIDcuNzk5OTkgMTcuNzIwMiA1LjkwOTk5IDE2LjE2MDIgNC4zNDk5OUMxNC42MDAyIDIuNzg5OTkgMTIuNzEwMiAyLjAwOTk5IDEwLjUwMDIgMi4wMDk5OUM4LjI5MDIzIDIuMDA5OTkgNi40MDAyMyAyLjc4OTk5IDQuODQwMjMgNC4zNDk5OUMzLjI4MDIzIDUuOTA5OTkgMi41MDAyMyA3Ljc5OTk5IDIuNTAwMjMgMTAuMDFDMi41MDAyMyAxMi4yMiAzLjI4MDIzIDE0LjExIDQuODQwMjMgMTUuNjdDNi40MDAyMyAxNy4yMyA4LjI5MDIzIDE4LjAxIDEwLjUwMDIgMTguMDFaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 1rem;
    position: relative;
    top: .2rem;
    left: 0
}

.\--no-img .history-timeline__time:before {
    -webkit-filter: invert(1);
    filter: invert(1)
}

@media only screen and (max-width: 991px) {
    .history-timeline__time:before {
        width:1.4rem;
        height: 1.4rem
    }
}

.history-timeline__modal {
    text-align: left
}

.history-timeline__modal-title {
    font-size: 3.4rem;
    line-height: 4.2rem;
    letter-spacing: -.06rem;
    margin-bottom: 4rem;
    padding-bottom: 2rem;
    position: relative
}

.history-timeline__modal-title:after {
    content: "";
    border-bottom: 2px solid #fdb913;
    width: 8.2rem;
    bottom: 0;
    left: 0;
    position: absolute
}

.ar .history-timeline__modal-title {
    font-size: 4.2rem;
    line-height: 6.2rem;
    letter-spacing: 0
}

@media only screen and (max-width: 991px) {
    .history-timeline__modal-title {
        font-size:2.6rem;
        line-height: 3rem;
        letter-spacing: -.05rem
    }

    .ar .history-timeline__modal-title {
        font-size: 2rem;
        line-height: 3rem
    }
}

.history-timeline__modal-content {
    color: #2c2f32;
  
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 400;
    max-height: 45vh;
    overflow-y: auto;
    padding-right: 1rem
}

.history-timeline__modal-content::-webkit-scrollbar {
    width: .6rem;
    background: #c3c4c5;
    border-radius: .5rem
}

.history-timeline__modal-content::-webkit-scrollbar-track {
    background: 0 0
}

.history-timeline__modal-content::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: .5rem
}

.ar .history-timeline__modal-content {
    
}

@media only screen and (min-width: 992px) {
    .ar .history-timeline__modal-content {
        font-size:2rem;
        line-height: 4rem
    }
}

.history-timeline__modal-content p {
    opacity: .8
}

.history-timeline__modal-content p+p {
    margin-top: 2.2rem
}

@media only screen and (max-width: 991px) {
    .history-timeline__modal-content p+p {
        margin-top:2.4rem
    }

    .ar .history-timeline__modal-content p+p {
        margin-top: 1.6rem
    }
}

.history-timeline__modal-content p+ul {
    margin-top: 1rem;
    margin-bottom: 2.2rem
}

.history-timeline__modal-content b,.history-timeline__modal-content strong {
    color: #000;
    opacity: 1;
    display: inline-block
}

.history-timeline__modal-content ul {
    opacity: .8;
    margin-left: 2rem
}

@media only screen and (max-width: 991px) {
    .history-timeline__modal-content {
        font-size:1.6rem;
        max-height: 53vh
    }
}

.history-timeline__modal .modal-custom-content {
    width: 50%;
    max-height: 85vh;
    height: auto;
    border-radius: 1.8rem;
    padding: 8.5rem 5.6rem 5.6rem
}

@media only screen and (max-width: 991px) {
    .history-timeline__modal .modal-custom-content {
        width:90%;
        padding: 6.4rem 2.4rem 3.6rem
    }
}

.history-timeline__modal .modal-custom-close {
    font-size: 2rem;
    top: 4rem
}

@media only screen and (max-width: 991px) {
    .history-timeline__modal .modal-custom-close {
        top:3.3rem;
        right: 2.5rem
    }
}

.history-timeline__modal .cta-primary {
    min-width: 25rem
}

@media only screen and (max-width: 991px) {
    .history-timeline__modal .cta-primary {
        width:100%
    }
}

@media only screen and (max-width: 991px) {
    .history-timeline .container {
        padding:0;
        max-width: 100%
    }
}

.history-timeline.background {
    padding: 10rem 0 19.6rem
}

@media only screen and (max-width: 991px) {
    .history-timeline.background {
        padding:5.5rem 0 9.7rem
    }
}

.history-timeline.\--event-timeline.background {
    padding-bottom: 9.3rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

@media only screen and (max-width: 991px) {
    .history-timeline.\--event-timeline.background {
        padding-bottom:5rem
    }
}

.history-timeline.\--event-timeline .history-timeline__date {
    opacity: 1;
    display: block;
    width: 55%;
    overflow: hidden;
    text-align: left
}

.history-timeline.\--event-timeline .history-timeline__date__month {
    text-align: left
}

.history-timeline.\--event-timeline .history-timeline__date__year {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 3.2rem
}

.ar .history-timeline.\--event-timeline .history-timeline__date__year {
    
    font-weight: 300
}

@media only screen and (min-width: 992px) {
    .history-timeline.\--event-timeline .history-timeline__gallery-slider:before {
        display:none
    }
}

@media only screen and (max-width: 991px) {
    .history-timeline.\--event-timeline .history-timeline__gallery-slider .swiper-container {
        padding-bottom:3.6rem
    }

    .history-timeline.\--event-timeline .history-timeline__gallery-slider .swiper-slide {
        width: 83%
    }

    .history-timeline.\--event-timeline .history-timeline__gallery-slider .swiper-slide.swiper-slide-prev {
        -webkit-transform-origin: 95% 40rem;
        transform-origin: 95% 40rem
    }

    .history-timeline.\--event-timeline .history-timeline__gallery-slider .swiper-slide.swiper-slide-next {
        -webkit-transform-origin: 5% 40rem;
        transform-origin: 5% 40rem
    }
}

.history-timeline.\--event-timeline .history-timeline__number-slider {
    padding: 0 4rem
}

.ar .history-timeline.\--event-timeline .history-timeline__desc {
    font-size: 2rem;
    line-height: 4rem
}

@media only screen and (max-width: 991px) {
    .ar .history-timeline.\--event-timeline .history-timeline__desc {
        font-size:1.4rem;
        line-height: 2.6rem
    }
}

@media only screen and (min-width: 992px) {
    .history-timeline.\--event-timeline .history-timeline__year {
        font-weight:600
    }

    .history-timeline.\--event-timeline .history-timeline__year.active {
        font-weight: 800
    }
}

.history-timeline.\--event-timeline .swiper-slide-active .history-timeline__date {
    position: static;
    width: 100%;
    text-align: center;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.history-timeline.\--event-timeline .swiper-slide-active .history-timeline__date__month {
    display: none
}

@media only screen and (min-width: 992px) {
    .history-timeline.\--event-timeline .swiper-slide-active .history-timeline__date__year {
        font-size:4rem;
        line-height: 5.6rem
    }
}

@media only screen and (max-width: 991px) {
    .history-timeline.\--event-timeline .swiper-slide-active .history-timeline__date__year {
        display:block
    }
}

.history-timeline.\--event-timeline .swiper-slide-active .history-timeline__info {
    padding-top: 2.5rem
}

@media only screen and (max-width: 991px) {
    .history-timeline.\--event-timeline .swiper-slide-active .history-timeline__image-box {
        padding:0 2.9rem
    }
}

.history-timeline.\--event-timeline .cta-primary {
    margin-top: 1.5rem
}

.history-timeline.\--event-timeline .swiper-scrollbar-drag {
    background-color: #000
}

@media only screen and (max-width: 991px) {
    .history-timeline.\--event-timeline .history-timeline__date__year {
        font-size:3rem;
        line-height: 3rem
    }

    .history-timeline.\--event-timeline .history-timeline__date__month,.history-timeline.\--event-timeline .history-timeline__date__year {
        display: none
    }

    .history-timeline.\--event-timeline .history-timeline__desc {
        font-size: 1.4rem;
        line-height: 2.3rem;
        margin-top: 9.5rem;
        margin-bottom: 0
    }

    .history-timeline.\--event-timeline .cta-primary {
        min-width: 25rem
    }

    .history-timeline.\--event-timeline .history-timeline__gallery-slider:before {
        top: 25rem
    }
}

.press-release__wrapper {
    border-bottom: 5px solid #fdb913;
    padding-bottom: 8rem;
    -webkit-box-shadow: 0 8px 4px -5px rgba(0,0,0,.25);
    box-shadow: 0 8px 4px -5px rgba(0,0,0,.25)
}

.press-release__description {
    font-weight: 300;
    font-size: 2rem;
    line-height: 30px;
    color: #484848
}

@media only screen and (max-width: 991px) {
    .press-release__description {
        font-size:1.4rem;
        line-height: 2rem
    }
}

.ar .press-release__description {
    color: #414141
}

@media only screen and (min-width: 992px) {
    .ar .press-release__description {
        font-size:1.8rem;
        line-height: 3.2rem
    }
}

.press-release__img {
    border: solid .1rem #d1d1d1;
    width: 432px;
    float: right;
    margin: 0 0 2rem 2rem
}

.press-release__img img {
    width: 100%
}

@media only screen and (max-width: 991px) {
    .press-release__img {
        width:100%;
        margin: 0 auto 1rem auto;
        float: none
    }
}

.press-release.\--no-bottom-line .press-release__wrapper {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 0
}

.line-break--grey {
    position: relative;
    height: .1rem
}

.line-break--grey::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #d1d1d1;
    height: .1rem
}

.line-break.\--black .line-break--grey::after {
    background-color: #1a1a1a
}

.line-break.\--orange .line-break--grey::after {
    background-color: #fdb913
}

.focus {
    padding: 12.5rem 0 13.6rem
}

@media only screen and (max-width: 991px) {
    .focus {
        padding:3.4rem 0 4.6rem
    }
}

.focus__title {
    position: relative;
    padding-bottom: 4.5rem
}

@media only screen and (max-width: 991px) {
    .focus__title {
        padding-bottom:2rem
    }
}

.focus__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: .2rem;
    width: 17.8rem;
    background-color: #fdb913
}

@media only screen and (max-width: 991px) {
    .focus__title::after {
        width:8.2rem
    }
}

.focus__desc {
    padding-top: 5.3rem
}

@media only screen and (max-width: 991px) {
    .focus__desc {
        padding-top:3rem
    }
}

.focus__list {
    padding-top: 5.2rem
}

@media only screen and (max-width: 991px) {
    .focus .col-lg-3:not(:last-child) .focus__item {
        margin-bottom:4.7rem
    }
}

.focus__item {
    background: #fff;
    padding: 3.4rem 3.1rem
}

.focus__item__title {
    position: relative;
    padding-bottom: 1.7rem;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: .08rem
}

.focus__item__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3.2rem;
    height: .1rem;
    background-color: #00b1b0
}

.focus__item__icon {
    text-align: right
}

.career {
    padding: 12.2rem 0 10.8rem
}

@media only screen and (max-width: 991px) {
    .career {
        padding:3.4rem 0 4.6rem
    }
}

@media only screen and (max-width: 991px) {
    .career__content {
        padding-bottom:3rem
    }
}

.career__title {
    position: relative;
    padding-bottom: 4.5rem;
    margin-bottom: 5rem
}

@media only screen and (max-width: 991px) {
    .career__title {
        padding-bottom:2rem;
        margin-bottom: 3rem
    }
}

.career__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: .2rem;
    width: 17.8rem;
    background-color: #fdb913
}

@media only screen and (max-width: 991px) {
    .career__title::after {
        width:8.2rem
    }
}

.career__title .heading-3 {
    font-weight: 300;
    letter-spacing: -.2rem;
    color: #2c2f32
}

.podcast-list-cmp .podcast__list {
    padding-bottom: 7.1rem
}

@media only screen and (max-width: 991px) {
    .podcast-list-cmp .podcast__list {
        padding-bottom:3rem
    }
}

.podcast-list-cmp .podcast__list .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0
}

.podcast-list-cmp .podcast__list__title {
    position: relative;
    margin-bottom: 4.9rem;
    padding-bottom: 3.2rem;
    font-weight: 300;
    font-size: 6.6rem;
    line-height: 7.3rem;
    letter-spacing: -.2rem
}

@media only screen and (max-width: 991px) {
    .podcast-list-cmp .podcast__list__title {
        font-size:2.6rem;
        line-height: 3.1rem;
        padding-bottom: 2rem
    }
}

.podcast-list-cmp .podcast__list__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 9rem;
    background: #fdb913;
    height: .3rem
}

.podcast-list-cmp .podcast__item {
    position: relative;
    margin-right: 6.5rem;
    width: 40rem;
    padding: 0
}

@media only screen and (max-width: 991px) {
    .podcast-list-cmp .podcast__item {
        width:27.3rem;
        margin-right: 3rem
    }
}

.podcast-list-cmp .podcast__link {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%
}

.podcast-list-cmp .podcast__thumbnail {
    border: solid .1rem #c7c7c7;
    position: relative
}

.podcast-list-cmp .podcast__btn {
    position: absolute;
    bottom: 1.8rem;
    left: 1.8rem
}

.podcast-list-cmp .podcast__title {
    padding-top: 3.5rem;
    font-weight: 300;
    font-size: 3rem;
    line-height: 3.8rem;
    letter-spacing: -.05rem
}

.podcast-list-cmp .podcast__date {
    padding-top: 4.6rem;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 4rem;
    letter-spacing: .2rem;
    color: #535556
}

.podcast iframe {
    width: 100%;
    height: 18rem
}

.content-trend__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    text-decoration: none;
    color: unset
}

.content-trend__wrapper:active,.content-trend__wrapper:hover {
    color: unset
}

.content-trend__wrapper.switch-sides .content-trend__block {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media only screen and (max-width: 991px) {
    .content-trend__wrapper {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.content-trend__block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 2rem min(6.7rem,4.2vw) 2rem min(6.9rem,4.3vw)
}

@media only screen and (max-width: 991px) {
    .content-trend__block {
        padding:2rem
    }
}

.content-trend__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.content-trend__img img {
    width: 100%
}

.content-trend__title {
    font-size: 5.4rem;
    margin-bottom: 2.3rem
}

@media only screen and (max-width: 991px) {
    .content-trend__title {
        font-size:2.5rem
    }
}

.content-trend__info {
    color: #535556;
    font-size: 1.2rem;
    text-transform: uppercase
}

.podcast-speaker.podcast-speaker--border-top .container {
    border-top: .6rem solid #ffc72c
}

.podcast-speaker.podcast-speaker--border-bottom .container {
    border-bottom: .6rem solid #ffc72c
}

.podcast-speaker .container {
    padding: 3.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width: 992px) {
    .podcast-speaker .container {
        padding:6rem 0
    }
}

@media only screen and (max-width: 991px) {
    .podcast-speaker .container {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .podcast-speaker .container img {
        width: 100%
    }
}

@media only screen and (min-width: 992px) {
    .podcast-speaker__left {
        -webkit-box-flex:0;
        -ms-flex: 0 0 24rem;
        flex: 0 0 24rem;
        margin-right: 7.1rem
    }
}

@media only screen and (max-width: 991px) {
    .podcast-speaker__left {
        margin-bottom:3.5rem
    }
}

@media only screen and (min-width: 992px) {
    .podcast-speaker__right {
        -webkit-box-flex:0;
        -ms-flex: 0 0 calc(100% - 31.1rem);
        flex: 0 0 calc(100% - 31.1rem)
    }
}

.podcast-speaker__title {
    font-size: 2rem;
    font-weight: 400;

}

@media only screen and (min-width: 992px) {
    .podcast-speaker__title {
        padding-bottom:3rem
    }
}

.podcast-speaker__desc {
    font-size: 2rem;
    line-height: 3rem
}

@media only screen and (min-width: 992px) {
    .podcast-speaker__desc {
        padding-right:8rem
    }
}

.trend-list {
    padding: 9.8rem 0 10.8rem
}

@media only screen and (max-width: 991px) {
    .trend-list {
        padding:3.4rem 0
    }
}

.trend-list.--bg-gray {
    background: #c4c4c4
}

.trend-list__title {
    position: relative;
    margin-bottom: 8.5rem;
    padding-bottom: 4.5rem;
    font-weight: 300;
    font-size: 6.6rem;
    line-height: 7.3rem;
    letter-spacing: -.2rem
}

@media only screen and (max-width: 991px) {
    .trend-list__title {
        font-size:2.6rem;
        line-height: 3.1rem;
        padding-bottom: 2rem
    }
}

.trend-list__title::after {
    content: "";
    width: 17.8rem;
    position: absolute;
    left: 0;
    bottom: 0;
    height: .2rem;
    background-color: #fdb913
}

@media only screen and (max-width: 991px) {
    .trend-list__title::after {
        width:9rem
    }
}

.trend-list__group .row {
    margin: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.trend-list__group .swiper-wrapper {
    padding-bottom: 7.8rem
}

.trend-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0;
    width: 22.3rem;
    height: 22.3rem;
    margin-right: 4.5rem;
    background-color: #fff
}

.trend-list__item__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.text-resize__title {
    font-size: 2rem;
    margin-bottom: 1rem
}

.text-resize__desc {
    font-size: 1.6rem;
    margin-bottom: 1rem
}

.text-resize__control {
    margin: 0 1rem
}

.text-resize__control__decrease,.text-resize__control__default,.text-resize__control__increase {
    border: 1px solid transparent;
    border-radius: 50%;
    width: 8rem;
    height: 8rem;
    background-color: gray;
    color: #fff;
    font-size: 3rem;
    padding: 0
}

.text-resize__control__increase {
    margin-right: 1rem
}

.text-resize__control__default {
    background-color: green;
    margin-right: 1rem
}

@media only screen and (max-width: 991px) {
    .cmp-line.\--mobile-line .cmp-line__style {
        width:4.5rem;
        height: 2px
    }
}

@media only screen and (max-width: 991px) {
    .cmp-line.\--mobile-line.\--black .cmp-line__style {
        background-color:#000
    }
}

.cmp-line.\--desktop-line .cmp-line__style {
    width: 4.5rem;
    height: 2px
}

@media only screen and (max-width: 991px) {
    .cmp-line.\--desktop-line .cmp-line__style {
        width:unset;
        height: unset
    }
}

.cmp-line.\--desktop-line.\--black .cmp-line__style {
    background-color: #000
}

@media only screen and (max-width: 991px) {
    .cmp-line.\--desktop-line.\--black .cmp-line__style {
        background-color:unset
    }
}

.cmp-line.\--desktop-mobile-line .cmp-line__style {
    width: 9rem;
    height: 2px
}

@media only screen and (max-width: 991px) {
    .cmp-line.\--desktop-mobile-line .cmp-line__style {
        width:4.5rem
    }
}

.cmp-line.\--desktop-mobile-line.\--black .cmp-line__style {
    background-color: #000
}

[data-card-mask]:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,178,169,.9);
    z-index: 2;
    -webkit-transition: height .6s linear;
    transition: height .6s linear
}

[data-card-mask].animation-delay {
    -webkit-transition-delay: 3s;
    transition-delay: 3s
}

[data-card-mask].animation-loaded:after {
    height: 0
}

.richtext.transcript .richtext__title {
    font-weight: 400;
    font-size: 3rem;
    line-height: 4.1rem;
    letter-spacing: -.1rem
}

@media only screen and (max-width: 991px) {
    .richtext.transcript .richtext__title {
        font-weight:300;
        font-size: 2rem;
        line-height: 2.8rem
    }
}

.richtext.transcript p {
    font-size: 2rem;
    line-height: 3rem
}

@media only screen and (max-width: 991px) {
    .richtext.transcript p {
        font-size:1.6rem;
        line-height: 2.6rem
    }
}

.richtext.transcript span.bold {
    font-weight: 600
}

.gallery-media__title {
    position: relative;
    margin-bottom: 6rem;
    padding-bottom: 2rem;
    font-size: 6.6rem;
    font-weight: 300;
    line-height: 7.3rem;
    color: #000;
    word-break: break-word
}

@media only screen and (max-width: 991px) {
    .gallery-media__title {
        margin-bottom:2.8rem;
        padding-bottom: 2rem;
        font-size: 2.6rem;
        line-height: 3rem
    }

    .en .gallery-media__title {
        letter-spacing: -.05rem
    }
}

.gallery-media__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 9rem;
    height: .3rem;
    background-color: #fdb913
}

@media only screen and (max-width: 991px) {
    .gallery-media__title::after {
        width:8.2rem;
        height: .2rem
    }
}

.en .gallery-media__title {
    letter-spacing: -.1rem
}

.ar .gallery-media__title {
 
    font-weight: 400;
    line-height: 9rem
}

@media only screen and (max-width: 991px) {
    .ar .gallery-media__title {
        line-height:1.4
    }
}

.gallery-media__group-list .row {
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (min-width: 992px) and (max-width:1279px) {
    .gallery-media__group-list .row {
        display:block
    }
}

.gallery-media__group-list .column {
    padding: 0
}

.gallery-media__group-list .odd .column {
    width: 48.5%
}

@media only screen and (max-width: 1279px) {
    .gallery-media__group-list .odd .column {
        width:100%
    }
}

.gallery-media__group-list .odd .column .gallery-media__big-pic {
    position: relative
}

@media only screen and (max-width: 1279px) {
    .gallery-media__group-list .odd .column .gallery-media__big-pic::after {
        content:"";
        padding-bottom: 100%;
        display: block
    }

    .gallery-media__group-list .odd .column .gallery-media__big-pic img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: 1
    }
}

.gallery-media__group-list .odd .column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 3.8rem;
    -webkit-column-gap: 6%;
    -moz-column-gap: 6%;
    column-gap: 6%
}

@media only screen and (max-width: 1279px) {
    .gallery-media__group-list .odd .column2 {
        margin-top:3.4rem;
        -webkit-column-gap: 4%;
        -moz-column-gap: 4%;
        column-gap: 4%;
        row-gap: 0
    }
}

.gallery-media__group-list .odd .column2 .gallery-media__small-pic {
    width: 46.75%;
    position: relative
}

@media only screen and (max-width: 1279px) {
    .gallery-media__group-list .odd .column2 .gallery-media__small-pic {
        width:48%
    }
}

@media only screen and (max-width: 991px) {
    .gallery-media__group-list .odd .column2 .gallery-media__small-pic {
        width:100%
    }

    .gallery-media__group-list .odd .column2 .gallery-media__small-pic::after {
        content: "";
        padding-bottom: 100%;
        display: block
    }

    .gallery-media__group-list .odd .column2 .gallery-media__small-pic img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: 1
    }

    .gallery-media__group-list .odd .column2 .gallery-media__small-pic+.gallery-media__small-pic {
        margin-top: 3.8rem
    }
}

.gallery-media__group-list .even {
    margin-top: 4rem
}

.gallery-media__group-list .even .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem
}

@media only screen and (max-width: 1279px) {
    .gallery-media__group-list .even .column {
        gap:3.6rem
    }
}

@media only screen and (max-width: 991px) {
    .gallery-media__group-list .even .column {
        display:block
    }
}

.gallery-media__group-list .even .column .gallery-media__small-pic {
    position: relative;
    width: 40%
}

@media only screen and (max-width: 991px) {
    .gallery-media__group-list .even .column .gallery-media__small-pic {
        width:100%
    }

    .gallery-media__group-list .even .column .gallery-media__small-pic::after {
        content: "";
        padding-bottom: 100%;
        display: block
    }

    .gallery-media__group-list .even .column .gallery-media__small-pic img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: 1
    }
}

.gallery-media__group-list .even .column .gallery-media__small-pic.--full-half-screen {
    width: 49%
}

@media only screen and (max-width: 991px) {
    .gallery-media__group-list .even .column .gallery-media__small-pic.--full-half-screen {
        width:100%
    }
}

@media only screen and (max-width: 991px) {
    .gallery-media__group-list .even .column .gallery-media__small-pic:not(:last-child) {
        margin-bottom:3.4rem
    }
}

.gallery-media__btnSeeMore {
    margin-top: 4rem
}

.gallery-media__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    z-index: 2
}

.gallery-media__play {
    position: relative;
    width: 6rem;
    height: 6rem;
    background-color: #fff;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media only screen and (max-width: 991px) {
    .gallery-media__play {
        width:8rem;
        height: 8rem
    }
}

.gallery-media__play .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #00b1b0;
    font-size: 1.4rem
}

.gallery-media__big-pic {
    cursor: pointer
}

.gallery-media__big-pic .gallery-media__play {
    width: 8rem;
    height: 8rem
}

.gallery-media__big-pic .gallery-media__field {
    font-size: 2.5rem;
    line-height: 3.1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 14rem);
    flex: 0 0 calc(100% - 14rem)
}

@media only screen and (max-width: 991px) {
    .gallery-media__big-pic .gallery-media__field {
        font-size:1.8rem;
        line-height: 2.4rem
    }
}

.gallery-media__small-pic {
    cursor: pointer
}

.gallery-media__field {
    margin-left: 1.6rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 8rem);
    flex: 0 0 calc(100% - 8rem);
    color: #fff
}

@media only screen and (max-width: 991px) {
    .gallery-media__field {
        -webkit-box-flex:0;
        -ms-flex: 0 0 calc(100% - 14rem);
        flex: 0 0 calc(100% - 14rem)
    }
}

.sliding-popup-bottom {
    position: fixed;
    z-index: 98;
    background-color: #f5f5f5;
    width: 100%;
    left: 0;
    bottom: -100%;
    height: 0;
    -webkit-transition: bottom 1s ease-in-out;
    transition: bottom 1s ease-in-out;
    padding: 5rem 2.9rem 3.5rem 2.9rem
}

@media only screen and (min-width: 992px) {
    .sliding-popup-bottom {
        padding:3.9rem 4.5rem
    }
}

.sliding-popup-bottom.--active {
    height: auto;
    bottom: 0
}

.sliding-popup-bottom .popup-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sliding-popup-bottom .popup-content .popup-text {
    width: 100%
}

@media only screen and (min-width: 992px) {
    .sliding-popup-bottom .popup-content .popup-text {
        max-width:42%
    }
}

.sliding-popup-bottom .popup-content .popup-buttons {
    width: 100%
}

@media only screen and (min-width: 992px) {
    .sliding-popup-bottom .popup-content .popup-buttons {
        text-align:right;
        max-width: 58%
    }
}

.sliding-popup-bottom .popup-content .btn {
    font-size: 1.2rem;
    margin-right: 1.6rem;
    min-width: 12rem
}

.sliding-popup-bottom .popup-content .btn:last-child {
    margin-right: 0
}

@media only screen and (min-width: 992px) {
    .sliding-popup-bottom .popup-content .btn {
        margin-right:2.4rem;
        min-width: 17.9rem
    }
}

.sliding-popup-bottom .popup-content .btn-link {
    font-size: 1.4rem;
    line-height: 1.7rem;
    text-decoration: underline;
    text-transform: uppercase;
    color: #00b2a9;
    display: block;
    text-align: left;
    margin: 0 0 2rem;
    min-width: auto;
    padding: 0
}

@media only screen and (min-width: 992px) {
    .sliding-popup-bottom .popup-content .btn-link {
        display:inline-block;
        margin: 0 3rem 0 0
    }
}

.sliding-popup-bottom .popup-content .--bg-white {
    background-color: #fff;
    border-color: #00b2a9;
    color: #00b2a9
}

.sliding-popup-bottom .popup-content .--bg-white: hover {
    background-color:#00b2a9;
    color: #fff
}

.sliding-popup-bottom .popup-content .desc {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: .03em
}

.sliding-popup-bottom .popup-content .title {

    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-bottom: 1.3rem
}

.ar .sliding-popup-bottom .popup-content .title {
   
}

@media only screen and (min-width: 992px) {
    .sliding-popup-bottom .popup-content .title {
        font-size:2.6rem
    }
}

.sliding-popup-bottom .close-cookie-consent-popup {
    position: absolute;
    top: 3.4rem;
    right: 2.7rem;
    cursor: pointer
}

@media only screen and (min-width: 992px) {
    .sliding-popup-bottom .close-cookie-consent-popup {
        top:4rem;
        right: 4.6rem
    }
}

.sliding-popup-bottom .icon-close {
    font-size: 1.6rem;
    color: #000;
    font-weight: 700
}

.global__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (min-width: 992px) {
    .global__left {
        width:54%
    }
}

.global__title {
   
    font-size: 6rem;
    line-height: 6rem
}

.global__title .regular {
  
}

.ar .global__title {

    font-size: 6rem;
    line-height: 7.5rem;
    font-weight: 500
}

.ar .global__title .regular {

}

@media only screen and (min-width: 992px) {
    .ar .global__title {
        font-size:12rem;
        line-height: 11.5rem
    }
}

.en .global__title {
    text-transform: uppercase;
    letter-spacing: -.01em
}

@media only screen and (min-width: 992px) and (max-width:1279px) {
    .en .global__title {
        font-size:10.5rem;
        line-height: 11.5rem
    }
}

@media only screen and (min-width: 1280px) and (max-width:1599px) {
    .en .global__title {
        font-size:11.5rem;
        line-height: 11.5rem
    }
}

@media only screen and (min-width: 1600px) {
    .en .global__title {
        font-size:13.5rem;
        line-height: 11.5rem;
        letter-spacing: -.643774rem
    }
}

.global__right {
    width: 100%
}

@media only screen and (min-width: 992px) {
    .global__right {
        width:46%;
        text-align: right
    }
}

.global__right-box {
    position: relative
}

.global__right-box .video {
    z-index: -1;
    position: relative;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    overflow: hidden;
    width: 100%;
    height: 10rem;
    padding-top: unset;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: left center;
    mask-position: left center
}

@media only screen and (min-width: 992px) {
    .global__right-box .video {
        width:100%;
        height: 20rem;
        -webkit-mask-position: right center;
        mask-position: right center
    }

    .ar .global__right-box .video {
        -webkit-mask-position: left center;
        mask-position: left center
    }
}

@media only screen and (max-width: 991px) {
    .global__right-box .video {
        right:4px;
        max-width: 30.5rem
    }
}

.global__right-box .video__inner {
    height: 100%;
    width: auto
}

.global__right-box .video .video-box {
    height: 100%;
    width: 100%
}

.global__right-box .video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.global__right-box .comp-img__inside {
    position: absolute;
    top: .1rem;
    bottom: .1rem;
    left: .1rem;
    right: .1rem;
    z-index: -1;
    overflow: hidden
}

.global__text {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 1.6rem
}

@media only screen and (min-width: 992px) {
    .global__text {
        font-size:3.4rem;
        line-height: 4.2rem;
        letter-spacing: -.06rem;
        margin-bottom: 2.6rem
    }
}

.global__subtext {
    position: relative;
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: -.06rem;
    margin: 1.6rem 0
}

.global__subtext::after {
    content: "";
    position: absolute;
    height: .4rem;
    background-color: #ffc72c;
    width: 4.2rem
}

@media only screen and (max-width: 991px) {
    .global__subtext::after {
        bottom:-1.6rem;
        left: 0
    }
}

@media only screen and (min-width: 992px) {
    .global__subtext {
        font-size:3.4rem;
        line-height: 4.2rem;
        text-align: right;
        padding-right: 10rem
    }

    .global__subtext::after {
        width: 8.9rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0
    }
}

.global__description {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: .8rem;
    margin-bottom: 3.2rem;
    width: 100%
}

@media only screen and (min-width: 992px) {
    .global__description {
        font-size:2rem;
        line-height: 3rem;
        margin-top: 2.6rem;
        margin-bottom: 0;
        width: 80%
    }
}

.global-background {
    padding: 27.3rem 0 17.5rem 0
}

@media only screen and (max-width: 991px) {
    .global-background {
        padding:20.6rem 0
    }
}

@media only screen and (min-width: 992px) {
    .global-background .global__wrapper {
        padding-left:5rem;
        padding-right: 4rem
    }
}

.global-background .global__text {
    color: #fff
}

.global-background .global__title {
    color: #fff
}

.global-background .global__subtext {
    color: #fff
}

@media only screen and (min-width: 992px) {
    .global-background .global__subtext {
        font-size:4.1rem;
        line-height: 5.1rem;
        letter-spacing: -.072rem;
        padding-right: 11.8rem
    }
}

@media only screen and (min-width: 992px) {
    .global-background .global__subtext::after {
        width:10.7rem
    }
}

.global-background .global__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.ar .global-background .global__group {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (min-width: 992px) {
    .global-background .global__group .global__right {
        position:relative;
        top: 100px
    }
}

@media only screen and (max-width: 991px) {
    .global-background .global__group {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .global-background .global__group .global__right {
        margin-top: 3.2rem
    }
}

.global>picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2
}

.global>picture>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.text-single-mr {
    text-align: center
}

.text-single-mr__wrapper {
    position: relative
}

.text-single-mr img {
    width: 100%;
    min-height: 28.9rem;
    -o-object-fit: cover;
    object-fit: cover
}

.text-single-mr__desc {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 1.7rem;
    font-size: 2rem;
    line-height: 2.8rem;
    padding-top: 1.6rem;
    letter-spacing: -.04rem;
    color: #fff;
    width: 100%;
    padding: 0 .95rem
}

@media only screen and (min-width: 992px) {
    .text-single-mr__desc {
        bottom:6.8rem;
        font-size: 4.2rem;
        line-height: 5rem;
        letter-spacing: .01em;
        width: 70%;
        padding: 0
    }

    .text-single-mr__desc .ar {
        width: 83%
    }
}

.performance__info h3 {
    font-weight: 300;
    font-size: 12rem;
    line-height: 12rem;
    padding-bottom: 2.4rem;
    position: relative
}

.en .performance__info h3 {
    letter-spacing: -.1rem
}

.performance__info .title {
    margin-bottom: 4.5rem
}

@media only screen and (max-width: 991px) {
    .performance__info .title {
        margin-bottom:1.6rem
    }
}

.en .performance__info .title {
    letter-spacing: .5rem
}

@media only screen and (max-width: 991px) {
    .en .performance__info .title {
        letter-spacing:.02rem
    }
}

.performance__info .title:after {
    content: "";
    border-bottom: .4rem solid #fdb913;
    width: 13.1rem;
    bottom: 0;
    left: 0;
    position: absolute
}

@media only screen and (max-width: 991px) {
    .performance__info .title:after {
        border-bottom:.2rem solid #fdb913;
        width: 4.1rem
    }
}

.performance__info .font-thin {

}

.ar .performance__info .font-thin {
    
}

.performance__info .font-thin b,.performance__info .font-thin strong {
   
    font-weight: 300
}

.ar .performance__info .font-thin b,.ar .performance__info .font-thin strong {
   
}

.performance__desc {
    padding-right: 5.5rem;
    margin-bottom: 3.2rem
}

.performance__desc p {
    font-weight: 400;
    font-size: 3rem;
    line-height: 4.1rem;
    margin-bottom: 0
}

.list-performance .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.list-performance__item {
    position: relative;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 63rem;
    margin: 1.2rem;
    padding: 7.5rem 4.2rem 12.1rem 6rem;
    color: #fff;
    background-color: #064975
}

.list-performance__item .title {
    font-weight: 300;
    font-size: 2rem;
    line-height: 2.7rem;
    margin-left: 1.8rem;
    margin-bottom: 5.2rem
}

.ar .list-performance__item .title {
    margin-bottom: 4rem
}

.list-performance__item .title:before {
    display: inline-block;
    content: "";
    border-top: .167rem solid #ffc72c;
    width: 2.837rem;
    margin-right: 1.818rem;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
}

.list-performance__item .value .currency {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 8.3rem;
    letter-spacing: -.083rem
}

.list-performance__item .value p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.list-performance__item .value p .amount {
    font-weight: 400;
    font-size: 24.033rem;
    line-height: 18.5rem;
    letter-spacing: -1.419rem
}

.list-performance__item .value p .quantity {
    margin-top: -2.8rem;
    font-weight: 300;
    font-size: 4rem;
    line-height: 8.178rem
}

.list-performance__item .value-ar {
    display: none
}

.list-performance__item .us-conversion {
    font-weight: 300;
    font-size: 4rem;
    line-height: 5rem
}

.list-performance__item .note {
    position: absolute;
    bottom: 5.5rem;
    font-size: 1.4rem;
    line-height: 1.8rem
}

.ar .list-performance__item .note {
    font-weight: 500
}

@media only screen and (min-width: 992px) {
    .ar .list-performance__item .note {
        font-size:2rem;
        bottom: 3rem
    }
}

@media only screen and (max-width: 991px) {
    .list-performance__item .note {
        bottom:2rem
    }
}

.list-performance__btn {
    position: absolute;
    right: 1.4rem;
    bottom: 2.4rem;
    background-repeat: no-repeat;
    background-size: cover;
    width: 9.1rem;
    height: 9.1rem;
    cursor: pointer;
    z-index: 2
}

.list-performance__btn.--opened {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTEiIGhlaWdodD0iOTIiIHZpZXdCb3g9IjAgMCA5MSA5MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeT0iMC4xNzcwMDIiIHdpZHRoPSI5MSIgaGVpZ2h0PSI5MSIgcng9IjQ1LjUiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0zNCA1Ni4xMjQ4TDU2LjEyNDggMzQiIHN0cm9rZT0iIzAwQjFCMCIgc3Ryb2tlLXdpZHRoPSIxLjY0MjU2IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+CjxwYXRoIGQ9Ik0zNC4yMDM2IDM0LjM4MzVMNTYuMzI4NCA1Ni41MDgzIiBzdHJva2U9IiMwMEIxQjAiIHN0cm9rZS13aWR0aD0iMS42NDI1NiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8L3N2Zz4K)
}

.list-performance__btn.--closed {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTIiIGhlaWdodD0iOTIiIHZpZXdCb3g9IjAgMCA5MiA5MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC43Nzc4MzIiIHk9IjAuMTc3MDYzIiB3aWR0aD0iOTEiIGhlaWdodD0iOTEiIHJ4PSI0NS41IiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNNDUuMDEyNiAzNy44NDIzQzQ0Ljc5MzIgMzcuODQyMyA0NC41ODI3IDM4LjAyMzggNDQuNDI3NiAzOC4zNDY3QzQ0LjI3MjUgMzguNjY5NiA0NC4xODUzIDM5LjEwNzYgNDQuMTg1MyAzOS41NjQzVjU4LjUwNTRDNDQuMTg1MyA1OC45NjIxIDQ0LjI3MjUgNTkuNDAwMSA0NC40Mjc2IDU5LjcyM0M0NC41ODI3IDYwLjA0NiA0NC43OTMyIDYwLjIyNzQgNDUuMDEyNiA2MC4yMjc0QzQ1LjIzMiA2MC4yMjc0IDQ1LjQ0MjQgNjAuMDQ2IDQ1LjU5NzUgNTkuNzIzQzQ1Ljc1MjcgNTkuNDAwMSA0NS44Mzk4IDU4Ljk2MjEgNDUuODM5OCA1OC41MDU0VjM5LjU2NDNDNDUuODM5OCAzOS4xMDc2IDQ1Ljc1MjcgMzguNjY5NiA0NS41OTc1IDM4LjM0NjdDNDUuNDQyNCAzOC4wMjM4IDQ1LjIzMiAzNy44NDIzIDQ1LjAxMjYgMzcuODQyM1oiIGZpbGw9IiMwMEIxQjAiLz4KPHBhdGggZD0iTTUzLjk2NjcgMzEuMTI2OEM1My43NDczIDMxLjEyNjggNTMuNTM2OCAzMS4zMDcyIDUzLjM4MTcgMzEuNjI4MkM1My4yMjY2IDMxLjk0OTIgNTMuMTM5NCAzMi4zODQ2IDUzLjEzOTQgMzIuODM4NlY1OC41MTU1QzUzLjEzOTQgNTguOTY5NSA1My4yMjY2IDU5LjQwNDkgNTMuMzgxNyA1OS43MjZDNTMuNTM2OCA2MC4wNDcgNTMuNzQ3MyA2MC4yMjczIDUzLjk2NjcgNjAuMjI3M0M1NC4xODYxIDYwLjIyNzMgNTQuMzk2NSA2MC4wNDcgNTQuNTUxNiA1OS43MjZDNTQuNzA2OCA1OS40MDQ5IDU0Ljc5MzkgNTguOTY5NSA1NC43OTM5IDU4LjUxNTVWMzIuODM4NkM1NC43OTM5IDMyLjM4NDYgNTQuNzA2OCAzMS45NDkyIDU0LjU1MTYgMzEuNjI4MkM1NC4zOTY1IDMxLjMwNzIgNTQuMTg2MSAzMS4xMjY4IDUzLjk2NjcgMzEuMTI2OFoiIGZpbGw9IiMwMEIxQjAiLz4KPHBhdGggZD0iTTM3LjE3NzkgNDQuNTU3OUMzNi45NTg1IDQ0LjU1NzkgMzYuNzQ4IDQ0Ljc0MTMgMzYuNTkyOSA0NS4wNjc4QzM2LjQzNzcgNDUuMzk0MyAzNi4zNTA2IDQ1LjgzNzIgMzYuMzUwNiA0Ni4yOTg5VjU4LjQ4NjNDMzYuMzUwNiA1OC45NDgxIDM2LjQzNzcgNTkuMzkwOSAzNi41OTI5IDU5LjcxNzRDMzYuNzQ4IDYwLjA0NCAzNi45NTg1IDYwLjIyNzQgMzcuMTc3OSA2MC4yMjc0QzM3LjM5NzMgNjAuMjI3NCAzNy42MDc3IDYwLjA0NCAzNy43NjI4IDU5LjcxNzRDMzcuOTE4IDU5LjM5MDkgMzguMDA1MSA1OC45NDgxIDM4LjAwNTEgNTguNDg2M1Y0Ni4yOTg5QzM4LjAwNTEgNDUuODM3MiAzNy45MTggNDUuMzk0MyAzNy43NjI4IDQ1LjA2NzhDMzcuNjA3NyA0NC43NDEzIDM3LjM5NzMgNDQuNTU3OSAzNy4xNzc5IDQ0LjU1NzlaIiBmaWxsPSIjMDBCMUIwIi8+Cjwvc3ZnPgo=)
}

.list-performance__chart {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f3f2ed;
    z-index: -1;
    color: #064975;
    left: 0;
    top: 0;
    opacity: 0;
    padding: 7.5rem 0 11.5rem 4rem
}

.list-performance__chart.--active {
    z-index: 1;
    opacity: 1
}

.list-performance__chart.--active .note {
    font-size: 1.2rem;
    line-height: 1.3rem;
    color: #484848;
    bottom: 3rem;
    left: 6.8rem
}

.ar .list-performance__chart.--active .note {
    font-weight: 500
}

@media only screen and (min-width: 992px) {
    .ar .list-performance__chart.--active .note {
        bottom:1.7rem
    }
}

@media only screen and (max-width: 991px) {
    .list-performance__chart.--active .note {
        font-size:1rem;
        left: 3rem;
        bottom: 1rem
    }
}

.list-performance__chart-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.list-performance__chart .title {
    margin-left: 3.8rem
}

.list-performance__chart .line-chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.list-performance__chart .line-chart.--reset {
    opacity: 0
}

.list-performance__chart .line-chart .line {
    width: 0;
    height: 1.5rem;
    background-color: #00b2a9;
    -webkit-transition: width 1s ease-in;
    transition: width 1s ease-in;
    margin-right: 1.2rem
}

.list-performance__chart .line-chart .year {
    min-width: 6rem;
    font-weight: 400;
    font-size: 1.9rem;
    line-height: 4.9rem;
    text-align: right;
    margin-right: 1.2rem
}

.list-performance__chart .line-chart .text .amount,.list-performance__chart .line-chart .text .currency,.list-performance__chart .line-chart .text .quantity {
    padding: 0 .3rem;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 3.3rem;
    color: #064975
}

.list-performance__chart .line-chart .text-ar {
    display: none
}

.list-performance__chart .line-chart.--active .text {
    position: relative;
    padding-top: 3rem;
    top: -1rem
}

.list-performance__chart .line-chart.--active .text .currency {
    position: absolute;
    top: .2rem;
    left: 0;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 3.3rem;
    letter-spacing: .082rem
}

.list-performance__chart .line-chart.--active .text .amount {
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 3.2rem
}

.list-performance__chart .line-chart.--active .text .quantity {
    display: inline-block;
    vertical-align: top;
    margin-top: -.9rem;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 3.3rem;
    letter-spacing: .164256rem
}

.list-performance__chart .line-chart.--active .year {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1.6rem
}

.list-performance__chart .line-chart.--active .line {
    background-color: #ffc72c
}

.list-performance__chart .us-conversion {
    margin: 4.6rem 0 0 7.2rem;
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 2.6rem;
    letter-spacing: .164rem
}

.list-performance .--new-investments {
    height: 100%
}

.list-performance .--new-investments.performance-chart .performance-chart__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 75%;
    height: 93%
}

@media only screen and (max-width: 991px) {
    .list-performance .--new-investments.performance-chart .performance-chart__inner {
        width:90%;
        height: 85%
    }
}

.list-performance .--new-investments.performance-chart .column-chart {
    min-width: 14rem;
    -ms-flex-item-align: end;
    align-self: end;
    padding-bottom: 0
}

.list-performance .--new-investments.performance-chart .column-chart.\--reset {
    opacity: 0
}

@media only screen and (max-width: 991px) {
    .list-performance .--new-investments.performance-chart .column-chart {
        min-width:7rem
    }
}

.list-performance .--new-investments.performance-chart .column-chart.--small .chart-nb {
    font-weight: 300;
    font-size: 3.60196rem;
    line-height: 4.2rem;
    letter-spacing: -.0105315rem
}

@media only screen and (max-width: 991px) {
    .list-performance .--new-investments.performance-chart .column-chart.--small .chart-nb {
        font-size:1.8rem;
        line-height: 1.8rem
    }
}

@media only screen and (max-width: 991px) {
    .list-performance .--new-investments.performance-chart .column-chart.--small .chart-quantity {
        margin-top:0
    }
}

.list-performance .--new-investments.performance-chart .column-chart.--active .chart-currency,.list-performance .--new-investments.performance-chart .column-chart.--active .chart-quantity {
    color: #000
}

.list-performance .--new-investments.performance-chart .column-chart.--active .chart-line {
    width: 10.8rem
}

@media only screen and (max-width: 991px) {
    .list-performance .--new-investments.performance-chart .column-chart.--active .chart-line {
        width:5rem
    }
}

.list-performance .--new-investments.performance-chart .column-chart .usConversion {
    display: block;
    color: #000;
    text-align: center
}

.list-performance .--new-investments.performance-chart .chart-line {
    width: 10.8rem;
    margin: 1.5rem 0
}

@media only screen and (max-width: 991px) {
    .list-performance .--new-investments.performance-chart .chart-line {
        width:5rem;
        margin: 1rem 0
    }
}

.list-performance .--new-investments.performance-chart .chart-text .chart-nb {
    font-size: 5.18681rem;
    line-height: 4.2rem;
    letter-spacing: -.0105315rem
}

@media only screen and (max-width: 991px) {
    .list-performance .--new-investments.performance-chart .chart-text .chart-nb {
        font-size:2.4rem;
        line-height: 2.4rem
    }
}

.list-performance .--new-investments.performance-chart .chart-text .usConversion {
    font-size: 1.3rem;
    line-height: 1.3rem;
    font-weight: 300;
    margin-top: .8rem
}

@media only screen and (max-width: 991px) {
    .list-performance .--new-investments.performance-chart .chart-text .usConversion {
        margin-top:0;
        font-size: .9rem;
        line-height: .8rem;
        letter-spacing: -.0074191rem
    }
}

.list-performance .--new-investments.performance-chart .chart-currency,.list-performance .--new-investments.performance-chart .chart-quantity {
    font-size: 1.3rem;
    line-height: 1rem;
    font-weight: 300
}

@media only screen and (max-width: 991px) {
    .list-performance .--new-investments.performance-chart .chart-currency,.list-performance .--new-investments.performance-chart .chart-quantity {
        font-size:1rem
    }
}

.list-performance .--new-investments.performance-chart .chart-year {
    font-size: 1.6rem;
    line-height: 1.9rem;
    font-weight: 300
}

@media only screen and (max-width: 991px) {
    .list-performance .--new-investments.performance-chart .chart-year {
        font-size:1.2rem
    }
}

.ar .performance__info h3 {
    font-weight: 500;
    font-size: 12rem;
    line-height: 15.5rem;
    letter-spacing: .2rem;
    position: relative
}

.ar .performance__desc {
    padding-right: 5.5rem;
    margin-bottom: 3.2rem
}

.ar .performance__desc p {
    font-size: 3rem;
    font-weight: 300;
    line-height: 4.8rem;
    letter-spacing: -.04rem;
    margin-bottom: 0
}

.ar .list-performance__item .value {
    display: none
}

.ar .list-performance__item .value-ar {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.ar .list-performance__item .value-ar p {
    width: 100%;
    bottom: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 1.5rem
}

.ar .list-performance__item .value-ar p .currency,.ar .list-performance__item .value-ar p .quantity {
    font-weight: 500;
    font-size: 4.5rem;
    line-height: 4.5rem;
    letter-spacing: -.083rem
}

.ar .list-performance__item .value-ar p .quantity {
    margin-right: -1.5rem
}

.ar .list-performance__item .value-ar .amount {
    font-weight: 400;
    font-size: 24.033rem;
    line-height: 22rem;
    letter-spacing: -1.419rem
}

.ar .list-performance__item .value-ar~.us-conversion {
    display: block;
    margin-top: -3.5rem
}

.ar .list-performance__item .us-conversion {
    font-weight: 400
}

.ar .list-performance__chart {
    padding-bottom: 10rem
}

.ar .list-performance__chart .line-chart .text {
    display: none
}

.ar .list-performance__chart .line-chart .text-ar {
    display: block
}

.ar .list-performance__chart .line-chart .text-ar .amount,.ar .list-performance__chart .line-chart .text-ar .currency,.ar .list-performance__chart .line-chart .text-ar .quantity {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 3.3rem
}

.ar .list-performance__chart .line-chart .text-ar .amount,.ar .list-performance__chart .line-chart .text-ar .currency {
    margin-right: .4rem
}

.ar .list-performance__chart .line-chart .text-ar .currency,.ar .list-performance__chart .line-chart .text-ar .quantity {
    font-weight: 400
}

.ar .list-performance__chart .line-chart.--active .text-ar {
    display: block;
    position: relative;
    padding-top: 3rem;
    top: -1rem
}

.ar .list-performance__chart .line-chart.--active .text-ar .amount {
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 3.2rem
}

.ar .list-performance__chart .line-chart.--active .text-ar .currency,.ar .list-performance__chart .line-chart.--active .text-ar .quantity {
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.5rem
}

.ar .list-performance__chart .line-chart.--active .text-ar .quantity {
    position: absolute;
    bottom: 2.4rem;
    right: 0
}

.ar .list-performance__chart .line-chart.--active .year {
    letter-spacing: .082rem
}

@media only screen and (max-width: 991px) {
    .performance__info h3 {
        font-weight:300;
        font-size: 4.2rem;
        line-height: 4.2rem;
        letter-spacing: -.02em;
        padding-bottom: 1.6rem
    }

    .performance__desc p {
        font-weight: 300;
        font-size: 1.4rem;
        line-height: 2rem
    }

    .list-performance .row {
        margin: 3.2rem 0 4rem -1.2rem
    }

    .list-performance__item {
        min-width: 27.5rem;
        padding: 2.1rem 2.1rem 5.7rem 2.3rem
    }

    .list-performance__item .title {
        font-size: 1.2rem;
        line-height: 1.6rem;
        margin-bottom: 2.2rem;
        margin-left: 0;
        padding-left: .6rem
    }

    .list-performance__item .title:before {
        width: 1.237rem;
        margin-right: 1.6rem
    }

    .list-performance__item .value .currency {
        margin-bottom: .4rem;
        font-size: 2rem;
        line-height: 1.6rem;
        letter-spacing: -.083rem
    }

    .list-performance__item .value p .amount {
        font-size: 9.2rem;
        line-height: 7.5rem;
        letter-spacing: 0;
        margin-bottom: 1rem
    }

    .list-performance__item .value p .quantity {
        margin-top: .2rem;
        font-size: 1.6rem;
        line-height: 2rem
    }

    .list-performance__item .us-conversion {
        font-size: 1.6rem;
        line-height: 2rem
    }

    .list-performance__btn {
        right: .85rem;
        bottom: .85rem;
        width: 3.5rem;
        height: 3.5rem
    }

    .list-performance__chart {
        padding: 2.1rem 0 3.3rem 1.8rem
    }

    .list-performance__chart .title {
        margin-left: 0
    }

    .list-performance__chart .line-chart {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .list-performance__chart .line-chart .line {
        width: 0;
        height: .6rem;
        margin-right: .3rem
    }

    .list-performance__chart .line-chart .year {
        min-width: 2.4rem;
        margin-right: .5rem;
        font-size: .8rem;
        line-height: 2rem
    }

    .list-performance__chart .line-chart .text .amount,.list-performance__chart .line-chart .text .currency,.list-performance__chart .line-chart .text .quantity {
        font-size: .8rem;
        line-height: 1.3rem;
        margin: 0 .2rem;
        padding: 0
    }

    .list-performance__chart .line-chart.--active .text {
        padding-top: 0;
        top: 0
    }

    .list-performance__chart .line-chart.--active .text .currency {
        top: -.6rem;
        margin: 0;
        font-size: .7rem;
        line-height: 1.3rem
    }

    .list-performance__chart .line-chart.--active .text .amount {
        margin: 0;
        font-size: 1.4rem;
        line-height: 1.3rem
    }

    .list-performance__chart .line-chart.--active .text .quantity {
        font-size: .6rem;
        line-height: 1.3rem;
        letter-spacing: .067rem;
        margin-top: .1rem
    }

    .list-performance__chart .line-chart.--active .year {
        font-size: 1rem;
        line-height: .7rem
    }

    .list-performance__chart .line-chart.--active .line {
        height: .8rem;
        margin-right: .5rem
    }

    .list-performance__chart .us-conversion {
        margin: 1.8rem 0 0 2.9rem
    }

    .ar .performance__info h3 {
        font-weight: 500;
        font-size: 4.2rem;
        line-height: 6rem;
        letter-spacing: -.02em;
        padding-bottom: 1.6rem
    }

    .ar .performance__desc p {
        font-weight: 400;
        font-size: 1.4rem;
        font-weight: 300;
        line-height: 2rem
    }

    .ar .list-performance__item .title {
        font-weight: 500
    }

    .ar .list-performance__item .value-ar {
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .ar .list-performance__item .value-ar p {
        width: 100%;
        position: relative;
        top: -1rem;
        right: -.4rem;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .ar .list-performance__item .value-ar p .currency,.ar .list-performance__item .value-ar p .quantity {
        font-weight: 500;
        font-size: 2rem;
        line-height: 1.6rem;
        letter-spacing: -.083rem
    }

    .ar .list-performance__item .value-ar p .quantity {
        margin: 0 -.5rem .5rem 0
    }

    .ar .list-performance__item .value-ar .amount {
        font-weight: 400;
        font-size: 9.2rem;
        line-height: 7.5rem;
        letter-spacing: 0
    }

    .ar .list-performance__item .us-conversion {
        font-weight: 500
    }

    .ar .list-performance__chart .line-chart .year {
        font-size: .8rem;
        line-height: 2rem;
        letter-spacing: 0
    }

    .ar .list-performance__chart .line-chart .text-ar {
        display: block
    }

    .ar .list-performance__chart .line-chart .text-ar .amount,.ar .list-performance__chart .line-chart .text-ar .currency,.ar .list-performance__chart .line-chart .text-ar .quantity {
        font-weight: 500;
        font-size: .8rem;
        line-height: 1.3rem
    }

    .ar .list-performance__chart .line-chart .text-ar .amount,.ar .list-performance__chart .line-chart .text-ar .currency {
        margin-right: .4rem
    }

    .ar .list-performance__chart .line-chart.--active .year {
        font-size: 1rem;
        line-height: .7rem;
        letter-spacing: .033rem
    }

    .ar .list-performance__chart .line-chart.--active .text-ar {
        display: block;
        position: relative;
        top: .1rem;
        padding: 0
    }

    .ar .list-performance__chart .line-chart.--active .text-ar .amount {
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 1.3rem
    }

    .ar .list-performance__chart .line-chart.--active .text-ar .currency,.ar .list-performance__chart .line-chart.--active .text-ar .quantity {
        font-weight: 700;
        font-size: .6rem;
        line-height: .8rem
    }

    .ar .list-performance__chart .line-chart.--active .text-ar .quantity {
        position: absolute;
        bottom: 1.2rem;
        right: .1rem
    }
}

@media only screen and (min-width: 992px) {
    .performance__desc {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.leadership-mr__img {
    position: relative;
    height: 100%
}

.leadership-mr__img img {
    position: relative;
    z-index: 1;
    max-height: 100%
}

@media only screen and (min-width: 992px) {
    .leadership-mr__img img {
        position:absolute;
        right: 0;
        bottom: 0
    }
}

.leadership-mr__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.leadership-mr__left {
    width: 100%;
    padding-right: 2.9rem
}

@media only screen and (min-width: 992px) {
    .leadership-mr__left {
        width:55%;
        padding-bottom: 12rem;
        padding-top: 10.3rem
    }

    .ar .leadership-mr__left {
        padding-bottom: 7.2rem
    }
}

.--order-img-left .leadership-mr__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.leadership-mr__right {
    width: 100%;
    margin-top: 3.2rem
}

@media only screen and (min-width: 992px) {
    .leadership-mr__right {
        width:45%;
        margin-top: 0
    }
}

.leadership-mr__line {
    position: relative;
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 2.4rem
}

.leadership-mr__line::before {
    content: "";
    position: absolute;
    top: 1.3rem;
    border-bottom: 3px solid #ffc72c;
    width: 4.2rem
}

@media only screen and (min-width: 992px) {
    .leadership-mr__line {
        font-size:2.4rem;
        line-height: 3.2rem;
        margin-bottom: 4rem
    }

    .ar .leadership-mr__line {
        margin-bottom: 3.2rem;
        line-height: 4.2rem
    }

    .leadership-mr__line::before {
        width: 3.4rem
    }
}

.leadership-mr__text {
    padding-left: 5.8rem
}

@media only screen and (min-width: 992px) {
    .leadership-mr__text {
        padding-left:5rem
    }
}

.ar .leadership-mr__text {
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .ar .leadership-mr__text {
        font-size:1.4rem;
        line-height: 2.2rem
    }
}

.leadership-mr__title {
    font-size: 2rem;
    line-height: 2.5rem;
    color: #000
}

@media only screen and (min-width: 992px) {
    .leadership-mr__title {
        font-size:5.4rem;
        line-height: 6rem;
        letter-spacing: -.1rem;
        max-width: 50rem
    }
}

@media only screen and (max-width: 991px) {
    .leadership-mr__title {
        font-size:2.6rem;
        line-height: 3rem;
        letter-spacing: -.05rem;
        font-weight: 700
    }
}

.ar .leadership-mr__title {
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .ar .leadership-mr__title {
        font-size:2rem;
        line-height: 2.5rem
    }
}

.leadership-mr__subtitle {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: .8rem
}

@media only screen and (min-width: 992px) {
    .leadership-mr__subtitle {
        font-size:2rem;
        line-height: 3rem;
        margin-top: 2rem
    }
}

.leadership-mr__quote {
    position: relative;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #000;
    margin-top: 3.2rem
}

.ar .leadership-mr__quote {
    margin-top: 4.8rem
}

.leadership-mr__quote::before {
    content: "";
    position: absolute;
    height: 95%;
    width: .6rem;
    background-color: #00b2a9;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.leadership-mr__quote .quote-text {
    margin-left: 3.2rem;
    max-width: 65.4rem
}

@media only screen and (min-width: 992px) {
    .leadership-mr__quote {
        font-size:3rem;
        line-height: 3.8rem;
        letter-spacing: -.005em;
        margin-top: 4.6rem;
        margin-bottom: 5rem
    }

    .ar .leadership-mr__quote {
        margin-top: 4.8rem;
        line-height: 4.6rem
    }

    .leadership-mr__quote .quote-text {
        margin-left: 5rem
    }
}

.ar .leadership-mr__quote {
    font-weight: 500
}

.leadership-mr__btn {
    margin-top: 3.2rem
}

@media only screen and (min-width: 992px) {
    .leadership-mr__btn {
        margin-top:0
    }
}

.leadership-mr.\--border-bottom .leadership-mr__content {
    border-bottom: 1px solid #dbdbdb
}

@media only screen and (min-width: 992px) {
    .leadership-mr.\--no-bottom-padding .leadership-mr__left {
        padding-bottom:0
    }

    .ar .leadership-mr.\--no-bottom-padding .leadership-mr__left {
        padding-bottom: 0
    }
}

@media only screen and (min-width: 992px) {
    .leadership-position-mr .leadership-mr__left {
        padding-top:10.5rem;
        padding-bottom: 10.5rem
    }
}

@media only screen and (min-width: 992px) {
    .leadership-position-mr .leadership-mr__line {
        color:#333f48;
        margin-bottom: 3.2rem
    }
}

.leadership-position-mr .leadership-mr__title {
    max-width: 70.6rem
}

@media only screen and (max-width: 991px) {
    .leadership-position-mr .leadership-mr__title {
        font-size:2rem;
        line-height: 2.5rem;
        letter-spacing: 0
    }
}

.leadership-position-mr .leadership-mr__quote {
    margin-top: 3.2rem
}

.leadership-position-mr .leadership-mr__quote::before {
    background-color: #00b1b0
}

.leadership-position-mr .leadership-mr__position {
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #000;
    margin-top: 1.6rem;
    max-width: 50.8rem
}

@media only screen and (max-width: 991px) {
    .leadership-position-mr .leadership-mr__position {
        font-size:1.2rem;
        line-height: 1.6rem;
        margin-top: .8rem
    }
}

.expandable-mission__wrapper {
    background-color: #f4f5f6;
    padding: 5.6rem 8.8rem 5.6rem 4.7rem
}

@media only screen and (max-width: 991px) {
    .expandable-mission__wrapper {
        padding:2.4rem
    }
}

.expandable-mission__content {
    margin-bottom: 3.8rem
}

@media only screen and (max-width: 991px) {
    .expandable-mission__content {
        margin-bottom:2.2rem
    }
}

.expandable-mission__title {
    margin-bottom: 3.2rem;
    font-size: 4.2rem;
    line-height: 5rem;
    letter-spacing: .01em;
    color: #000
}

.ar .expandable-mission__title {
    line-height: 6.2rem;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .ar .expandable-mission__title {
        line-height:3.5rem
    }
}

@media only screen and (max-width: 991px) {
    .expandable-mission__title {
        font-size:2.6rem;
        line-height: 3rem;
        letter-spacing: -.05rem
    }
}

.expandable-mission__sub-title {
    font-size: 2.6rem;
    line-height: 3.2rem;
    color: #000
}

.ar .expandable-mission__sub-title {
    font-size: 2.4rem;
    line-height: 4rem
}

@media only screen and (max-width: 991px) {
    .expandable-mission__sub-title {
        font-size:2.2rem;
        line-height: 2.8rem
    }

    .ar .expandable-mission__sub-title {
        font-size: 1.4rem;
        line-height: 2.6rem
    }
}

.expandable-mission__text {
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #333f48;
    overflow: hidden;
    -webkit-transition: all .6s;
    transition: all .6s
}

@media only screen and (min-width: 992px) {
    .expandable-mission__text p {
        margin-bottom:2rem
    }
}

@media only screen and (max-width: 991px) {
    .expandable-mission__text {
        font-size:1.2rem;
        line-height: 1.6rem
    }

    .ar .expandable-mission__text {
        font-weight: 500;
        line-height: 1.8rem
    }
}

.ar .expandable-mission__loadmore .cta-primary {
    font-size: 1.4rem;
    padding-left: 2.7rem;
    padding-right: 2.7rem
}

@media only screen and (max-width: 991px) {
    .expandable-mission__loadmore .cta-primary {
        width:100%
    }
}

.expandable-mission__loadmore .cta-primary:hover .icon-plus {
    color: #00b2a9
}

.en .expandable-mission__loadmore .cta-primary {
    letter-spacing: .12em
}

@media (hover: none) {
    .expandable-mission__loadmore .cta-primary:hover {
        background-color:#00b2a9;
        color: #fff
    }

    .expandable-mission__loadmore .cta-primary:hover .icon-plus {
        color: #fff
    }
}

.expandable-mission__loadmore .\--less .icon-loadmore::before {
    content: "\e918"
}

.expandable-mission__loadmore .icon-loadmore {
    color: #fff;
    margin-left: 1.6rem;
    font-size: 1.6rem;
    font-weight: 700;
    vertical-align: text-bottom
}

@media only screen and (max-width: 991px) {
    .expandable-mission__loadmore .icon-loadmore {
        font-size:1.2rem;
        vertical-align: text-top
    }

    .ar .expandable-mission__loadmore .icon-loadmore {
        font-size: 1.6rem
    }
}

@media only screen and (min-width: 992px) {
    .ar .expandable-mission__loadmore .icon-loadmore {
        vertical-align:middle
    }
}

.expandable-mission.\--campaign .expandable-mission__wrapper {
    background-color: transparent;
    text-align: center;
    padding: 0 4.2rem
}

@media only screen and (max-width: 991px) {
    .expandable-mission.\--campaign .expandable-mission__wrapper {
        text-align:left;
        padding: 0
    }
}

.expandable-mission.\--campaign .expandable-mission__title {
    font-size: 6.6rem;
    line-height: 7.7rem;
    letter-spacing: -.3rem
}

@media only screen and (max-width: 991px) {
    .expandable-mission.\--campaign .expandable-mission__title {
        font-size:2.6rem;
        line-height: 3rem;
        letter-spacing: -.084rem;
        margin-bottom: 3rem
    }
}

.expandable-mission.\--campaign .expandable-mission__text {
    font-size: 2rem;
    line-height: 3rem
}

@media only screen and (max-width: 991px) {
    .expandable-mission.\--campaign .expandable-mission__text {
        font-size:1.4rem;
        line-height: 2rem
    }
}

@media only screen and (max-width: 991px) {
    .expandable-mission.\--campaign .expandable-mission__content {
        margin-bottom:4rem
    }
}

.expandable-mission.\--campaign .expandable-mission__loadmore {
    text-align: center
}

.expandable-mission.\--campaign .cta-primary {
    background-color: transparent;
    color: #000;
    border-color: #000
}

.expandable-mission.\--campaign .cta-primary:hover {
    color: #fff;
    background-color: rgba(0,178,169,.5);
    border-color: rgba(0,178,169,.5)
}

@media only screen and (max-width: 991px) {
    .expandable-mission.\--campaign .cta-primary {
        width:auto
    }
}

.board-director-MR.slider-broad .board-director__info-content {
    margin-bottom: 3rem
}

@media only screen and (min-width: 992px) {
    .board-director-MR.slider-broad .board-director__info-content {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.board-director-MR.slider-broad .board-director__info .title {
    font-size: 12rem;
    line-height: 12rem;
    padding-bottom: 7.4rem
}

.board-director-MR.slider-broad .board-director__info .title::after {
    width: 13rem;
    bottom: 4.5rem;
    border-width: .4rem;
    border-radius: .2rem
}

@media only screen and (max-width: 991px) {
    .board-director-MR.slider-broad .board-director__info .title {
        font-size:4.2rem;
        line-height: 4.2rem;
        padding-bottom: 3.2rem
    }

    .board-director-MR.slider-broad .board-director__info .title:after {
        width: 4.2rem;
        bottom: 1.6rem;
        border-width: .2rem
    }
}

.board-director-MR.slider-broad .board-director__info .desc {
    margin-bottom: 0
}

.board-director-MR.slider-broad .board-director__info .font-thin {
    
}

.ar .board-director-MR.slider-broad .board-director__info .font-thin {

}

.board-director-MR.slider-broad .board-director__info .font-thin b,.board-director-MR.slider-broad .board-director__info .font-thin strong {

    font-weight: 300
}

.ar .board-director-MR.slider-broad .board-director__info .font-thin b,.ar .board-director-MR.slider-broad .board-director__info .font-thin strong {
  
}

.board-director-MR.slider-broad .list-board .row {
    margin-bottom: 8rem
}

@media only screen and (max-width: 991px) {
    .board-director-MR.slider-broad .list-board .row {
        margin-bottom:3.2rem
    }
}

.board-director-MR.slider-broad .list-board .row .list-board__item {
    width: 46.3rem;
    margin: 0 4rem 0 0
}

@media only screen and (max-width: 991px) {
    .board-director-MR.slider-broad .list-board .row .list-board__item {
        width:28rem;
        margin: 0 2.4rem 0 0
    }
}

.board-director-MR.slider-broad .list-board__info {
    padding: 0
}

.board-director-MR.slider-broad .list-board__image a,.board-director-MR.slider-broad .list-board__image-content {
    position: relative;
    text-decoration: none
}

.board-director-MR.slider-broad .list-board__logo {
    position: absolute;
    bottom: 2.5rem;
    left: 2.5rem
}

.board-director-MR.slider-broad .board-director__info p,.board-director-MR.slider-broad .list-board__desc {
    font-size: 2rem;
    line-height: 3rem
}

.board-director-MR.slider-broad .nav-item:first-child {
    border-top: 0
}

.board-director-MR.slider-broad .nav-item:last-child {
    border-bottom: 0
}

.board-director-MR.slider-broad.list-post .board-director__info .title {
    text-transform: uppercase;
    font-weight: 250
}

@media only screen and (min-width: 992px) {
    .board-director-MR.slider-broad.list-post .board-director__info .title {
        line-height:13.5rem;
        padding-bottom: 7.2rem
    }

    .en .board-director-MR.slider-broad.list-post .board-director__info .title {
        letter-spacing: .2rem;
        padding-bottom: 7.7rem
    }
}

@media only screen and (max-width: 991px) {
    .en .board-director-MR.slider-broad.list-post .board-director__info .title {
        letter-spacing:-.02em
    }

    .ar .board-director-MR.slider-broad.list-post .board-director__info .title {
        color: #000;
        font-size: 2.6rem;
        line-height: 3rem
    }
}

.ar .board-director-MR.slider-broad.list-post .board-director__info .title {
    font-weight: 500
}

@media only screen and (min-width: 992px) {
    .board-director-MR.slider-broad.list-post .board-director__info .title::after {
        bottom:4.7rem
    }

    .ar .board-director-MR.slider-broad.list-post .board-director__info .title::after {
        bottom: 5.6rem
    }
}

@media only screen and (min-width: 992px) {
    .board-director-MR.slider-broad.list-post .board-director__info b,.board-director-MR.slider-broad.list-post .board-director__info strong {
        line-height:12rem;
        letter-spacing: .5rem
    }
}

.board-director-MR.slider-broad.list-post .board-director__info .desc {
    color: #484848
}

.en .board-director-MR.slider-broad.list-post .board-director__info .desc {
    font-weight: 300
}

.ar .board-director-MR.slider-broad.list-post .board-director__info .desc {
    font-weight: 500
}

@media only screen and (min-width: 992px) {
    .en .board-director-MR.slider-broad.list-post .board-director__info .desc {
        color:#110b0b
    }

    .ar .board-director-MR.slider-broad.list-post .board-director__info .desc {
        color: #373737
    }
}

@media only screen and (max-width: 991px) {
    .board-director-MR.slider-broad.list-post .board-director__info .desc {
        font-size:1.4rem;
        line-height: 2rem
    }
}

@media only screen and (max-width: 991px) {
    .board-director-MR.slider-broad.list-post .cta-primary-arrow {
        margin-top:3.2rem
    }
}

.board-director-MR.slider-broad .board-director__btn {
    margin-top: 5.1rem
}

@media only screen and (max-width: 991px) {
    .board-director-MR.slider-broad .board-director__btn {
        margin-top:0
    }
}

.board-director-MR .custom-dropdown {
    display: none
}

.board-director-MR .board-director__tabList {
    border: 0;
 
    overflow-x: auto;
    overflow-y: hidden;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.board-director-MR .nav-item {
    margin-right: 6.4rem
}

.board-director-MR .nav-item:last-child {
    margin-right: 0
}

.board-director-MR .nav-link {
    font-size: 2.2rem;
    line-height: 5.5rem;
    color: #a7a7a7;
    border: 0;
    padding: 2rem 0;
    text-align: left
}

.board-director-MR .nav-link.active {
    color: #110b0b
}

.board-director-MR .nav-link.active:after {
    content: "";
    display: block;
    width: 5.3rem;
    height: .4rem;
    background-color: #ffc72c;
    border-radius: .2rem
}

@media only screen and (max-width: 991px) {
    .board-director-MR .nav-link.active:after {
        height:.2rem
    }
}

.ar .board-director-MR .nav-link {

    font-size: 2.4rem
}

.board-director-MR .board-director__tab {
    margin-bottom: 2rem
}

.board-director-MR .board-director__list-content {
    list-style: none;
    padding: 0
}

.board-director-MR .board-director__list-content .nav-item {
    padding: 2.7rem 0
}

.board-director-MR .board-director__list-content .nav-item.active {
    padding-bottom: 0;
    margin-bottom: 3.2rem
}

.board-director-MR .board-director__list-content .nav-item.active .accordion-scroll__content {
    padding-top: 2.7rem
}

.board-director-MR .board-director__list-content .nav-item .nav-link {
    font-size: 1.9rem;
    line-height: 2.2rem;

    padding: .5rem 0;
    padding-right: 3.5rem
}

.board-director-MR .board-director__accordionContent {
    opacity: 0;
    position: absolute;
    visibility: hidden
}

.board-director-MR .board-director__accordionContent+div {
    margin-top: 3.2rem
}

.board-director-MR .board-director__accordionContent .icon-minus,.board-director-MR .board-director__accordionContent .icon-plus {
    font-weight: bolder;
    color: #00b1b0
}

@media only screen and (min-width: 992px) {
    .board-director-MR .board-director__info h3 {
        padding-bottom:9.3rem
    }

    .board-director-MR .board-director__info h3::after {
        bottom: 4.8rem;
        width: 11rem;
        border-width: 4px
    }
}

.board-director-MR .board-director__info+.list-board {
    margin-top: 7.5rem
}

.board-director-MR .board-director__info-content {
    font-size: 3rem;
    line-height: 4.1rem;
    letter-spacing: -.4px
}

@media only screen and (max-width: 991px) {
    .board-director-MR .board-director__info-content,.board-director-MR .board-director__info-content p {
        font-size:1.6rem;
        line-height: 2.6rem
    }
}

.board-director-MR .list-board__desc {
    font-size: 1.8rem;
    line-height: 2.8rem
}

.board-director-MR a.list-board__desc:hover {
    font-size: 2rem;
    color: #00b2a9;
    line-height: 3rem
}

.board-director-MR .list-board-grid__desc {
    margin-top: 2.3rem;
    font-weight: 300;
    font-size: 2.6rem;
    line-height: 3.2rem;
    letter-spacing: -.04rem;
    color: #000;
    text-decoration: none
}

.board-director-MR.\--no-margin .board-director__info+.list-board {
    margin-top: 0
}

.board-director-MR .board-director__bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.board-director-MR.\--has-bg {
    position: relative;
    padding: 12.2rem 0 4.7rem
}

@media only screen and (max-width: 991px) {
    .board-director-MR.\--has-bg {
        padding:4rem 0
    }
}

.board-director-MR .board-director__bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.board-director-MR.\--has-bg {
    position: relative;
    padding: 12.2rem 0 4.7rem
}

@media only screen and (max-width: 991px) {
    .board-director-MR.\--has-bg {
        padding:4rem 0
    }
}

@media only screen and (max-width: 991px) {
    .board-director-MR .cta-primary-arrow {
        margin-top:2rem
    }

    .board-director-MR .board-director__tabContent {
        opacity: 0;
        position: absolute;
        visibility: hidden;
        left: -100%
    }

    .board-director-MR .board-director__accordionContent {
        opacity: 1;
        position: relative;
        visibility: visible
    }

    .board-director-MR .board-director__tabList {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .board-director-MR .list-board__desc {
        margin-top: 1.5rem
    }

    .board-director-MR:not(.slider-broad) .list-board__desc {
        font-size: 1.2rem;
        line-height: 1.6rem
    }

    .board-director-MR .nav-link {
        font-size: 1.5rem;
        line-height: 2.2rem
    }
}

@media only screen and (min-width: 992px) {
    .ar .board-director-MR .board-director__info p {
        font-size:2.4rem;
        line-height: 4.5rem
    }

    .ar .board-director-MR .list-board__desc {
        font-size: 1.8rem;
        line-height: 2.6rem
    }
}

.profile-MR.profile {
    padding-bottom: 11.6rem
}

@media only screen and (max-width: 991px) {
    .profile-MR.profile {
        padding-bottom:6rem
    }

    .profile-MR.profile .profile__nav-tabs {
        margin-bottom: .5rem
    }
}

@media only screen and (min-width: 992px) {
    .ar .profile-MR.profile {
        padding-bottom:13.1rem
    }
}

@media only screen and (max-width: 991px) {
    .ar .profile-MR.profile {
        padding-top:4.8rem
    }
}

.profile-MR.profile .profile__nav-tabs {
    display: block
}

.profile-MR.profile .profile__desc {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-top: 4.8rem
}

@media only screen and (max-width: 991px) {
    .profile-MR.profile .profile__desc {
        font-size:1.6rem;
        line-height: 2.6rem;
        margin-top: 3.5rem
    }
}

.ar .profile-MR.profile .profile__desc {
    margin-top: 4rem;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 500;
    color: #110b0b
}

@media only screen and (max-width: 991px) {
    .ar .profile-MR.profile .profile__desc {
        margin-top:1.6rem;
        font-size: 1.4rem;
        line-height: 2rem;
        color: #484848
    }
}

.profile-MR.profile .by-sector .profile__group {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 5%;
    -moz-column-gap: 5%;
    column-gap: 5%
}

.profile-MR.profile .by-sector .profile__item {
    max-width: 40rem;
    width: 30%;
    margin: 7.2rem 0 0
}

@media only screen and (max-width: 991px) {
    .profile-MR.profile .by-sector .profile__item {
        padding-top:3rem
    }
}

@media only screen and (min-width: 992px) {
    .profile-MR.profile .by-sector .profile__item:nth-child(1),.profile-MR.profile .by-sector .profile__item:nth-child(2),.profile-MR.profile .by-sector .profile__item:nth-child(3) {
        margin-top:5.6rem
    }
}

@media only screen and (max-width: 991px) {
    .profile-MR.profile .by-sector .profile__item:nth-child(1) {
        margin-top:3rem
    }
}

.profile-MR.profile .by-sector .profile__field {
    text-transform: none;
    max-width: 18rem;
    line-height: 2.4rem
}

@media only screen and (max-width: 991px) {
    .profile-MR.profile .by-sector .profile__field {
        font-size:1.6rem;
        line-height: 2.2rem
    }

    .en .profile-MR.profile .by-sector .profile__field {
        letter-spacing: unset
    }
}

.ar .profile-MR.profile .by-sector .profile__field {
    font-weight: 500;
    color: #000
}

@media only screen and (min-width: 992px) {
    .ar .profile-MR.profile .by-sector .profile__field {
        line-height:2.8rem
    }
}

@media only screen and (max-width: 991px) {
    .profile-MR.profile .by-sector .profile__item {
        margin-top:2.5rem;
        width: 48%
    }

    .profile-MR.profile .by-sector .profile__txt {
        padding: 0 2.6rem
    }
}

@media only screen and (max-width: 767px) {
    .profile-MR.profile .by-sector .profile__group {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .profile-MR.profile .by-sector .profile__item {
        width: 100%
    }
}

.profile-MR.profile .profile__title {
    padding-bottom: 4.8rem;
    letter-spacing: -.02em
}

@media only screen and (max-width: 991px) {
    .profile-MR.profile .profile__title {
        padding-bottom:2rem;
        margin-bottom: 0;
        letter-spacing: -.05rem;
        line-height: 3rem
    }
}

.ar .profile-MR.profile .profile__title {
    padding-bottom: 4.5rem;
    line-height: 7.3rem;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .ar .profile-MR.profile .profile__title {
        padding-bottom:1.6rem;
        line-height: 3.5rem
    }
}

.managing-letter__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #00778b;
    padding: 3.2rem
}

@media only screen and (min-width: 992px) {
    .managing-letter__box {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 7.8rem 5.3rem 7.8rem 7.3rem
    }
}

.managing-letter__box-img {
    width: 100%;
    margin-bottom: 1.6rem
}

@media only screen and (min-width: 992px) {
    .managing-letter__box-img {
        width:10.5rem;
        margin-top: -1rem;
        margin-bottom: 0
    }
}

.managing-letter__box-text {
    width: 100%
}

@media only screen and (min-width: 992px) {
    .managing-letter__box-text {
        width:calc(75% - 10.5rem);
        padding: 0 3.8rem
    }
}

.managing-letter__box-btn {
    width: 100%;
    margin-top: 2.4rem
}

@media only screen and (min-width: 992px) {
    .managing-letter__box-btn {
        width:25%;
        margin-top: 0
    }
}

.managing-letter__box-title {
    font-size: 2rem;
    line-height: 2.8rem;
    color: #fff;
    font-weight: 400
}

@media only screen and (min-width: 992px) {
    .managing-letter__box-title {
        font-size:4.2rem;
        line-height: 6.2rem;
        font-weight: 300
    }

    .en .managing-letter__box-title {
        letter-spacing: .01em;
        line-height: 5rem
    }
}

.ar .managing-letter__box-title {
    font-weight: 500
}

.managing-letter__box-desc {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #fff;
    margin-top: 1.6rem
}

@media only screen and (min-width: 992px) {
    .managing-letter__box-desc {
        font-size:2rem;
        line-height: 3rem;
        margin-top: 1.1rem
    }
}

.horizontal-card-MR {
    position: relative;
    padding: 10.4rem 0
}

@media only screen and (max-width: 991px) {
    .horizontal-card-MR {
        padding:4rem 0
    }

    .ar .horizontal-card-MR {
        padding: 4.8rem 0 9.9rem
    }
}

@media only screen and (max-width: 991px) {
    .horizontal-card-MR .horizontal-card__list {
        padding-top:3.5rem;
        padding-right: 2.6rem
    }
}

@media only screen and (min-width: 1600px) {
    .horizontal-card-MR .horizontal-card__list {
        padding-right:calc((min(160rem,100vw) - 1380px - 44px)/ 2)
    }
}

.horizontal-card-MR .horizontal-card__list .swiper-scrollbar {
    margin-top: 5.8rem;
    margin-bottom: 0;
    background-color: #a4a4a4!important
}

@media only screen and (max-width: 991px) {
    .horizontal-card-MR .horizontal-card__list .swiper-scrollbar {
        margin-top:5.5rem
    }
}

.horizontal-card-MR .horizontal-card__item {
    padding-right: 4.4rem
}

@media only screen and (max-width: 991px) {
    .horizontal-card-MR .horizontal-card__item {
        padding-right:2.6rem
    }
}

@media only screen and (min-width: 992px) {
    .horizontal-card-MR .horizontal-card__title {
        font-weight:300;
        letter-spacing: -.02em
    }
}

.ar .horizontal-card-MR .horizontal-card__title {
    font-weight: 500
}

@media only screen and (min-width: 992px) {
    .ar .horizontal-card-MR .horizontal-card__title {
        font-size:6.6rem;
        line-height: 7.3rem
    }
}

@media only screen and (max-width: 991px) {
    .ar .horizontal-card-MR .horizontal-card__title {
        line-height:3.5rem;
        padding-bottom: 1.6rem
    }
}

@media only screen and (min-width: 992px) {
    .horizontal-card-MR .horizontal-card__note {
        padding-top:2.4rem
    }
}

.en .horizontal-card-MR .horizontal-card__note {
    font-weight: 300
}

.ar .horizontal-card-MR .horizontal-card__note {
    font-weight: 500
}

@media only screen and (min-width: 992px) {
    .ar .horizontal-card-MR .horizontal-card__note {
        padding-top:4rem;
        font-size: 2rem;
        line-height: 3rem;
        color: #110b0b
    }
}

@media only screen and (max-width: 991px) {
    .ar .horizontal-card-MR .horizontal-card__note {
        line-height:2rem;
        color: #484848;
        padding-top: 1.6rem
    }
}

@media only screen and (max-width: 991px) {
    .horizontal-card-MR .horizontal-card__detail {
        height:100%;
        margin-bottom: 1.7rem
    }
}

@media only screen and (max-width: 991px) {
    .horizontal-card-MR .horizontal-card__logo {
        margin-bottom:4rem
    }
}

.horizontal-card-MR .horizontal-card__text {
    letter-spacing: .01em
}

@media only screen and (min-width: 992px) {
    .ar .horizontal-card-MR .horizontal-card__text {
        font-size:4.2rem;
        line-height: 6.2rem
    }
}

@media only screen and (max-width: 991px) {
    .ar .horizontal-card-MR .horizontal-card__text {
        line-height:3.2rem
    }
}

.horizontal-card-MR>picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2
}

.horizontal-card-MR>picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.performance-tab__list {
    background: #333f48;
    color: #fff;
    padding: 4.8rem 0;
    min-height: 69.2rem
}

@media only screen and (min-width: 992px) {
    .performance-tab__list {
        height:80rem;
        padding: 2.4rem 0 2.4rem 0
    }
}

.performance-tab .title-tab {
    font-size: 4.8rem;
    line-height: 5.4rem;
    letter-spacing: -.06rem
}

@media only screen and (max-width: 991px) {
    .performance-tab .title-tab {
        font-size:2.6rem;
        line-height: 3rem;
        letter-spacing: -.05rem
    }
}

.performance-tab__tabList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 3rem;
    border: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 991px) {
    .performance-tab__tabList {
        display:none
    }
}

.performance-tab .desc-tab {
    margin-top: 2rem
}

@media only screen and (min-width: 992px) {
    .performance-tab .desc-tab {
        margin-top:7.4rem
    }
}

.performance-tab .desc-tab p {
    font-size: 1.4rem;
    line-height: 2rem
}

@media only screen and (min-width: 992px) {
    .performance-tab .desc-tab p {
        font-size:2rem;
        line-height: 3rem
    }
}

.performance-tab li.nav-item {
    max-width: 14rem
}

.ar .performance-tab li.nav-item {
    max-width: 15rem
}

.performance-tab .nav-link {
    position: relative;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 2.2rem;
    line-height: 2.6rem;
    letter-spacing: .01em;
    color: #a7a7a7;
    border: none;
    background-color: transparent
}

.performance-tab .nav-link.active {
    color: #110b0b;
    background-color: transparent
}

.performance-tab .nav-link.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5rem;
    display: block;
    width: 5.3rem;
    height: .4rem;
    background-color: #ffc72c;
    border-radius: .2rem
}

.performance-tab .custom-dropdown {
    margin-bottom: 4.8rem
}

@media only screen and (min-width: 992px) {
    .performance-tab .custom-dropdown {
        display:none
    }
}

@media only screen and (min-width: 992px) {
    .performance-tab .col-lg-6:first-child {
        padding-right:4%
    }
}

@media only screen and (min-width: 992px) {
    .performance-tab .col-lg-6:last-child {
        padding-left:4%
    }
}

.performance-tab .complex-description__warning {
    color: #fff
}

@media only screen and (min-width: 992px) {
    .performance-tab .complex-description__warning {
        line-height:2.8rem
    }
}

.performance-tab .complex-description__desc {
    color: #fff
}

.ar .performance-tab .complex-description__summary {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2rem
}

@media only screen and (min-width: 992px) {
    .ar .performance-tab .complex-description__summary {
        font-size:2rem;
        line-height: 3rem
    }
}

.performance-tab .complex-description__main {
    color: #fdb913
}

.performance-tab .complex-description__content {
    border-top: 2px solid #575757;
    border-bottom: 2px solid #575757
}

.performance-tab .profile__content-item-list.by-asset {
    margin-top: 4.4rem
}

.performance-tab .profile__content-item-list.by-asset .profile__field {
    color: #fff
}

@media only screen and (max-width: 991px) {
    .performance-tab .profile__content-item-list.by-asset .profile__field {
        color:#fdb913
    }
}

.performance-tab .profile__content-item-list.by-asset .profile__item {
    background-color: #3b4750
}

.performance-tab .profile__content-item-list .profile__number {
    color: #fdb913
}

.performance-tab .profile__content-item-list.by-geography .profile__field {
    color: #fff
}

.performance-tab .profile__content-item-list.by-geography .profile__item-bg {
    scale: .85
}

.performance-tab .profile__content-item-list.by-geography .profile__item-bg img {
    opacity: .35
}

@media only screen and (max-width: 1279px) {
    .performance-tab .profile__content-item-list.by-geography .profile__item-bg {
        scale:.75
    }
}

.performance-tab .profile__content-item-list .grid-container--geography {
    margin-top: -9rem
}

@media only screen and (max-width: 991px) {
    .performance-tab .profile__content-item-list .grid-container--geography {
        margin-top:-4.5rem
    }
}

.performance-tab .swiper-scrollbar {
    background-color: #a4a4a4!important
}

.performance-chart__content {
    position: relative;
    padding-top: 7.5rem
}

@media only screen and (max-width: 991px) {
    .performance-chart__content {
        display:grid;
        padding-top: 7.2rem
    }
}

.performance-chart__text {
    position: absolute;
    top: 12rem
}

@media only screen and (max-width: 991px) {
    .performance-chart__text {
        top:0
    }
}

.performance-chart__text .subtitle .currency {
 
    font-size: 4.8rem;
    line-height: 2.4rem
}

@media only screen and (max-width: 991px) {
    .performance-chart__text .subtitle .currency {
        font-size:2.4rem;
        line-height: 2.4rem
    }
}

.ar .performance-chart__text .subtitle .currency {
   
}

.performance-chart__text .subtitle .amount {
    font-size: 10rem;
    line-height: 10rem;
    letter-spacing: -.025rem;
    color: #ffc72c
}

@media only screen and (max-width: 991px) {
    .performance-chart__text .subtitle .amount {
        font-size:5rem;
        line-height: 5rem
    }
}

.performance-chart__text .subtitle .quantity {
 
    font-size: 1.8rem;
    line-height: 2.4rem;
    display: inline-block;
    vertical-align: top
}

@media only screen and (min-width: 992px) {
    .performance-chart__text .subtitle .quantity {
        top:1.2rem;
        font-size: 3.2rem;
        letter-spacing: -.025rem;
        margin-top: 1.3rem
    }
}

.ar .performance-chart__text .subtitle .quantity {
  
}

.performance-chart__text .subtitle .bn-quantity {
    display: inline-block
}

.performance-chart__text .subtitle-ar {
    display: none
}

.performance-chart__text .subtitle-usd {
    font-size: 3rem;
    line-height: 3.2rem;
    letter-spacing: .025rem;
    margin-top: 1.1rem
}

@media only screen and (max-width: 991px) {
    .performance-chart__text .subtitle-usd {
        font-size:1.2rem;
        line-height: 1.6rem
    }
}

.performance-chart__chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 50rem
}

@media only screen and (min-width: 992px) {
    .performance-chart__chart {
        min-height:54.8rem
    }
}

.performance-chart .column-chart {
    min-width: 4.5rem
}

@media only screen and (max-width: 991px) {
    .performance-chart .column-chart {
        padding-bottom:2rem;
        margin: 0 .4rem
    }
}

.performance-chart .column-chart.\--reset {
    opacity: 0
}

.performance-chart .column-chart.--active .chart-text {
    text-align: left
}

.performance-chart .column-chart.--active .chart-currency {
    display: block
}

.performance-chart .column-chart.--active .chart-quantity {
    display: inline-block
}

.performance-chart .column-chart.--active .chart-nb {
    font-size: 2.4rem;
    line-height: 2.9rem;
    padding-right: .5rem
}

@media only screen and (max-width: 991px) {
    .performance-chart .column-chart.--active .chart-nb {
        font-size:1.2rem;
        line-height: 1.5rem
    }
}

.performance-chart .column-chart.--active .chart-line {
    width: 2.5rem;
    background-color: #ffc72c
}

@media only screen and (min-width: 992px) {
    .performance-chart .column-chart.--active .chart-line {
        width:9rem
    }
}

.performance-chart .column-chart.--active .chart-year {
    font-weight: 700
}

@media only screen and (max-width: 991px) {
    .performance-chart .column-chart.--active .chart-bn-quantity {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.performance-chart .chart-text {
    text-align: center
}

@media only screen and (max-width: 991px) {
    .performance-chart .chart-text {
        min-width:0
    }
}

.performance-chart .chart-currency {
    font-size: 1.4rem;
    line-height: 1.7rem;
    display: none
}

@media only screen and (max-width: 991px) {
    .performance-chart .chart-currency {
        font-size:1rem;
        line-height: 1.2rem
    }
}

.performance-chart .chart-quantity {
    font-size: 2.2rem;
    line-height: 2.6rem;
    display: none
}

@media only screen and (max-width: 991px) {
    .performance-chart .chart-quantity {
        font-size:1.1rem;
        line-height: .8rem
    }
}

.ar .performance-chart .chart-quantity {
    font-size: 1.4rem;
    line-height: 1.7rem
}

@media only screen and (max-width: 991px) {
    .ar .performance-chart .chart-quantity {
        font-size:1rem;
        line-height: 1.2rem
    }
}

.performance-chart .chart-nb {
    font-size: 1.6rem;
    line-height: 1.9rem
}

@media only screen and (max-width: 991px) {
    .performance-chart .chart-nb {
        font-size:1.4rem;
        line-height: 1.7rem
    }
}

.performance-chart .chart-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.performance-chart .chart-line {
    width: 3px;
    height: 0;
    margin: 1rem 0 1.5rem;
    background-color: #00b2a9;
    -webkit-transition: height 1s ease-out;
    transition: height 1s ease-out
}

@media only screen and (max-width: 991px) {
    .performance-chart .chart-line {
        margin:.6rem 0
    }
}

.performance-chart .chart-line.thick-chart-line {
    width: 10px
}

.performance-chart .chart-year {
    font-size: 1.4rem;
    line-height: 1.7rem;
    text-align: center;
    color: #00b2a9
}

@media only screen and (max-width: 991px) {
    .performance-chart .chart-year {
        font-size:1rem;
        line-height: 1.5rem
    }
}

.performance-chart__note {
    font-size: 1rem;
    line-height: 1.4rem;
    color: #999fa3;
    margin-top: 3.4rem
}

@media only screen and (min-width: 992px) {
    .performance-chart__note {
        font-size:1.2rem;
        line-height: 2.8rem
    }
}

.performance-chart.--new-investments .chart-line {
    margin: 1.2rem 0;
    width: 8.8rem
}

@media only screen and (min-width: 992px) {
    .performance-chart.--new-investments .chart-line {
        width:15rem;
        margin: 2rem 0
    }
}

.performance-chart.--new-investments .column-chart {
    min-width: 9rem;
    margin: 0 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width: 992px) {
    .performance-chart.--new-investments .column-chart {
        min-width:16rem
    }
}

@media only screen and (max-width: 991px) {
    .performance-chart.--new-investments .column-chart {
        margin:0 .4rem
    }
}

.performance-chart.--new-investments .column-chart.--small .chart-nb {
    font-weight: 300;
    font-size: 2.6rem;
    line-height: 3.4rem;
    letter-spacing: -.00851712rem
}

@media only screen and (min-width: 992px) {
    .performance-chart.--new-investments .column-chart.--small .chart-nb {
        font-size:5rem;
        line-height: 5.8rem;
        letter-spacing: -.0146191rem
    }
}

.performance-chart.--new-investments .column-chart.--small .chart-quantity {
    margin-top: .5rem
}

.performance-chart.--new-investments .column-chart.--active .chart-line {
    width: 8.8rem
}

@media only screen and (min-width: 992px) {
    .performance-chart.--new-investments .column-chart.--active .chart-line {
        width:15rem
    }
}

.performance-chart.--new-investments .column-chart.--active .chart-text {
    text-align: center
}

.ar .performance-chart.--new-investments .column-chart.--active .chart-text {
    text-align: left
}

.performance-chart.--new-investments .column-chart.--active .chart-nb {
    color: #ffc72c
}

.performance-chart.--new-investments .column-chart.--active .chart-currency,.performance-chart.--new-investments .column-chart.--active .chart-quantity {
    color: #fff
}

.performance-chart.--new-investments .chart-text {
    min-width: 22rem;
    position: relative;
    text-align: center
}

@media only screen and (max-width: 991px) {
    .performance-chart.--new-investments .chart-text {
        min-width:0
    }
}

.ar .performance-chart.--new-investments .chart-text {
    text-align: left
}

.performance-chart.--new-investments .chart-text .chart-bn-quantity,.performance-chart.--new-investments .chart-text .chart-currency,.performance-chart.--new-investments .chart-text .chart-quantity {
    display: inline-block
}

.performance-chart.--new-investments .chart-text .chart-quantity {
    vertical-align: top;
    color: #00b2a9
}

@media only screen and (max-width: 991px) {
    .performance-chart.--new-investments .chart-text .chart-quantity {
        font-size:.7rem;
        line-height: 1.3rem;
        letter-spacing: -.0146191rem
    }
}

.ar .performance-chart.--new-investments .chart-text .chart-quantity {
    vertical-align: top;
    margin-top: -.5rem
}

@media only screen and (min-width: 992px) {
    .ar .performance-chart.--new-investments .chart-text .chart-quantity {
        font-size:1.2rem;
        line-height: 1.5rem;
        margin-top: -.9rem
    }
}

.performance-chart.--new-investments .chart-text .usConversion {
    font-size: 1.8rem;
    line-height: 1.9rem;
    letter-spacing: .0146191rem;
    margin: 1rem 0 0
}

@media only screen and (max-width: 991px) {
    .performance-chart.--new-investments .chart-text .usConversion {
        font-size:.9rem;
        line-height: .9rem;
        letter-spacing: -.0074191rem;
        margin-top: .4rem
    }
}

.performance-chart.--new-investments .chart-text .chart-nb {
    font-size: 7.2rem;
    line-height: 5.8rem;
    letter-spacing: -.0146191rem;
    color: #00b2a9
}

@media only screen and (max-width: 991px) {
    .performance-chart.--new-investments .chart-text .chart-nb {
        font-size:2.4rem;
        line-height: 4.2rem;
        letter-spacing: -.00851712rem
    }
}

@media only screen and (max-width: 991px) {
    .performance-chart.--new-investments .chart-text .chart-bn-quantity .chart-nb {
        font-size:1.8rem;
        line-height: 2.1rem;
        letter-spacing: -.00851712rem
    }
}

.performance-chart.--new-investments .chart-text .chart-currency {
    font-size: 1.1rem;
    line-height: .8rem;
    letter-spacing: -.00851712rem;
    color: #00b2a9
}

@media only screen and (min-width: 992px) {
    .performance-chart.--new-investments .chart-text .chart-currency {
        font-size:1.6rem;
        line-height: 1.4rem;
        letter-spacing: -.0146191rem
    }
}

@media only screen and (max-width: 991px) {
    .performance-chart.--new-investments .chart-text .chart-currency {
        font-size:.7rem;
        line-height: 1.3rem;
        letter-spacing: -.0146191rem
    }
}

.performance-chart.--new-investments .performance-chart__note {
    font-size: 1.8rem;
    line-height: 2.7rem;
    text-align: center;
    color: #fff
}

@media only screen and (min-width: 992px) {
    .performance-chart.--new-investments .performance-chart__note {
        font-size:3rem;
        line-height: 3.8rem;
        letter-spacing: -.005em
    }
}

.performance-chart.--new-investments .performance-chart__round {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-left: 1.7rem
}

@media only screen and (min-width: 1600px) {
    .performance-chart.--new-investments .performance-chart__round {
        margin-left:2.3rem
    }
}

@media only screen and (max-width: 991px) {
    .performance-chart.--new-investments .performance-chart__round {
        margin-left:.5rem
    }
}

.performance-chart .chart-text-ar,.performance-chart .chart-text-slide-ar {
    display: none
}

.ar .performance-chart__text .subtitle {
    display: none
}

.ar .performance-chart__text .subtitle-ar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.ar .performance-chart__text .subtitle-ar .amount {
    font-weight: 300;
    font-size: 10rem;
    line-height: 10rem;
    letter-spacing: -.025rem;
    color: #ffc72c
}

.ar .performance-chart__text .subtitle-ar .currency,.ar .performance-chart__text .subtitle-ar .quantity {
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 2.4rem;
    margin-right: .6rem
}

@media only screen and (max-width: 991px) {
    .ar .performance-chart__text .subtitle-ar .amount {
        font-size:5rem;
        line-height: 5rem;
        letter-spacing: -.1rem
    }

    .ar .performance-chart__text .subtitle-ar .currency,.ar .performance-chart__text .subtitle-ar .quantity {
        font-size: 1.4rem;
        line-height: 2.4rem
    }
}

@media only screen and (max-width: 991px) {
    .ar .performance-chart__text .subtitle-usd {
        margin:0
    }
}

.ar .performance-chart .column-chart.--active .chart-text .chart-currency {
    width: 100%;
    position: relative;
    top: 2rem;
    text-align: right
}

@media only screen and (max-width: 991px) {
    .ar .performance-chart .column-chart.--active .chart-text .chart-currency {
        top:1.2rem;
        margin-left: .6rem
    }
}

.ar .performance-chart .column-chart.--active .chart-text .chart-bn-quantity {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.ar .performance-chart.--new-investments .column-chart.--active .chart-text-ar .value .chart-nb {
    padding: 0;
    color: #ffc72c
}

.ar .performance-chart.--new-investments .column-chart.--active .chart-text-ar .value .currency-ar {
    margin-top: -.4rem
}

@media only screen and (max-width: 991px) {
    .ar .performance-chart.--new-investments .column-chart.--active .chart-text-ar .value .currency-ar {
        margin-top:.8rem
    }
}

.ar .performance-chart.--new-investments .column-chart.--active .chart-text-ar .value .currency-ar .chart-currency,.ar .performance-chart.--new-investments .column-chart.--active .chart-text-ar .value .currency-ar .chart-quantity {
    color: #fff
}

.ar .performance-chart.--new-investments .column-chart.--active .chart-text-slide-ar .value .chart-nb {
    padding: 0;
    color: #ffc72c
}

.ar .performance-chart.--new-investments .column-chart.--active .chart-text-slide-ar .value .currency-ar {
    margin-top: -.4rem
}

@media only screen and (max-width: 991px) {
    .ar .performance-chart.--new-investments .column-chart.--active .chart-text-slide-ar .value .currency-ar {
        margin-top:.8rem
    }
}

.ar .performance-chart.--new-investments .column-chart.--active .chart-text-slide-ar .value .currency-ar .chart-currency,.ar .performance-chart.--new-investments .column-chart.--active .chart-text-slide-ar .value .currency-ar .chart-quantity {
    color: #000
}

@media only screen and (max-width: 991px) {
    .ar .performance-chart.--new-investments .column-chart.--active .chart-text-slide-ar .value .currency-ar .chart-currency {
        position:block;
        top: 0;
        right: 0
    }
}

@media only screen and (max-width: 991px) {
    .ar .performance-chart.--new-investments .column-chart.--small .chart-text-ar .value .currency-ar,.ar .performance-chart.--new-investments .column-chart.--small .chart-text-slide-ar .value .currency-ar {
        margin:0 0 1rem 0
    }
}

.ar .performance-chart.--new-investments .column-chart .chart-text {
    display: none
}

.ar .performance-chart.--new-investments .column-chart .chart-text-ar {
    display: block
}

.ar .performance-chart.--new-investments .column-chart .chart-text-ar .value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ar .performance-chart.--new-investments .column-chart .chart-text-ar .value .chart-nb {
    font-weight: 500;
    font-size: 5.187rem;
    line-height: 4.213rem;
    color: #00b2a9
}

@media only screen and (max-width: 991px) {
    .ar .performance-chart.--new-investments .column-chart .chart-text-ar .value .chart-nb {
        font-size:2.4rem
    }
}

@media only screen and (max-width: 991px) {
    .ar .performance-chart.--new-investments .column-chart .chart-text-ar .value .currency-ar {
        margin-top:.8rem
    }
}

.ar .performance-chart.--new-investments .column-chart .chart-text-ar .value .currency-ar .chart-currency,.ar .performance-chart.--new-investments .column-chart .chart-text-ar .value .currency-ar .chart-quantity {
    display: block;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1rem;
    color: #00b2a9
}

@media only screen and (max-width: 991px) {
    .ar .performance-chart.--new-investments .column-chart .chart-text-ar .value .currency-ar .chart-currency,.ar .performance-chart.--new-investments .column-chart .chart-text-ar .value .currency-ar .chart-quantity {
        font-size:1.1rem;
        line-height: .8rem
    }
}

.ar .performance-chart.--new-investments .column-chart .chart-text-ar .value .currency-ar .chart-currency {
    margin-bottom: .4rem
}

.ar .performance-chart.--new-investments .column-chart .chart-text-ar .usConversion {
    margin: .5rem 0 -.2rem 0;
    color: #fff
}

@media only screen and (max-width: 991px) {
    .ar .performance-chart.--new-investments .column-chart .chart-text-ar .usConversion {
        text-align:left;
        font-size: 1.1rem;
        line-height: .8rem;
        margin: 0
    }
}

.ar .performance-chart.--new-investments .column-chart .chart-text-slide-ar {
    display: block;
    margin-left: 1.5rem
}

.ar .performance-chart.--new-investments .column-chart .chart-text-slide-ar .value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ar .performance-chart.--new-investments .column-chart .chart-text-slide-ar .value .chart-nb {
    font-weight: 500;
    font-size: 5.187rem;
    line-height: 4.213rem;
    color: #00b2a9
}

@media only screen and (max-width: 991px) {
    .ar .performance-chart.--new-investments .column-chart .chart-text-slide-ar .value .chart-nb {
        font-size:2.4rem
    }
}

@media only screen and (max-width: 991px) {
    .ar .performance-chart.--new-investments .column-chart .chart-text-slide-ar .value .currency-ar {
        margin-top:.8rem
    }
}

.ar .performance-chart.--new-investments .column-chart .chart-text-slide-ar .value .currency-ar .chart-currency,.ar .performance-chart.--new-investments .column-chart .chart-text-slide-ar .value .currency-ar .chart-quantity {
    display: block;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1rem;
    color: #00b2a9
}

@media only screen and (max-width: 991px) {
    .ar .performance-chart.--new-investments .column-chart .chart-text-slide-ar .value .currency-ar .chart-currency,.ar .performance-chart.--new-investments .column-chart .chart-text-slide-ar .value .currency-ar .chart-quantity {
        font-size:1.1rem;
        line-height: .8rem
    }
}

.ar .performance-chart.--new-investments .column-chart .chart-text-slide-ar .usConversion {
    margin: .5rem 0 -.2rem 0;
    color: #000
}

@media only screen and (max-width: 991px) {
    .ar .performance-chart.--new-investments .column-chart .chart-text-slide-ar .usConversion {
        text-align:left;
        font-size: 1.1rem;
        line-height: .8rem;
        margin: 0
    }
}

.simple-description-MR h3 {
    letter-spacing: -.05rem;
    margin-bottom: 5.5rem
}

@media only screen and (min-width: 992px) {
    .simple-description-MR h3 {
        font-size:7.2rem;
        line-height: 7.7rem;
        letter-spacing: -.3rem;
        margin-bottom: 9rem
    }
}

@media only screen and (min-width: 992px) {
    .simple-description-MR h3::after {
        bottom:-4.5rem
    }
}

.ar .simple-description-MR h3 {
    font-weight: 500;
    font-size: 6.6rem;
    line-height: 7.3rem;
    letter-spacing: -.02em;
    margin-bottom: 8.5rem
}

@media only screen and (max-width: 991px) {
    .ar .simple-description-MR h3 {
        font-size:2.6rem;
        line-height: 3.5rem;
        margin-bottom: 3.2rem
    }
}

@media only screen and (min-width: 992px) {
    .simple-description-MR .simple-description__bottom {
        max-width:91%
    }
}

.simple-description-MR .simple-description__bottom p {
    font-size: 1.8rem;
    line-height: 2.8rem
}

@media only screen and (max-width: 991px) {
    .simple-description-MR .simple-description__bottom p {
        font-size:1.6rem;
        line-height: 2.6rem;
        padding-bottom: 0
    }

    .simple-description-MR .simple-description__bottom p+a {
        margin-top: 3.2rem
    }
}

.ar .simple-description-MR .simple-description__bottom p {
    font-weight: 500;
    font-size: 2rem;
    line-height: 3rem
}

@media only screen and (max-width: 991px) {
    .ar .simple-description-MR .simple-description__bottom p {
        font-size:1.4rem;
        line-height: 2rem
    }
}

.simple-description-MR .simple-description__bottom .font-size-detail {
    padding-bottom: 0;
    font-weight: 300!important;
    font-size: 2rem!important;
    line-height: 3rem!important
}

.simple-description-MR .simple-description__bottom .font-size-detail+a {
    margin-top: 5rem
}

@media only screen and (max-width: 991px) {
    .simple-description-MR .simple-description__bottom .font-size-detail {
        font-size:1.4rem!important;
        line-height: 2rem!important
    }
}

.ar .simple-description-MR .simple-description__bottom .font-size-detail {
    line-height: 3rem!important
}

@media only screen and (max-width: 991px) {
    .ar .simple-description-MR .simple-description__bottom .font-size-detail {
        line-height:2rem!important
    }
}

.simple-description-MR .font-size-excerpt {
    font-weight: 300!important;
    font-size: 3rem!important;
    line-height: 3rem!important
}

.ar .simple-description-MR .font-size-excerpt {
    font-weight: 500!important
}

@media only screen and (max-width: 991px) {
    .simple-description-MR .font-size-excerpt {
        font-size:1.6rem!important;
        line-height: 2.2rem!important
    }

    .ar .simple-description-MR .font-size-excerpt {
        font-weight: 500!important;
        font-size: 2rem!important;
        line-height: 2rem!important
    }
}

.ar .simple-description-MR .font-size-detail-2 {
    font-weight: 500!important;
    font-size: 2rem!important;
    line-height: 3.5rem!important
}

@media only screen and (max-width: 991px) {
    .ar .simple-description-MR .font-size-detail-2 {
        font-weight:500!important;
        font-size: 1.4rem!important;
        line-height: 2rem!important
    }
}

@media only screen and (max-width: 991px) {
    .ar .simple-description-MR .font-size-detail-1 {
        font-size:2rem
    }
}

.megatrends-MR__info h3 {
    position: relative;
    font-weight: 300;
    font-size: 6.6rem;
    line-height: 7.3rem;
    padding-bottom: 11.3rem;
    letter-spacing: -.02em
}

.megatrends-MR__info h3:after {
    content: "";
    border-bottom: 4px solid #fdb913;
    width: 11rem;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 6.8rem
}

.slider .list {
    display: block;
    margin: 0
}

.slider .list .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
    margin-bottom: 8.3rem
}

.slider .list .row .list__item {
    width: 46.3rem;
    margin: 0 4rem 0 0;
    padding: 0
}

.slider .list__image {
    position: relative;
    text-decoration: none;
    color: #000;
    display: block
}

.slider .list__info {
    padding: 0
}

.slider .list__desc {
    margin-top: 2.3rem;
    font-weight: 300;
    font-size: 3rem;
    line-height: 4.1rem;
    letter-spacing: -.04rem;
    color: #000;
    text-decoration: none
}

@media only screen and (max-width: 991px) {
    .megatrends-MR__info h3 {
        font-weight:300;
        font-size: 2.6rem;
        line-height: 3rem;
        padding-bottom: 5.8rem;
        letter-spacing: -.05rem
    }

    .megatrends-MR__info h3:after {
        border-bottom: 2px solid #fdb913;
        width: 8.2rem;
        margin-bottom: 3.8rem
    }

    .slider .list {
        display: block;
        margin: 0
    }

    .slider .list .row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0;
        margin-bottom: 4rem
    }

    .slider .list .row .list__item {
        width: 28rem;
        margin: 0 4rem 0 0
    }

    .slider .list__desc {
        margin-top: 1.4rem;
        font-size: 2rem;
        line-height: 3rem
    }
}

.section-accordion-mr .accordion {
    padding: 0
}

.section-accordion-mr .accordion__title {
    padding: 6rem 10.6rem 6rem 0;
    font-size: 6.6rem;
    line-height: 7.3rem;
    letter-spacing: -.02em;
    position: relative
}

@media only screen and (max-width: 991px) {
    .section-accordion-mr .accordion__title {
        padding:3.2rem 5.1rem 3.2rem 0;
        font-size: 2.6rem;
        line-height: 3rem;
        letter-spacing: -.05rem;
        color: #110b0b;
        border-top: 1px solid #dbdbdb
    }
}

.ar .section-accordion-mr .accordion__title {
    font-weight: 500;
    font-size: 5.4rem;
    line-height: 6rem;
    letter-spacing: -.1rem;
    color: #002b49;
    border-top: 1px solid #dbdbdb
}

@media only screen and (max-width: 991px) {
    .ar .section-accordion-mr .accordion__title {
        color:#000;
        font-size: 2.6rem;
        line-height: 3.5rem
    }
}

.section-accordion-mr .accordion__wrap {
    padding: 0
}

.section-accordion-mr .accordion__item {
    list-style-type: none
}

.section-accordion-mr .accordion__item,.section-accordion-mr .accordion__item:last-of-type {
    border-color: #dbdbdb
}

.section-accordion-mr .accordion__item .icon-minus,.section-accordion-mr .accordion__item .icon-plus {
    top: 50%;
    right: 1.5rem;
    -webkit-transform: translate(-1.5rem,-50%);
    transform: translate(-1.5rem,-50%);
    font-size: 3.5rem;
    font-weight: 700
}

@media only screen and (max-width: 991px) {
    .section-accordion-mr .accordion__item .icon-minus,.section-accordion-mr .accordion__item .icon-plus {
        font-size:2rem;
        font-weight: 700;
        right: 0;
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%)
    }
}

.section-accordion-mr .accordion.active .panel {
    margin-bottom: 6rem!important
}

@media only screen and (max-width: 991px) {
    .section-accordion-mr .accordion.active .panel {
        margin-bottom:3.2rem!important
    }
}

.section-accordion-mr .panel .container {
    padding: 0
}

@media only screen and (max-width: 991px) {
    .section-accordion-mr .richtext.transcript p {
        font-size:1.4rem;
        line-height: 2rem
    }
}

.ar .section-accordion-mr .richtext.transcript p {
    font-weight: 500;
    color: #484848
}

@media only screen and (min-width: 992px) {
    .ar .section-accordion-mr .richtext.transcript p {
        line-height:3.5rem;
        color: #000
    }
}

.section-accordion-mr .richtext.transcript ul {
    padding-left: 3rem
}

@media only screen and (max-width: 991px) {
    .section-accordion-mr .richtext.transcript ul {
        padding-left:2.3rem
    }
}

@media only screen and (min-width: 992px) {
    .ar .section-accordion-mr .richtext.transcript ul p {
        line-height:2.4rem
    }
}

.ar .section-accordion-mr .text-single-mr__desc {
    font-weight: 500
}

@media only screen and (min-width: 992px) {
    .ar .section-accordion-mr .text-single-mr__desc {
        font-size:3.8rem;
        letter-spacing: 0
    }
}

.content-tab-mr {
    padding: 0
}

.content-tab-mr .content-tab__control-list {
    padding-top: 0
}

@media only screen and (max-width: 991px) {
    .content-tab-mr .content-tab__control-list-mobile {
        padding-top:0
    }
}

.content-tab-mr .content-tab__tab-list .nav-item:first-child button {
    padding-top: 0
}

.content-tab-mr .content-tab__tab-list .nav-item button {
    font-size: 3rem;
    line-height: 3.8rem;
    letter-spacing: -.005em
}

.content-tab-mr .content-tab__sub-title {
    padding-top: 0
}

.content-tab-mr .content-tab__info {
    padding-top: 3.3rem
}

@media only screen and (max-width: 991px) {
    .content-tab-mr .content-tab__btn-accordion.active {
        padding-bottom:2.5rem
    }
}

.content-tab-mr .content-tab__btn-accordion.active~.content-tab__panel-accordion {
    margin-bottom: 0!important
}

.content-tab-mr .content-tab__btn-accordion [class*=" icon-"],.content-tab-mr .content-tab__btn-accordion [class^=icon-] {
    font-size: 1.8rem;
    font-weight: 700;
    padding-left: 3.8rem
}

@media only screen and (min-width: 992px) {
    .content-tab-mr .col-lg-9 {
        width:calc(75% - 48px);
        margin-left: 4.8rem
    }
}

.content-tab-mr .font-size-excerpt {
    letter-spacing: -.04rem
}

.campaign {
    margin: 5rem 0
}

.campaign__summary {
    margin: 0 auto;
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.campaign__summary .campaign__desc {
    color: #333f48;
    text-align: center;
   
    font-size: 5.6rem;
    font-style: normal;
    font-weight: 300;
    line-height: 7.4rem;
    letter-spacing: -.336rem
}

.ar .campaign__summary .campaign__desc {
   
    font-size: 5.4rem;
    font-weight: 400;
    line-height: 8rem;
    letter-spacing: 0
}

.campaign__summary .campaign__handimg {
    height: 9.6rem;
    width: 9.6rem;
    margin: 5.6rem 8.8rem
}

.campaign__summary .campaign__handimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width: 767px) {
    .ar .campaign__summary .campaign__desc {
   
        font-size: 2.2rem;
        font-weight: 400;
        line-height: 3.2rem
    }

    .campaign__summary .campaign__handimg {
        height: 5.5rem;
        width: 5.5rem;
        margin: 3.2rem 3.2rem
    }
}

@media only screen and (max-width: 991px) {
    .campaign__summary .campaign__desc {
        font-size:2.4rem;
        line-height: 3rem;
        font-weight: 300;
        letter-spacing: -.144rem
    }
}

.campaign__overlaycontainer {
    position: relative;
    height: 58.1rem
}

.animation-on .campaign__overlaycontainer {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 1.5s linear;
    transition: all 1.5s linear;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.campaign__overlaycontainer img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.campaign__overlaycontainer .overlaybg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear,left top,right top,from(#fdc42d),color-stop(48.44%,#323a48),to(#00aaa7));
    background: linear-gradient(90deg,#fdc42d 0,#323a48 48.44%,#00aaa7 100%);
    mix-blend-mode: multiply;
    opacity: .8
}

@media only screen and (max-width: 991px) {
    .campaign {
        margin:2rem 0
    }

    .campaign__summary {
        margin-top: 1rem
    }

    .campaign__overlaycontainer {
        height: 27.7rem
    }
}

.mission__wrapper {
    margin: 2.5rem 0
}

.mission__header,.mission__subheader {
    
    font-size: 30rem;
    line-height: 23.4rem;
    font-weight: 700;
    letter-spacing: -2.1rem;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 2px #fdc42d
}

.animation-on .mission__header,.animation-on .mission__subheader {
    opacity: 0;
    -webkit-transition: all 1.5s ease-in;
    transition: all 1.5s ease-in;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.ar .mission__header,.ar .mission__subheader {
  
}

@media only screen and (min-width: 992px) {
    .ar .mission__header,.ar .mission__subheader {
        font-size:39rem;
        line-height: 28.6rem;
        font-weight: 500;
        letter-spacing: .9rem
    }
}

@media only screen and (max-width: 991px) {
    .ar .mission__header,.ar .mission__subheader {
        font-weight:500
    }
}

@media only screen and (min-width: 992px) and (max-width:1279px) {
    .mission__header,.mission__subheader {
        font-size:19vw;
        line-height: .75
    }
}

.mission__header {
    margin-left: -3.5rem
}

.animation-on .mission__header {
    -webkit-transform: translate(-100px,-100px);
    transform: translate(-100px,-100px)
}

.mission__subheader {
    margin-top: 2rem;
    margin-right: -1rem;
    text-align: right
}

.animation-on .mission__subheader {
    -webkit-transform: translate(100px,-100px);
    transform: translate(100px,-100px)
}

@media only screen and (min-width: 992px) {
    .ar .mission__subheader {
        margin-top:-4rem
    }
}

.mission__content {
    width: 55%;
    padding-left: 8.9rem;
    padding-top: 7.7rem;
    -webkit-transition: -webkit-transform .6s linear;
    transition: -webkit-transform .6s linear;
    transition: transform .6s linear;
    transition: transform .6s linear,-webkit-transform .6s linear
}

.mission__content__title {
    font-family: Interstate-Bold,sans-serif;
    color: #00b2a9;
    font-weight: 700;
    font-size: 4.6rem;
    line-height: 6.2rem;
    letter-spacing: -.184rem;
    text-transform: uppercase
}

.ar .mission__content__title {
    
    letter-spacing: 0
}

@media only screen and (min-width: 992px) {
    .ar .mission__content__title {
        font-weight:400;
        line-height: 7rem
    }
}

.mission__content__desc {
    color: #333f48;
    font-weight: 300;
    font-size: 2rem;
    line-height: 2.6rem;
    letter-spacing: -.04rem;
    max-width: 50.1rem;
    margin-top: 1.2rem
}

@media only screen and (min-width: 992px) {
    .ar .mission__content__desc {
        font-weight:400;
        line-height: 3.6rem;
        letter-spacing: 0
    }
}

.mission__contentcontainer {
    position: relative
}

.mission .imgcontainer {
    width: 45%;
    max-width: 57.6rem;
    margin-top: -23.4rem;
    position: relative;
    z-index: 1
}

.mission .imgcontainer .mission__overlayimg {
    height: 71rem
}

.mission .imgcontainer .mission__overlayimg img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.animation-on .mission__item {
    -webkit-transition: opacity 1s linear;
    transition: opacity 1s linear
}

.animation-on .mission__item:not(.active) {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0
}

.animation-on .mission__item:not(.active) .mission__content {
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
}

.animation-on .mission__item+.mission__item {
    margin-top: 0
}

.mission__item+.mission__item {
    margin-top: 30rem
}

@media only screen and (min-width: 992px) {
    .mission__item {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (max-width: 991px) {
    .mission {
        padding:1rem 0
    }

    .mission__wrapper {
        margin: 1.6rem 0
    }

    .mission__header,.mission__subheader {
        font-size: 13rem;
        line-height: 14rem;
        letter-spacing: -.588rem;
        -webkit-text-stroke-width: 1px
    }

    .mission__header {
        margin-left: -1.5rem
    }

    .mission__subheader {
        margin-top: -3.3rem;
        margin-right: -.5rem
    }

    .mission__content {
        margin: 1.6rem auto;
        padding: 0;
        width: 69%
    }

    .mission__content__desc {
        margin-top: .4rem
    }

    .mission .imgcontainer {
        margin-top: -5rem;
        width: 74%
    }

    .mission .imgcontainer .mission__overlayimg {
        height: 31.5rem
    }
}

@media only screen and (max-width: 767px) {
    .mission__header,.mission__subheader {
        font-size:8.4rem;
        line-height: 10rem
    }

    .mission__content__title {
        font-size: 2.2rem;
        line-height: 2.8rem;
        letter-spacing: -.088rem
    }

    .mission__content__desc {
        font-size: 1.4rem;
        line-height: 2rem;
        letter-spacing: -.04rem
    }
}

.leadershipQuote .quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.leadershipQuote .quote .quote-container .quote-img {
    padding-bottom: 9.8rem;
    width: 35.7rem
}

.ar .leadershipQuote .quote .quote-img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.leadershipQuote .quote .quote-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.leadershipQuote .quote .quote-container .leader-designation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;

    font-size: 2.4rem;
    font-style: normal;
    font-weight: 300;
    line-height: 3.2rem;
    color: #333f48
}

.leadershipQuote .quote .quote-container .leader-designation div {
    width: 3.4rem;
    height: .3rem;
    background-color: #ffc72c
}

.leadershipQuote .quote .quote-container .leader-name {
   
    font-size: 5.4rem;
    font-style: normal;
    font-weight: 300;
    line-height: 6rem;
    letter-spacing: -.1rem;
    padding: 6rem 0 4rem 0
}

.ar .leadershipQuote .quote .quote-container .leader-designation {

    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem
}

.ar .leadershipQuote .quote .quote-container .leader-name {

    font-size: 5.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 6rem;
    letter-spacing: -.1rem
}

.leadershipQuote .quote .quote-container .leader-quote-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8rem
}

.leadershipQuote .quote .quote-container .leader-quote-container .leader-quote-border {
    background-color: #00b2a9;
    width: .6rem
}

.leadershipQuote .quote .quote-container .leader-quote-container .leader-quote p {
    margin-left: 3rem;
    
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 300;
    line-height: 3.8rem;
    letter-spacing: -.01296rem;
    max-width: 55.1rem
}

.leadershipQuote .quote .quote-container .leader-quote-container .leader-quote p::after {
    content: '"';
    color: #00aaa7
}

.leadershipQuote .quote .quote-container .leader-quote-container .leader-quote p::before {
    content: '"';
    color: #00aaa7
}

.ar .leadershipQuote .quote .quote-container .leader-quote-container .leader-quote p {
    
    font-weight: 40rem;
    font-size: 2.6rem;
    line-height: 3.8rem
}

.ar .leadershipQuote .quote .quote-container .leader-quote-container .leader-quote p::after {
    content: ""
}

.ar .leadershipQuote .quote .quote-container .leader-quote-container .leader-quote p::before {
    content: ""
}

.leadershipQuote .quote .leader-img {
    width: 67.8rem
}

.leadershipQuote .quote .leader-img img {
    max-width: 100%
}

.leadershipQuote .border-container .border {
    height: 1.5rem;
    background: -webkit-gradient(linear,left top,right top,color-stop(.89%,#fdc42d),color-stop(46.83%,#323a48),to(#00aaa7));
    background: linear-gradient(90deg,#fdc42d .89%,#323a48 46.83%,#00aaa7 100%)
}

@media only screen and (max-width: 767px) {
    .leadershipQuote .quote {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 3.2rem
    }

    .leadershipQuote .quote .quote-container .quote-img {
        padding-bottom: 3.2rem;
        width: 15rem
    }

    .leadershipQuote .quote .quote-container .leader-img {
        width: 35rem;
        padding-left: 5rem
    }

    .leadershipQuote .quote .quote-container .leader-img img {
        max-width: 100%
    }

    .leadershipQuote .quote .quote-container .leader-designation {
        font-size: 1.6rem;
        line-height: 2.2rem
    }

    .leadershipQuote .quote .quote-container .leader-name {
        font-size: 2.6rem;
        line-height: 2.5rem;
        padding: 3.2rem 0 3.2rem 0
    }

    .leadershipQuote .quote .quote-container .leader-quote-container {
        margin-bottom: 0
    }

    .leadershipQuote .quote .quote-container .leader-quote-container .leader-quote p {
        font-size: 1.6rem;
        line-height: 2.2rem
    }

    .leadershipQuote .quote .leader-img {
        width: 29rem
    }

    .leadershipQuote .quote .leader-img img {
        max-width: 100%
    }

    .leadershipQuote .border-container .border {
        height: .5rem
    }

    .ar .leadershipQuote .quote {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .ar .leadershipQuote .quote .quote-container .quote-img {
        text-align: right!important
    }

    .ar .leadershipQuote .quote .quote-container .leader-designation {
        font-size: 1.6rem;
        line-height: 2.2rem
    }

    .ar .leadershipQuote .quote .quote-container .leader-name {
        font-size: 2.6rem;
        line-height: 2.5rem
    }

    .ar .leadershipQuote .quote .quote-container .leader-quote-container {
        margin-bottom: 0
    }

    .ar .leadershipQuote .quote .quote-container .leader-quote-container .leader-quote p {
        font-size: 1.6rem;
        line-height: 2.2rem
    }

    .ar .leadershipQuote .quote .leader-img {
        width: 35rem;
        padding-left: 5rem
    }

    .ar .leadershipQuote .quote .leader-img img {
        max-width: 100%
    }
}

.animation-on .leadershipQuote .leader-name {
    opacity: 0
}

.animation-on .leadershipQuote .leader-quote {
    opacity: 0
}

.animation-on .leadershipQuote .leader-quote-border {
    opacity: 0
}

:root {
    --color1: #fdc42d;
    --color2: #4d5d69;
    --color3: #00aaa7
}

.get-involved__txt {
    
    font-size: 7.8rem;
    font-weight: 700;
    line-height: 7.8rem;
    letter-spacing: -4.68px;
    text-transform: uppercase;
    background: linear-gradient(82deg,var(--color1) 11.47%,var(--color2) 25.9%,var(--color3) 52.22%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.ar .get-involved__txt {
  
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .get-involved__txt {
        font-size:3.8rem;
        line-height: 3.8rem;
        letter-spacing: -2.28px
    }
}

@media only screen and (min-width: 992px) {
    .ar .get-involved__txt {
        font-size:9.4rem;
        line-height: 11rem;
        letter-spacing: -5.64px
    }
}

.get-involved__btn {
    
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 9rem;
    background: #333f48;
    padding: 1rem 2.7rem;
    margin-left: 3rem;
    vertical-align: middle;
    -webkit-text-fill-color: #fff;
    text-decoration: none;
    min-width: 16rem
}

.get-involved__btn:hover {
    -webkit-text-fill-color: #00b2a9
}

@media only screen and (max-width: 991px) {
    .get-involved__btn {
        display:block;
        margin-left: 0;
        margin-top: 1.6rem;
        max-width: 18.1rem
    }
}

.get-involved__btn span {
    color: inherit
}

.ar .get-involved__btn {
    font-size: 1.4rem;
    padding: 1rem 2.7rem
}

@media only screen and (max-width: 991px) {
    .get-involved__wrapper {
        padding-left:.25rem;
        padding-right: .25rem
    }
}

.get-involved span {
    display: inline;
    vertical-align: middle
}

.our-impact.\--bg-black {
    background: #333f48
}

.our-impact__wrapper {
    position: relative;
    padding-top: 9.6rem;
    padding-bottom: 21.6rem;
    overflow: hidden
}

.ar .our-impact__wrapper {
    padding-bottom: 24rem
}

@media only screen and (max-width: 991px) {
    .our-impact__wrapper {
        padding-top:4rem;
        padding-bottom: 0
    }

    .ar .our-impact__wrapper {
        padding-bottom: 0
    }
}

.our-impact__label {
   
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .018rem;
    opacity: .6
}

@media only screen and (max-width: 991px) {
    .our-impact__label {
        font-size:1.6rem;
        letter-spacing: .016rem
    }
}

.animation-on .our-impact__label {
    opacity: 0;
    -webkit-transition: all 1s linear;
    transition: all 1s linear
}

.ar .our-impact__label {
    
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: .022rem
}

.our-impact__tab-items {
    margin-top: 6rem
}

@media only screen and (max-width: 991px) {
    .our-impact__tab-items {
        margin-top:4.1rem
    }
}

.our-impact__tab-items .nav-tabs {
    display: block;
    border: 0;
    max-width: 43.3rem;
    position: relative
}

.our-impact__tab-items .nav-tabs:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #4b5b68;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: height .8s ease;
    transition: height .8s ease
}

.animation-on .our-impact__tab-items .nav-tabs:before {
    height: 0
}

.animation-loaded .our-impact__tab-items .nav-tabs:before {
    height: 100%;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.ar .our-impact__tab-items .nav-tabs {
    max-width: 44.1rem
}

.our-impact__tab-items .nav-item {
    position: relative
}

.our-impact__tab-items .nav-item:first-child .nav-link {
    padding-top: 0
}

.our-impact__tab-items .nav-item:last-child .nav-link {
    padding-bottom: 0
}

.animation-on .our-impact__tab-items .nav-item {
    opacity: 0
}

.our-impact__tab-items .nav-link {
    color: #4d5d69;

    font-size: 3.4rem;
    line-height: 3.8rem;
    font-weight: 400;
    letter-spacing: -.136rem;
    padding: 1.3rem 2.4rem;
    border: 0;
    text-align: left
}

.our-impact__tab-items .nav-link:focus,.our-impact__tab-items .nav-link:hover {
    color: #00b2a9
}

.our-impact__tab-items .nav-link.active {
    color: #00b2a9;
    font-weight: 700;
    background-color: transparent;
    border: 0
}

.our-impact__tab-items .nav-link.active:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #fdc42d;
    position: absolute;
    top: 0;
    left: 0
}

.ar .our-impact__tab-items .nav-link {

}

@media only screen and (min-width: 992px) {
    .ar .our-impact__tab-items .nav-link {
       
        font-size: 4.2rem;
        line-height: 3.8rem;
        font-weight: 400;
        padding: 2.4rem 2.1rem;
        letter-spacing: -1.68px
    }
}

@media only screen and (max-width: 991px) {
    .our-impact__tab-items .nav-link {
        font-size:2.4rem;
        line-height: 2.6rem;
        letter-spacing: -.096rem;
        padding: .8rem 0 .8rem 3.7rem
    }

    .ar .our-impact__tab-items .nav-link {
        padding: 1.2rem 3.6rem
    }
}

.our-impact__tab-content {
    margin-top: 4rem
}

.animation-on .our-impact__tab-content .tab-pane.active .our-impact__cta,.animation-on .our-impact__tab-content .tab-pane.active .our-impact__desc {
    opacity: 0
}

@media only screen and (max-width: 991px) {
    .our-impact__tab-content {
        margin-top:4.7rem
    }
}

.our-impact__desc {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.4rem;
    letter-spacing: -.04rem;
    max-width: 41rem;
    padding-left: 4rem
}

.ar .our-impact__desc {
    font-weight: 400
}

@media only screen and (min-width: 992px) {
    .our-impact__desc {
        padding-left:2.3rem
    }
}

.our-impact__img {
    position: relative;
    margin-top: 5rem
}

.our-impact__img::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .2;
    background: rgba(0,0,0,.8)
}

.our-impact__img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%
}

@media only screen and (min-width: 992px) {
    .our-impact__img {
        position:absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 55.6875%;
        margin-top: 0
    }
}

.animation-on .our-impact__img {
    opacity: 0;
    -webkit-transition: opacity 1s linear;
    transition: opacity 1s linear
}

.our-impact__cta {
    margin-top: 1.6rem;
    margin-left: 2.3rem
}

.our-impact__stroke-text {
    text-align: center;

    font-size: 32.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -22.96px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px #fdc42d;
    opacity: .75;
    position: absolute;
    right: -4.4rem;
    bottom: -9rem
}

.ar .our-impact__stroke-text {
 
    font-size: 49.4rem;
    font-weight: 500;
    line-height: 32.8rem;
    bottom: 3.2rem;
    right: 0
}

.animation-on .our-impact__stroke-text {
    opacity: 0;
    -webkit-transform: translate(200px,0);
    transform: translate(200px,0);
    -webkit-transition: all 1.5s ease-in;
    transition: all 1.5s ease-in;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

@media only screen and (max-width: 991px) {
    .our-impact__stroke-text {
        font-size:8.4rem;
        line-height: 10rem;
        letter-spacing: -5.88px;
        text-align: right;
        right: -.5rem;
        bottom: -2.4rem
    }

    .ar .our-impact__stroke-text {
        font-size: 12.6rem;
        line-height: 14.6rem;
        bottom: -2rem
    }
}

.our-impact .tab-content .fade {
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear
}

.our-stories__wrapper {
    position: relative
}

.our-stories__title {
    color: #00b2a9;

    font-size: 7.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 8.8rem;
    text-align: center;
    padding-bottom: 8.8rem
}

.en .our-stories__title {
    letter-spacing: -.312rem
}

.ar .our-stories__title {
   
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .our-stories__title {
        font-size:3.2rem;
        line-height: 4rem;
        padding-bottom: 2.8rem;
        text-align: left
    }

    .en .our-stories__title {
        letter-spacing: -.128rem
    }
}

.our-stories__stroke-text {
    text-align: center;
   
    font-size: 32.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -22.96px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px #fdc42d;
    position: absolute;
    left: -4.5rem;
    top: 7rem;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    z-index: 3
}

.freeze .our-stories__stroke-text {
    z-index: 1
}

.ar .our-stories__stroke-text {
 
    font-size: 49.4rem;
    font-weight: 500;
    line-height: 32.8rem;
    top: 3.2rem;
    left: 0
}

.animation-on .our-stories__stroke-text {
    opacity: 0;
    -webkit-transform: translate(-200px,0);
    transform: translate(-200px,0);
    -webkit-transition: opacity 1.5s ease-in,-webkit-transform 1.5s ease-in;
    transition: opacity 1.5s ease-in,-webkit-transform 1.5s ease-in;
    transition: opacity 1.5s ease-in,transform 1.5s ease-in;
    transition: opacity 1.5s ease-in,transform 1.5s ease-in,-webkit-transform 1.5s ease-in
}

@media only screen and (max-width: 991px) {
    .our-stories__stroke-text {
        font-size:8.4rem;
        line-height: 10rem;
        letter-spacing: -5.88px;
        text-align: right;
        left: -.5rem;
        top: 2.4rem
    }

    .ar .our-stories__stroke-text {
        font-size: 12.6rem;
        line-height: 14.6rem;
        top: 2rem
    }
}

.our-stories .btn-play {
    width: 7.8rem;
    height: 7.8rem
}

@media only screen and (max-width: 991px) {
    .our-stories .btn-play {
        width:4.2rem;
        height: 4.2rem;
        position: absolute;
        right: 2.8rem;
        bottom: 3.2rem;
        z-index: 5
    }
}

.our-stories.horizontal-card .horizontal-card__list {
    padding-top: 0
}

.our-stories.horizontal-card .horizontal-card__text {
    line-height: 1;
    margin-top: 14.1rem;
    text-decoration: none
}

.en .our-stories.horizontal-card .horizontal-card__text {
    letter-spacing: -.042rem
}

@media only screen and (min-width: 992px) {
    .ar .our-stories.horizontal-card .horizontal-card__text {
        font-size:4.2rem;
        font-weight: 400;
        line-height: 6.2rem
    }
}

@media only screen and (max-width: 991px) {
    .ar .our-stories.horizontal-card .horizontal-card__text {
        line-height:3.2rem
    }
}

@media only screen and (max-width: 991px) {
    .our-stories.horizontal-card .horizontal-card__text {
        line-height:2.8rem
    }
}

.our-stories.horizontal-card .horizontal-card__cover:after {
    content: "";
    height: 1.5rem;
    width: 100%;
    background: -webkit-gradient(linear,left top,right top,color-stop(.89%,#fdc42d),color-stop(46.83%,#323a48),to(#00aaa7));
    background: linear-gradient(90deg,#fdc42d .89%,#323a48 46.83%,#00aaa7 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2
}

@media only screen and (max-width: 991px) {
    .our-stories.horizontal-card .horizontal-card__cover:after {
        height:1rem
    }
}

.our-stories.horizontal-card .horizontal-card__detail {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media only screen and (max-width: 991px) {
    .our-stories.horizontal-card .horizontal-card__detail {
        height:100%;
        margin-bottom: 1.7rem
    }
}

.our-stories.horizontal-card .horizontal-card__item {
    padding-left: 4.6rem;
    padding-right: 0
}

@media only screen and (max-width: 991px) {
    .our-stories.horizontal-card .horizontal-card__item {
        padding-right:2.6rem;
        padding-left: 0
    }
}

.our-stories.horizontal-card .horizontal-card__item:first-child {
    padding-left: 0
}

.animation-on .our-stories.horizontal-card .horizontal-card__item:nth-child(2) {
    opacity: 0;
    -webkit-transform: translate(100px,0);
    transform: translate(100px,0);
    -webkit-transition: all 1s ease-in;
    transition: all 1s ease-in
}

.animation-on .our-stories.horizontal-card .horizontal-card__info {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in
}

@media only screen and (max-width: 991px) {
    .our-stories.horizontal-card .horizontal-card__info {
        padding-bottom:4.7rem
    }
}

@media only screen and (min-width: 992px) {
    .our-stories.horizontal-card .horizontal-card__scrollbar {
        display:none
    }
}
