:root {
    --blue: #007D92;
    --lightblue: #00A9C9;
    --darkblue: #004A58;
    --gold: #EDA300;
    --red: #ED1600;
    --link: #004A58;
    --link-hover: #007D92; 
  }

  :root {
    --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-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: #ffc107;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 255, 193, 7;
    --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-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: MyTxtFont, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", 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-root-font-size: 16px;
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 2.0;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

@font-face {
    font-family: MyTxtFont;
    font-display: swap;
    src: url(/-fonts/opensans-normal.woff2) format("woff2"), url(/-fonts/opensans-normal.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: MyUeFont;
    font-display: swap;
    src: url(/-fonts/exo2-extrabold-webfont.woff2) format('woff2'), url(/-fonts/exo2-extrabold-webfont.woff) format('woff');
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: MyIcons;
    font-display: swap;
    src: url(/-fonts/my-icons.woff2) format("woff2"), url(/-fonts/my-icons.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: MyIcons;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.docs-navigation ul ul li.current a:after,
.side-header .primary-menu ul>li.sub-menu>a:after,
[class*=" icon-"],
[class^=icon-line-] {
    display: inline-block;
    font-family: MyIcons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=" icon-"],
[class^=icon-] {
    display: inline-block;
    font-family: MyIcons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.icon-rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.icon-rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.icon-rotate-270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.icon-star:before {
    content: '\e800'
}

.icon-ok:before {
    content: '\e801'
}

.icon-cancel:before {
    content: '\e802'
}

.icon-attention:before {
    content: '\e803'
}

.icon-down-open:before {
    content: '\e804'
}

.icon-left-open:before {
    content: '\e805'
}

.icon-right-open:before {
    content: '\e806'
}

.icon-up-open:before {
    content: '\e807'
}

.icon-heart:before {
    content: '\e808'
}

.icon-heart-empty:before {
    content: '\e809'
}

.icon-right:before {
    content: '\e80a'
}

.icon-down-open-mini:before {
    content: '\e80b'
}

.icon-left-open-mini:before {
    content: '\e80c'
}

.icon-right-open-mini:before {
    content: '\e80d'
}

.icon-up-open-mini:before {
    content: '\e80e'
}

.icon-phone:before {
    content: '\e80f'
}

.icon-mail-1:before {
    content: '\e810'
}

.icon-clock:before {
    content: '\e811'
}

.icon-ok-circled2:before {
    content: '\e812'
}

.icon-cancel-circled2:before {
    content: '\e813'
}

.icon-info-circled:before {
    content: '\e814'
}

.icon-calendar:before {
    content: '\e815'
}

.icon-location:before {
    content: '\e816'
}

.icon-up-circled2:before {
    content: '\e817'
}

.icon-down-circled2:before {
    content: '\e818'
}

.icon-link:before {
    content: '\e819'
}

.icon-check:before {
    content: '\e81a'
}

.icon-check-empty:before {
    content: '\e81b'
}

.icon-thermometer:before {
    content: '\e900'
}

.icon-Fahrenheit:before {
    content: '\e901'
}

.icon-z:before {
    content: '\e902'
}

.icon-y:before {
    content: '\e903'
}

.icon-w:before {
    content: '\e904'
}

.icon-v:before {
    content: '\e905'
}

.icon-u:before {
    content: '\e906'
}

.icon-t:before {
    content: '\e907'
}

.icon-s:before {
    content: '\e908'
}

.icon-r:before {
    content: '\e909'
}

.icon-q:before {
    content: '\e90a'
}

.icon-p:before {
    content: '\e90b'
}

.icon-x:before {
    content: '\e90c'
}

.icon-o:before {
    content: '\e90d'
}

.icon-n:before {
    content: '\e90e'
}

.icon-m:before {
    content: '\e90f'
}

.icon-l:before {
    content: '\e910'
}

.icon-k:before {
    content: '\e911'
}

.icon-j:before {
    content: '\e912'
}

.icon-i:before {
    content: '\e913'
}

.icon-h:before {
    content: '\e915'
}

.icon-g:before {
    content: '\e916'
}

.icon-f:before {
    content: '\e917'
}

.icon-e:before {
    content: '\e918'
}

.icon-d:before {
    content: '\e919'
}

.icon-c:before {
    content: '\e91a'
}

.icon-b:before {
    content: '\e91b'
}

.icon-a:before {
    content: '\e91c'
}

.icon-menu:before {
    content: '\f0c9'
}

.icon-mail:before {
    content: '\f0e0'
}

.icon-quote-left:before {
    content: '\f10d'
}

.icon-quote-right:before {
    content: '\f10e'
}

.icon-angle-circled-left:before {
    content: '\f137'
}

.icon-angle-circled-right:before {
    content: '\f138'
}

.icon-angle-circled-up:before {
    content: '\f139'
}

.icon-angle-circled-down:before {
    content: '\f13a'
}

.icon-thumbs-up-alt:before {
    content: '\f164'
}

.icon-thumbs-down-alt:before {
    content: '\f165'
}

.icon-instagram:before {
    content: '\f16d'
}

.icon-right-circled2:before {
    content: '\f18e'
}

.icon-left-circled2:before {
    content: '\f190'
}

.icon-heartbeat:before {
    content: '\f21e'
}

.icon-user-plus:before {
    content: '\f234'
}

.icon-user-times:before {
    content: '\f235'
}

.icon-peace:before {
    content: '\f25b'
}

.icon-facebook-squared:before {
    content: '\f308'
}

.icon-rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.icon-rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.icon-rotate-270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}



*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:root {
    font-size: var(--bs-root-font-size)
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: MyTxtFont, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans";
    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;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
    h1 {
        font-size: 2.5rem
    }
}

h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
    h3 {
        font-size: 1.75rem
    }
}

h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    h4 {
        font-size: 1.5rem
    }
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 2;
}

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 {
    font-size: .875em
}

a {
    color: var(--darkblue);
    text-decoration: none
}

a:hover {
    color: var(--blue);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

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: #6c757d;
    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
}

[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] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-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
}

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: .875em;
    color: #6c757d
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.row-cols-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@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.33333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

.btn-close {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .25);
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .25);
    opacity: 1
}

.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: .25
}

.btn-close-white {
    -webkit-filter: invert(1) grayscale(100%) brightness(200%);
    filter: invert(1) grayscale(100%) brightness(200%)
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    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% - 1rem)
}

.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% - 1rem)
}

.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%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.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: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@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-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@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-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%)
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: -ms-grid !important;
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.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-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-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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-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
}

.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
}

.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
}

.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
}

.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
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width:576px) {
    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: -ms-grid !important;
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .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
    }

    .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
    }
}

@media (min-width:768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: 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: -ms-grid !important;
        display: grid !important
    }

    .d-md-none {
        display: none !important
    }
}

.center {
    text-align: center !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.mx-auto {
    margin: 0 auto
}

.gutter-10 {
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: -10px
}

.gutter-10>.col,
.gutter-10>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px
}

@media (min-width:768px) {

    .gutter-10,
    .gutter-md-50 {
        margin-right: -25px;
        margin-left: -25px;
        margin-bottom: -50px
    }

    .gutter-10>.col,
    .gutter-10>[class*=col-],
    .gutter-md-50>.col,
    .gutter-md-50>[class*=col-] {
        padding-right: 25px;
        padding-left: 25px;
        padding-bottom: 50px
    }
}

.toggle {
    display: block;
    position: relative;
    margin: 0 0 20px 0
}

.accordion-header,
.toggle-header {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
    cursor: pointer;
    color: #313030;
    font-size: 1rem;
    font-weight: 700
}

.accordion-icon,
.toggle-icon {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 0 5px;
    text-align: center
}

.toggle-icon i,
.toggle-icon span {
    width: 1rem
}

.accordion-title,
.toggle-title {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 5px
}

.toggle-active .toggle-closed,
.toggle:not(.toggle-active) .toggle-open {
    display: none
}

.toggle-active .toggle-open {
    display: inline-block
}

.accordion-content,
.toggle-content {
    display: none;
    position: relative;
    padding: .75rem 0
}

.counter {
    font-size: 42px;
    font-weight: 700;
    font-family: MyUeFont, sans-serif
}

.counter.counter-small {
    font-size: 28px
}

.counter.counter-large {
    font-size: 56px
}

.counter.counter-xlarge {
    font-size: 64px;
    font-weight: 400
}

.counter.counter-inherit {
    font-size: inherit;
    font-weight: inherit
}

.rounded-skill {
    display: inline-block;
    margin: 0 15px 15px;
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    color: #201f1f
}

body:not(.device-touch) .rounded-skill {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.dark,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
    color: #eee
}

.dark .accordion-header,
.dark .toggle-header {
    color: #eee
}

.dark label {
    color: #e5e5e5
}

#wrapper {
    margin: 0
}

*,
::after,
::before {
    box-sizing: border-box
}

:root {
    font-size: 16px
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: MyTxtFont, system-ui, -apple-system, Roboto, "Helvetica Neue", Arial;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #f0f0f0;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

@media (min-width:1024px) {
    body {
        font-size: 17px !important
    }
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

header {
    height: 50px;
    position: fixed !important;
    top: 0;
    transition: top .8s ease-in-out;
    width: 100%
}

.myhead {
    background: 0 0 !important;
    border: none !important;
    height: 50px;
    position: fixed;
    top: 0;
    transition: top .6s ease-in-out;
    -webkit-transition: top .6s ease-in-out;
    -o-transition: top .6s ease-in-out;
    width: 100%;
    z-index: 90;
    text-align: center
}

.nav-up {
    top: -50px
}

#main-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    height: 80px;
    padding-top: 8px;
    z-index: 2
}

.main-nav-btn {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 50px;
    height: 50px;

}

#my-main-nav {
    position: fixed;
    z-index: 150;
    background: #223c54;
    background-image: linear-gradient(77.1deg, rgba(40, 59, 76, 1) 51.3%, rgba(34, 60, 84, 1) 62.3%, rgba(23, 145, 168, 1) 93.1%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .4s .2s cubic-bezier(.455, .03, .515, .955);
    transition: -webkit-transform .4s .2s cubic-bezier(.455, .03, .515, .955);
    transition: transform .4s .2s cubic-bezier(.455, .03, .515, .955);
    transition: transform .4s .2s cubic-bezier(.455, .03, .515, .955), -webkit-transform .4s .2s cubic-bezier(.455, .03, .515, .955)
}

#my-main-nav.active {
    -webkit-transition: -webkit-transform .6s cubic-bezier(.455, .03, .515, .955);
    transition: -webkit-transform .6s cubic-bezier(.455, .03, .515, .955);
    transition: transform .6s cubic-bezier(.455, .03, .515, .955);
    transition: transform .6s cubic-bezier(.455, .03, .515, .955), -webkit-transform .6s cubic-bezier(.455, .03, .515, .955);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.my-nav-head {
    width: 100%;
    margin: 0;
    height: 80px;
    overflow: hidden
}

.nav-scroller {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 160px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.my-nav-footer {
    height: 60px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    font-size: 15px;
    color: var(--gold)
}

#my-main-nav {
    background-image: linear-gradient(77.1deg, rgba(40, 59, 76, 1) 51.3%, rgba(34, 60, 84, 1) 62.3%, rgba(23, 145, 168, 1) 93.1%)
}

.nav-tree {
    position: relative;
    min-height: 100vh
}

.nav-tree ul {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none
}

nav-tree ul li {
    margin: 0;
    padding: 0;
    line-height: 1.8
}

.nav-tree ul li a {
    font-family: MyUeFont;
    display: block;
    padding: 8px 20px;
    margin-left: 20px;
    margin-right: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: calc(18px + 2.5vw);
    letter-spacing: 2px
}

@media (min-width:786px) {
    .nav-tree ul li a {
        font-family: MyUeFont;
        display: block;
        padding: 8px 20px;
        margin-left: 5vw;
        margin-right: 20px;
        color: #fff;
        text-transform: uppercase;
        font-size: calc(18px + 2.5vw);
        letter-spacing: 2px
    }
}

.nav-count {
    font-size: 18px;
    color: var(--gold)
}

a .icon-angle-down::after {
    content: "\e80b";
    margin-left: 10px;
    margin-top: -35px
}

a .icon-angle-down::after {
    position: absolute;
    font-size: 24px;
    font-family: MyIcons;
    display: inline-block
}

.nav-tree ul ul {
    display: none;
    margin: 0
}

.nav-tree ul ul li a {
    font-family: MyTxtFont;
    display: block;
    padding: 4px 45px;
    margin-left: 20px;
    margin-right: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.3
}

@media (min-width:786px) {
    .nav-tree ul ul li a {
        display: block;
        margin-left: 5vw;
        color: #fff;
        text-transform: uppercase;
        font-size: calc(10px + 1vw);
        letter-spacing: 2px
    }
}

.nav-tree li.active>a,
.nav-tree li.current>a,
.nav-tree li:focus>a,
.nav-tree li:hover>a {
    color: var(--gold) !important
}

.nav-tree li.current>ul {
    display: block
}

.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    background: transparent;
    background-image: url(/-assets/menu.svg);
    transition: background .2s;
}

.c-hamburger:focus {
    outline: 0
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 25px;
    left: 13px;
    right: 13px;
    height: 2px;
    background: #fff
}

.c-hamburger span::after,
.c-hamburger span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: ""
}

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

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

.c-hamburger--htx span {
    transition: background 0s .2s
}

.main-nav-btn.is-active span {
    background: 0 0
}

.main-nav-btn.is-active span::before {
    top: 0;
    transform: rotate(45deg)
}

.main-nav-btn.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg)
}

.main-nav-btn.is-active span::after,
.main-nav-btn.is-active span::before {
    transition-delay: 0s, .2s
}



.c-hamburger--htx span::after,
.c-hamburger--htx span::before {
    transition-duration: .2s, .2s;
    transition-delay: .2s, 0s
}

.c-hamburger--htx span::before {
    transition-property: top, transform
}

.c-hamburger--htx span::after {
    transition-property: bottom, transform
}

.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg)
}

.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg)
}

.c-hamburger--htx.is-active span::after,
.c-hamburger--htx.is-active span::before {
    transition-delay: 0s, .2s
}

.div-header {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    height: 90vh !important
}

.div-h1 {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    width: 100%;
    height: calc(90vh * .6) !important
}

h1 {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0 1rem 1rem 0
}

.div-slider {
    position: relative;
    display: flex;
    width: 100% !important;
    height: calc(90vh *.4) !important
}

#slider {
    width: 100% !important;
    height: calc(90vh *.4) !important
}

.div-content {
    position: relative;
    overflow: hidden;
    z-index: 1;
    min-height: 20vh
}

.my-container {
    position: relative;
    width: 100%;
    padding-right: var(--my-gutter-x, 1rem);
    padding-left: var(--my-gutter-x, 1rem);
    margin: 0
}

.content-2 {
    margin-bottom: 3rem !important
}

#block-44 {
    position: relative;
    overflow: hidden;
    max-width: 1100px;
    min-height: 80vh;
    margin: 0 auto
}

@media only screen and (max-device-width:960px) and (orientation:landscape) {
    .div-header {
        position: relative;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: flex-end;
        width: 100%;
        height: 180vh !important
    }

    .div-h1 {
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 90vh !important
    }

    h1 {
        max-width: 90%;
        height: auto;
        text-align: center;
        margin: 0 auto;
        padding: 0 1rem 1rem 0
    }

    #slider,
    .div-slider {
        width: 100% !important;
        height: 90vh !important
    }

    .my-container {
        margin: 0 auto;
        width: 80% !important
    }

    .my-txt-1 {
        margin-left: 10% !important;
        width: 90%
    }
}

@media only screen and (min-width:960px) {
    .div-header {
        position: relative;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: flex-end;
        width: 100%;
        height: calc(130vh + 8vw) !important
    }

    .div-h1 {
        position: relative;
        margin: 0;
        margin-left: 20%;
        padding: 0;
        width: 60%;
        height: 60vh !important
    }

    .div-slider {
        width: 90vw !important;
        height: calc(70vh + 8vw) !important;
        margin-left: 5vw;
        overflow: hidden
    }

    #slider {
        width: 100% !important;
        height: calc(70vh + 8vw) !important
    }

    .my-container {
        margin-left: 20%;
        margin-bottom: 5rem;
        max-width: 800px;
        width: 60%;
        padding: 0;
        padding-top: 1rem
    }

    .my-txt-1 {
        margin-left: 10%;
        max-width: 80%
    }
}

@media only screen and (min-width:1600px) {
    .my-container {
        margin: 0 auto;
        margin-bottom: 5rem;
        max-width: 800px;
        width: 60%;
        padding: 0;
        padding-top: 1.5rem
    }
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.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-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-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.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
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-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-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid #fff;
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.slider-element {
    position: relative;
    width: 100%;
    overflow: hidden
}

.slider-parallax {
    position: relative
}

.slider-parallax,
.slider-parallax .swiper-container {
    visibility: visible;
    -webkit-backface-visibility: hidden
}

.slider-inner {
    position: absolute;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.slider-parallax .slider-inner {
    position: fixed
}

.h-auto .swiper-container,
.h-auto:not(.slider-parallax) .slider-inner,
.min-vh-0 .swiper-container,
.min-vh-0:not(.slider-parallax) .slider-inner {
    position: relative !important;
    height: auto !important
}

.slider-parallax-invisible .slider-inner {
    opacity: 0;
    visibility: hidden
}

@media (min-width:992px) {

    .h-auto .swiper-wrapper,
    .min-vh-0 .swiper-wrapper {
        height: 75vh
    }
}

.slider-inner.slider-inner-relative {
    position: relative !important;
    height: auto !important
}

.device-touch .slider-parallax .slider-inner {
    position: relative
}

body:not(.side-header) .slider-parallax .slider-inner {
    left: 0
}

body:not(.stretched) .slider-parallax .slider-inner {
    left: auto
}

.slider-parallax .slider-caption,
.slider-parallax .slider-inner {
    will-change: transform;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: transform 0s linear;
    -webkit-backface-visibility: hidden
}

@media (max-width:767.98px) {
    #slider {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
        -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
    }

    #slider .slider-inner {
        position: relative;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.swiper_wrapper {
    position: relative;
    width: 100%;
    overflow: hidden
}

.full-screen .swiper_wrapper {
    height: auto
}

.swiper_wrapper .swiper-container {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0
}

.swiper_wrapper .swiper-slide {
    position: relative;
    margin: 0;
    overflow: hidden
}

.swiper_wrapper .swiper-slide [data-caption-animate] {
    -webkit-backface-visibility: hidden
}

.swiper-slide-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.section .video-wrap,
.section .yt-bg-player,
.slider-element .video-wrap,
.swiper-slide .yt-bg-player,
.swiper-slide-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0
}

.yt-bg-player .inlinePlayButton,
.yt-bg-player .loading {
    display: none !important
}

.slider-element .container,
.slider-element .container-fluid {
    position: relative;
    height: 100%
}

.slider-element.canvas-slider .swiper-slide img {
    width: 100%
}

.slider-element.canvas-slider a {
    display: block;
    height: 100%
}

.swiper-pagination {
    position: absolute;
    width: 100%;
    z-index: 20;
    margin: 0;
    top: auto;
    bottom: 20px !important;
    text-align: center;
    line-height: 1
}

.swiper-pagination span {
    display: inline-block;
    cursor: pointer;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    opacity: 1;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.swiper-pagination span.swiper-pagination-bullet-active,
.swiper-pagination span:hover {
    background-color: #fff !important
}

.video-wrap {
    overflow: hidden;
    width: 100%;
    position: relative
}

.video-wrap video {
    position: relative;
    z-index: 1;
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity .3s 1s ease;
    transition: opacity .3s 1s ease
}

body:not(.has-plugin-html5video) .video-wrap video {
    opacity: 0
}

.video-overlay,
.video-placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background: transparent url(images/grid.png) repeat;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden
}

.video-placeholder {
    z-index: 4;
    background-repeat: no-repeat !important
}

.flex-caption,
.slider-caption {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 20;
    max-width: 550px;
    color: #eee;
    font-size: 300;
    font-weight: 300;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    -webkit-transition: top .3s ease;
    transition: top .3s ease
}

.slider-element .owl-carousel {
    margin: 0
}

.flex-next,
.flex-prev,
.slider-arrow-bottom-sm,
.slider-arrow-left,
.slider-arrow-right,
.slider-arrow-top-sm {
    position: absolute;
    cursor: pointer;
    z-index: 10;
    top: 50%;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 0 3px 3px 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.slider-arrow-bottom-sm,
.slider-arrow-top-sm {
    top: auto;
    bottom: 57px;
    left: auto;
    right: 20px;
    margin: 0;
    width: 32px;
    height: 32px;
    border-radius: 3px 3px 0 0
}

.slider-arrow-bottom-sm {
    bottom: 20px;
    border-radius: 0 0 3px 3px
}

.flex-next,
.slider-arrow-right,
.slider-element .owl-next {
    left: auto;
    right: 0;
    border-radius: 3px 0 0 3px
}

.flex-next i,
.flex-prev i,
.slider-arrow-bottom-sm i,
.slider-arrow-left i,
.slider-arrow-right i,
.slider-arrow-top-sm i {
    line-height: 50px;
    width: 100%;
    height: 100%;
    color: #ddd;
    color: rgba(255, 255, 255, .8);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    font-size: 34px;
    text-align: center;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.slider-arrow-bottom-sm i,
.slider-arrow-top-sm i {
    width: 32px;
    height: 32px;
    margin: 0;
    line-height: 30px;
    font-size: 18px;
    color: #fff
}

.slider-element .owl-prev i {
    margin-left: 0
}

.slider-element .owl-next i {
    margin-right: 4px
}

.flex-next:hover,
.flex-prev:hover,
.slider-arrow-bottom-sm:hover,
.slider-arrow-left:hover,
.slider-arrow-right:hover,
.slider-arrow-top-sm:hover {
    background-color: rgba(0, 0, 0, .6) !important
}

.slide-number {
    position: absolute;
    opacity: 0;
    top: auto;
    right: 20px;
    bottom: 20px;
    z-index: 20;
    width: 36px;
    height: 40px;
    text-align: center;
    color: rgba(255, 255, 255, .8);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    font-size: 18px;
    font-weight: 300;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.slider-element:hover .slide-number {
    opacity: 1
}

.slide-number-current,
.slide-number-total {
    position: absolute;
    line-height: 1;
    top: 5px;
    left: 0
}

.slide-number-total {
    top: auto;
    bottom: 5px;
    left: auto;
    right: 0
}

.slide-number span {
    display: block;
    font-size: 32px;
    line-height: 40px
}

.slider-element .owl-dots {
    position: absolute;
    width: 100%;
    z-index: 20;
    margin: 0;
    top: auto;
    bottom: 15px
}

.slider-element .owl-dots button {
    width: .625rem;
    height: .625rem;
    margin: 0 3px;
    opacity: 1 !important;
    background-color: transparent !important;
    border: 1px solid rgba(0, 0, 0, .2)
}

.slider-element .owl-dots .owl-dot.active,
.slider-element .owl-dots .owl-dot:hover {
    background-color: #fff !important
}

h1 .h1-start {
    font-size: 14px !important;
    font-family: MyTxtFont, sans-serif;
    line-height: 1;
    letter-spacing: 2px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px
}

h1 .h1-main {
    font-size: calc(10px + 4vw) !important;
    font-family: MyUeFont, sans-serif;
    line-height: 1;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    margin-bottom: 1px
}

h1 .h1-main-color {
    font-size: calc(10px + 4vw) !important;
    font-family: MyUeFont, sans-serif;
    line-height: 1;
    color: var(--blue);
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    margin-bottom: 1px
}

h1 .h1-end {
    font-size: clamp(16px, calc(10px + 1.3vw), 18px);
    letter-spacing: 1px;
    margin-top: 14px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: MyTxtFont, sans-serif;
    font-weight: 400;
    line-height: 18px;
    display: block
}

@media only screen and (max-device-width:960px) and (orientation:landscape) {
    h1 {
        max-width: 90%;
        height: auto;
        text-align: center;
        margin: 0 auto;
        padding: 0 1rem 1rem 0
    }
}

@media only screen and (min-width:960px) {
    h1 {
        width: 100%;
        height: auto;
        text-align: left;
        padding: 0 1rem 4rem 0
    }

    h1 .h1-start {
        font-size: 14px !important;
        font-family: MyTxtFont, sans-serif;
        line-height: 1;
        letter-spacing: 2px;
        font-weight: 400;
        display: block;
        margin-bottom: 1rem
    }

    h1 .h1-end {
        font-size: 17px !important;
        letter-spacing: 1px;
        margin-top: 1rem;
        font-family: MyTxtFont, sans-serif;
        font-weight: 400;
        line-height: 18px;
        max-width: 65ch;
        display: block
    }
}

.h2 {
    font-family: MyUeFont, sans-serif !important;
    font-size: calc(16px + 1vw) !important;
    line-height: 1.3;
    letter-spacing: 1.3px !important;
    margin-top: 4rem;
    margin-bottom: 2rem;
    max-width: 60ch;
    text-transform: uppercase
}

.h2::after {
    content: '';
    display: block;
    margin-top: 1.3rem;
    width: 40px;
    border-top: 2px solid #111
}

.h3,
h3 {
    font-family: MyUeFont, sans-serif !important;
    font-size: calc(20px + .7vw) !important;
    line-height: 1.3;
    letter-spacing: 1.2px !important;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    max-width: 60ch;
    text-transform: uppercase
}

.h3.heading-block::after,
h3.heading-block::after {
    content: '';
    display: block;
    margin-top: 1rem;
    width: 40px;
    border-top: 2px solid #111
}

.h3-heading-block-center::after,
h3.heading-block-center::after {
    content: '';
    display: block;
    margin-top: 1rem;
    width: 40px;
    border-top: 2px solid #111;
    margin-left: auto;
    margin-right: auto
}

.slider-caption .ue,
.we-slider-ue {
    font-family: MyUeFont;
    text-transform: uppercase;
    font-size: calc(15px + 3vw) !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0;
    color: #fff
}

.slider-caption.dark .ue {
    text-transform: uppercase;
    color: #000 !important;
    text-shadow: none
}

.strong {
    background-color: #e0dcd6;
    color: #403b33;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 0 5px
}

.wichtig {
    background-color: #e0dcd6;
    text-decoration: none;
    padding: 0 5px
}

.headline {
    font-family: MyUeFont;
    font-weight: 900
}

.dropcap {
    float: left;
    font-size: 50px;
    line-height: 1;
    margin: 0 10px 20px 0;
    text-transform: uppercase
}

.highlight {
    padding: 0 5px;
    background-color: #444;
    color: #fdc201;
    border-radius: 2px
}

.first-p-line {
    position: relative
}

.first-p-line::before {
    position: absolute;
    display: block;
    top: 14px;
    line-height: normal;
    content: "";
    left: -32px;
    width: 18px;
    border-top: 1px solid #ffc107
}

.t-stroke-main {
    -webkit-text-stroke: 1px var(--bs-white);
    text-stroke: 1px var(--bs-white);
    color: rgba(255, 255, 255, 0.196)
}

li {
    margin-bottom: .6rem;
    padding-left: 0 !important;
    margin-left: 0 !important;
    list-style: none;
    position: relative
}

.liste-ok li {
    list-style: none;
    position: relative
}

.liste-ok li::before {
    font-family: MyIcons;
    content: "\e801";
    margin-left: -30px;
    margin-top: 5px;
    line-height: normal;
    position: absolute;
    font-size: 16px;
    color: var(--blue);
    display: inline-block
}

.standard li {
    list-style-type: circle;
    list-style: circle
}

.listeno li {
    position: relative
}

.liste-nok li::before,
.listeno li::before,
.main li::before {
    content: '';
    height: 1px;
    width: 1rem;
    background: #444;
    display: block;
    position: absolute;
    top: 14px;
    left: -1rem;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

a {
    color: inherit;
    font-weight: bold;
    text-decoration: none
}

li.grid-li::before {
    content: '';
    height: 0;
    width: 0;
    background: 0 0;
    display: block;
    position: absolute
}

a:hover {
    color: var(--blue)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

a.link-uline,
a.link-uline:link,
a.a-link {
    position:relative;
    display:inline-block;
    transition-delay:.8s;
    transition:opacity .2s ease,transform .3s ease;
    margin-right: 0.5rem;
    color: var(--link);

  }
a .link-uline:hover,
a.link-uline:link:hover,
a.a-link:hover {
    color: var(--blue);
  }
a.link-uline:before,
a.link-uline:link:before,
a.a-link:before {
    content:"";
    position:absolute;
    background: var(--lightblue);
    width: 3rem;
    height: 1.5px;
    border-radius: 0.5px;
    bottom: 0;
    transform:translate(0,0);
    transition:all .3s ease;
    z-index:-1
  }
a.link-uline:hover:before,
a.link-uline:hover:before, 
a.a-link:hover:before {
    width:100%;
    color: var(--link-hover);
  }








a.link-bg {
    background-color: #e0dcd6;
    color: #403b33;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 0 5px
}

a.link-bg:hover {
    background-color: #453216;
    color: #f0f0f0;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 3px 5px
}

a.link-big,
span.link-big {
    background: 0 0;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    padding: 15px 20px 0 20px;
    position: relative;
    z-index: 5;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    -ms-transition: background .5s;
    transition: background .5s;
    overflow: hidden
}

a.link-big::after,
a.link-big::before,
span.link-big::after,
span.link-big::before {
    content: "";
    display: block;
    width: 75%;
    height: 1px;
    background-color: #888;
    position: absolute;
    bottom: 0;
    top: auto;
    z-index: -1;
    transition: .2s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

a.link-big::after,
span.link-big::after {
    right: -100%;
    -webkit-transform: translateX(-125%);
    transform: translateX(-125%)
}

a.link-big::before,
span.link-big::before {
    width: 100%;
    height: 5px;
    right: 25%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

a.link-big:hover,
span.link-big:hover {
    color: #1d1d1b
}

a.link-big:hover::after,
span.link-big:hover::after {
    -webkit-transform: none;
    transform: none
}

a.link-big:hover::before,
span.link-big:hover::before {
    -webkit-transform: none;
    transform: none;
    right: 0
}

.link-vh-linie {
    position: relative;
    color: #323232;
    text-transform: uppercase;
    border-radius: 0;
    display: block;
    text-align: right;
    width: max-content;
    float: right;
    padding: 0 5px;
    color: #323232 !important;
    transition: all .5s;
    padding: 0 30px 0 0;
    font-size: 140%
}

.link-vh-linie:after {
    content: "";
    height: 1px;
    width: 20px;
    background-color: #323232;
    position: absolute;
    top: 50%;
    margin-left: 10px;
    transition: all .5s
}

.link-vh-linie:before {
    content: "";
    height: 1px;
    width: 0;
    background-color: #323232;
    position: absolute;
    top: 50%;
    margin: 0;
    transition: all .5s
}

.link-vh-linie:hover {
    background: 0 0;
    color: #dbb05e !important;
    text-decoration: none;
    padding: 0 0 0 30px
}

.link-vh-linie:hover::after {
    background-color: #dbb05e;
    width: 0
}

.link-vh-linie:hover::before {
    background-color: #dbb05e;
    width: 20px;
    margin: 0 0 0 -30px
}

.link-vh-line-dark {
    position: relative;
    text-transform: uppercase;
    border-radius: 0;
    display: block;
    text-align: right;
    width: max-content;
    float: right;
    padding: 0 5px;
    color: #f9f9f9 !important;
    transition: all .5s;
    padding: 0 30px 0 0;
    font-size: 140%
}

.link-vh-line-dark:after {
    content: "";
    height: 1px;
    width: 20px;
    background-color: #f9f9f9;
    position: absolute;
    top: 50%;
    margin-left: 10px;
    transition: all .5s
}

.link-vh-line-dark:before {
    content: "";
    height: 1px;
    width: 0;
    background-color: #f9f9f9;
    position: absolute;
    top: 50%;
    margin: 0;
    transition: all .5s
}

.link-vh-line-dark:hover {
    background: 0 0;
    color: #dbb05e !important;
    text-decoration: none;
    padding: 0 0 0 30px
}

.link-vh-line-dark:hover::after {
    background-color: #dbb05e;
    width: 0
}

.link-vh-line-dark:hover::before {
    background-color: #dbb05e;
    width: 20px;
    margin: 0 0 0 -30px
}

.the-arrow {
    width: 64px;
    transition: all .2s
}

.the-arrow.-left {
    position: absolute;
    top: 60%;
    left: 0
}

.the-arrow.-left>.shaft {
    width: 0;
    background-color: #ffc700
}

.the-arrow.-left>.shaft:after,
.the-arrow.-left>.shaft:before {
    width: 0;
    background-color: #ffc700
}

.the-arrow.-left>.shaft:before {
    transform: rotate(0)
}

.the-arrow.-left>.shaft:after {
    transform: rotate(0)
}

.the-arrow.-right {
    top: 3px
}

.the-arrow.-right>.shaft {
    width: 64px;
    transition-delay: .2s
}

.the-arrow.-right>.shaft:after,
.the-arrow.-right>.shaft:before {
    width: 8px;
    transition-delay: .3s;
    transition: all .5s
}

.the-arrow.-right>.shaft:before {
    transform: rotate(40deg)
}

.the-arrow.-right>.shaft:after {
    transform: rotate(-40deg)
}

.the-arrow>.shaft {
    background-color: #ffc700;
    display: block;
    height: 2px;
    position: relative;
    transition: all .2s;
    transition-delay: 0;
    will-change: transform
}

.the-arrow>.shaft:after,
.the-arrow>.shaft:before {
    background-color: #ffc700;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .2s;
    transition-delay: 0
}

.the-arrow>.shaft:before {
    transform-origin: top right
}

.the-arrow>.shaft:after {
    transform-origin: bottom right
}

.animated-arrow {
    display: inline-block;
    text-decoration: none;
    position: relative;
    transition: all .2s
}

.animated-arrow:hover {
    color: #ffc700
}

.animated-arrow:hover>.the-arrow.-left>.shaft {
    width: 64px;
    transition-delay: .1s;
    background-color: #ffc700
}

.animated-arrow:hover>.the-arrow.-left>.shaft:after,
.animated-arrow:hover>.the-arrow.-left>.shaft:before {
    width: 8px;
    transition-delay: .1s;
    background-color: #ffc700
}

.animated-arrow:hover>.the-arrow.-left>.shaft:before {
    transform: rotate(40deg)
}

.animated-arrow:hover>.the-arrow.-left>.shaft:after {
    transform: rotate(-40deg)
}

.animated-arrow:hover>.main {
    transform: translateX(80px)
}

.animated-arrow:hover>.main>.the-arrow.-right>.shaft {
    width: 0;
    transform: translateX(200%);
    transition-delay: 0
}

.animated-arrow:hover>.main>.the-arrow.-right>.shaft:after,
.animated-arrow:hover>.main>.the-arrow.-right>.shaft:before {
    width: 0;
    transition-delay: 0;
    transition: all .1s
}

.animated-arrow:hover>.main>.the-arrow.-right>.shaft:before {
    transform: rotate(0)
}

.animated-arrow:hover>.main>.the-arrow.-right>.shaft:after {
    transform: rotate(0)
}

.animated-arrow>.main {
    display: flex;
    align-items: center;
    transition: all .2s
}

.animated-arrow>.main>.text {
    margin: 0 16px 0 0;
    line-height: 2
}

.animated-arrow>.main>.the-arrow {
    position: relative
}

.block-44-start h3 {
    max-width: 700px;
    margin: 3rem auto auto auto
}

#block-44 {
    position: relative;
    overflow: hidden;
    max-width: 1100px;
    min-height: 80vh;
    margin: 0 auto
}

.block-44 {
    max-width: 100%;
    min-height: auto;
    margin: 3rem auto;
    display: grid;
    grid-template-columns: 1.5rem 1rem 10fr 3rem 1.5rem;
    grid-template-rows: 4fr .5fr auto 2fr auto
}

.block-44-pic {
    grid-column-start: 2;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 3;
    z-index: 1;
    position: relative;
    overflow: hidden
}

.block-44-pic .img-caption {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    padding: 2px 4px;
    display: inline-block;
    background: #f0f0f0;
    color: var(--blue)
}

.block-44-ue {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 5;
    background: #f0f0f0;
    padding: 0;
    margin: 0 !important;
    z-index: 5;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.block-44-text {
    grid-column-start: 2;
    grid-column-end: 5;
    grid-row-start: 5;
    grid-row-end: 6
}

.block-44-ue h3 {
    text-transform: uppercase;
    text-align: right;
    margin: 1.5rem;
    padding: 0;
    display: block
}

@media (min-width:768px) {
    .block-44 {
        max-width: 980px;
        min-height: auto;
        margin: 4rem 0 4rem auto;
        display: grid;
        grid-template-columns: 1rem 6fr 4rem 5rem 4fr;
        grid-template-rows: 120px 20px auto 20px 120px auto
    }

    .block-44-pic {
        grid-column-start: 4;
        grid-column-end: 6;
        grid-row-start: 1;
        grid-row-end: 6;
        z-index: 1;
        position: relative
    }

    .block-44-ue {
        grid-column-start: 2;
        grid-column-end: 5;
        grid-row-start: 3;
        grid-row-end: 4;
        background: #f0f0f0;
        padding: 0;
        margin: 0 !important;
        z-index: 5;
        display: flex;
        justify-content: flex-end
    }

    .block-44-text {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 5;
        grid-row-end: 7
    }
}

.block-44r {
    max-width: 100%;
    min-height: auto;
    margin: 3rem auto;
    display: grid;
    grid-template-columns: 1.5rem 3rem 10fr 1rem 1.5rem;
    grid-template-rows: 4fr .5fr auto 2fr auto
}

.block-44r-pic {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
    z-index: 1;
    position: relative;
    overflow: hidden
}

.block-44r-pic .img-caption {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    padding: 2px 4px;
    display: inline-block;
    background: #f0f0f0;
    color: var(--blue)
}

.block-44r-ue {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 5;
    background: #f0f0f0;
    padding: 0;
    margin: 0 !important;
    z-index: 5;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.block-44r-text {
    grid-column-start: 2;
    grid-column-end: 5;
    grid-row-start: 5;
    grid-row-end: 6
}

.block-44r-ue h3 {
    text-transform: uppercase;
    text-align: left;
    margin: 1.5rem;
    padding: 0;
    display: block
}

@media (min-width:768px) {
    .block-44r {
        max-width: 980px;
        min-height: auto;
        margin: 4rem auto 4rem 0;
        display: grid;
        grid-template-columns: 4fr 5rem 4rem 6fr 1rem;
        grid-template-rows: 120px 20px auto 20px 120px auto
    }

    .block-44r-pic {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 6;
        z-index: 1;
        position: relative
    }

    .block-44r-ue {
        grid-column-start: 2;
        grid-column-end: 5;
        grid-row-start: 3;
        grid-row-end: 4;
        background: #f0f0f0;
        padding: 0;
        margin: 0 !important;
        z-index: 5;
        display: flex;
        justify-content: flex-end
    }

    .block-44r-text {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 5;
        grid-row-end: 7
    }
}

.block2pics {
    background: #bcb7af;
    overflow: hidden
}

.block2pics .pic-r {
    display: none
}

.block2pics .pic-ue {
    margin: 2.5rem 1rem 1rem 1rem
}

.block2pics .pic-txt {
    margin: 2rem 1rem !important;
    padding-bottom: 2rem
}

.block2pics .pic-bg {
    display: none
}

.pic-txt .toggles {
    margin-top: 3rem
}

@media (min-width:1024px) {
    .block2pics {
        max-width: 1100px;
        background: 0 0;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 120px 7fr 10px 4fr 150px;
        grid-template-rows: 60px 180px 180px 50px auto auto auto;
        margin-bottom: 0
    }

    .block2pics .pic-l {
        grid-column: 1/3;
        grid-row: 2/4
    }

    .block2pics .pic-r {
        display: block;
        grid-column: 4/6;
        grid-row: 1/5
    }

    .block2pics .pic-ue {
        grid-column: 2/5;
        grid-row: 5/6
    }

    .block2pics .pic-txt {
        grid-column: 2/5;
        grid-row: 7/8;
        padding: 0 1.5rem 2rem 1.5rem
    }

    .block2pics .pic-bg {
        display: block;
        grid-column: 2/5;
        grid-row: 3/-1;
        background: #bcb7af;
        z-index: -1
    }
}

.bannerbox {
    display: grid;
    grid-template-columns: 1.5rem 2.5rem auto auto 2.5rem 1.5rem;
    grid-template-rows: 2.5rem auto 1.5rem auto;
    min-height: 80vh;
    margin-top: 2rem;
    margin-bottom: 2rem
}

.bannerbox .pic-l {
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 2;
    grid-row-end: 3;
    min-height: 35vh;
    z-index: 10
}

.bannerbox .mask {
    grid-column-start: 2;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 5;
    z-index: 2
}

.bannerbox .box-txt {
    grid-column-start: 3;
    grid-column-end: 6;
    grid-row-start: 4;
    grid-row-end: 5;
    z-index: 20;
    display: flex;
    align-items: flex-end;
    margin-bottom: 2rem
}

@media (min-width:768px) {
    .bannerbox {
        display: grid;
        grid-template-columns: 1rem 2fr 2fr 3rem 3fr 3rem;
        grid-template-rows: 5rem auto 5rem 0;
        min-height: 60vh;
        margin-top: 2rem;
        margin-bottom: 2rem
    }

    .bannerbox .pic-l {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3;
        min-height: 40vh;
        z-index: 10
    }

    .bannerbox .mask {
        grid-column-start: 3;
        grid-column-end: 7;
        grid-row-start: 1;
        grid-row-end: 4;
        z-index: 2
    }

    .bannerbox .box-txt {
        grid-column-start: 5;
        grid-column-end: 6;
        grid-row-start: 2;
        grid-row-end: 3;
        z-index: 20;
        display: flex;
        align-items: flex-end;
        margin-bottom: 0
    }

    .box-txt-inner {
        max-width: 60ch
    }
}

.quote-block {
    width: 100%;
    margin: 100px auto;
    display: grid;
    grid-template-columns: 1.5rem 1fr 1.5rem 4fr 2.5rem;
    grid-template-rows: 1.5rem 1.5rem auto 5rem 300px 2.5rem 2.5rem;
    min-height: 40vh
}

.quote-icon {
    grid-column: 1/3;
    grid-row: 1/3;
    z-index: 5;
    position: relative;
    margin: .5rem
}

.quote-pic {
    grid-column: 3/5;
    grid-row: 5/7;
    z-index: 3
}

.quote-text {
    grid-column: 2/5;
    grid-row: 3/5;
    z-index: 2;
    padding-bottom: 2rem
}

.quote-bg {
    grid-column: 1/7;
    grid-row: 1/6;
    z-index: 1
}

@media (min-width:768px) {
    .quote-block {
        max-width: 900px;
        margin: 50px auto;
        display: grid;
        grid-template-columns: 1.5rem 1.5rem 3.5fr 2.5rem 2.8fr 2.5rem;
        grid-template-rows: 1.5rem 1.5rem auto 300px 2.5rem 2.5rem 2.5rem;
        min-height: 40vh
    }

    .quote-bg {
        grid-column: 1/7;
        grid-row: 1/6;
        z-index: 1
    }

    .quote-pic {
        grid-column: 5/6;
        grid-row: 4/7;
        z-index: 3
    }

    .quote-icon {
        grid-column: 1/4;
        grid-row: 1/4;
        z-index: 5;
        position: relative;
        margin: .5rem
    }

    .quote-text {
        grid-column: 3/4;
        grid-row: 3/5;
        z-index: 2
    }
}

.my-quote {
    font-size: 100px;
    line-height: 100px;
    transform: translate(10px, -50px);
    color: #242424
}

.block-sticky,
.block-sticky-r {
    display: grid;
    grid-template-columns: 2rem 1fr 1fr 1fr 2rem;
    grid-template-rows: 2rem auto 1rem auto 2rem
}

.block-sticky .block-txt,
.block-sticky-r .block-txt {
    grid-column: 2/-2;
    grid-row: 2/3;
    min-height: 500px;
    z-index: 3
}

.block-sticky .block-img,
.block-sticky-r .block-img {
    grid-column: 2/-2;
    grid-row: 4/5;
    z-index: 4
}

.block-sticky .block-bg,
.block-sticky-r .block-bg {
    grid-column: 1/6;
    grid-row: 1/6;
    z-index: 1
}

@media (min-width:768px) {
    .block-sticky {
        max-width: 1024px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 2rem 3fr 2rem 1fr 1fr 2rem;
        grid-template-rows: 2rem auto auto 2rem
    }

    .block-sticky-r {
        max-width: 1024px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 2rem 1fr 1fr 2rem 3fr 2rem;
        grid-template-rows: 2rem auto auto 2rem
    }

    .block-sticky .block-bg {
        grid-column: 1/5;
        grid-row: 1/-1;
        z-index: 1
    }

    .block-sticky-r .block-bg {
        grid-column: 3/-1;
        grid-row: 1/-1;
        z-index: 1
    }

    .block-sticky .block-txt {
        grid-column: 2/3;
        grid-row: 2/4;
        min-height: 500px;
        z-index: 3
    }

    .block-sticky-r .block-txt {
        grid-column: 5/6;
        grid-row: 2/4;
        min-height: 500px;
        z-index: 3
    }

    .block-sticky .block-img {
        grid-column: 4/-1;
        grid-row: 1/5;
        min-height: 500px;
        z-index: 4
    }

    .block-sticky-r .block-img {
        grid-column: 1/4;
        grid-row: 1/5;
        min-height: 500px;
        z-index: 4
    }

    .c-sticky {
        position: sticky;
        top: 50px;
        margin-top: 5rem;
        margin-bottom: 5rem;
        width: 100%;
        height: 400px !important
    }
}

#block-slim {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto
}

.block-slim {
    position: relative;
    display: grid;
    width: 100%;
    grid-template-columns: 1rem .5rem .5fr .1fr 10fr .5rem 1rem;
    grid-template-rows: 2.5rem auto auto auto auto 2.5rem
}

.block-slim-ue {
    grid-column: 3/6;
    grid-row: 2/3
}

.block-slim-txt-before {
    grid-column: 5/6;
    grid-row: 3/4
}

.block-slim-toggle .toggles {
    margin-top: 3rem;
    margin-bottom: 2rem
}

.block-slim-pic {
    position: relative;
    grid-column: 2/-2;
    grid-row: 4/5;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0
}

.block-slim-txt-after {
    grid-column: 5/6;
    grid-row: 5/6
}

@media (min-width:768px) {
    #block-slim {
        position: relative;
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
        max-width: 1100px
    }

    .block-slim {
        position: relative;
        overflow: hidden;
        display: grid;
        width: 100%;
        grid-template-columns: .75rem 1fr 1fr 1.1fr 8fr 1fr .75rem;
        grid-template-rows: 2.5rem auto auto auto auto 2.5rem
    }

    .block-slim-ue {
        grid-column: 4/6;
        grid-row: 2/3;
        max-width: 75%
    }

    .block-slim-pic {
        position: relative;
        grid-column: 2/-2;
        grid-row: 4/5;
        width: 100%;
        overflow: hidden;
        background: #555
    }
}

.section-80-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    width: 100%
}

.block-80-20 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch
}

.block-80 {
    position: relative;
    width: 95vw;
    min-height: 30vh
}

.block-20 {
    position: relative;
    width: 5vw;
    min-height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center
}

.order-0 .text-vertical {
    margin: 0;
    padding: 0;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #853e3e
}

.order-1 .text-vertical {
    margin: 0;
    padding: 0;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    color: #853e3e
}

.ue-80-20-above {
    position: absolute;
    width: 90%;
    font-size: 60px;
    line-height: 1;
    top: -40px
}

.ue-80-20-above .upper {
    display: block;
    height: 40px !important;
    overflow: hidden;
    text-transform: uppercase
}

.ue-80-20-above .mirror {
    display: block;
    height: 40px !important;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgba(255, 255, 255, .562);
    text-stroke: 1px rgba(255, 255, 255, .562);
    color: rgba(255, 255, 255, 0);
    transform: rotatex(180deg);
    opacity: .2
}

@media (min-width:768px) {
    .ue-80-20-above {
        font-size: 80px;
        top: -66px
    }

    .ue-80-20-above .upper {
        height: 66px !important
    }

    .ue-80-20-above .mirror {
        height: 66px !important
    }
}

.block-80 .block-80-inner {
    padding: 5rem 1.5rem 3rem 1.5rem;
    width: 100%;
    max-width: 800px;
    min-height: 50vh;
    margin: 5rem auto !important
}

@media (min-width:1024px) {
    .block-80 {
        position: relative;
        width: 90vw;
        margin-left: 5vw;
        min-height: 30vh
    }

    .block-20 {
        position: relative;
        width: 0vw;
        min-height: 30vh;
        display: flex;
        justify-content: center;
        align-items: center
    }
}

@media (min-width:1700px) {
    .section-80-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
        width: 1100px;
        margin: 0 auto
    }
}

.full--bg {
    width: 100%;
    height: 50vh;
    overflow: hidden;
    position: relative;
    background: #444
}

.bg--pic {
    position: relative;
    width: 100%;
    height: 50vh;
    z-index: 1
}

@media only screen and (min-width:960px) {
    .full--bg {
        width: 100%;
        height: 80vh;
        overflow: hidden;
        position: relative;
        background: #444
    }

    .bg--pic {
        position: relative;
        width: 100%;
        height: 80vh;
        z-index: 1
    }
}

.bg--pic::before {
    content: '';
    position: absolute;
    height: 100%;
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .4) 30%, #000);
    background: linear-gradient(0deg, transparent 0, rgba(0, 0, 0, .4) 30%, #000);
    opacity: .8;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2
}

.full--bg .inner {
    position: absolute;
    z-index: 4;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: start
}

.full--bg .inner .text {
    padding: 2rem;
    text-align: center
}

.full--bg .inner .text .h3 {
    font-family: MyUeFont, sans-serif !important;
    font-size: calc(20px + .7vw) !important;
    line-height: 1.3;
    letter-spacing: 1.2px !important;
    max-width: 60ch;
    text-transform: uppercase;
    font-size: calc(30px + 2vw) !important;
    -webkit-text-stroke: 2px #fff;
    text-stroke: 2px #fff;
    color: rgba(255, 255, 255, 0)
}

.img-fix-bg {
    object-fit: cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

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

.img-fit,
.ofit-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ipos-0,
.opos-0 {
    -o-object-position: 0 50%;
    object-position: 0 50%
}

.ipos-1,
.opos-1 {
    -o-object-position: 20% 50%;
    object-position: 20% 50%
}

.ipos-2,
.opos-2 {
    -o-object-position: 40% 50%;
    object-position: 40% 50%
}

.ipos-3,
.opos-3 {
    -o-object-position: 60% 50%;
    object-position: 60% 50%
}

.ipos-4,
.opos-4 {
    -o-object-position: 80% 50%;
    object-position: 80% 50%
}

.ipos-5,
.opos-5 {
    -o-object-position: 100% 50%;
    object-position: 100% 50%
}

.img-grayscale,
.img-greyscale {
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.img-grayscale:hover,
.img-greyscale {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.img-zoom {
    -webkit-transition: -webkit-transform 1s cubic-bezier(.3, .1, .3, 1);
    transition: -webkit-transform 1s cubic-bezier(.3, .1, .3, 1);
    transition: transform 1s cubic-bezier(.3, .1, .3, 1);
    transition: transform 1s cubic-bezier(.3, .1, .3, 1), -webkit-transform 1s cubic-bezier(.3, .1, .3, 1);
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0)
}

.img-zoom:hover {
    -webkit-transition: -webkit-transform 1s cubic-bezier(.3, .1, .3, 1);
    transition: -webkit-transform 1s cubic-bezier(.3, .1, .3, 1);
    transition: transform 1s cubic-bezier(.3, .1, .3, 1);
    transition: transform 1s cubic-bezier(.3, .1, .3, 1), -webkit-transform 1s cubic-bezier(.3, .1, .3, 1);
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0)
}

.img-zoom-in {
    -webkit-transition: -webkit-transform 1s cubic-bezier(.3, .1, .3, 1);
    transition: -webkit-transform 1s cubic-bezier(.3, .1, .3, 1);
    transition: transform 1s cubic-bezier(.3, .1, .3, 1);
    transition: transform 1s cubic-bezier(.3, .1, .3, 1), -webkit-transform 1s cubic-bezier(.3, .1, .3, 1);
    -webkit-filter: grayscale(30%);
    filter: grayscale(30%);
    -webkit-transform: scale(1.02) translateZ(0);
    transform: scale(1.02) translateZ(0)
}

.img-zoom-in:hover {
    -webkit-transition: -webkit-transform 1s cubic-bezier(.3, .1, .3, 1);
    transition: -webkit-transform 1s cubic-bezier(.3, .1, .3, 1);
    transition: transform 1s cubic-bezier(.3, .1, .3, 1);
    transition: transform 1s cubic-bezier(.3, .1, .3, 1), -webkit-transform 1s cubic-bezier(.3, .1, .3, 1);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0)
}

.img-desc-inline {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 15px;
    background: rgba(3, 39, 94, .5);
    padding: 3px 4px;
    margin: 5px
}

.img-curtain {
    position: absolute;
    z-index: 4;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    display: flex
}

.device-touch .img-curtain,
.device-xs .img-curtain {
    opacity: 0;
    visibility: hidden;
    display: none
}

@media only screen and (max-device-width:940px) {
    .img-curtain {
        opacity: 0;
        visibility: hidden;
        display: none
    }
}

@media only screen and (max-device-width:960px) and (orientation:landscape) {
    .img-curtain {
        opacity: 0;
        visibility: hidden;
        display: none
    }
}

.curtain-close {
    transform: translateX(0);
    transition: transform .8s
}

.curtain-to-right {
    transform: translateX(100%);
    transition: transform .8s
}

.curtain-to-left {
    transform: translateX(-100%);
    transition: transform .8s
}

.img-c {
    position: absolute;
    z-index: 4;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    display: flex
}

.c-close {
    transform: translateX(0);
    transition: transform .8s
}

.c-close.to-left.is-in-view {
    transform: translateX(-100%);
    transition: transform .8s
}

.c-close.to-right.is-in-view {
    transform: translateX(100%);
    transition: transform .8s
}

.c-close.to-down.is-in-view {
    transform: translateY(100%);
    transition: transform 1.2s ease-in
}

.c-close.to-up.is-in-view {
    transform: translateY(-100%);
    transition: transform .8s ease-out
}

.iwg-img {
    transition: transform 1.4s ease-in-out;
    transition-delay: .2s;
    transform: scale(1.5)
}

.iwg-img.is-in-view {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.color {
    color: #ffc107
}

.my-color {
    background: #f0f0f0
}

.my-body-darker {
    color: #e6e5e0
}

.my-bg-body-darker {
    background: #e6e5e0
}

.my-body-darker-1 {
    color: #a9a5a5
}

.my-bg-body-darker-1 {
    color: #a9a5a5
}

.my-bg {
    background: #f0f0f0
}

.my-bg-black-mate {
    background-color: #343a40
}

.my-black-mate {
    color: #343a40
}

.my-blue {
    color: #093a53 !important
}

.my-bg-blue {
    background: #093a53 !important
}

.my-turchese {
    color: #035d6d !important
}

.my-bg-turchese {
    background: #035d6d !important
}

.my-grey {
    color: #343a40
}

.my-bg-grey {
    background-color: #343a40
}

.my-black {
    color: #121212 !important
}

.my-bg-black {
    background: #121212 !important
}

.my-blue-violett {
    color: linear-gradient(to top right, #060628, #1f245a, #682359) !important
}

.my-bg-blue-violett {
    background: linear-gradient(to top right, #060628, #1f245a, #682359) !important
}

.my-bg-hotels {
    background: #020024;
    background: linear-gradient(90deg, #020024 0, #091779 53%, #00d4ff 100%)
}

.my-bg-gradient {
    background: #0d3a52;
    background: linear-gradient(90deg, #0d3a52 19%, #0d5d6c 100%)
}

.toggle {
    display: block;
    position: relative;
    margin: 0
}

.accordion-header,
.toggle-header {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    cursor: pointer;
    color: #141414;
    text-transform: uppercase;
    font-family: MyUeFont;
    font-size: 1.1rem;
    line-height: normal;
    background: rgba(41, 41, 41, .055);
    padding: .7rem 0
}

.toggle-header:hover {
    background: rgba(41, 41, 41, .404)
}

.toggle-icon {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 0 15px;
    text-align: center;
    color: #ffc107
}

.accordion-content,
.toggle-content {
    display: none;
    position: relative;
    padding: .8rem 20px 10px 50px;
    margin: 0
}

.toggle-active .toggle-header {
    background: rgba(41, 41, 41, .404) !important
}

.my-bg-toggle {
    background: rgba(41, 41, 41, .404) !important
}

.accordion-header {
    display: flex;
    background-color: none !important
}

.accordion-active,
.accordion-content {
    background: rgba(41, 41, 41, .404) !important
}

.accordion-header:hover {
    background: rgba(41, 41, 41, .404) !important
}

.accordion-icon {
    order: 2;
    color: #ffc700
}

.accordion-title {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 25px
}

.content-2-toggle {
    margin-top: 3rem
}

.content-2-toggle .toggles {
    margin-top: 0;
    margin-bottom: 2rem
}

.content-2-toggle .toggles .toggle {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(148, 137, 119, .8) !important
}

.content-2-toggle .toggles .toggle:last-child {
    border-bottom: 1px solid rgba(148, 137, 119, .8) !important
}

.content-2-toggle .toggles .toggle-icon {
    color: #222;
    order: 1
}

.content-2-toggle .toggles .toggle-header {
    background: 0 0 !important;
    font-size: 16px
}

.content-2-toggle .toggles .toggle-header:hover {
    background: rgba(148, 137, 119, .1) !important
}

.content-2-toggle .toggles .toggle-active .toggle-header {
    background: 0 0 !important
}

.content-2-toggle .toggles .my-bg-toggle {
    padding: 0 10px !important;
    background: 0 0 !important
}

.block-slim-toggle {
    margin-top: 3rem
}

.block-slim-toggle .toggles {
    margin-top: 0;
    margin-bottom: 2rem
}

.block-slim-toggle .toggle {
    margin: 0;
    padding: 0;
    margin-bottom: 3px
}

.block-slim-toggle .toggle-icon {
    color: #6e6e6e;
    order: 2
}

.block-slim-toggle .toggle-header {
    padding-left: .3rem;
    background: rgba(188, 183, 175, .1);
    font-size: 17px
}

.block-slim-toggle .toggle-header:hover {
    background: rgba(188, 183, 175, .2)
}

.block-slim-toggle .toggle-active .toggle-header {
    padding-left: .5rem;
    background: rgba(188, 183, 175, .5) !important
}

.block-slim-toggle .my-bg-toggle {
    padding: .5rem .5rem .5rem .5rem;
    background: rgba(188, 183, 175, .4) !important
}

.e-box {
    margin-bottom: 3px;
    background: rgba(188, 183, 175, .4) !important;
    padding: .5rem
}

.e-box--row {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.e-box--row:last-child {
    border-bottom: none
}

.e-box--row .value {
    font-family: MyUeFont;
    font-size: 16px;
    color: var(--blue) !important;
}

.e-box--row .price {
    font-size: 28px
}

.price .small {
    font-size: 16px
}

.anim__curtain {
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.anim-offview .anim__curtain {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.anim-slow,
.anim-slow:hover {
    -moz-transition: all 1s cubic-bezier(.16, .01, .77, 1);
    -o-transition: all 1s cubic-bezier(.16, .01, .77, 1);
    -webkit-transition: all 1s cubic-bezier(.16, .01, .77, 1);
    transition: all 1s cubic-bezier(.16, .01, .77, 1)
}

.curtain-mask {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.to-right {
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -webkit-transform-origin: top right;
    transform-origin: top right
}

.to-left {
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.my-card {
    position: relative;
    background: #b0a89a;
    margin: 5px
}

@media (min-width:768px) {
    .my-card {
        position: relative;
        background: #b0a89a;
        margin: 10px !important
    }
}

.my-card::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100px;
    height: 6px;
    background: var(--blue);
    z-index: 5
}

.my-card .my-card-img {
    height: calc(200px + 5vw);
    width: 100%;
    overflow: hidden;
    cursor: pointer
}

@media (min-width:768px) {
    .my-card .my-card-img {
        height: calc(200px + 2vw);
        width: 100%;
        overflow: hidden;
        cursor: pointer
    }
}

.my-card .my-card-date {
    text-transform: uppercase;
    position: relative;
    width: 100%;
    background: #938977;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(245, 247, 250, .692);
    font-size: 1rem
}

.my-card .my-card-date .price {
    font-family: MyUeFont;
    position: absolute;
    right: 5px;
    top: -8px;
    width: 60px;
    height: 60px;
    background: var(--blue);
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #eee7da
}

.my-card .my-card-txt {
    padding: 1rem 1rem 0 1rem;
    color: #3c3324;
    text-align: center
}

.my-card .my-card-txt .h4 {
    font-family: MyUEFont;
    text-transform: uppercase;
    color: #3c3324;
    font-size: 20px;
    letter-spacing: 1.5px;
    text-align: center;
    line-height: 1.3;
    padding-bottom: 0.7rem;
}

.my-card .my-card-txt .h4 span {
    color: #504737;
    text-align: center;
    display: block
}

.my-card .my-card-txt p {
    line-height: 1.3;
    margin-bottom: 0.1
}

.my-card .my-card-txt .hash {
    font-size: 12px;
    opacity: .9;
    line-height: 1
}

.my-card-link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #938977;
    background: linear-gradient(0deg, #938977 18%, #b0a89a 97%);
    height: 20px;
    padding-right: 10px;
    margin-bottom: 10px;
    border-bottom: 3px solid var(--blue)
}

.card-link {
    position: relative;
    text-transform: uppercase;
    border-radius: 0;
    display: inline-block;
    text-align: right;
    width: max-content;
    color: #ffc700 !important;
    transition: all .5s;
    padding: 0 30px 0 0;
    font-size: 16px
}

.card-link:after {
    content: "";
    height: 1px;
    width: 20px;
    background-color: #ffc700;
    position: absolute;
    top: 50%;
    margin-left: 10px;
    transition: all .5s
}

.card-link:before {
    content: "";
    height: 1px;
    width: 0;
    background-color: #ffc700;
    position: absolute;
    top: 50%;
    margin: 0;
    transition: all .5s
}

.card-link:hover {
    background: 0 0;
    color: #3c3324 !important;
    text-decoration: none;
    padding: 0 0 0 30px
}

.card-link:hover::after {
    background-color: #dbb05e;
    width: 0
}

.card-link:hover::before {
    background-color: #3c3324;
    width: 20px;
    margin: 0 0 0 -30px
}

.my-card .my-card-hotel {
    text-transform: uppercase;
    position: absolute;
    right: -10px;
    top: -32px;
    padding: 5px;
    background: #ffc700;
    height: 32px;
    color: #1f1f1f
}

.my-card-hotel .my-checkbox {
    color: #403b33
}

.grid-filter {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
    list-style: none
}

.grid-filter li a {
    border-radius: 0;
    padding: 4px 5px
}

.grid-filter li.activeFilter a {
    color: #7b685c;
    background-color: #f0f0f0;
    margin: 0;
    padding: 4px 5px
}

.event-details {
    position: relative;
    width: 100%;
    max-width: 1100px;
    overflow: hidden;
    margin: 3rem auto;
    display: grid;
    grid-template-columns: 1rem 1fr 5fr 1rem 3fr 1rem;
    grid-template-rows: auto auto auto auto;
    row-gap: 2rem
}

@media (max-width:860px) {
    .event-details {
        grid-template-columns: .8rem .5rem 5fr 0 .5rem .5rem;
        row-gap: .5rem
    }
}

.event-details .div-preise {
    grid-column: 3/4;
    grid-row: 1/2
}

.event-details .div-pic {
    grid-column: 2/6;
    grid-row: 2/3;
    overflow: hidden;
    position: relative
}

.event-details .div-info {
    grid-column: 3/4;
    grid-row: 3/4
}

.event-details .div-info .div-info-inner {
    margin-left: 50px;
    margin-right: 50px
}

.event-details .div-bewertung {
    grid-column: 3/4;
    grid-row: 4/5
}

.e-box {
    margin-top: 3rem;
    margin-bottom: 3rem;
    background: 0 0 !important;
    padding: 0 .8rem;
    border: 1px solid #555
}

.e-box--row {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #9e9e9e;
    padding: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.e-box--row:last-child {
    border-bottom: none
}

.e-box--row .desc {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .7px
}

.e-box--row .value {
    font-family: MyUeFont;
    font-size: 16px;
    letter-spacing: .5px;
    color: #444141
}

.e-box--row .price {
    font-size: 24px
}

.price .small {
    font-size: 16px
}

.e-box .toggles {
    margin: 0
}

.e-box .toggles .toggle {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #9e9e9e !important
}

.e-box .toggles .toggle:last-child {
    border-bottom: none !important
}

.e-box .toggles .toggle-icon {
    color: #222;
    order: 1;
    font-style: normal;
    margin-right: 10px
}

.e-box .toggles .toggle-header {
    background: 0 0 !important;
    font-family: MyTxtFont !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .7px
}

.e-box .toggles .toggle-header:hover {
    background: 0 0 !important
}

.e-box .toggles .toggle-active .toggle-header {
    background: 0 0 !important
}

.e-box .toggles .my-bg-toggle {
    padding: 0 10px !important;
    background: 0 0 !important;
    font-size: 16px;
    letter-spacing: .7px
}

.e-box .toggle-closed,
.e-box .toggle-open {
    font-style: normal;
    font-family: MyUeFont;
    font-size: 20px
}

.e-gallery {
    position: relative;
    margin-bottom: 5rem;
    margin-left: 5vw;
    margin-right: 5vw;
}

.e-gallery-container {
    position: relative;
    max-width: 900px;
    margin: 20px auto;
    padding: 2rem;
    display: flex
}

.rounded-skill {
    display: inline-block;
    margin: 0 15px 15px;
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 1.25rem;
    color: #333
}

body:not(.device-touch) .rounded-skill {
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.rounded-skill+h5 {
    margin-bottom: 0
}

.rounded-skill canvas {
    position: absolute;
    top: 0;
    left: 0
}

.bewertung-box {
    margin: 2rem 0;
    width: 100%;
    overflow: hidden
}

.bewertung {
    width: 100%;
    overflow: hidden
}

.bewertung-total {
    padding: 0
}

.bewertung .bewertung-row {
    display: flex;
    flex-direction: row;
    align-items: flex-end
}

.bewertung .bewertung-row .h4 {
    font-size: 20px;
    letter-spacing: 1;
    font-family: MyUeFont;
    text-transform: uppercase;
    padding-bottom: 10px
}

.bewertung .skilltext {
    margin-left: 50px;
    margin-right: 20px;
    display: flex
}

.bewertung .skilltext .div {
    max-width: 65ch
}

.bewertungr {
    width: 100%;
    overflow: hidden
}

.bewertungr .bewertung-row {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end
}

.bewertungr .bewertung-row .h4 {
    font-size: 20px;
    letter-spacing: 1;
    font-family: MyUeFont;
    text-transform: uppercase;
    padding-bottom: 10px
}

.bewertungr .skilltext {
    margin-right: 50px;
    margin-left: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end
}

.bewertungr .skilltext .div {
    max-width: 65ch;
    text-align: end
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 15px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dark label {
    color: #e5e5e5
}

label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    font-family: MyUeFont, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #363636;
    margin-bottom: 10px;
    cursor: pointer
}

.my-form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 14px 14px;
    margin-bottom: 1.5rem;
    color: #fff;
    font-size: 18px !important;
    letter-spacing: 2px;
    line-height: 1.5;
    background-color: transparent !important;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    -webkit-transition: border-bottom ease-in-out .3s;
    -o-transition: border-bottom ease-in-out .3s;
    transition: border-bottom ease-in-out .3s
}

.my-form-control:active,
.my-form-control:focus {
    border-color: #f0aa03 !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.my-form-control:-ms-input-placeholder {
    font-size: 15px !important;
    color: #858585;
    text-transform: uppercase;
    opacity: 1
}

.my-form-control::-webkit-input-placeholder {
    font-size: 15px !important;
    color: #858585;
    text-transform: uppercase;
    opacity: 1
}

.my-form-control::-moz-placeholder {
    font-size: 15px !important;
    color: #858585;
    text-transform: uppercase;
    opacity: 1
}

.my-form-control[disabled],
.my-form-control[readonly],
fieldset[disabled] .my-form-control {
    cursor: not-allowed;
    background-color: none;
    opacity: 1
}

.my-form-control.error {
    border-color: #e42c3e
}

.my-form-control:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: -internal-light-dark(rgba(12, 226, 66, .856), rgba(70, 90, 126, .4)) !important;
    color: -internal-light-dark(#bb8585, #be4e4e) !important
}

.form-event {
    color: #fff;
    margin: 2rem 0 2rem 0;
    text-align: center;
    font-family: MyUeFont
}

.form-event-date {
    font-family: MyTxtFont;
    text-align: center;
    font-size: calc(10px + 1vw);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 20px
}

.form-event-name {
    text-align: center;
    font-size: calc(16px + 2.5vw);
    text-transform: uppercase;
    color: #fff;
    line-height: 1
}

.form-event-preis {
    font-size: calc(12px + 2vw);
    margin: 1rem 0
}

.form-object {
    text-align: start;
    margin: 20px 0 30px 0
}

.form-object label {
    font-size: 16px;
    font-family: MyUeFont;
    color: #fff;
    text-transform: uppercase
}

.my-checkbox {
    color: #ffc
}

.my-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.my-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee
}

.my-checkbox:hover input~.checkmark {
    background-color: #c0dabd
}

.my-checkbox input:checked~.checkmark {
    background-color: var(--blue)
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.my-checkbox input:checked~.checkmark:after {
    display: block
}

.my-checkbox .checkmark:after {
    left: 9px;
    top: 3px;
    width: 5px;
    height: 16px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.w-50px {
    width: 50px
}

.w-80px {
    width: 90px
}

.float-centered {
    padding-left: 12px;
    padding-top: 10px;
    color: #fff;
    font-size: 18px
}

.input-eventpreis {
    color: #fff;
    background: 0 0;
    border: none;
    display: inline;
    width: 46px;
    font-weight: 700
}

.my-date-pick {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px
}

.my-date-pick input {
    width: 45%;
    text-align: center;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    background: 0 0
}

.datenschutz-info {
    font-size: 15px !important;
    margin-left: 35px;
    font-family: MyTxtFont !important;
    text-transform: none !important
}

.form-button {
    font-family: MyUeFont;
    color: #ededed;
    background-color: var(--blue);
    padding: 1rem !important;
    margin: 40px !important;
    font-size: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: none !important;
    border-radius: 3px;
    line-height: 1
}

.formError {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    text-align: left
}

.formError {
    z-index: 10
}

.formError .formErrorContent {
    font-family: MyTxtFont;
    width: 100%;
    background: #ee0101;
    position: relative;
    color: #fff;
    min-width: 120px;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 2px 8px 2px 8px;
    border-radius: 3px
}

.formError .formErrorContent {
    z-index: 10
}

.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position: relative
}

.formError .formErrorArrow {
    z-index: 11
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: #343a40 !important;
    background: #343a40 !important
}

input:-webkit-autofill {
    -webkit-text-fill-color: #a7a7a7;
    background: #343a40
}

input:-moz-autofill {
    -moz-text-fill-color: #a7a7a7;
    background: #343a40
}

input:-o-autofill {
    -o-text-fill-color: #a7a7a7;
    background: #343a40 !important
}

input:-khtml-autofill {
    -khtml-text-fill-color: #a7a7a7;
    background: #343a40 !important
}

input:focus:-webkit-autofill {
    -webkit-text-fill-color: #a7a7a7;
    background: #343a40 !important
}

input:focus:-moz-autofill {
    -moz-text-fill-color: #a7a7a7;
    background: #343a40 !important
}

input:focus:-o-autofill {
    -o-text-fill-color: #a7a7a7;
    background: #343a40 !important
}

input:focus:-khtml-autofill {
    -khtml-text-fill-color: #a7a7a7;
    background: #343a40 !important
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: #343a40 !important;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: 0;
    white-space: nowrap;
    margin: 5px;
    padding: 8px 22px;
    font-size: .875rem;
    line-height: 24px;
    background-color: #768873;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.button.button-dark {
    background-color: #333
}

.button.button-dark:hover {
    background-color: #768873
}

.button.button-light {
    background-color: #eee;
    color: #333;
    text-shadow: none !important
}

.button:hover {
    background-color: #444;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

footer {
    width: 100%;
    min-height: 20vh;
    display: grid;
    grid-template-columns: 5vw 1fr 5vw;
    grid-template-rows: 5vw auto auto;
    background: #11171e;
}

footer .q1 {
    grid-column: 1/2;
    grid-row: 1/2;
    background: #f0f0f0
}

footer .q2 {
    grid-column: 3/4;
    grid-row: 1/2;
    background: #f0f0f0
}

footer .footer-main {
    grid-column: 2/3;
    grid-row: 1/3;
    min-height: 20vh;
    background: #1e2a37;
    padding: 2rem 1rem 2rem 1rem;
    font-size: 15px
}

footer .footer-end {
    grid-column: 2/3;
    grid-row: 3/4;
    min-height: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #9b9b9b
}

.footer__social__label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    font-size: 15px;
    line-height: 20px
}

.footer__social__label::after {
    content: "";
    background-color: #fff;
    width: 26px;
    height: 1px;
    display: inline-block;
    position: relative;
    top: -3px;
    margin-left: 12px;
    margin-right: 18px
}

.footer-icon {
    font-size: 22px
}

h5.adress {
    font-family: MyUeFont;
    font-size: 18px;
    letter-spacing: .8px;
    margin: 0 0 1rem 0;
    padding: 0;
    text-transform: uppercase;
    color: #e9e9e9
}

.bg-overlay,
.bg-overlay-bg,
.bg-overlay-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
}

.bg-overlay [data-hover-animate]:not(.animated) {
    opacity: 0
}

.bg-overlay {
    z-index: 5
}

.bg-overlay-content {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    padding: 20px
}

.bg-overlay-bg {
    background-color: rgba(255, 255, 255, .85)
}

.bg-overlay-bg.dark,
.dark .bg-overlay-bg {
    background-color: rgba(0, 0, 0, .5)
}

.my-gallery-3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 3fr 1.6fr;
    grid-gap: 10px
}

.my-gallery-3 :nth-child(1) {
    grid-column: 1/3
}

.my-gallery-3 :nth-child(n+4) {
    display: none;
    visibility: hidden;
    opacity: 0
}

.my-gallery-5 {
    display: grid;
    grid-template-columns: 3fr 2fr 2fr;
    grid-template-rows: 3fr 1fr 3fr;
    grid-gap: 10px
}

.my-gallery-5 :nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/4
}

.my-gallery-5 :nth-child(2) {
    grid-row: 1/3
}

.my-gallery-5 :nth-child(5) {
    grid-row: 2/4
}

.my-gallery-5 :nth-child(n+6) {
    display: none;
    visibility: hidden;
    opacity: 0
}

.my-gallery-7 {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr 1fr;
    grid-template-rows: 2fr 1fr 2fr;
    grid-gap: 10px
}

.my-gallery-7 :nth-child(1) {
    grid-row: 1/3
}

.my-gallery-7 :nth-child(4) {
    grid-row: 2/4
}

.my-gallery-7 :nth-child(5) {
    grid-row: 2/4
}

.my-gallery-7 :nth-child(3) {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 4
}

.my-gallery-7 :nth-child(n+8) {
    display: none
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    background: url(images/preloader-dark.gif) center center no-repeat;
    text-align: center;
    margin-top: -12px;
    margin-left: -12px;
    z-index: 1044;
    text-indent: -9999px
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    right: 18px;
    top: 16px;
    text-decoration: none;
    text-align: center;
    opacity: .85;
    color: #fff;
    font-style: normal;
    font-size: 50px
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.gallery-icon {
    font-size: 44px;
    color: #fff
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    font-size: 14px !important;
    line-height: 1.2;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.not-animated,
[data-animate]:not(.animated) {
    opacity: 0
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
}

.animated.delay-2s {
    -webkit-animation-delay: calc(1s * 2);
    animation-delay: calc(1s * 2);
    -webkit-animation-delay: calc(var(--animate-delay) * 2);
    animation-delay: calc(var(--animate-delay) * 2)
}

.animated.delay-3s {
    -webkit-animation-delay: calc(1s * 3);
    animation-delay: calc(1s * 3);
    -webkit-animation-delay: calc(var(--animate-delay) * 3);
    animation-delay: calc(var(--animate-delay) * 3)
}

.animated.delay-4s {
    -webkit-animation-delay: calc(1s * 4);
    animation-delay: calc(1s * 4);
    -webkit-animation-delay: calc(var(--animate-delay) * 4);
    animation-delay: calc(var(--animate-delay) * 4)
}

.animated.delay-5s {
    -webkit-animation-delay: calc(1s * 5);
    animation-delay: calc(1s * 5);
    -webkit-animation-delay: calc(var(--animate-delay) * 5);
    animation-delay: calc(var(--animate-delay) * 5)
}

.animated.faster {
    -webkit-animation-duration: calc(1s / 2);
    animation-duration: calc(1s / 2);
    -webkit-animation-duration: calc(var(--animate-duration)/ 2);
    animation-duration: calc(var(--animate-duration)/ 2)
}

.animated.fast {
    -webkit-animation-duration: calc(1s * .8);
    animation-duration: calc(1s * .8);
    -webkit-animation-duration: calc(var(--animate-duration) * .8);
    animation-duration: calc(var(--animate-duration) * .8)
}

.animated.slow {
    -webkit-animation-duration: calc(1s * 2);
    animation-duration: calc(1s * 2);
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2)
}

.animated.slower {
    -webkit-animation-duration: calc(1s * 3);
    animation-duration: calc(1s * 3);
    -webkit-animation-duration: calc(var(--animate-duration) * 3);
    animation-duration: calc(var(--animate-duration) * 3)
}

@media print,
(prefers-reduced-motion:reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }

    .animated[class*=Out] {
        opacity: 0
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}