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

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.3;
  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: 0.4rem !important;
  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: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Instrument Sans;
}
.display-1 {
  font-family: 'Phenomena-Regular';
  font-size: 3.2rem;
  line-height: 1.15;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Phenomena-Regular';
  font-size: 2.6rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Phenomena-Regular';
  font-size: 1.6rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Phenomena-Regular';
  font-size: 1.65rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.0625rem;
}
.display-7 {
  font-family: 'Phenomena-Regular';
  font-size: 1.6rem;
  line-height: 1.9;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 2.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.32rem;
    font-size: calc( 1.2275rem + (1.65 - 1.2275) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2275rem + (1.65 - 1.2275) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #f9f6e0 !important;
}
.bg-success {
  background-color: #474a48 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #e07548 !important;
}
.bg-danger {
  background-color: #c2222e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f9f6e0 !important;
  border-color: #f9f6e0 !important;
  color: #b7a523 !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: #b7a523 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fed773 !important;
  border-color: #fed773 !important;
  color: #715201 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fee5a6 !important;
  border-color: #fee5a6 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #715201 !important;
  background-color: #fee5a6 !important;
  border-color: #fee5a6 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #474a48 !important;
  border-color: #474a48 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #606461 !important;
  border-color: #606461 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #606461 !important;
  border-color: #606461 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e07548 !important;
  border-color: #e07548 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #e79674 !important;
  border-color: #e79674 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e79674 !important;
  border-color: #e79674 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c2222e !important;
  border-color: #c2222e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #dd3a47 !important;
  border-color: #dd3a47 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dd3a47 !important;
  border-color: #dd3a47 !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: #f9f6e0;
  color: #f9f6e0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ebe197 !important;
  background-color: transparent !important;
  border-color: #ebe197 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #b7a523 !important;
  background-color: #f9f6e0 !important;
  border-color: #f9f6e0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fed773;
  color: #fed773;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #fdbe1d !important;
  background-color: transparent !important;
  border-color: #fdbe1d !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #715201 !important;
  background-color: #fed773 !important;
  border-color: #fed773 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #474a48;
  color: #474a48;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1d1e1d !important;
  background-color: transparent !important;
  border-color: #1d1e1d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #474a48 !important;
  border-color: #474a48 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e07548;
  color: #e07548;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b34a1e !important;
  background-color: transparent !important;
  border-color: #b34a1e !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e07548 !important;
  border-color: #e07548 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c2222e;
  color: #c2222e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #78151d !important;
  background-color: transparent !important;
  border-color: #78151d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c2222e !important;
  border-color: #c2222e !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: #f9f6e0 !important;
}
.text-secondary {
  color: #fed773 !important;
}
.text-success {
  color: #474a48 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #e07548 !important;
}
.text-danger {
  color: #c2222e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #e8dd8b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #fdba0e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #151615 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a6451c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6b1319 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
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: #f9f6e0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #e07548;
}
.alert-danger {
  background-color: #c2222e;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f9f6e0;
  border-color: #f9f6e0;
  color: #ccb827;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f9f6e0;
}
.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: #babdbb;
}
.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: #fef9f6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e87c84;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Phenomena-Regular';
  font-size: 1.6rem;
  line-height: 1.9;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #f9f6e0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Phenomena-Regular';
  font-size: 1.6rem;
  line-height: 1.9;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #f9f6e0;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f9f6e0;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f9f6e0;
}
.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: #f9f6e0;
  border-bottom-color: #f9f6e0;
}
.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: #f9f6e0 !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: #fed773 !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='%23f9f6e0' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 20px 24px;
  border-radius: 4px !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
  transform: scale(1.1);
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(135deg);
  transition: all 0.5s ease-in-out;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  transform: rotate(-45deg);
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  color: #474a48 !important;
}
img {
  border-radius: .5rem !important;
}
.cid-uatp9XDDkD {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uatp9XDDkD .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uatp9XDDkD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uatp9XDDkD .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #252525;
  display: flex;
  flex-direction: column;
}
.cid-uatp9XDDkD .navbar.opened {
  transition: all 0.2s;
  background: #252525 !important;
}
.cid-uatp9XDDkD .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #0e0e0e;
  color: #132c70;
  background: #282828 !important;
}
.cid-uatp9XDDkD .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uatp9XDDkD .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uatp9XDDkD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uatp9XDDkD .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uatp9XDDkD .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f9f6e0;
}
.cid-uatp9XDDkD .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uatp9XDDkD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uatp9XDDkD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-uatp9XDDkD .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uatp9XDDkD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uatp9XDDkD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uatp9XDDkD .navbar.collapsed .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-uatp9XDDkD .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uatp9XDDkD .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uatp9XDDkD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uatp9XDDkD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uatp9XDDkD .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uatp9XDDkD .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uatp9XDDkD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uatp9XDDkD .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uatp9XDDkD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uatp9XDDkD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uatp9XDDkD .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-uatp9XDDkD .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uatp9XDDkD .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uatp9XDDkD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uatp9XDDkD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uatp9XDDkD .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uatp9XDDkD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uatp9XDDkD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uatp9XDDkD .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uatp9XDDkD .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uatp9XDDkD .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uatp9XDDkD .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uatp9XDDkD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uatp9XDDkD .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uatp9XDDkD .navbar-brand {
  height: 8rem;
  min-height: 2.6rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uatp9XDDkD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uatp9XDDkD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uatp9XDDkD .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uatp9XDDkD .dropdown-item.active,
.cid-uatp9XDDkD .dropdown-item:active {
  background-color: transparent;
}
.cid-uatp9XDDkD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uatp9XDDkD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uatp9XDDkD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uatp9XDDkD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #252525;
}
.cid-uatp9XDDkD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uatp9XDDkD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uatp9XDDkD ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uatp9XDDkD .navbar-buttons {
  text-align: center;
}
.cid-uatp9XDDkD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uatp9XDDkD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uatp9XDDkD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uatp9XDDkD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uatp9XDDkD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uatp9XDDkD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uatp9XDDkD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uatp9XDDkD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uatp9XDDkD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uatp9XDDkD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uatp9XDDkD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uatp9XDDkD .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uatp9XDDkD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uatp9XDDkD .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uatp9XDDkD .nav-link:hover,
.cid-uatp9XDDkD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uatp9XDDkD .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uatp9XDDkD .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uatp9XDDkD .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uEK5rCtaCq {
  padding-top: 2rem;
  position: relative;
  align-items: flex-end;
  padding-bottom: 16px;
  background-color: #282828;
}
.cid-uEK5rCtaCq .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uEK5rCtaCq .image-wrap {
    padding: 16px;
  }
}
.cid-uEK5rCtaCq .image-wrap img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uEK5rCtaCq .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uEK5rCtaCq .image-overlay {
    padding: 16px;
  }
}
.cid-uEK5rCtaCq .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cid-uEK5rCtaCq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEK5rCtaCq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEK5rCtaCq .row {
  justify-content: center;
}
.cid-uEK5rCtaCq .card-wrapper {
  padding: 20px -1px 1px;
  position: relative;
  z-index: 2;
  background-color: #252525;
}
@media (max-width: 992px) {
  .cid-uEK5rCtaCq .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uEK5rCtaCq .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uEK5rCtaCq .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uEK5rCtaCq .card-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  display: none;
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uEK5rCtaCq .card-wrapper .mbr-section-title {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uEK5rCtaCq .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uEK5rCtaCq .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uEK5rCtaCq .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEK5rCtaCq .mbr-label,
.cid-uEK5rCtaCq .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEK5rCtaCq .mbr-section-title {
  color: #fff7ee;
}
.cid-uEK5rCtaCq .mbr-text,
.cid-uEK5rCtaCq .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uEK5rCtaCq .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uEK5rCtaCq .mbr-section-title,
.cid-uEK5rCtaCq .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uEJWsY55C3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #282828;
}
.cid-uEJWsY55C3 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uEJWsY55C3 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uEJWsY55C3 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uEJWsY55C3 .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uEJWsY55C3 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEJWsY55C3 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEJWsY55C3 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEJWsY55C3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-uEJWsY55C3 .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uEJWsY55C3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uEJWsY55C3 .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-uEJWsY55C3 .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #078efb;
}
.cid-uEJWsY55C3 .embla__slide .slide-content {
  width: 100%;
}
.cid-uEJWsY55C3 .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uEJWsY55C3 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-uEJWsY55C3 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uEJWsY55C3 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-uEJWsY55C3 .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uEJWsY55C3 .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-uEJWsY55C3 .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEJWsY55C3 .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uEJWsY55C3 .embla__button--next,
.cid-uEJWsY55C3 .embla__button--prev {
  display: flex;
}
.cid-uEJWsY55C3 .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #252525 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uEJWsY55C3 .embla__button:hover {
  transform: scale(1.05);
}
.cid-uEJWsY55C3 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uEJWsY55C3 .embla__button.embla__button--next {
  right: 0;
}
.cid-uEJWsY55C3 .embla {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEJWsY55C3 .embla {
    margin-bottom: 38px;
  }
}
.cid-uEJWsY55C3 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uEJWsY55C3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uEJWsY55C3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uEJWsY55C3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uEJWsY55C3 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uEJWsY55C3 .mbr-section-title {
  color: #ffffff;
}
.cid-uEJWsY55C3 .mbr-text,
.cid-uEJWsY55C3 .text-wrapper {
  color: #e6c56c;
  text-align: center;
}
.cid-uEJWsY55C3 .mbr-desc,
.cid-uEJWsY55C3 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEJWsY55C3 .item-title,
.cid-uEJWsY55C3 .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uEJWsY55C3 .item-text,
.cid-uEJWsY55C3 .text-wrap {
  color: #9aa0a6;
  text-align: center;
}
.cid-uEJWsY55C3 .mbr-section-title,
.cid-uEJWsY55C3 .mbr-section-btn {
  text-align: center;
}
.cid-uF2zXg0mAd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uF2zXg0mAd .container {
    padding: 0 24px;
  }
}
.cid-uF2zXg0mAd .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uF2zXg0mAd .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uF2zXg0mAd .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uF2zXg0mAd .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uF2zXg0mAd .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uF2zXg0mAd .mbr-section-btn {
    text-align: left;
  }
}
.cid-uF2zXg0mAd .mbr-section-title {
  color: #F9F6E0;
}
.cid-uF2zXg0mAd .mbr-text {
  color: #F9F6E0;
}
.cid-uF2q45CWtR {
  padding-top: 0rem;
  position: relative;
  align-items: flex-end;
  padding-bottom: 16px;
  background-color: #282828;
}
.cid-uF2q45CWtR .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uF2q45CWtR .image-wrap {
    padding: 16px;
  }
}
.cid-uF2q45CWtR .image-wrap img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uF2q45CWtR .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uF2q45CWtR .image-overlay {
    padding: 16px;
  }
}
.cid-uF2q45CWtR .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cid-uF2q45CWtR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF2q45CWtR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF2q45CWtR .row {
  justify-content: center;
}
.cid-uF2q45CWtR .card-wrapper {
  padding: 50px 30px 1px;
  position: relative;
  z-index: 2;
  background-color: #282828;
}
@media (max-width: 992px) {
  .cid-uF2q45CWtR .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uF2q45CWtR .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uF2q45CWtR .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uF2q45CWtR .card-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  display: none;
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uF2q45CWtR .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uF2q45CWtR .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uF2q45CWtR .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uF2q45CWtR .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uF2q45CWtR .mbr-label,
.cid-uF2q45CWtR .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uF2q45CWtR .mbr-section-title {
  color: #fff7ee;
}
.cid-uF2q45CWtR .mbr-text,
.cid-uF2q45CWtR .text-wrapper {
  color: #e6c56c;
  text-align: center;
}
.cid-uF2q45CWtR .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uF2q45CWtR .mbr-section-title,
.cid-uF2q45CWtR .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uF2AWQyCEX {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #282828;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uF2AWQyCEX .container {
    padding: 0 24px;
  }
}
.cid-uF2AWQyCEX .card {
  justify-content: center;
}
.cid-uF2AWQyCEX .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uF2AWQyCEX .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uF2AWQyCEX .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uF2AWQyCEX .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uF2AWQyCEX .text-wrapper {
  border-top: 1px solid #e0b548;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uF2AWQyCEX .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uF2AWQyCEX .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uF2AWQyCEX .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uF2AWQyCEX .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uF2AWQyCEX .mbr-section-title {
  color: #F9F6E0;
}
.cid-uF2AWQyCEX .mbr-desc {
  color: #F9F6E0;
}
.cid-uF2AWQyCEX .mbr-text {
  color: #F9F6E0;
}
.cid-uF2AWQyCEX .mbr-section-btn {
  text-align: right;
}
.cid-uF2AWQyCEX .mbr-section-title,
.cid-uF2AWQyCEX .mbr-section-btn {
  text-align: center;
}
.cid-uF2q5fgYar {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #282828;
}
.cid-uF2q5fgYar .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF2q5fgYar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF2q5fgYar .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uF2q5fgYar .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uF2q5fgYar .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uF2q5fgYar .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uF2q5fgYar .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uF2q5fgYar .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uF2q5fgYar .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uF2q5fgYar .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uF2q5fgYar .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uF2q5fgYar .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #e6c56c;
  box-shadow: 4px 4px 0 0 #e6c56c;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uF2q5fgYar .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uF2q5fgYar .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uF2q5fgYar .mbr-section-title {
  color: #050f0f;
}
.cid-uF2q5fgYar .mbr-text {
  color: #050f0f;
}
.cid-uF2q5fgYar .mbr-section-title,
.cid-uF2q5fgYar .mbr-section-btn {
  color: #e6c56c;
}
.cid-uF2q5fgYar .mbr-text,
.cid-uF2q5fgYar .text-wrapper,
.cid-uF2q5fgYar .rating-wrapper {
  color: #fff7ee;
}
.cid-uF2q6393q5 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #282828;
}
.cid-uF2q6393q5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF2q6393q5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF2q6393q5 .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uF2q6393q5 .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uF2q6393q5 .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uF2q6393q5 .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uF2q6393q5 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uF2q6393q5 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uF2q6393q5 .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uF2q6393q5 .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uF2q6393q5 .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uF2q6393q5 .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #e6c56c;
  box-shadow: 4px 4px 0 0 #e6c56c;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(-3deg);
}
@media (max-width: 992px) {
  .cid-uF2q6393q5 .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uF2q6393q5 .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uF2q6393q5 .mbr-section-title {
  color: #050f0f;
}
.cid-uF2q6393q5 .mbr-text {
  color: #050f0f;
}
.cid-uF2q6393q5 .mbr-section-title,
.cid-uF2q6393q5 .mbr-section-btn {
  color: #e6c56c;
}
.cid-uF2q6393q5 .mbr-text,
.cid-uF2q6393q5 .text-wrapper,
.cid-uF2q6393q5 .rating-wrapper {
  color: #fff7ee;
}
.cid-uF2q6PqofR {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #282828;
}
.cid-uF2q6PqofR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF2q6PqofR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF2q6PqofR .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uF2q6PqofR .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uF2q6PqofR .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uF2q6PqofR .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uF2q6PqofR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uF2q6PqofR .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uF2q6PqofR .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uF2q6PqofR .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uF2q6PqofR .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uF2q6PqofR .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #e6c56c;
  box-shadow: 4px 4px 0 0 #e6c56c;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uF2q6PqofR .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uF2q6PqofR .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uF2q6PqofR .mbr-section-title {
  color: #050f0f;
}
.cid-uF2q6PqofR .mbr-text {
  color: #050f0f;
}
.cid-uF2q6PqofR .mbr-section-title,
.cid-uF2q6PqofR .mbr-section-btn {
  color: #e6c56c;
}
.cid-uF2q6PqofR .mbr-text,
.cid-uF2q6PqofR .text-wrapper,
.cid-uF2q6PqofR .rating-wrapper {
  color: #fff7ee;
}
.cid-uF2q7BulzO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #282828;
}
.cid-uF2q7BulzO p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uF2q7BulzO .row {
    justify-content: flex-start !important;
  }
}
.cid-uF2q7BulzO .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uF2q7BulzO .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uF2q7BulzO .mbr-section-subtitle {
  text-align: center;
}
.cid-uF2q7BulzO .image-wrapper {
  margin-bottom: 1rem;
}
.cid-uF2q7BulzO .card-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uF2q7BulzO .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  flex-grow: 0;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #252525;
  border-width: 1px;
  border-style: dashed;
  border-color: #e0b548;
  border-radius: 30px;
  justify-content: center;
  border: none;
}
.cid-uF2q7BulzO .mbr-iconfont {
  font-size: 3rem;
  color: #cd8ad1;
}
.cid-uF2q7BulzO div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-uF2q7BulzO .card-title {
  color: #f0f0f0;
}
.cid-uF2q7BulzO P {
  color: #f0f0f0;
}
.cid-uF2q8ChhkZ {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #282828;
}
.cid-uF2q8ChhkZ .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uF2q8ChhkZ .testimonials-container {
  margin: 0 auto;
}
.cid-uF2q8ChhkZ .testimonials-container .testimonials-item:not(:first-child) {
  margin-top: 3rem;
}
.cid-uF2q8ChhkZ .testimonials-container .testimonials-item:nth-child(2n) .user.row {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-uF2q8ChhkZ .testimonials-container .testimonials-item:nth-child(2n) .user.row .testimonials-caption {
    text-align: right;
    padding: 2rem 0 2rem 2rem;
  }
}
.cid-uF2q8ChhkZ .testimonials-container .testimonials-item .user {
  background: #f0f0f0;
}
.cid-uF2q8ChhkZ .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-uF2q8ChhkZ .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto;
  border-radius: 50%;
}
.cid-uF2q8ChhkZ .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uF2q8ChhkZ .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-uF2q8ChhkZ .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-uF2q8ChhkZ .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-uF2q8ChhkZ .user_name {
  color: #000000;
}
.cid-uF2q8ChhkZ .user_text {
  color: #000000;
}
.cid-uEMGE2Gay5 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #282828;
}
.cid-uEMGE2Gay5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEMGE2Gay5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEMGE2Gay5 .btn {
  padding: 1rem 2rem;
}
.cid-uEMGE2Gay5 .content-head {
  max-width: 800px;
}
.cid-uEMGE2Gay5 .item-wrapper .mbr-iconfont {
  display: inline-flex;
  margin: auto;
  font-size: 2rem;
  color: #e6c56c;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-uEMGE2Gay5 .card-title,
.cid-uEMGE2Gay5 .iconfont-wrapper {
  color: #ffffff;
}
.cid-uEMGE2Gay5 .card-text {
  color: #fdfde1;
}
.cid-uEMGE2Gay5 .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-uEMGE2Gay5 .mbr-section-title {
  color: #ffffff;
}
.cid-uauF20UeeK {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #282828;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uauF20UeeK .container {
    padding: 0 24px;
  }
}
.cid-uauF20UeeK .card {
  justify-content: center;
}
.cid-uauF20UeeK .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uauF20UeeK .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uauF20UeeK .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uauF20UeeK .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uauF20UeeK .text-wrapper {
  border-top: 1px solid #e0b548;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uauF20UeeK .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uauF20UeeK .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uauF20UeeK .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uauF20UeeK .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uauF20UeeK .mbr-section-title {
  color: #F9F6E0;
}
.cid-uauF20UeeK .mbr-desc {
  color: #F9F6E0;
}
.cid-uauF20UeeK .mbr-text {
  color: #F9F6E0;
}
.cid-uauF20UeeK .mbr-section-btn {
  text-align: right;
}
.cid-uauF20UeeK .mbr-section-title,
.cid-uauF20UeeK .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uauCbacIlg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #282828;
}
.cid-uauCbacIlg p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uauCbacIlg .row {
    justify-content: flex-start !important;
  }
}
.cid-uauCbacIlg .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uauCbacIlg .mbr-section-title {
  text-align: center;
  color: #f9f6e0;
}
.cid-uauCbacIlg .mbr-section-subtitle {
  text-align: center;
}
.cid-uauCbacIlg .image-wrapper {
  margin-bottom: 1rem;
}
.cid-uauCbacIlg .card-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uauCbacIlg .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  flex-grow: 0;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #252525;
  border-width: 1px;
  border-style: dashed;
  border-color: #e0b548;
  border-radius: 30px;
  justify-content: center;
  border: none;
}
.cid-uauCbacIlg .mbr-iconfont {
  font-size: 3rem;
  color: #cd8ad1;
}
.cid-uauCbacIlg div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-uauCbacIlg .card-title {
  color: #f0f0f0;
}
.cid-uauCbacIlg P {
  color: #f0f0f0;
}
.cid-uauFc26ESd {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #282828;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uauFc26ESd .container {
    padding: 0 24px;
  }
}
.cid-uauFc26ESd .card {
  justify-content: center;
}
.cid-uauFc26ESd .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uauFc26ESd .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uauFc26ESd .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uauFc26ESd .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uauFc26ESd .text-wrapper {
  border-top: 1px solid #e0b548;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uauFc26ESd .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uauFc26ESd .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uauFc26ESd .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uauFc26ESd .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uauFc26ESd .mbr-section-title {
  color: #F9F6E0;
}
.cid-uauFc26ESd .mbr-desc {
  color: #F9F6E0;
}
.cid-uauFc26ESd .mbr-text {
  color: #F9F6E0;
}
.cid-uauFc26ESd .mbr-section-btn {
  text-align: right;
}
.cid-uauFc26ESd .mbr-section-title,
.cid-uauFc26ESd .mbr-section-btn {
  text-align: center;
}
.cid-uau3urSDN5 {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #252525;
  overflow: hidden;
}
.cid-uau3urSDN5 .media-container-row .mbr-text {
  color: #f0f0f0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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.3;
  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: 0.4rem !important;
  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-uwgS8ZT920 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uwgS8ZT920 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uwgS8ZT920 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uwgS8ZT920 .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #252525;
  display: flex;
  flex-direction: column;
}
.cid-uwgS8ZT920 .navbar.opened {
  transition: all 0.2s;
  background: #252525 !important;
}
.cid-uwgS8ZT920 .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #0e0e0e;
  color: #132c70;
  background: #282828 !important;
}
.cid-uwgS8ZT920 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uwgS8ZT920 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uwgS8ZT920 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwgS8ZT920 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uwgS8ZT920 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f9f6e0;
}
.cid-uwgS8ZT920 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uwgS8ZT920 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwgS8ZT920 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-uwgS8ZT920 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uwgS8ZT920 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwgS8ZT920 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwgS8ZT920 .navbar.collapsed .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-uwgS8ZT920 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uwgS8ZT920 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uwgS8ZT920 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwgS8ZT920 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uwgS8ZT920 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uwgS8ZT920 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uwgS8ZT920 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwgS8ZT920 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uwgS8ZT920 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwgS8ZT920 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwgS8ZT920 .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-uwgS8ZT920 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uwgS8ZT920 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uwgS8ZT920 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwgS8ZT920 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uwgS8ZT920 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uwgS8ZT920 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uwgS8ZT920 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uwgS8ZT920 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uwgS8ZT920 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uwgS8ZT920 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uwgS8ZT920 .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uwgS8ZT920 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uwgS8ZT920 .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uwgS8ZT920 .navbar-brand {
  height: 8rem;
  min-height: 2.6rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uwgS8ZT920 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwgS8ZT920 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwgS8ZT920 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uwgS8ZT920 .dropdown-item.active,
.cid-uwgS8ZT920 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwgS8ZT920 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uwgS8ZT920 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwgS8ZT920 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwgS8ZT920 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #252525;
}
.cid-uwgS8ZT920 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uwgS8ZT920 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwgS8ZT920 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uwgS8ZT920 .navbar-buttons {
  text-align: center;
}
.cid-uwgS8ZT920 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uwgS8ZT920 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uwgS8ZT920 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwgS8ZT920 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uwgS8ZT920 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uwgS8ZT920 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwgS8ZT920 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwgS8ZT920 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uwgS8ZT920 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uwgS8ZT920 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwgS8ZT920 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uwgS8ZT920 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uwgS8ZT920 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uwgS8ZT920 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uwgS8ZT920 .nav-link:hover,
.cid-uwgS8ZT920 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uwgS8ZT920 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uwgS8ZT920 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uwgS8ZT920 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uEKMhEeg9I {
  padding-top: 2rem;
  position: relative;
  align-items: flex-end;
  padding-bottom: 16px;
  background-color: #282828;
}
.cid-uEKMhEeg9I .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uEKMhEeg9I .image-wrap {
    padding: 16px;
  }
}
.cid-uEKMhEeg9I .image-wrap img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uEKMhEeg9I .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uEKMhEeg9I .image-overlay {
    padding: 16px;
  }
}
.cid-uEKMhEeg9I .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cid-uEKMhEeg9I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKMhEeg9I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKMhEeg9I .row {
  justify-content: center;
}
.cid-uEKMhEeg9I .card-wrapper {
  padding: 25px 30px 1px;
  position: relative;
  z-index: 2;
  background-color: #252525;
}
@media (max-width: 992px) {
  .cid-uEKMhEeg9I .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uEKMhEeg9I .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uEKMhEeg9I .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uEKMhEeg9I .card-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  display: none;
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uEKMhEeg9I .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uEKMhEeg9I .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uEKMhEeg9I .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uEKMhEeg9I .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEKMhEeg9I .mbr-label,
.cid-uEKMhEeg9I .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEKMhEeg9I .mbr-section-title {
  color: #fff7ee;
}
.cid-uEKMhEeg9I .mbr-text,
.cid-uEKMhEeg9I .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uEKMhEeg9I .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uEKMhEeg9I .mbr-section-title,
.cid-uEKMhEeg9I .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uwgSnOc8hD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #282828;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uwgSnOc8hD .container {
    padding: 0 24px;
  }
}
.cid-uwgSnOc8hD .card {
  justify-content: center;
}
.cid-uwgSnOc8hD .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uwgSnOc8hD .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uwgSnOc8hD .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uwgSnOc8hD .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uwgSnOc8hD .text-wrapper {
  border-top: 1px solid #e6c56c;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uwgSnOc8hD .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uwgSnOc8hD .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uwgSnOc8hD .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uwgSnOc8hD .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uwgSnOc8hD .mbr-section-title {
  color: #F9F6E0;
}
.cid-uwgSnOc8hD .mbr-desc {
  color: #F9F6E0;
}
.cid-uwgSnOc8hD .mbr-text {
  color: #f0f0f0;
}
.cid-uwgSnOc8hD .mbr-section-btn {
  text-align: right;
}
.cid-uwgSnOc8hD .mbr-section-title,
.cid-uwgSnOc8hD .mbr-section-btn {
  text-align: center;
  color: #f0f0f0;
}
.cid-uwyWdD7aPe {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #282828;
}
.cid-uwyWdD7aPe .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uwyWdD7aPe .team-card {
  margin-bottom: 2rem;
}
.cid-uwyWdD7aPe .card-wrap {
  background: #282828;
}
.cid-uwyWdD7aPe .card-wrap .image-wrap img {
  width: 60%;
  display: block;
  margin: auto;
}
.cid-uwyWdD7aPe .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-uwyWdD7aPe .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uwyWdD7aPe .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uwyWdD7aPe .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uwyWdD7aPe .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-uwyWdD7aPe .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-uwyWdD7aPe .mbr-text {
  color: #f0f0f0;
}
.cid-uwgS9hX56z {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #282828;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uwgS9hX56z .container {
    padding: 0 24px;
  }
}
.cid-uwgS9hX56z .card {
  justify-content: center;
}
.cid-uwgS9hX56z .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uwgS9hX56z .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uwgS9hX56z .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uwgS9hX56z .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uwgS9hX56z .text-wrapper {
  border-top: 1px solid #e0b548;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uwgS9hX56z .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uwgS9hX56z .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uwgS9hX56z .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uwgS9hX56z .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uwgS9hX56z .mbr-section-title {
  color: #F9F6E0;
}
.cid-uwgS9hX56z .mbr-desc {
  color: #F9F6E0;
}
.cid-uwgS9hX56z .mbr-text {
  color: #F9F6E0;
}
.cid-uwgS9hX56z .mbr-section-btn {
  text-align: right;
}
.cid-uwgS9hX56z .mbr-section-title,
.cid-uwgS9hX56z .mbr-section-btn {
  text-align: center;
}
.cid-uwgS9jqw2g {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #252525;
  overflow: hidden;
}
.cid-uwgS9jqw2g .media-container-row .mbr-text {
  color: #f0f0f0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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.3;
  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: 0.4rem !important;
  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-uwgT7FHkpj {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uwgT7FHkpj .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uwgT7FHkpj .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uwgT7FHkpj .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #252525;
  display: flex;
  flex-direction: column;
}
.cid-uwgT7FHkpj .navbar.opened {
  transition: all 0.2s;
  background: #252525 !important;
}
.cid-uwgT7FHkpj .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #0e0e0e;
  color: #132c70;
  background: #282828 !important;
}
.cid-uwgT7FHkpj .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uwgT7FHkpj .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uwgT7FHkpj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwgT7FHkpj .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uwgT7FHkpj .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f9f6e0;
}
.cid-uwgT7FHkpj .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uwgT7FHkpj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwgT7FHkpj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-uwgT7FHkpj .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uwgT7FHkpj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwgT7FHkpj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwgT7FHkpj .navbar.collapsed .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-uwgT7FHkpj .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uwgT7FHkpj .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uwgT7FHkpj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwgT7FHkpj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uwgT7FHkpj .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uwgT7FHkpj .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uwgT7FHkpj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwgT7FHkpj .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uwgT7FHkpj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwgT7FHkpj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwgT7FHkpj .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-uwgT7FHkpj .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uwgT7FHkpj .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uwgT7FHkpj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwgT7FHkpj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uwgT7FHkpj .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uwgT7FHkpj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uwgT7FHkpj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uwgT7FHkpj .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uwgT7FHkpj .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uwgT7FHkpj .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uwgT7FHkpj .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uwgT7FHkpj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uwgT7FHkpj .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uwgT7FHkpj .navbar-brand {
  height: 8rem;
  min-height: 2.6rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uwgT7FHkpj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwgT7FHkpj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwgT7FHkpj .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uwgT7FHkpj .dropdown-item.active,
.cid-uwgT7FHkpj .dropdown-item:active {
  background-color: transparent;
}
.cid-uwgT7FHkpj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uwgT7FHkpj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwgT7FHkpj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwgT7FHkpj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #252525;
}
.cid-uwgT7FHkpj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uwgT7FHkpj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwgT7FHkpj ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uwgT7FHkpj .navbar-buttons {
  text-align: center;
}
.cid-uwgT7FHkpj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uwgT7FHkpj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uwgT7FHkpj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwgT7FHkpj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uwgT7FHkpj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uwgT7FHkpj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwgT7FHkpj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwgT7FHkpj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uwgT7FHkpj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uwgT7FHkpj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwgT7FHkpj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uwgT7FHkpj .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uwgT7FHkpj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uwgT7FHkpj .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uwgT7FHkpj .nav-link:hover,
.cid-uwgT7FHkpj .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uwgT7FHkpj .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uwgT7FHkpj .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uwgT7FHkpj .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uEKMvAeiIA {
  padding-top: 2rem;
  position: relative;
  align-items: flex-end;
  padding-bottom: 16px;
  background-color: #282828;
}
.cid-uEKMvAeiIA .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uEKMvAeiIA .image-wrap {
    padding: 16px;
  }
}
.cid-uEKMvAeiIA .image-wrap img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uEKMvAeiIA .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uEKMvAeiIA .image-overlay {
    padding: 16px;
  }
}
.cid-uEKMvAeiIA .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cid-uEKMvAeiIA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKMvAeiIA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKMvAeiIA .row {
  justify-content: center;
}
.cid-uEKMvAeiIA .card-wrapper {
  padding: 25px 30px 1px;
  position: relative;
  z-index: 2;
  background-color: #252525;
}
@media (max-width: 992px) {
  .cid-uEKMvAeiIA .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uEKMvAeiIA .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uEKMvAeiIA .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uEKMvAeiIA .card-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  display: none;
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uEKMvAeiIA .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uEKMvAeiIA .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uEKMvAeiIA .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uEKMvAeiIA .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEKMvAeiIA .mbr-label,
.cid-uEKMvAeiIA .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEKMvAeiIA .mbr-section-title {
  color: #fff7ee;
}
.cid-uEKMvAeiIA .mbr-text,
.cid-uEKMvAeiIA .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uEKMvAeiIA .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uEKMvAeiIA .mbr-section-title,
.cid-uEKMvAeiIA .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uwgT7HbPa4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #282828;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uwgT7HbPa4 .container {
    padding: 0 24px;
  }
}
.cid-uwgT7HbPa4 .card {
  justify-content: center;
}
.cid-uwgT7HbPa4 .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uwgT7HbPa4 .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uwgT7HbPa4 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uwgT7HbPa4 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uwgT7HbPa4 .text-wrapper {
  border-top: 1px solid #e6c56c;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uwgT7HbPa4 .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uwgT7HbPa4 .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uwgT7HbPa4 .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uwgT7HbPa4 .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uwgT7HbPa4 .mbr-section-title {
  color: #F9F6E0;
}
.cid-uwgT7HbPa4 .mbr-desc {
  color: #F9F6E0;
}
.cid-uwgT7HbPa4 .mbr-text {
  color: #f0f0f0;
}
.cid-uwgT7HbPa4 .mbr-section-btn {
  text-align: right;
}
.cid-uwgT7HbPa4 .mbr-section-title,
.cid-uwgT7HbPa4 .mbr-section-btn {
  text-align: center;
  color: #f0f0f0;
}
.cid-uwyUQOTYzT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #282828;
}
.cid-uwyUQOTYzT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwyUQOTYzT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwyUQOTYzT .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  line-height: 1.4;
}
@media (max-width: 1440px) {
  .cid-uwyUQOTYzT .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uwyUQOTYzT .mbr-text,
.cid-uwyUQOTYzT .text-wrapper {
  color: #f0f0f0;
  text-align: center;
}
.cid-uwgT7Ii3AW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #282828;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uwgT7Ii3AW .container {
    padding: 0 24px;
  }
}
.cid-uwgT7Ii3AW .card {
  justify-content: center;
}
.cid-uwgT7Ii3AW .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uwgT7Ii3AW .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uwgT7Ii3AW .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uwgT7Ii3AW .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uwgT7Ii3AW .text-wrapper {
  border-top: 1px solid #e0b548;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uwgT7Ii3AW .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uwgT7Ii3AW .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uwgT7Ii3AW .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uwgT7Ii3AW .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uwgT7Ii3AW .mbr-section-title {
  color: #F9F6E0;
}
.cid-uwgT7Ii3AW .mbr-desc {
  color: #F9F6E0;
}
.cid-uwgT7Ii3AW .mbr-text {
  color: #F9F6E0;
}
.cid-uwgT7Ii3AW .mbr-section-btn {
  text-align: right;
}
.cid-uwgT7Ii3AW .mbr-section-title,
.cid-uwgT7Ii3AW .mbr-section-btn {
  text-align: center;
}
.cid-uwgT7JlzTy {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #252525;
  overflow: hidden;
}
.cid-uwgT7JlzTy .media-container-row .mbr-text {
  color: #f0f0f0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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.3;
  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: 0.4rem !important;
  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-uEKoMVKR26 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uEKoMVKR26 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uEKoMVKR26 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uEKoMVKR26 .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #252525;
  display: flex;
  flex-direction: column;
}
.cid-uEKoMVKR26 .navbar.opened {
  transition: all 0.2s;
  background: #252525 !important;
}
.cid-uEKoMVKR26 .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #0e0e0e;
  color: #132c70;
  background: #282828 !important;
}
.cid-uEKoMVKR26 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uEKoMVKR26 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uEKoMVKR26 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEKoMVKR26 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uEKoMVKR26 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f9f6e0;
}
.cid-uEKoMVKR26 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uEKoMVKR26 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEKoMVKR26 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-uEKoMVKR26 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uEKoMVKR26 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEKoMVKR26 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEKoMVKR26 .navbar.collapsed .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-uEKoMVKR26 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uEKoMVKR26 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uEKoMVKR26 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEKoMVKR26 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uEKoMVKR26 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uEKoMVKR26 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uEKoMVKR26 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEKoMVKR26 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uEKoMVKR26 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEKoMVKR26 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEKoMVKR26 .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-uEKoMVKR26 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uEKoMVKR26 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uEKoMVKR26 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEKoMVKR26 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uEKoMVKR26 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uEKoMVKR26 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uEKoMVKR26 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uEKoMVKR26 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uEKoMVKR26 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uEKoMVKR26 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uEKoMVKR26 .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uEKoMVKR26 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uEKoMVKR26 .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uEKoMVKR26 .navbar-brand {
  height: 8rem;
  min-height: 2.6rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uEKoMVKR26 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEKoMVKR26 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEKoMVKR26 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uEKoMVKR26 .dropdown-item.active,
.cid-uEKoMVKR26 .dropdown-item:active {
  background-color: transparent;
}
.cid-uEKoMVKR26 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uEKoMVKR26 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEKoMVKR26 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEKoMVKR26 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #252525;
}
.cid-uEKoMVKR26 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uEKoMVKR26 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEKoMVKR26 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uEKoMVKR26 .navbar-buttons {
  text-align: center;
}
.cid-uEKoMVKR26 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEKoMVKR26 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEKoMVKR26 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEKoMVKR26 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uEKoMVKR26 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uEKoMVKR26 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEKoMVKR26 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEKoMVKR26 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uEKoMVKR26 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uEKoMVKR26 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEKoMVKR26 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uEKoMVKR26 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uEKoMVKR26 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uEKoMVKR26 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uEKoMVKR26 .nav-link:hover,
.cid-uEKoMVKR26 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uEKoMVKR26 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uEKoMVKR26 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uEKoMVKR26 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uEKN1db9rD {
  padding-top: 2rem;
  position: relative;
  align-items: flex-end;
  padding-bottom: 16px;
  background-color: #282828;
}
.cid-uEKN1db9rD .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uEKN1db9rD .image-wrap {
    padding: 16px;
  }
}
.cid-uEKN1db9rD .image-wrap img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uEKN1db9rD .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uEKN1db9rD .image-overlay {
    padding: 16px;
  }
}
.cid-uEKN1db9rD .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cid-uEKN1db9rD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKN1db9rD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKN1db9rD .row {
  justify-content: center;
}
.cid-uEKN1db9rD .card-wrapper {
  padding: 25px 30px 1px;
  position: relative;
  z-index: 2;
  background-color: #252525;
}
@media (max-width: 992px) {
  .cid-uEKN1db9rD .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uEKN1db9rD .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uEKN1db9rD .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uEKN1db9rD .card-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  display: none;
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uEKN1db9rD .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uEKN1db9rD .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uEKN1db9rD .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uEKN1db9rD .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEKN1db9rD .mbr-label,
.cid-uEKN1db9rD .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEKN1db9rD .mbr-section-title {
  color: #fff7ee;
}
.cid-uEKN1db9rD .mbr-text,
.cid-uEKN1db9rD .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uEKN1db9rD .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uEKN1db9rD .mbr-section-title,
.cid-uEKN1db9rD .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uEKoNaJUKh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #282828;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uEKoNaJUKh .container {
    padding: 0 24px;
  }
}
.cid-uEKoNaJUKh .card {
  justify-content: center;
}
.cid-uEKoNaJUKh .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uEKoNaJUKh .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uEKoNaJUKh .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEKoNaJUKh .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uEKoNaJUKh .text-wrapper {
  border-top: 1px solid #e0b548;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uEKoNaJUKh .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uEKoNaJUKh .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uEKoNaJUKh .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uEKoNaJUKh .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uEKoNaJUKh .mbr-section-title {
  color: #F9F6E0;
}
.cid-uEKoNaJUKh .mbr-desc {
  color: #F9F6E0;
}
.cid-uEKoNaJUKh .mbr-text {
  color: #F9F6E0;
}
.cid-uEKoNaJUKh .mbr-section-btn {
  text-align: right;
}
.cid-uEKoNaJUKh .mbr-section-title,
.cid-uEKoNaJUKh .mbr-section-btn {
  text-align: center;
}
.cid-uEMkYAtF4E {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #282828;
}
.cid-uEMkYAtF4E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEMkYAtF4E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEMkYAtF4E .items-wrapper {
  margin: 0 -5px;
}
.cid-uEMkYAtF4E .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uEMkYAtF4E .item {
    margin-bottom: 16px;
  }
  .cid-uEMkYAtF4E .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uEMkYAtF4E .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uEMkYAtF4E .item .item-wrapper {
  height: 100%;
}
.cid-uEMkYAtF4E .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uEMkYAtF4E .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uEMrVMISew {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #282828;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uEMrVMISew .container {
    padding: 0 24px;
  }
}
.cid-uEMrVMISew .card {
  justify-content: center;
}
.cid-uEMrVMISew .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uEMrVMISew .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uEMrVMISew .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEMrVMISew .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uEMrVMISew .text-wrapper {
  border-top: 1px solid #e0b548;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uEMrVMISew .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uEMrVMISew .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uEMrVMISew .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uEMrVMISew .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uEMrVMISew .mbr-section-title {
  color: #F9F6E0;
}
.cid-uEMrVMISew .mbr-desc {
  color: #F9F6E0;
}
.cid-uEMrVMISew .mbr-text {
  color: #F9F6E0;
}
.cid-uEMrVMISew .mbr-section-btn {
  text-align: right;
}
.cid-uEMrVMISew .mbr-section-title,
.cid-uEMrVMISew .mbr-section-btn {
  text-align: center;
}
.cid-uEKoNbPZoh {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #252525;
  overflow: hidden;
}
.cid-uEKoNbPZoh .media-container-row .mbr-text {
  color: #f0f0f0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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.3;
  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: 0.4rem !important;
  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-uEKrjubwSl {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uEKrjubwSl .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uEKrjubwSl .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uEKrjubwSl .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #252525;
  display: flex;
  flex-direction: column;
}
.cid-uEKrjubwSl .navbar.opened {
  transition: all 0.2s;
  background: #252525 !important;
}
.cid-uEKrjubwSl .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #0e0e0e;
  color: #132c70;
  background: #282828 !important;
}
.cid-uEKrjubwSl .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uEKrjubwSl .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uEKrjubwSl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEKrjubwSl .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uEKrjubwSl .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f9f6e0;
}
.cid-uEKrjubwSl .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uEKrjubwSl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEKrjubwSl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-uEKrjubwSl .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uEKrjubwSl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEKrjubwSl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEKrjubwSl .navbar.collapsed .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-uEKrjubwSl .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uEKrjubwSl .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uEKrjubwSl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEKrjubwSl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uEKrjubwSl .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uEKrjubwSl .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uEKrjubwSl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEKrjubwSl .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uEKrjubwSl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEKrjubwSl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEKrjubwSl .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-uEKrjubwSl .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uEKrjubwSl .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uEKrjubwSl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEKrjubwSl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uEKrjubwSl .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uEKrjubwSl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uEKrjubwSl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uEKrjubwSl .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uEKrjubwSl .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uEKrjubwSl .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uEKrjubwSl .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uEKrjubwSl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uEKrjubwSl .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uEKrjubwSl .navbar-brand {
  height: 8rem;
  min-height: 2.6rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uEKrjubwSl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEKrjubwSl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEKrjubwSl .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uEKrjubwSl .dropdown-item.active,
.cid-uEKrjubwSl .dropdown-item:active {
  background-color: transparent;
}
.cid-uEKrjubwSl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uEKrjubwSl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEKrjubwSl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEKrjubwSl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #252525;
}
.cid-uEKrjubwSl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uEKrjubwSl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEKrjubwSl ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uEKrjubwSl .navbar-buttons {
  text-align: center;
}
.cid-uEKrjubwSl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEKrjubwSl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEKrjubwSl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEKrjubwSl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uEKrjubwSl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uEKrjubwSl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEKrjubwSl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEKrjubwSl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uEKrjubwSl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uEKrjubwSl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEKrjubwSl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uEKrjubwSl .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uEKrjubwSl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uEKrjubwSl .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uEKrjubwSl .nav-link:hover,
.cid-uEKrjubwSl .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uEKrjubwSl .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uEKrjubwSl .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uEKrjubwSl .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uEKGsXO7AU {
  padding-top: 2rem;
  position: relative;
  align-items: flex-end;
  padding-bottom: 16px;
  background-color: #282828;
}
.cid-uEKGsXO7AU .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uEKGsXO7AU .image-wrap {
    padding: 16px;
  }
}
.cid-uEKGsXO7AU .image-wrap img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uEKGsXO7AU .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uEKGsXO7AU .image-overlay {
    padding: 16px;
  }
}
.cid-uEKGsXO7AU .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cid-uEKGsXO7AU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKGsXO7AU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKGsXO7AU .row {
  justify-content: center;
}
.cid-uEKGsXO7AU .card-wrapper {
  padding: 25px 30px 1px;
  position: relative;
  z-index: 2;
  background-color: #252525;
}
@media (max-width: 992px) {
  .cid-uEKGsXO7AU .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uEKGsXO7AU .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uEKGsXO7AU .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uEKGsXO7AU .card-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  display: none;
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uEKGsXO7AU .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uEKGsXO7AU .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uEKGsXO7AU .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uEKGsXO7AU .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEKGsXO7AU .mbr-label,
.cid-uEKGsXO7AU .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEKGsXO7AU .mbr-section-title {
  color: #fff7ee;
}
.cid-uEKGsXO7AU .mbr-text,
.cid-uEKGsXO7AU .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uEKGsXO7AU .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uEKGsXO7AU .mbr-section-title,
.cid-uEKGsXO7AU .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uEKrjz5SML {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #282828;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uEKrjz5SML .container {
    padding: 0 24px;
  }
}
.cid-uEKrjz5SML .card {
  justify-content: center;
}
.cid-uEKrjz5SML .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uEKrjz5SML .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uEKrjz5SML .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEKrjz5SML .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uEKrjz5SML .text-wrapper {
  border-top: 1px solid #e0b548;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uEKrjz5SML .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uEKrjz5SML .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uEKrjz5SML .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uEKrjz5SML .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uEKrjz5SML .mbr-section-title {
  color: #F9F6E0;
}
.cid-uEKrjz5SML .mbr-desc {
  color: #F9F6E0;
}
.cid-uEKrjz5SML .mbr-text {
  color: #F9F6E0;
}
.cid-uEKrjz5SML .mbr-section-btn {
  text-align: right;
}
.cid-uEKrjz5SML .mbr-section-title,
.cid-uEKrjz5SML .mbr-section-btn {
  text-align: center;
  color: #f0f0f0;
}
.cid-uF2reppS0r {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #282828;
}
.cid-uF2reppS0r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF2reppS0r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uF2reppS0r .container {
    padding: 0 24px;
  }
}
.cid-uF2reppS0r .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uF2reppS0r .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uF2reppS0r .image-wrapper img {
  height: 300px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uF2reppS0r .image-wrapper img {
    height: 225px;
  }
}
.cid-uF2reppS0r .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uF2reppS0r .content-wrapper .mbr-section-title span {
  color: #f0f0f0;
}
.cid-uF2reppS0r .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uF2reppS0r .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-uF2reppS0r .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-uF2reppS0r .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uF2reppS0r .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uF2reppS0r .mbr-section-title {
  color: #F9F6E0;
}
.cid-uF2reppS0r .mbr-text {
  color: #f0f0f0;
}
.cid-uF2reppS0r .mbr-desc {
  color: #E0B548;
}
.cid-uF2reppS0r .mbr-section-title,
.cid-uF2reppS0r .mbr-section-btn {
  color: #bcc9c7;
}
.cid-uF2Y6NdBYi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #282828;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uF2Y6NdBYi .container {
    padding: 0 24px;
  }
}
.cid-uF2Y6NdBYi .card {
  justify-content: center;
}
.cid-uF2Y6NdBYi .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uF2Y6NdBYi .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uF2Y6NdBYi .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uF2Y6NdBYi .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uF2Y6NdBYi .text-wrapper {
  border-top: 1px solid #e0b548;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uF2Y6NdBYi .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uF2Y6NdBYi .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uF2Y6NdBYi .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uF2Y6NdBYi .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uF2Y6NdBYi .mbr-section-title {
  color: #F9F6E0;
}
.cid-uF2Y6NdBYi .mbr-desc {
  color: #F9F6E0;
}
.cid-uF2Y6NdBYi .mbr-text {
  color: #F9F6E0;
}
.cid-uF2Y6NdBYi .mbr-section-btn {
  text-align: right;
}
.cid-uF2Y6NdBYi .mbr-section-title,
.cid-uF2Y6NdBYi .mbr-section-btn {
  text-align: center;
  color: #f0f0f0;
}
.cid-uEKwPIMqQQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #282828;
}
.cid-uEKwPIMqQQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKwPIMqQQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKwPIMqQQ .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEKwPIMqQQ .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uEKwPIMqQQ .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEKwPIMqQQ .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uEKwPIMqQQ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uEKwPIMqQQ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uEKwPIMqQQ .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uEKwPIMqQQ .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uEKwPIMqQQ .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uEKwPIMqQQ .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #e6c56c;
  box-shadow: 4px 4px 0 0 #e6c56c;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uEKwPIMqQQ .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uEKwPIMqQQ .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uEKwPIMqQQ .mbr-section-title {
  color: #050f0f;
}
.cid-uEKwPIMqQQ .mbr-text {
  color: #050f0f;
}
.cid-uEKwPIMqQQ .mbr-section-title,
.cid-uEKwPIMqQQ .mbr-section-btn {
  color: #e6c56c;
}
.cid-uEKwPIMqQQ .mbr-text,
.cid-uEKwPIMqQQ .text-wrapper,
.cid-uEKwPIMqQQ .rating-wrapper {
  color: #fff7ee;
}
.cid-uEKxnBnM0f {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #282828;
}
.cid-uEKxnBnM0f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKxnBnM0f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKxnBnM0f .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEKxnBnM0f .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uEKxnBnM0f .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEKxnBnM0f .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uEKxnBnM0f .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uEKxnBnM0f .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uEKxnBnM0f .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uEKxnBnM0f .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uEKxnBnM0f .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uEKxnBnM0f .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #e6c56c;
  box-shadow: 4px 4px 0 0 #e6c56c;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(-3deg);
}
@media (max-width: 992px) {
  .cid-uEKxnBnM0f .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uEKxnBnM0f .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uEKxnBnM0f .mbr-section-title {
  color: #050f0f;
}
.cid-uEKxnBnM0f .mbr-text {
  color: #050f0f;
}
.cid-uEKxnBnM0f .mbr-section-title,
.cid-uEKxnBnM0f .mbr-section-btn {
  color: #e6c56c;
}
.cid-uEKxnBnM0f .mbr-text,
.cid-uEKxnBnM0f .text-wrapper,
.cid-uEKxnBnM0f .rating-wrapper {
  color: #fff7ee;
}
.cid-uF2pQlCNSx {
  background-color: #282828;
}
.cid-uF2pQlCNSx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF2pQlCNSx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF2pQlCNSx .items-wrapper {
  margin: 0 -5px;
}
.cid-uF2pQlCNSx .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uF2pQlCNSx .item {
    margin-bottom: 16px;
  }
  .cid-uF2pQlCNSx .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uF2pQlCNSx .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uF2pQlCNSx .item .item-wrapper {
  height: 100%;
}
.cid-uF2pQlCNSx .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uF2pQlCNSx .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uEKrjGigWi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #282828;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uEKrjGigWi .container {
    padding: 0 24px;
  }
}
.cid-uEKrjGigWi .card {
  justify-content: center;
}
.cid-uEKrjGigWi .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uEKrjGigWi .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uEKrjGigWi .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEKrjGigWi .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uEKrjGigWi .text-wrapper {
  border-top: 1px solid #e0b548;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uEKrjGigWi .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uEKrjGigWi .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uEKrjGigWi .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uEKrjGigWi .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uEKrjGigWi .mbr-section-title {
  color: #F9F6E0;
}
.cid-uEKrjGigWi .mbr-desc {
  color: #F9F6E0;
}
.cid-uEKrjGigWi .mbr-text {
  color: #F9F6E0;
}
.cid-uEKrjGigWi .mbr-section-btn {
  text-align: right;
}
.cid-uEKrjGigWi .mbr-section-title,
.cid-uEKrjGigWi .mbr-section-btn {
  text-align: center;
}
.cid-uEKrjHo9OH {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #252525;
  overflow: hidden;
}
.cid-uEKrjHo9OH .media-container-row .mbr-text {
  color: #f0f0f0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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.3;
  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: 0.4rem !important;
  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-uFlDi7hNlv {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uFlDi7hNlv .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uFlDi7hNlv .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uFlDi7hNlv .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #252525;
  display: flex;
  flex-direction: column;
}
.cid-uFlDi7hNlv .navbar.opened {
  transition: all 0.2s;
  background: #252525 !important;
}
.cid-uFlDi7hNlv .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #0e0e0e;
  color: #132c70;
  background: #282828 !important;
}
.cid-uFlDi7hNlv .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uFlDi7hNlv .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uFlDi7hNlv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFlDi7hNlv .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uFlDi7hNlv .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f9f6e0;
}
.cid-uFlDi7hNlv .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uFlDi7hNlv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFlDi7hNlv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-uFlDi7hNlv .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uFlDi7hNlv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFlDi7hNlv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFlDi7hNlv .navbar.collapsed .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-uFlDi7hNlv .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uFlDi7hNlv .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uFlDi7hNlv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFlDi7hNlv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uFlDi7hNlv .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uFlDi7hNlv .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uFlDi7hNlv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFlDi7hNlv .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uFlDi7hNlv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFlDi7hNlv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFlDi7hNlv .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-uFlDi7hNlv .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uFlDi7hNlv .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uFlDi7hNlv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFlDi7hNlv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uFlDi7hNlv .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uFlDi7hNlv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uFlDi7hNlv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFlDi7hNlv .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uFlDi7hNlv .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uFlDi7hNlv .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uFlDi7hNlv .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uFlDi7hNlv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uFlDi7hNlv .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uFlDi7hNlv .navbar-brand {
  height: 8rem;
  min-height: 2.6rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uFlDi7hNlv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFlDi7hNlv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFlDi7hNlv .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uFlDi7hNlv .dropdown-item.active,
.cid-uFlDi7hNlv .dropdown-item:active {
  background-color: transparent;
}
.cid-uFlDi7hNlv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uFlDi7hNlv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFlDi7hNlv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFlDi7hNlv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #252525;
}
.cid-uFlDi7hNlv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uFlDi7hNlv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFlDi7hNlv ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uFlDi7hNlv .navbar-buttons {
  text-align: center;
}
.cid-uFlDi7hNlv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFlDi7hNlv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFlDi7hNlv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFlDi7hNlv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uFlDi7hNlv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uFlDi7hNlv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFlDi7hNlv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFlDi7hNlv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uFlDi7hNlv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uFlDi7hNlv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFlDi7hNlv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uFlDi7hNlv .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uFlDi7hNlv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uFlDi7hNlv .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uFlDi7hNlv .nav-link:hover,
.cid-uFlDi7hNlv .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uFlDi7hNlv .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uFlDi7hNlv .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uFlDi7hNlv .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uFlDi7Z7Dp {
  padding-top: 2rem;
  position: relative;
  align-items: flex-end;
  padding-bottom: 16px;
  background-color: #282828;
}
.cid-uFlDi7Z7Dp .image-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uFlDi7Z7Dp .image-wrap {
    padding: 16px;
  }
}
.cid-uFlDi7Z7Dp .image-wrap img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFlDi7Z7Dp .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uFlDi7Z7Dp .image-overlay {
    padding: 16px;
  }
}
.cid-uFlDi7Z7Dp .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cid-uFlDi7Z7Dp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlDi7Z7Dp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlDi7Z7Dp .row {
  justify-content: center;
}
.cid-uFlDi7Z7Dp .card-wrapper {
  padding: 25px 30px 1px;
  position: relative;
  z-index: 2;
  background-color: #252525;
}
@media (max-width: 992px) {
  .cid-uFlDi7Z7Dp .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uFlDi7Z7Dp .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFlDi7Z7Dp .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uFlDi7Z7Dp .card-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  display: none;
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uFlDi7Z7Dp .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFlDi7Z7Dp .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFlDi7Z7Dp .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFlDi7Z7Dp .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFlDi7Z7Dp .mbr-label,
.cid-uFlDi7Z7Dp .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFlDi7Z7Dp .mbr-section-title {
  color: #fff7ee;
}
.cid-uFlDi7Z7Dp .mbr-text,
.cid-uFlDi7Z7Dp .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uFlDi7Z7Dp .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFlDi7Z7Dp .mbr-section-title,
.cid-uFlDi7Z7Dp .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uFlDi8vGbN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #282828;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uFlDi8vGbN .container {
    padding: 0 24px;
  }
}
.cid-uFlDi8vGbN .card {
  justify-content: center;
}
.cid-uFlDi8vGbN .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uFlDi8vGbN .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uFlDi8vGbN .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFlDi8vGbN .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uFlDi8vGbN .text-wrapper {
  border-top: 1px solid #e6c56c;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uFlDi8vGbN .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uFlDi8vGbN .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uFlDi8vGbN .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFlDi8vGbN .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uFlDi8vGbN .mbr-section-title {
  color: #F9F6E0;
}
.cid-uFlDi8vGbN .mbr-desc {
  color: #F9F6E0;
}
.cid-uFlDi8vGbN .mbr-text {
  color: #f0f0f0;
}
.cid-uFlDi8vGbN .mbr-section-btn {
  text-align: right;
}
.cid-uFlDi8vGbN .mbr-section-title,
.cid-uFlDi8vGbN .mbr-section-btn {
  text-align: center;
  color: #f0f0f0;
}
.cid-uFlDi92OzB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #282828;
}
.cid-uFlDi92OzB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlDi92OzB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlDi92OzB .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  line-height: 1.4;
}
@media (max-width: 1440px) {
  .cid-uFlDi92OzB .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFlDi92OzB .mbr-text,
.cid-uFlDi92OzB .text-wrapper {
  color: #f0f0f0;
  text-align: center;
}
.cid-uFlDi9VzVI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #282828;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uFlDi9VzVI .container {
    padding: 0 24px;
  }
}
.cid-uFlDi9VzVI .card {
  justify-content: center;
}
.cid-uFlDi9VzVI .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uFlDi9VzVI .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uFlDi9VzVI .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFlDi9VzVI .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uFlDi9VzVI .text-wrapper {
  border-top: 1px solid #e0b548;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uFlDi9VzVI .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uFlDi9VzVI .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uFlDi9VzVI .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFlDi9VzVI .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uFlDi9VzVI .mbr-section-title {
  color: #F9F6E0;
}
.cid-uFlDi9VzVI .mbr-desc {
  color: #F9F6E0;
}
.cid-uFlDi9VzVI .mbr-text {
  color: #F9F6E0;
}
.cid-uFlDi9VzVI .mbr-section-btn {
  text-align: right;
}
.cid-uFlDi9VzVI .mbr-section-title,
.cid-uFlDi9VzVI .mbr-section-btn {
  text-align: center;
}
.cid-uFlDiaBUKG {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #252525;
  overflow: hidden;
}
.cid-uFlDiaBUKG .media-container-row .mbr-text {
  color: #f0f0f0;
}
