section {
    background-color: #fff;
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 300;
    color: #fff;
    position: relative;
}

button {
    background-color: transparent;
    border-color: transparent;
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}

a.mbr-iconfont:hover {
    text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
    margin-bottom: 0;
}

a {
    font-style: normal;
    font-weight: 300;
    cursor: pointer;
}

a,
a:hover {
    text-decoration: none;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.5;
}

.mbr-section-subtitle {
    line-height: 1.5;
}

.mbr-text {
    font-style: normal;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
    line-height: 1.5;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 300;
}

b,
strong {
    font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}

textarea[type='hidden'] {
    display: none;
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.hidden {
    visibility: hidden;
}

.mbr-z-index20 {
    z-index: 20;
}

/*! Base colors */
.mbr-white {
    color: #fff;
}

.mbr-black {
    color: #111;
}

.mbr-bg-white {
    background-color: #fff;
}

.mbr-bg-black {
    background-color: #000;
}

/*! Text-aligns */
.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

/*! Font-weight  */
.mbr-light {
    font-weight: 300;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

/*! Media  */
.media-content {
    flex-basis: 100%;
}

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start;
}

.media-container-row .media-size-item {
    width: 400px;
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}

.media-container-column > * {
    width: 100%;
}

@media (min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap;
    }
}

figure {
    margin-bottom: 0;
    overflow: hidden;
}

figure[mbr-media-size] {
    transition: width 0.1s;
}

img,
iframe {
    display: block;
    width: 100%;
}

.card {
    background-color: transparent;
    border: none;
}

.card-box {
    width: 100%;
}

.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.media {
    max-width: 100%;
    margin: 0 auto;
}

.mbr-figure {
    align-self: center;
}

.media-container > div {
    max-width: 100%;
}

.mbr-figure img,
.card-img img {
    width: 100%;
}

@media (max-width: 991px) {
    .media-size-item {
        width: auto !important;
    }

    .media {
        width: auto;
    }

    .mbr-figure {
        width: 100% !important;
    }
}

/*! Buttons */
.mbr-section-btn {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    font-size: 0;
}

.btn {
    font-weight: 300;
    border-width: 1px;
    font-style: italic;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}

.btn-sm {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-md {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-form {
    margin: 0;
}

.btn-form:hover {
    cursor: pointer;
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: 0.5rem;
    vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-left: 0.8rem;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

[type='submit'] {
    -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}

.mbr-fullscreen {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/*! Map */
.map {
    height: 25rem;
    position: relative;
}

.map iframe {
    width: 100%;
    height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #fff;
    font-size: 22px;
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}

.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
    line-height: 60px;
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff;
}

.mbr-arrow-up-icon::before {
    content: '›';
    display: inline-block;
    font-family: serif;
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .mbr-arrow {
        display: none;
    }
}

.mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
    color: #fff;
}

.mbr-arrow > a > i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem;
}

#scrollToTop a i::before {
    content: '';
    position: absolute;
    display: block;
    border-bottom: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
    width: 27.8%;
    height: 27.8%;
    left: 50%;
    top: 51%;
    transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center;
    }
}

@keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}

@-webkit-keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}

.bg-gradient {
    background-size: 200% 200%;
    animation: gradient-animation 5s infinite alternate;
    -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
    display: -webkit-flex;
}

.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox;
    }
}

@media (max-width: 991px) {
    .menu .navbar-collapse {
        max-height: 93.5vh;
    }

    .menu .navbar-collapse.show {
        overflow: auto;
    }
}

@media (min-width: 992px) {
    .menu .navbar-nav.nav-dropdown {
        display: -webkit-flex;
    }

    .menu .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-flex !important;
    }

    .menu .collapsed .navbar-collapse {
        max-height: 93.5vh;
    }

    .menu .collapsed .navbar-collapse.show {
        overflow: auto;
    }
}

@media (max-width: 767px) {
    .menu .navbar-collapse {
        max-height: 80vh;
    }
}

.nav-link .mbr-iconfont {
    margin-right: 0.5rem;
}

.navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center;
}

.nav-dropdown .link {
    padding: 0.667em 1.667em !important;
    margin: 0 !important;
}

.nav {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.justify-content-center {
    -webkit-justify-content: center;
}

.form-inline {
    display: -webkit-flex;
}

.card-wrapper {
    -webkit-flex: 1;
}

.carousel-control {
    z-index: 10;
    display: -webkit-flex;
}

.carousel-controls {
    display: -webkit-flex;
}

.media {
    display: -webkit-flex;
}

.form-group:focus {
    outline: none;
}

.jq-selectbox__select {
    padding: 7px 0;
    position: relative;
}

.jq-selectbox__dropdown {
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0 !important;
    width: 100% !important;
}

.jq-selectbox__trigger-arrow {
    right: 0;
    transform: translateY(-50%);
}

.jq-selectbox li {
    padding: 1.07em 0.5em;
}

input[type='range'] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
    height: 100%;
}

.modal-dialog .carousel-inner {
    height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
    .modal-dialog .carousel-inner {
        height: calc(100vh - 1rem);
    }
}

.carousel-item {
    text-align: center;
}

.carousel-item img {
    margin: auto;
}

.navbar-toggler {
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: '';
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem;
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem;
}

.card-img {
    width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important;
}

html,
body {
    height: auto;
    min-height: 100vh;
}

.dropup .dropdown-toggle::after {
    display: none;
}

.form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal;
}

.form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0.357em;
    padding: 0;
}

.alert {
    color: #fff;
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
    text-align: center;
}

.alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: '';
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
}

.form-control {
    background-color: #fff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 0.6rem 1.2rem;
    transition: border-color 0.25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px,
        rgba(0, 0, 0, 0.07) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
    border-color: red;
}

form .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}

form .row [class*='col'] {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .mbr-section-btn {
    margin: 0;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .btn {
    display: flex;
    padding: 0.6rem 1.2rem;
    margin: 0;
}

form .form-check-input {
    margin-top: 0.5;
}

textarea.form-control {
    line-height: 1.5rem !important;
}

.form-group {
    margin-bottom: 1.2rem;
}

.form-control,
form .btn {
    min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
    top: 7px;
}

.form-control:focus {
    box-shadow: none;
}

:focus {
    outline: none;
}

.mbr-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}

blockquote {
    font-style: italic;
    padding: 3rem;
    font-size: 1.09rem;
    position: relative;
    border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
    margin-bottom: 2.3125rem;
}

.mt-4 {
    margin-top: 2rem !important;
}

.mb-4 {
    margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .row {
        margin-left: -16px;
        margin-right: -16px;
    }

    .row > [class*='col'] {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mbr-container {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media (max-width: 767px) {
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.item-wrapper {
    overflow: hidden;
}

.app-video-wrapper > img {
    opacity: 1;
}

.item {
    position: relative;
}

.dropdown-menu .dropdown-menu {
    left: 100%;
}

.dropdown-item + .dropdown-menu {
    display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
    display: block;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
body {
  font-family: EB Garamond;
}
.display-1 {
  font-family: 'ENGR';
  font-size: 4.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'ENGR';
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: '300';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: '300';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: '300';
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 90rem) / (48 - 25)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 25))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 40rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9a948d !important;
}
.bg-success {
  background-color: #ddc499 !important;
}
.bg-info {
  background-color: #383838 !important;
}
.bg-warning {
  background-color: #ffad5f !important;
}
.bg-danger {
  background-color: #b10e0e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9a948d !important;
  border-color: #9a948d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #6e6962 !important;
  border-color: #6e6962 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6e6962 !important;
  border-color: #6e6962 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ece9e6 !important;
  border-color: #ece9e6 !important;
  color: #78695b !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c7beb5 !important;
  border-color: #c7beb5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #78695b !important;
  background-color: #c7beb5 !important;
  border-color: #c7beb5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #383838 !important;
  border-color: #383838 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #ddc499 !important;
  border-color: #ddc499 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c79e58 !important;
  border-color: #c79e58 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c79e58 !important;
  border-color: #c79e58 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffad5f !important;
  border-color: #ffad5f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff8108 !important;
  border-color: #ff8108 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff8108 !important;
  border-color: #ff8108 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b10e0e !important;
  border-color: #b10e0e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #610808 !important;
  border-color: #610808 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #610808 !important;
  border-color: #610808 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6e6962;
  color: #9a948d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6e6962 !important;
  background-color: transparent!important;
  border-color: #6e6962 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #9a948d !important;
  border-color: #9a948d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #c7beb5;
  color: #ece9e6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c7beb5 !important;
  background-color: transparent!important;
  border-color: #c7beb5 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #78695b !important;
  background-color: #ece9e6 !important;
  border-color: #ece9e6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0d0d0d;
  color: #383838;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0d0d0d !important;
  background-color: transparent!important;
  border-color: #0d0d0d !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #383838 !important;
  border-color: #383838 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #c79e58;
  color: #ddc499;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c79e58 !important;
  background-color: transparent!important;
  border-color: #c79e58 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ddc499 !important;
  border-color: #ddc499 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff8108;
  color: #ffad5f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff8108 !important;
  background-color: transparent!important;
  border-color: #ff8108 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffad5f !important;
  border-color: #ffad5f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #610808;
  color: #b10e0e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #610808 !important;
  background-color: transparent!important;
  border-color: #610808 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b10e0e !important;
  border-color: #b10e0e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #cfcfcf;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9a948d !important;
}
.text-secondary {
  color: #ece9e6 !important;
}
.text-success {
  color: #ddc499 !important;
}
.text-info {
  color: #383838 !important;
}
.text-warning {
  color: #ffad5f !important;
}
.text-danger {
  color: #b10e0e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66615b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c0b6ac !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #c4984d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #050505 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #f87900 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #520707 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
  font-style: italic;
  border-bottom: 1px solid transparent;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9a948d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #383838;
}
.alert-warning {
  background-color: #ffad5f;
}
.alert-danger {
  background-color: #b10e0e;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9a948d;
  border-color: #9a948d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #9a948d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d6d3d1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ababab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f14e4e;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: '300';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #9a948d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: '300';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #9a948d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9a948d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9a948d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9a948d;
  border-bottom-color: #9a948d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #9a948d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ece9e6 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%239a948d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-t5qs1Unlu1 .navbar-dropdown {
  position: relative !important;
}
.cid-t5qs1Unlu1 .navbar-dropdown {
  position: absolute !important;
}
.cid-t5qs1Unlu1 .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t5qs1Unlu1 .container {
    flex-wrap: nowrap;
  }
}
.cid-t5qs1Unlu1 .container-custom {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.cid-t5qs1Unlu1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5qs1Unlu1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t5qs1Unlu1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t5qs1Unlu1 .dropdown-item:hover,
.cid-t5qs1Unlu1 .dropdown-item:focus {
  background: #9a948d !important;
  color: white !important;
}
.cid-t5qs1Unlu1 .dropdown-item:hover span {
  color: white;
}
.cid-t5qs1Unlu1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t5qs1Unlu1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t5qs1Unlu1 .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.cid-t5qs1Unlu1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t5qs1Unlu1 .nav-link {
  position: relative;
}
.cid-t5qs1Unlu1 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t5qs1Unlu1 .dropdown-menu,
.cid-t5qs1Unlu1 .navbar.opened {
  background: #000000 !important;
}
.cid-t5qs1Unlu1 .nav-item:focus,
.cid-t5qs1Unlu1 .nav-link:focus {
  outline: none;
}
.cid-t5qs1Unlu1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t5qs1Unlu1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t5qs1Unlu1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t5qs1Unlu1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5qs1Unlu1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t5qs1Unlu1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t5qs1Unlu1 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
@media (min-width: 992px) {
  .cid-t5qs1Unlu1 .navbar {
    min-height: 105px;
  }
}
.cid-t5qs1Unlu1 .navbar.opened {
  transition: all 0.3s;
}
.cid-t5qs1Unlu1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t5qs1Unlu1 .navbar .navbar-logo img {
  width: auto;
}
.cid-t5qs1Unlu1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t5qs1Unlu1 .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .cid-t5qs1Unlu1 .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.cid-t5qs1Unlu1 .navbar.collapsed {
  justify-content: center;
}
.cid-t5qs1Unlu1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t5qs1Unlu1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t5qs1Unlu1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-t5qs1Unlu1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t5qs1Unlu1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t5qs1Unlu1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t5qs1Unlu1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t5qs1Unlu1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t5qs1Unlu1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t5qs1Unlu1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t5qs1Unlu1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t5qs1Unlu1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t5qs1Unlu1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t5qs1Unlu1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t5qs1Unlu1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t5qs1Unlu1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t5qs1Unlu1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t5qs1Unlu1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t5qs1Unlu1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t5qs1Unlu1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t5qs1Unlu1 .navbar.navbar-short {
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-t5qs1Unlu1 .navbar.navbar-short {
    min-height: 105px;
  }
}
.cid-t5qs1Unlu1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t5qs1Unlu1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t5qs1Unlu1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t5qs1Unlu1 .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
    min-height: 100%;
    z-index: 5;
  }
}
.cid-t5qs1Unlu1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #002549;
}
.cid-t5qs1Unlu1 .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #9a948d;
}
.cid-t5qs1Unlu1 .navbar-brand .navbar-caption:hover {
  color: #9a948d;
}
.cid-t5qs1Unlu1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t5qs1Unlu1 .dropdown-item.active,
.cid-t5qs1Unlu1 .dropdown-item:active {
  background-color: transparent;
}
.cid-t5qs1Unlu1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t5qs1Unlu1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t5qs1Unlu1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t5qs1Unlu1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t5qs1Unlu1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t5qs1Unlu1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t5qs1Unlu1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t5qs1Unlu1 .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t5qs1Unlu1 .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.cid-t5qs1Unlu1 .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.cid-t5qs1Unlu1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t5qs1Unlu1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t5qs1Unlu1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t5qs1Unlu1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5qs1Unlu1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5qs1Unlu1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t5qs1Unlu1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5qs1Unlu1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t5qs1Unlu1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t5qs1Unlu1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5qs1Unlu1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t5qs1Unlu1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
.cid-t5qs1Unlu1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t5qs1Unlu1 .navbar {
    height: 60px;
  }
  .cid-t5qs1Unlu1 .navbar.opened {
    height: auto;
  }
  .cid-t5qs1Unlu1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .cid-t5qs1Unlu1 .navbar {
    min-height: 105px;
  }
}
.cid-uUpXCegGsa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUpXCegGsa .carousel {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uUpXCegGsa .carousel {
    height: 940px;
  }
}
@media (max-width: 768px) {
  .cid-uUpXCegGsa .carousel {
    height: 400px;
  }
}
.cid-uUpXCegGsa .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-uUpXCegGsa .carousel .carousel-item,
.cid-uUpXCegGsa .carousel .carousel-inner {
  height: 100%;
}
.cid-uUpXCegGsa .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-uUpXCegGsa .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uUpXCegGsa .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uUpXCegGsa .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-uUpXCegGsa .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uUpXCegGsa .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uUpXCegGsa .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uUpXCegGsa .row {
  position: relative;
}
.cid-uUpXCegGsa .container {
  margin-bottom: 3px;
}
.cid-uUpXCegGsa .carousel-control {
  color: #ffffff;
  top: 50%;
  width: 100px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}
@media (max-width: 768px) {
  .cid-uUpXCegGsa .carousel-control .mbri-left,
  .cid-uUpXCegGsa .carousel-control .mbri-right {
    display: none;
  }
}
.cid-uUpXCegGsa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUpXCegGsa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uUpXCegGsa .carousel-control {
    top: 70%;
  }
  .cid-uUpXCegGsa .carousel-control.carousel-control-prev {
    margin-left: .5rem;
  }
  .cid-uUpXCegGsa .carousel-control.carousel-control-next {
    margin-right: .5rem;
  }
}
.cid-uUpXCegGsa .buttons-wrap {
  justify-content: start;
}
.cid-uUpXCegGsa .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-uUpXCegGsa .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-uUpXCegGsa .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-uUpXCegGsa .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-uUpXCegGsa .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uUpXCegGsa .wrap {
  z-index: 9999;
}
.cid-uUpXCegGsa .btnHeader {
  font-family: 'Cormorant Garamond';
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  cursor: pointer;
  left: 50%;
  top: 70%;
  border: 1px solid #9a948d;
  justify-content: center;
  transition: border 0.5s ease;
  transform: translateX(-50%);
}
.cid-uUpXCegGsa .btnHeader::before,
.cid-uUpXCegGsa .btnHeader::after {
  content: '';
  width: 102%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: -1%;
}
.cid-uUpXCegGsa .btnHeader::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-uUpXCegGsa .btnHeader:hover::before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uUpXCegGsa .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-uUpXCegGsa .btnHeader:hover::after {
  border-top: 1px solid #ffffff;
  border-left-color: #ffffff;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-uUpXCegGsa .img {
  position: relative;
}
.cid-uZT89Ki9Wx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}
.cid-uZT89Ki9Wx .mbr-overlay {
  z-index: 1;
}
.cid-uZT89Ki9Wx .main-container {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  border-bottom: 1px solid #7F8678;
  border-top: 0px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-uZT89Ki9Wx .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-uZT89Ki9Wx .text-container {
  height: auto;
}
.cid-uZT89Ki9Wx .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uZT89Ki9Wx .text-wrap {
    min-height: 100%;
  }
}
.cid-uZT89Ki9Wx .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-uZT89Ki9Wx .text {
  color: #000000;
}
.cid-uZT89Ki9Wx .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uZT89Ki9Wx .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uZT89Ki9Wx .item-wrapper {
  width: 100%;
}
.cid-uZT89Ki9Wx .item-title {
  line-height: 1.25em;
}
.cid-uZT89Ki9Wx .mbr-section-title {
  line-height: 1.25em;
  color: #9dc429;
}
.cid-uZT89Ki9Wx .data-item {
  display: flex;
  align-items: center;
}
.cid-uZT89Ki9Wx .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-uZT89Ki9Wx .link-wrap {
  margin: 30px 0 6px;
}
.cid-uZT89Ki9Wx .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-uZT89Ki9Wx .btn-black-outline {
  border: 1px solid #000000;
}
.cid-uZT89Ki9Wx .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-uZT89Ki9Wx .img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
}
@media (max-width: 991px) {
  .cid-uZT89Ki9Wx .img-container {
    border-bottom: 0px solid #7F8678;
  }
}
@media (min-width: 992px) {
  .cid-uZT89Ki9Wx .img-container {
    border-right: 0px solid #7F8678;
  }
}
.cid-uZT89Ki9Wx .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5.6%;
  height: 800px;
  box-sizing: border-box;
  flex-grow: 1;
}
.cid-uZT89Ki9Wx .item-img img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.cid-uZT89Ki9Wx .text-with-round {
  color: #262221;
}
.cid-v3BrMdBf7e {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3BrMdBf7e .item {
  padding-bottom: 2rem;
}
.cid-v3BrMdBf7e .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v3BrMdBf7e .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v3BrMdBf7e .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3BrMdBf7e .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3BrMdBf7e .carousel-control,
.cid-v3BrMdBf7e .close {
  background: #1b1b1b;
}
.cid-v3BrMdBf7e .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3BrMdBf7e .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3BrMdBf7e .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3BrMdBf7e .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3BrMdBf7e .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3BrMdBf7e .close::before {
  content: '\e91a';
}
.cid-v3BrMdBf7e .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3BrMdBf7e .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3BrMdBf7e .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3BrMdBf7e .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3BrMdBf7e .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3BrMdBf7e .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3BrMdBf7e .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3BrMdBf7e .carousel-indicators li.active,
.cid-v3BrMdBf7e .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3BrMdBf7e .carousel-indicators li::after,
.cid-v3BrMdBf7e .carousel-indicators li::before {
  content: none;
}
.cid-v3BrMdBf7e .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3BrMdBf7e .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3BrMdBf7e .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3BrMdBf7e .carousel-indicators {
    display: none;
  }
}
.cid-v3BrMdBf7e .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3BrMdBf7e .carousel-inner > .active {
  display: block;
}
.cid-v3BrMdBf7e .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3BrMdBf7e .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3BrMdBf7e .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3BrMdBf7e .carousel-control,
  .cid-v3BrMdBf7e .carousel-indicators,
  .cid-v3BrMdBf7e .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3BrMdBf7e .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3BrMdBf7e .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3BrMdBf7e .carousel-indicators .active,
.cid-v3BrMdBf7e .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3BrMdBf7e .carousel-indicators .active {
  background: #fff;
}
.cid-v3BrMdBf7e .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3BrMdBf7e .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3BrMdBf7e .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3BrMdBf7e .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3BrMdBf7e .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3BrMdBf7e .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3BrMdBf7e .carousel {
  width: 100%;
}
.cid-v3BrMdBf7e .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3BrMdBf7e .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3BrMdBf7e .modal.fade .modal-dialog,
.cid-v3BrMdBf7e .modal.in .modal-dialog {
  transform: none;
}
.cid-v3BrMdBf7e .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3BrMdBf7e H6 {
  text-align: center;
}
.cid-v3BrMdBf7e .mbr-section-title {
  color: #2e6b75;
}
.cid-v3BrMdBf7e .mbr-section-subtitle {
  color: #6c7577;
}
.cid-v3BrMdBf7e .mbr-item-subtitle {
  color: #6c7577;
}
.cid-v3BrMdBf7e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3BrMdBf7e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3BrMdBf7e H3 {
  text-align: center;
  color: #000000;
}
.cid-v3BrMdBf7e H4 {
  text-align: center;
  color: #000000;
}
.cid-uSCRU31JLq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-uSCRU31JLq .mbr-section-title {
  color: #4c4c4c;
}
.cid-uSCRU31JLq .mbr-section-subtitle {
  color: #000000;
}
.cid-uLa8lLKbxE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-uLa8lLKbxE .title_block {
  margin-bottom: 80px;
}
.cid-uLa8lLKbxE .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #9a948d;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uLa8lLKbxE .mbr-section-title {
  color: #000000;
}
.cid-uLa8lLKbxE .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #ece9e6;
}
.cid-uLa8lLKbxE .item {
  padding-bottom: 2rem;
}
.cid-uLa8lLKbxE .image-wrapper {
  overflow: hidden;
  height: 100%;
}
.cid-uLa8lLKbxE .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uLa8lLKbxE .item-wrapper {
  position: relative;
}
.cid-uLa8lLKbxE .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-uLa8lLKbxE .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uLa8lLKbxE .item-wrapper:hover .mbr-item-subtitle a {
  color: #9a948d !important;
}
.cid-uLa8lLKbxE .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-uLa8lLKbxE .carousel-control,
.cid-uLa8lLKbxE .close {
  background: #1b1b1b;
}
.cid-uLa8lLKbxE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uLa8lLKbxE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uLa8lLKbxE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uLa8lLKbxE .carousel-control-next span {
  margin-left: 5px;
}
.cid-uLa8lLKbxE .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uLa8lLKbxE .close::before {
  content: '\e91a';
}
.cid-uLa8lLKbxE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uLa8lLKbxE .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uLa8lLKbxE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLa8lLKbxE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLa8lLKbxE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLa8lLKbxE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uLa8lLKbxE .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uLa8lLKbxE .carousel-indicators li.active,
.cid-uLa8lLKbxE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uLa8lLKbxE .carousel-indicators li::after,
.cid-uLa8lLKbxE .carousel-indicators li::before {
  content: none;
}
.cid-uLa8lLKbxE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uLa8lLKbxE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uLa8lLKbxE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uLa8lLKbxE .carousel-indicators {
    display: none;
  }
}
.cid-uLa8lLKbxE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uLa8lLKbxE .carousel-inner > .active {
  display: block;
}
.cid-uLa8lLKbxE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLa8lLKbxE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uLa8lLKbxE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uLa8lLKbxE .carousel-control,
  .cid-uLa8lLKbxE .carousel-indicators,
  .cid-uLa8lLKbxE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uLa8lLKbxE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uLa8lLKbxE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uLa8lLKbxE .carousel-indicators .active,
.cid-uLa8lLKbxE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uLa8lLKbxE .carousel-indicators .active {
  background: #fff;
}
.cid-uLa8lLKbxE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uLa8lLKbxE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uLa8lLKbxE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uLa8lLKbxE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uLa8lLKbxE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uLa8lLKbxE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uLa8lLKbxE .carousel {
  width: 100%;
}
.cid-uLa8lLKbxE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uLa8lLKbxE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uLa8lLKbxE .modal.fade .modal-dialog,
.cid-uLa8lLKbxE .modal.in .modal-dialog {
  transform: none;
}
.cid-uLa8lLKbxE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uLa8lLKbxE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLa8lLKbxE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1Cmt1xfT8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u1Cmt1xfT8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1Cmt1xfT8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1Cmt1xfT8 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u1Cmt1xfT8 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u1Cmt1xfT8 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u1Cmt1xfT8 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u1Cmt1xfT8 .container {
    padding: 0 12px;
  }
}
.cid-u1Cmt1xfT8 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1Cmt1xfT8 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-u1Cmt1xfT8 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-u1Cmt1xfT8 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u1Cmt1xfT8 .mbr-section-title {
  color: #1D1D1F;
}
.cid-u1Cmt1xfT8 .mbr-text {
  color: #1D1D1F;
  text-align: left;
}
.cid-u1Cmt1xfT8 .mbr-section-title,
.cid-u1Cmt1xfT8 .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-uSCTn2Kgwg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uSCTn2Kgwg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSCTn2Kgwg .row {
  flex-direction: row-reverse;
}
.cid-uSCTn2Kgwg img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 0rem;
}
.cid-uSCTn2Kgwg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSCTn2Kgwg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSCTn2Kgwg .mbr-text {
  color: #262221;
}
.cid-t4sdvgQa1H {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-t4sdvgQa1H img {
  width: 100%;
  max-height: 800px;
  object-fit: cover;
}
.cid-t4sdvgQa1H .image-wrapper {
  max-height: 800px;
  overflow: hidden;
}
.cid-t4sdvgQa1H .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t4sdvgQa1H .soc-item {
  font-family: "300";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-t4sdvgQa1H .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-t4sdvgQa1H .soc-item::before,
.cid-t4sdvgQa1H .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-t4sdvgQa1H .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-t4sdvgQa1H .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-t4sdvgQa1H .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-t4sdvgQa1H .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-t4sdvgQa1H .mbr-section-subtitle {
  font-family: "300";
  color: #000000;
  margin-bottom: 77px;
}
.cid-t4sdvgQa1H .mbr-text {
  font-family: "300";
  color: #000000;
}
.cid-t4sdvgQa1H .text {
  color: #ddc499;
}
.cid-t4sdvgQa1H .one {
  color: #c0bcb7;
  font-family: "300";
  font-style: italic;
}
@media (max-width: 991px) {
  .cid-t4sdvgQa1H .info {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4sdvgQa1H .right {
    padding-right: 32px;
  }
  .cid-t4sdvgQa1H .left {
    padding-left: 32px;
  }
}
.cid-t4sdvgQa1H .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-t4sdvgQa1H .right {
    padding-left: 32px;
    padding-right: 16px;
  }
  .cid-t4sdvgQa1H .left {
    padding-right: 32px;
    padding-left: 16px;
  }
}
.cid-t4sdvgQa1H .info {
  text-align: right;
}
.cid-t4sdvgQa1H .social-row {
  justify-content: flex-end;
}
.cid-t4sdvgQa1H .mbr-section-title {
  color: #4c4c4c;
}
.cid-t4sdvgQa1H .mbr-text .text {
  color: #000000;
}
.cid-t4sgjfdtLC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-t4sgjfdtLC img {
  width: 100%;
  max-height: 800px;
  object-fit: cover;
}
.cid-t4sgjfdtLC .image-wrapper {
  max-height: 800px;
  overflow: hidden;
}
.cid-t4sgjfdtLC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t4sgjfdtLC .soc-item {
  font-family: "300";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-t4sgjfdtLC .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-t4sgjfdtLC .soc-item::before,
.cid-t4sgjfdtLC .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-t4sgjfdtLC .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-t4sgjfdtLC .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-t4sgjfdtLC .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-t4sgjfdtLC .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-t4sgjfdtLC .mbr-section-subtitle {
  font-family: "300";
  color: #858585;
  margin-bottom: 77px;
}
.cid-t4sgjfdtLC .mbr-text {
  font-family: "300";
  color: #000000;
}
.cid-t4sgjfdtLC .text {
  color: #ddc499;
}
.cid-t4sgjfdtLC .one {
  color: #c0bcb7;
  font-family: "300";
  font-style: italic;
}
@media (max-width: 991px) {
  .cid-t4sgjfdtLC .info {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4sgjfdtLC .right {
    padding-right: 32px;
  }
  .cid-t4sgjfdtLC .left {
    padding-left: 32px;
  }
}
.cid-t4sgjfdtLC .mbr-section-title {
  color: #000000;
}
.cid-t4sgjfdtLC .mbr-text .text {
  color: #000000;
}
.cid-t5HyTm4HxO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t5HyTm4HxO .row {
  align-items: center;
  justify-content: space-between;
}
.cid-t5HyTm4HxO .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #4c4c4c;
}
.cid-t5HyTm4HxO .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-t5HyTm4HxO .mbr-text {
  color: #5f5d68;
  margin-bottom: 28px;
}
.cid-t5HyTm4HxO .right-side {
  max-width: 554px;
}
.cid-t5HyTm4HxO .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-t5HyTm4HxO .margin {
  margin-right: 14px;
}
.cid-t5HyTm4HxO .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 568px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-t5HyTm4HxO .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-t5HyTm4HxO .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-t5HyTm4HxO .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-t5HyTm4HxO .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-t5HyTm4HxO .socicon-bg-mail {
  background-color: #134785;
}
.cid-t5HyTm4HxO .mbr-iconfont {
  margin-left: 0;
  margin-right: 0;
}
.cid-t5HyTm4HxO .btn-social {
  margin: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  cursor: pointer;
}
.cid-t5HyTm4HxO .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-t5HyTm4HxO .btn-social .mbr-iconfont:hover {
  color: #fff !important;
}
.cid-t5HyTm4HxO .btn-social:hover {
  color: #fff;
}
.cid-t5HyTm4HxO .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-t5HyTm4HxO img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-t5HyTm4HxO .mbr-social-likes {
  max-width: 454px;
}
.cid-t5HyTm4HxO .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-t5HyTm4HxO .card-subtitle {
  margin-bottom: 21px;
  color: #262221;
}
.cid-t5HyTm4HxO .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
@media (max-width: 768px) {
  .cid-t5HyTm4HxO .shadow {
    margin-top: 30px;
  }
}
@media (max-width: 1010px) {
  .cid-t5HyTm4HxO .margin {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .cid-t5HyTm4HxO .button-align {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .cid-t5HyTm4HxO .shadow {
    margin: auto;
  }
  .cid-t5HyTm4HxO .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
}
.cid-t5HyTm4HxO .btn {
  margin-top: 20px;
}
.cid-t5HyTm4HxO a.btn > span {
  margin-left: 0.5rem;
}
.cid-t5HyTm4HxO .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-t5HyTm4HxO .card.home-about-host {
    padding: 52px 40px 54px;
  }
}
@media (max-width: 479px) {
  .cid-t5HyTm4HxO .card.home-about-host {
    padding: 43px 25px 45px;
  }
}
.cid-t5HyTm4HxO .card-text,
.cid-t5HyTm4HxO .mbr-social-likes {
  color: #262221;
}
.cid-t5HzptVw56 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #efefef;
}
@media (min-width: 1400px) {
  .cid-t5HzptVw56 .container-fluid {
    max-width: 1200px;
  }
  .cid-t5HzptVw56 .row {
    padding-right: 2rem;
  }
}
.cid-t5HzptVw56 .line {
  width: 100%;
  border-bottom: 1px solid #efefef;
  margin-bottom: 3rem;
}
.cid-t5HzptVw56 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t5HzptVw56 .team-card:hover {
  transform: translateY(-10px);
}
.cid-t5HzptVw56 .image-wrap {
  position: relative;
  height: 250px;
  margin-bottom: 1rem;
}
.cid-t5HzptVw56 .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t5HzptVw56 .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #858585;
  position: absolute;
  z-index: 10;
}
.cid-t5HzptVw56 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-t5HzptVw56 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-t5HzptVw56 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-t5HzptVw56 .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-t5HzptVw56 .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-t5HzptVw56 .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-t5HzptVw56 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-t5HzptVw56 .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-t5HzptVw56 .social-row {
    text-align: center;
  }
}
.cid-t5HzptVw56 .mbr-role,
.cid-t5HzptVw56 .social-row {
  color: #818181;
  text-align: center;
}
.cid-t5HzptVw56 .card-text,
.cid-t5HzptVw56 .mbr-section-btn,
.cid-t5HzptVw56 .social-row {
  color: #262221;
}
.cid-t5HzptVw56 .mbr-section-title {
  color: #4c4c4c;
  text-align: center;
}
.cid-t5HzptVw56 .mbr-section-subtitle {
  color: #262221;
  text-align: center;
}
.cid-tt1sJIsp6y {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #efefef;
}
@media (min-width: 1400px) {
  .cid-tt1sJIsp6y .container-fluid {
    max-width: 1200px;
  }
  .cid-tt1sJIsp6y .row {
    padding-right: 2rem;
  }
}
.cid-tt1sJIsp6y .line {
  width: 100%;
  border-bottom: 1px solid #efefef;
  margin-bottom: 3rem;
}
.cid-tt1sJIsp6y .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tt1sJIsp6y .team-card:hover {
  transform: translateY(-10px);
}
.cid-tt1sJIsp6y .image-wrap {
  position: relative;
  height: 250px;
  margin-bottom: 1rem;
}
.cid-tt1sJIsp6y .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tt1sJIsp6y .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #858585;
  position: absolute;
  z-index: 10;
}
.cid-tt1sJIsp6y .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tt1sJIsp6y .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tt1sJIsp6y .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tt1sJIsp6y .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tt1sJIsp6y .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tt1sJIsp6y .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tt1sJIsp6y .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tt1sJIsp6y .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tt1sJIsp6y .social-row {
    text-align: center;
  }
}
.cid-tt1sJIsp6y .mbr-role,
.cid-tt1sJIsp6y .social-row {
  color: #818181;
  text-align: center;
}
.cid-tt1sJIsp6y .card-text,
.cid-tt1sJIsp6y .mbr-section-btn,
.cid-tt1sJIsp6y .social-row {
  color: #262221;
}
.cid-tt1sJIsp6y .mbr-section-title {
  color: #262221;
  text-align: center;
}
.cid-tt1sJIsp6y .mbr-section-subtitle {
  color: #262221;
  text-align: center;
}
.cid-tJ576AcffN {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #efefef;
}
@media (min-width: 1400px) {
  .cid-tJ576AcffN .container-fluid {
    max-width: 1200px;
  }
  .cid-tJ576AcffN .row {
    padding-right: 2rem;
  }
}
.cid-tJ576AcffN .line {
  width: 100%;
  border-bottom: 1px solid #efefef;
  margin-bottom: 3rem;
}
.cid-tJ576AcffN .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tJ576AcffN .team-card:hover {
  transform: translateY(-10px);
}
.cid-tJ576AcffN .image-wrap {
  position: relative;
  height: 250px;
  margin-bottom: 1rem;
}
.cid-tJ576AcffN .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tJ576AcffN .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #858585;
  position: absolute;
  z-index: 10;
}
.cid-tJ576AcffN .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tJ576AcffN .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tJ576AcffN .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tJ576AcffN .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tJ576AcffN .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tJ576AcffN .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tJ576AcffN .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tJ576AcffN .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tJ576AcffN .social-row {
    text-align: center;
  }
}
.cid-tJ576AcffN .mbr-role,
.cid-tJ576AcffN .social-row {
  color: #818181;
  text-align: center;
}
.cid-tJ576AcffN .card-text,
.cid-tJ576AcffN .mbr-section-btn,
.cid-tJ576AcffN .social-row {
  color: #262221;
}
.cid-tJ576AcffN .mbr-section-title {
  color: #262221;
  text-align: center;
}
.cid-tJ576AcffN .mbr-section-subtitle {
  color: #262221;
  text-align: center;
}
.cid-u9ybMrMWCy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #efefef;
}
@media (min-width: 1400px) {
  .cid-u9ybMrMWCy .container-fluid {
    max-width: 1200px;
  }
  .cid-u9ybMrMWCy .row {
    padding-right: 2rem;
  }
}
.cid-u9ybMrMWCy .line {
  width: 100%;
  border-bottom: 1px solid #efefef;
  margin-bottom: 3rem;
}
.cid-u9ybMrMWCy .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u9ybMrMWCy .team-card:hover {
  transform: translateY(-10px);
}
.cid-u9ybMrMWCy .image-wrap {
  position: relative;
  height: 250px;
  margin-bottom: 1rem;
}
.cid-u9ybMrMWCy .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9ybMrMWCy .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #858585;
  position: absolute;
  z-index: 10;
}
.cid-u9ybMrMWCy .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u9ybMrMWCy .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u9ybMrMWCy .card-wrap .image-wrap img {
  width: 100%;
}
.cid-u9ybMrMWCy .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-u9ybMrMWCy .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-u9ybMrMWCy .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-u9ybMrMWCy .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-u9ybMrMWCy .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-u9ybMrMWCy .social-row {
    text-align: center;
  }
}
.cid-u9ybMrMWCy .mbr-role,
.cid-u9ybMrMWCy .social-row {
  color: #818181;
  text-align: center;
}
.cid-u9ybMrMWCy .card-text,
.cid-u9ybMrMWCy .mbr-section-btn,
.cid-u9ybMrMWCy .social-row {
  color: #262221;
}
.cid-u9ybMrMWCy .mbr-section-title {
  color: #262221;
  text-align: center;
}
.cid-u9ybMrMWCy .mbr-section-subtitle {
  color: #262221;
  text-align: center;
}
.cid-utrTeK9YCm {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #efefef;
}
@media (min-width: 1400px) {
  .cid-utrTeK9YCm .container-fluid {
    max-width: 1200px;
  }
  .cid-utrTeK9YCm .row {
    padding-right: 2rem;
  }
}
.cid-utrTeK9YCm .line {
  width: 100%;
  border-bottom: 1px solid #efefef;
  margin-bottom: 3rem;
}
.cid-utrTeK9YCm .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-utrTeK9YCm .team-card:hover {
  transform: translateY(-10px);
}
.cid-utrTeK9YCm .image-wrap {
  position: relative;
  height: 250px;
  margin-bottom: 1rem;
}
.cid-utrTeK9YCm .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-utrTeK9YCm .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #858585;
  position: absolute;
  z-index: 10;
}
.cid-utrTeK9YCm .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-utrTeK9YCm .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-utrTeK9YCm .card-wrap .image-wrap img {
  width: 100%;
}
.cid-utrTeK9YCm .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-utrTeK9YCm .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-utrTeK9YCm .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-utrTeK9YCm .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-utrTeK9YCm .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-utrTeK9YCm .social-row {
    text-align: center;
  }
}
.cid-utrTeK9YCm .mbr-role,
.cid-utrTeK9YCm .social-row {
  color: #818181;
  text-align: center;
}
.cid-utrTeK9YCm .card-text,
.cid-utrTeK9YCm .mbr-section-btn,
.cid-utrTeK9YCm .social-row {
  color: #262221;
}
.cid-utrTeK9YCm .mbr-section-title {
  color: #262221;
  text-align: center;
}
.cid-utrTeK9YCm .mbr-section-subtitle {
  color: #262221;
  text-align: center;
}
.cid-uSCSXxRIH2 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #efefef;
}
@media (min-width: 1400px) {
  .cid-uSCSXxRIH2 .container-fluid {
    max-width: 1200px;
  }
  .cid-uSCSXxRIH2 .row {
    padding-right: 2rem;
  }
}
.cid-uSCSXxRIH2 .line {
  width: 100%;
  border-bottom: 1px solid #efefef;
  margin-bottom: 3rem;
}
.cid-uSCSXxRIH2 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uSCSXxRIH2 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uSCSXxRIH2 .image-wrap {
  position: relative;
  height: 250px;
  margin-bottom: 1rem;
}
.cid-uSCSXxRIH2 .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSCSXxRIH2 .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #858585;
  position: absolute;
  z-index: 10;
}
.cid-uSCSXxRIH2 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uSCSXxRIH2 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uSCSXxRIH2 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-uSCSXxRIH2 .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-uSCSXxRIH2 .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-uSCSXxRIH2 .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-uSCSXxRIH2 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-uSCSXxRIH2 .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-uSCSXxRIH2 .social-row {
    text-align: center;
  }
}
.cid-uSCSXxRIH2 .mbr-role,
.cid-uSCSXxRIH2 .social-row {
  color: #818181;
  text-align: center;
}
.cid-uSCSXxRIH2 .card-text,
.cid-uSCSXxRIH2 .mbr-section-btn,
.cid-uSCSXxRIH2 .social-row {
  color: #262221;
}
.cid-uSCSXxRIH2 .mbr-section-title {
  color: #262221;
  text-align: center;
}
.cid-uSCSXxRIH2 .mbr-section-subtitle {
  color: #262221;
  text-align: center;
}
.cid-t4cPNA29uO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4c4c4c;
}
.cid-t4cPNA29uO .row {
  flex-direction: row-reverse;
}
.cid-t4cPNA29uO img {
  display: inline;
}
.cid-t4cPNA29uO .si {
  width: 100%;
}
.cid-t4cPNA29uO .si img {
  width: auto;
}
.cid-t4cPNA29uO .text {
  color: #ffffff;
}
.cid-t4cPNA29uO .text,
.cid-t4cPNA29uO .si {
  color: #ba9b67;
  text-align: center;
}
.cid-t4cPNA29uO .copyright {
  font-family: "300";
  color: #9A948D;
}
.cid-t4cPNA29uO .list {
  font-family: "300";
  letter-spacing: .1em;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t4cPNA29uO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4cPNA29uO .list {
    margin-bottom: 0rem;
  }
}
.cid-t4cPNA29uO .list li {
  margin-bottom: .5rem;
}
.cid-t4cPNA29uO .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-t4cPNA29uO .logo {
    margin-top: 2rem;
  }
}
.cid-t4cPNA29uO .cont {
  color: #ffffff;
}
section {
    background-color: #fff;
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 300;
    color: #fff;
    position: relative;
}

button {
    background-color: transparent;
    border-color: transparent;
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}

a.mbr-iconfont:hover {
    text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
    margin-bottom: 0;
}

a {
    font-style: normal;
    font-weight: 300;
    cursor: pointer;
}

a,
a:hover {
    text-decoration: none;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.5;
}

.mbr-section-subtitle {
    line-height: 1.5;
}

.mbr-text {
    font-style: normal;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
    line-height: 1.5;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 300;
}

b,
strong {
    font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}

textarea[type='hidden'] {
    display: none;
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.hidden {
    visibility: hidden;
}

.mbr-z-index20 {
    z-index: 20;
}

/*! Base colors */
.mbr-white {
    color: #fff;
}

.mbr-black {
    color: #111;
}

.mbr-bg-white {
    background-color: #fff;
}

.mbr-bg-black {
    background-color: #000;
}

/*! Text-aligns */
.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

/*! Font-weight  */
.mbr-light {
    font-weight: 300;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

/*! Media  */
.media-content {
    flex-basis: 100%;
}

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start;
}

.media-container-row .media-size-item {
    width: 400px;
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}

.media-container-column > * {
    width: 100%;
}

@media (min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap;
    }
}

figure {
    margin-bottom: 0;
    overflow: hidden;
}

figure[mbr-media-size] {
    transition: width 0.1s;
}

img,
iframe {
    display: block;
    width: 100%;
}

.card {
    background-color: transparent;
    border: none;
}

.card-box {
    width: 100%;
}

.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.media {
    max-width: 100%;
    margin: 0 auto;
}

.mbr-figure {
    align-self: center;
}

.media-container > div {
    max-width: 100%;
}

.mbr-figure img,
.card-img img {
    width: 100%;
}

@media (max-width: 991px) {
    .media-size-item {
        width: auto !important;
    }

    .media {
        width: auto;
    }

    .mbr-figure {
        width: 100% !important;
    }
}

/*! Buttons */
.mbr-section-btn {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    font-size: 0;
}

.btn {
    font-weight: 300;
    border-width: 1px;
    font-style: italic;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}

.btn-sm {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-md {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-form {
    margin: 0;
}

.btn-form:hover {
    cursor: pointer;
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: 0.5rem;
    vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-left: 0.8rem;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

[type='submit'] {
    -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}

.mbr-fullscreen {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/*! Map */
.map {
    height: 25rem;
    position: relative;
}

.map iframe {
    width: 100%;
    height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #fff;
    font-size: 22px;
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}

.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
    line-height: 60px;
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff;
}

.mbr-arrow-up-icon::before {
    content: '›';
    display: inline-block;
    font-family: serif;
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .mbr-arrow {
        display: none;
    }
}

.mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
    color: #fff;
}

.mbr-arrow > a > i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem;
}

#scrollToTop a i::before {
    content: '';
    position: absolute;
    display: block;
    border-bottom: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
    width: 27.8%;
    height: 27.8%;
    left: 50%;
    top: 51%;
    transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center;
    }
}

@keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}

@-webkit-keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}

.bg-gradient {
    background-size: 200% 200%;
    animation: gradient-animation 5s infinite alternate;
    -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
    display: -webkit-flex;
}

.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox;
    }
}

@media (max-width: 991px) {
    .menu .navbar-collapse {
        max-height: 93.5vh;
    }

    .menu .navbar-collapse.show {
        overflow: auto;
    }
}

@media (min-width: 992px) {
    .menu .navbar-nav.nav-dropdown {
        display: -webkit-flex;
    }

    .menu .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-flex !important;
    }

    .menu .collapsed .navbar-collapse {
        max-height: 93.5vh;
    }

    .menu .collapsed .navbar-collapse.show {
        overflow: auto;
    }
}

@media (max-width: 767px) {
    .menu .navbar-collapse {
        max-height: 80vh;
    }
}

.nav-link .mbr-iconfont {
    margin-right: 0.5rem;
}

.navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center;
}

.nav-dropdown .link {
    padding: 0.667em 1.667em !important;
    margin: 0 !important;
}

.nav {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.justify-content-center {
    -webkit-justify-content: center;
}

.form-inline {
    display: -webkit-flex;
}

.card-wrapper {
    -webkit-flex: 1;
}

.carousel-control {
    z-index: 10;
    display: -webkit-flex;
}

.carousel-controls {
    display: -webkit-flex;
}

.media {
    display: -webkit-flex;
}

.form-group:focus {
    outline: none;
}

.jq-selectbox__select {
    padding: 7px 0;
    position: relative;
}

.jq-selectbox__dropdown {
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0 !important;
    width: 100% !important;
}

.jq-selectbox__trigger-arrow {
    right: 0;
    transform: translateY(-50%);
}

.jq-selectbox li {
    padding: 1.07em 0.5em;
}

input[type='range'] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
    height: 100%;
}

.modal-dialog .carousel-inner {
    height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
    .modal-dialog .carousel-inner {
        height: calc(100vh - 1rem);
    }
}

.carousel-item {
    text-align: center;
}

.carousel-item img {
    margin: auto;
}

.navbar-toggler {
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: '';
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem;
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem;
}

.card-img {
    width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important;
}

html,
body {
    height: auto;
    min-height: 100vh;
}

.dropup .dropdown-toggle::after {
    display: none;
}

.form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal;
}

.form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0.357em;
    padding: 0;
}

.alert {
    color: #fff;
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
    text-align: center;
}

.alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: '';
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
}

.form-control {
    background-color: #fff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 0.6rem 1.2rem;
    transition: border-color 0.25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px,
        rgba(0, 0, 0, 0.07) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
    border-color: red;
}

form .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}

form .row [class*='col'] {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .mbr-section-btn {
    margin: 0;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .btn {
    display: flex;
    padding: 0.6rem 1.2rem;
    margin: 0;
}

form .form-check-input {
    margin-top: 0.5;
}

textarea.form-control {
    line-height: 1.5rem !important;
}

.form-group {
    margin-bottom: 1.2rem;
}

.form-control,
form .btn {
    min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
    top: 7px;
}

.form-control:focus {
    box-shadow: none;
}

:focus {
    outline: none;
}

.mbr-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}

blockquote {
    font-style: italic;
    padding: 3rem;
    font-size: 1.09rem;
    position: relative;
    border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
    margin-bottom: 2.3125rem;
}

.mt-4 {
    margin-top: 2rem !important;
}

.mb-4 {
    margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .row {
        margin-left: -16px;
        margin-right: -16px;
    }

    .row > [class*='col'] {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mbr-container {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media (max-width: 767px) {
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.item-wrapper {
    overflow: hidden;
}

.app-video-wrapper > img {
    opacity: 1;
}

.item {
    position: relative;
}

.dropdown-menu .dropdown-menu {
    left: 100%;
}

.dropdown-item + .dropdown-menu {
    display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
    display: block;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.cid-t5qs1Unlu1 .navbar-dropdown {
  position: relative !important;
}
.cid-t5qs1Unlu1 .navbar-dropdown {
  position: absolute !important;
}
.cid-t5qs1Unlu1 .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t5qs1Unlu1 .container {
    flex-wrap: nowrap;
  }
}
.cid-t5qs1Unlu1 .container-custom {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.cid-t5qs1Unlu1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5qs1Unlu1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t5qs1Unlu1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t5qs1Unlu1 .dropdown-item:hover,
.cid-t5qs1Unlu1 .dropdown-item:focus {
  background: #9a948d !important;
  color: white !important;
}
.cid-t5qs1Unlu1 .dropdown-item:hover span {
  color: white;
}
.cid-t5qs1Unlu1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t5qs1Unlu1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t5qs1Unlu1 .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.cid-t5qs1Unlu1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t5qs1Unlu1 .nav-link {
  position: relative;
}
.cid-t5qs1Unlu1 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t5qs1Unlu1 .dropdown-menu,
.cid-t5qs1Unlu1 .navbar.opened {
  background: #000000 !important;
}
.cid-t5qs1Unlu1 .nav-item:focus,
.cid-t5qs1Unlu1 .nav-link:focus {
  outline: none;
}
.cid-t5qs1Unlu1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t5qs1Unlu1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t5qs1Unlu1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t5qs1Unlu1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5qs1Unlu1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t5qs1Unlu1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t5qs1Unlu1 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
@media (min-width: 992px) {
  .cid-t5qs1Unlu1 .navbar {
    min-height: 105px;
  }
}
.cid-t5qs1Unlu1 .navbar.opened {
  transition: all 0.3s;
}
.cid-t5qs1Unlu1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t5qs1Unlu1 .navbar .navbar-logo img {
  width: auto;
}
.cid-t5qs1Unlu1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t5qs1Unlu1 .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .cid-t5qs1Unlu1 .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.cid-t5qs1Unlu1 .navbar.collapsed {
  justify-content: center;
}
.cid-t5qs1Unlu1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t5qs1Unlu1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t5qs1Unlu1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-t5qs1Unlu1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t5qs1Unlu1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t5qs1Unlu1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t5qs1Unlu1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t5qs1Unlu1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t5qs1Unlu1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t5qs1Unlu1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t5qs1Unlu1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t5qs1Unlu1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t5qs1Unlu1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t5qs1Unlu1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t5qs1Unlu1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t5qs1Unlu1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t5qs1Unlu1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t5qs1Unlu1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t5qs1Unlu1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t5qs1Unlu1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t5qs1Unlu1 .navbar.navbar-short {
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-t5qs1Unlu1 .navbar.navbar-short {
    min-height: 105px;
  }
}
.cid-t5qs1Unlu1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t5qs1Unlu1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t5qs1Unlu1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t5qs1Unlu1 .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
    min-height: 100%;
    z-index: 5;
  }
}
.cid-t5qs1Unlu1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #002549;
}
.cid-t5qs1Unlu1 .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #9a948d;
}
.cid-t5qs1Unlu1 .navbar-brand .navbar-caption:hover {
  color: #9a948d;
}
.cid-t5qs1Unlu1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t5qs1Unlu1 .dropdown-item.active,
.cid-t5qs1Unlu1 .dropdown-item:active {
  background-color: transparent;
}
.cid-t5qs1Unlu1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t5qs1Unlu1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t5qs1Unlu1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t5qs1Unlu1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t5qs1Unlu1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t5qs1Unlu1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t5qs1Unlu1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t5qs1Unlu1 .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t5qs1Unlu1 .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.cid-t5qs1Unlu1 .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.cid-t5qs1Unlu1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t5qs1Unlu1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t5qs1Unlu1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t5qs1Unlu1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5qs1Unlu1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5qs1Unlu1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t5qs1Unlu1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5qs1Unlu1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t5qs1Unlu1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t5qs1Unlu1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5qs1Unlu1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t5qs1Unlu1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
.cid-t5qs1Unlu1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t5qs1Unlu1 .navbar {
    height: 60px;
  }
  .cid-t5qs1Unlu1 .navbar.opened {
    height: auto;
  }
  .cid-t5qs1Unlu1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .cid-t5qs1Unlu1 .navbar {
    min-height: 105px;
  }
}
.cid-t4XeymBB8U {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f5f5;
}
.cid-t4XeymBB8U h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-t4XeymBB8U .mbr-section-subtitle {
  color: #767676;
}
.cid-t4XeymBB8U .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-t4XeymBB8U .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-t4XeymBB8U .mbr-text-right {
  color: #343434;
}
.cid-t4XeymBB8U .mbr-text-left {
  color: #343434;
}
.cid-t4XeymBB8U .article-counter-right {
  color: #4c4c4c;
}
.cid-t4XeymBB8U .article-counter-left {
  color: #4c4c4c;
}
.cid-t4cPNA29uO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4c4c4c;
}
.cid-t4cPNA29uO .row {
  flex-direction: row-reverse;
}
.cid-t4cPNA29uO img {
  display: inline;
}
.cid-t4cPNA29uO .si {
  width: 100%;
}
.cid-t4cPNA29uO .si img {
  width: auto;
}
.cid-t4cPNA29uO .text {
  color: #ffffff;
}
.cid-t4cPNA29uO .text,
.cid-t4cPNA29uO .si {
  color: #ba9b67;
  text-align: center;
}
.cid-t4cPNA29uO .copyright {
  font-family: "300";
  color: #9A948D;
}
.cid-t4cPNA29uO .list {
  font-family: "300";
  letter-spacing: .1em;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t4cPNA29uO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4cPNA29uO .list {
    margin-bottom: 0rem;
  }
}
.cid-t4cPNA29uO .list li {
  margin-bottom: .5rem;
}
.cid-t4cPNA29uO .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-t4cPNA29uO .logo {
    margin-top: 2rem;
  }
}
.cid-t4cPNA29uO .cont {
  color: #ffffff;
}
section {
    background-color: #fff;
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 300;
    color: #fff;
    position: relative;
}

button {
    background-color: transparent;
    border-color: transparent;
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}

a.mbr-iconfont:hover {
    text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
    margin-bottom: 0;
}

a {
    font-style: normal;
    font-weight: 300;
    cursor: pointer;
}

a,
a:hover {
    text-decoration: none;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.5;
}

.mbr-section-subtitle {
    line-height: 1.5;
}

.mbr-text {
    font-style: normal;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
    line-height: 1.5;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 300;
}

b,
strong {
    font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}

textarea[type='hidden'] {
    display: none;
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.hidden {
    visibility: hidden;
}

.mbr-z-index20 {
    z-index: 20;
}

/*! Base colors */
.mbr-white {
    color: #fff;
}

.mbr-black {
    color: #111;
}

.mbr-bg-white {
    background-color: #fff;
}

.mbr-bg-black {
    background-color: #000;
}

/*! Text-aligns */
.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

/*! Font-weight  */
.mbr-light {
    font-weight: 300;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

/*! Media  */
.media-content {
    flex-basis: 100%;
}

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start;
}

.media-container-row .media-size-item {
    width: 400px;
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}

.media-container-column > * {
    width: 100%;
}

@media (min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap;
    }
}

figure {
    margin-bottom: 0;
    overflow: hidden;
}

figure[mbr-media-size] {
    transition: width 0.1s;
}

img,
iframe {
    display: block;
    width: 100%;
}

.card {
    background-color: transparent;
    border: none;
}

.card-box {
    width: 100%;
}

.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.media {
    max-width: 100%;
    margin: 0 auto;
}

.mbr-figure {
    align-self: center;
}

.media-container > div {
    max-width: 100%;
}

.mbr-figure img,
.card-img img {
    width: 100%;
}

@media (max-width: 991px) {
    .media-size-item {
        width: auto !important;
    }

    .media {
        width: auto;
    }

    .mbr-figure {
        width: 100% !important;
    }
}

/*! Buttons */
.mbr-section-btn {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    font-size: 0;
}

.btn {
    font-weight: 300;
    border-width: 1px;
    font-style: italic;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}

.btn-sm {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-md {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-form {
    margin: 0;
}

.btn-form:hover {
    cursor: pointer;
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: 0.5rem;
    vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-left: 0.8rem;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

[type='submit'] {
    -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}

.mbr-fullscreen {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/*! Map */
.map {
    height: 25rem;
    position: relative;
}

.map iframe {
    width: 100%;
    height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #fff;
    font-size: 22px;
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}

.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
    line-height: 60px;
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff;
}

.mbr-arrow-up-icon::before {
    content: '›';
    display: inline-block;
    font-family: serif;
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .mbr-arrow {
        display: none;
    }
}

.mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
    color: #fff;
}

.mbr-arrow > a > i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem;
}

#scrollToTop a i::before {
    content: '';
    position: absolute;
    display: block;
    border-bottom: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
    width: 27.8%;
    height: 27.8%;
    left: 50%;
    top: 51%;
    transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center;
    }
}

@keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}

@-webkit-keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}

.bg-gradient {
    background-size: 200% 200%;
    animation: gradient-animation 5s infinite alternate;
    -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
    display: -webkit-flex;
}

.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox;
    }
}

@media (max-width: 991px) {
    .menu .navbar-collapse {
        max-height: 93.5vh;
    }

    .menu .navbar-collapse.show {
        overflow: auto;
    }
}

@media (min-width: 992px) {
    .menu .navbar-nav.nav-dropdown {
        display: -webkit-flex;
    }

    .menu .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-flex !important;
    }

    .menu .collapsed .navbar-collapse {
        max-height: 93.5vh;
    }

    .menu .collapsed .navbar-collapse.show {
        overflow: auto;
    }
}

@media (max-width: 767px) {
    .menu .navbar-collapse {
        max-height: 80vh;
    }
}

.nav-link .mbr-iconfont {
    margin-right: 0.5rem;
}

.navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center;
}

.nav-dropdown .link {
    padding: 0.667em 1.667em !important;
    margin: 0 !important;
}

.nav {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.justify-content-center {
    -webkit-justify-content: center;
}

.form-inline {
    display: -webkit-flex;
}

.card-wrapper {
    -webkit-flex: 1;
}

.carousel-control {
    z-index: 10;
    display: -webkit-flex;
}

.carousel-controls {
    display: -webkit-flex;
}

.media {
    display: -webkit-flex;
}

.form-group:focus {
    outline: none;
}

.jq-selectbox__select {
    padding: 7px 0;
    position: relative;
}

.jq-selectbox__dropdown {
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0 !important;
    width: 100% !important;
}

.jq-selectbox__trigger-arrow {
    right: 0;
    transform: translateY(-50%);
}

.jq-selectbox li {
    padding: 1.07em 0.5em;
}

input[type='range'] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
    height: 100%;
}

.modal-dialog .carousel-inner {
    height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
    .modal-dialog .carousel-inner {
        height: calc(100vh - 1rem);
    }
}

.carousel-item {
    text-align: center;
}

.carousel-item img {
    margin: auto;
}

.navbar-toggler {
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: '';
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem;
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem;
}

.card-img {
    width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important;
}

html,
body {
    height: auto;
    min-height: 100vh;
}

.dropup .dropdown-toggle::after {
    display: none;
}

.form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal;
}

.form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0.357em;
    padding: 0;
}

.alert {
    color: #fff;
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
    text-align: center;
}

.alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: '';
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
}

.form-control {
    background-color: #fff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 0.6rem 1.2rem;
    transition: border-color 0.25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px,
        rgba(0, 0, 0, 0.07) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
    border-color: red;
}

form .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}

form .row [class*='col'] {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .mbr-section-btn {
    margin: 0;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .btn {
    display: flex;
    padding: 0.6rem 1.2rem;
    margin: 0;
}

form .form-check-input {
    margin-top: 0.5;
}

textarea.form-control {
    line-height: 1.5rem !important;
}

.form-group {
    margin-bottom: 1.2rem;
}

.form-control,
form .btn {
    min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
    top: 7px;
}

.form-control:focus {
    box-shadow: none;
}

:focus {
    outline: none;
}

.mbr-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}

blockquote {
    font-style: italic;
    padding: 3rem;
    font-size: 1.09rem;
    position: relative;
    border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
    margin-bottom: 2.3125rem;
}

.mt-4 {
    margin-top: 2rem !important;
}

.mb-4 {
    margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .row {
        margin-left: -16px;
        margin-right: -16px;
    }

    .row > [class*='col'] {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mbr-container {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media (max-width: 767px) {
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.item-wrapper {
    overflow: hidden;
}

.app-video-wrapper > img {
    opacity: 1;
}

.item {
    position: relative;
}

.dropdown-menu .dropdown-menu {
    left: 100%;
}

.dropdown-item + .dropdown-menu {
    display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
    display: block;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.cid-t5qs1Unlu1 .navbar-dropdown {
  position: relative !important;
}
.cid-t5qs1Unlu1 .navbar-dropdown {
  position: absolute !important;
}
.cid-t5qs1Unlu1 .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t5qs1Unlu1 .container {
    flex-wrap: nowrap;
  }
}
.cid-t5qs1Unlu1 .container-custom {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.cid-t5qs1Unlu1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5qs1Unlu1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t5qs1Unlu1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t5qs1Unlu1 .dropdown-item:hover,
.cid-t5qs1Unlu1 .dropdown-item:focus {
  background: #9a948d !important;
  color: white !important;
}
.cid-t5qs1Unlu1 .dropdown-item:hover span {
  color: white;
}
.cid-t5qs1Unlu1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t5qs1Unlu1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t5qs1Unlu1 .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.cid-t5qs1Unlu1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t5qs1Unlu1 .nav-link {
  position: relative;
}
.cid-t5qs1Unlu1 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t5qs1Unlu1 .dropdown-menu,
.cid-t5qs1Unlu1 .navbar.opened {
  background: #000000 !important;
}
.cid-t5qs1Unlu1 .nav-item:focus,
.cid-t5qs1Unlu1 .nav-link:focus {
  outline: none;
}
.cid-t5qs1Unlu1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t5qs1Unlu1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t5qs1Unlu1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t5qs1Unlu1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5qs1Unlu1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t5qs1Unlu1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t5qs1Unlu1 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
@media (min-width: 992px) {
  .cid-t5qs1Unlu1 .navbar {
    min-height: 105px;
  }
}
.cid-t5qs1Unlu1 .navbar.opened {
  transition: all 0.3s;
}
.cid-t5qs1Unlu1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t5qs1Unlu1 .navbar .navbar-logo img {
  width: auto;
}
.cid-t5qs1Unlu1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t5qs1Unlu1 .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .cid-t5qs1Unlu1 .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.cid-t5qs1Unlu1 .navbar.collapsed {
  justify-content: center;
}
.cid-t5qs1Unlu1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t5qs1Unlu1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t5qs1Unlu1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-t5qs1Unlu1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t5qs1Unlu1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t5qs1Unlu1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t5qs1Unlu1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t5qs1Unlu1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t5qs1Unlu1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t5qs1Unlu1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t5qs1Unlu1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t5qs1Unlu1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t5qs1Unlu1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t5qs1Unlu1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t5qs1Unlu1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t5qs1Unlu1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t5qs1Unlu1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t5qs1Unlu1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t5qs1Unlu1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t5qs1Unlu1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t5qs1Unlu1 .navbar.navbar-short {
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-t5qs1Unlu1 .navbar.navbar-short {
    min-height: 105px;
  }
}
.cid-t5qs1Unlu1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t5qs1Unlu1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t5qs1Unlu1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t5qs1Unlu1 .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
    min-height: 100%;
    z-index: 5;
  }
}
.cid-t5qs1Unlu1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #002549;
}
.cid-t5qs1Unlu1 .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #9a948d;
}
.cid-t5qs1Unlu1 .navbar-brand .navbar-caption:hover {
  color: #9a948d;
}
.cid-t5qs1Unlu1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t5qs1Unlu1 .dropdown-item.active,
.cid-t5qs1Unlu1 .dropdown-item:active {
  background-color: transparent;
}
.cid-t5qs1Unlu1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t5qs1Unlu1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t5qs1Unlu1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t5qs1Unlu1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t5qs1Unlu1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t5qs1Unlu1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t5qs1Unlu1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t5qs1Unlu1 .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t5qs1Unlu1 .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.cid-t5qs1Unlu1 .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.cid-t5qs1Unlu1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t5qs1Unlu1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t5qs1Unlu1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t5qs1Unlu1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5qs1Unlu1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5qs1Unlu1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t5qs1Unlu1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5qs1Unlu1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t5qs1Unlu1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t5qs1Unlu1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5qs1Unlu1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t5qs1Unlu1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
.cid-t5qs1Unlu1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t5qs1Unlu1 .navbar {
    height: 60px;
  }
  .cid-t5qs1Unlu1 .navbar.opened {
    height: auto;
  }
  .cid-t5qs1Unlu1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .cid-t5qs1Unlu1 .navbar {
    min-height: 105px;
  }
}
.cid-tYU8KB4xlA {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #c0bcb7;
}
.cid-tYU8KB4xlA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYU8KB4xlA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYU8KB4xlA .card-wrapper {
  width: 100%;
}
.cid-tYU8KB4xlA .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tYU8KB4xlA .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tYU8KB4xlA .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-tYU8KB4xlA .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tYU8KB4xlA .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-tYU8KB4xlA .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tYU8KB4xlA .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-tYU8KB4xlA .text-wrap {
    padding: 8px 16px;
  }
}
.cid-tYU8KB4xlA .card-title {
  color: #4c4c4c;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tYU8KB4xlA .card-title {
    text-align: center !important;
  }
}
.cid-tYU8KB4xlA .card-text {
  color: #4c4c4c;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tYU8KB4xlA .card-text {
    text-align: center !important;
  }
}
.cid-tYUa8mD9nI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tYUa8mD9nI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYUa8mD9nI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYUa8mD9nI .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tYUa8mD9nI .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tYUa8mD9nI .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tYUa8mD9nI .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tYUa8mD9nI .container {
    padding: 0 12px;
  }
}
.cid-tYUa8mD9nI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tYUa8mD9nI .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tYUa8mD9nI .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tYUa8mD9nI .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tYUa8mD9nI .mbr-section-title {
  color: #1D1D1F;
}
.cid-tYUa8mD9nI .mbr-text {
  color: #1D1D1F;
  text-align: left;
}
.cid-tYUa8mD9nI .mbr-section-title,
.cid-tYUa8mD9nI .mbr-section-btn {
  text-align: center;
}
.cid-tYS7EDyPKD {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tYS7EDyPKD .mbr-shop {
  display: table;
  width: 100%;
}
.cid-tYS7EDyPKD .mbr-shop .row {
  margin: 0;
}
.cid-tYS7EDyPKD .container,
.cid-tYS7EDyPKD .mbr-shop__row {
  padding: 0;
}
.cid-tYS7EDyPKD .item-title {
  font-size: 1.8rem;
  color: #200960;
  text-align: center;
}
.cid-tYS7EDyPKD .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-tYS7EDyPKD .shop-item-price,
.cid-tYS7EDyPKD .oldprice {
  font-family: EB Garamond !important;
  font-size: 1.1rem;
  font-weight: 300 !important;
  letter-spacing: 3px !important;
}
.cid-tYS7EDyPKD .mbr-shop .galleryItem .sidebar_wraper {
  text-align: left !important;
}
.cid-tYS7EDyPKD .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-tYS7EDyPKD .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-tYS7EDyPKD .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-tYS7EDyPKD .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-tYS7EDyPKD .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-tYS7EDyPKD .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-tYS7EDyPKD .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-tYS7EDyPKD .mbr-shop .hide-modal {
  display: none;
}
.cid-tYS7EDyPKD .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-tYS7EDyPKD .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-tYS7EDyPKD .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-tYS7EDyPKD .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-tYS7EDyPKD .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-tYS7EDyPKD .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-tYS7EDyPKD .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-tYS7EDyPKD .mbr-shop .filter-by-pu,
.cid-tYS7EDyPKD .mbr-shop .filter-by-pd,
.cid-tYS7EDyPKD .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-tYS7EDyPKD .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-tYS7EDyPKD .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-tYS7EDyPKD .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-tYS7EDyPKD .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-tYS7EDyPKD .mbr-shop .galleryItem h4,
.cid-tYS7EDyPKD .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-tYS7EDyPKD .mbr-shop .galleryItem h5,
.cid-tYS7EDyPKD .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-tYS7EDyPKD .mbr-shop .galleryItem p,
.cid-tYS7EDyPKD .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-tYS7EDyPKD .mbr-shop .item-button {
  text-align: center;
}
.cid-tYS7EDyPKD .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-tYS7EDyPKD .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-tYS7EDyPKD .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-tYS7EDyPKD .mbr-shop .sidebar-block {
  position: relative;
}
.cid-tYS7EDyPKD .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.08);
  top: -20px;
  right: 3px;
}
.cid-tYS7EDyPKD .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-tYS7EDyPKD .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-tYS7EDyPKD .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-tYS7EDyPKD .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-tYS7EDyPKD .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-tYS7EDyPKD .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-tYS7EDyPKD .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-tYS7EDyPKD .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-tYS7EDyPKD .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-tYS7EDyPKD .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-tYS7EDyPKD .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-tYS7EDyPKD .mbr-shop .onsale {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  transition: color 0.3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffc600;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-tYS7EDyPKD .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-tYS7EDyPKD .mbr-shop .mbr-gallery-item__hided h4,
.cid-tYS7EDyPKD .mbr-shop .mbr-gallery-item__hided h5,
.cid-tYS7EDyPKD .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-tYS7EDyPKD .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-tYS7EDyPKD .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-tYS7EDyPKD .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-tYS7EDyPKD .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-tYS7EDyPKD .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-tYS7EDyPKD .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-tYS7EDyPKD .mbr-shop .mbr-gallery-filter ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-tYS7EDyPKD .mbr-shop .mbr-gallery-filter ul li:hover {
  padding-left: 30px;
  background-color: transparent;
}
.cid-tYS7EDyPKD .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-tYS7EDyPKD .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-tYS7EDyPKD .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-tYS7EDyPKD .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-tYS7EDyPKD .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-tYS7EDyPKD .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-tYS7EDyPKD .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-tYS7EDyPKD .mbr-shop .range-controls {
  position: relative;
}
.cid-tYS7EDyPKD .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-tYS7EDyPKD .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-tYS7EDyPKD .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-tYS7EDyPKD .mbr-shop .toggle:hover,
.cid-tYS7EDyPKD .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-tYS7EDyPKD .mbr-shop .min-toggle {
  left: 0;
}
.cid-tYS7EDyPKD .mbr-shop .max-toggle {
  right: 0;
}
.cid-tYS7EDyPKD .mbr-shop .hided-by-price {
  display: none;
}
.cid-tYS7EDyPKD .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-tYS7EDyPKD .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-tYS7EDyPKD .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-tYS7EDyPKD .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-tYS7EDyPKD .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-tYS7EDyPKD .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-tYS7EDyPKD .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-tYS7EDyPKD .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-tYS7EDyPKD .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-tYS7EDyPKD .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-tYS7EDyPKD .mbr-shop .close-modal-wrapper:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-tYS7EDyPKD .mbr-shop .close-modal-wrapper:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-tYS7EDyPKD .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-tYS7EDyPKD .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-tYS7EDyPKD .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-tYS7EDyPKD .mbr-shop .shop-items .onsale,
.cid-tYS7EDyPKD .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-tYS7EDyPKD .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-tYS7EDyPKD .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-tYS7EDyPKD .mbr-shop .price-range {
  display: inline-block;
}
.cid-tYS7EDyPKD .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-tYS7EDyPKD .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-tYS7EDyPKD .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-tYS7EDyPKD .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-tYS7EDyPKD .mbr-shop .categories:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-tYS7EDyPKD .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-tYS7EDyPKD .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-tYS7EDyPKD .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-tYS7EDyPKD .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-tYS7EDyPKD .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-tYS7EDyPKD .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-tYS7EDyPKD .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-tYS7EDyPKD .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-tYS7EDyPKD .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-tYS7EDyPKD .clearfix:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tYS7EDyPKD .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-tYS7EDyPKD .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-tYS7EDyPKD .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-tYS7EDyPKD .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-tYS7EDyPKD .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-tYS7EDyPKD .wrapper-shop-items {
    order: 1;
  }
  .cid-tYS7EDyPKD .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tYS7EDyPKD .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-tYS7EDyPKD .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-tYS7EDyPKD .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-tYS7EDyPKD .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-tYS7EDyPKD .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-tYS7EDyPKD .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-tYS7EDyPKD .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-tYS7EDyPKD .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-tYS7EDyPKD .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-tYS7EDyPKD .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-tYS7EDyPKD .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-tYS7EDyPKD .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-tYS7EDyPKD .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-tYS7EDyPKD .oldprice {
  padding-left: 0.8rem !important;
  text-decoration: line-through;
  color: #767676;
}
.cid-tYS7EDyPKD .mbr-gallery-item .sidebar_wraper {
  position: relative;
  background: #ffffff;
}
.cid-tYS7EDyPKD .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  position: absolute;
  width: 100%;
  top: -4rem;
  opacity: 0;
  transiton: opacity 0.5s, top 0.5s;
}
.cid-tYS7EDyPKD .mbr-gallery-item .sidebar_wraper .price-block {
  padding-bottom: 10px;
}
.cid-tYS7EDyPKD .mbr-gallery-item:hover .sidebar_wraper .mbr-section-btn {
  top: -5rem;
  opacity: 1;
  transition: opacity 0.5s, top 0.5s;
}
.cid-tYS7EDyPKD .sidebar .mbr-gallery-item {
  background: transparent;
}
.cid-tYS7EDyPKD .sidebar .mbr-gallery-item .sidebar_wrapper {
  background: transparent;
}
.cid-tYS7EDyPKD .sidebar .galleryItem {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: transparent;
}
.cid-tYS7EDyPKD .sidebar .galleryItem .sidebar_wraper {
  background: transparent !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYS7EDyPKD .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-tYS7EDyPKD .shop-item-price,
.cid-tYS7EDyPKD .price-block {
  color: #cccccc;
}
.cid-tYS7EDyPKD .card-description {
  color: #4c4c4c;
}
.cid-tYS7EDyPKD .shop-item-price,
.cid-tYS7EDyPKD .price-block {
  color: #c0bcb7;
  text-align: center;
}
.cid-tYS7EDyPKD .card-description P {
  text-align: left;
}
.cid-t4cPNA29uO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4c4c4c;
}
.cid-t4cPNA29uO .row {
  flex-direction: row-reverse;
}
.cid-t4cPNA29uO img {
  display: inline;
}
.cid-t4cPNA29uO .si {
  width: 100%;
}
.cid-t4cPNA29uO .si img {
  width: auto;
}
.cid-t4cPNA29uO .text {
  color: #ffffff;
}
.cid-t4cPNA29uO .text,
.cid-t4cPNA29uO .si {
  color: #ba9b67;
  text-align: center;
}
.cid-t4cPNA29uO .copyright {
  font-family: "300";
  color: #9A948D;
}
.cid-t4cPNA29uO .list {
  font-family: "300";
  letter-spacing: .1em;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t4cPNA29uO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4cPNA29uO .list {
    margin-bottom: 0rem;
  }
}
.cid-t4cPNA29uO .list li {
  margin-bottom: .5rem;
}
.cid-t4cPNA29uO .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-t4cPNA29uO .logo {
    margin-top: 2rem;
  }
}
.cid-t4cPNA29uO .cont {
  color: #ffffff;
}
