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

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

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

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: 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;
  }
}.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Swiss 721 BT';
  font-size: 7.6rem;
  line-height: 0.9;
}
.display-1 > .mbr-iconfont {
  font-size: 9.5rem;
}
.display-2 {
  font-family: 'Swiss 721 BT';
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-4 {
  font-family: 'Swiss 721 BT';
  font-size: 1.1rem;
  line-height: 1.0;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Cutive Mono', monospace;
  font-size: 1.2rem;
  line-height: 1.0;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'tt0003c_';
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 6.08rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.08rem;
    font-size: calc( 3.3099999999999996rem + (7.6 - 3.3099999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.3099999999999996rem + (7.6 - 3.3099999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    /*titolo2*/
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: 1.44rem;
    /*line-height:~"calc( 1.3 * (@{display2Size-min}rem + (@{display2Size} - @{display2Size-min}) * ((100vw - 20rem) / (48 - 20))))";*/
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    /*~"calc( 1.1 * (@{display4Size-min}rem + (@{display4Size} - @{display4Size-min}) * ((100vw - 20rem) / (48 - 20))))";*/
  }
  .display-5 {
    /*titolo3*/
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: 1.2rem;
    /*line-height:~"calc( 1.4 * (@{display5Size-min}rem + (@{display5Size} - @{display5Size-min}) * ((100vw - 20rem) / (48 - 20))))";*/
  }
  .display-7 {
    /*testo*/
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: 1.43rem;
    /*line-height:~"calc( 1.4 * (@{display7Size-min}rem + (@{display7Size} - @{display7Size-min}) * ((100vw - 20rem) / (48 - 20))))";*/
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #191b1d !important;
}
.bg-success {
  background-color: #dfe2e3 !important;
}
.bg-info {
  background-color: #202020 !important;
}
.bg-warning {
  background-color: #75baba !important;
}
.bg-danger {
  background-color: #fafafa !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #191b1d !important;
  border-color: #191b1d !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ea4e35 !important;
  border-color: #ea4e35 !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: #b52913 !important;
  border-color: #b52913 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b52913 !important;
  border-color: #b52913 !important;
}
.btn-info,
.btn-info:active {
  background-color: #202020 !important;
  border-color: #202020 !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: #dfe2e3 !important;
  border-color: #dfe2e3 !important;
  color: #5b6568 !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: #b1b8bb !important;
  border-color: #b1b8bb !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #5b6568 !important;
  background-color: #b1b8bb !important;
  border-color: #b1b8bb !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #75baba !important;
  border-color: #75baba !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: #489090 !important;
  border-color: #489090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #489090 !important;
  border-color: #489090 !important;
}
.btn-danger,
.btn-danger: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-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.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-danger.disabled,
.btn-danger:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !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: #191b1d;
  color: #191b1d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #191b1d !important;
  border-color: #191b1d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ea4e35;
  color: #ea4e35;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b52913 !important;
  background-color: transparent!important;
  border-color: #b52913 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ea4e35 !important;
  border-color: #ea4e35 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #202020;
  color: #202020;
}
.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: #000000 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #202020 !important;
  border-color: #202020 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #dfe2e3;
  color: #dfe2e3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b1b8bb !important;
  background-color: transparent!important;
  border-color: #b1b8bb !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #5b6568 !important;
  background-color: #dfe2e3 !important;
  border-color: #dfe2e3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #75baba;
  color: #75baba;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #489090 !important;
  background-color: transparent!important;
  border-color: #489090 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #75baba !important;
  border-color: #75baba !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #191b1d !important;
}
.text-secondary {
  color: #ea4e35 !important;
}
.text-success {
  color: #dfe2e3 !important;
}
.text-info {
  color: #202020 !important;
}
.text-warning {
  color: #75baba !important;
}
.text-danger {
  color: #fafafa !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a82611 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a9b1b3 !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: #438686 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c7c7c7 !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: #191b1d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #202020;
}
.alert-warning {
  background-color: #75baba;
}
.alert-danger {
  background-color: #fafafa;
}
.mbr-gallery-filter li.active .btn {
  background-color: #191b1d;
  border-color: #191b1d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #191b1d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cacdd1;
}
.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: #d3d3d3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cae5e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Swiss 721 BT';
  font-size: 1.1rem;
  line-height: 1.0;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #191b1d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Swiss 721 BT';
  font-size: 1.1rem;
  line-height: 1.0;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #191b1d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #191b1d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #191b1d;
}
.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: #191b1d;
  border-bottom-color: #191b1d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #191b1d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ea4e35 !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='%23191b1d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uDyAexczpH {
  z-index: 1000;
  width: 100%;
}
.cid-uDyAexczpH .navbar-dropdown {
  background: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-uDyAexczpH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa !important;
  background: #fafafa;
}
.cid-uDyAexczpH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uDyAexczpH .menu_box .navbar.opened,
  .cid-uDyAexczpH .menu_box .navbar-collapse {
    background-color: #fafafa !important;
    transition: all 0s ease 0s;
  }
}
.cid-uDyAexczpH nav.navbar {
  position: fixed;
  padding-top: 0.1rem;
  padding-bottom: 0rem;
}
.cid-uDyAexczpH .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uDyAexczpH .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uDyAexczpH .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uDyAexczpH .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uDyAexczpH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uDyAexczpH .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uDyAexczpH .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #fcfbf5;
  }
  .cid-uDyAexczpH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uDyAexczpH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uDyAexczpH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uDyAexczpH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uDyAexczpH .offcanvas-body .mbr-text,
  .cid-uDyAexczpH .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uDyAexczpH .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uDyAexczpH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uDyAexczpH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1d;
  }
  .cid-uDyAexczpH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uDyAexczpH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uDyAexczpH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uDyAexczpH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uDyAexczpH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uDyAexczpH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDyAexczpH .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-uDyAexczpH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uDyAexczpH li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uDyAexczpH .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uDyAexczpH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uDyAexczpH .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uDyAexczpH .nav-item {
    margin: 0 !important;
  }
}
.cid-uDyAexczpH .nav-item .nav-link {
  position: relative;
}
.cid-uDyAexczpH .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #191b1d;
  transition: all 0.3s ease-out;
}
.cid-uDyAexczpH .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uDyAexczpH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uDyAexczpH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uDyAexczpH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uDyAexczpH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDyAexczpH .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-uDyAexczpH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uDyAexczpH .offcanvas_box {
    display: none;
  }
}
.cid-uDyAexczpH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uDyAexczpH .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uDyAexczpH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uDyAexczpH .container {
  display: flex;
  margin: auto;
}
.cid-uDyAexczpH .iconfont-wrapper {
  color: #1d1d1d;
  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-uDyAexczpH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uDyAexczpH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uDyAexczpH .navbar-caption {
  color: #1d1d1d;
}
.cid-uDyAexczpH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uDyAexczpH .navbar-nav {
    margin: 0;
  }
}
.cid-uDyAexczpH .dropdown-menu,
.cid-uDyAexczpH .navbar.opened {
  background-color: true !important;
}
.cid-uDyAexczpH .nav-item:focus,
.cid-uDyAexczpH .nav-link:focus {
  outline: none;
}
.cid-uDyAexczpH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDyAexczpH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDyAexczpH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDyAexczpH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDyAexczpH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDyAexczpH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDyAexczpH .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uDyAexczpH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uDyAexczpH .navbar.opened {
  transition: all 0.3s;
}
.cid-uDyAexczpH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uDyAexczpH .navbar .navbar-logo img {
  max-width: 230px;
  max-height: 230px;
  object-fit: contain;
}
.cid-uDyAexczpH .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uDyAexczpH .navbar.collapsed {
  justify-content: center;
}
.cid-uDyAexczpH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDyAexczpH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDyAexczpH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDyAexczpH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDyAexczpH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDyAexczpH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uDyAexczpH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDyAexczpH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uDyAexczpH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uDyAexczpH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDyAexczpH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDyAexczpH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uDyAexczpH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDyAexczpH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uDyAexczpH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDyAexczpH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uDyAexczpH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uDyAexczpH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uDyAexczpH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDyAexczpH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDyAexczpH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uDyAexczpH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDyAexczpH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDyAexczpH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDyAexczpH .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-uDyAexczpH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uDyAexczpH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDyAexczpH .dropdown-item.active,
.cid-uDyAexczpH .dropdown-item:active {
  background-color: transparent;
}
.cid-uDyAexczpH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDyAexczpH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDyAexczpH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDyAexczpH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDyAexczpH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uDyAexczpH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDyAexczpH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
  background: #fcfbf5;
}
.cid-uDyAexczpH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1d;
}
.cid-uDyAexczpH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDyAexczpH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDyAexczpH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDyAexczpH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDyAexczpH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDyAexczpH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDyAexczpH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDyAexczpH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDyAexczpH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uDyAexczpH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDyAexczpH .navbar {
    height: 70px;
  }
  .cid-uDyAexczpH .navbar.opened {
    height: auto;
  }
  .cid-uDyAexczpH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDyAexczpH .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uDyAexczpH .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uDyAexczpH .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uDyAexczpH .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uDyAexczpH .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uDyAexczpH .navbar-caption:hover {
  color: #191b1d;
}
@media (min-width: 992px) {
  .cid-uDyAexczpH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uDyAexczpH .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-uDyAexczpH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uDyAexczpH .text_widget a:hover {
  color: #191b1d !important;
}
.cid-uDyAexczpH .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-uDyAexczpH .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-uDyAexczpH .mbr-section-subtitle,
.cid-uDyAexczpH .text_widget,
.cid-uDyAexczpH .mbr-section-btn {
  text-align: left;
  color: #1d1d1d;
}
.cid-uDyAexczpH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uEQTzvopzi {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uEQTzvopzi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQTzvopzi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQTzvopzi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-uEQTzvopzi .container-fluid {
    padding: 0 20px;
  }
}
.cid-uEQTzvopzi .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uEQTzvopzi .container {
    padding: 0 20px;
  }
}
.cid-uEQTzvopzi .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uEQTzvopzi .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uEQTzvopzi .mbr-section-title {
  color: #1d1d1d;
}
.cid-uEQTzvopzi .mbr-text {
  color: #706f6d;
}
.cid-uF8X1FKHat {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #fafafa;
}
.cid-uF8X1FKHat .underline .line {
  width: 2rem;
  height: 0px;
  background: #878787;
  display: inline-block;
}
.cid-uF8X1FKHat .mbr-section-title,
.cid-uF8X1FKHat .mbr-section-subtitle,
.cid-uF8X1FKHat .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uF8X1FKHat .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uF8X1FKHat .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF8X1FKHat .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uF8X1FKHat .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uF8X1FKHat .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1d1d1d;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uF8X1FKHat .icon-focus {
  display: none;
}
.cid-uF8X1FKHat .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uF8X1FKHat ul {
  font-size: 0;
}
.cid-uF8X1FKHat .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uF8X1FKHat .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uF8X1FKHat .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-uF8X1FKHat .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uF8X1FKHat .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uF8X1FKHat .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uF8X1FKHat .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uF8X1FKHat .btn:hover {
  background: transparent !important;
}
.cid-uF8X1FKHat .btn:hover:before {
  background: transparent !important;
}
.cid-uF8X1FKHat .btn:before {
  background-color: transparent !important;
}
.cid-uF8X1FKHat .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-uFa7CEKxv4 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #1d1d1d;
}
.cid-uFa7CEKxv4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFa7CEKxv4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFa7CEKxv4 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-uFa7CEKxv4 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uFa7CEKxv4 .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uFa7CEKxv4 .container {
    padding: 0 20px;
  }
}
.cid-uFa7CEKxv4 .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uFa7CEKxv4 .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uFa7CEKxv4 .mbr-section-title {
  color: #1d1d1d;
}
.cid-uFa7CEKxv4 .mbr-text {
  color: #706f6d;
  text-align: right;
}
.cid-uFa7CEKxv4 .mbr-section-title,
.cid-uFa7CEKxv4 .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uFa9sjxV8M {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #1d1d1d;
}
.cid-uFa9sjxV8M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFa9sjxV8M .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-uFa9sjxV8M .container {
    padding: 0 20px;
  }
}
.cid-uFa9sjxV8M .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFa9sjxV8M .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-uFa9sjxV8M .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFa9sjxV8M .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uFaaGvR9t8 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ea4e35;
}
.cid-uFaaGvR9t8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFaaGvR9t8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFaaGvR9t8 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-uFaaGvR9t8 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uFaaGvR9t8 .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uFaaGvR9t8 .container {
    padding: 0 20px;
  }
}
.cid-uFaaGvR9t8 .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uFaaGvR9t8 .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uFaaGvR9t8 .mbr-section-title {
  color: #1d1d1d;
}
.cid-uFaaGvR9t8 .mbr-text {
  color: #706f6d;
}
.cid-uFaaNbrPW2 {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ea4e35;
}
.cid-uFaaNbrPW2 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uFaaNbrPW2 .mbr-section-title,
.cid-uFaaNbrPW2 .mbr-section-subtitle,
.cid-uFaaNbrPW2 .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFaaNbrPW2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uFaaNbrPW2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFaaNbrPW2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFaaNbrPW2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uFaaNbrPW2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1d1d1d;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uFaaNbrPW2 .icon-focus {
  display: none;
}
.cid-uFaaNbrPW2 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uFaaNbrPW2 ul {
  font-size: 0;
}
.cid-uFaaNbrPW2 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uFaaNbrPW2 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uFaaNbrPW2 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-uFaaNbrPW2 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uFaaNbrPW2 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uFaaNbrPW2 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uFaaNbrPW2 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uFaaNbrPW2 .btn:hover {
  background: transparent !important;
}
.cid-uFaaNbrPW2 .btn:hover:before {
  background: transparent !important;
}
.cid-uFaaNbrPW2 .btn:before {
  background-color: transparent !important;
}
.cid-uFaaNbrPW2 .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-uFa0RxJeLY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dfe2e3;
}
.cid-uFa0RxJeLY .mbr-fallback-image.disabled {
  display: yes;
}
.cid-uFa0RxJeLY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
}
.cid-uFa0RxJeLY .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uFa0RxJeLY .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uFa0RxJeLY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFa0RxJeLY .container {
    padding: 0 16px;
  }
}
.cid-uFa0RxJeLY .row {
  justify-content: center;
}
.cid-uFa0RxJeLY .content-wrapper {
  margin-bottom: 36px;
}
.cid-uFa0RxJeLY .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFa0RxJeLY .content-wrapper .email-wrapper {
  display: block;
}
.cid-uFa0RxJeLY .content-wrapper .email-wrapper:hover .mbr-email,
.cid-uFa0RxJeLY .content-wrapper .email-wrapper:focus .mbr-email {
  color: #ea4e35;
}
.cid-uFa0RxJeLY .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uFa0RxJeLY .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uFa0RxJeLY .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-uFa0RxJeLY .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFa0RxJeLY .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFa0RxJeLY .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFa0RxJeLY .contacts-wrapper .list .item-wrap:hover,
.cid-uFa0RxJeLY .contacts-wrapper .list .item-wrap:focus {
  color: #ea4e35;
}
.cid-uFa0RxJeLY .border-wrap {
  height: 3px;
  background-color: #1d1d1d;
  margin-bottom: 36px;
}
.cid-uFa0RxJeLY .mbr-copy {
  margin-bottom: 0;
  color: #202020;
  text-align: center;
}
.cid-uFa0RxJeLY .mbr-section-title {
  color: #080808;
}
.cid-uFa0RxJeLY .mbr-email {
  color: #1d1d1d;
}
.cid-uFa0RxJeLY .mbr-desc {
  color: #333333;
}
.cid-uFa0RxJeLY .list {
  color: #333333;
}
.cid-uFa0RxJeLY .mbr-section-title,
.cid-uFa0RxJeLY .mbr-section-btn {
  color: #202020;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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: 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-uDyAexczpH {
  z-index: 1000;
  width: 100%;
}
.cid-uDyAexczpH .navbar-dropdown {
  background: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-uDyAexczpH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa !important;
  background: #fafafa;
}
.cid-uDyAexczpH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uDyAexczpH .menu_box .navbar.opened,
  .cid-uDyAexczpH .menu_box .navbar-collapse {
    background-color: #fafafa !important;
    transition: all 0s ease 0s;
  }
}
.cid-uDyAexczpH nav.navbar {
  position: fixed;
  padding-top: 0.1rem;
  padding-bottom: 0rem;
}
.cid-uDyAexczpH .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uDyAexczpH .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uDyAexczpH .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uDyAexczpH .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uDyAexczpH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uDyAexczpH .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uDyAexczpH .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #fcfbf5;
  }
  .cid-uDyAexczpH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uDyAexczpH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uDyAexczpH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uDyAexczpH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uDyAexczpH .offcanvas-body .mbr-text,
  .cid-uDyAexczpH .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uDyAexczpH .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uDyAexczpH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uDyAexczpH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1d;
  }
  .cid-uDyAexczpH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uDyAexczpH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uDyAexczpH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uDyAexczpH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uDyAexczpH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uDyAexczpH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDyAexczpH .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-uDyAexczpH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uDyAexczpH li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uDyAexczpH .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uDyAexczpH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uDyAexczpH .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uDyAexczpH .nav-item {
    margin: 0 !important;
  }
}
.cid-uDyAexczpH .nav-item .nav-link {
  position: relative;
}
.cid-uDyAexczpH .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #191b1d;
  transition: all 0.3s ease-out;
}
.cid-uDyAexczpH .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uDyAexczpH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uDyAexczpH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uDyAexczpH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uDyAexczpH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDyAexczpH .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-uDyAexczpH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uDyAexczpH .offcanvas_box {
    display: none;
  }
}
.cid-uDyAexczpH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uDyAexczpH .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uDyAexczpH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uDyAexczpH .container {
  display: flex;
  margin: auto;
}
.cid-uDyAexczpH .iconfont-wrapper {
  color: #1d1d1d;
  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-uDyAexczpH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uDyAexczpH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uDyAexczpH .navbar-caption {
  color: #1d1d1d;
}
.cid-uDyAexczpH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uDyAexczpH .navbar-nav {
    margin: 0;
  }
}
.cid-uDyAexczpH .dropdown-menu,
.cid-uDyAexczpH .navbar.opened {
  background-color: true !important;
}
.cid-uDyAexczpH .nav-item:focus,
.cid-uDyAexczpH .nav-link:focus {
  outline: none;
}
.cid-uDyAexczpH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDyAexczpH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDyAexczpH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDyAexczpH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDyAexczpH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDyAexczpH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDyAexczpH .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uDyAexczpH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uDyAexczpH .navbar.opened {
  transition: all 0.3s;
}
.cid-uDyAexczpH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uDyAexczpH .navbar .navbar-logo img {
  max-width: 230px;
  max-height: 230px;
  object-fit: contain;
}
.cid-uDyAexczpH .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uDyAexczpH .navbar.collapsed {
  justify-content: center;
}
.cid-uDyAexczpH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDyAexczpH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDyAexczpH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDyAexczpH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDyAexczpH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDyAexczpH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uDyAexczpH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDyAexczpH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uDyAexczpH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uDyAexczpH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDyAexczpH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDyAexczpH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uDyAexczpH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDyAexczpH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uDyAexczpH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDyAexczpH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uDyAexczpH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uDyAexczpH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uDyAexczpH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDyAexczpH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDyAexczpH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uDyAexczpH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDyAexczpH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDyAexczpH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDyAexczpH .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-uDyAexczpH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uDyAexczpH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDyAexczpH .dropdown-item.active,
.cid-uDyAexczpH .dropdown-item:active {
  background-color: transparent;
}
.cid-uDyAexczpH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDyAexczpH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDyAexczpH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDyAexczpH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDyAexczpH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uDyAexczpH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDyAexczpH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
  background: #fcfbf5;
}
.cid-uDyAexczpH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1d;
}
.cid-uDyAexczpH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDyAexczpH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDyAexczpH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDyAexczpH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDyAexczpH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDyAexczpH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDyAexczpH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDyAexczpH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDyAexczpH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uDyAexczpH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDyAexczpH .navbar {
    height: 70px;
  }
  .cid-uDyAexczpH .navbar.opened {
    height: auto;
  }
  .cid-uDyAexczpH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDyAexczpH .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uDyAexczpH .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uDyAexczpH .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uDyAexczpH .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uDyAexczpH .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uDyAexczpH .navbar-caption:hover {
  color: #191b1d;
}
@media (min-width: 992px) {
  .cid-uDyAexczpH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uDyAexczpH .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-uDyAexczpH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uDyAexczpH .text_widget a:hover {
  color: #191b1d !important;
}
.cid-uDyAexczpH .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-uDyAexczpH .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-uDyAexczpH .mbr-section-subtitle,
.cid-uDyAexczpH .text_widget,
.cid-uDyAexczpH .mbr-section-btn {
  text-align: left;
  color: #1d1d1d;
}
.cid-uDyAexczpH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFa5S73MDA {
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-uFa5S73MDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFa5S73MDA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uFa5S73MDA .container {
    padding: 0 20px;
  }
}
.cid-uFa5S73MDA .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uFa5S73MDA .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uFa5S73MDA .mbr-section-title {
  color: #1d1d1d;
}
.cid-uFa5S73MDA .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFa5S73MDA .mbr-section-title,
.cid-uFa5S73MDA .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uEWfRuJJtI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ea4e35;
}
.cid-uEWfRuJJtI .item:focus,
.cid-uEWfRuJJtI span:focus {
  outline: none;
}
.cid-uEWfRuJJtI .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uEWfRuJJtI .item {
  padding: 5px 0;
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uEWfRuJJtI .item {
    min-height: 45px;
  }
}
.cid-uFaeSpWHDD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uFaeSpWHDD .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uFaeSpWHDD .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uFaeSpWHDD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFaeSpWHDD .container {
    padding: 0 16px;
  }
}
.cid-uFaeSpWHDD .mbr-section-title {
  margin-bottom: 96px;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-uFaeSpWHDD .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uFaeSpWHDD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
}
@media (max-width: 767px) {
  .cid-uFaeSpWHDD .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uFaeSpWHDD .embla__slide .slide-content {
  width: 100%;
}
.cid-uFaeSpWHDD .embla__slide .slide-content .item-wrapper {
  position: relative;
  z-index: 1;
  min-height: 615px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 58px 28px;
  background-color: #fafafa;
  border-radius: .3rem !important;
}
@media (max-width: 992px) {
  .cid-uFaeSpWHDD .embla__slide .slide-content .item-wrapper {
    padding: 36px 18px;
    min-height: 415px;
  }
}
.cid-uFaeSpWHDD .embla__slide .slide-content .item-wrapper .item-content {
  width: 100%;
}
.cid-uFaeSpWHDD .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uFaeSpWHDD .embla__slide .slide-content .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-uFaeSpWHDD .embla__slide .slide-content .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uFaeSpWHDD .embla__slide .slide-content .item-wrapper .icon-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.cid-uFaeSpWHDD .embla__slide .slide-content .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 134px;
  display: inline-flex;
  color: #1d1d1d;
}
.cid-uFaeSpWHDD .embla__slide .slide-content .item-wrapper .icon-wrapper .mbr-number {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uFaeSpWHDD .embla__button--next,
.cid-uFaeSpWHDD .embla__button--prev {
  display: flex;
}
.cid-uFaeSpWHDD .embla__button {
  top: 2rem;
  width: 85px;
  height: 52px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: transparent !important;
  color: #ea4e35 !important;
  border: 1px solid #ea4e35;
  border-radius: .3rem;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uFaeSpWHDD .embla__button:disabled {
  opacity: .3 !important;
}
.cid-uFaeSpWHDD .embla__button:hover {
  opacity: 1 !important;
}
.cid-uFaeSpWHDD .embla__button.embla__button--prev {
  left: 0;
}
.cid-uFaeSpWHDD .embla__button.embla__button--next {
  left: 6rem;
}
.cid-uFaeSpWHDD .embla {
  position: relative;
  width: 100%;
  padding-top: 125px;
}
@media (max-width: 992px) {
  .cid-uFaeSpWHDD .embla {
    padding-top: 100px;
  }
}
.cid-uFaeSpWHDD .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uFaeSpWHDD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFaeSpWHDD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFaeSpWHDD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFaeSpWHDD .item-title {
  color: #1d1d1d;
}
.cid-uFaeSpWHDD .mbr-text {
  color: #1d1d1d;
}
.cid-uFaeSpWHDD .mbr-number {
  color: #c1c1c1;
}
.cid-uEWfY9SttV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/mbr-1920x1267.jpg");
}
.cid-uEWfY9SttV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEWfY9SttV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEWfY9SttV .card {
  justify-content: center;
}
.cid-uEWfY9SttV .content-wrapper {
  padding: 108px;
  background-color: #1d1d1d;
  margin-right: 64px;
  border-right: 2px solid #ffffff;
}
@media (max-width: 1440px) {
  .cid-uEWfY9SttV .content-wrapper {
    padding: 80px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uEWfY9SttV .content-wrapper {
    padding: 80px 20px;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uEWfY9SttV .content-wrapper {
    border-right: none;
  }
}
.cid-uEWfY9SttV .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uEWfY9SttV .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uEWfY9SttV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uEWfY9SttV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uEWfY9SttV .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px 64px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uEWfY9SttV .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uEWfY9SttV .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }
}
.cid-uEWfY9SttV .content-wrapper .items-wrapper .item .item-wrapper .card-box .dot-wrapper {
  margin-bottom: 16px;
}
.cid-uEWfY9SttV .content-wrapper .items-wrapper .item .item-wrapper .card-box .dot-wrapper .dot-wrap {
  display: inline-flex;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  box-shadow: -3px 3px 0 #ffffff;
}
.cid-uEWfY9SttV .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uEWfY9SttV .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uEWfY9SttV .image-wrapper {
    margin-left: 0;
    margin-bottom: 80px;
  }
}
.cid-uEWfY9SttV .mbr-section-title {
  color: #ffffff;
}
.cid-uEWfY9SttV .mbr-text {
  color: #ffffff;
}
.cid-uEWfY9SttV .item-text {
  color: #ffffff;
}
.cid-uEQksTF6bf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uEQksTF6bf .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uEQksTF6bf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQksTF6bf .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #232323;
  align-items: center;
  justify-content: center;
}
.cid-uEQksTF6bf .row {
  justify-content: center;
}
.cid-uEQksTF6bf .card-box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #232323;
  padding-bottom: 0.5rem;
}
.cid-uEQksTF6bf .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uEQksTF6bf .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uEQksTF6bf .card-link:hover a {
  background-image: none !important;
}
.cid-uEQksTF6bf .mbr-section-subtitle {
  color: #777777;
}
.cid-uEQksTF6bf .card-text {
  color: #232323;
}
.cid-uEQksTF6bf .card-title,
.cid-uEQksTF6bf .iconfont-wrapper {
  color: #232323;
}
.cid-uEW7Z0qok0 {
  background-image: url("../../../assets/images/dscf9719-hdr-2048x1365.jpg");
}
.cid-uEW7Z0qok0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEW7Z0qok0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEW7Z0qok0 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uEW7Z0qok0 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uEW7Z0qok0 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uEW7Z0qok0 .container {
    padding: 0 20px;
  }
}
.cid-uEW7Z0qok0 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uEW7Z0qok0 .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-uEW7Z0qok0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uEW7Z0qok0 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uF7jAtb1rM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-uF7jAtb1rM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7jAtb1rM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF7jAtb1rM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-uF7jAtb1rM .container-fluid {
    padding: 0 20px;
  }
}
.cid-uF7jAtb1rM .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uF7jAtb1rM .container {
    padding: 0 20px;
  }
}
.cid-uF7jAtb1rM .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uF7jAtb1rM .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uF7jAtb1rM .mbr-section-title {
  color: #1d1d1d;
}
.cid-uF7jAtb1rM .mbr-text {
  color: #706f6d;
}
.cid-uF7jAtb1rM .mbr-section-title,
.cid-uF7jAtb1rM .mbr-section-btn {
  text-align: left;
}
.cid-uEWbp8bxUA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #f2f2f2;
}
.cid-uEWbp8bxUA .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uEWbp8bxUA .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uEWbp8bxUA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 354px;
  max-width: 354px;
}
@media (max-width: 992px) {
  .cid-uEWbp8bxUA .embla__slide {
    min-width: 620px;
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cid-uEWbp8bxUA .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uEWbp8bxUA .embla__slide .slide-content {
  width: 100%;
}
.cid-uEWbp8bxUA .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uEWbp8bxUA .embla__slide .slide-content .item-wrapper {
    height: 350px;
  }
}
.cid-uEWbp8bxUA .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #272b2e, transparent);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uEWbp8bxUA .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEWbp8bxUA .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEWbp8bxUA .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uEWbp8bxUA .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEWbp8bxUA .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uEWbp8bxUA .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uEWbp8bxUA .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uEWbp8bxUA .embla__button--next,
.cid-uEWbp8bxUA .embla__button--prev {
  display: flex;
}
.cid-uEWbp8bxUA .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #272b2e !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uEWbp8bxUA .embla__button:hover {
  opacity: .7 !important;
}
.cid-uEWbp8bxUA .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uEWbp8bxUA .embla__button.embla__button--next {
  right: 0;
}
.cid-uEWbp8bxUA .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uEWbp8bxUA .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uEWbp8bxUA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uEWbp8bxUA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uEWbp8bxUA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uEWbp8bxUA .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uEWbp8bxUA .mbr-section-title {
  color: #272b2e;
}
.cid-uEWbp8bxUA .item-tag {
  color: #ffffff;
}
.cid-uEWbp8bxUA .item-name {
  color: #ffffff;
}
.cid-uDytrobyjH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-uDytrobyjH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDytrobyjH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDytrobyjH .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uDytrobyjH .container-fluid {
    padding: 0 12px;
  }
}
.cid-uDytrobyjH .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uDytrobyjH .container {
    padding: 0 20px;
  }
}
.cid-uDytrobyjH .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-uDytrobyjH .card {
  padding: 0;
}
.cid-uDytrobyjH .card:first-child .image-wrap {
  min-height: 600px;
  display: flex;
  align-items: flex-end;
  border-right: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-uDytrobyjH .card:first-child .image-wrap {
    min-height: 250px;
  }
}
.cid-uDytrobyjH .card:first-child .image-wrap img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-top-left-radius: 100%;
  border: 2px solid #d7d7d7;
  border-right: 0;
  border-bottom: 0;
}
.cid-uDytrobyjH .card:nth-child(2) .image-wrap {
  height: 100%;
  border-right: 2px solid #d7d7d7;
}
.cid-uDytrobyjH .card:nth-child(2) .image-wrap img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-bottom: 2px solid #d7d7d7;
}
.cid-uDytrobyjH .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uDytrobyjH .card:last-child {
    padding: 50px 20px;
  }
}
.cid-uDytrobyjH .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDytrobyjH .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDytrobyjH .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-uDytrobyjH .mbr-section-title {
  color: #1d1d1d;
}
.cid-uDytrobyjH .mbr-text {
  color: #1d1d1d;
}
.cid-uEWh2bl8d9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #1d1d1d;
}
.cid-uEWh2bl8d9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEWh2bl8d9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEWh2bl8d9 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uEWh2bl8d9 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uEWh2bl8d9 .content-wrapper {
    padding: 0;
  }
}
.cid-uEWh2bl8d9 .content-wrapper .card-wrapper {
  display: flex;
  background-color: #ea4e35;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uEWh2bl8d9 .content-wrapper .card-wrapper {
    display: block;
  }
}
.cid-uEWh2bl8d9 .content-wrapper .card-wrapper .image-wrapper {
  position: relative;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uEWh2bl8d9 .content-wrapper .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uEWh2bl8d9 .content-wrapper .card-wrapper .image-wrapper img {
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uEWh2bl8d9 .content-wrapper .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uEWh2bl8d9 .content-wrapper .card-wrapper .card-wrap {
  padding: 108px;
  width: 50%;
  border-right: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uEWh2bl8d9 .content-wrapper .card-wrapper .card-wrap {
    border-right: none;
    border-bottom: 2px solid #ffffff;
  }
}
@media (max-width: 1440px) {
  .cid-uEWh2bl8d9 .content-wrapper .card-wrapper .card-wrap {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uEWh2bl8d9 .content-wrapper .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-uEWh2bl8d9 .content-wrapper .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEWh2bl8d9 .content-wrapper .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uEWh2bl8d9 .mbr-section-title {
  color: #2C2625;
}
.cid-uEWDwLlTAv {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-uEWDwLlTAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEWDwLlTAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEWDwLlTAv .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uEWDwLlTAv .container-fluid {
    padding: 0 20px;
  }
}
.cid-uEWDwLlTAv .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uEWDwLlTAv .container {
    padding: 0 20px;
  }
}
.cid-uEWDwLlTAv .mbr-section-title {
  margin-bottom: 64px;
  color: #1d1d1d;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uEWDwLlTAv .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uEWDwLlTAv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-uEWDwLlTAv .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uEWDwLlTAv .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uEWDwLlTAv .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-uEWDwLlTAv .embla__button--next,
.cid-uEWDwLlTAv .embla__button--prev {
  display: flex;
}
.cid-uEWDwLlTAv .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #191b1d;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uEWDwLlTAv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uEWDwLlTAv .embla__button:hover {
  background: transparent;
  color: #191b1d;
  opacity: .7;
}
.cid-uEWDwLlTAv .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-uEWDwLlTAv .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uEWDwLlTAv .embla__button {
    top: 7rem;
  }
}
.cid-uEWDwLlTAv .embla {
  position: relative;
  width: 100%;
}
.cid-uEWDwLlTAv .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uEWDwLlTAv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uEWDwLlTAv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uEWDwLlTAv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uDyqTnAoyX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dfe2e3;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  margin-top: -2px;
}
.cid-uDyqTnAoyX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDyqTnAoyX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDyqTnAoyX .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uDyqTnAoyX .container-fluid {
    padding: 0 20px;
  }
}
.cid-uDyqTnAoyX .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uDyqTnAoyX .container {
    padding: 0 20px;
  }
}
.cid-uDyqTnAoyX .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uDyqTnAoyX .card {
    margin-bottom: 50px;
  }
}
.cid-uDyqTnAoyX .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDyqTnAoyX .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uDyqTnAoyX .contacts-wrap {
  padding-bottom: 32px;
}
.cid-uDyqTnAoyX .contacts-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDyqTnAoyX .contacts-wrap a {
  display: block;
}
.cid-uDyqTnAoyX .contacts-wrap a:hover .mbr-link {
  opacity: .7;
}
.cid-uDyqTnAoyX .contacts-wrap a .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-uDyqTnAoyX .contacts-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uDyqTnAoyX .contacts-address {
  border-top: 1px solid #000000;
  padding-top: 32px;
  padding-bottom: 0;
}
.cid-uDyqTnAoyX .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uDyqTnAoyX .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-uDyqTnAoyX .dragArea.row {
  margin: 0 100px;
  padding: 64px;
  border: 1px solid #000000;
}
@media (max-width: 1200px) {
  .cid-uDyqTnAoyX .dragArea.row {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uDyqTnAoyX .dragArea.row {
    margin: 0;
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .cid-uDyqTnAoyX .dragArea.row {
    margin: 0;
    padding: 20px;
  }
}
.cid-uDyqTnAoyX .dragArea.row .mbr-section-title {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-uDyqTnAoyX .dragArea.row .mbr-section-title {
    margin-bottom: 50px !important;
  }
}
.cid-uDyqTnAoyX .dragArea.row .mbr-text {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-uDyqTnAoyX .dragArea.row .mbr-text {
    margin-bottom: 50px !important;
  }
}
.cid-uDyqTnAoyX .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-uDyqTnAoyX .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  border-radius: 0;
  padding: 16px 0;
  box-shadow: none;
  background-color: transparent;
}
.cid-uDyqTnAoyX .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uDyqTnAoyX .dragArea.row .form-group .form-control:hover,
.cid-uDyqTnAoyX .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none;
}
.cid-uDyqTnAoyX .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px !important;
}
.cid-uDyqTnAoyX .dragArea.row .form-group .form-check {
  margin-bottom: 8px;
}
.cid-uDyqTnAoyX .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uDyqTnAoyX .dragArea.row .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uDyqTnAoyX .dragArea.row .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-uDyqTnAoyX .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-uDyqTnAoyX .mbr-section-title {
  color: #1d1d1d;
}
.cid-uDyqTnAoyX .mbr-desc {
  color: #706f6d;
}
.cid-uDyqTnAoyX .mbr-text {
  color: #1d1d1d;
}
.cid-uDyqTnAoyX label {
  color: #1d1d1d;
}
.cid-uDyqTnAoyX P {
  color: #000000;
}
.cid-uDyqTnAoyX .mbr-section-title,
.cid-uDyqTnAoyX .mbr-section-btn {
  color: #000000;
}
.cid-uEQJuzUxAj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
  background-color: #ea4e35;
}
.cid-uEQJuzUxAj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQJuzUxAj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQJuzUxAj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uEQJuzUxAj .container-fluid {
    padding: 0 20px;
  }
}
.cid-uEQJuzUxAj .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uEQJuzUxAj .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uEQJuzUxAj .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uEQJuzUxAj .video-block .video-wrapper .app-video-wrapper img {
  min-height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEQJuzUxAj .video-block .video-wrapper .app-video-wrapper img {
    min-height: 350px;
  }
}
.cid-uEQJuzUxAj .video-block .video-wrapper .app-video-wrapper:before {
  font-size: 64px;
  color: #1d1d1d;
  text-shadow: none;
}
.cid-uEQJuzUxAj .mbr-section-title {
  color: #1d1d1d;
  text-align: right;
}
.cid-uDynNnTwdJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uDynNnTwdJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDynNnTwdJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDynNnTwdJ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uDynNnTwdJ .container-fluid {
    padding: 0 20px;
  }
}
.cid-uDynNnTwdJ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uDynNnTwdJ .container {
    padding: 0 20px;
  }
}
.cid-uDynNnTwdJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDynNnTwdJ .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uDynNnTwdJ .card-wrap .panel-group {
  padding: 64px;
  border-radius: 0;
  border: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-uDynNnTwdJ .card-wrap .panel-group {
    padding: 50px 20px;
  }
}
.cid-uDynNnTwdJ .card-wrap .panel-group .card {
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
}
.cid-uDynNnTwdJ .card-wrap .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .cid-uDynNnTwdJ .card-wrap .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-uDynNnTwdJ .card-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uDynNnTwdJ .card-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
  background-color: #d7d7d7;
}
.cid-uDynNnTwdJ .card-wrap .panel-group .card .card-header .panel-title:hover .mbr-iconfont,
.cid-uDynNnTwdJ .card-wrap .panel-group .card .card-header .panel-title:focus .mbr-iconfont {
  background-color: #d7d7d7;
}
.cid-uDynNnTwdJ .card-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-uDynNnTwdJ .card-wrap .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  border-radius: 100%;
  font-size: 16px;
  color: #1d1d1d;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}
.cid-uDynNnTwdJ .card-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 32px;
}
.cid-uDynNnTwdJ .mbr-section-title {
  color: #1d1d1d;
}
.cid-uDynNnTwdJ .panel-title-edit {
  color: #1d1d1d;
}
.cid-uDynNnTwdJ .panel-text {
  color: #1d1d1d;
}
.cid-uDyowSUyKX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uDyowSUyKX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDyowSUyKX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDyowSUyKX .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uDyowSUyKX .container-fluid {
    padding: 0 12px;
  }
}
.cid-uDyowSUyKX .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uDyowSUyKX .container {
    padding: 0 20px;
  }
}
.cid-uDyowSUyKX .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-uDyowSUyKX .title-wrapper {
  padding: 96px 0;
}
@media (max-width: 992px) {
  .cid-uDyowSUyKX .title-wrapper {
    padding: 64px 0;
  }
}
.cid-uDyowSUyKX .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDyowSUyKX .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uDyowSUyKX .mbr-section-title {
  color: #1d1d1d;
}
.cid-uDyowSUyKX .mbr-section-title,
.cid-uDyowSUyKX .mbr-section-btn {
  text-align: center;
}
.cid-uFa0RxJeLY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dfe2e3;
}
.cid-uFa0RxJeLY .mbr-fallback-image.disabled {
  display: yes;
}
.cid-uFa0RxJeLY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
}
.cid-uFa0RxJeLY .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uFa0RxJeLY .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uFa0RxJeLY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFa0RxJeLY .container {
    padding: 0 16px;
  }
}
.cid-uFa0RxJeLY .row {
  justify-content: center;
}
.cid-uFa0RxJeLY .content-wrapper {
  margin-bottom: 36px;
}
.cid-uFa0RxJeLY .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFa0RxJeLY .content-wrapper .email-wrapper {
  display: block;
}
.cid-uFa0RxJeLY .content-wrapper .email-wrapper:hover .mbr-email,
.cid-uFa0RxJeLY .content-wrapper .email-wrapper:focus .mbr-email {
  color: #ea4e35;
}
.cid-uFa0RxJeLY .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uFa0RxJeLY .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uFa0RxJeLY .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-uFa0RxJeLY .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFa0RxJeLY .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFa0RxJeLY .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFa0RxJeLY .contacts-wrapper .list .item-wrap:hover,
.cid-uFa0RxJeLY .contacts-wrapper .list .item-wrap:focus {
  color: #ea4e35;
}
.cid-uFa0RxJeLY .border-wrap {
  height: 3px;
  background-color: #1d1d1d;
  margin-bottom: 36px;
}
.cid-uFa0RxJeLY .mbr-copy {
  margin-bottom: 0;
  color: #202020;
  text-align: center;
}
.cid-uFa0RxJeLY .mbr-section-title {
  color: #080808;
}
.cid-uFa0RxJeLY .mbr-email {
  color: #1d1d1d;
}
.cid-uFa0RxJeLY .mbr-desc {
  color: #333333;
}
.cid-uFa0RxJeLY .list {
  color: #333333;
}
.cid-uFa0RxJeLY .mbr-section-title,
.cid-uFa0RxJeLY .mbr-section-btn {
  color: #202020;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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: 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-tV2Q8XgjR3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tV2Q8XgjR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV2Q8XgjR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV2Q8XgjR3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tV2Q8XgjR3 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tV2Q8XgjR3 .embla__button--next,
.cid-tV2Q8XgjR3 .embla__button--prev {
  display: flex;
}
.cid-tV2Q8XgjR3 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tV2Q8XgjR3 .embla__button {
    display: none;
  }
}
.cid-tV2Q8XgjR3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tV2Q8XgjR3 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tV2Q8XgjR3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tV2Q8XgjR3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tV2Q8XgjR3 .embla__button {
    top: auto;
  }
}
.cid-tV2Q8XgjR3 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tV2Q8XgjR3 .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tV2Q8XgjR3 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tV2Q8XgjR3 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tV2Q8XgjR3 .embla {
  position: relative;
  width: 100%;
}
.cid-tV2Q8XgjR3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tV2Q8XgjR3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tV2Q8XgjR3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tV2Q8XgjR3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tV1OSsGeO2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ed4e0f;
}
.cid-tV1OSsGeO2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV1OSsGeO2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV1OSsGeO2 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-tV1OSsGeO2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tV1OSsGeO2 .mbr-iconfont {
  font-size: 3rem;
  color: #202020;
  padding-right: 2rem;
}
.cid-tV1OSsGeO2 .content-head {
  max-width: 800px;
}
.cid-tV2RYD2vfM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tV2RYD2vfM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV2RYD2vfM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV2RYD2vfM .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tV2RYD2vfM .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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: 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-uDyAexczpH {
  z-index: 1000;
  width: 100%;
}
.cid-uDyAexczpH .navbar-dropdown {
  background: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-uDyAexczpH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa !important;
  background: #fafafa;
}
.cid-uDyAexczpH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uDyAexczpH .menu_box .navbar.opened,
  .cid-uDyAexczpH .menu_box .navbar-collapse {
    background-color: #fafafa !important;
    transition: all 0s ease 0s;
  }
}
.cid-uDyAexczpH nav.navbar {
  position: fixed;
  padding-top: 0.1rem;
  padding-bottom: 0rem;
}
.cid-uDyAexczpH .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uDyAexczpH .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uDyAexczpH .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uDyAexczpH .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uDyAexczpH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uDyAexczpH .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uDyAexczpH .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #fcfbf5;
  }
  .cid-uDyAexczpH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uDyAexczpH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uDyAexczpH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uDyAexczpH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uDyAexczpH .offcanvas-body .mbr-text,
  .cid-uDyAexczpH .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uDyAexczpH .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uDyAexczpH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uDyAexczpH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1d;
  }
  .cid-uDyAexczpH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uDyAexczpH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uDyAexczpH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uDyAexczpH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uDyAexczpH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uDyAexczpH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDyAexczpH .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-uDyAexczpH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uDyAexczpH li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uDyAexczpH .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uDyAexczpH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uDyAexczpH .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uDyAexczpH .nav-item {
    margin: 0 !important;
  }
}
.cid-uDyAexczpH .nav-item .nav-link {
  position: relative;
}
.cid-uDyAexczpH .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #191b1d;
  transition: all 0.3s ease-out;
}
.cid-uDyAexczpH .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uDyAexczpH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uDyAexczpH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uDyAexczpH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uDyAexczpH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDyAexczpH .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-uDyAexczpH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uDyAexczpH .offcanvas_box {
    display: none;
  }
}
.cid-uDyAexczpH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uDyAexczpH .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uDyAexczpH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uDyAexczpH .container {
  display: flex;
  margin: auto;
}
.cid-uDyAexczpH .iconfont-wrapper {
  color: #1d1d1d;
  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-uDyAexczpH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uDyAexczpH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uDyAexczpH .navbar-caption {
  color: #1d1d1d;
}
.cid-uDyAexczpH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uDyAexczpH .navbar-nav {
    margin: 0;
  }
}
.cid-uDyAexczpH .dropdown-menu,
.cid-uDyAexczpH .navbar.opened {
  background-color: true !important;
}
.cid-uDyAexczpH .nav-item:focus,
.cid-uDyAexczpH .nav-link:focus {
  outline: none;
}
.cid-uDyAexczpH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDyAexczpH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDyAexczpH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDyAexczpH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDyAexczpH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDyAexczpH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDyAexczpH .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uDyAexczpH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uDyAexczpH .navbar.opened {
  transition: all 0.3s;
}
.cid-uDyAexczpH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uDyAexczpH .navbar .navbar-logo img {
  max-width: 230px;
  max-height: 230px;
  object-fit: contain;
}
.cid-uDyAexczpH .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uDyAexczpH .navbar.collapsed {
  justify-content: center;
}
.cid-uDyAexczpH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDyAexczpH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDyAexczpH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDyAexczpH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDyAexczpH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDyAexczpH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uDyAexczpH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDyAexczpH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uDyAexczpH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uDyAexczpH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDyAexczpH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDyAexczpH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uDyAexczpH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDyAexczpH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uDyAexczpH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDyAexczpH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uDyAexczpH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uDyAexczpH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uDyAexczpH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDyAexczpH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDyAexczpH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uDyAexczpH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDyAexczpH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDyAexczpH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDyAexczpH .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-uDyAexczpH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uDyAexczpH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDyAexczpH .dropdown-item.active,
.cid-uDyAexczpH .dropdown-item:active {
  background-color: transparent;
}
.cid-uDyAexczpH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDyAexczpH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDyAexczpH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDyAexczpH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDyAexczpH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uDyAexczpH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDyAexczpH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
  background: #fcfbf5;
}
.cid-uDyAexczpH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1d;
}
.cid-uDyAexczpH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDyAexczpH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDyAexczpH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDyAexczpH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDyAexczpH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDyAexczpH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDyAexczpH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDyAexczpH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDyAexczpH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uDyAexczpH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDyAexczpH .navbar {
    height: 70px;
  }
  .cid-uDyAexczpH .navbar.opened {
    height: auto;
  }
  .cid-uDyAexczpH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDyAexczpH .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uDyAexczpH .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uDyAexczpH .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uDyAexczpH .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uDyAexczpH .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uDyAexczpH .navbar-caption:hover {
  color: #191b1d;
}
@media (min-width: 992px) {
  .cid-uDyAexczpH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uDyAexczpH .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-uDyAexczpH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uDyAexczpH .text_widget a:hover {
  color: #191b1d !important;
}
.cid-uDyAexczpH .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-uDyAexczpH .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-uDyAexczpH .mbr-section-subtitle,
.cid-uDyAexczpH .text_widget,
.cid-uDyAexczpH .mbr-section-btn {
  text-align: left;
  color: #1d1d1d;
}
.cid-uDyAexczpH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ud72DDcpp4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ud72DDcpp4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud72DDcpp4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud72DDcpp4 .mbr-section-title {
  text-align: center;
}
.cid-ud72DDcpp4 .mbr-section-subtitle {
  text-align: right;
}
.cid-ud6Th38a6S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-ud6Th38a6S .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud6Th38a6S .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-ud6Th38a6S .container {
    padding: 0 30px;
  }
}
.cid-ud6Th38a6S .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-ud6Th38a6S .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 50px;
  border-bottom: 1px solid #212529;
  padding-bottom: 50px;
}
.cid-ud6Th38a6S .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ud6Th38a6S .content-wrapper .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ud6Th38a6S .content-wrapper .content-wrap .text-wrapper {
  margin-bottom: 50px;
}
.cid-ud6Th38a6S .content-wrapper .content-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ud6Th38a6S .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ud6Th38a6S .embla__slide {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-ud6Th38a6S .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ud6Th38a6S .embla__slide .card-wrap {
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-ud6Th38a6S .embla__slide .card-wrap {
    padding: 0;
  }
}
.cid-ud6Th38a6S .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ud6Th38a6S .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-ud6Th38a6S .embla__button--next,
.cid-ud6Th38a6S .embla__button--prev {
  display: flex;
}
.cid-ud6Th38a6S .embla__button {
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 12px;
  background-color: #a3a3a3;
  color: #fff0b0;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .75;
}
.cid-ud6Th38a6S .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ud6Th38a6S .embla__button:hover {
  background: #a3a3a3;
  color: #fff0b0;
  opacity: 1;
}
.cid-ud6Th38a6S .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-ud6Th38a6S .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-ud6Th38a6S .slider-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-ud6Th38a6S .slider-wrapper {
    padding: 0;
  }
}
.cid-ud6Th38a6S .embla {
  position: relative;
  width: 100%;
}
.cid-ud6Th38a6S .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ud6Th38a6S .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ud6Th38a6S .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ud6Th38a6S .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ud6Th38a6S .list-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ud6Th38a6S .list-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-ud6Th38a6S .list-wrapper {
    display: block;
  }
}
.cid-ud6Th38a6S .list-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-ud6Th38a6S .list-wrapper .list-wrap .list_1 {
  padding-left: 40px;
  margin-bottom: 50px;
  list-style-position: inside;
}
.cid-ud6Th38a6S .list-wrapper .list-wrap .list_1 .item-wrap {
  margin-bottom: 10px;
}
.cid-ud6Th38a6S .list-wrapper .list-wrap .list_2 {
  padding-left: 0;
  margin-bottom: 50px;
  list-style-type: none;
}
.cid-ud6Th38a6S .list-wrapper .list-wrap .list_2 .item-wrap {
  margin-bottom: 10px;
}
.cid-ud6Th38a6S .mbr-section-btn {
  padding: 0 30px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ud6Th38a6S .mbr-section-btn {
    padding: 0;
  }
}
.cid-ud6Th38a6S .mbr-section-title {
  color: #212529;
}
.cid-ud6Th38a6S .mbr-desc {
  color: #212529;
}
.cid-ud6Th38a6S .mbr-section-subtitle {
  color: #212529;
}
.cid-ud6Th38a6S .mbr-text {
  color: #212529;
}
.cid-ud6Th38a6S .mbr-list-title {
  color: #212529;
}
.cid-ud6Th38a6S .list_1 {
  color: #212529;
}
.cid-ud6Th38a6S .list_2 {
  color: #212529;
}
#custom-html-ds {
  /* Type valid CSS here */
}
#custom-html-ds div {
  padding: 80px 80px;
  color: #777;
  text-align: center;
}
#custom-html-ds p {
  font-size: 60px;
  color: #777;
}
.cid-ud6WpnzikI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-ud6WpnzikI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud6WpnzikI .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-ud6WpnzikI .container {
    padding: 0 30px;
  }
}
.cid-ud6WpnzikI .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-ud6WpnzikI .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 50px;
  border-bottom: 1px solid #212529;
  padding-bottom: 50px;
}
.cid-ud6WpnzikI .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ud6WpnzikI .content-wrapper .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ud6WpnzikI .content-wrapper .content-wrap .text-wrapper {
  margin-bottom: 50px;
}
.cid-ud6WpnzikI .content-wrapper .content-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ud6WpnzikI .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ud6WpnzikI .embla__slide {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-ud6WpnzikI .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ud6WpnzikI .embla__slide .card-wrap {
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-ud6WpnzikI .embla__slide .card-wrap {
    padding: 0;
  }
}
.cid-ud6WpnzikI .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ud6WpnzikI .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-ud6WpnzikI .embla__button--next,
.cid-ud6WpnzikI .embla__button--prev {
  display: flex;
}
.cid-ud6WpnzikI .embla__button {
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 12px;
  background-color: #a3a3a3;
  color: #fff0b0;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .75;
}
.cid-ud6WpnzikI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ud6WpnzikI .embla__button:hover {
  background: #a3a3a3;
  color: #fff0b0;
  opacity: 1;
}
.cid-ud6WpnzikI .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-ud6WpnzikI .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-ud6WpnzikI .slider-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-ud6WpnzikI .slider-wrapper {
    padding: 0;
  }
}
.cid-ud6WpnzikI .embla {
  position: relative;
  width: 100%;
}
.cid-ud6WpnzikI .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ud6WpnzikI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ud6WpnzikI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ud6WpnzikI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ud6WpnzikI .list-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ud6WpnzikI .list-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-ud6WpnzikI .list-wrapper {
    display: block;
  }
}
.cid-ud6WpnzikI .list-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-ud6WpnzikI .list-wrapper .list-wrap .list_1 {
  padding-left: 40px;
  margin-bottom: 50px;
  list-style-position: inside;
}
.cid-ud6WpnzikI .list-wrapper .list-wrap .list_1 .item-wrap {
  margin-bottom: 10px;
}
.cid-ud6WpnzikI .list-wrapper .list-wrap .list_2 {
  padding-left: 0;
  margin-bottom: 50px;
  list-style-type: none;
}
.cid-ud6WpnzikI .list-wrapper .list-wrap .list_2 .item-wrap {
  margin-bottom: 10px;
}
.cid-ud6WpnzikI .mbr-section-btn {
  padding: 0 30px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ud6WpnzikI .mbr-section-btn {
    padding: 0;
  }
}
.cid-ud6WpnzikI .mbr-section-title {
  color: #212529;
}
.cid-ud6WpnzikI .mbr-desc {
  color: #212529;
}
.cid-ud6WpnzikI .mbr-section-subtitle {
  color: #212529;
}
.cid-ud6WpnzikI .mbr-text {
  color: #212529;
}
.cid-ud6WpnzikI .mbr-list-title {
  color: #212529;
}
.cid-ud6WpnzikI .list_1 {
  color: #212529;
}
.cid-ud6WpnzikI .list_2 {
  color: #212529;
}
#custom-html-du {
  /* Type valid CSS here */
}
#custom-html-du div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-du p {
  font-size: 60px;
  color: #777;
}
.cid-uFa0RxJeLY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dfe2e3;
}
.cid-uFa0RxJeLY .mbr-fallback-image.disabled {
  display: yes;
}
.cid-uFa0RxJeLY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
}
.cid-uFa0RxJeLY .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uFa0RxJeLY .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uFa0RxJeLY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFa0RxJeLY .container {
    padding: 0 16px;
  }
}
.cid-uFa0RxJeLY .row {
  justify-content: center;
}
.cid-uFa0RxJeLY .content-wrapper {
  margin-bottom: 36px;
}
.cid-uFa0RxJeLY .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFa0RxJeLY .content-wrapper .email-wrapper {
  display: block;
}
.cid-uFa0RxJeLY .content-wrapper .email-wrapper:hover .mbr-email,
.cid-uFa0RxJeLY .content-wrapper .email-wrapper:focus .mbr-email {
  color: #ea4e35;
}
.cid-uFa0RxJeLY .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uFa0RxJeLY .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uFa0RxJeLY .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-uFa0RxJeLY .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFa0RxJeLY .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFa0RxJeLY .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFa0RxJeLY .contacts-wrapper .list .item-wrap:hover,
.cid-uFa0RxJeLY .contacts-wrapper .list .item-wrap:focus {
  color: #ea4e35;
}
.cid-uFa0RxJeLY .border-wrap {
  height: 3px;
  background-color: #1d1d1d;
  margin-bottom: 36px;
}
.cid-uFa0RxJeLY .mbr-copy {
  margin-bottom: 0;
  color: #202020;
  text-align: center;
}
.cid-uFa0RxJeLY .mbr-section-title {
  color: #080808;
}
.cid-uFa0RxJeLY .mbr-email {
  color: #1d1d1d;
}
.cid-uFa0RxJeLY .mbr-desc {
  color: #333333;
}
.cid-uFa0RxJeLY .list {
  color: #333333;
}
.cid-uFa0RxJeLY .mbr-section-title,
.cid-uFa0RxJeLY .mbr-section-btn {
  color: #202020;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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: 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-uDyAexczpH {
  z-index: 1000;
  width: 100%;
}
.cid-uDyAexczpH .navbar-dropdown {
  background: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-uDyAexczpH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa !important;
  background: #fafafa;
}
.cid-uDyAexczpH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uDyAexczpH .menu_box .navbar.opened,
  .cid-uDyAexczpH .menu_box .navbar-collapse {
    background-color: #fafafa !important;
    transition: all 0s ease 0s;
  }
}
.cid-uDyAexczpH nav.navbar {
  position: fixed;
  padding-top: 0.1rem;
  padding-bottom: 0rem;
}
.cid-uDyAexczpH .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uDyAexczpH .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uDyAexczpH .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uDyAexczpH .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uDyAexczpH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uDyAexczpH .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uDyAexczpH .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #fcfbf5;
  }
  .cid-uDyAexczpH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uDyAexczpH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uDyAexczpH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uDyAexczpH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uDyAexczpH .offcanvas-body .mbr-text,
  .cid-uDyAexczpH .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uDyAexczpH .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uDyAexczpH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uDyAexczpH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1d;
  }
  .cid-uDyAexczpH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uDyAexczpH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uDyAexczpH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uDyAexczpH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uDyAexczpH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uDyAexczpH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDyAexczpH .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-uDyAexczpH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uDyAexczpH li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uDyAexczpH .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uDyAexczpH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uDyAexczpH .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uDyAexczpH .nav-item {
    margin: 0 !important;
  }
}
.cid-uDyAexczpH .nav-item .nav-link {
  position: relative;
}
.cid-uDyAexczpH .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #191b1d;
  transition: all 0.3s ease-out;
}
.cid-uDyAexczpH .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uDyAexczpH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uDyAexczpH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uDyAexczpH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uDyAexczpH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDyAexczpH .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-uDyAexczpH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uDyAexczpH .offcanvas_box {
    display: none;
  }
}
.cid-uDyAexczpH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uDyAexczpH .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uDyAexczpH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uDyAexczpH .container {
  display: flex;
  margin: auto;
}
.cid-uDyAexczpH .iconfont-wrapper {
  color: #1d1d1d;
  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-uDyAexczpH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uDyAexczpH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uDyAexczpH .navbar-caption {
  color: #1d1d1d;
}
.cid-uDyAexczpH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uDyAexczpH .navbar-nav {
    margin: 0;
  }
}
.cid-uDyAexczpH .dropdown-menu,
.cid-uDyAexczpH .navbar.opened {
  background-color: true !important;
}
.cid-uDyAexczpH .nav-item:focus,
.cid-uDyAexczpH .nav-link:focus {
  outline: none;
}
.cid-uDyAexczpH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDyAexczpH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDyAexczpH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDyAexczpH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDyAexczpH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDyAexczpH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDyAexczpH .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uDyAexczpH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uDyAexczpH .navbar.opened {
  transition: all 0.3s;
}
.cid-uDyAexczpH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uDyAexczpH .navbar .navbar-logo img {
  max-width: 230px;
  max-height: 230px;
  object-fit: contain;
}
.cid-uDyAexczpH .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uDyAexczpH .navbar.collapsed {
  justify-content: center;
}
.cid-uDyAexczpH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDyAexczpH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDyAexczpH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDyAexczpH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDyAexczpH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDyAexczpH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uDyAexczpH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDyAexczpH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uDyAexczpH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uDyAexczpH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDyAexczpH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDyAexczpH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uDyAexczpH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDyAexczpH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uDyAexczpH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDyAexczpH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uDyAexczpH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uDyAexczpH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uDyAexczpH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDyAexczpH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDyAexczpH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uDyAexczpH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDyAexczpH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDyAexczpH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDyAexczpH .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-uDyAexczpH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uDyAexczpH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDyAexczpH .dropdown-item.active,
.cid-uDyAexczpH .dropdown-item:active {
  background-color: transparent;
}
.cid-uDyAexczpH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDyAexczpH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDyAexczpH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDyAexczpH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDyAexczpH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uDyAexczpH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDyAexczpH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
  background: #fcfbf5;
}
.cid-uDyAexczpH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1d;
}
.cid-uDyAexczpH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDyAexczpH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDyAexczpH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDyAexczpH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDyAexczpH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDyAexczpH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDyAexczpH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDyAexczpH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDyAexczpH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uDyAexczpH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDyAexczpH .navbar {
    height: 70px;
  }
  .cid-uDyAexczpH .navbar.opened {
    height: auto;
  }
  .cid-uDyAexczpH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDyAexczpH .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uDyAexczpH .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uDyAexczpH .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uDyAexczpH .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uDyAexczpH .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uDyAexczpH .navbar-caption:hover {
  color: #191b1d;
}
@media (min-width: 992px) {
  .cid-uDyAexczpH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uDyAexczpH .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-uDyAexczpH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uDyAexczpH .text_widget a:hover {
  color: #191b1d !important;
}
.cid-uDyAexczpH .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-uDyAexczpH .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-uDyAexczpH .mbr-section-subtitle,
.cid-uDyAexczpH .text_widget,
.cid-uDyAexczpH .mbr-section-btn {
  text-align: left;
  color: #1d1d1d;
}
.cid-uDyAexczpH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uyrd8YbgvD {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uyrd8YbgvD .container-fluid {
  padding: 0 3rem;
}
.cid-uyrd8YbgvD .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #191b1d 50%, #ea4e35 120%);
  display: inline-block;
}
.cid-uyrd8YbgvD .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-uyrd8YbgvD .timeline-text-content p {
  margin-bottom: 0;
}
.cid-uyrd8YbgvD .time-line-date-content {
  margin-right: 2rem;
}
.cid-uyrd8YbgvD .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-uyrd8YbgvD .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-uyrd8YbgvD .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #ea4e35;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-uyrd8YbgvD .separline:before,
.cid-uyrd8YbgvD .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ea4e35;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-uyrd8YbgvD .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ea4e35;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uyrd8YbgvD .container-fluid {
    padding: 0 1rem;
  }
  .cid-uyrd8YbgvD .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-uyrd8YbgvD .separline:before,
  .cid-uyrd8YbgvD .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-uyrd8YbgvD .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-uyrd8YbgvD .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-uyrd8YbgvD .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-uyrd8YbgvD .time-line-date-content p {
    float: left !important;
  }
  .cid-uyrd8YbgvD .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-uyrd8YbgvD .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-uyrd8YbgvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyrd8YbgvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFa0RxJeLY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dfe2e3;
}
.cid-uFa0RxJeLY .mbr-fallback-image.disabled {
  display: yes;
}
.cid-uFa0RxJeLY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
}
.cid-uFa0RxJeLY .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uFa0RxJeLY .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uFa0RxJeLY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFa0RxJeLY .container {
    padding: 0 16px;
  }
}
.cid-uFa0RxJeLY .row {
  justify-content: center;
}
.cid-uFa0RxJeLY .content-wrapper {
  margin-bottom: 36px;
}
.cid-uFa0RxJeLY .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFa0RxJeLY .content-wrapper .email-wrapper {
  display: block;
}
.cid-uFa0RxJeLY .content-wrapper .email-wrapper:hover .mbr-email,
.cid-uFa0RxJeLY .content-wrapper .email-wrapper:focus .mbr-email {
  color: #ea4e35;
}
.cid-uFa0RxJeLY .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uFa0RxJeLY .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uFa0RxJeLY .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-uFa0RxJeLY .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFa0RxJeLY .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFa0RxJeLY .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFa0RxJeLY .contacts-wrapper .list .item-wrap:hover,
.cid-uFa0RxJeLY .contacts-wrapper .list .item-wrap:focus {
  color: #ea4e35;
}
.cid-uFa0RxJeLY .border-wrap {
  height: 3px;
  background-color: #1d1d1d;
  margin-bottom: 36px;
}
.cid-uFa0RxJeLY .mbr-copy {
  margin-bottom: 0;
  color: #202020;
  text-align: center;
}
.cid-uFa0RxJeLY .mbr-section-title {
  color: #080808;
}
.cid-uFa0RxJeLY .mbr-email {
  color: #1d1d1d;
}
.cid-uFa0RxJeLY .mbr-desc {
  color: #333333;
}
.cid-uFa0RxJeLY .list {
  color: #333333;
}
.cid-uFa0RxJeLY .mbr-section-title,
.cid-uFa0RxJeLY .mbr-section-btn {
  color: #202020;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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: 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-uEQRqlHpd0 {
  z-index: 1000;
  width: 100%;
}
.cid-uEQRqlHpd0 .navbar-dropdown {
  background: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-uEQRqlHpd0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa !important;
  background: #fafafa;
}
.cid-uEQRqlHpd0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uEQRqlHpd0 .menu_box .navbar.opened,
  .cid-uEQRqlHpd0 .menu_box .navbar-collapse {
    background-color: #fafafa !important;
    transition: all 0s ease 0s;
  }
}
.cid-uEQRqlHpd0 nav.navbar {
  position: fixed;
  padding-top: 0.1rem;
  padding-bottom: 0rem;
}
.cid-uEQRqlHpd0 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uEQRqlHpd0 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uEQRqlHpd0 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uEQRqlHpd0 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uEQRqlHpd0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uEQRqlHpd0 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uEQRqlHpd0 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #fcfbf5;
  }
  .cid-uEQRqlHpd0 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uEQRqlHpd0 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uEQRqlHpd0 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uEQRqlHpd0 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uEQRqlHpd0 .offcanvas-body .mbr-text,
  .cid-uEQRqlHpd0 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uEQRqlHpd0 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uEQRqlHpd0 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uEQRqlHpd0 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1d;
  }
  .cid-uEQRqlHpd0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uEQRqlHpd0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uEQRqlHpd0 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uEQRqlHpd0 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uEQRqlHpd0 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uEQRqlHpd0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uEQRqlHpd0 .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-uEQRqlHpd0 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uEQRqlHpd0 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uEQRqlHpd0 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uEQRqlHpd0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uEQRqlHpd0 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uEQRqlHpd0 .nav-item {
    margin: 0 !important;
  }
}
.cid-uEQRqlHpd0 .nav-item .nav-link {
  position: relative;
}
.cid-uEQRqlHpd0 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #191b1d;
  transition: all 0.3s ease-out;
}
.cid-uEQRqlHpd0 .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uEQRqlHpd0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uEQRqlHpd0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uEQRqlHpd0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uEQRqlHpd0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uEQRqlHpd0 .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-uEQRqlHpd0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uEQRqlHpd0 .offcanvas_box {
    display: none;
  }
}
.cid-uEQRqlHpd0 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uEQRqlHpd0 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uEQRqlHpd0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uEQRqlHpd0 .container {
  display: flex;
  margin: auto;
}
.cid-uEQRqlHpd0 .iconfont-wrapper {
  color: #1d1d1d;
  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-uEQRqlHpd0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uEQRqlHpd0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uEQRqlHpd0 .navbar-caption {
  color: #1d1d1d;
}
.cid-uEQRqlHpd0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uEQRqlHpd0 .navbar-nav {
    margin: 0;
  }
}
.cid-uEQRqlHpd0 .dropdown-menu,
.cid-uEQRqlHpd0 .navbar.opened {
  background-color: true !important;
}
.cid-uEQRqlHpd0 .nav-item:focus,
.cid-uEQRqlHpd0 .nav-link:focus {
  outline: none;
}
.cid-uEQRqlHpd0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEQRqlHpd0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEQRqlHpd0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEQRqlHpd0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEQRqlHpd0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEQRqlHpd0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEQRqlHpd0 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uEQRqlHpd0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uEQRqlHpd0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uEQRqlHpd0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uEQRqlHpd0 .navbar .navbar-logo img {
  max-width: 230px;
  max-height: 230px;
  object-fit: contain;
}
.cid-uEQRqlHpd0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uEQRqlHpd0 .navbar.collapsed {
  justify-content: center;
}
.cid-uEQRqlHpd0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEQRqlHpd0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uEQRqlHpd0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEQRqlHpd0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEQRqlHpd0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEQRqlHpd0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uEQRqlHpd0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uEQRqlHpd0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uEQRqlHpd0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uEQRqlHpd0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEQRqlHpd0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEQRqlHpd0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uEQRqlHpd0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEQRqlHpd0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uEQRqlHpd0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEQRqlHpd0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uEQRqlHpd0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uEQRqlHpd0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uEQRqlHpd0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEQRqlHpd0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEQRqlHpd0 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uEQRqlHpd0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEQRqlHpd0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEQRqlHpd0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEQRqlHpd0 .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-uEQRqlHpd0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uEQRqlHpd0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEQRqlHpd0 .dropdown-item.active,
.cid-uEQRqlHpd0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uEQRqlHpd0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEQRqlHpd0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEQRqlHpd0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEQRqlHpd0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEQRqlHpd0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uEQRqlHpd0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEQRqlHpd0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
  background: #fcfbf5;
}
.cid-uEQRqlHpd0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1d;
}
.cid-uEQRqlHpd0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEQRqlHpd0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEQRqlHpd0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEQRqlHpd0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEQRqlHpd0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEQRqlHpd0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEQRqlHpd0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEQRqlHpd0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEQRqlHpd0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uEQRqlHpd0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEQRqlHpd0 .navbar {
    height: 70px;
  }
  .cid-uEQRqlHpd0 .navbar.opened {
    height: auto;
  }
  .cid-uEQRqlHpd0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEQRqlHpd0 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uEQRqlHpd0 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uEQRqlHpd0 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uEQRqlHpd0 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uEQRqlHpd0 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uEQRqlHpd0 .navbar-caption:hover {
  color: #191b1d;
}
@media (min-width: 992px) {
  .cid-uEQRqlHpd0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uEQRqlHpd0 .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-uEQRqlHpd0 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uEQRqlHpd0 .text_widget a:hover {
  color: #191b1d !important;
}
.cid-uEQRqlHpd0 .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-uEQRqlHpd0 .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-uEQRqlHpd0 .mbr-section-subtitle,
.cid-uEQRqlHpd0 .text_widget,
.cid-uEQRqlHpd0 .mbr-section-btn {
  text-align: left;
  color: #1d1d1d;
}
.cid-uEQRqlHpd0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uEQRCR5yvC {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uEQRCR5yvC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQRCR5yvC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQRCR5yvC .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uEQRCR5yvC .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uEQRCR5yvC .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uEQRCR5yvC .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uEQRCR5yvC .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEQRCR5yvC .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEQRCR5yvC .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEQRCR5yvC .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uEQRCR5yvC .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uEQRCR5yvC .item {
    margin-bottom: 28px;
  }
}
.cid-uEQRCR5yvC .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uEQRCR5yvC .item .item-wrapper:hover,
.cid-uEQRCR5yvC .item .item-wrapper:focus {
  border: 2px solid #ea4e35;
  background-color: #ea4e35;
}
.cid-uEQRCR5yvC .item .item-wrapper .item-wrap {
  padding: 12px;
  border: 1px solid #1d1d1d;
  background-color: #fafafa;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uEQRCR5yvC .item .item-wrapper .item-wrap {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uEQRCR5yvC .item .item-wrapper .item-wrap {
    padding: 16px;
  }
}
.cid-uEQRCR5yvC .item .item-wrapper .item-wrap .icon-wrap {
  height: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1d1d1d;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-uEQRCR5yvC .item .item-wrapper .item-wrap .icon-wrap {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uEQRCR5yvC .item .item-wrapper .item-wrap .icon-wrap .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #078efb;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uEQRCR5yvC .item .item-wrapper .item-wrap .item-content {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-uEQRCR5yvC .item .item-wrapper .item-wrap .item-content {
    width: 100%;
    display: block;
  }
}
.cid-uEQRCR5yvC .item .item-wrapper .item-wrap .item-content .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 12px 0 12px;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-uEQRCR5yvC .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 0;
    margin-bottom: 16px;
  }
}
.cid-uEQRCR5yvC .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 4px;
}
.cid-uEQRCR5yvC .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uEQRCR5yvC .item .item-wrapper .item-wrap .icon-wrapper {
  min-width: 24px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uEQRCR5yvC .item .item-wrapper .item-wrap .icon-wrapper {
    min-width: auto;
  }
}
.cid-uEQRCR5yvC .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uEQRCR5yvC .mbr-section-title {
  color: #ffffff;
}
.cid-uEQRCR5yvC .mbr-text,
.cid-uEQRCR5yvC .text-wrapper {
  color: #9aa0a6;
  text-align: left;
}
.cid-uEQRCR5yvC .mbr-desc,
.cid-uEQRCR5yvC .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uEQRCR5yvC .item-title {
  color: #ffffff;
}
.cid-uEQRCR5yvC .item-text {
  color: #9aa0a6;
}
.cid-uEQRCR5yvC .mbr-section-title,
.cid-uEQRCR5yvC .mbr-section-btn {
  text-align: left;
  color: #1d1d1d;
}
.cid-uEQRCR5yvC .item-title,
.cid-uEQRCR5yvC .icon-wrapper {
  color: #1d1d1d;
}
.cid-uFa0RxJeLY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dfe2e3;
}
.cid-uFa0RxJeLY .mbr-fallback-image.disabled {
  display: yes;
}
.cid-uFa0RxJeLY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
}
.cid-uFa0RxJeLY .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uFa0RxJeLY .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uFa0RxJeLY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFa0RxJeLY .container {
    padding: 0 16px;
  }
}
.cid-uFa0RxJeLY .row {
  justify-content: center;
}
.cid-uFa0RxJeLY .content-wrapper {
  margin-bottom: 36px;
}
.cid-uFa0RxJeLY .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFa0RxJeLY .content-wrapper .email-wrapper {
  display: block;
}
.cid-uFa0RxJeLY .content-wrapper .email-wrapper:hover .mbr-email,
.cid-uFa0RxJeLY .content-wrapper .email-wrapper:focus .mbr-email {
  color: #ea4e35;
}
.cid-uFa0RxJeLY .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uFa0RxJeLY .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uFa0RxJeLY .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uFa0RxJeLY .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-uFa0RxJeLY .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFa0RxJeLY .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFa0RxJeLY .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFa0RxJeLY .contacts-wrapper .list .item-wrap:hover,
.cid-uFa0RxJeLY .contacts-wrapper .list .item-wrap:focus {
  color: #ea4e35;
}
.cid-uFa0RxJeLY .border-wrap {
  height: 3px;
  background-color: #1d1d1d;
  margin-bottom: 36px;
}
.cid-uFa0RxJeLY .mbr-copy {
  margin-bottom: 0;
  color: #202020;
  text-align: center;
}
.cid-uFa0RxJeLY .mbr-section-title {
  color: #080808;
}
.cid-uFa0RxJeLY .mbr-email {
  color: #1d1d1d;
}
.cid-uFa0RxJeLY .mbr-desc {
  color: #333333;
}
.cid-uFa0RxJeLY .list {
  color: #333333;
}
.cid-uFa0RxJeLY .mbr-section-title,
.cid-uFa0RxJeLY .mbr-section-btn {
  color: #202020;
}
