@charset "UTF-8";
section {
  background-color: #fff6ec;
}

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

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

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

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

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

.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;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

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

.mbr-black {
  color: #111111;
}

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

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

/*! 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: 600;
  border-width: 1px;
  font-style: normal;
  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: #ffffff;
  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;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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: #ffffff;
  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: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Crimson Text', serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'IBM Plex Serif', serif;
  font-size: 2.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Crimson Text', serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'IBM Plex Serif', serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'IBM Plex Serif', serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fff6ec !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #fff6ec !important;
}
.bg-warning {
  background-color: #aab9ab !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fff6ec !important;
  border-color: #fff6ec !important;
  color: #ec7c00 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ec7c00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fff5ee !important;
  border-color: #fff5ee !important;
  color: #ee6200 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ee6200 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #fff6ec !important;
  border-color: #fff6ec !important;
  color: #ec7c00 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ec7c00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #aab9ab !important;
  border-color: #aab9ab !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c6d0c7 !important;
  border-color: #c6d0c7 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c6d0c7 !important;
  border-color: #c6d0c7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #fff6ec;
  color: #fff6ec;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffcd95 !important;
  background-color: transparent !important;
  border-color: #ffcd95 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ec7c00 !important;
  background-color: #fff6ec !important;
  border-color: #fff6ec !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fff5ee;
  color: #fff5ee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffc297 !important;
  background-color: transparent !important;
  border-color: #ffc297 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ee6200 !important;
  background-color: #fff5ee !important;
  border-color: #fff5ee !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fff6ec;
  color: #fff6ec;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffcd95 !important;
  background-color: transparent !important;
  border-color: #ffcd95 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ec7c00 !important;
  background-color: #fff6ec !important;
  border-color: #fff6ec !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #aab9ab;
  color: #aab9ab;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #7a927c !important;
  background-color: transparent !important;
  border-color: #7a927c !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #aab9ab !important;
  border-color: #aab9ab !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #fafafa;
  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: #fff6ec !important;
}
.text-secondary {
  color: #fff5ee !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #fff6ec !important;
}
.text-warning {
  color: #aab9ab !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffdeb9 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff7d22 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #999999 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ff9520 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #445345 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #999999 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #949494 !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;
}
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: #fff6ec;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fff6ec;
}
.alert-warning {
  background-color: #aab9ab;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fff6ec;
  border-color: #fff6ec;
  color: #ff8906;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fff6ec;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f0f3f0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'IBM Plex Serif', serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #fff6ec !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'IBM Plex Serif', serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #fff6ec;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fff6ec;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fff6ec;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fff6ec;
  border-bottom-color: #fff6ec;
}
.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: #000000 !important;
  background-color: #fff6ec !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: #fff5ee !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='%23fff6ec' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-u9hWZDMaT8 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9hWZDMaT8 .nav-item:focus,
.cid-u9hWZDMaT8 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u9hWZDMaT8 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-u9hWZDMaT8 .nav-item .nav-link {
    position: relative;
  }
  .cid-u9hWZDMaT8 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #fff6ec, #fff5ee);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-u9hWZDMaT8 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-u9hWZDMaT8 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9hWZDMaT8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-u9hWZDMaT8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9hWZDMaT8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9hWZDMaT8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9hWZDMaT8 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-u9hWZDMaT8 .navbar .mbr-overlay {
  z-index: -1;
  transition: all 2.3s;
  background: #fff6ec;
  background: none;
}
.cid-u9hWZDMaT8 .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #fff6ec !important;
}
.cid-u9hWZDMaT8 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-u9hWZDMaT8 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-u9hWZDMaT8 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-u9hWZDMaT8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9hWZDMaT8 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u9hWZDMaT8 .navbar.collapsed .navbar-collapse.show,
.cid-u9hWZDMaT8 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 2.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u9hWZDMaT8 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-u9hWZDMaT8 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-u9hWZDMaT8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u9hWZDMaT8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9hWZDMaT8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9hWZDMaT8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u9hWZDMaT8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9hWZDMaT8 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u9hWZDMaT8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u9hWZDMaT8 .navbar.collapsed .right-menu,
.cid-u9hWZDMaT8 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-u9hWZDMaT8 .navbar .navbar-collapse.show,
  .cid-u9hWZDMaT8 .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9hWZDMaT8 .navbar .navbar-collapse.show .brand-container,
  .cid-u9hWZDMaT8 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-u9hWZDMaT8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9hWZDMaT8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u9hWZDMaT8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9hWZDMaT8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9hWZDMaT8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u9hWZDMaT8 .navbar .navbar-logo img {
    height: 2.0rem !important;
  }
  .cid-u9hWZDMaT8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9hWZDMaT8 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9hWZDMaT8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-u9hWZDMaT8 .navbar .right-menu,
  .cid-u9hWZDMaT8 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-u9hWZDMaT8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9hWZDMaT8 .navbar.navbar-short .mbr-overlay {
  background: #fff6ec !important;
}
.cid-u9hWZDMaT8 .navbar.navbar-short .navbar-logo img {
  height: 1.7rem !important;
}
.cid-u9hWZDMaT8 .navbar.navbar-short .navbar-brand {
  padding: 2px;
}
.cid-u9hWZDMaT8 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9hWZDMaT8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9hWZDMaT8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9hWZDMaT8 .dropdown-item.active,
.cid-u9hWZDMaT8 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9hWZDMaT8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9hWZDMaT8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9hWZDMaT8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9hWZDMaT8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff6ec;
}
.cid-u9hWZDMaT8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9hWZDMaT8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9hWZDMaT8 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-u9hWZDMaT8 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-u9hWZDMaT8 .navbar-buttons {
  margin-left: auto;
}
.cid-u9hWZDMaT8 button.navbar-toggler {
  width: 31px;
  height: 10px;
  cursor: pointer;
  transition: all 2.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u9hWZDMaT8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u9hWZDMaT8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 1.2s;
}
.cid-u9hWZDMaT8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 1.15s;
}
.cid-u9hWZDMaT8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 1.15s;
}
.cid-u9hWZDMaT8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 1.2s;
}
.cid-u9hWZDMaT8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9hWZDMaT8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-u9hWZDMaT8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-u9hWZDMaT8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u9hWZDMaT8 .navbar-dropdown {
  position: fixed;
}
.cid-u9hWZDMaT8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u9hWZDMaT8 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
}
.cid-u9hWZDMaT8 .right-menu,
.cid-u9hWZDMaT8 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-u9hWZDMaT8 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9hWZDMaT8 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9hWZDMaT8 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-u9hWZDMaT8 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #000000;
  padding: .5rem 0;
}
.cid-u9hWZDMaT8 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-u9hWZDMaT8 .card-wrapper {
  z-index: 3;
}
.cid-u9hWZDMaT8 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-u9hWZDMaT8 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9hWZDMaT8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9hWZDMaT8 .navbar-logo {
  opacity: 0.85;
  mix-blend-mode: difference;
}
.cid-u9hWZDMaT8 .navbar-toggler {
  opacity: 0.55;
  mix-blend-mode: difference;
}
.cid-u9hWZDMaT8 .collapse {
  opacity: 0.55;
  mix-blend-mode: difference;
}
.cid-u9hWZDMaT8 .nav-link:hover,
.cid-u9hWZDMaT8 .dropdown-item:hover {
  text-shadow: 1px 0px black;
  color: #ffffff !important;
}
.cid-u9htu8qCyd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6ec;
}
.cid-u9htu8qCyd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9htu8qCyd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9htu8qCyd .card-wrapper {
  background: #fff6ec;
}
@media (max-width: 767px) {
  .cid-u9htu8qCyd .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u9htu8qCyd .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u9htu8qCyd .card-wrapper {
    padding: 4rem;
  }
}
.cid-u9htu8qCyd .mbr-text,
.cid-u9htu8qCyd .mbr-section-btn {
  color: #c5baa6;
  text-align: left;
}
.cid-u9htu8qCyd .card-title,
.cid-u9htu8qCyd .card-box {
  text-align: left;
  color: #9d9386;
}
.cid-u9XXBBRHGp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fff6ec;
}
.cid-u9XXBBRHGp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9XXBBRHGp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9XXBBRHGp .row {
  justify-content: center;
}
.cid-u9XXBBRHGp .item {
  background: #c5baa6;
  border-radius: 0.8rem;
  margin: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u9XXBBRHGp .item {
    margin-bottom: 1rem;
  }
}
.cid-u9XXBBRHGp .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #c5baa6;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u9XXBBRHGp .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u9XXBBRHGp .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-u9XXBBRHGp .content-head {
  max-width: 800px;
}
.cid-u9XXBBRHGp .card-title {
  color: #fff6ec;
  text-align: center;
}
.cid-u9XXBBRHGp P {
  color: #fff6ec;
  text-align: center;
}
.cid-ub0kcgXztg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fff6ec;
  overflow: hidden;
}
.cid-ub0kcgXztg .media-container-row .mbr-text {
  color: #aab9ab;
}
@charset "UTF-8";
section {
  background-color: #fff6ec;
}

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

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

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

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

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

.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;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

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

.mbr-black {
  color: #111111;
}

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

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

/*! 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: 600;
  border-width: 1px;
  font-style: normal;
  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: #ffffff;
  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;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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: #ffffff;
  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: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-u9hWZDMaT8 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9hWZDMaT8 .nav-item:focus,
.cid-u9hWZDMaT8 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u9hWZDMaT8 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-u9hWZDMaT8 .nav-item .nav-link {
    position: relative;
  }
  .cid-u9hWZDMaT8 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #fff6ec, #fff5ee);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-u9hWZDMaT8 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-u9hWZDMaT8 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9hWZDMaT8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-u9hWZDMaT8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9hWZDMaT8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9hWZDMaT8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9hWZDMaT8 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-u9hWZDMaT8 .navbar .mbr-overlay {
  z-index: -1;
  transition: all 2.3s;
  background: #fff6ec;
  background: none;
}
.cid-u9hWZDMaT8 .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #fff6ec !important;
}
.cid-u9hWZDMaT8 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-u9hWZDMaT8 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-u9hWZDMaT8 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-u9hWZDMaT8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9hWZDMaT8 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u9hWZDMaT8 .navbar.collapsed .navbar-collapse.show,
.cid-u9hWZDMaT8 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 2.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u9hWZDMaT8 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-u9hWZDMaT8 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-u9hWZDMaT8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u9hWZDMaT8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9hWZDMaT8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9hWZDMaT8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u9hWZDMaT8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9hWZDMaT8 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u9hWZDMaT8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u9hWZDMaT8 .navbar.collapsed .right-menu,
.cid-u9hWZDMaT8 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-u9hWZDMaT8 .navbar .navbar-collapse.show,
  .cid-u9hWZDMaT8 .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9hWZDMaT8 .navbar .navbar-collapse.show .brand-container,
  .cid-u9hWZDMaT8 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-u9hWZDMaT8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9hWZDMaT8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u9hWZDMaT8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9hWZDMaT8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9hWZDMaT8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u9hWZDMaT8 .navbar .navbar-logo img {
    height: 2.0rem !important;
  }
  .cid-u9hWZDMaT8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9hWZDMaT8 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9hWZDMaT8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-u9hWZDMaT8 .navbar .right-menu,
  .cid-u9hWZDMaT8 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-u9hWZDMaT8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9hWZDMaT8 .navbar.navbar-short .mbr-overlay {
  background: #fff6ec !important;
}
.cid-u9hWZDMaT8 .navbar.navbar-short .navbar-logo img {
  height: 1.7rem !important;
}
.cid-u9hWZDMaT8 .navbar.navbar-short .navbar-brand {
  padding: 2px;
}
.cid-u9hWZDMaT8 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9hWZDMaT8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9hWZDMaT8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9hWZDMaT8 .dropdown-item.active,
.cid-u9hWZDMaT8 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9hWZDMaT8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9hWZDMaT8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9hWZDMaT8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9hWZDMaT8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff6ec;
}
.cid-u9hWZDMaT8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9hWZDMaT8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9hWZDMaT8 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-u9hWZDMaT8 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-u9hWZDMaT8 .navbar-buttons {
  margin-left: auto;
}
.cid-u9hWZDMaT8 button.navbar-toggler {
  width: 31px;
  height: 10px;
  cursor: pointer;
  transition: all 2.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u9hWZDMaT8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u9hWZDMaT8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 1.2s;
}
.cid-u9hWZDMaT8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 1.15s;
}
.cid-u9hWZDMaT8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 1.15s;
}
.cid-u9hWZDMaT8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 1.2s;
}
.cid-u9hWZDMaT8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9hWZDMaT8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-u9hWZDMaT8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-u9hWZDMaT8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u9hWZDMaT8 .navbar-dropdown {
  position: fixed;
}
.cid-u9hWZDMaT8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u9hWZDMaT8 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
}
.cid-u9hWZDMaT8 .right-menu,
.cid-u9hWZDMaT8 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-u9hWZDMaT8 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9hWZDMaT8 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9hWZDMaT8 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-u9hWZDMaT8 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #000000;
  padding: .5rem 0;
}
.cid-u9hWZDMaT8 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-u9hWZDMaT8 .card-wrapper {
  z-index: 3;
}
.cid-u9hWZDMaT8 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-u9hWZDMaT8 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9hWZDMaT8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9hWZDMaT8 .navbar-logo {
  opacity: 0.85;
  mix-blend-mode: difference;
}
.cid-u9hWZDMaT8 .navbar-toggler {
  opacity: 0.55;
  mix-blend-mode: difference;
}
.cid-u9hWZDMaT8 .collapse {
  opacity: 0.55;
  mix-blend-mode: difference;
}
.cid-u9hWZDMaT8 .nav-link:hover,
.cid-u9hWZDMaT8 .dropdown-item:hover {
  text-shadow: 1px 0px black;
  color: #ffffff !important;
}
.cid-u9hukzUeM9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6ec;
}
.cid-u9hukzUeM9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9hukzUeM9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9hukzUeM9 .card-wrapper {
  background: #fff6ec;
}
@media (max-width: 767px) {
  .cid-u9hukzUeM9 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u9hukzUeM9 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u9hukzUeM9 .card-wrapper {
    padding: 4rem;
  }
}
.cid-u9hukzUeM9 .mbr-text,
.cid-u9hukzUeM9 .mbr-section-btn {
  color: #9d9386;
  text-align: left;
}
.cid-u9hukzUeM9 .card-title,
.cid-u9hukzUeM9 .card-box {
  text-align: left;
  color: #9d9386;
}
.cid-u9XXmQQbOg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fff6ec;
}
.cid-u9XXmQQbOg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9XXmQQbOg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9XXmQQbOg .row {
  justify-content: center;
}
.cid-u9XXmQQbOg .item {
  background: #c5baa6;
  border-radius: 0.8rem;
  margin: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u9XXmQQbOg .item {
    margin-bottom: 1rem;
  }
}
.cid-u9XXmQQbOg .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #c5baa6;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u9XXmQQbOg .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u9XXmQQbOg .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-u9XXmQQbOg .content-head {
  max-width: 800px;
}
.cid-u9XXmQQbOg .card-title {
  color: #fff6ec;
  text-align: center;
}
.cid-u9XXmQQbOg P {
  color: #fff6ec;
  text-align: center;
}
.cid-ub0kcgXztg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fff6ec;
  overflow: hidden;
}
.cid-ub0kcgXztg .media-container-row .mbr-text {
  color: #aab9ab;
}
@charset "UTF-8";
section {
  background-color: #fff6ec;
}

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

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

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

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

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

.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;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

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

.mbr-black {
  color: #111111;
}

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

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

/*! 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: 600;
  border-width: 1px;
  font-style: normal;
  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: #ffffff;
  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;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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: #ffffff;
  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: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-u9hWZDMaT8 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9hWZDMaT8 .nav-item:focus,
.cid-u9hWZDMaT8 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u9hWZDMaT8 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-u9hWZDMaT8 .nav-item .nav-link {
    position: relative;
  }
  .cid-u9hWZDMaT8 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #fff6ec, #fff5ee);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-u9hWZDMaT8 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-u9hWZDMaT8 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9hWZDMaT8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-u9hWZDMaT8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9hWZDMaT8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9hWZDMaT8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9hWZDMaT8 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-u9hWZDMaT8 .navbar .mbr-overlay {
  z-index: -1;
  transition: all 2.3s;
  background: #fff6ec;
  background: none;
}
.cid-u9hWZDMaT8 .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #fff6ec !important;
}
.cid-u9hWZDMaT8 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-u9hWZDMaT8 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-u9hWZDMaT8 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-u9hWZDMaT8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9hWZDMaT8 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u9hWZDMaT8 .navbar.collapsed .navbar-collapse.show,
.cid-u9hWZDMaT8 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 2.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u9hWZDMaT8 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-u9hWZDMaT8 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-u9hWZDMaT8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u9hWZDMaT8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9hWZDMaT8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9hWZDMaT8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u9hWZDMaT8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9hWZDMaT8 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u9hWZDMaT8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u9hWZDMaT8 .navbar.collapsed .right-menu,
.cid-u9hWZDMaT8 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-u9hWZDMaT8 .navbar .navbar-collapse.show,
  .cid-u9hWZDMaT8 .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9hWZDMaT8 .navbar .navbar-collapse.show .brand-container,
  .cid-u9hWZDMaT8 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-u9hWZDMaT8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9hWZDMaT8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u9hWZDMaT8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9hWZDMaT8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9hWZDMaT8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u9hWZDMaT8 .navbar .navbar-logo img {
    height: 2.0rem !important;
  }
  .cid-u9hWZDMaT8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9hWZDMaT8 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9hWZDMaT8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-u9hWZDMaT8 .navbar .right-menu,
  .cid-u9hWZDMaT8 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-u9hWZDMaT8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9hWZDMaT8 .navbar.navbar-short .mbr-overlay {
  background: #fff6ec !important;
}
.cid-u9hWZDMaT8 .navbar.navbar-short .navbar-logo img {
  height: 1.7rem !important;
}
.cid-u9hWZDMaT8 .navbar.navbar-short .navbar-brand {
  padding: 2px;
}
.cid-u9hWZDMaT8 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9hWZDMaT8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9hWZDMaT8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9hWZDMaT8 .dropdown-item.active,
.cid-u9hWZDMaT8 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9hWZDMaT8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9hWZDMaT8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9hWZDMaT8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9hWZDMaT8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff6ec;
}
.cid-u9hWZDMaT8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9hWZDMaT8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9hWZDMaT8 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-u9hWZDMaT8 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-u9hWZDMaT8 .navbar-buttons {
  margin-left: auto;
}
.cid-u9hWZDMaT8 button.navbar-toggler {
  width: 31px;
  height: 10px;
  cursor: pointer;
  transition: all 2.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u9hWZDMaT8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u9hWZDMaT8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 1.2s;
}
.cid-u9hWZDMaT8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 1.15s;
}
.cid-u9hWZDMaT8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 1.15s;
}
.cid-u9hWZDMaT8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 1.2s;
}
.cid-u9hWZDMaT8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9hWZDMaT8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-u9hWZDMaT8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-u9hWZDMaT8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u9hWZDMaT8 .navbar-dropdown {
  position: fixed;
}
.cid-u9hWZDMaT8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u9hWZDMaT8 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
}
.cid-u9hWZDMaT8 .right-menu,
.cid-u9hWZDMaT8 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-u9hWZDMaT8 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9hWZDMaT8 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9hWZDMaT8 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-u9hWZDMaT8 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #000000;
  padding: .5rem 0;
}
.cid-u9hWZDMaT8 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-u9hWZDMaT8 .card-wrapper {
  z-index: 3;
}
.cid-u9hWZDMaT8 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-u9hWZDMaT8 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9hWZDMaT8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9hWZDMaT8 .navbar-logo {
  opacity: 0.85;
  mix-blend-mode: difference;
}
.cid-u9hWZDMaT8 .navbar-toggler {
  opacity: 0.55;
  mix-blend-mode: difference;
}
.cid-u9hWZDMaT8 .collapse {
  opacity: 0.55;
  mix-blend-mode: difference;
}
.cid-u9hWZDMaT8 .nav-link:hover,
.cid-u9hWZDMaT8 .dropdown-item:hover {
  text-shadow: 1px 0px black;
  color: #ffffff !important;
}
.cid-u9hw2sGoC7 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background: #c5baa6;
}
.cid-u9hw2sGoC7 .google-map {
  height: 30rem;
  position: relative;
  border-radius: 30px;
}
.cid-u9hw2sGoC7 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  opacity: 0.8;
  backdrop-filter: blur(3.5px);
}
.cid-u9hw2sGoC7 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u9hw2sGoC7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9hw2sGoC7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9hw2sGoC7 .mbr-section-title {
  color: #fff6ec;
}
.cid-ub0kcgXztg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fff6ec;
  overflow: hidden;
}
.cid-ub0kcgXztg .media-container-row .mbr-text {
  color: #aab9ab;
}
@charset "UTF-8";
section {
  background-color: #fff6ec;
}

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

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

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

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

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

.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;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

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

.mbr-black {
  color: #111111;
}

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

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

/*! 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: 600;
  border-width: 1px;
  font-style: normal;
  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: #ffffff;
  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;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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: #ffffff;
  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: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-u9hWZDMaT8 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9hWZDMaT8 .nav-item:focus,
.cid-u9hWZDMaT8 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u9hWZDMaT8 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-u9hWZDMaT8 .nav-item .nav-link {
    position: relative;
  }
  .cid-u9hWZDMaT8 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #fff6ec, #fff5ee);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-u9hWZDMaT8 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-u9hWZDMaT8 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9hWZDMaT8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-u9hWZDMaT8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9hWZDMaT8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9hWZDMaT8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9hWZDMaT8 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-u9hWZDMaT8 .navbar .mbr-overlay {
  z-index: -1;
  transition: all 2.3s;
  background: #fff6ec;
  background: none;
}
.cid-u9hWZDMaT8 .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #fff6ec !important;
}
.cid-u9hWZDMaT8 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-u9hWZDMaT8 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-u9hWZDMaT8 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-u9hWZDMaT8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9hWZDMaT8 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u9hWZDMaT8 .navbar.collapsed .navbar-collapse.show,
.cid-u9hWZDMaT8 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 2.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u9hWZDMaT8 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-u9hWZDMaT8 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-u9hWZDMaT8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u9hWZDMaT8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9hWZDMaT8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9hWZDMaT8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u9hWZDMaT8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9hWZDMaT8 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u9hWZDMaT8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u9hWZDMaT8 .navbar.collapsed .right-menu,
.cid-u9hWZDMaT8 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-u9hWZDMaT8 .navbar .navbar-collapse.show,
  .cid-u9hWZDMaT8 .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9hWZDMaT8 .navbar .navbar-collapse.show .brand-container,
  .cid-u9hWZDMaT8 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-u9hWZDMaT8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9hWZDMaT8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u9hWZDMaT8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9hWZDMaT8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9hWZDMaT8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u9hWZDMaT8 .navbar .navbar-logo img {
    height: 2.0rem !important;
  }
  .cid-u9hWZDMaT8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9hWZDMaT8 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9hWZDMaT8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-u9hWZDMaT8 .navbar .right-menu,
  .cid-u9hWZDMaT8 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-u9hWZDMaT8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9hWZDMaT8 .navbar.navbar-short .mbr-overlay {
  background: #fff6ec !important;
}
.cid-u9hWZDMaT8 .navbar.navbar-short .navbar-logo img {
  height: 1.7rem !important;
}
.cid-u9hWZDMaT8 .navbar.navbar-short .navbar-brand {
  padding: 2px;
}
.cid-u9hWZDMaT8 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9hWZDMaT8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9hWZDMaT8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9hWZDMaT8 .dropdown-item.active,
.cid-u9hWZDMaT8 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9hWZDMaT8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9hWZDMaT8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9hWZDMaT8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9hWZDMaT8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff6ec;
}
.cid-u9hWZDMaT8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9hWZDMaT8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9hWZDMaT8 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-u9hWZDMaT8 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-u9hWZDMaT8 .navbar-buttons {
  margin-left: auto;
}
.cid-u9hWZDMaT8 button.navbar-toggler {
  width: 31px;
  height: 10px;
  cursor: pointer;
  transition: all 2.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u9hWZDMaT8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u9hWZDMaT8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 1.2s;
}
.cid-u9hWZDMaT8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 1.15s;
}
.cid-u9hWZDMaT8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 1.15s;
}
.cid-u9hWZDMaT8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 1.2s;
}
.cid-u9hWZDMaT8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9hWZDMaT8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-u9hWZDMaT8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-u9hWZDMaT8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u9hWZDMaT8 .navbar-dropdown {
  position: fixed;
}
.cid-u9hWZDMaT8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u9hWZDMaT8 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
}
.cid-u9hWZDMaT8 .right-menu,
.cid-u9hWZDMaT8 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-u9hWZDMaT8 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9hWZDMaT8 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9hWZDMaT8 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-u9hWZDMaT8 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #000000;
  padding: .5rem 0;
}
.cid-u9hWZDMaT8 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-u9hWZDMaT8 .card-wrapper {
  z-index: 3;
}
.cid-u9hWZDMaT8 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-u9hWZDMaT8 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9hWZDMaT8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9hWZDMaT8 .navbar-logo {
  opacity: 0.85;
  mix-blend-mode: difference;
}
.cid-u9hWZDMaT8 .navbar-toggler {
  opacity: 0.55;
  mix-blend-mode: difference;
}
.cid-u9hWZDMaT8 .collapse {
  opacity: 0.55;
  mix-blend-mode: difference;
}
.cid-u9hWZDMaT8 .nav-link:hover,
.cid-u9hWZDMaT8 .dropdown-item:hover {
  text-shadow: 1px 0px black;
  color: #ffffff !important;
}
@media screen and (max-width: 768px) {
  .cid-LMa5RVFq2X {
    background-image: url("../../../assets/images/hamburg-1920x1280.webp");
    background-position-x: 8%;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .cid-LMa5RVFq2X {
    background-image: url("../../../assets/images/hamburg-1920x1280.webp");
    background-position-x: 50%;
  }
}
@media screen and (min-width: 992px) {
  .cid-LMa5RVFq2X {
    background-image: url("../../../assets/images/hamburg-1920x1280.webp");
    background-position-x: 50%;
  }
}
.cid-LMa5RVFq2X .mbr-text,
.cid-LMa5RVFq2X .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-LMa5RVFq2X .seen-desk,
.cid-LMa5RVFq2X .seen-mob,
.cid-LMa5RVFq2X .seen-tab {
  display: none;
}
@media (min-width: 1px) and (max-width: 768px) {
  .cid-LMa5RVFq2X .seen-mob {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .cid-LMa5RVFq2X .seen-tab {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-LMa5RVFq2X .seen-desk {
    display: block;
  }
}
.cid-LMa5RVFq2X H1 {
  color: #efefef;
}
.cid-LMa5RVFq2X H3 {
  color: #c4bc3b;
}
.cid-uc8vGZFVSK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fff5ee;
}
.cid-uc8vGZFVSK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uc8vGZFVSK .item {
    margin-bottom: 1rem;
  }
}
.cid-uc8vGZFVSK .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uc8vGZFVSK .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uc8vGZFVSK .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uc8vGZFVSK .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uc8vGZFVSK .carousel-control,
.cid-uc8vGZFVSK .close {
  background: #1b1b1b;
}
.cid-uc8vGZFVSK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uc8vGZFVSK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uc8vGZFVSK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uc8vGZFVSK .carousel-control-next span {
  margin-left: 5px;
}
.cid-uc8vGZFVSK .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-uc8vGZFVSK .close::before {
  content: '\e91a';
}
.cid-uc8vGZFVSK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uc8vGZFVSK .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-uc8vGZFVSK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uc8vGZFVSK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uc8vGZFVSK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uc8vGZFVSK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uc8vGZFVSK .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-uc8vGZFVSK .carousel-indicators li.active,
.cid-uc8vGZFVSK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uc8vGZFVSK .carousel-indicators li::after,
.cid-uc8vGZFVSK .carousel-indicators li::before {
  content: none;
}
.cid-uc8vGZFVSK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uc8vGZFVSK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uc8vGZFVSK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uc8vGZFVSK .carousel-indicators {
    display: none;
  }
}
.cid-uc8vGZFVSK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uc8vGZFVSK .carousel-inner > .active {
  display: block;
}
.cid-uc8vGZFVSK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uc8vGZFVSK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uc8vGZFVSK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uc8vGZFVSK .carousel-control,
  .cid-uc8vGZFVSK .carousel-indicators,
  .cid-uc8vGZFVSK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uc8vGZFVSK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uc8vGZFVSK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uc8vGZFVSK .carousel-indicators .active,
.cid-uc8vGZFVSK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uc8vGZFVSK .carousel-indicators .active {
  background: #fff;
}
.cid-uc8vGZFVSK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uc8vGZFVSK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uc8vGZFVSK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uc8vGZFVSK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uc8vGZFVSK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uc8vGZFVSK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uc8vGZFVSK .carousel {
  width: 100%;
}
.cid-uc8vGZFVSK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uc8vGZFVSK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uc8vGZFVSK .modal.fade .modal-dialog,
.cid-uc8vGZFVSK .modal.in .modal-dialog {
  transform: none;
}
.cid-uc8vGZFVSK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uc8vGZFVSK .content-head {
  max-width: 100%;
}
.cid-uc8vGZFVSK H3 {
  color: #aab9ab;
  text-align: center;
}
.cid-uc8vGZFVSK H4 {
  color: #9b917d;
}
.cid-uc8vGZFVSK img {
  border-radius: 0.2rem !important;
  transition: transform 1.4s;
}
.cid-uc8vGZFVSK img:hover {
  transform: scale(1.05, 1.05);
  transition: transform 1.4s;
}
.cid-uc8vGZFVSK .xtitel {
  text-align: center;
  initial-letter: 6;
  color: #aab9ab;
  width: 100%;
  min-width: 300px;
  padding: 22px;
  display: table;
  margin: 0 auto;
  background-color: #fff5ee;
  border: 0px solid #aab9ab;
  border-radius: 0.2rem;
}
.cid-uc8vGZFVSK .first {
  font-size: 150%;
  color: #aab9ab;
}
.cid-uc8vGZFVSK .item-title,
.cid-uc8vGZFVSK .item-content {
  text-align: center;
  color: #aab9ab;
}
.cid-uc8vGZFVSK .mbr-text,
.cid-uc8vGZFVSK .mbr-section-btn {
  text-align: center;
  color: #758976;
}
.cid-ucoznAle4d {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5efea;
}
.cid-ucoznAle4d .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucoznAle4d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucoznAle4d .mbr-section-title {
  color: #fff6ec;
}
.cid-ucoznAle4d .mbr-section-subtitle {
  color: #9b917d;
}
.cid-ucoznAle4d .xtitel {
  text-align: center;
  initial-letter: 6;
  color: #aab9ab;
  width: 100%;
  min-width: 300px;
  padding: 22px;
  display: table;
  margin: 0 auto;
  border: 0px solid #aab9ab;
  border-radius: 0.2rem;
}
.cid-ucoznAle4d .first {
  font-size: 150%;
  color: #aab9ab;
}
.cid-ucozkudV12 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f5efea;
}
.cid-ucozkudV12 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-ucozkudV12 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-ucozkudV12 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ucozkudV12 .container {
    padding: 0 20px;
  }
}
.cid-ucozkudV12 .mbr-desc {
  margin-bottom: 90px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-ucozkudV12 .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-ucozkudV12 .mbr-section-title {
  margin-bottom: 90px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-ucozkudV12 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ucozkudV12 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 700px;
  max-width: 700px;
}
@media (max-width: 1200px) {
  .cid-ucozkudV12 .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-ucozkudV12 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ucozkudV12 .embla__slide .slide-content {
  width: 100%;
}
.cid-ucozkudV12 .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 0.2rem;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 550px;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-ucozkudV12 .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 360px;
  }
}
.cid-ucozkudV12 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.2rem !important;
  transition: transform 1.4s;
}
.cid-ucozkudV12 .embla__slide .slide-content .item-wrapper .item-img img:hover {
  transform: scale(1.05, 1.05);
  transition: transform 1.4s;
}
.cid-ucozkudV12 .embla__slide .slide-content .item-wrapper .item-img .item-content {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-ucozkudV12 .embla__slide .slide-content .item-wrapper .item-img .item-content .item-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: ;
  background-color: ;
  border-radius: .20rem;
}
@media (max-width: 992px) {
  .cid-ucozkudV12 .embla__slide .slide-content .item-wrapper .item-img .item-content .item-title {
    padding: 5px;
  }
}
@media (max-width: 768px) {
  .cid-ucozkudV12 .embla__slide .slide-content .item-wrapper .item-img .item-content .item-title {
    width: 100%;
  }
}
.cid-ucozkudV12 .embla__button--next,
.cid-ucozkudV12 .embla__button--prev {
  display: flex;
}
.cid-ucozkudV12 .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #fff5ee !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-ucozkudV12 .embla__button {
    display: none;
  }
}
.cid-ucozkudV12 .embla__button:hover {
  opacity: .5 !important;
}
.cid-ucozkudV12 .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-ucozkudV12 .embla__button.embla__button--next {
  right: 0;
}
.cid-ucozkudV12 .embla {
  position: relative;
  width: 100%;
}
.cid-ucozkudV12 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-ucozkudV12 .embla__viewport {
    overflow: hidden ;
  }
}
.cid-ucozkudV12 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ucozkudV12 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ucozkudV12 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ucozkudV12 .item-title {
  color: #aab9ab;
}
.cid-ucozkudV12 .mbr-text,
.cid-ucozkudV12 .mbr-section-btn {
  color: #9b917d;
  text-align: center;
}
.cid-ucozkudV12 .item-title,
.cid-ucozkudV12 .item-content {
  text-align: center;
}
.cid-ucozkudV12 img {
  border-radius: 0.2rem !important;
  transition: transform 1.4s;
}
.cid-ucozkudV12 img:hover {
  transform: scale(1.05, 1.05);
  transition: transform 1.4s;
}
.cid-uciQh30eZH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fff5ee;
}
.cid-uciQh30eZH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uciQh30eZH .item {
    margin-bottom: 1rem;
  }
}
.cid-uciQh30eZH .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-uciQh30eZH .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uciQh30eZH .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uciQh30eZH .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uciQh30eZH .carousel-control,
.cid-uciQh30eZH .close {
  background: #1b1b1b;
}
.cid-uciQh30eZH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uciQh30eZH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uciQh30eZH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uciQh30eZH .carousel-control-next span {
  margin-left: 5px;
}
.cid-uciQh30eZH .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-uciQh30eZH .close::before {
  content: '\e91a';
}
.cid-uciQh30eZH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uciQh30eZH .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-uciQh30eZH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uciQh30eZH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uciQh30eZH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uciQh30eZH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uciQh30eZH .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-uciQh30eZH .carousel-indicators li.active,
.cid-uciQh30eZH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uciQh30eZH .carousel-indicators li::after,
.cid-uciQh30eZH .carousel-indicators li::before {
  content: none;
}
.cid-uciQh30eZH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uciQh30eZH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uciQh30eZH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uciQh30eZH .carousel-indicators {
    display: none;
  }
}
.cid-uciQh30eZH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uciQh30eZH .carousel-inner > .active {
  display: block;
}
.cid-uciQh30eZH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uciQh30eZH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uciQh30eZH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uciQh30eZH .carousel-control,
  .cid-uciQh30eZH .carousel-indicators,
  .cid-uciQh30eZH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uciQh30eZH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uciQh30eZH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uciQh30eZH .carousel-indicators .active,
.cid-uciQh30eZH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uciQh30eZH .carousel-indicators .active {
  background: #fff;
}
.cid-uciQh30eZH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uciQh30eZH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uciQh30eZH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uciQh30eZH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uciQh30eZH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uciQh30eZH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uciQh30eZH .carousel {
  width: 100%;
}
.cid-uciQh30eZH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uciQh30eZH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uciQh30eZH .modal.fade .modal-dialog,
.cid-uciQh30eZH .modal.in .modal-dialog {
  transform: none;
}
.cid-uciQh30eZH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uciQh30eZH .content-head {
  max-width: 100%;
}
.cid-uciQh30eZH H3 {
  color: #aab9ab;
  text-align: center;
}
.cid-uciQh30eZH H4 {
  color: #645e57;
}
.cid-uciQh30eZH img {
  border-radius: 0.2rem !important;
  transition: transform 1.4s;
}
.cid-uciQh30eZH img:hover {
  transform: scale(1.05, 1.05);
  transition: transform 1.4s;
}
.cid-uciQh30eZH .xtitel {
  text-align: center;
  color: #aab9ab;
  width: 100%;
  min-width: 300px;
  padding: 22px;
  display: table;
  margin: 0 auto;
  background-color: #fff5ee;
  border: 0px solid #aab9ab;
  border-radius: 0.2rem;
}
.cid-uciQh30eZH .first {
  font-size: 150%;
  color: #aab9ab;
}
.cid-uciQh30eZH .item-title,
.cid-uciQh30eZH .item-content {
  text-align: center;
  color: #aab9ab;
}
.cid-uciQh30eZH .mbr-text,
.cid-uciQh30eZH .mbr-section-btn {
  text-align: center;
  color: #9b917d;
}
.cid-ucoAsCojKF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5efea;
}
.cid-ucoAsCojKF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucoAsCojKF .item {
    margin-bottom: 1rem;
  }
}
.cid-ucoAsCojKF .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-ucoAsCojKF .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ucoAsCojKF .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-ucoAsCojKF .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ucoAsCojKF .carousel-control,
.cid-ucoAsCojKF .close {
  background: #1b1b1b;
}
.cid-ucoAsCojKF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ucoAsCojKF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ucoAsCojKF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ucoAsCojKF .carousel-control-next span {
  margin-left: 5px;
}
.cid-ucoAsCojKF .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-ucoAsCojKF .close::before {
  content: '\e91a';
}
.cid-ucoAsCojKF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ucoAsCojKF .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-ucoAsCojKF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucoAsCojKF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ucoAsCojKF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ucoAsCojKF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ucoAsCojKF .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-ucoAsCojKF .carousel-indicators li.active,
.cid-ucoAsCojKF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ucoAsCojKF .carousel-indicators li::after,
.cid-ucoAsCojKF .carousel-indicators li::before {
  content: none;
}
.cid-ucoAsCojKF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ucoAsCojKF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ucoAsCojKF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucoAsCojKF .carousel-indicators {
    display: none;
  }
}
.cid-ucoAsCojKF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ucoAsCojKF .carousel-inner > .active {
  display: block;
}
.cid-ucoAsCojKF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucoAsCojKF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucoAsCojKF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ucoAsCojKF .carousel-control,
  .cid-ucoAsCojKF .carousel-indicators,
  .cid-ucoAsCojKF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ucoAsCojKF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ucoAsCojKF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ucoAsCojKF .carousel-indicators .active,
.cid-ucoAsCojKF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ucoAsCojKF .carousel-indicators .active {
  background: #fff;
}
.cid-ucoAsCojKF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ucoAsCojKF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ucoAsCojKF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ucoAsCojKF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ucoAsCojKF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ucoAsCojKF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ucoAsCojKF .carousel {
  width: 100%;
}
.cid-ucoAsCojKF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ucoAsCojKF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ucoAsCojKF .modal.fade .modal-dialog,
.cid-ucoAsCojKF .modal.in .modal-dialog {
  transform: none;
}
.cid-ucoAsCojKF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ucoAsCojKF .content-head {
  max-width: 100%;
}
.cid-ucoAsCojKF H3 {
  color: #aab9ab;
  text-align: center;
}
.cid-ucoAsCojKF H4 {
  color: #645e57;
}
.cid-ucoAsCojKF img {
  border-radius: 0.2rem !important;
  transition: transform 1.4s;
}
.cid-ucoAsCojKF img:hover {
  transform: scale(1.05, 1.05);
  transition: transform 1.4s;
}
.cid-ucoAsCojKF .xtitel {
  text-align: center;
  color: #aab9ab;
  width: 100%;
  min-width: 300px;
  padding: 22px;
  display: table;
  margin: 0 auto;
  border: 0px solid #aab9ab;
  border-radius: 0.2rem;
}
.cid-ucoAsCojKF .item-title,
.cid-ucoAsCojKF .item-content {
  text-align: center;
  color: #aab9ab;
}
.cid-ucoAsCojKF .mbr-text,
.cid-ucoAsCojKF .mbr-section-btn {
  text-align: center;
  color: #9b917d;
}
.cid-ucoAsCojKF .first {
  font-size: 150%;
  color: #aab9ab;
}
.cid-ucA5AsdKPn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fff5ee;
}
.cid-ucA5AsdKPn .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucA5AsdKPn .item {
    margin-bottom: 1rem;
  }
}
.cid-ucA5AsdKPn .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-ucA5AsdKPn .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ucA5AsdKPn .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-ucA5AsdKPn .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ucA5AsdKPn .carousel-control,
.cid-ucA5AsdKPn .close {
  background: #1b1b1b;
}
.cid-ucA5AsdKPn .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ucA5AsdKPn .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ucA5AsdKPn .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ucA5AsdKPn .carousel-control-next span {
  margin-left: 5px;
}
.cid-ucA5AsdKPn .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-ucA5AsdKPn .close::before {
  content: '\e91a';
}
.cid-ucA5AsdKPn .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ucA5AsdKPn .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-ucA5AsdKPn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucA5AsdKPn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ucA5AsdKPn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ucA5AsdKPn .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ucA5AsdKPn .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-ucA5AsdKPn .carousel-indicators li.active,
.cid-ucA5AsdKPn .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ucA5AsdKPn .carousel-indicators li::after,
.cid-ucA5AsdKPn .carousel-indicators li::before {
  content: none;
}
.cid-ucA5AsdKPn .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ucA5AsdKPn .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ucA5AsdKPn .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucA5AsdKPn .carousel-indicators {
    display: none;
  }
}
.cid-ucA5AsdKPn .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ucA5AsdKPn .carousel-inner > .active {
  display: block;
}
.cid-ucA5AsdKPn .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucA5AsdKPn .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucA5AsdKPn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ucA5AsdKPn .carousel-control,
  .cid-ucA5AsdKPn .carousel-indicators,
  .cid-ucA5AsdKPn .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ucA5AsdKPn .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ucA5AsdKPn .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ucA5AsdKPn .carousel-indicators .active,
.cid-ucA5AsdKPn .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ucA5AsdKPn .carousel-indicators .active {
  background: #fff;
}
.cid-ucA5AsdKPn .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ucA5AsdKPn .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ucA5AsdKPn .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ucA5AsdKPn .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ucA5AsdKPn .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ucA5AsdKPn .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ucA5AsdKPn .carousel {
  width: 100%;
}
.cid-ucA5AsdKPn .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ucA5AsdKPn .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ucA5AsdKPn .modal.fade .modal-dialog,
.cid-ucA5AsdKPn .modal.in .modal-dialog {
  transform: none;
}
.cid-ucA5AsdKPn .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ucA5AsdKPn .content-head {
  max-width: 100%;
}
.cid-ucA5AsdKPn H3 {
  color: #aab9ab;
  text-align: center;
}
.cid-ucA5AsdKPn H4 {
  color: #645e57;
}
.cid-ucA5AsdKPn img {
  border-radius: 0.2rem !important;
  transition: transform 1.4s;
}
.cid-ucA5AsdKPn img:hover {
  transform: scale(1.05, 1.05);
  transition: transform 1.4s;
}
.cid-ucA5AsdKPn .xtitel {
  text-align: center;
  color: #aab9ab;
  width: 100%;
  min-width: 300px;
  padding: 22px;
  display: table;
  margin: 0 auto;
  background-color: #fff5ee;
  border: 0px solid #aab9ab;
  border-radius: 0.2rem;
}
.cid-ucA5AsdKPn .item-title,
.cid-ucA5AsdKPn .item-content {
  text-align: center;
  color: #aab9ab;
}
.cid-ucA5AsdKPn .mbr-text,
.cid-ucA5AsdKPn .mbr-section-btn {
  text-align: center;
  color: #9b917d;
}
.cid-ucA5AsdKPn .first {
  font-size: 150%;
  color: #aab9ab;
}
.cid-ucB4FBzRLY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fff5ee;
}
.cid-ucB4FBzRLY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucB4FBzRLY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucB4FBzRLY .mbr-section-title {
  color: #aab9ab;
}
.cid-ucB4FBzRLY .mbr-section-subtitle {
  color: #645e57;
}
.cid-u9R7Rm0s5U {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #aab9ab;
}
.cid-u9R7Rm0s5U .showAlerts {
  display: block !important;
}
.cid-u9R7Rm0s5U .rowflexrev {
  display: -webkit-flex;
}
.cid-u9R7Rm0s5U .title {
  margin-bottom: 2rem;
}
.cid-u9R7Rm0s5U .mbr-section-subtitle {
  color: #fff6ec;
}
.cid-u9R7Rm0s5U textarea.form-control {
  min-height: 188px;
}
.cid-u9R7Rm0s5U LABEL {
  color: #232323;
  display: initial;
}
.cid-u9R7Rm0s5U .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-u9R7Rm0s5U .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-u9R7Rm0s5U .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-u9R7Rm0s5U .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-u9R7Rm0s5U .alert {
  margin-bottom: 0;
}
.cid-u9R7Rm0s5U .alert-success {
  background-color: #fff6ec;
}
.cid-u9R7Rm0s5U .alert-danger {
  background-color: #ffa0a0;
}
.cid-u9R7Rm0s5U .btn {
  display: inline-flex;
}
.cid-u9R7Rm0s5U .mbr-alert-success {
  text-align: left;
  color: #aab9ab;
}
.cid-u9R7Rm0s5U .mbr-alert-danger {
  text-align: left;
  color: #fff5ee;
}
.cid-u9R7Rm0s5U input,
.cid-u9R7Rm0s5U option,
.cid-u9R7Rm0s5U textarea {
  color: #000000;
}
.cid-u9R7Rm0s5U H2 {
  color: #fff5ee;
}
.cid-u9R7Rm0s5U .xtitel {
  text-align: center;
  color: #fff6ec;
  width: 100%;
  min-width: 300px;
  padding: 22px;
  display: table;
  margin: 0 auto;
  border: 0px solid #aab9ab;
  border-radius: 0.2rem;
}
.cid-u9R7Rm0s5U .item-title,
.cid-u9R7Rm0s5U .item-content {
  text-align: center;
  color: #aab9ab;
}
.cid-u9R7Rm0s5U .mbr-text,
.cid-u9R7Rm0s5U .mbr-section-btn {
  text-align: center;
  color: #758976;
}
.cid-u9R7Rm0s5U .first {
  font-size: 150%;
}
.cid-u96SEZePMw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fff6ec;
}
.cid-u96SEZePMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u96SEZePMw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u96SEZePMw .row {
  justify-content: center;
}
.cid-u96SEZePMw .item {
  background: #fff6ec;
  border-radius: 0.8rem;
  margin: 0rem;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-u96SEZePMw .item {
    margin-bottom: 0.8rem;
  }
}
.cid-u96SEZePMw .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff6ec;
  padding: 0.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u96SEZePMw .item .item-wrapper {
    padding: 1rem 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u96SEZePMw .item .item-wrapper {
    padding: 1rem 0.5rem;
  }
}
.cid-u96SEZePMw .content-head {
  max-width: 800px;
}
.cid-u96SEZePMw .card-title {
  color: #aab9ab;
  text-align: center;
}
.cid-u96SEZePMw P {
  color: #9d9386;
  text-align: center;
}
.cid-u96SEZePMw .mbr-section-title {
  color: #aab9ab;
}
.cid-ub0kcgXztg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fff6ec;
  overflow: hidden;
}
.cid-ub0kcgXztg .media-container-row .mbr-text {
  color: #aab9ab;
}
.cid-ua47RqSPWG .float {
  position: fixed;
  width: 71px;
  height: 71px;
  bottom: 27px;
  right: 25px;
  background-color: #aab9ab;
  color: #fff6ec;
  border-radius: 60px;
  text-align: center;
  font-size: 37px;
  box-shadow: 0px 0px 0px #999;
  border: 2px solid #fff6ec;
  z-index: 100;
}
.cid-ua47RqSPWG .my-float {
  margin-top: 16px;
}
.cid-ua47RqSPWG P {
  color: #232323;
}
.cid-ua47RqSPWG DIV {
  color: #ffffff;
}
.cid-ua47RqSPWG H10 {
  color: #767676;
}
.cid-ua47RqSPWG .hidden {
  display: none;
}
.cid-ua47RqSPWG .float:hover {
  filter: drop-shadow(3px 3px 12px #9b917d) contrast(160%);
}
.cid-oSl4SIX9dN .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-oSl4SIX9dN .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-oSl4SIX9dN .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-oSl4SIX9dN .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-oSl4SIX9dN .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-oSl4SIX9dN .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-oSl4SIX9dN .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-oSl4SIX9dN .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-oSl4SIX9dN .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-oSl4SIX9dN .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-oSl4SIX9dN .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-oSl4SIX9dN .content {
  margin-left: 75px;
  font-size: 1.8rem;
}
.cid-oSl4SIX9dN .corner-ribbon {
  border: 3px dotted #fff6ec;
  padding: 2px 0 0 0;
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#aab9ab, #aab9ab);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 32px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 0 #fff6ec;
}
.cid-oSl4SIX9dN .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#aab9ab, #aab9ab);
}
.cid-oSl4SIX9dN .corner-ribbon.top-zen {
  top: 15px;
  left: -50px;
  transform: rotate(-38deg);
  -webkit-transform: rotate(-38deg);
  position: fixed;
}
.cid-oSl4SIX9dN P {
  color: #232323;
}
.cid-oSl4SIX9dN DIV {
  color: #ffffff;
}
.cid-oSl4SIX9dN H10 {
  color: #767676;
}
.cid-oSl4SIX9dN .hidden {
  display: none;
}
.cid-oSl4SIX9dN div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-oSl4SIX9dN .text-primary {
  font-size: 1.2rem;
}
.cid-oSl4SIX9dN .corner-ribbon:hover {
  filter: drop-shadow(3px 3px 12px #9b917d) contrast(160%);
}
@charset "UTF-8";
section {
  background-color: #fff6ec;
}

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

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

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

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

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

.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;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

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

.mbr-black {
  color: #111111;
}

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

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

/*! 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: 600;
  border-width: 1px;
  font-style: normal;
  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: #ffffff;
  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;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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: #ffffff;
  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: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-u9ue0c2kxt .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9ue0c2kxt .nav-item:focus,
.cid-u9ue0c2kxt .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u9ue0c2kxt .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-u9ue0c2kxt .nav-item .nav-link {
    position: relative;
  }
  .cid-u9ue0c2kxt .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #fff6ec, #fff5ee);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-u9ue0c2kxt .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-u9ue0c2kxt .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9ue0c2kxt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-u9ue0c2kxt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9ue0c2kxt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9ue0c2kxt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9ue0c2kxt .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-u9ue0c2kxt .navbar .mbr-overlay {
  z-index: -1;
  transition: all 2.3s;
  background: #fff6ec;
  background: none;
}
.cid-u9ue0c2kxt .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #fff6ec !important;
}
.cid-u9ue0c2kxt .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-u9ue0c2kxt .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-u9ue0c2kxt .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-u9ue0c2kxt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9ue0c2kxt .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u9ue0c2kxt .navbar.collapsed .navbar-collapse.show,
.cid-u9ue0c2kxt .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 2.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u9ue0c2kxt .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-u9ue0c2kxt .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-u9ue0c2kxt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u9ue0c2kxt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9ue0c2kxt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9ue0c2kxt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u9ue0c2kxt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9ue0c2kxt .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u9ue0c2kxt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u9ue0c2kxt .navbar.collapsed .right-menu,
.cid-u9ue0c2kxt .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-u9ue0c2kxt .navbar .navbar-collapse.show,
  .cid-u9ue0c2kxt .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9ue0c2kxt .navbar .navbar-collapse.show .brand-container,
  .cid-u9ue0c2kxt .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-u9ue0c2kxt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9ue0c2kxt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u9ue0c2kxt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9ue0c2kxt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9ue0c2kxt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u9ue0c2kxt .navbar .navbar-logo img {
    height: 2.0rem !important;
  }
  .cid-u9ue0c2kxt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9ue0c2kxt .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9ue0c2kxt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-u9ue0c2kxt .navbar .right-menu,
  .cid-u9ue0c2kxt .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-u9ue0c2kxt .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9ue0c2kxt .navbar.navbar-short .mbr-overlay {
  background: #fff6ec !important;
}
.cid-u9ue0c2kxt .navbar.navbar-short .navbar-logo img {
  height: 1.7rem !important;
}
.cid-u9ue0c2kxt .navbar.navbar-short .navbar-brand {
  padding: 2px;
}
.cid-u9ue0c2kxt .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9ue0c2kxt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9ue0c2kxt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9ue0c2kxt .dropdown-item.active,
.cid-u9ue0c2kxt .dropdown-item:active {
  background-color: transparent;
}
.cid-u9ue0c2kxt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9ue0c2kxt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9ue0c2kxt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9ue0c2kxt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff6ec;
}
.cid-u9ue0c2kxt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9ue0c2kxt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9ue0c2kxt ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-u9ue0c2kxt ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-u9ue0c2kxt .navbar-buttons {
  margin-left: auto;
}
.cid-u9ue0c2kxt button.navbar-toggler {
  width: 31px;
  height: 10px;
  cursor: pointer;
  transition: all 2.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u9ue0c2kxt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u9ue0c2kxt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 1.2s;
}
.cid-u9ue0c2kxt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 1.15s;
}
.cid-u9ue0c2kxt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 1.15s;
}
.cid-u9ue0c2kxt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 1.2s;
}
.cid-u9ue0c2kxt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9ue0c2kxt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-u9ue0c2kxt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-u9ue0c2kxt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u9ue0c2kxt .navbar-dropdown {
  position: fixed;
}
.cid-u9ue0c2kxt a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u9ue0c2kxt .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
}
.cid-u9ue0c2kxt .right-menu,
.cid-u9ue0c2kxt .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-u9ue0c2kxt .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9ue0c2kxt .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9ue0c2kxt .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-u9ue0c2kxt .menu-top {
  text-align: center;
  width: 100%;
  background-color: #000000;
  padding: .5rem 0;
}
.cid-u9ue0c2kxt .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-u9ue0c2kxt .card-wrapper {
  z-index: 3;
}
.cid-u9ue0c2kxt .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-u9ue0c2kxt .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9ue0c2kxt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9ue0c2kxt .navbar-logo {
  opacity: 0.85;
  mix-blend-mode: difference;
}
.cid-u9ue0c2kxt .navbar-toggler {
  opacity: 0.55;
  mix-blend-mode: difference;
}
.cid-u9ue0c2kxt .collapse {
  opacity: 0.55;
  mix-blend-mode: difference;
}
.cid-u9ue0c2kxt .nav-link:hover,
.cid-u9ue0c2kxt .dropdown-item:hover {
  text-shadow: 1px 0px black;
  color: #ffffff !important;
}
.cid-u9ue0hFlj1 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background: #c5baa6;
}
.cid-u9ue0hFlj1 .google-map {
  height: 50rem;
  position: relative;
  border-radius: 30px;
}
.cid-u9ue0hFlj1 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  opacity: 0.8;
  backdrop-filter: blur(3.5px);
}
.cid-u9ue0hFlj1 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u9ue0hFlj1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9ue0hFlj1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9ue0hFlj1 .mbr-section-title {
  color: #263d5a;
}
.cid-ub0kcgXztg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fff6ec;
  overflow: hidden;
}
.cid-ub0kcgXztg .media-container-row .mbr-text {
  color: #aab9ab;
}
@charset "UTF-8";
section {
  background-color: #fff6ec;
}

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

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

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

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

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

.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;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

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

.mbr-black {
  color: #111111;
}

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

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

/*! 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: 600;
  border-width: 1px;
  font-style: normal;
  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: #ffffff;
  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;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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: #ffffff;
  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: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uaZ1hpAvKi .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaZ1hpAvKi .nav-item:focus,
.cid-uaZ1hpAvKi .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uaZ1hpAvKi .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uaZ1hpAvKi .nav-item .nav-link {
    position: relative;
  }
  .cid-uaZ1hpAvKi .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #fff6ec, #fff5ee);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uaZ1hpAvKi .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uaZ1hpAvKi .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaZ1hpAvKi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-uaZ1hpAvKi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaZ1hpAvKi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaZ1hpAvKi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaZ1hpAvKi .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-uaZ1hpAvKi .navbar .mbr-overlay {
  z-index: -1;
  transition: all 2.3s;
  background: #fff6ec;
  background: none;
}
.cid-uaZ1hpAvKi .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #fff6ec !important;
}
.cid-uaZ1hpAvKi .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-uaZ1hpAvKi .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-uaZ1hpAvKi .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uaZ1hpAvKi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uaZ1hpAvKi .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uaZ1hpAvKi .navbar.collapsed .navbar-collapse.show,
.cid-uaZ1hpAvKi .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 2.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uaZ1hpAvKi .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uaZ1hpAvKi .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uaZ1hpAvKi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uaZ1hpAvKi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaZ1hpAvKi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaZ1hpAvKi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uaZ1hpAvKi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaZ1hpAvKi .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uaZ1hpAvKi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uaZ1hpAvKi .navbar.collapsed .right-menu,
.cid-uaZ1hpAvKi .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uaZ1hpAvKi .navbar .navbar-collapse.show,
  .cid-uaZ1hpAvKi .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uaZ1hpAvKi .navbar .navbar-collapse.show .brand-container,
  .cid-uaZ1hpAvKi .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uaZ1hpAvKi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaZ1hpAvKi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uaZ1hpAvKi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaZ1hpAvKi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaZ1hpAvKi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uaZ1hpAvKi .navbar .navbar-logo img {
    height: 2.0rem !important;
  }
  .cid-uaZ1hpAvKi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaZ1hpAvKi .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uaZ1hpAvKi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uaZ1hpAvKi .navbar .right-menu,
  .cid-uaZ1hpAvKi .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uaZ1hpAvKi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaZ1hpAvKi .navbar.navbar-short .mbr-overlay {
  background: #fff6ec !important;
}
.cid-uaZ1hpAvKi .navbar.navbar-short .navbar-logo img {
  height: 1.7rem !important;
}
.cid-uaZ1hpAvKi .navbar.navbar-short .navbar-brand {
  padding: 2px;
}
.cid-uaZ1hpAvKi .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaZ1hpAvKi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaZ1hpAvKi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaZ1hpAvKi .dropdown-item.active,
.cid-uaZ1hpAvKi .dropdown-item:active {
  background-color: transparent;
}
.cid-uaZ1hpAvKi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaZ1hpAvKi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaZ1hpAvKi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaZ1hpAvKi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff6ec;
}
.cid-uaZ1hpAvKi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaZ1hpAvKi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaZ1hpAvKi ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uaZ1hpAvKi ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uaZ1hpAvKi .navbar-buttons {
  margin-left: auto;
}
.cid-uaZ1hpAvKi button.navbar-toggler {
  width: 31px;
  height: 10px;
  cursor: pointer;
  transition: all 2.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uaZ1hpAvKi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uaZ1hpAvKi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 1.2s;
}
.cid-uaZ1hpAvKi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 1.15s;
}
.cid-uaZ1hpAvKi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 1.15s;
}
.cid-uaZ1hpAvKi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 1.2s;
}
.cid-uaZ1hpAvKi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaZ1hpAvKi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-uaZ1hpAvKi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-uaZ1hpAvKi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uaZ1hpAvKi .navbar-dropdown {
  position: fixed;
}
.cid-uaZ1hpAvKi a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaZ1hpAvKi .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
}
.cid-uaZ1hpAvKi .right-menu,
.cid-uaZ1hpAvKi .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uaZ1hpAvKi .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uaZ1hpAvKi .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uaZ1hpAvKi .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uaZ1hpAvKi .menu-top {
  text-align: center;
  width: 100%;
  background-color: #000000;
  padding: .5rem 0;
}
.cid-uaZ1hpAvKi .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-uaZ1hpAvKi .card-wrapper {
  z-index: 3;
}
.cid-uaZ1hpAvKi .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uaZ1hpAvKi .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaZ1hpAvKi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaZ1hpAvKi .navbar-logo {
  opacity: 0.85;
  mix-blend-mode: difference;
}
.cid-uaZ1hpAvKi .navbar-toggler {
  opacity: 0.55;
  mix-blend-mode: difference;
}
.cid-uaZ1hpAvKi .collapse {
  opacity: 0.55;
  mix-blend-mode: difference;
}
.cid-uaZ1hpAvKi .nav-link:hover,
.cid-uaZ1hpAvKi .dropdown-item:hover {
  text-shadow: 1px 0px black;
  color: #ffffff !important;
}
@media screen and (max-width: 768px) {
  .cid-uaZ1hquwkf {
    background-image: url("../../../assets/images/aah1-3-1227x1600.webp");
    background-position-x: 50%;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .cid-uaZ1hquwkf {
    background-image: url("../../../assets/images/eingang-quer-1920x1280.webp");
    background-position-x: 50%;
  }
}
@media screen and (min-width: 992px) {
  .cid-uaZ1hquwkf {
    background-image: url("../../../assets/images/eingang-quer-1920x1280.webp");
    background-position-x: 50%;
  }
}
.cid-uaZ1hquwkf .mbr-text,
.cid-uaZ1hquwkf .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uaZ1hquwkf .seen-desk,
.cid-uaZ1hquwkf .seen-mob,
.cid-uaZ1hquwkf .seen-tab {
  display: none;
}
@media (min-width: 1px) and (max-width: 768px) {
  .cid-uaZ1hquwkf .seen-mob {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .cid-uaZ1hquwkf .seen-tab {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-uaZ1hquwkf .seen-desk {
    display: block;
  }
}
.cid-uaZ1hquwkf H1 {
  color: #efefef;
}
.cid-uaZ1hquwkf H3 {
  color: #c4bc3b;
}
.cid-uaZ1hqUh7V .float {
  position: fixed;
  width: 71px;
  height: 71px;
  bottom: 27px;
  right: 25px;
  background-color: #aab9ab;
  color: #fff6ec;
  border-radius: 60px;
  text-align: center;
  font-size: 37px;
  box-shadow: 0px 0px 0px #999;
  border: 2px solid #fff6ec;
  z-index: 100;
}
.cid-uaZ1hqUh7V .my-float {
  margin-top: 16px;
}
.cid-uaZ1hqUh7V P {
  color: #232323;
}
.cid-uaZ1hqUh7V DIV {
  color: #ffffff;
}
.cid-uaZ1hqUh7V H10 {
  color: #767676;
}
.cid-uaZ1hqUh7V .hidden {
  display: none;
}
.cid-uaZ1hrAnQK {
  background-color: #fff6ea;
}
.cid-uaZ1hrAnQK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaZ1hrAnQK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaZ1hrAnQK .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uaZ1hrAnQK .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uaZ1hrAnQK .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-uaZ1hrAnQK .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uaZ1hrAnQK .content-container {
    flex-wrap: wrap;
  }
}
.cid-uaZ1hrAnQK .img-container {
  padding: 3.6rem 1.8rem 1.2rem 1.8rem;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uaZ1hrAnQK .img-container {
    width: 100%;
  }
}
.cid-uaZ1hrAnQK .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uaZ1hrAnQK .image-wrapper img {
  border-radius: 1.2rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uaZ1hrAnQK .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 10% 0  10%;
  min-height: 720px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uaZ1hrAnQK .text-container {
    width: 100%;
    padding: 20px;
    padding-top: 4rem;
    padding-bottom: 4rem;
    min-height: 300px;
  }
}
.cid-uaZ1hrAnQK .mbr-section-title {
  color: #1c1805;
  margin-bottom: 0;
  width: 100%;
}
.cid-uaZ1hrAnQK .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-uaZ1hrAnQK .mbr-section-btn {
  margin-top: 10px;
}
.cid-uaZ1hrAnQK .mbr-text,
.cid-uaZ1hrAnQK .mbr-section-btn {
  color: #9d9386;
}
.cid-uaZ1hrX5HW {
  background-color: #fff6ea;
}
.cid-uaZ1hrX5HW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaZ1hrX5HW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaZ1hrX5HW .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uaZ1hrX5HW .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uaZ1hrX5HW .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-uaZ1hrX5HW .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uaZ1hrX5HW .content-container {
    flex-wrap: wrap;
  }
}
.cid-uaZ1hrX5HW .img-container {
  padding: 1.2rem 1.8rem 1.2rem 1.8rem;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uaZ1hrX5HW .img-container {
    width: 100%;
  }
}
.cid-uaZ1hrX5HW .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uaZ1hrX5HW .image-wrapper img {
  border-radius: 1.2rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uaZ1hrX5HW .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 10% 0  10%;
  min-height: 720px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uaZ1hrX5HW .text-container {
    width: 100%;
    padding: 20px;
    padding-top: 4rem;
    padding-bottom: 4rem;
    min-height: 300px;
  }
}
.cid-uaZ1hrX5HW .mbr-section-title {
  color: #1c1805;
  margin-bottom: 0;
  width: 100%;
}
.cid-uaZ1hrX5HW .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-uaZ1hrX5HW .mbr-section-btn {
  margin-top: 10px;
}
.cid-uaZ1hrX5HW .mbr-text,
.cid-uaZ1hrX5HW .mbr-section-btn {
  color: #9d9386;
}
.cid-uaZ1hskEIB {
  background-color: #fff6ea;
}
.cid-uaZ1hskEIB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaZ1hskEIB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaZ1hskEIB .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uaZ1hskEIB .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uaZ1hskEIB .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-uaZ1hskEIB .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-uaZ1hskEIB .content-container {
    flex-wrap: wrap;
  }
}
.cid-uaZ1hskEIB .img-container {
  padding: 1.2rem 1.8rem 3.6rem 1.8rem;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uaZ1hskEIB .img-container {
    width: 100%;
  }
}
.cid-uaZ1hskEIB .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uaZ1hskEIB .image-wrapper img {
  border-radius: 1.2rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uaZ1hskEIB .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 10% 0  10%;
  min-height: 720px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uaZ1hskEIB .text-container {
    width: 100%;
    padding: 20px;
    padding-top: 4rem;
    padding-bottom: 4rem;
    min-height: 300px;
  }
}
.cid-uaZ1hskEIB .mbr-section-title {
  color: #1c1805;
  margin-bottom: 0;
  width: 100%;
}
.cid-uaZ1hskEIB .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-uaZ1hskEIB .mbr-section-btn {
  margin-top: 10px;
}
.cid-uaZ1hskEIB .mbr-text,
.cid-uaZ1hskEIB .mbr-section-btn {
  color: #9d9386;
}
.cid-uaZ1hsFRgc {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #aab9ab;
}
.cid-uaZ1hsFRgc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaZ1hsFRgc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaZ1hsFRgc .mbr-section-title {
  color: #fff6ec;
}
.cid-uaZ1hsFRgc .mbr-section-subtitle {
  color: #fff6ec;
}
.cid-uaZ1ht3m5f {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #aab9ab;
}
.cid-uaZ1ht3m5f .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uaZ1ht3m5f .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uaZ1ht3m5f .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uaZ1ht3m5f .container {
    padding: 0 20px;
  }
}
.cid-uaZ1ht3m5f .mbr-desc {
  margin-bottom: 90px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uaZ1ht3m5f .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uaZ1ht3m5f .mbr-section-title {
  margin-bottom: 90px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uaZ1ht3m5f .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uaZ1ht3m5f .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 700px;
  max-width: 700px;
}
@media (max-width: 1200px) {
  .cid-uaZ1ht3m5f .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uaZ1ht3m5f .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uaZ1ht3m5f .embla__slide .slide-content {
  width: 100%;
}
.cid-uaZ1ht3m5f .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 0.2rem;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 550px;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uaZ1ht3m5f .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 360px;
  }
}
.cid-uaZ1ht3m5f .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.8rem !important;
}
.cid-uaZ1ht3m5f .embla__slide .slide-content .item-wrapper .item-img .item-content {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-uaZ1ht3m5f .embla__slide .slide-content .item-wrapper .item-img .item-content .item-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: ;
  background-color: ;
  border-radius: .20rem;
}
@media (max-width: 992px) {
  .cid-uaZ1ht3m5f .embla__slide .slide-content .item-wrapper .item-img .item-content .item-title {
    padding: 5px;
  }
}
@media (max-width: 768px) {
  .cid-uaZ1ht3m5f .embla__slide .slide-content .item-wrapper .item-img .item-content .item-title {
    width: 100%;
  }
}
.cid-uaZ1ht3m5f .embla__button--next,
.cid-uaZ1ht3m5f .embla__button--prev {
  display: flex;
}
.cid-uaZ1ht3m5f .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #fff5ee !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uaZ1ht3m5f .embla__button:hover {
  opacity: .5 !important;
}
.cid-uaZ1ht3m5f .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-uaZ1ht3m5f .embla__button.embla__button--next {
  right: 0;
}
.cid-uaZ1ht3m5f .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uaZ1ht3m5f .embla::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #fff6ec;
  margin-right: 10rem;
}
@media (max-width: 992px) {
  .cid-uaZ1ht3m5f .embla::before {
    display: none;
  }
}
.cid-uaZ1ht3m5f .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uaZ1ht3m5f .embla__viewport {
    overflow: hidden ;
  }
}
.cid-uaZ1ht3m5f .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uaZ1ht3m5f .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uaZ1ht3m5f .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uaZ1ht3m5f .item-title {
  color: #fff6ec;
}
.cid-uaZ1ht3m5f .mbr-text,
.cid-uaZ1ht3m5f .mbr-section-btn {
  color: #fff6ec;
  text-align: center;
}
.cid-uaZ1ht3m5f .item-title,
.cid-uaZ1ht3m5f .item-content {
  text-align: center;
}
.cid-uaZ1hu75By {
  background-image: url("../../../assets/images/element-1.webp");
}
.cid-uaZ1hu75By .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaZ1hu75By .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaZ1hu75By .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uaZ1hu75By .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uaZ1hu75By .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-uaZ1hu75By .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uaZ1hu75By .content-container {
    flex-wrap: wrap;
  }
}
.cid-uaZ1hu75By .img-container {
  padding: 1.2rem 1.8rem 1.2rem 1.8rem;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uaZ1hu75By .img-container {
    width: 100%;
  }
}
.cid-uaZ1hu75By .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uaZ1hu75By .image-wrapper img {
  border-radius: 0.8rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uaZ1hu75By .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 10% 0  10%;
  min-height: 720px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uaZ1hu75By .text-container {
    width: 100%;
    padding: 20px;
    padding-top: 4rem;
    padding-bottom: 4rem;
    min-height: 300px;
  }
}
.cid-uaZ1hu75By .mbr-section-title {
  color: #1c1805;
  margin-bottom: 0;
  width: 100%;
}
.cid-uaZ1hu75By .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-uaZ1hu75By .mbr-section-btn {
  margin-top: 10px;
}
.cid-uaZ1hu75By .mbr-text,
.cid-uaZ1hu75By .mbr-section-btn {
  color: #9d9386;
}
.cid-uaZ1huFbMn {
  background-color: #fff6ec;
}
.cid-uaZ1huFbMn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaZ1huFbMn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaZ1huFbMn .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uaZ1huFbMn .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uaZ1huFbMn .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-uaZ1huFbMn .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-uaZ1huFbMn .content-container {
    flex-wrap: wrap;
  }
}
.cid-uaZ1huFbMn .img-container {
  padding: 1.2rem 1.8rem 1.2rem 1.8rem;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uaZ1huFbMn .img-container {
    width: 100%;
  }
}
.cid-uaZ1huFbMn .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uaZ1huFbMn .image-wrapper img {
  border-radius: 0.8rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uaZ1huFbMn .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 10% 0  10%;
  min-height: 720px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uaZ1huFbMn .text-container {
    width: 100%;
    padding: 20px;
    padding-top: 4rem;
    padding-bottom: 4rem;
    min-height: 300px;
  }
}
.cid-uaZ1huFbMn .mbr-section-title {
  color: #fff6ec;
  margin-bottom: 0;
  width: 100%;
}
.cid-uaZ1huFbMn .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-uaZ1huFbMn .mbr-section-btn {
  margin-top: 10px;
}
.cid-uaZ1huFbMn .mbr-text,
.cid-uaZ1huFbMn .mbr-section-btn {
  color: #9d9386;
}
.cid-uaZ1hv27E6 {
  background-color: #fff6ec;
}
.cid-uaZ1hv27E6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaZ1hv27E6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaZ1hv27E6 .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uaZ1hv27E6 .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uaZ1hv27E6 .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-uaZ1hv27E6 .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uaZ1hv27E6 .content-container {
    flex-wrap: wrap;
  }
}
.cid-uaZ1hv27E6 .img-container {
  padding: 1.2rem 1.8rem 1.2rem 1.8rem;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uaZ1hv27E6 .img-container {
    width: 100%;
  }
}
.cid-uaZ1hv27E6 .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uaZ1hv27E6 .image-wrapper img {
  border-radius: 0.8rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uaZ1hv27E6 .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 10% 0  10%;
  min-height: 720px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uaZ1hv27E6 .text-container {
    width: 100%;
    padding: 20px;
    padding-top: 4rem;
    padding-bottom: 4rem;
    min-height: 300px;
  }
}
.cid-uaZ1hv27E6 .mbr-section-title {
  color: #1c1805;
  margin-bottom: 0;
  width: 100%;
}
.cid-uaZ1hv27E6 .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-uaZ1hv27E6 .mbr-section-btn {
  margin-top: 10px;
}
.cid-uaZ1hv27E6 .mbr-text,
.cid-uaZ1hv27E6 .mbr-section-btn {
  color: #9d9386;
}
.cid-uaZ1hvpXmU {
  background-color: #fff6ec;
}
.cid-uaZ1hvpXmU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaZ1hvpXmU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaZ1hvpXmU .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uaZ1hvpXmU .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uaZ1hvpXmU .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-uaZ1hvpXmU .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-uaZ1hvpXmU .content-container {
    flex-wrap: wrap;
  }
}
.cid-uaZ1hvpXmU .img-container {
  padding: 1.2rem 1.2rem 1.2rem 1.2rem;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uaZ1hvpXmU .img-container {
    width: 100%;
  }
}
.cid-uaZ1hvpXmU .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uaZ1hvpXmU .image-wrapper img {
  border-radius: 0.8rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uaZ1hvpXmU .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 10% 0  10%;
  min-height: 720px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uaZ1hvpXmU .text-container {
    width: 100%;
    padding: 20px;
    padding-top: 4rem;
    padding-bottom: 4rem;
    min-height: 300px;
  }
}
.cid-uaZ1hvpXmU .mbr-section-title {
  color: #1c1805;
  margin-bottom: 0;
  width: 100%;
}
.cid-uaZ1hvpXmU .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-uaZ1hvpXmU .mbr-section-btn {
  margin-top: 10px;
}
.cid-uaZ1hvpXmU .mbr-text,
.cid-uaZ1hvpXmU .mbr-section-btn {
  color: #9d9386;
}
.cid-uaZ1hvOnn8 {
  background-color: #fff6ec;
}
.cid-uaZ1hvOnn8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaZ1hvOnn8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaZ1hvOnn8 .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uaZ1hvOnn8 .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uaZ1hvOnn8 .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-uaZ1hvOnn8 .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uaZ1hvOnn8 .content-container {
    flex-wrap: wrap;
  }
}
.cid-uaZ1hvOnn8 .img-container {
  padding: 1.2rem 1.8rem 1.2rem 1.8rem;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uaZ1hvOnn8 .img-container {
    width: 100%;
  }
}
.cid-uaZ1hvOnn8 .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uaZ1hvOnn8 .image-wrapper img {
  border-radius: 0.8rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uaZ1hvOnn8 .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 10% 0  10%;
  min-height: 720px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uaZ1hvOnn8 .text-container {
    width: 100%;
    padding: 20px;
    padding-top: 4rem;
    padding-bottom: 4rem;
    min-height: 300px;
  }
}
.cid-uaZ1hvOnn8 .mbr-section-title {
  color: #d1bea5;
  margin-bottom: 0;
  width: 100%;
}
.cid-uaZ1hvOnn8 .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-uaZ1hvOnn8 .mbr-section-btn {
  margin-top: 10px;
}
.cid-uaZ1hvOnn8 .mbr-text,
.cid-uaZ1hvOnn8 .mbr-section-btn {
  color: #9d9386;
}
.cid-uaZ1hwdvNw {
  background-color: #fff6ec;
}
.cid-uaZ1hwdvNw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaZ1hwdvNw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaZ1hwdvNw .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uaZ1hwdvNw .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uaZ1hwdvNw .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-uaZ1hwdvNw .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-uaZ1hwdvNw .content-container {
    flex-wrap: wrap;
  }
}
.cid-uaZ1hwdvNw .img-container {
  padding: 1.2rem 1.8rem 3.6rem 1.8rem;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uaZ1hwdvNw .img-container {
    width: 100%;
  }
}
.cid-uaZ1hwdvNw .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uaZ1hwdvNw .image-wrapper img {
  border-radius: 0.8rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uaZ1hwdvNw .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 10% 0  10%;
  min-height: 720px;
  padding-top: 0rem;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .cid-uaZ1hwdvNw .text-container {
    width: 100%;
    padding: 20px;
    padding-top: 0rem;
    padding-bottom: 10rem;
    min-height: 300px;
  }
}
.cid-uaZ1hwdvNw .mbr-section-title {
  color: #1c1805;
  margin-bottom: 0;
  width: 100%;
}
.cid-uaZ1hwdvNw .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-uaZ1hwdvNw .mbr-section-btn {
  margin-top: 10px;
}
.cid-uaZ1hwdvNw .mbr-text,
.cid-uaZ1hwdvNw .mbr-section-btn {
  color: #9d9386;
}
.cid-uaZ1hwdvNw .ximage {
  transform: scale(0.3);
  position: relative;
  top: -70%;
  right: -60%;
  border: 0px red solid;
}
.cid-uaZ1hwFgoc {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #aab9ab;
}
.cid-uaZ1hwFgoc .showAlerts {
  display: block !important;
}
.cid-uaZ1hwFgoc .rowflexrev {
  display: -webkit-flex;
}
.cid-uaZ1hwFgoc .title {
  margin-bottom: 2rem;
}
.cid-uaZ1hwFgoc .mbr-section-subtitle {
  color: #fff6ec;
}
.cid-uaZ1hwFgoc textarea.form-control {
  min-height: 188px;
}
.cid-uaZ1hwFgoc LABEL {
  color: #232323;
  display: initial;
}
.cid-uaZ1hwFgoc .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uaZ1hwFgoc .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uaZ1hwFgoc .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uaZ1hwFgoc .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uaZ1hwFgoc .alert {
  margin-bottom: 0;
}
.cid-uaZ1hwFgoc .alert-success {
  background-color: #fff6ec;
}
.cid-uaZ1hwFgoc .alert-danger {
  background-color: #ffa0a0;
}
.cid-uaZ1hwFgoc .btn {
  display: inline-flex;
}
.cid-uaZ1hwFgoc .mbr-alert-success {
  text-align: left;
  color: #9d9386;
}
.cid-uaZ1hwFgoc .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-uaZ1hwFgoc input,
.cid-uaZ1hwFgoc option,
.cid-uaZ1hwFgoc textarea {
  color: #000000;
}
.cid-uaZ1hwFgoc H2 {
  color: #fff6ec;
}
.cid-uaZ1hEdSKm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fff6ec;
}
.cid-uaZ1hEdSKm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaZ1hEdSKm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaZ1hEdSKm .row {
  justify-content: center;
}
.cid-uaZ1hEdSKm .item {
  background: #fff6ec;
  border-radius: 0.8rem;
  margin: 0rem;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-uaZ1hEdSKm .item {
    margin-bottom: 0.8rem;
  }
}
.cid-uaZ1hEdSKm .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff6ec;
  padding: 0.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uaZ1hEdSKm .item .item-wrapper {
    padding: 1rem 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uaZ1hEdSKm .item .item-wrapper {
    padding: 1rem 0.5rem;
  }
}
.cid-uaZ1hEdSKm .content-head {
  max-width: 800px;
}
.cid-uaZ1hEdSKm .card-title {
  color: #383216;
  text-align: center;
}
.cid-uaZ1hEdSKm P {
  color: #9d9386;
  text-align: center;
}
.cid-uaZ1hEQGgo .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uaZ1hEQGgo .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-uaZ1hEQGgo .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-uaZ1hEQGgo .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-uaZ1hEQGgo .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-uaZ1hEQGgo .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-uaZ1hEQGgo .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-uaZ1hEQGgo .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-uaZ1hEQGgo .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-uaZ1hEQGgo .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-uaZ1hEQGgo .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-uaZ1hEQGgo .content {
  margin-left: 75px;
  font-size: 1.8rem;
}
.cid-uaZ1hEQGgo .corner-ribbon {
  border: 2px solid #fff6ec;
  padding: 2px 0 0 0;
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#aab9ab, #aab9ab);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 32px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 0 #fff6ec;
}
.cid-uaZ1hEQGgo .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#aab9ab, #aab9ab);
}
.cid-uaZ1hEQGgo .corner-ribbon.top-zen {
  top: 15px;
  left: -50px;
  transform: rotate(-38deg);
  -webkit-transform: rotate(-38deg);
  position: fixed;
}
.cid-uaZ1hEQGgo P {
  color: #232323;
}
.cid-uaZ1hEQGgo DIV {
  color: #ffffff;
}
.cid-uaZ1hEQGgo H10 {
  color: #767676;
}
.cid-uaZ1hEQGgo .hidden {
  display: none;
}
.cid-uaZ1hEQGgo div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uaZ1hEQGgo .text-primary {
  font-size: 1.2rem;
}
.cid-L4pP5fbfdR input,
.cid-L4pP5fbfdR textarea,
.cid-L4pP5fbfdR button,
.cid-L4pP5fbfdR select,
.cid-L4pP5fbfdR a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.cid-L4pP5fbfdR .wrap {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  bottom: 50;
  right: 0;
  padding-right: 20px;
  background-color: #9b917d;
  z-index: 2;
  visibility: visible;
}
.cid-L4pP5fbfdR .copyright {
  position: fixed;
  z-index: 1;
  visibility: visible;
  margin-left: 10px;
  left: 0;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .cid-L4pP5fbfdR .wrap {
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .cid-L4pP5fbfdR .wrap {
    justify-content: space-around;
    padding-right: 0px;
  }
  .cid-L4pP5fbfdR .copyright {
    visibility: hidden;
  }
}
.cid-L4pP5fbfdR .item {
  border-radius: 50%;
  font-size: 30px;
  font-height: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.cid-L4pP5fbfdR .hidden {
  display: none;
}
.cid-L4pP5fbfdR .show {
  visibility: visible !important;
  bottom: 0;
}
.cid-L4pP5fbfdR .mbr-section-subtitle {
  visibility: hidden;
}
@media (max-width: 768px) {
  .cid-L4pP5fbfdR .wrap {
    background-color: transparent !important;
  }
}
.cid-L4pP5fbfdR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ub0kcgXztg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fff6ec;
  overflow: hidden;
}
.cid-ub0kcgXztg .media-container-row .mbr-text {
  color: #aab9ab;
}
@charset "UTF-8";
section {
  background-color: #fff6ec;
}

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

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

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

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

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

.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;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

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

.mbr-black {
  color: #111111;
}

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

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

/*! 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: 600;
  border-width: 1px;
  font-style: normal;
  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: #ffffff;
  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;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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: #ffffff;
  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: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-ub05d7j5fV .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub05d7j5fV .nav-item:focus,
.cid-ub05d7j5fV .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ub05d7j5fV .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-ub05d7j5fV .nav-item .nav-link {
    position: relative;
  }
  .cid-ub05d7j5fV .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #fff6ec, #fff5ee);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-ub05d7j5fV .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-ub05d7j5fV .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub05d7j5fV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-ub05d7j5fV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub05d7j5fV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub05d7j5fV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ub05d7j5fV .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-ub05d7j5fV .navbar .mbr-overlay {
  z-index: -1;
  transition: all 2.3s;
  background: #fff6ec;
  background: none;
}
.cid-ub05d7j5fV .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #fff6ec !important;
}
.cid-ub05d7j5fV .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-ub05d7j5fV .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-ub05d7j5fV .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-ub05d7j5fV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ub05d7j5fV .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ub05d7j5fV .navbar.collapsed .navbar-collapse.show,
.cid-ub05d7j5fV .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 2.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ub05d7j5fV .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-ub05d7j5fV .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-ub05d7j5fV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ub05d7j5fV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub05d7j5fV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ub05d7j5fV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ub05d7j5fV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ub05d7j5fV .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ub05d7j5fV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ub05d7j5fV .navbar.collapsed .right-menu,
.cid-ub05d7j5fV .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-ub05d7j5fV .navbar .navbar-collapse.show,
  .cid-ub05d7j5fV .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ub05d7j5fV .navbar .navbar-collapse.show .brand-container,
  .cid-ub05d7j5fV .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-ub05d7j5fV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub05d7j5fV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ub05d7j5fV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub05d7j5fV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ub05d7j5fV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ub05d7j5fV .navbar .navbar-logo img {
    height: 2.0rem !important;
  }
  .cid-ub05d7j5fV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ub05d7j5fV .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ub05d7j5fV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ub05d7j5fV .navbar .right-menu,
  .cid-ub05d7j5fV .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ub05d7j5fV .navbar.navbar-short {
  min-height: 60px;
}
.cid-ub05d7j5fV .navbar.navbar-short .mbr-overlay {
  background: #fff6ec !important;
}
.cid-ub05d7j5fV .navbar.navbar-short .navbar-logo img {
  height: 1.7rem !important;
}
.cid-ub05d7j5fV .navbar.navbar-short .navbar-brand {
  padding: 2px;
}
.cid-ub05d7j5fV .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ub05d7j5fV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ub05d7j5fV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub05d7j5fV .dropdown-item.active,
.cid-ub05d7j5fV .dropdown-item:active {
  background-color: transparent;
}
.cid-ub05d7j5fV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ub05d7j5fV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ub05d7j5fV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ub05d7j5fV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff6ec;
}
.cid-ub05d7j5fV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ub05d7j5fV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ub05d7j5fV ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ub05d7j5fV ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-ub05d7j5fV .navbar-buttons {
  margin-left: auto;
}
.cid-ub05d7j5fV button.navbar-toggler {
  width: 31px;
  height: 10px;
  cursor: pointer;
  transition: all 2.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ub05d7j5fV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ub05d7j5fV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 1.2s;
}
.cid-ub05d7j5fV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 1.15s;
}
.cid-ub05d7j5fV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 1.15s;
}
.cid-ub05d7j5fV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 1.2s;
}
.cid-ub05d7j5fV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub05d7j5fV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-ub05d7j5fV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-ub05d7j5fV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ub05d7j5fV .navbar-dropdown {
  position: fixed;
}
.cid-ub05d7j5fV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ub05d7j5fV .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
}
.cid-ub05d7j5fV .right-menu,
.cid-ub05d7j5fV .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-ub05d7j5fV .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ub05d7j5fV .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ub05d7j5fV .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ub05d7j5fV .menu-top {
  text-align: center;
  width: 100%;
  background-color: #000000;
  padding: .5rem 0;
}
.cid-ub05d7j5fV .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ub05d7j5fV .card-wrapper {
  z-index: 3;
}
.cid-ub05d7j5fV .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-ub05d7j5fV .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ub05d7j5fV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub05d7j5fV .navbar-logo {
  opacity: 0.85;
  mix-blend-mode: difference;
}
.cid-ub05d7j5fV .navbar-toggler {
  opacity: 0.55;
  mix-blend-mode: difference;
}
.cid-ub05d7j5fV .collapse {
  opacity: 0.55;
  mix-blend-mode: difference;
}
.cid-ub05d7j5fV .nav-link:hover,
.cid-ub05d7j5fV .dropdown-item:hover {
  text-shadow: 1px 0px black;
  color: #ffffff !important;
}
@media screen and (max-width: 768px) {
  .cid-ub05d7GoXx {
    background-image: url("../../../assets/images/aah1-3-1227x1600.webp");
    background-position-x: 50%;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .cid-ub05d7GoXx {
    background-image: url("../../../assets/images/hamburg-1920x1280.webp");
    background-position-x: 50%;
  }
}
@media screen and (min-width: 992px) {
  .cid-ub05d7GoXx {
    background-image: url("../../../assets/images/hamburg-1920x1280.webp");
    background-position-x: 50%;
  }
}
.cid-ub05d7GoXx .mbr-text,
.cid-ub05d7GoXx .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ub05d7GoXx .seen-desk,
.cid-ub05d7GoXx .seen-mob,
.cid-ub05d7GoXx .seen-tab {
  display: none;
}
@media (min-width: 1px) and (max-width: 768px) {
  .cid-ub05d7GoXx .seen-mob {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .cid-ub05d7GoXx .seen-tab {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-ub05d7GoXx .seen-desk {
    display: block;
  }
}
.cid-ub05d7GoXx H1 {
  color: #efefef;
}
.cid-ub05d7GoXx H3 {
  color: #c4bc3b;
}
.cid-ub05d7Yif3 .float {
  position: fixed;
  width: 71px;
  height: 71px;
  bottom: 27px;
  right: 25px;
  background-color: #aab9ab;
  color: #fff6ec;
  border-radius: 60px;
  text-align: center;
  font-size: 37px;
  box-shadow: 0px 0px 0px #999;
  border: 2px solid #fff6ec;
  z-index: 100;
}
.cid-ub05d7Yif3 .my-float {
  margin-top: 16px;
}
.cid-ub05d7Yif3 P {
  color: #232323;
}
.cid-ub05d7Yif3 DIV {
  color: #ffffff;
}
.cid-ub05d7Yif3 H10 {
  color: #767676;
}
.cid-ub05d7Yif3 .hidden {
  display: none;
}
.cid-ub05d7Yif3 .float:hover {
  filter: drop-shadow(3px 3px 12px #9b917d) contrast(160%);
}
.cid-ub05d8oRc8 {
  background-color: #fff6ea;
}
.cid-ub05d8oRc8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub05d8oRc8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub05d8oRc8 .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-ub05d8oRc8 .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-ub05d8oRc8 .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-ub05d8oRc8 .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ub05d8oRc8 .content-container {
    flex-wrap: wrap;
  }
}
.cid-ub05d8oRc8 .img-container {
  padding: 3.6rem 1.8rem 1.2rem 1.8rem;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ub05d8oRc8 .img-container {
    width: 100%;
  }
}
.cid-ub05d8oRc8 .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-ub05d8oRc8 .image-wrapper img {
  border-radius: 1.2rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ub05d8oRc8 .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 10% 0  10%;
  min-height: 720px;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-ub05d8oRc8 .text-container {
    width: 100%;
    padding: 20px;
    padding-top: 0rem;
    padding-bottom: 0rem;
    min-height: 300px;
  }
}
.cid-ub05d8oRc8 .mbr-section-title {
  color: #1c1805;
  margin-bottom: 0;
  width: 100%;
}
.cid-ub05d8oRc8 .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-ub05d8oRc8 .mbr-section-btn {
  margin-top: 10px;
}
.cid-ub05d8oRc8 .mbr-text,
.cid-ub05d8oRc8 .mbr-section-btn {
  color: #9d9386;
}
.cid-ub05d8MVPn {
  background-color: #fff6ea;
}
.cid-ub05d8MVPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub05d8MVPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub05d8MVPn .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-ub05d8MVPn .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-ub05d8MVPn .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-ub05d8MVPn .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ub05d8MVPn .content-container {
    flex-wrap: wrap;
  }
}
.cid-ub05d8MVPn .img-container {
  padding: 1.2rem 1.8rem 1.2rem 1.8rem;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ub05d8MVPn .img-container {
    width: 100%;
  }
}
.cid-ub05d8MVPn .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-ub05d8MVPn .image-wrapper img {
  border-radius: 1.2rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ub05d8MVPn .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 10% 0  10%;
  min-height: 720px;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-ub05d8MVPn .text-container {
    width: 100%;
    padding: 20px;
    padding-top: 0rem;
    padding-bottom: 0rem;
    min-height: 300px;
  }
}
.cid-ub05d8MVPn .mbr-section-title {
  color: #1c1805;
  margin-bottom: 0;
  width: 100%;
}
.cid-ub05d8MVPn .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-ub05d8MVPn .mbr-section-btn {
  margin-top: 10px;
}
.cid-ub05d8MVPn .mbr-text,
.cid-ub05d8MVPn .mbr-section-btn {
  color: #9d9386;
}
.cid-ub05d95dhH {
  background-color: #fff6ea;
}
.cid-ub05d95dhH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub05d95dhH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub05d95dhH .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-ub05d95dhH .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-ub05d95dhH .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-ub05d95dhH .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-ub05d95dhH .content-container {
    flex-wrap: wrap;
  }
}
.cid-ub05d95dhH .img-container {
  padding: 1.2rem 1.8rem 3.6rem 1.8rem;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ub05d95dhH .img-container {
    width: 100%;
  }
}
.cid-ub05d95dhH .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-ub05d95dhH .image-wrapper img {
  border-radius: 1.2rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ub05d95dhH .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 10% 0  10%;
  min-height: 720px;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-ub05d95dhH .text-container {
    width: 100%;
    padding: 20px;
    padding-top: 0rem;
    padding-bottom: 0rem;
    min-height: 300px;
  }
}
.cid-ub05d95dhH .mbr-section-title {
  color: #1c1805;
  margin-bottom: 0;
  width: 100%;
}
.cid-ub05d95dhH .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-ub05d95dhH .mbr-section-btn {
  margin-top: 10px;
}
.cid-ub05d95dhH .mbr-text,
.cid-ub05d95dhH .mbr-section-btn {
  color: #9d9386;
}
.cid-ub05d9p8iw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #aab9ab;
}
.cid-ub05d9p8iw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub05d9p8iw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub05d9p8iw .mbr-section-title {
  color: #fff6ec;
}
.cid-ub05d9p8iw .mbr-section-subtitle {
  color: #fff6ec;
}
.cid-ub05d9I59j {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #aab9ab;
}
.cid-ub05d9I59j .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-ub05d9I59j .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-ub05d9I59j .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ub05d9I59j .container {
    padding: 0 20px;
  }
}
.cid-ub05d9I59j .mbr-desc {
  margin-bottom: 90px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-ub05d9I59j .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-ub05d9I59j .mbr-section-title {
  margin-bottom: 90px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-ub05d9I59j .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ub05d9I59j .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 700px;
  max-width: 700px;
}
@media (max-width: 1200px) {
  .cid-ub05d9I59j .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-ub05d9I59j .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ub05d9I59j .embla__slide .slide-content {
  width: 100%;
}
.cid-ub05d9I59j .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 0.2rem;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 550px;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-ub05d9I59j .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 360px;
  }
}
.cid-ub05d9I59j .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.8rem !important;
}
.cid-ub05d9I59j .embla__slide .slide-content .item-wrapper .item-img .item-content {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-ub05d9I59j .embla__slide .slide-content .item-wrapper .item-img .item-content .item-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: ;
  background-color: ;
  border-radius: .20rem;
}
@media (max-width: 992px) {
  .cid-ub05d9I59j .embla__slide .slide-content .item-wrapper .item-img .item-content .item-title {
    padding: 5px;
  }
}
@media (max-width: 768px) {
  .cid-ub05d9I59j .embla__slide .slide-content .item-wrapper .item-img .item-content .item-title {
    width: 100%;
  }
}
.cid-ub05d9I59j .embla__button--next,
.cid-ub05d9I59j .embla__button--prev {
  display: flex;
}
.cid-ub05d9I59j .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #fff5ee !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-ub05d9I59j .embla__button:hover {
  opacity: .5 !important;
}
.cid-ub05d9I59j .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-ub05d9I59j .embla__button.embla__button--next {
  right: 0;
}
.cid-ub05d9I59j .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-ub05d9I59j .embla::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #fff6ec;
  margin-right: 10rem;
}
@media (max-width: 992px) {
  .cid-ub05d9I59j .embla::before {
    display: none;
  }
}
.cid-ub05d9I59j .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-ub05d9I59j .embla__viewport {
    overflow: hidden ;
  }
}
.cid-ub05d9I59j .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ub05d9I59j .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ub05d9I59j .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ub05d9I59j .item-title {
  color: #fff6ec;
}
.cid-ub05d9I59j .mbr-text,
.cid-ub05d9I59j .mbr-section-btn {
  color: #fff6ec;
  text-align: center;
}
.cid-ub05d9I59j .item-title,
.cid-ub05d9I59j .item-content {
  text-align: center;
}
.cid-ub05dahjQL {
  background-image: url("../../../assets/images/element-1.webp");
}
.cid-ub05dahjQL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub05dahjQL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub05dahjQL .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-ub05dahjQL .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-ub05dahjQL .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-ub05dahjQL .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ub05dahjQL .content-container {
    flex-wrap: wrap;
  }
}
.cid-ub05dahjQL .img-container {
  padding: 1.2rem 1.8rem 1.2rem 1.8rem;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ub05dahjQL .img-container {
    width: 100%;
  }
}
.cid-ub05dahjQL .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-ub05dahjQL .image-wrapper img {
  border-radius: 0.8rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ub05dahjQL .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 10% 0  10%;
  min-height: 720px;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-ub05dahjQL .text-container {
    width: 100%;
    padding: 20px;
    padding-top: 0rem;
    padding-bottom: 0rem;
    min-height: 300px;
  }
}
.cid-ub05dahjQL .mbr-section-title {
  color: #1c1805;
  margin-bottom: 0;
  width: 100%;
}
.cid-ub05dahjQL .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-ub05dahjQL .mbr-section-btn {
  margin-top: 10px;
}
.cid-ub05dahjQL .mbr-text,
.cid-ub05dahjQL .mbr-section-btn {
  color: #9d9386;
}
.cid-ub05daCe5X {
  background-color: #fff6ec;
}
.cid-ub05daCe5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub05daCe5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub05daCe5X .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-ub05daCe5X .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-ub05daCe5X .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-ub05daCe5X .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-ub05daCe5X .content-container {
    flex-wrap: wrap;
  }
}
.cid-ub05daCe5X .img-container {
  padding: 1.2rem 1.8rem 1.2rem 1.8rem;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ub05daCe5X .img-container {
    width: 100%;
  }
}
.cid-ub05daCe5X .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-ub05daCe5X .image-wrapper img {
  border-radius: 0.8rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ub05daCe5X .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 10% 0  10%;
  min-height: 720px;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-ub05daCe5X .text-container {
    width: 100%;
    padding: 20px;
    padding-top: 0rem;
    padding-bottom: 0rem;
    min-height: 300px;
  }
}
.cid-ub05daCe5X .mbr-section-title {
  color: #1c1805;
  margin-bottom: 0;
  width: 100%;
}
.cid-ub05daCe5X .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-ub05daCe5X .mbr-section-btn {
  margin-top: 10px;
}
.cid-ub05daCe5X .mbr-text,
.cid-ub05daCe5X .mbr-section-btn {
  color: #9d9386;
}
.cid-ub05daZiGQ {
  background-color: #fff6ec;
}
.cid-ub05daZiGQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub05daZiGQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub05daZiGQ .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-ub05daZiGQ .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-ub05daZiGQ .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-ub05daZiGQ .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ub05daZiGQ .content-container {
    flex-wrap: wrap;
  }
}
.cid-ub05daZiGQ .img-container {
  padding: 1.2rem 1.8rem 1.2rem 1.8rem;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ub05daZiGQ .img-container {
    width: 100%;
  }
}
.cid-ub05daZiGQ .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-ub05daZiGQ .image-wrapper img {
  border-radius: 0.8rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ub05daZiGQ .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 10% 0  10%;
  min-height: 720px;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-ub05daZiGQ .text-container {
    width: 100%;
    padding: 20px;
    padding-top: 0rem;
    padding-bottom: 0rem;
    min-height: 300px;
  }
}
.cid-ub05daZiGQ .mbr-section-title {
  color: #1c1805;
  margin-bottom: 0;
  width: 100%;
}
.cid-ub05daZiGQ .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-ub05daZiGQ .mbr-section-btn {
  margin-top: 10px;
}
.cid-ub05daZiGQ .mbr-text,
.cid-ub05daZiGQ .mbr-section-btn {
  color: #9d9386;
}
.cid-ub05dbkld3 {
  background-color: #fff6ec;
}
.cid-ub05dbkld3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub05dbkld3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub05dbkld3 .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-ub05dbkld3 .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-ub05dbkld3 .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-ub05dbkld3 .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-ub05dbkld3 .content-container {
    flex-wrap: wrap;
  }
}
.cid-ub05dbkld3 .img-container {
  padding: 1.2rem 1.2rem 1.2rem 1.2rem;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ub05dbkld3 .img-container {
    width: 100%;
  }
}
.cid-ub05dbkld3 .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-ub05dbkld3 .image-wrapper img {
  border-radius: 0.8rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ub05dbkld3 .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 10% 0  10%;
  min-height: 720px;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-ub05dbkld3 .text-container {
    width: 100%;
    padding: 20px;
    padding-top: 0rem;
    padding-bottom: 0rem;
    min-height: 300px;
  }
}
.cid-ub05dbkld3 .mbr-section-title {
  color: #1c1805;
  margin-bottom: 0;
  width: 100%;
}
.cid-ub05dbkld3 .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-ub05dbkld3 .mbr-section-btn {
  margin-top: 10px;
}
.cid-ub05dbkld3 .mbr-text,
.cid-ub05dbkld3 .mbr-section-btn {
  color: #9d9386;
}
.cid-ub05dbGqfK {
  background-color: #fff6ec;
}
.cid-ub05dbGqfK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub05dbGqfK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub05dbGqfK .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-ub05dbGqfK .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-ub05dbGqfK .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-ub05dbGqfK .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ub05dbGqfK .content-container {
    flex-wrap: wrap;
  }
}
.cid-ub05dbGqfK .img-container {
  padding: 1.2rem 1.8rem 1.2rem 1.8rem;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ub05dbGqfK .img-container {
    width: 100%;
  }
}
.cid-ub05dbGqfK .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-ub05dbGqfK .image-wrapper img {
  border-radius: 0.8rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ub05dbGqfK .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 10% 0  10%;
  min-height: 720px;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-ub05dbGqfK .text-container {
    width: 100%;
    padding: 20px;
    padding-top: 0rem;
    padding-bottom: 0rem;
    min-height: 300px;
  }
}
.cid-ub05dbGqfK .mbr-section-title {
  color: #d1bea5;
  margin-bottom: 0;
  width: 100%;
}
.cid-ub05dbGqfK .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-ub05dbGqfK .mbr-section-btn {
  margin-top: 10px;
}
.cid-ub05dbGqfK .mbr-text,
.cid-ub05dbGqfK .mbr-section-btn {
  color: #9d9386;
}
.cid-ub05dc39om {
  background-color: #fff6ec;
}
.cid-ub05dc39om .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub05dc39om .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub05dc39om .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-ub05dc39om .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-ub05dc39om .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-ub05dc39om .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-ub05dc39om .content-container {
    flex-wrap: wrap;
  }
}
.cid-ub05dc39om .img-container {
  padding: 1.2rem 1.8rem 3.6rem 1.8rem;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ub05dc39om .img-container {
    width: 100%;
  }
}
.cid-ub05dc39om .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-ub05dc39om .image-wrapper img {
  border-radius: 0.8rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ub05dc39om .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 10% 0  10%;
  min-height: 720px;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-ub05dc39om .text-container {
    width: 100%;
    padding: 20px;
    padding-top: 0rem;
    padding-bottom: 0rem;
    min-height: 300px;
  }
}
.cid-ub05dc39om .mbr-section-title {
  color: #1c1805;
  margin-bottom: 0;
  width: 100%;
}
.cid-ub05dc39om .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-ub05dc39om .mbr-section-btn {
  margin-top: 10px;
}
.cid-ub05dc39om .mbr-text,
.cid-ub05dc39om .mbr-section-btn {
  color: #9d9386;
}
.cid-ub05dc39om .ximage {
  transform: scale(0.3);
  position: relative;
  top: -70%;
  right: -60%;
  border: 0px red solid;
}
.cid-ub05dcqREk {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #aab9ab;
}
.cid-ub05dcqREk .showAlerts {
  display: block !important;
}
.cid-ub05dcqREk .rowflexrev {
  display: -webkit-flex;
}
.cid-ub05dcqREk .title {
  margin-bottom: 2rem;
}
.cid-ub05dcqREk .mbr-section-subtitle {
  color: #fff6ec;
}
.cid-ub05dcqREk textarea.form-control {
  min-height: 188px;
}
.cid-ub05dcqREk LABEL {
  color: #232323;
  display: initial;
}
.cid-ub05dcqREk .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ub05dcqREk .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-ub05dcqREk .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ub05dcqREk .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ub05dcqREk .alert {
  margin-bottom: 0;
}
.cid-ub05dcqREk .alert-success {
  background-color: #fff6ec;
}
.cid-ub05dcqREk .alert-danger {
  background-color: #ffa0a0;
}
.cid-ub05dcqREk .btn {
  display: inline-flex;
}
.cid-ub05dcqREk .mbr-alert-success {
  text-align: left;
  color: #9d9386;
}
.cid-ub05dcqREk .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-ub05dcqREk input,
.cid-ub05dcqREk option,
.cid-ub05dcqREk textarea {
  color: #000000;
}
.cid-ub05dcqREk H2 {
  color: #fff6ec;
}
.cid-ub05dkwlaX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fff6ec;
}
.cid-ub05dkwlaX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub05dkwlaX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub05dkwlaX .row {
  justify-content: center;
}
.cid-ub05dkwlaX .item {
  background: #fff6ec;
  border-radius: 0.8rem;
  margin: 0rem;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-ub05dkwlaX .item {
    margin-bottom: 0.8rem;
  }
}
.cid-ub05dkwlaX .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff6ec;
  padding: 0.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ub05dkwlaX .item .item-wrapper {
    padding: 1rem 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ub05dkwlaX .item .item-wrapper {
    padding: 1rem 0.5rem;
  }
}
.cid-ub05dkwlaX .content-head {
  max-width: 800px;
}
.cid-ub05dkwlaX .card-title {
  color: #383216;
  text-align: center;
}
.cid-ub05dkwlaX P {
  color: #9d9386;
  text-align: center;
}
.cid-ub05dl6hHe .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ub05dl6hHe .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-ub05dl6hHe .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-ub05dl6hHe .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-ub05dl6hHe .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-ub05dl6hHe .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-ub05dl6hHe .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-ub05dl6hHe .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-ub05dl6hHe .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-ub05dl6hHe .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-ub05dl6hHe .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-ub05dl6hHe .content {
  margin-left: 75px;
  font-size: 1.8rem;
}
.cid-ub05dl6hHe .corner-ribbon {
  border: 2px solid #fff6ec;
  padding: 2px 0 0 0;
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#aab9ab, #aab9ab);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 32px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 0 #fff6ec;
}
.cid-ub05dl6hHe .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#aab9ab, #aab9ab);
}
.cid-ub05dl6hHe .corner-ribbon.top-zen {
  top: 15px;
  left: -50px;
  transform: rotate(-38deg);
  -webkit-transform: rotate(-38deg);
  position: fixed;
}
.cid-ub05dl6hHe P {
  color: #232323;
}
.cid-ub05dl6hHe DIV {
  color: #ffffff;
}
.cid-ub05dl6hHe H10 {
  color: #767676;
}
.cid-ub05dl6hHe .hidden {
  display: none;
}
.cid-ub05dl6hHe div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-ub05dl6hHe .text-primary {
  font-size: 1.2rem;
}
.cid-ub05dl6hHe .corner-ribbon:hover {
  filter: drop-shadow(3px 3px 12px #9b917d) contrast(160%);
}
.cid-ub0kcgXztg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fff6ec;
  overflow: hidden;
}
.cid-ub0kcgXztg .media-container-row .mbr-text {
  color: #aab9ab;
}
