@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

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

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

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

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

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

.mb-4 {
  margin-bottom: 2rem !important;
}
@media (min-width: 1600px) {.container { max-width:1560px;}}
@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

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

.item {
  position: relative;
}

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

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

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

@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;
  }
}body {
  font-family: Syne;
}
.display-1 {
  font-family: 'BeaufortforLOL-Heavy';
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'spiegel-bold';
  font-size: 2.6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'spiegel';
  font-size: 1rem;
  line-height: 1em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'BeaufortforLOL-BoldItalic';
  font-size: 1.8rem;
  line-height: 1.021em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'spiegel';
  font-size: 1rem;
  line-height: inherit;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((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: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #b29fe9 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #ffa4a4 !important;
}
.bg-danger {
  background-color: #c62045 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c28f2c !important;
  border-color: #c28f2c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #7b5b1c !important;
  border-color: #7b5b1c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7b5b1c !important;
  border-color: #7b5b1c !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #b29fe9 !important;
  border-color: #b29fe9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #7958d9 !important;
  border-color: #7958d9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7958d9 !important;
  border-color: #7958d9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa4a4 !important;
  border-color: #ffa4a4 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff4d4d !important;
  border-color: #ff4d4d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff4d4d !important;
  border-color: #ff4d4d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c62045 !important;
  border-color: #c62045 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #7b142b !important;
  border-color: #7b142b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7b142b !important;
  border-color: #7b142b !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c28f2c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #7b5b1c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c28f2c !important;
  border-color: #c28f2c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b29fe9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #7958d9 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b29fe9 !important;
  border-color: #b29fe9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffa4a4;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff4d4d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa4a4 !important;
  border-color: #ffa4a4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c62045;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7b142b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c62045 !important;
  border-color: #c62045 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #ffffff !important;
}
.text-secondary {
  color: #c28f2c !important;
}
.text-success {
  color: #b29fe9 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #ffa4a4 !important;
}
.text-danger {
  color: #c62045 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #6f5219 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #6f4cd6 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff3e3e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6e1226 !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #ffa4a4;
}
.alert-danger {
  background-color: #c62045;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ea7c94;
}
/* Scroll to top button*/
.form-control {
  font-family: 'spiegel';
  font-size: 1rem;
  line-height: 1em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'spiegel';
  font-size: 1rem;
  line-height: 1em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !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: #c28f2c !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='%23ffffff' %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: 1em 2em;
  border-width: 2px;
}
.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;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 2px solid;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 2px solid #ffffff;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 2px solid #c28f2c;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  background-color: #c28f2c !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 2px solid #b29fe9;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  background-color: #b29fe9 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 2px solid #000000;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 2px solid #c62045;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  background-color: #c62045 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 2px solid #ffa4a4;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  background-color: #ffa4a4 !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: 2px solid #ffffff;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 2px solid #000000;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-tB1K0bNpwu {
  z-index: 1000;
  width: 100%;
}
.cid-tB1K0bNpwu .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
  position: fixed;
}
.cid-tB1K0bNpwu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-tB1K0bNpwu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tB1K0bNpwu .menu_box .navbar.opened,
  .cid-tB1K0bNpwu .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tB1K0bNpwu nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-tB1K0bNpwu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tB1K0bNpwu .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tB1K0bNpwu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tB1K0bNpwu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tB1K0bNpwu .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tB1K0bNpwu .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    right: 40%;
    background-color: #f4f5f7;
  }
  .cid-tB1K0bNpwu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tB1K0bNpwu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tB1K0bNpwu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tB1K0bNpwu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tB1K0bNpwu .offcanvas-body .mbr-text,
  .cid-tB1K0bNpwu .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tB1K0bNpwu .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tB1K0bNpwu .offcanvas_box button.btn_offcanvas {
    outline: none;
    z-index: 1060;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tB1K0bNpwu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tB1K0bNpwu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tB1K0bNpwu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tB1K0bNpwu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tB1K0bNpwu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tB1K0bNpwu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tB1K0bNpwu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tB1K0bNpwu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tB1K0bNpwu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tB1K0bNpwu li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 5px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0.1em !important;
    z-index: 1;
  }
  .cid-tB1K0bNpwu .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tB1K0bNpwu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tB1K0bNpwu .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tB1K0bNpwu .nav-item {
    margin: 0 !important;
  }
}
.cid-tB1K0bNpwu .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-tB1K0bNpwu .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -0.5em;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #fff;
  transition: all 0.3s ease-out;
}
.cid-tB1K0bNpwu .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-tB1K0bNpwu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tB1K0bNpwu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tB1K0bNpwu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tB1K0bNpwu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tB1K0bNpwu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tB1K0bNpwu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tB1K0bNpwu .offcanvas_box {
    display: none;
  }
}
.cid-tB1K0bNpwu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tB1K0bNpwu .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tB1K0bNpwu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tB1K0bNpwu .container {
  display: flex;
  margin: auto;
}
.cid-tB1K0bNpwu .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tB1K0bNpwu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tB1K0bNpwu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tB1K0bNpwu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tB1K0bNpwu .navbar-nav {
    margin: 0;
  }
}
.cid-tB1K0bNpwu .dropdown-menu,
.cid-tB1K0bNpwu .navbar.opened {
  background-color: false !important;
}
.cid-tB1K0bNpwu .nav-item:focus,
.cid-tB1K0bNpwu .nav-link:focus {
  outline: none;
}
.cid-tB1K0bNpwu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tB1K0bNpwu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB1K0bNpwu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tB1K0bNpwu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB1K0bNpwu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB1K0bNpwu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB1K0bNpwu .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tB1K0bNpwu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tB1K0bNpwu .navbar.opened {
  transition: all 0.3s;
}
.cid-tB1K0bNpwu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tB1K0bNpwu .navbar .navbar-logo img {
  max-width: 160px;
  max-height: 80px;
  height: auto !important;
  object-fit: contain;
}
.cid-tB1K0bNpwu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tB1K0bNpwu .navbar.collapsed {
  justify-content: center;
}
.cid-tB1K0bNpwu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tB1K0bNpwu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tB1K0bNpwu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tB1K0bNpwu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tB1K0bNpwu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tB1K0bNpwu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tB1K0bNpwu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tB1K0bNpwu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tB1K0bNpwu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tB1K0bNpwu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tB1K0bNpwu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tB1K0bNpwu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tB1K0bNpwu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tB1K0bNpwu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tB1K0bNpwu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tB1K0bNpwu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tB1K0bNpwu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tB1K0bNpwu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tB1K0bNpwu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tB1K0bNpwu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tB1K0bNpwu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tB1K0bNpwu .navbar.navbar-short {
  min-height: 60px;
}
.cid-tB1K0bNpwu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tB1K0bNpwu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tB1K0bNpwu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tB1K0bNpwu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tB1K0bNpwu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tB1K0bNpwu .dropdown-item.active,
.cid-tB1K0bNpwu .dropdown-item:active {
  background-color: transparent;
}
.cid-tB1K0bNpwu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tB1K0bNpwu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tB1K0bNpwu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tB1K0bNpwu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB1K0bNpwu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tB1K0bNpwu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tB1K0bNpwu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #c28f2c;
}
.cid-tB1K0bNpwu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tB1K0bNpwu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tB1K0bNpwu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB1K0bNpwu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB1K0bNpwu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tB1K0bNpwu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB1K0bNpwu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tB1K0bNpwu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tB1K0bNpwu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB1K0bNpwu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tB1K0bNpwu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tB1K0bNpwu .navbar {
    height: 70px;
  }
  .cid-tB1K0bNpwu .navbar.opened {
    height: auto;
  }
  .cid-tB1K0bNpwu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tB1K0bNpwu .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-tB1K0bNpwu .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-tB1K0bNpwu .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-tB1K0bNpwu .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tB1K0bNpwu .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tB1K0bNpwu .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tB1K0bNpwu .navbar-caption:hover {
  color: #c28f2c;
}
@media (min-width: 992px) {
  .cid-tB1K0bNpwu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tB1K0bNpwu .text_widget {
  margin-bottom: 32px;
}
.cid-tB1K0bNpwu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tB1K0bNpwu .text_widget a:hover {
  opacity: .5;
}
.cid-tB1K0bNpwu .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tB1K0bNpwu .navbar-caption {
  color: #000000;
}
.cid-tB1K0bNpwu .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-tB1K0bNpwu .mbr-section-subtitle,
.cid-tB1K0bNpwu .text_widget,
.cid-tB1K0bNpwu .mbr-section-btn {
  text-align: left;
}
.cid-tB1K0bNpwu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
#custom-html-1 #overlay-video {
  position: relative;
  background: #333;
}
#custom-html-1 .videocontainer.blur::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 23%;
  bottom: 0;
  z-index: 1;
  left: 0;
}
#custom-html-1 .videocontainer.blur {
  position: relative;
  z-index: 0;
  height: 80%;
  overflow: hidden;
}
#custom-html-1 .videocontainer.blur .videoembed {
  left: -10%;
  filter: blur(1.2em) brightness(40%);
  transform: scale(1.3);
  position: relative;
}
#custom-html-1 .videocontainer {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#custom-html-1 .videoembed {
  position: absolute;
  top: 0;
  /*z-index: -99; */
  width: 100%;
  height: 100%;
}
#custom-html-1 .videocontainer.clear {
  position: absolute;
  z-index: 10;
  top: 1%;
  height: 120%;
}
#custom-html-1 .videocontainer.clear .videoembed {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 1.5em;
}
#custom-html-1 .videocontainer.clear:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 17%;
  height: 75%;
  width: 90%;
  left: 6%;
  border: 1px solid #a7a70b;
}
#custom-html-1 .texture {
  padding-bottom: 300px;
  background: url("../../images/net-texture.png") bottom repeat-x;
}
#custom-html-1 #banner-text {
  position: absolute;
  color: #fff;
  font-size: 3em;
  font-weight: bold;
  width: 100%;
  text-align: center;
  top: 5%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#custom-html-1 #banner-text img {
  width: 400px;
  height: auto;
  max-width: 60%;
  margin: 0 auto;
}
#custom-html-1 .logo-corner {
  align-items: end;
  justify-content: end;
  bottom: 15%;
  right: 8%;
  top: auto;
}
.cid-tB1KO5HEsw {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #f2f2f2;
}
.cid-tB1KO5HEsw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1KO5HEsw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1KO5HEsw .vertical-label {
  color: #000;
  position: relative;
  display: inline-block;
  transform: rotate(270deg);
  font-family: 'spiegel';
  letter-spacing: 1px;
  font-size: 12px;
  top: -30px;
}
.cid-tB1KO5HEsw .vertical-label:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  right: -6em;
  top: 0.75em;
}
.cid-tB1KO5HEsw .container {
  max-width: 1330px;
}
@media (max-width: 992px) {
  .cid-tB1KO5HEsw .container {
    padding: 0 20px;
  }
}
.cid-tB1KO5HEsw .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tB1KO5HEsw .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tB1KO5HEsw .title-wrapper .title-wrap {
  margin-top: -180px;
  display: block;
  text-align: right;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .cid-tB1KO5HEsw .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.cid-tB1KO5HEsw .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tB1KO5HEsw .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-tB1KO5HEsw .title-wrapper .title-wrap .mbr-section-btn .btn {
  border: none;
  padding: 0;
  min-width: 92px;
  font-weight: normal;
  margin-top: 1em;
}
.cid-tB1KO5HEsw .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-tB1KO5HEsw .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  background-color: transparent !important;
  color: #000000 !important;
  opacity: .5;
}
.cid-tB1KO5HEsw .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 18px;
}
.cid-tB1KO5HEsw .mbr-embla {
  margin-bottom: -70px;
}
.cid-tB1KO5HEsw .embla {
  margin-top: -40px;
  position: relative;
  width: 100%;
  z-index: 100;
}
.cid-tB1KO5HEsw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 420px;
  max-width: 420px;
}
@media (max-width: 1360px) {
  .cid-tB1KO5HEsw .embla__slide {
    min-width: 32.5%;
    max-width: 32.5%;
  }
}
@media (max-width: 768px) {
  .cid-tB1KO5HEsw .embla__slide {
    min-width: 45.5%;
    max-width: 45.5%;
  }
}
@media (max-width: 500px) {
  .cid-tB1KO5HEsw .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tB1KO5HEsw .embla__slide .card-wrap {
  margin-left: 1em;
  background: white;
  position: relative;
  padding-top: 10px;
  border: 2px solid #ccc;
  padding-bottom: 10px;
  width: 100%;
  display: flex;
}
.cid-tB1KO5HEsw .embla__slide .card-wrap:hover .item-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-tB1KO5HEsw .embla__slide .card-wrap:hover .item-wrapper .image-wrap .soc-wrap {
  transform: translateY(0);
  opacity: 1;
}
.cid-tB1KO5HEsw .embla__slide .card-wrap .item-wrapper {
  width: 240px;
  margin-left: -10px;
  margin-right: 20px;
}
.cid-tB1KO5HEsw .embla__slide .card-wrap .item-wrapper .image-wrap {
  height: 200px;
  width: 100%;
  max-width: 145px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-tB1KO5HEsw .embla__slide .card-wrap .item-wrapper .image-wrap {
    height: 160px;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .cid-tB1KO5HEsw .embla__slide .card-wrap .item-wrapper .image-wrap {
    height: 300px;
    margin-bottom: 20px;
  }
}
.cid-tB1KO5HEsw .embla__slide .card-wrap .item-wrapper .image-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tB1KO5HEsw .embla__slide .card-wrap .item-wrapper .image-wrap .soc-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  opacity: 0;
  transform: translateY(10%);
  transition: all 0.3s ease-out;
  pointer-events: visible;
  z-index: 1;
}
.cid-tB1KO5HEsw .embla__slide .card-wrap .item-wrapper .image-wrap .soc-wrap .soc-item {
  margin: 0 8px 8px 0;
}
.cid-tB1KO5HEsw .embla__slide .card-wrap .item-wrapper .image-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-tB1KO5HEsw .embla__slide .card-wrap .item-wrapper .image-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #c8d814;
}
.cid-tB1KO5HEsw .embla__slide .card-wrap .item-wrapper .image-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-tB1KO5HEsw .embla__slide .card-wrap .content-wrap {
  max-width: 64%;
}
.cid-tB1KO5HEsw .embla__slide .card-wrap .content-wrap .tag {
  color: #bcbcbc;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'spiegel-bold';
  margin-bottom: 1em;
}
.cid-tB1KO5HEsw .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 10px;
  font-family: 'spiegel-bold';
  line-height: 1.2;
}
.cid-tB1KO5HEsw .embla__slide .card-wrap .content-wrap .mbr-role {
  margin-bottom: 0;
  font-size: 1rem;
}
.cid-tB1KO5HEsw .embla__button--next,
.cid-tB1KO5HEsw .embla__button--prev {
  display: flex;
}
.cid-tB1KO5HEsw .embla__button {
  top: -1rem;
  width: 22px;
  height: 22px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #c28f2c;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tB1KO5HEsw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tB1KO5HEsw .embla__button:hover {
  background: transparent;
  color: #c28f2c;
  opacity: .7;
}
.cid-tB1KO5HEsw .embla__button.embla__button--prev {
  left: 3rem;
}
.cid-tB1KO5HEsw .embla__button.embla__button--next {
  right: 3rem;
}
@media (max-width: 767px) {
  .cid-tB1KO5HEsw .embla__button {
    top: 0;
  }
}
.cid-tB1KO5HEsw .embla__viewport {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1360px) {
  .cid-tB1KO5HEsw .embla__viewport {
    width: 90%;
  }
}
.cid-tB1KO5HEsw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tB1KO5HEsw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tB1KO5HEsw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tB1KO5HEsw .mbr-section-subtitle {
  color: #000000;
}
.cid-tB1KO5HEsw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tB1KO5HEsw .mbr-name {
  color: #000000;
}
.cid-tB1KO5HEsw .mbr-role {
  color: #6a6e71;
}
.cid-tB1KO5HEsw .slider1 {
  position: relative;
  z-index: 1;
  margin-top: -1em;
  margin-bottom: -70px;
}
.cid-tB1KO5HEsw .embla h5 {
  font-size: 1.5em;
}
.cid-tB1KO5HEsw .cid-tB1KO5HEsw {
  margin-bottom: -70px;
}
.cid-tB1KO5HEsw .maintitle {
  font-size: 5.6em;
}
.cid-uandEJkP0N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/image14.jpg");
}
.cid-uandEJkP0N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uandEJkP0N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uandEJkP0N .container {
    padding: 0 16px;
  }
}
.cid-uandEJkP0N .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uandEJkP0N .row {
    margin: 0 10px;
  }
}
.cid-uandEJkP0N .row .card {
  padding: 0;
}
.cid-uandEJkP0N .image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 20px !important;
}
.cid-uandEJkP0N .vertical-label {
  color: #fff;
  position: absolute;
  display: inline-block;
  transform: rotate(270deg);
  font-family: 'spiegel';
  letter-spacing: 1px;
  font-size: 12px;
  top: 40%;
  left: -4em;
  z-index: 200;
}
.cid-uandEJkP0N .vertical-label:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  right: -6em;
  top: 0.75em;
}
.cid-uabdmaFJZC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/cekaply-defined-overlay-1600x1200.jpg");
}
.cid-uabdmaFJZC .mbr-media {
  position: relative;
}
.cid-uabdmaFJZC .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uabdmaFJZC a:hover {
  background-image: none !important;
}
.cid-uabdmaFJZC .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uabdmaFJZC .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uabdmaFJZC .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uabdmaFJZC .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uabdmaFJZC .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uabdmaFJZC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uabdmaFJZC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uabdmaFJZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uabdmaFJZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uabdmaFJZC .content-head {
  max-width: 800px;
}
.cid-uabdmaFJZC .mbr-section-title {
  color: #291f1e;
}
.cid-uabdmaFJZC .mbr-section-subtitle {
  line-height: 1.7;
}
.cid-uabdmaFJZC .box {
  max-width: 900px;
  margin: 0 auto;
}
.cid-uabdmaFJZC .maintitle {
  font-size: 5.6em;
}
.cid-uabdmaFJZC .round {
  border-radius: 50%;
  overflow: hidden;
}
.cid-uabdmaFJZC .vertical-label {
  color: #000;
  position: absolute;
  display: inline-block;
  transform: rotate(270deg);
  font-family: 'spiegel';
  letter-spacing: 1px;
  font-size: 12px;
  top: 20%;
  left: -2em;
  z-index: 200;
}
.cid-uabdmaFJZC .vertical-label:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  right: -6em;
  top: 0.75em;
}
.cid-uabPJAn8oh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/blend-bg-8-1200x711.jpg");
}
.cid-uabPJAn8oh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uabPJAn8oh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uabPJAn8oh .container {
    padding: 0 16px;
  }
}
.cid-uabPJAn8oh .row {
  justify-content: center;
}
.cid-uabPJAn8oh .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uabPJAn8oh .image-wrapper {
  margin-bottom: 40px;
}
.cid-uabPJAn8oh .image-wrapper img {
  width: 800px;
  height: auto;
  max-width: 80%;
  margin: 0 auto;
}
.cid-uabPJAn8oh .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uabPJAn8oh .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uabPJAn8oh .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uabPJAn8oh .clientele-bg .container {
  z-index: 2;
}
.cid-uabPJAn8oh .mbr-section-title,
.cid-uabPJAn8oh .mbr-section-btn,
.cid-uabPJAn8oh .icon-wrapper {
  color: #000000;
}
.cid-uabPJAn8oh .subtitle {
  font-size: 1.4em;
}
.cid-uabPJAn8oh .maintitle {
  font-size: 4.6em;
}
.cid-uabPJAn8oh .vertical-label {
  color: #000;
  position: absolute;
  display: inline-block;
  transform: rotate(270deg);
  font-family: 'spiegel';
  letter-spacing: 1px;
  font-size: 12px;
  top: 20%;
  left: 0em;
  z-index: 200;
}
.cid-uabPJAn8oh .vertical-label:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  right: -6em;
  top: 0.75em;
}
.cid-uabYCABxC3 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/event-highlights-bg-1000x650.jpg");
}
.cid-uabYCABxC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uabYCABxC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uabYCABxC3 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uabYCABxC3 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uabYCABxC3 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uabYCABxC3 .container {
    padding: 0 20px;
  }
  .cid-uabYCABxC3 .container .row {
    padding: 0;
  }
}
.cid-uabYCABxC3 .title-wrapper {
  position: relative;
}
.cid-uabYCABxC3 .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.cid-uabYCABxC3 .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -36%;
  height: 100px;
  width: 100%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uabYCABxC3 .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-uabYCABxC3 .tabs-wrapper {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  margin-bottom: 2em;
}
.cid-uabYCABxC3 .nav.nav-tabs {
  display: block;
  border: none;
  width: 100%;
}
.cid-uabYCABxC3 .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  text-transform: uppercase;
  border-radius: 0;
  margin: 10px 0;
  border: none;
  transition: all 0.3s ease-out;
  color: #ffffff;
  display: inline-flex;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uabYCABxC3 .nav.nav-tabs .nav-item .nav-link {
    margin: 10px 0;
  }
}
.cid-uabYCABxC3 .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 24px;
  left: 0;
  height: 4em;
  width: 0;
  background-color: #c28f2c;
  transition: all 0.3s ease-out;
}
.cid-uabYCABxC3 .nav.nav-tabs .nav-item .nav-link strong {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.cid-uabYCABxC3 .nav.nav-tabs .nav-item .nav-link strong img {
  transition: all ease 0.3s;
  max-width: 80px;
  height: auto;
  border: 2px solid #c28f2c;
  display: inline;
}
.cid-uabYCABxC3 .nav.nav-tabs .nav-item .nav-link.active::before {
  bottom: 22px;
}
.cid-uabYCABxC3 .nav.nav-tabs .nav-item .nav-link.active strong img {
  border: 3px solid #c28f2c;
  max-width: 100px;
}
.cid-uabYCABxC3 .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-uabYCABxC3 .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-uabYCABxC3 .nav.nav-tabs .nav-item:hover::before {
  width: 100%;
}
.cid-uabYCABxC3 .tab-content {
  position: relative;
  z-index: 10;
  margin-bottom: 2em;
}
.cid-uabYCABxC3 .tab-content .tab-pane img {
  height: 700px;
  object-fit: cover;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uabYCABxC3 .tab-content .tab-pane img {
    height: 300px;
  }
}
.cid-uabYCABxC3 .tab-content .tab-pane .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uabYCABxC3 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uabYCABxC3 .nav-item {
  text-align: right;
}
.cid-uabYCABxC3 .mbr-section-title,
.cid-uabYCABxC3 .nav-item,
.cid-uabYCABxC3 .mbr-section-btn {
  color: #f7f7f7;
}
.cid-uabYCABxC3 .mbr-section-btn {
  text-align: center;
}
.cid-uabYCABxC3 .mbr-section-btn .btn {
  margin-top: 2rem;
  background: #c28f2c;
  padding: 0.5em 3em;
  font-size: 0.8rem;
  color: #fff;
}
.cid-uabYCABxC3 .subtitle {
  font-size: 1.4em;
}
.cid-uabYCABxC3 .maintitle {
  font-size: 4.6em;
}
.cid-uabYCABxC3 .image-wrapper .round {
  border-radius: 50%;
  overflow: hidden;
}
.cid-uabYCABxC3 .image-wrapper .round video {
  width: 100%;
}
.cid-uabYCABxC3 .event-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 2em;
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 500px) {
  .cid-uabYCABxC3 .event-title {
    margin-top: 26em;
  }
}
.cid-uabYCABxC3 .event-summary {
  color: #fff;
  text-align: center;
  display: none;
}
.cid-uabYCABxC3 .display-5 {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: right;
  font-family: 'spiegel', arial, san-serif;
}
.cid-uabYCABxC3 .fixed-content,
.cid-uabYCABxC3 .tab-event {
  position: relative;
  z-index: 10;
}
.cid-uabYCABxC3 .vertical-label {
  color: #fff;
  position: absolute;
  display: inline-block;
  transform: rotate(270deg);
  font-family: 'spiegel';
  letter-spacing: 1px;
  font-size: 12px;
  top: 20%;
  left: -2em;
  z-index: 200;
}
.cid-uabYCABxC3 .vertical-label:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  right: -6em;
  top: 0.75em;
}
.cid-uahbYzz8wB {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1358.jpg");
}
.cid-uahbYzz8wB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uahbYzz8wB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uahbYzz8wB .container {
    padding: 0 20px;
  }
}
.cid-uahbYzz8wB .row {
  justify-content: center;
}
.cid-uahbYzz8wB .title-wrapper .mbr-section-subtitle {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uahbYzz8wB .title-wrapper .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uahbYzz8wB .item {
  margin-bottom: 32px;
}
.cid-uahbYzz8wB .item a:hover .item-wrapper .item-img img {
  transform: scale(0.98);
}
.cid-uahbYzz8wB .item a .item-wrapper {
  overflow: visible;
}
.cid-uahbYzz8wB .item a .item-wrapper .item-img img {
  height: 360px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .cid-uahbYzz8wB .item a .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uahbYzz8wB .item a .item-wrapper .item-content {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uahbYzz8wB .item a .item-wrapper .item-content {
    margin-top: 16px;
  }
}
.cid-uahbYzz8wB .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uahbYzz8wB .item a .item-wrapper .item-content .item-desc {
  margin: 4px 0 0 0;
}
.cid-uahbYzz8wB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uahbYzz8wB .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uahbYzz8wB .item-title {
  color: #000000;
  text-align: center;
}
.cid-uahbYzz8wB .item-desc {
  color: #6a6e71;
  text-align: center;
}
.cid-uahbYzz8wB .maintitle {
  font-size: 4.6rem;
}
.cid-uaheeonSbj {
  padding-top: 0rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1358.jpg");
}
.cid-uaheeonSbj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaheeonSbj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uaheeonSbj .container {
    padding: 0 20px;
  }
}
.cid-uaheeonSbj .row {
  justify-content: center;
}
.cid-uaheeonSbj .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uaheeonSbj .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uaheeonSbj .video-block {
    margin-bottom: 30px;
  }
}
.cid-uaheeonSbj .video-block .video-wrapper iframe {
  height: 280px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uaheeonSbj .video-block .video-wrapper iframe {
    height: 200px;
  }
}
.cid-uaheeonSbj .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uaheeonSbj .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uaheeonSbj .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uaheeonSbj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uaheeonSbj .round {
  border-radius: 50%;
  overflow: hidden;
}
.cid-uaheeonSbj .col-lg-4 {
  width: 33.333%;
}
.cid-uahpxrmAtd {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uahpxrmAtd .mbr-text {
  font-style: italic;
  color: #C0BCB7;
}
.cid-uahpxrmAtd img,
.cid-uahpxrmAtd .item-img {
  transition: transform 1.5s;
}
.cid-uahpxrmAtd .item-img {
  position: relative;
  cursor: pointer;
}
.cid-uahpxrmAtd .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-uahpxrmAtd .item-img .icon-wrapper {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #0a161c;
  font-size: 22px;
  right: 10%;
  top: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s;
}
.cid-uahpxrmAtd .item-img .icon-wrapper a {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uahpxrmAtd .item-img .icon-wrapper {
    right: 2%;
  }
}
@media (max-width: 768px) {
  .cid-uahpxrmAtd .item-img .icon-wrapper {
    right: -2%;
    width: 45px;
    height: 45px;
  }
}
.cid-uahpxrmAtd .item-img:hover .icon-wrapper {
  opacity: 1;
  top: 25%;
}
.cid-uahpxrmAtd .item-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uahpxrmAtd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uahpxrmAtd .soc-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uahpxrmAtd .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-uahpxrmAtd .soc-item::before,
.cid-uahpxrmAtd .soc-item::after {
  content: '';
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-uahpxrmAtd .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-uahpxrmAtd .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-uahpxrmAtd .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-uahpxrmAtd .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-uahpxrmAtd .mbr-section-title {
  color: #ffffff;
  text-align: center;
  font-size: 4rem;
}
.cid-uahpxrmAtd .vertical-label {
  color: #fff;
  position: absolute;
  display: inline-block;
  transform: rotate(270deg);
  font-family: 'spiegel';
  letter-spacing: 1px;
  font-size: 12px;
  top: 18em;
  left: -2em;
  z-index: 200;
}
.cid-uahpxrmAtd .vertical-label:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  right: -6em;
  top: 0.75em;
}
.cid-uahpxrmAtd .info {
  max-width: 800px;
  text-align: center;
  margin: 0 auto 2rem auto;
  line-height: 1.5;
}
.cid-uahtyXG3jm {
  padding-top: 6rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/cekaply-defined-overlay-1600x1200.jpg");
}
.cid-uahtyXG3jm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uahtyXG3jm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uahtyXG3jm .container-fluid {
  padding: 0 150px;
  margin: 0;
}
@media (max-width: 1200px) {
  .cid-uahtyXG3jm .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 992px) {
  .cid-uahtyXG3jm .container-fluid {
    padding: 0 20px;
  }
}
.cid-uahtyXG3jm .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uahtyXG3jm .container {
    padding: 0 20px;
  }
}
.cid-uahtyXG3jm .nav.nav-tabs {
  border: none;
  display: flex;
  position: relative;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  border-bottom: 1px solid #ddd;
  max-width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uahtyXG3jm .nav.nav-tabs {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uahtyXG3jm .nav.nav-tabs {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
}
.cid-uahtyXG3jm .nav.nav-tabs .nav-item {
  border: none;
  margin-bottom: 40px;
}
.cid-uahtyXG3jm .nav.nav-tabs .nav-item .nav-link {
  text-align: center;
  display: flex;
  font-size: 14px;
  border: 0;
  flex-direction: column;
  align-items: center;
  line-height: inherit;
  margin-bottom: 0;
  color: #d2d3d5;
  transition: all 0.3s ease-out;
  border-radius: 0;
}
.cid-uahtyXG3jm .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  font-size: 21px;
  color: #c8d814;
  margin-right: 18px;
  transition: all 0.3s ease-out;
}
.cid-uahtyXG3jm .nav.nav-tabs .nav-item .nav-link.active {
  border-color: #ffffff;
  color: #000000;
  background-color: #ffffff;
}
.cid-uahtyXG3jm .nav.nav-tabs .nav-item .nav-link.active .mbr-iconfont {
  color: #000000;
}
.cid-uahtyXG3jm .tab-content .tab-pane .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uahtyXG3jm .tab-content .tab-pane .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 45px 65px;
}
@media (max-width: 992px) {
  .cid-uahtyXG3jm .tab-content .tab-pane .card-wrapper {
    padding: 30px;
  }
}
.cid-uahtyXG3jm .tab-content .tab-pane .card-wrapper .card-wrap .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uahtyXG3jm .tab-content .tab-pane .card-wrapper .card-wrap .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uahtyXG3jm .tab-content .tab-pane .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uahtyXG3jm .tab-content .tab-pane .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uahtyXG3jm .tab-content .tab-pane .card-wrapper .card-wrap .mbr-text {
  line-height: inherit;
  margin-bottom: 30px;
}
.cid-uahtyXG3jm .tab-content .tab-pane .card-wrapper .card-wrap .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uahtyXG3jm .tab-content .tab-pane .card-wrapper .card-wrap .social-wrapper .soc-wrap .soc-item {
  margin: 0 8px 8px 0;
}
.cid-uahtyXG3jm .tab-content .tab-pane .card-wrapper .card-wrap .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uahtyXG3jm .tab-content .tab-pane .card-wrapper .card-wrap .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uahtyXG3jm .tab-content .tab-pane .card-wrapper .card-wrap .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uahtyXG3jm .mbr-section-title {
  color: #000000;
}
.cid-uahtyXG3jm .mbr-section-subtitle {
  color: #000000;
}
.cid-uahtyXG3jm .mbr-text {
  color: #6a6e71;
}
.cid-uahtyXG3jm .nav-link.active .number {
  border-color: #c28f2c;
  font-size: 2.6rem;
  line-height: 55px;
}
.cid-uahtyXG3jm .nav-link:hover .number {
  color: #000;
  font-size: 2.6rem;
  line-height: 55px;
}
.cid-uahtyXG3jm .nav-link:hover {
  color: #000 !important;
}
.cid-uahtyXG3jm .number {
  display: block;
  position: relative;
  border-radius: 50%;
  font-size: 2rem;
  width: 60px;
  height: 60px;
  border: 2px solid white;
  text-align: center;
  line-height: 75px;
  margin-bottom: 5px;
  font-family: 'BeaufortforLOL-Heavy';
  transition: all ease 0.3s;
}
.cid-uahtyXG3jm .nav-link.active .number::after {
  content: "";
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  border: 1px solid #c28f2c ;
}
.cid-uahtyXG3jm .title-wrapper {
  text-align: center;
  margin-bottom: 2em;
}
.cid-uahtyXG3jm .maintitle {
  font-size: 6em;
}
.cid-uahtyXG3jm .mbr-section-btn .btn {
  background: #c28f2c;
  color: #fff;
  font-size: 0.8rem;
  padding: 0.5em 3em;
}
.cid-uahtyXG3jm .mbr-section-btn .btn.right {
  background: #0bc6e3;
}
.cid-uahtyXG3jm .vertical-label {
  color: #000;
  position: absolute;
  display: inline-block;
  transform: rotate(270deg);
  font-family: 'spiegel';
  letter-spacing: 1px;
  font-size: 12px;
  top: 20%;
  left: -1em;
  z-index: 200;
}
.cid-uahtyXG3jm .vertical-label:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  right: -6em;
  top: 0.75em;
}
.cid-u8QA9HG9iG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-u8QA9HG9iG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8QA9HG9iG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8QA9HG9iG .container {
    padding: 0 20px;
  }
}
.cid-u8QA9HG9iG .row {
  justify-content: center;
}
.cid-u8QA9HG9iG .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-u8QA9HG9iG .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u8QA9HG9iG .item {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u8QA9HG9iG .item {
    margin-bottom: 20px;
  }
}
.cid-u8QA9HG9iG .item a:hover .item-wrapper .item-img img {
  transform: translateY(-7px);
}
.cid-u8QA9HG9iG .item a .item-wrapper {
  overflow: visible;
}
.cid-u8QA9HG9iG .item a .item-wrapper .item-img img {
  transition: all 0.3s ease-out;
  max-width: 260px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .cid-u8QA9HG9iG .item a .item-wrapper .item-img img {
    max-width: 160px;
  }
}
.cid-u8QA9HG9iG .item a .item-wrapper .item-content {
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-u8QA9HG9iG .item a .item-wrapper .item-content {
    margin-top: 16px;
  }
}
.cid-u8QA9HG9iG .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-u8QA9HG9iG .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 1rem !important;
}
.cid-u8QA9HG9iG .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u8QA9HG9iG .maintitle {
  font-size: 3em;
  text-transform: uppercase;
}
.cid-u8QA9HG9iG .subtitle {
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
}
.cid-u8QyamCkoT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u8QyamCkoT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8QyamCkoT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8QyamCkoT .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u8QyamCkoT .container-fluid {
    padding: 0 20px;
  }
}
.cid-u8QyamCkoT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u8QyamCkoT .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8QyamCkoT .title-wrapper {
    margin-top: 45px;
  }
}
.cid-u8QyamCkoT .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-u8QyamCkoT .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-u8QyamCkoT .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-u8QyamCkoT .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-u8QyamCkoT .title-wrapper .mbr-text {
  line-height: inherit;
  margin-bottom: 0;
}
.cid-u8QyamCkoT .title-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 30px 0 0 0;
}
@media (max-width: 768px) {
  .cid-u8QyamCkoT .title-wrapper .list {
    margin-top: 20px;
  }
}
.cid-u8QyamCkoT .title-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-u8QyamCkoT .title-wrapper .list .item-wrap {
    margin-top: 10px;
  }
}
.cid-u8QyamCkoT .title-wrapper .list .item-wrap .mbr-iconfont {
  margin-right: 12px;
  color: #c8d814;
}
@media (min-width: 992px) {
  .cid-u8QyamCkoT .mbr-form {
    margin-top: 32px;
  }
}
.cid-u8QyamCkoT .dragArea.row .form-group {
  margin-bottom: 40px !important;
}
@media (max-width: 992px) {
  .cid-u8QyamCkoT .dragArea.row .form-group {
    margin-top: 20px;
  }
}
.cid-u8QyamCkoT .dragArea.row .form-group .form-control {
  border: none !important;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #6a6e71 !important;
  padding: 14px 0;
}
.cid-u8QyamCkoT .dragArea.row .form-group .form-control::placeholder {
  color: #6a6e71;
}
.cid-u8QyamCkoT .dragArea.row .form-group .form-control:hover {
  border-color: #6a6e71 !important;
}
.cid-u8QyamCkoT .dragArea.row .form-group .form-control:focus {
  background-color: transparent;
  box-shadow: none;
}
.cid-u8QyamCkoT .dragArea.row .form-group .form-check .form-check-input {
  background: transparent;
  border: 1px solid #c28f2c;
}
.cid-u8QyamCkoT .dragArea.row .mbr-section-btn {
  margin-top: 20px;
}
.cid-u8QyamCkoT .dragArea.row .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-u8QyamCkoT .dragArea.row .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.cid-u8QyamCkoT .mbr-section-subtitle {
  color: #000000;
}
.cid-u8QyamCkoT .mbr-section-title {
  color: #000000;
}
.cid-u8QyamCkoT .mbr-text {
  color: #6a6e71;
}
.cid-u8QyamCkoT .list {
  color: #6a6e71;
}
.cid-u8QyamCkoT label {
  color: #000000;
}
.cid-u8QyamCkoT .gdpr-block {
  display: none;
}
.cid-u8QyamCkoT .maintitle {
  font-size: 3em;
}
.cid-tB1Klc4Vj9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-tB1Klc4Vj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1Klc4Vj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1Klc4Vj9 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tB1Klc4Vj9 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tB1Klc4Vj9 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tB1Klc4Vj9 .container {
    padding: 0 20px;
  }
}
.cid-tB1Klc4Vj9 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-tB1Klc4Vj9 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tB1Klc4Vj9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tB1Klc4Vj9 .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tB1Klc4Vj9 .list {
    margin-bottom: 30px;
  }
}
.cid-tB1Klc4Vj9 .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-tB1Klc4Vj9 .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-tB1Klc4Vj9 .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tB1Klc4Vj9 .list .item-wrap:hover::before,
.cid-tB1Klc4Vj9 .list .item-wrap:focus::before {
  width: 100%;
}
.cid-tB1Klc4Vj9 .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tB1Klc4Vj9 .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-tB1Klc4Vj9 .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tB1Klc4Vj9 .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-tB1Klc4Vj9 .social-wrapper .soc-item a {
  display: block;
}
.cid-tB1Klc4Vj9 .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tB1Klc4Vj9 .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-tB1Klc4Vj9 .copyright {
  padding: 30px 0;
  border-top: 1px solid #000000;
  margin: 0;
  color: #D2D3D5;
  text-align: center;
}
.cid-tB1Klc4Vj9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tB1Klc4Vj9 .mbr-section-title DIV {
  text-align: center;
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

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

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

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

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

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

.mb-4 {
  margin-bottom: 2rem !important;
}
@media (min-width: 1600px) {.container { max-width:1560px;}}
@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

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

.item {
  position: relative;
}

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

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

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

@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-uiXONBxzXA {
  z-index: 1000;
  width: 100%;
}
.cid-uiXONBxzXA .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
  position: fixed;
}
.cid-uiXONBxzXA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uiXONBxzXA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uiXONBxzXA .menu_box .navbar.opened,
  .cid-uiXONBxzXA .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uiXONBxzXA nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uiXONBxzXA .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uiXONBxzXA .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uiXONBxzXA .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uiXONBxzXA .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uiXONBxzXA .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uiXONBxzXA .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    right: 40%;
    background-color: #f4f5f7;
  }
  .cid-uiXONBxzXA .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uiXONBxzXA .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uiXONBxzXA .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uiXONBxzXA .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uiXONBxzXA .offcanvas-body .mbr-text,
  .cid-uiXONBxzXA .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uiXONBxzXA .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uiXONBxzXA .offcanvas_box button.btn_offcanvas {
    outline: none;
    z-index: 1060;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uiXONBxzXA .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uiXONBxzXA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uiXONBxzXA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uiXONBxzXA .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uiXONBxzXA .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uiXONBxzXA ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uiXONBxzXA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uiXONBxzXA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uiXONBxzXA .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uiXONBxzXA li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 5px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0.1em !important;
    z-index: 1;
  }
  .cid-uiXONBxzXA .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uiXONBxzXA .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uiXONBxzXA .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uiXONBxzXA .nav-item {
    margin: 0 !important;
  }
}
.cid-uiXONBxzXA .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uiXONBxzXA .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -0.5em;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #fff;
  transition: all 0.3s ease-out;
}
.cid-uiXONBxzXA .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uiXONBxzXA .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uiXONBxzXA .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uiXONBxzXA .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uiXONBxzXA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uiXONBxzXA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uiXONBxzXA .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uiXONBxzXA .offcanvas_box {
    display: none;
  }
}
.cid-uiXONBxzXA .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uiXONBxzXA .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uiXONBxzXA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uiXONBxzXA .container {
  display: flex;
  margin: auto;
}
.cid-uiXONBxzXA .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uiXONBxzXA .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uiXONBxzXA .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uiXONBxzXA .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uiXONBxzXA .navbar-nav {
    margin: 0;
  }
}
.cid-uiXONBxzXA .dropdown-menu,
.cid-uiXONBxzXA .navbar.opened {
  background-color: false !important;
}
.cid-uiXONBxzXA .nav-item:focus,
.cid-uiXONBxzXA .nav-link:focus {
  outline: none;
}
.cid-uiXONBxzXA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uiXONBxzXA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiXONBxzXA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uiXONBxzXA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uiXONBxzXA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiXONBxzXA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uiXONBxzXA .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uiXONBxzXA .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uiXONBxzXA .navbar.opened {
  transition: all 0.3s;
}
.cid-uiXONBxzXA .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uiXONBxzXA .navbar .navbar-logo img {
  max-width: 160px;
  max-height: 80px;
  height: auto !important;
  object-fit: contain;
}
.cid-uiXONBxzXA .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uiXONBxzXA .navbar.collapsed {
  justify-content: center;
}
.cid-uiXONBxzXA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiXONBxzXA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uiXONBxzXA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiXONBxzXA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiXONBxzXA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiXONBxzXA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uiXONBxzXA .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uiXONBxzXA .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uiXONBxzXA .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uiXONBxzXA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiXONBxzXA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiXONBxzXA .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uiXONBxzXA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiXONBxzXA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uiXONBxzXA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uiXONBxzXA .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uiXONBxzXA .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uiXONBxzXA .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uiXONBxzXA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uiXONBxzXA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uiXONBxzXA .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uiXONBxzXA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uiXONBxzXA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uiXONBxzXA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uiXONBxzXA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uiXONBxzXA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uiXONBxzXA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiXONBxzXA .dropdown-item.active,
.cid-uiXONBxzXA .dropdown-item:active {
  background-color: transparent;
}
.cid-uiXONBxzXA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uiXONBxzXA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiXONBxzXA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiXONBxzXA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiXONBxzXA ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uiXONBxzXA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uiXONBxzXA button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #c28f2c;
}
.cid-uiXONBxzXA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uiXONBxzXA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uiXONBxzXA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiXONBxzXA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiXONBxzXA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uiXONBxzXA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiXONBxzXA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uiXONBxzXA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uiXONBxzXA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiXONBxzXA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uiXONBxzXA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uiXONBxzXA .navbar {
    height: 70px;
  }
  .cid-uiXONBxzXA .navbar.opened {
    height: auto;
  }
  .cid-uiXONBxzXA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiXONBxzXA .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uiXONBxzXA .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uiXONBxzXA .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uiXONBxzXA .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uiXONBxzXA .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uiXONBxzXA .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uiXONBxzXA .navbar-caption:hover {
  color: #c28f2c;
}
@media (min-width: 992px) {
  .cid-uiXONBxzXA .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uiXONBxzXA .text_widget {
  margin-bottom: 32px;
}
.cid-uiXONBxzXA .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uiXONBxzXA .text_widget a:hover {
  opacity: .5;
}
.cid-uiXONBxzXA .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uiXONBxzXA .navbar-caption {
  color: #000000;
}
.cid-uiXONBxzXA .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uiXONBxzXA .mbr-section-subtitle,
.cid-uiXONBxzXA .text_widget,
.cid-uiXONBxzXA .mbr-section-btn {
  text-align: left;
}
.cid-uiXONBxzXA a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uiXQZb0Ot9 {
  background-color: #ffffff;
}
.cid-uiXQZb0Ot9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiXQZb0Ot9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiXQZb0Ot9 .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uiXQZb0Ot9 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uiXQZb0Ot9 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uiXQZb0Ot9 .container {
    padding: 0 16px;
  }
}
.cid-uiXQZb0Ot9 .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uiXQZb0Ot9 .image-wrapper img {
  height: auto;
  max-width: 1000px;
  width: 70%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uiXQZb0Ot9 .image-wrapper img {
    height: 350px;
  }
}
.cid-uiXONI7OnG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uiXONI7OnG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiXONI7OnG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiXONI7OnG .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uiXONI7OnG .container-fluid {
    padding: 0 20px;
  }
}
.cid-uiXONI7OnG .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uiXONI7OnG .container {
    padding: 0 20px;
  }
}
.cid-uiXONI7OnG .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uiXONI7OnG .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uiXONI7OnG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uiXONI7OnG .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uiXONI7OnG .list {
    margin-bottom: 30px;
  }
}
.cid-uiXONI7OnG .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-uiXONI7OnG .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uiXONI7OnG .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uiXONI7OnG .list .item-wrap:hover::before,
.cid-uiXONI7OnG .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uiXONI7OnG .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uiXONI7OnG .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uiXONI7OnG .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uiXONI7OnG .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uiXONI7OnG .social-wrapper .soc-item a {
  display: block;
}
.cid-uiXONI7OnG .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uiXONI7OnG .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uiXONI7OnG .copyright {
  padding: 30px 0;
  border-top: 1px solid #000000;
  margin: 0;
  color: #D2D3D5;
  text-align: center;
}
.cid-uiXONI7OnG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uiXONI7OnG .mbr-section-title DIV {
  text-align: center;
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

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

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

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

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

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

.mb-4 {
  margin-bottom: 2rem !important;
}
@media (min-width: 1600px) {.container { max-width:1560px;}}
@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

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

.item {
  position: relative;
}

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

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

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

@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-ujw7lgtGtK {
  z-index: 1000;
  width: 100%;
}
.cid-ujw7lgtGtK .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
  position: fixed;
}
.cid-ujw7lgtGtK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-ujw7lgtGtK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ujw7lgtGtK .menu_box .navbar.opened,
  .cid-ujw7lgtGtK .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ujw7lgtGtK nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-ujw7lgtGtK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ujw7lgtGtK .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujw7lgtGtK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ujw7lgtGtK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ujw7lgtGtK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ujw7lgtGtK .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    right: 40%;
    background-color: #f4f5f7;
  }
  .cid-ujw7lgtGtK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ujw7lgtGtK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ujw7lgtGtK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ujw7lgtGtK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ujw7lgtGtK .offcanvas-body .mbr-text,
  .cid-ujw7lgtGtK .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ujw7lgtGtK .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ujw7lgtGtK .offcanvas_box button.btn_offcanvas {
    outline: none;
    z-index: 1060;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ujw7lgtGtK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-ujw7lgtGtK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ujw7lgtGtK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ujw7lgtGtK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ujw7lgtGtK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ujw7lgtGtK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ujw7lgtGtK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujw7lgtGtK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ujw7lgtGtK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ujw7lgtGtK li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 5px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0.1em !important;
    z-index: 1;
  }
  .cid-ujw7lgtGtK .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ujw7lgtGtK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ujw7lgtGtK .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ujw7lgtGtK .nav-item {
    margin: 0 !important;
  }
}
.cid-ujw7lgtGtK .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-ujw7lgtGtK .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -0.5em;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #fff;
  transition: all 0.3s ease-out;
}
.cid-ujw7lgtGtK .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-ujw7lgtGtK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ujw7lgtGtK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ujw7lgtGtK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ujw7lgtGtK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujw7lgtGtK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ujw7lgtGtK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ujw7lgtGtK .offcanvas_box {
    display: none;
  }
}
.cid-ujw7lgtGtK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ujw7lgtGtK .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ujw7lgtGtK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ujw7lgtGtK .container {
  display: flex;
  margin: auto;
}
.cid-ujw7lgtGtK .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ujw7lgtGtK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ujw7lgtGtK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ujw7lgtGtK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ujw7lgtGtK .navbar-nav {
    margin: 0;
  }
}
.cid-ujw7lgtGtK .dropdown-menu,
.cid-ujw7lgtGtK .navbar.opened {
  background-color: false !important;
}
.cid-ujw7lgtGtK .nav-item:focus,
.cid-ujw7lgtGtK .nav-link:focus {
  outline: none;
}
.cid-ujw7lgtGtK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujw7lgtGtK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujw7lgtGtK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujw7lgtGtK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujw7lgtGtK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujw7lgtGtK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujw7lgtGtK .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ujw7lgtGtK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ujw7lgtGtK .navbar.opened {
  transition: all 0.3s;
}
.cid-ujw7lgtGtK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ujw7lgtGtK .navbar .navbar-logo img {
  max-width: 160px;
  max-height: 80px;
  height: auto !important;
  object-fit: contain;
}
.cid-ujw7lgtGtK .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujw7lgtGtK .navbar.collapsed {
  justify-content: center;
}
.cid-ujw7lgtGtK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujw7lgtGtK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ujw7lgtGtK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujw7lgtGtK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujw7lgtGtK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujw7lgtGtK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ujw7lgtGtK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujw7lgtGtK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ujw7lgtGtK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ujw7lgtGtK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujw7lgtGtK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujw7lgtGtK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ujw7lgtGtK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujw7lgtGtK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ujw7lgtGtK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujw7lgtGtK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ujw7lgtGtK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ujw7lgtGtK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ujw7lgtGtK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujw7lgtGtK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujw7lgtGtK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ujw7lgtGtK .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujw7lgtGtK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujw7lgtGtK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujw7lgtGtK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujw7lgtGtK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-ujw7lgtGtK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujw7lgtGtK .dropdown-item.active,
.cid-ujw7lgtGtK .dropdown-item:active {
  background-color: transparent;
}
.cid-ujw7lgtGtK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujw7lgtGtK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujw7lgtGtK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujw7lgtGtK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujw7lgtGtK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ujw7lgtGtK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujw7lgtGtK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #c28f2c;
}
.cid-ujw7lgtGtK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ujw7lgtGtK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujw7lgtGtK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujw7lgtGtK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujw7lgtGtK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujw7lgtGtK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujw7lgtGtK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujw7lgtGtK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujw7lgtGtK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujw7lgtGtK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ujw7lgtGtK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujw7lgtGtK .navbar {
    height: 70px;
  }
  .cid-ujw7lgtGtK .navbar.opened {
    height: auto;
  }
  .cid-ujw7lgtGtK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujw7lgtGtK .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-ujw7lgtGtK .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-ujw7lgtGtK .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-ujw7lgtGtK .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ujw7lgtGtK .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-ujw7lgtGtK .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-ujw7lgtGtK .navbar-caption:hover {
  color: #c28f2c;
}
@media (min-width: 992px) {
  .cid-ujw7lgtGtK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ujw7lgtGtK .text_widget {
  margin-bottom: 32px;
}
.cid-ujw7lgtGtK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ujw7lgtGtK .text_widget a:hover {
  opacity: .5;
}
.cid-ujw7lgtGtK .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-ujw7lgtGtK .navbar-caption {
  color: #000000;
}
.cid-ujw7lgtGtK .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-ujw7lgtGtK .mbr-section-subtitle,
.cid-ujw7lgtGtK .text_widget,
.cid-ujw7lgtGtK .mbr-section-btn {
  text-align: left;
}
.cid-ujw7lgtGtK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ujw8hFoowe {
  padding-top: 20rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/image14.jpg");
}
.cid-ujw8hFoowe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujw8hFoowe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujw8hFoowe img {
  width: 220px;
}
.cid-ujw8hFoowe .img-col {
  border-left: 1px solid gray;
  padding: 4rem 2rem;
}
@media (min-width: 768px) {
  .cid-ujw8hFoowe {
    align-items: center;
  }
  .cid-ujw8hFoowe .row {
    justify-content: flex-start;
  }
}
.cid-ujw8hFoowe .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-ujw8hFoowe .mbr-text,
.cid-ujw8hFoowe .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ujw8hFoowe .mbr-section-title,
.cid-ujw8hFoowe .line {
  color: #ffffff;
}
.cid-ujw8hFoowe h2 {
  position: relative;
  width: fit-content;
  display: inline-block;
}
.cid-ujw8hFoowe .mbr-section-subtitle,
.cid-ujw8hFoowe .align {
  text-align: left;
  color: #ffffff;
}
.cid-ujw7li4IrV {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/cekaply-defined-overlay-1600x1200.jpg");
}
.cid-ujw7li4IrV .mbr-media {
  position: relative;
}
.cid-ujw7li4IrV .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-ujw7li4IrV a:hover {
  background-image: none !important;
}
.cid-ujw7li4IrV .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-ujw7li4IrV .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-ujw7li4IrV .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ujw7li4IrV .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ujw7li4IrV .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ujw7li4IrV .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ujw7li4IrV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ujw7li4IrV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujw7li4IrV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujw7li4IrV .content-head {
  max-width: 800px;
}
@media (max-width: 992px) {
  .cid-ujw7li4IrV .content-head {
    max-width: 600px;
  }
}
.cid-ujw7li4IrV .mbr-section-title {
  color: #291f1e;
}
.cid-ujw7li4IrV .mbr-section-subtitle {
  line-height: 1.7;
}
.cid-ujw7li4IrV .box {
  max-width: 900px;
  margin: 0 auto;
}
.cid-ujw7li4IrV .maintitle {
  font-size: 5.6em;
  line-height: 1;
}
@media (max-width: 1024px) {
  .cid-ujw7li4IrV .maintitle {
    font-size: 4.6em;
  }
}
@media (max-width: 992px) {
  .cid-ujw7li4IrV .maintitle {
    font-size: 3em;
  }
}
.cid-ujw7li4IrV .round {
  border-radius: 50%;
  overflow: hidden;
}
.cid-ujw7li4IrV .vertical-label {
  color: #000;
  position: absolute;
  display: inline-block;
  transform: rotate(270deg);
  font-family: 'spiegel';
  letter-spacing: 1px;
  font-size: 12px;
  top: 30%;
  left: -2em;
  z-index: 200;
}
.cid-ujw7li4IrV .vertical-label:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  right: -6em;
  top: 0.75em;
}
.cid-ujwdDFwSOW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/define-international-mercedes-benz-annual-dinner-2009-12-1505x1004.jpg");
}
.cid-ujwdDFwSOW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujwdDFwSOW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujwdDFwSOW .container {
    padding: 0 20px;
  }
}
.cid-ujwdDFwSOW .image-wrapper {
  position: relative;
  padding: 0 100px 0 0;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ujwdDFwSOW .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
    height: auto;
  }
}
.cid-ujwdDFwSOW .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ujwdDFwSOW .image-wrapper img {
    height: 300px;
  }
}
.cid-ujwdDFwSOW .image-wrapper .desc-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  backdrop-filter: blur(20px);
}
.cid-ujwdDFwSOW .image-wrapper .desc-wrap .mbr-desc {
  padding: 40px 50px;
  margin-bottom: 0;
  z-index: 10;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-ujwdDFwSOW .image-wrapper .desc-wrap .mbr-desc {
    padding: 30px;
  }
}
.cid-ujwdDFwSOW .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 0 0 50px;
}
@media (max-width: 1024px) {
  .cid-ujwdDFwSOW .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ujwdDFwSOW .title-wrapper {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-ujwdDFwSOW .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-ujwdDFwSOW .title-wrapper .title-wrap .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-ujwdDFwSOW .title-wrapper .title-wrap .mbr-section-title {
  color: #ffffff;
  font-size: 3.6em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .cid-ujwdDFwSOW .title-wrapper .title-wrap .mbr-section-title {
    font-size: 3em;
  }
}
@media (max-width: 768px) {
  .cid-ujwdDFwSOW .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-ujwdDFwSOW .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-ujwdDFwSOW .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-ujwdDFwSOW .title-wrapper .title-wrap .mbr-section-btn {
    margin-top: 25px;
  }
}
.cid-ujwdDFwSOW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujwdDFwSOW .mbr-text {
  color: #D2D3D5;
}
.cid-ujwdDFwSOW .mbr-desc {
  color: #ffffff;
}
.cid-ujwjOXLAtj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/net-texture2-48x400.png");
}
.cid-ujwjOXLAtj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujwjOXLAtj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujwjOXLAtj .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-ujwjOXLAtj .container-fluid {
    padding: 0 20px;
    max-width: 600px;
    margin: 0 auto;
  }
}
.cid-ujwjOXLAtj .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ujwjOXLAtj .container {
    padding: 0 20px;
  }
  .cid-ujwjOXLAtj .container .row {
    padding: 0;
  }
}
.cid-ujwjOXLAtj .row {
  justify-content: center;
}
.cid-ujwjOXLAtj .title-wrapper {
  position: relative;
}
.cid-ujwjOXLAtj .title-wrapper .container-color {
  position: absolute;
  top: 4rem;
  left: -30%;
  height: 100px;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ujwjOXLAtj .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-ujwjOXLAtj .title-wrapper .mbr-section-subtitle {
  position: relative;
  margin-bottom: 20px;
}
.cid-ujwjOXLAtj .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 20px;
  font-size: 5.6em;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .cid-ujwjOXLAtj .title-wrapper .mbr-section-title {
    font-size: 4.6em;
  }
}
@media (max-width: 500px) {
  .cid-ujwjOXLAtj .title-wrapper .mbr-section-title {
    font-size: 3em;
  }
}
.cid-ujwjOXLAtj .text-wrapper {
  position: relative;
}
.cid-ujwjOXLAtj .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ujwjOXLAtj .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-ujwjOXLAtj .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #ffffff;
}
.cid-ujwjOXLAtj .mbr-section-title {
  color: #222222;
}
.cid-ujwjOXLAtj .mbr-text {
  color: #222222;
}
.cid-ujwjOXLAtj .vertical-label {
  color: #000;
  position: absolute;
  display: inline-block;
  transform: rotate(270deg);
  font-family: 'spiegel';
  letter-spacing: 1px;
  font-size: 12px;
  top: 30%;
  left: -2em;
  z-index: 200;
}
.cid-ujwjOXLAtj .vertical-label:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  right: -6em;
  top: 0.75em;
}
.cid-ujw7lhHVLp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/image14.jpg");
}
.cid-ujw7lhHVLp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujw7lhHVLp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujw7lhHVLp .container {
    padding: 0 16px;
    max-width: 600px;
    margin: 0 auto;
  }
}
.cid-ujw7lhHVLp .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-ujw7lhHVLp .row {
    margin: 0 10px;
  }
}
.cid-ujw7lhHVLp .row .card {
  padding: 0;
}
.cid-ujw7lhHVLp .image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 20px !important;
}
.cid-ujw7lhHVLp .vertical-label {
  color: #fff;
  position: absolute;
  display: inline-block;
  transform: rotate(270deg);
  font-family: 'spiegel';
  letter-spacing: 1px;
  font-size: 12px;
  top: 40%;
  left: -4em;
  z-index: 200;
}
.cid-ujw7lhHVLp .vertical-label:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  right: -6em;
  top: 0.75em;
}
.cid-ujw7lhHVLp .mbr-section-title {
  color: #fff;
  text-align: center;
  font-size: 5em;
}
@media (max-width: 1024px) {
  .cid-ujw7lhHVLp .mbr-section-title {
    font-size: 4.6em;
  }
}
@media (max-width: 992px) {
  .cid-ujw7lhHVLp .mbr-section-title {
    font-size: 4em;
  }
}
@media (max-width: 500px) {
  .cid-ujw7lhHVLp .mbr-section-title {
    font-size: 3em;
  }
}
.cid-ujw7lhHVLp .mbr-section-subtitle {
  line-height: 1.7;
  color: #fff;
  text-align: center;
  max-width: 1080px;
  margin: 0 auto;
}
.cid-ujw7lizK4o {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/blend-bg-8-1200x711.jpg");
}
.cid-ujw7lizK4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujw7lizK4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujw7lizK4o .container {
    padding: 0 16px;
  }
}
.cid-ujw7lizK4o .row {
  justify-content: center;
}
.cid-ujw7lizK4o .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ujw7lizK4o .image-wrapper {
  margin-bottom: 40px;
}
.cid-ujw7lizK4o .image-wrapper img {
  width: 1200px;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.cid-ujw7lizK4o .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ujw7lizK4o .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-ujw7lizK4o .mbr-desc {
  color: #000000;
  text-align: center;
  line-height: 1.7;
}
.cid-ujw7lizK4o .clientele-bg .container {
  z-index: 2;
}
.cid-ujw7lizK4o .mbr-section-title,
.cid-ujw7lizK4o .mbr-section-btn,
.cid-ujw7lizK4o .icon-wrapper {
  color: #000000;
}
.cid-ujw7lizK4o .subtitle {
  font-size: 1.4em;
}
.cid-ujw7lizK4o .maintitle {
  font-size: 4em;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .cid-ujw7lizK4o .maintitle {
    font-size: 3em;
  }
}
.cid-ujw7lizK4o .vertical-label {
  color: #000;
  position: absolute;
  display: inline-block;
  transform: rotate(270deg);
  font-family: 'spiegel';
  letter-spacing: 1px;
  font-size: 12px;
  top: 20%;
  left: 0em;
  z-index: 200;
}
.cid-ujw7lizK4o .vertical-label:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  right: -6em;
  top: 0.75em;
}
.cid-ujw7ljW5Bm {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ujw7ljW5Bm .mbr-text {
  font-style: italic;
  color: #C0BCB7;
}
.cid-ujw7ljW5Bm img,
.cid-ujw7ljW5Bm .item-img {
  transition: transform 1.5s;
}
.cid-ujw7ljW5Bm .item-img {
  height: 350px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-ujw7ljW5Bm .item-img {
    height: 217px;
  }
}
@media (max-width: 768px) {
  .cid-ujw7ljW5Bm .item-img {
    height: 140px;
  }
}
.cid-ujw7ljW5Bm .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-ujw7ljW5Bm .item-img .icon-wrapper {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #0a161c;
  font-size: 22px;
  right: 10%;
  top: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s;
}
.cid-ujw7ljW5Bm .item-img .icon-wrapper a {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujw7ljW5Bm .item-img .icon-wrapper {
    right: 2%;
  }
}
@media (max-width: 768px) {
  .cid-ujw7ljW5Bm .item-img .icon-wrapper {
    right: -2%;
    width: 45px;
    height: 45px;
  }
}
.cid-ujw7ljW5Bm .item-img:hover .icon-wrapper {
  opacity: 1;
  top: 20%;
}
.cid-ujw7ljW5Bm .item-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ujw7ljW5Bm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ujw7ljW5Bm .soc-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-ujw7ljW5Bm .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-ujw7ljW5Bm .soc-item::before,
.cid-ujw7ljW5Bm .soc-item::after {
  content: '';
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-ujw7ljW5Bm .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-ujw7ljW5Bm .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-ujw7ljW5Bm .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-ujw7ljW5Bm .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-ujw7ljW5Bm .mbr-section-title {
  color: #ffffff;
  text-align: center;
  font-size: 4rem;
}
@media (max-width: 500px) {
  .cid-ujw7ljW5Bm .mbr-section-title {
    font-size: 3em;
  }
}
.cid-ujw7ljW5Bm .vertical-label {
  color: #fff;
  position: absolute;
  display: inline-block;
  transform: rotate(270deg);
  font-family: 'spiegel';
  letter-spacing: 1px;
  font-size: 12px;
  top: 18em;
  left: -2em;
  z-index: 200;
}
.cid-ujw7ljW5Bm .vertical-label:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  right: -6em;
  top: 0.75em;
}
.cid-ujw7ljW5Bm .info {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto 2rem auto;
  line-height: 1.7;
}
@media (max-width: 992px) {
  .cid-ujw7ljW5Bm .container {
    max-width: 600px;
    margin: 0 auto;
  }
}
.cid-ujw7llEBcp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-ujw7llEBcp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujw7llEBcp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujw7llEBcp .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ujw7llEBcp .container-fluid {
    padding: 0 20px;
  }
}
.cid-ujw7llEBcp .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ujw7llEBcp .container {
    padding: 0 20px;
  }
}
.cid-ujw7llEBcp .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-ujw7llEBcp .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-ujw7llEBcp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ujw7llEBcp .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ujw7llEBcp .list {
    margin-bottom: 30px;
  }
}
.cid-ujw7llEBcp .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-ujw7llEBcp .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-ujw7llEBcp .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ujw7llEBcp .list .item-wrap:hover::before,
.cid-ujw7llEBcp .list .item-wrap:focus::before {
  width: 100%;
}
.cid-ujw7llEBcp .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-ujw7llEBcp .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-ujw7llEBcp .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-ujw7llEBcp .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-ujw7llEBcp .social-wrapper .soc-item a {
  display: block;
}
.cid-ujw7llEBcp .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-ujw7llEBcp .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-ujw7llEBcp .copyright {
  padding: 30px 0;
  border-top: 1px solid #000000;
  margin: 0;
  color: #D2D3D5;
  text-align: center;
}
.cid-ujw7llEBcp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujw7llEBcp .mbr-section-title DIV {
  text-align: center;
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

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

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

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

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

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

.mb-4 {
  margin-bottom: 2rem !important;
}
@media (min-width: 1600px) {.container { max-width:1560px;}}
@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

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

.item {
  position: relative;
}

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

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

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

@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-uuDrcwBJLo {
  z-index: 1000;
  width: 100%;
}
.cid-uuDrcwBJLo .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
  position: fixed;
}
.cid-uuDrcwBJLo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uuDrcwBJLo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uuDrcwBJLo .menu_box .navbar.opened,
  .cid-uuDrcwBJLo .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uuDrcwBJLo nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uuDrcwBJLo .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uuDrcwBJLo .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uuDrcwBJLo .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uuDrcwBJLo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uuDrcwBJLo .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uuDrcwBJLo .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    right: 40%;
    background-color: #f4f5f7;
  }
  .cid-uuDrcwBJLo .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uuDrcwBJLo .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uuDrcwBJLo .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uuDrcwBJLo .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uuDrcwBJLo .offcanvas-body .mbr-text,
  .cid-uuDrcwBJLo .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uuDrcwBJLo .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uuDrcwBJLo .offcanvas_box button.btn_offcanvas {
    outline: none;
    z-index: 1060;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uuDrcwBJLo .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uuDrcwBJLo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uuDrcwBJLo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uuDrcwBJLo .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uuDrcwBJLo .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uuDrcwBJLo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uuDrcwBJLo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uuDrcwBJLo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uuDrcwBJLo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uuDrcwBJLo li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 5px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0.1em !important;
    z-index: 1;
  }
  .cid-uuDrcwBJLo .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uuDrcwBJLo .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uuDrcwBJLo .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uuDrcwBJLo .nav-item {
    margin: 0 !important;
  }
}
.cid-uuDrcwBJLo .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uuDrcwBJLo .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -0.5em;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #fff;
  transition: all 0.3s ease-out;
}
.cid-uuDrcwBJLo .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uuDrcwBJLo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uuDrcwBJLo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uuDrcwBJLo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uuDrcwBJLo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uuDrcwBJLo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uuDrcwBJLo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uuDrcwBJLo .offcanvas_box {
    display: none;
  }
}
.cid-uuDrcwBJLo .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uuDrcwBJLo .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uuDrcwBJLo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uuDrcwBJLo .container {
  display: flex;
  margin: auto;
}
.cid-uuDrcwBJLo .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uuDrcwBJLo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uuDrcwBJLo .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uuDrcwBJLo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uuDrcwBJLo .navbar-nav {
    margin: 0;
  }
}
.cid-uuDrcwBJLo .dropdown-menu,
.cid-uuDrcwBJLo .navbar.opened {
  background-color: false !important;
}
.cid-uuDrcwBJLo .nav-item:focus,
.cid-uuDrcwBJLo .nav-link:focus {
  outline: none;
}
.cid-uuDrcwBJLo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuDrcwBJLo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuDrcwBJLo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuDrcwBJLo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuDrcwBJLo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuDrcwBJLo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuDrcwBJLo .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uuDrcwBJLo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uuDrcwBJLo .navbar.opened {
  transition: all 0.3s;
}
.cid-uuDrcwBJLo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uuDrcwBJLo .navbar .navbar-logo img {
  max-width: 160px;
  max-height: 80px;
  height: auto !important;
  object-fit: contain;
}
.cid-uuDrcwBJLo .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uuDrcwBJLo .navbar.collapsed {
  justify-content: center;
}
.cid-uuDrcwBJLo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuDrcwBJLo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uuDrcwBJLo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuDrcwBJLo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuDrcwBJLo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuDrcwBJLo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uuDrcwBJLo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uuDrcwBJLo .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uuDrcwBJLo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uuDrcwBJLo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuDrcwBJLo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuDrcwBJLo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uuDrcwBJLo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuDrcwBJLo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uuDrcwBJLo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuDrcwBJLo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uuDrcwBJLo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uuDrcwBJLo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uuDrcwBJLo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uuDrcwBJLo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuDrcwBJLo .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uuDrcwBJLo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuDrcwBJLo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuDrcwBJLo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uuDrcwBJLo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuDrcwBJLo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uuDrcwBJLo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuDrcwBJLo .dropdown-item.active,
.cid-uuDrcwBJLo .dropdown-item:active {
  background-color: transparent;
}
.cid-uuDrcwBJLo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuDrcwBJLo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuDrcwBJLo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuDrcwBJLo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuDrcwBJLo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uuDrcwBJLo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuDrcwBJLo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #c28f2c;
}
.cid-uuDrcwBJLo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uuDrcwBJLo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuDrcwBJLo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuDrcwBJLo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuDrcwBJLo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuDrcwBJLo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuDrcwBJLo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuDrcwBJLo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuDrcwBJLo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuDrcwBJLo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uuDrcwBJLo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uuDrcwBJLo .navbar {
    height: 70px;
  }
  .cid-uuDrcwBJLo .navbar.opened {
    height: auto;
  }
  .cid-uuDrcwBJLo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuDrcwBJLo .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uuDrcwBJLo .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uuDrcwBJLo .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uuDrcwBJLo .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uuDrcwBJLo .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uuDrcwBJLo .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uuDrcwBJLo .navbar-caption:hover {
  color: #c28f2c;
}
@media (min-width: 992px) {
  .cid-uuDrcwBJLo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uuDrcwBJLo .text_widget {
  margin-bottom: 32px;
}
.cid-uuDrcwBJLo .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uuDrcwBJLo .text_widget a:hover {
  opacity: .5;
}
.cid-uuDrcwBJLo .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uuDrcwBJLo .navbar-caption {
  color: #000000;
}
.cid-uuDrcwBJLo .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uuDrcwBJLo .mbr-section-subtitle,
.cid-uuDrcwBJLo .text_widget,
.cid-uuDrcwBJLo .mbr-section-btn {
  text-align: left;
}
.cid-uuDrcwBJLo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uuDrcxqFDZ {
  padding-top: 20rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uuDrcxqFDZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuDrcxqFDZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuDrcxqFDZ img {
  width: 220px;
}
.cid-uuDrcxqFDZ .img-col {
  border-left: 1px solid gray;
  padding: 4rem 2rem;
}
@media (min-width: 768px) {
  .cid-uuDrcxqFDZ {
    align-items: center;
  }
  .cid-uuDrcxqFDZ .row {
    justify-content: flex-start;
  }
}
.cid-uuDrcxqFDZ .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uuDrcxqFDZ .mbr-text,
.cid-uuDrcxqFDZ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uuDrcxqFDZ .mbr-section-title,
.cid-uuDrcxqFDZ .line {
  color: #ffffff;
}
.cid-uuDrcxqFDZ h2 {
  position: relative;
  width: fit-content;
  display: inline-block;
}
.cid-uuDrcxqFDZ .mbr-section-subtitle,
.cid-uuDrcxqFDZ .align {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 500px) {
  .cid-uuDrcxqFDZ .content-wrap {
    max-width: 100% !important;
  }
}
@media (max-width: 500px) {
  .cid-uuDrcxqFDZ .logo img {
    bottom: 27px !important;
  }
}
.cid-uuDrcxOhyL {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/cekaply-defined-overlay-1600x1200.jpg");
}
.cid-uuDrcxOhyL .mbr-media {
  position: relative;
}
.cid-uuDrcxOhyL .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uuDrcxOhyL a:hover {
  background-image: none !important;
}
.cid-uuDrcxOhyL .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uuDrcxOhyL .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uuDrcxOhyL .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uuDrcxOhyL .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uuDrcxOhyL .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uuDrcxOhyL .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uuDrcxOhyL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uuDrcxOhyL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuDrcxOhyL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuDrcxOhyL .content-head {
  max-width: 800px;
}
@media (max-width: 992px) {
  .cid-uuDrcxOhyL .content-head {
    max-width: 600px;
  }
}
.cid-uuDrcxOhyL .mbr-section-title {
  color: #291f1e;
}
.cid-uuDrcxOhyL .mbr-section-subtitle {
  line-height: 1.7;
}
.cid-uuDrcxOhyL .box {
  max-width: 900px;
  margin: 0 auto;
}
.cid-uuDrcxOhyL .maintitle {
  font-size: 5.6em;
  line-height: 1;
}
@media (max-width: 1024px) {
  .cid-uuDrcxOhyL .maintitle {
    font-size: 4.6em;
  }
}
@media (max-width: 992px) {
  .cid-uuDrcxOhyL .maintitle {
    font-size: 3em;
  }
}
.cid-uuDrcxOhyL .round {
  border-radius: 50%;
  overflow: hidden;
}
.cid-uuDrcxOhyL .vertical-label {
  color: #000;
  position: absolute;
  display: inline-block;
  transform: rotate(270deg);
  font-family: 'spiegel';
  letter-spacing: 1px;
  font-size: 12px;
  top: 30%;
  left: -2em;
  z-index: 200;
}
.cid-uuDrcxOhyL .vertical-label:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  right: -6em;
  top: 0.75em;
}
.cid-uuDsBV6y1H {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uuDsBV6y1H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuDsBV6y1H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuDsBV6y1H .container {
    padding: 0 16px;
  }
}
.cid-uuDsBV6y1H .row {
  margin: 0 -20px;
}
.cid-uuDsBV6y1H .item {
  padding: 0 20px;
}
.cid-uuDsBV6y1H .item .item-wrapper .item-img img {
  height: 320px;
  object-fit: cover;
  margin-bottom: 40px;
}
@media (max-width: 1600px) {
  .cid-uuDsBV6y1H .item .item-wrapper .item-img img {
    height: 270px;
  }
}
@media (max-width: 1100px) {
  .cid-uuDsBV6y1H .item .item-wrapper .item-img img {
    height: 186px;
  }
}
@media (max-width: 992px) {
  .cid-uuDsBV6y1H .item .item-wrapper .item-img img {
    height: auto;
  }
}
.cid-uuDsBV6y1H .mobile-flex {
  display: flex;
  justify-content: center;
}
.cid-uuDrczNACt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uuDrczNACt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuDrczNACt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuDrczNACt .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uuDrczNACt .container-fluid {
    padding: 0 20px;
  }
}
.cid-uuDrczNACt .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uuDrczNACt .container {
    padding: 0 20px;
  }
}
.cid-uuDrczNACt .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uuDrczNACt .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uuDrczNACt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uuDrczNACt .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uuDrczNACt .list {
    margin-bottom: 30px;
  }
}
.cid-uuDrczNACt .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-uuDrczNACt .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uuDrczNACt .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uuDrczNACt .list .item-wrap:hover::before,
.cid-uuDrczNACt .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uuDrczNACt .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uuDrczNACt .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uuDrczNACt .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uuDrczNACt .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uuDrczNACt .social-wrapper .soc-item a {
  display: block;
}
.cid-uuDrczNACt .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uuDrczNACt .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uuDrczNACt .copyright {
  padding: 30px 0;
  border-top: 1px solid #000000;
  margin: 0;
  color: #D2D3D5;
  text-align: center;
}
.cid-uuDrczNACt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uuDrczNACt .mbr-section-title DIV {
  text-align: center;
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

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

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

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

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

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

.mb-4 {
  margin-bottom: 2rem !important;
}
@media (min-width: 1600px) {.container { max-width:1560px;}}
@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

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

.item {
  position: relative;
}

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

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

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

@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-uuExEmFvRL {
  z-index: 1000;
  width: 100%;
}
.cid-uuExEmFvRL .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
  position: fixed;
}
.cid-uuExEmFvRL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uuExEmFvRL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uuExEmFvRL .menu_box .navbar.opened,
  .cid-uuExEmFvRL .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uuExEmFvRL nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uuExEmFvRL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uuExEmFvRL .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uuExEmFvRL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uuExEmFvRL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uuExEmFvRL .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uuExEmFvRL .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    right: 40%;
    background-color: #f4f5f7;
  }
  .cid-uuExEmFvRL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uuExEmFvRL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uuExEmFvRL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uuExEmFvRL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uuExEmFvRL .offcanvas-body .mbr-text,
  .cid-uuExEmFvRL .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uuExEmFvRL .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uuExEmFvRL .offcanvas_box button.btn_offcanvas {
    outline: none;
    z-index: 1060;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uuExEmFvRL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uuExEmFvRL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uuExEmFvRL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uuExEmFvRL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uuExEmFvRL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uuExEmFvRL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uuExEmFvRL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uuExEmFvRL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uuExEmFvRL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uuExEmFvRL li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 5px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0.1em !important;
    z-index: 1;
  }
  .cid-uuExEmFvRL .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uuExEmFvRL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uuExEmFvRL .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uuExEmFvRL .nav-item {
    margin: 0 !important;
  }
}
.cid-uuExEmFvRL .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uuExEmFvRL .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -0.5em;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #fff;
  transition: all 0.3s ease-out;
}
.cid-uuExEmFvRL .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uuExEmFvRL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uuExEmFvRL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uuExEmFvRL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uuExEmFvRL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uuExEmFvRL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uuExEmFvRL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uuExEmFvRL .offcanvas_box {
    display: none;
  }
}
.cid-uuExEmFvRL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uuExEmFvRL .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uuExEmFvRL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uuExEmFvRL .container {
  display: flex;
  margin: auto;
}
.cid-uuExEmFvRL .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uuExEmFvRL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uuExEmFvRL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uuExEmFvRL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uuExEmFvRL .navbar-nav {
    margin: 0;
  }
}
.cid-uuExEmFvRL .dropdown-menu,
.cid-uuExEmFvRL .navbar.opened {
  background-color: false !important;
}
.cid-uuExEmFvRL .nav-item:focus,
.cid-uuExEmFvRL .nav-link:focus {
  outline: none;
}
.cid-uuExEmFvRL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuExEmFvRL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuExEmFvRL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuExEmFvRL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuExEmFvRL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuExEmFvRL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuExEmFvRL .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uuExEmFvRL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uuExEmFvRL .navbar.opened {
  transition: all 0.3s;
}
.cid-uuExEmFvRL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uuExEmFvRL .navbar .navbar-logo img {
  max-width: 160px;
  max-height: 80px;
  height: auto !important;
  object-fit: contain;
}
.cid-uuExEmFvRL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uuExEmFvRL .navbar.collapsed {
  justify-content: center;
}
.cid-uuExEmFvRL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuExEmFvRL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uuExEmFvRL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuExEmFvRL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuExEmFvRL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuExEmFvRL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uuExEmFvRL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uuExEmFvRL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uuExEmFvRL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uuExEmFvRL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuExEmFvRL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuExEmFvRL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uuExEmFvRL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuExEmFvRL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uuExEmFvRL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuExEmFvRL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uuExEmFvRL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uuExEmFvRL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uuExEmFvRL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uuExEmFvRL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuExEmFvRL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uuExEmFvRL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuExEmFvRL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuExEmFvRL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uuExEmFvRL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuExEmFvRL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uuExEmFvRL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuExEmFvRL .dropdown-item.active,
.cid-uuExEmFvRL .dropdown-item:active {
  background-color: transparent;
}
.cid-uuExEmFvRL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuExEmFvRL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuExEmFvRL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuExEmFvRL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuExEmFvRL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uuExEmFvRL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuExEmFvRL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #c28f2c;
}
.cid-uuExEmFvRL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uuExEmFvRL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuExEmFvRL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuExEmFvRL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuExEmFvRL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuExEmFvRL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuExEmFvRL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuExEmFvRL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuExEmFvRL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuExEmFvRL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uuExEmFvRL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uuExEmFvRL .navbar {
    height: 70px;
  }
  .cid-uuExEmFvRL .navbar.opened {
    height: auto;
  }
  .cid-uuExEmFvRL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuExEmFvRL .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uuExEmFvRL .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uuExEmFvRL .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uuExEmFvRL .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uuExEmFvRL .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uuExEmFvRL .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uuExEmFvRL .navbar-caption:hover {
  color: #c28f2c;
}
@media (min-width: 992px) {
  .cid-uuExEmFvRL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uuExEmFvRL .text_widget {
  margin-bottom: 32px;
}
.cid-uuExEmFvRL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uuExEmFvRL .text_widget a:hover {
  opacity: .5;
}
.cid-uuExEmFvRL .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uuExEmFvRL .navbar-caption {
  color: #000000;
}
.cid-uuExEmFvRL .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uuExEmFvRL .mbr-section-subtitle,
.cid-uuExEmFvRL .text_widget,
.cid-uuExEmFvRL .mbr-section-btn {
  text-align: left;
}
.cid-uuExEmFvRL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uuExEnarzA {
  padding-top: 20rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1362.jpg");
}
.cid-uuExEnarzA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuExEnarzA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuExEnarzA img {
  width: 220px;
}
.cid-uuExEnarzA .img-col {
  border-left: 1px solid gray;
  padding: 4rem 2rem;
}
@media (min-width: 768px) {
  .cid-uuExEnarzA {
    align-items: center;
  }
  .cid-uuExEnarzA .row {
    justify-content: flex-start;
  }
}
.cid-uuExEnarzA .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uuExEnarzA .mbr-text,
.cid-uuExEnarzA .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uuExEnarzA .mbr-section-title,
.cid-uuExEnarzA .line {
  color: #ffffff;
}
.cid-uuExEnarzA h2 {
  position: relative;
  width: fit-content;
  display: inline-block;
}
.cid-uuExEnarzA .mbr-section-subtitle,
.cid-uuExEnarzA .align {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 500px) {
  .cid-uuExEnarzA .content-wrap {
    max-width: 100% !important;
  }
}
@media (max-width: 500px) {
  .cid-uuExEnarzA .logo img {
    bottom: 27px !important;
  }
}
.cid-uuExEntBrl {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/cekaply-defined-overlay-1600x1200.jpg");
}
.cid-uuExEntBrl .mbr-media {
  position: relative;
}
.cid-uuExEntBrl .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uuExEntBrl a:hover {
  background-image: none !important;
}
.cid-uuExEntBrl .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uuExEntBrl .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uuExEntBrl .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uuExEntBrl .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uuExEntBrl .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uuExEntBrl .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uuExEntBrl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uuExEntBrl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuExEntBrl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuExEntBrl .content-head {
  max-width: 900px;
}
@media (max-width: 992px) {
  .cid-uuExEntBrl .content-head {
    max-width: 600px;
  }
}
.cid-uuExEntBrl .mbr-section-title {
  color: #291f1e;
}
.cid-uuExEntBrl .mbr-section-subtitle {
  line-height: 1.7;
}
.cid-uuExEntBrl .box {
  max-width: 900px;
  margin: 0 auto;
}
.cid-uuExEntBrl .maintitle {
  font-size: 5.6em;
  line-height: 1;
}
@media (max-width: 1024px) {
  .cid-uuExEntBrl .maintitle {
    font-size: 4.6em;
  }
}
@media (max-width: 992px) {
  .cid-uuExEntBrl .maintitle {
    font-size: 3em;
  }
}
.cid-uuExEntBrl .round {
  border-radius: 50%;
  overflow: hidden;
}
.cid-uuExEntBrl .vertical-label {
  color: #000;
  position: absolute;
  display: inline-block;
  transform: rotate(270deg);
  font-family: 'spiegel';
  letter-spacing: 1px;
  font-size: 12px;
  top: 40%;
  left: -2em;
  z-index: 200;
}
.cid-uuExEntBrl .vertical-label:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  right: -6em;
  top: 0.75em;
}
.cid-uuEDcnyygd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uuEDcnyygd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuEDcnyygd .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-uuEDcnyygd .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uuEDcnyygd .row {
    margin: 0;
  }
}
.cid-uuEDcnyygd .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uuEDcnyygd .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uuEDcnyygd .image-wrapper {
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uuEDcnyygd .image-wrapper {
    padding: 24px;
  }
}
.cid-uuEDcnyygd .image-wrapper img {
  height: auto;
  width: 100%;
  object-fit: cover;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uuEDcnyygd .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uuEDcnyygd .image-wrapper img:last-child {
  margin-bottom: 0px;
}
.cid-uuEDcnyygd .main-image-wrapper {
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uuEDcnyygd .main-image-wrapper {
    padding: 24px;
  }
}
.cid-uuEDcnyygd .main-image-wrapper img {
  height: auto;
  width: 100%;
  object-fit: cover;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uuEDcnyygd .main-image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uuEDcnyygd .main-image-wrapper img:last-child {
  margin-bottom: 0px;
}
.cid-uuEDcnyygd .vertical-label {
  color: #fff;
  position: absolute;
  display: inline-block;
  transform: rotate(270deg);
  font-family: 'spiegel';
  letter-spacing: 1px;
  font-size: 12px;
  top: 40%;
  left: -4em;
  z-index: 200;
}
.cid-uuEDcnyygd .vertical-label:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  right: -6em;
  top: 0.75em;
}
.cid-uuJ5szjCwd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/net-texture2-48x400.png");
}
.cid-uuJ5szjCwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJ5szjCwd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuJ5szjCwd .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uuJ5szjCwd .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uuJ5szjCwd .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uuJ5szjCwd .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uuJ5szjCwd .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uuJ5szjCwd .content-wrapper .title-wrapper .mbr-section-title {
  font-size: 3.6em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .cid-uuJ5szjCwd .content-wrapper .title-wrapper .mbr-section-title {
    font-size: 3em;
  }
}
.cid-uuJ5szjCwd .content-wrapper .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uuJ5szjCwd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJ5szjCwd .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .cid-uuJ5szjCwd .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 800px) {
  .cid-uuJ5szjCwd .image-wrapper img {
    font-size: auto;
    height: auto;
  }
}
.cid-uuJ5szjCwd .mbr-section-title {
  color: #404349;
}
.cid-uuJ5szjCwd .mbr-desc {
  color: #b19a7c;
}
.cid-uuJ5szjCwd .mbr-text {
  color: #404349;
}
.cid-uuJ5szjCwd .flex {
  display: flex;
  align-items: center;
}
.cid-uuJ7KPUUaU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uuJ7KPUUaU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJ7KPUUaU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuJ7KPUUaU .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uuJ7KPUUaU .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uuJ7KPUUaU .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uuJ7KPUUaU .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uuJ7KPUUaU .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uuJ7KPUUaU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uuJ7KPUUaU .content-wrapper .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uuJ7KPUUaU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJ7KPUUaU .image-wrapper img {
  height: auto;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uuJ7KPUUaU .image-wrapper img {
    height: auto;
  }
}
.cid-uuJ7KPUUaU .mbr-section-title {
  color: #404349;
  font-size: 3.6em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .cid-uuJ7KPUUaU .mbr-section-title {
    font-size: 3em;
  }
}
.cid-uuJ7KPUUaU .mbr-desc {
  color: #b19a7c;
}
.cid-uuJ7KPUUaU .mbr-text {
  color: #404349;
}
.cid-uuJ7KPUUaU .flex {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uuJ7KPUUaU .mobile-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
.cid-uuJaY5cS9a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/net-texture2-48x400.png");
}
.cid-uuJaY5cS9a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJaY5cS9a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuJaY5cS9a .items-wrapper {
  justify-content: flex-end;
}
.cid-uuJaY5cS9a .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJaY5cS9a .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uuJaY5cS9a .content-wrapper .mbr-section-title {
  color: #404349;
  font-size: 3.6em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .cid-uuJaY5cS9a .content-wrapper .mbr-section-title {
    font-size: 3em;
  }
}
.cid-uuJaY5cS9a .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uuJaY5cS9a .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJaY5cS9a .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uuJaY5cS9a .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uuJaY5cS9a .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uuJaY5cS9a .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uuJaY5cS9a .content-wrap {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .cid-uuJaY5cS9a .content-wrap {
    display: block;
  }
}
.cid-uuJaY5cS9a .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uuJaY5cS9a .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uuJaY5cS9a .content-wrap .image-wrapper img {
  height: 480px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uuJaY5cS9a .content-wrap .image-wrapper img {
    height: auto;
  }
}
.cid-uuJaY5cS9a .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 300px;
  height: 200px;
}
@media (max-width: 500px) {
  .cid-uuJaY5cS9a .content-wrap .image-wrap {
    width: 100%;
    height: auto;
    position: relative;
  }
}
.cid-uuJaY5cS9a .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 340px;
  height: auto;
  object-fit: cover;
}
@media (max-width: 500px) {
  .cid-uuJaY5cS9a .content-wrap .image-wrap img {
    height: auto;
    width: 100%;
    display: block;
    position: relative;
  }
}
.cid-uuJaY5cS9a .mbr-desc {
  color: #272b2e;
}
.cid-uuJaY5cS9a .mbr-section-title {
  color: #272b2e;
}
.cid-uuJaY5cS9a .mbr-text,
.cid-uuJaY5cS9a .text-wrapper {
  color: #272b2e;
}
.cid-uuExEon7Oi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/uich-les-clef-dor-malaysia-define-internationa-event-management-company-250x167.jpg");
}
.cid-uuExEon7Oi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuExEon7Oi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuExEon7Oi .container {
    padding: 0 16px;
    margin: 0 auto;
  }
}
.cid-uuExEon7Oi .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uuExEon7Oi .row {
    margin: 0 10px;
  }
}
.cid-uuExEon7Oi .row .card {
  padding: 0;
}
.cid-uuExEon7Oi .image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 20px !important;
}
.cid-uuExEon7Oi .vertical-label {
  color: #fff;
  position: absolute;
  display: inline-block;
  transform: rotate(270deg);
  font-family: 'spiegel';
  letter-spacing: 1px;
  font-size: 12px;
  top: 40%;
  left: -4em;
  z-index: 200;
}
.cid-uuExEon7Oi .vertical-label:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  right: -6em;
  top: 0.75em;
}
.cid-uuExEon7Oi .mbr-section-title {
  color: #fff;
  text-align: center;
  font-size: 3.6em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .cid-uuExEon7Oi .mbr-section-title {
    font-size: 3em;
  }
}
.cid-uuExEon7Oi .mbr-section-subtitle {
  line-height: 1.7;
  color: #fff;
  text-align: center;
  max-width: 1080px;
  margin: 0 auto;
}
.cid-uuJkR4N4sa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uuJkR4N4sa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJkR4N4sa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJkR4N4sa .mobile-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
.cid-uuJkR4N4sa .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uuJkR4N4sa .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uuJkR4N4sa .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uuJkR4N4sa .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uuJkR4N4sa .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uuJkR4N4sa .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
  font-size: 3.6em;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .cid-uuJkR4N4sa .content-wrapper .title-wrapper .mbr-section-title {
    font-size: 3em;
  }
}
.cid-uuJkR4N4sa .content-wrapper .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uuJkR4N4sa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJkR4N4sa .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uuJkR4N4sa .image-wrapper img {
    height: 350px;
  }
}
.cid-uuJkR4N4sa .mbr-section-title {
  color: #404349;
}
.cid-uuJkR4N4sa .mbr-desc {
  color: #b19a7c;
}
.cid-uuJkR4N4sa .mbr-text {
  color: #404349;
}
.cid-uuKj0zEjV0 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/define-international-tgv-imax-sunway-pyramid-launch-11-1600x1067.jpg");
}
.cid-uuKj0zEjV0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuKj0zEjV0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuKj0zEjV0 img {
  object-fit: cover;
}
.cid-uuKj0zEjV0 .mbr-text,
.cid-uuKj0zEjV0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uuKj0zEjV0 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 3.6em;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .cid-uuKj0zEjV0 .mbr-section-subtitle {
    font-size: 3em;
  }
}
.cid-uuExEptZAA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uuExEptZAA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuExEptZAA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuExEptZAA .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uuExEptZAA .container-fluid {
    padding: 0 20px;
  }
}
.cid-uuExEptZAA .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uuExEptZAA .container {
    padding: 0 20px;
  }
}
.cid-uuExEptZAA .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uuExEptZAA .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uuExEptZAA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uuExEptZAA .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uuExEptZAA .list {
    margin-bottom: 30px;
  }
}
.cid-uuExEptZAA .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-uuExEptZAA .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uuExEptZAA .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uuExEptZAA .list .item-wrap:hover::before,
.cid-uuExEptZAA .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uuExEptZAA .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uuExEptZAA .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uuExEptZAA .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uuExEptZAA .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uuExEptZAA .social-wrapper .soc-item a {
  display: block;
}
.cid-uuExEptZAA .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uuExEptZAA .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uuExEptZAA .copyright {
  padding: 30px 0;
  border-top: 1px solid #000000;
  margin: 0;
  color: #D2D3D5;
  text-align: center;
}
.cid-uuExEptZAA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uuExEptZAA .mbr-section-title DIV {
  text-align: center;
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

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

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

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

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

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

.mb-4 {
  margin-bottom: 2rem !important;
}
@media (min-width: 1600px) {.container { max-width:1560px;}}
@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

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

.item {
  position: relative;
}

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

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

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

@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-uuKzRbSxFb {
  z-index: 1000;
  width: 100%;
}
.cid-uuKzRbSxFb .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
  position: fixed;
}
.cid-uuKzRbSxFb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uuKzRbSxFb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uuKzRbSxFb .menu_box .navbar.opened,
  .cid-uuKzRbSxFb .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uuKzRbSxFb nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uuKzRbSxFb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uuKzRbSxFb .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uuKzRbSxFb .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uuKzRbSxFb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uuKzRbSxFb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uuKzRbSxFb .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    right: 40%;
    background-color: #f4f5f7;
  }
  .cid-uuKzRbSxFb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uuKzRbSxFb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uuKzRbSxFb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uuKzRbSxFb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uuKzRbSxFb .offcanvas-body .mbr-text,
  .cid-uuKzRbSxFb .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uuKzRbSxFb .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uuKzRbSxFb .offcanvas_box button.btn_offcanvas {
    outline: none;
    z-index: 1060;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uuKzRbSxFb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uuKzRbSxFb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uuKzRbSxFb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uuKzRbSxFb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uuKzRbSxFb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uuKzRbSxFb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uuKzRbSxFb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uuKzRbSxFb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uuKzRbSxFb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uuKzRbSxFb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 5px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0.1em !important;
    z-index: 1;
  }
  .cid-uuKzRbSxFb .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uuKzRbSxFb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uuKzRbSxFb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uuKzRbSxFb .nav-item {
    margin: 0 !important;
  }
}
.cid-uuKzRbSxFb .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uuKzRbSxFb .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -0.5em;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #fff;
  transition: all 0.3s ease-out;
}
.cid-uuKzRbSxFb .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uuKzRbSxFb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uuKzRbSxFb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uuKzRbSxFb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uuKzRbSxFb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uuKzRbSxFb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uuKzRbSxFb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uuKzRbSxFb .offcanvas_box {
    display: none;
  }
}
.cid-uuKzRbSxFb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uuKzRbSxFb .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uuKzRbSxFb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uuKzRbSxFb .container {
  display: flex;
  margin: auto;
}
.cid-uuKzRbSxFb .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uuKzRbSxFb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uuKzRbSxFb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uuKzRbSxFb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uuKzRbSxFb .navbar-nav {
    margin: 0;
  }
}
.cid-uuKzRbSxFb .dropdown-menu,
.cid-uuKzRbSxFb .navbar.opened {
  background-color: false !important;
}
.cid-uuKzRbSxFb .nav-item:focus,
.cid-uuKzRbSxFb .nav-link:focus {
  outline: none;
}
.cid-uuKzRbSxFb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuKzRbSxFb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuKzRbSxFb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuKzRbSxFb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuKzRbSxFb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuKzRbSxFb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuKzRbSxFb .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uuKzRbSxFb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uuKzRbSxFb .navbar.opened {
  transition: all 0.3s;
}
.cid-uuKzRbSxFb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uuKzRbSxFb .navbar .navbar-logo img {
  max-width: 160px;
  max-height: 80px;
  height: auto !important;
  object-fit: contain;
}
.cid-uuKzRbSxFb .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uuKzRbSxFb .navbar.collapsed {
  justify-content: center;
}
.cid-uuKzRbSxFb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuKzRbSxFb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uuKzRbSxFb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuKzRbSxFb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuKzRbSxFb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuKzRbSxFb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uuKzRbSxFb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uuKzRbSxFb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uuKzRbSxFb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uuKzRbSxFb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuKzRbSxFb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuKzRbSxFb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uuKzRbSxFb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuKzRbSxFb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uuKzRbSxFb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuKzRbSxFb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uuKzRbSxFb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uuKzRbSxFb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uuKzRbSxFb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uuKzRbSxFb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuKzRbSxFb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uuKzRbSxFb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuKzRbSxFb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuKzRbSxFb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uuKzRbSxFb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuKzRbSxFb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uuKzRbSxFb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuKzRbSxFb .dropdown-item.active,
.cid-uuKzRbSxFb .dropdown-item:active {
  background-color: transparent;
}
.cid-uuKzRbSxFb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuKzRbSxFb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuKzRbSxFb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuKzRbSxFb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuKzRbSxFb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uuKzRbSxFb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuKzRbSxFb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #c28f2c;
}
.cid-uuKzRbSxFb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uuKzRbSxFb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuKzRbSxFb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuKzRbSxFb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuKzRbSxFb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuKzRbSxFb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuKzRbSxFb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuKzRbSxFb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuKzRbSxFb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuKzRbSxFb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uuKzRbSxFb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uuKzRbSxFb .navbar {
    height: 70px;
  }
  .cid-uuKzRbSxFb .navbar.opened {
    height: auto;
  }
  .cid-uuKzRbSxFb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuKzRbSxFb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uuKzRbSxFb .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uuKzRbSxFb .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uuKzRbSxFb .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uuKzRbSxFb .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uuKzRbSxFb .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uuKzRbSxFb .navbar-caption:hover {
  color: #c28f2c;
}
@media (min-width: 992px) {
  .cid-uuKzRbSxFb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uuKzRbSxFb .text_widget {
  margin-bottom: 32px;
}
.cid-uuKzRbSxFb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uuKzRbSxFb .text_widget a:hover {
  opacity: .5;
}
.cid-uuKzRbSxFb .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uuKzRbSxFb .navbar-caption {
  color: #000000;
}
.cid-uuKzRbSxFb .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uuKzRbSxFb .mbr-section-subtitle,
.cid-uuKzRbSxFb .text_widget,
.cid-uuKzRbSxFb .mbr-section-btn {
  text-align: left;
}
.cid-uuKzRbSxFb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uuKzRcFt5q {
  padding-top: 20rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/join-us-banner-1600x1009.jpg");
}
.cid-uuKzRcFt5q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuKzRcFt5q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuKzRcFt5q img {
  width: 220px;
}
.cid-uuKzRcFt5q .img-col {
  border-left: 1px solid gray;
  padding: 4rem 2rem;
}
@media (min-width: 768px) {
  .cid-uuKzRcFt5q {
    align-items: center;
  }
  .cid-uuKzRcFt5q .row {
    justify-content: flex-start;
  }
}
.cid-uuKzRcFt5q .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uuKzRcFt5q .mbr-text,
.cid-uuKzRcFt5q .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uuKzRcFt5q .mbr-section-title,
.cid-uuKzRcFt5q .line {
  color: #ffffff;
}
.cid-uuKzRcFt5q h2 {
  position: relative;
  width: fit-content;
  display: inline-block;
}
.cid-uuKzRcFt5q .mbr-section-subtitle,
.cid-uuKzRcFt5q .align {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 500px) {
  .cid-uuKzRcFt5q .content-wrap {
    max-width: 100% !important;
  }
}
@media (max-width: 500px) {
  .cid-uuKzRcFt5q .logo img {
    bottom: 27px !important;
  }
}
.cid-uuKG2Tkmsd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f5f7;
  overflow: hidden;
}
.cid-uuKG2Tkmsd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuKG2Tkmsd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuKG2Tkmsd .container {
    padding: 0 22px;
  }
}
.cid-uuKG2Tkmsd .card {
  justify-content: center;
}
.cid-uuKG2Tkmsd .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uuKG2Tkmsd .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uuKG2Tkmsd .content-wrapper .mbr-section-title {
  font-size: 3.6em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .cid-uuKG2Tkmsd .content-wrapper .mbr-section-title {
    font-size: 3em;
  }
}
.cid-uuKG2Tkmsd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuKG2Tkmsd .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uuKG2Tkmsd .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #f4f5f7;
}
@media (max-width: 1440px) {
  .cid-uuKG2Tkmsd .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uuKG2Tkmsd .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uuKG2Tkmsd .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uuKG2Tkmsd .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uuKG2Tkmsd .mbr-section-title {
  color: #10162e;
}
.cid-uuKG2Tkmsd .mbr-text {
  color: #10162e;
}
.cid-uuKEpEJe0Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/the-great-sbo-party-2017-1360x905.jpg");
}
.cid-uuKEpEJe0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuKEpEJe0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuKEpEJe0Z .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uuKEpEJe0Z .container-fluid {
    padding: 0 20px;
  }
}
.cid-uuKEpEJe0Z .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uuKEpEJe0Z .container {
    padding: 0 20px;
  }
}
.cid-uuKEpEJe0Z .row {
  min-height: 650px;
}
@media (max-width: 992px) {
  .cid-uuKEpEJe0Z .row {
    min-height: 450px;
  }
}
.cid-uuKEAMnQGZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uuKEAMnQGZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuKEAMnQGZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuKEAMnQGZ .container {
    padding: 0 15px;
  }
}
.cid-uuKEAMnQGZ .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uuKEAMnQGZ .content-wrap {
    display: block;
  }
}
.cid-uuKEAMnQGZ .content-wrap .mbr-section-title {
  width: 47%;
  margin-bottom: 60px;
  font-size: 3.6em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cid-uuKEAMnQGZ .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
    font-size: 3em;
  }
}
.cid-uuKEAMnQGZ .content-wrap .mbr-text {
  width: 53%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uuKEAMnQGZ .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uuKEAMnQGZ .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uuKEAMnQGZ .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uuKEAMnQGZ .mbr-section-title {
  color: #3f1819;
}
.cid-uuKEAMnQGZ .mbr-desc,
.cid-uuKEAMnQGZ .desc-wrapper {
  color: #3f1819;
}
.cid-uuKKs0S0WI {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uuKKs0S0WI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuKKs0S0WI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuKKs0S0WI .container {
    padding: 0 20px;
  }
}
.cid-uuKKs0S0WI .image-wrapper {
  position: relative;
  padding: 0 100px 60px 50px;
  height: 100%;
  padding: 0 50px 60px 100px;
}
@media (max-width: 992px) {
  .cid-uuKKs0S0WI .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uuKKs0S0WI .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-uuKKs0S0WI .image-wrapper .image_1 {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uuKKs0S0WI .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-uuKKs0S0WI .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 240px;
  max-width: 300px;
  object-fit: cover;
  right: auto;
  left: 0;
}
@media (max-width: 992px) {
  .cid-uuKKs0S0WI .image-wrapper .image_2 {
    display: none;
  }
}
.cid-uuKKs0S0WI .image-wrapper .image_3 {
  position: absolute;
  bottom: 10%;
  left: 0;
  height: 180px;
  max-width: 160px;
  object-fit: cover;
  left: auto;
  right: 0;
}
@media (max-width: 992px) {
  .cid-uuKKs0S0WI .image-wrapper .image_3 {
    display: none;
  }
}
.cid-uuKKs0S0WI .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uuKKs0S0WI .title-wrapper .title-wrap {
  padding-left: 42px;
  padding-left: 0;
  padding-right: 42px;
}
.cid-uuKKs0S0WI .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
  font-size: 3.6em;
}
@media (max-width: 768px) {
  .cid-uuKKs0S0WI .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
    font-size: 3em;
  }
}
.cid-uuKKs0S0WI .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uuKKs0S0WI .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uuKKs0S0WI .mbr-section-title {
  color: #000000;
}
.cid-uuKKs0S0WI .mbr-text {
  color: #6a6e71;
}
.cid-uuKIKP4kC5 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/picture2-627x400.jpg");
}
.cid-uuKIKP4kC5::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uuKIKP4kC5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuKIKP4kC5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuKIKP4kC5 .container {
    padding: 0 22px;
  }
}
.cid-uuKIKP4kC5 .row {
  justify-content: center;
}
.cid-uuKIKP4kC5 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uuKIKP4kC5 .content-wrapper {
    padding: 0;
  }
}
.cid-uuKIKP4kC5 .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
  font-size: 3.6em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cid-uuKIKP4kC5 .content-wrapper .mbr-section-title {
    font-size: 3em;
  }
}
.cid-uuKIKP4kC5 .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uuKIKP4kC5 .mbr-section-title {
  color: #ffffff;
}
.cid-uuKIKP4kC5 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uuKIKP4kC5 .mbr-section-title,
.cid-uuKIKP4kC5 .mbr-section-btn {
  text-align: center;
}
.cid-uuKzRg5znA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uuKzRg5znA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuKzRg5znA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuKzRg5znA .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uuKzRg5znA .container-fluid {
    padding: 0 20px;
  }
}
.cid-uuKzRg5znA .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uuKzRg5znA .container {
    padding: 0 20px;
  }
}
.cid-uuKzRg5znA .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uuKzRg5znA .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uuKzRg5znA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uuKzRg5znA .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uuKzRg5znA .list {
    margin-bottom: 30px;
  }
}
.cid-uuKzRg5znA .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-uuKzRg5znA .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uuKzRg5znA .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uuKzRg5znA .list .item-wrap:hover::before,
.cid-uuKzRg5znA .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uuKzRg5znA .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uuKzRg5znA .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uuKzRg5znA .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uuKzRg5znA .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uuKzRg5znA .social-wrapper .soc-item a {
  display: block;
}
.cid-uuKzRg5znA .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uuKzRg5znA .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uuKzRg5znA .copyright {
  padding: 30px 0;
  border-top: 1px solid #000000;
  margin: 0;
  color: #D2D3D5;
  text-align: center;
}
.cid-uuKzRg5znA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uuKzRg5znA .mbr-section-title DIV {
  text-align: center;
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

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

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

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

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

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

.mb-4 {
  margin-bottom: 2rem !important;
}
@media (min-width: 1600px) {.container { max-width:1560px;}}
@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

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

.item {
  position: relative;
}

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

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

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

@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-uuOTUpLwai {
  z-index: 1000;
  width: 100%;
}
.cid-uuOTUpLwai .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
  position: fixed;
}
.cid-uuOTUpLwai .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uuOTUpLwai .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uuOTUpLwai .menu_box .navbar.opened,
  .cid-uuOTUpLwai .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uuOTUpLwai nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uuOTUpLwai .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uuOTUpLwai .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uuOTUpLwai .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uuOTUpLwai .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uuOTUpLwai .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uuOTUpLwai .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    right: 40%;
    background-color: #f4f5f7;
  }
  .cid-uuOTUpLwai .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uuOTUpLwai .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uuOTUpLwai .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uuOTUpLwai .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uuOTUpLwai .offcanvas-body .mbr-text,
  .cid-uuOTUpLwai .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uuOTUpLwai .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uuOTUpLwai .offcanvas_box button.btn_offcanvas {
    outline: none;
    z-index: 1060;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uuOTUpLwai .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uuOTUpLwai .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uuOTUpLwai .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uuOTUpLwai .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uuOTUpLwai .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uuOTUpLwai ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uuOTUpLwai .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uuOTUpLwai .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uuOTUpLwai .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uuOTUpLwai li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 5px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0.1em !important;
    z-index: 1;
  }
  .cid-uuOTUpLwai .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uuOTUpLwai .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uuOTUpLwai .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uuOTUpLwai .nav-item {
    margin: 0 !important;
  }
}
.cid-uuOTUpLwai .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uuOTUpLwai .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -0.5em;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #fff;
  transition: all 0.3s ease-out;
}
.cid-uuOTUpLwai .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uuOTUpLwai .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uuOTUpLwai .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uuOTUpLwai .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uuOTUpLwai .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uuOTUpLwai .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uuOTUpLwai .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uuOTUpLwai .offcanvas_box {
    display: none;
  }
}
.cid-uuOTUpLwai .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uuOTUpLwai .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uuOTUpLwai .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uuOTUpLwai .container {
  display: flex;
  margin: auto;
}
.cid-uuOTUpLwai .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uuOTUpLwai .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uuOTUpLwai .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uuOTUpLwai .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uuOTUpLwai .navbar-nav {
    margin: 0;
  }
}
.cid-uuOTUpLwai .dropdown-menu,
.cid-uuOTUpLwai .navbar.opened {
  background-color: false !important;
}
.cid-uuOTUpLwai .nav-item:focus,
.cid-uuOTUpLwai .nav-link:focus {
  outline: none;
}
.cid-uuOTUpLwai .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuOTUpLwai .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuOTUpLwai .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuOTUpLwai .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuOTUpLwai .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuOTUpLwai .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuOTUpLwai .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uuOTUpLwai .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uuOTUpLwai .navbar.opened {
  transition: all 0.3s;
}
.cid-uuOTUpLwai .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uuOTUpLwai .navbar .navbar-logo img {
  max-width: 160px;
  max-height: 80px;
  height: auto !important;
  object-fit: contain;
}
.cid-uuOTUpLwai .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uuOTUpLwai .navbar.collapsed {
  justify-content: center;
}
.cid-uuOTUpLwai .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuOTUpLwai .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uuOTUpLwai .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuOTUpLwai .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuOTUpLwai .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuOTUpLwai .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uuOTUpLwai .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uuOTUpLwai .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uuOTUpLwai .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uuOTUpLwai .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuOTUpLwai .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuOTUpLwai .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uuOTUpLwai .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuOTUpLwai .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uuOTUpLwai .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuOTUpLwai .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uuOTUpLwai .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uuOTUpLwai .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uuOTUpLwai .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uuOTUpLwai .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuOTUpLwai .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uuOTUpLwai .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuOTUpLwai .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuOTUpLwai .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uuOTUpLwai .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuOTUpLwai .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uuOTUpLwai .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuOTUpLwai .dropdown-item.active,
.cid-uuOTUpLwai .dropdown-item:active {
  background-color: transparent;
}
.cid-uuOTUpLwai .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuOTUpLwai .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuOTUpLwai .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuOTUpLwai .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuOTUpLwai ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uuOTUpLwai .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuOTUpLwai button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #c28f2c;
}
.cid-uuOTUpLwai button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uuOTUpLwai button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuOTUpLwai button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuOTUpLwai button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuOTUpLwai button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuOTUpLwai nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuOTUpLwai nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuOTUpLwai nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuOTUpLwai nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuOTUpLwai a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uuOTUpLwai .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uuOTUpLwai .navbar {
    height: 70px;
  }
  .cid-uuOTUpLwai .navbar.opened {
    height: auto;
  }
  .cid-uuOTUpLwai .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuOTUpLwai .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uuOTUpLwai .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uuOTUpLwai .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uuOTUpLwai .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uuOTUpLwai .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uuOTUpLwai .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uuOTUpLwai .navbar-caption:hover {
  color: #c28f2c;
}
@media (min-width: 992px) {
  .cid-uuOTUpLwai .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uuOTUpLwai .text_widget {
  margin-bottom: 32px;
}
.cid-uuOTUpLwai .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uuOTUpLwai .text_widget a:hover {
  opacity: .5;
}
.cid-uuOTUpLwai .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uuOTUpLwai .navbar-caption {
  color: #000000;
}
.cid-uuOTUpLwai .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uuOTUpLwai .mbr-section-subtitle,
.cid-uuOTUpLwai .text_widget,
.cid-uuOTUpLwai .mbr-section-btn {
  text-align: left;
}
.cid-uuOTUpLwai a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uuOTUqJKnh {
  padding-top: 20rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/aig-annual-dinner-2017-5-1306x871.jpg");
}
.cid-uuOTUqJKnh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuOTUqJKnh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuOTUqJKnh img {
  width: 220px;
}
.cid-uuOTUqJKnh .img-col {
  border-left: 1px solid gray;
  padding: 4rem 2rem;
}
@media (min-width: 768px) {
  .cid-uuOTUqJKnh {
    align-items: center;
  }
  .cid-uuOTUqJKnh .row {
    justify-content: flex-start;
  }
}
.cid-uuOTUqJKnh .mbr-section-title {
  text-align: left;
  color: #232323;
}
@media (max-width: 500px) {
  .cid-uuOTUqJKnh .mbr-section-title {
    font-size: 3.4em !important;
  }
}
.cid-uuOTUqJKnh .mbr-text,
.cid-uuOTUqJKnh .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uuOTUqJKnh .mbr-section-title,
.cid-uuOTUqJKnh .line {
  color: #ffffff;
}
.cid-uuOTUqJKnh h2 {
  position: relative;
  width: fit-content;
  display: inline-block;
}
.cid-uuOTUqJKnh .mbr-section-subtitle,
.cid-uuOTUqJKnh .align {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 500px) {
  .cid-uuOTUqJKnh .logo img {
    bottom: 100px !important;
  }
}
.cid-uuOTUrar4o {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/cekaply-defined-overlay-1600x1200.jpg");
}
.cid-uuOTUrar4o .mbr-media {
  position: relative;
}
.cid-uuOTUrar4o .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uuOTUrar4o a:hover {
  background-image: none !important;
}
.cid-uuOTUrar4o .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uuOTUrar4o .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uuOTUrar4o .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uuOTUrar4o .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uuOTUrar4o .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uuOTUrar4o .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uuOTUrar4o .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uuOTUrar4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuOTUrar4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuOTUrar4o .content-head {
  max-width: 900px;
}
@media (max-width: 992px) {
  .cid-uuOTUrar4o .content-head {
    max-width: 600px;
  }
}
.cid-uuOTUrar4o .mbr-section-title {
  color: #291f1e;
}
.cid-uuOTUrar4o .mbr-section-subtitle {
  line-height: 1.7;
}
.cid-uuOTUrar4o .box {
  max-width: 900px;
  margin: 0 auto;
}
.cid-uuOTUrar4o .maintitle {
  font-size: 5.6em;
  line-height: 1;
}
@media (max-width: 1024px) {
  .cid-uuOTUrar4o .maintitle {
    font-size: 4.6em;
  }
}
@media (max-width: 992px) {
  .cid-uuOTUrar4o .maintitle {
    font-size: 3em;
  }
}
.cid-uuOTUrar4o .round {
  border-radius: 50%;
  overflow: hidden;
}
.cid-uuOTUrar4o .vertical-label {
  color: #000;
  position: absolute;
  display: inline-block;
  transform: rotate(270deg);
  font-family: 'spiegel';
  letter-spacing: 1px;
  font-size: 12px;
  top: 40%;
  left: -2em;
  z-index: 200;
}
.cid-uuOTUrar4o .vertical-label:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  right: -6em;
  top: 0.75em;
}
.cid-uuOXD7HnAS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uuOXD7HnAS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuOXD7HnAS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuOXD7HnAS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uuOXD7HnAS .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uuOXD7HnAS .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uuOXD7HnAS .container {
    padding: 0 16px;
  }
}
.cid-uuOXD7HnAS .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uuOXD7HnAS .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uuOXD7HnAS .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uuOXD7HnAS .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uuOXD7HnAS .image-wrapper img {
    height: 350px;
  }
}
.cid-uuOXD7HnAS .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .cid-uuOXD7HnAS .content-wrapper {
    margin: 0;
  }
}
.cid-uuOXD7HnAS .desc-wrapper {
  margin-bottom: 24px;
}
.cid-uuOXD7HnAS .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uuOXD7HnAS .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #c28f2c, #c28f2c);
}
.cid-uuOXD7HnAS .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uuOXD7HnAS .dragArea.row .mbr-section-title {
    margin-bottom: 16px !important;
  }
}
.cid-uuOXD7HnAS .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uuOXD7HnAS .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
  }
}
.cid-uuOXD7HnAS .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uuOXD7HnAS .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uuOXD7HnAS .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uuOXD7HnAS .dragArea.row .form-group .form-control:hover,
.cid-uuOXD7HnAS .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uuOXD7HnAS .dragArea.row .form-group .form-control::placeholder {
  color: #222;
  opacity: .7;
}
.cid-uuOXD7HnAS .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uuOXD7HnAS .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uuOXD7HnAS .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 0;
}
.cid-uuOXD7HnAS .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #ffffff;
}
.cid-uuOXD7HnAS .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uuOXD7HnAS .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uuOXD7HnAS .mbr-section-title {
  color: #1c1c1c;
}
.cid-uuOXD7HnAS .mbr-desc {
  color: #1c1c1c;
}
.cid-uuOXD7HnAS .mbr-text {
  color: #1c1c1c;
}
.cid-uuOY8jYiYS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/step06-650x650.jpg");
}
.cid-uuOY8jYiYS .text-content {
  padding-right: 10%;
}
@media (max-width: 992px) {
  .cid-uuOY8jYiYS .text-content {
    padding: 0 12px;
  }
}
.cid-uuOY8jYiYS .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #ffffff;
}
.cid-uuOY8jYiYS .mbr-section-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uuOY8jYiYS .mbr-text {
  margin: 13.5px 0 0 0;
  color: #f4f5f7;
}
.cid-uuOY8jYiYS .address-wrapper {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .cid-uuOY8jYiYS .address-wrapper {
    margin: 20px 0 0 0;
  }
}
.cid-uuOY8jYiYS .address-wrapper .mbr-address {
  margin: 0;
}
.cid-uuOY8jYiYS .address-wrapper .mbr-address span {
  width: 58px;
  height: 58px;
  font-size: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  margin-right: 14px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-uuOY8jYiYS .address-wrapper .mbr-address span {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uuOY8jYiYS .address-wrapper .mbr-address span {
    margin-bottom: 0;
  }
}
.cid-uuOY8jYiYS .address-wrapper .mbr-text,
.cid-uuOY8jYiYS .address-wrapper .mbr-link {
  margin: 0px;
}
.cid-uuOY8jYiYS .address-wrapper:hover span {
  color: #c28f2c;
}
.cid-uuOY8jYiYS .contact-wrapper {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .cid-uuOY8jYiYS .contact-wrapper {
    margin: 20px 0 0 0;
  }
}
.cid-uuOY8jYiYS .contact-wrapper .mbr-contact {
  margin: 0 0 26px 0;
  color: #fff !important;
}
.cid-uuOY8jYiYS .contact-wrapper .mbr-contact span {
  width: 58px;
  height: 58px;
  font-size: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  margin-right: 14px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-uuOY8jYiYS .contact-wrapper .mbr-contact span {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uuOY8jYiYS .contact-wrapper .mbr-contact span {
    margin-bottom: 0;
  }
}
.cid-uuOY8jYiYS .contact-wrapper .item-link {
  margin-top: 14px;
  margin-left: 72px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uuOY8jYiYS .contact-wrapper .item-link {
    margin: 14px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uuOY8jYiYS .contact-wrapper .item-link {
    margin: 6px 0 0 72px;
  }
}
.cid-uuOY8jYiYS .contact-wrapper .item-link .mbr-link {
  margin: 0;
  display: inline-block;
}
.cid-uuOY8jYiYS .contact-wrapper .item-link .mbr-link::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background-color: #6a6a6a;
  transition: all .4s ease;
}
.cid-uuOY8jYiYS .contact-wrapper .mbr-phone {
  margin: 22px 0 0 72px;
}
@media (max-width: 992px) {
  .cid-uuOY8jYiYS .contact-wrapper .mbr-phone {
    margin: 22px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uuOY8jYiYS .contact-wrapper .mbr-phone {
    margin: 6px 0 0 72px;
  }
}
.cid-uuOY8jYiYS .contact-wrapper a:hover {
  color: #c28f2c;
}
.cid-uuOY8jYiYS .item-link:hover .mbr-link::after {
  width: 0;
}
.cid-uuOY8jYiYS .mbr-address,
.cid-uuOY8jYiYS .mbr-iconfont,
.cid-uuOY8jYiYS .mbr-contact {
  color: #20232a;
}
.cid-uuOY8jYiYS .mbr-link {
  color: #84858a;
}
.cid-uuOY8jYiYS .mbr-phone {
  color: #20232a;
}
.cid-uuOY8jYiYS .mbr-iconfont {
  margin-right: 0.5em;
  color: #c28f2c;
}
.cid-uuOY8jYiYS .mbr-contact {
  color: #ffffff;
}
.cid-uuOY8jYiYS .mbr-link,
.cid-uuOY8jYiYS .item-link {
  color: #f4f5f7;
}
.cid-uuP0hPY3ny {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuP0hPY3ny .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuP0hPY3ny .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuP0hPY3ny .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uuP0hPY3ny .container {
    padding: 0;
  }
}
.cid-uuP0hPY3ny .row {
  margin: 0;
}
.cid-uuP0hPY3ny .row .card {
  padding: 0;
  border-radius: 16px !important;
}
.cid-uuP0hPY3ny .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-uuP0hPY3ny .google-map iframe {
    height: 350px;
  }
}
.cid-uuOTUt7IOn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uuOTUt7IOn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuOTUt7IOn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuOTUt7IOn .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uuOTUt7IOn .container-fluid {
    padding: 0 20px;
  }
}
.cid-uuOTUt7IOn .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uuOTUt7IOn .container {
    padding: 0 20px;
  }
}
.cid-uuOTUt7IOn .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uuOTUt7IOn .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uuOTUt7IOn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uuOTUt7IOn .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uuOTUt7IOn .list {
    margin-bottom: 30px;
  }
}
.cid-uuOTUt7IOn .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-uuOTUt7IOn .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uuOTUt7IOn .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uuOTUt7IOn .list .item-wrap:hover::before,
.cid-uuOTUt7IOn .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uuOTUt7IOn .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uuOTUt7IOn .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uuOTUt7IOn .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uuOTUt7IOn .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uuOTUt7IOn .social-wrapper .soc-item a {
  display: block;
}
.cid-uuOTUt7IOn .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uuOTUt7IOn .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uuOTUt7IOn .copyright {
  padding: 30px 0;
  border-top: 1px solid #000000;
  margin: 0;
  color: #D2D3D5;
  text-align: center;
}
.cid-uuOTUt7IOn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uuOTUt7IOn .mbr-section-title DIV {
  text-align: center;
}
