@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;
  }
}body {
  font-family: Instrument Sans;
}
.display-1 {
  font-family: 'Playfair Display', serif;
  font-size: 6.5rem;
  line-height: 1.1;
  letter-spacing: .05em;
}
.display-1 > .mbr-iconfont {
  font-size: 8.125rem;
}
.display-2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  line-height: 1.125em;
  letter-spacing: -0.01em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  line-height: 21px;
  letter-spacing: .05em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  line-height: 1.22222em;
  letter-spacing: 0;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  line-height: 1.41176em;
  letter-spacing: .03em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 5.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 5em;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 5em;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 5em;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 5em;
}
.bg-primary {
  background-color: #eee7e0 !important;
}
.bg-success {
  background-color: #eee7e0 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #120d06 !important;
}
.bg-danger {
  background-color: #fafafa !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #eee7e0 !important;
  border-color: #eee7e0 !important;
  color: #866849 !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: #cfbca8 !important;
  border-color: #cfbca8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #866849 !important;
  background-color: #cfbca8 !important;
  border-color: #cfbca8 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #120d06 !important;
  border-color: #120d06 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #eee7e0 !important;
  border-color: #eee7e0 !important;
  color: #866849 !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: #cfbca8 !important;
  border-color: #cfbca8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #866849 !important;
  background-color: #cfbca8 !important;
  border-color: #cfbca8 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #120d06 !important;
  border-color: #120d06 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: transparent;
  color: #eee7e0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cfbca8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #866849 !important;
  background-color: #eee7e0 !important;
  border-color: #eee7e0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #120d06;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #120d06 !important;
  border-color: #120d06 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #eee7e0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #cfbca8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #866849 !important;
  background-color: #eee7e0 !important;
  border-color: #eee7e0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #120d06;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #120d06 !important;
  border-color: #120d06 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #eee7e0 !important;
}
.text-secondary {
  color: #120d06 !important;
}
.text-success {
  color: #eee7e0 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #120d06 !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: #cab49e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cab49e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #eee7e0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #120d06;
}
.alert-danger {
  background-color: #fafafa;
}
.mbr-gallery-filter li.active .btn {
  background-color: #eee7e0;
  border-color: #eee7e0;
  color: #967452;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #eee7e0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #dfc49e;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  line-height: 21px;
  letter-spacing: .05em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #eee7e0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  line-height: 21px;
  letter-spacing: .05em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #eee7e0;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #eee7e0;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #eee7e0;
}
.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: #eee7e0;
  border-bottom-color: #eee7e0;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #eee7e0 !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: #120d06 !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='%23eee7e0' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 5px 25px;
  box-shadow: none;
  font-style: italic;
  font-weight: 400 !important;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 7px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 1px solid #eee7e0 !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 1px solid #120d06 !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 1px solid #eee7e0 !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 1px solid #ffffff !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 1px solid #120d06 !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 1px solid #fafafa !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 1px solid #000000;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: 1px solid #ffffff;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #eee7e0 !important;
}
/* General Button Styling */
button,
.btn {
  background-color: #eee7e0 !important;
  /* Light beige background */
  color: #000000 !important;
  /* Black font */
  border: none !important;
  /* No borders */
  border-radius: 5px !important;
  /* Slightly rounded corners */
  padding: 0.5rem 1rem !important;
  /* Default padding */
  font-family: Playfair Display Uppercase;
  /* Consistent font */
  font-weight: 600 !important;
  /* Bold font for emphasis */
  text-transform: none !important;
  /* Retain original text case */
  display: inline-block;
  /* Ensures buttons align properly */
  cursor: pointer;
  /* Pointer cursor on hover */
  transition: all 0.3s ease;
  /* Smooth transition on hover */
}
/* Hover and Focus States */
button:hover,
.btn:hover,
button:focus,
.btn:focus {
  background-color: #dcd3cb !important;
  /* Slightly darker beige on hover */
  color: #000000 !important;
  /* Keep text black */
  outline: none !important;
  /* Remove focus outline */
}
/* Button Sizes */
.btn-sm,
button.btn-sm {
  padding: 0.25rem 0.5rem !important;
  /* Small buttons */
  font-size: 0.8rem !important;
}
.btn-md,
button.btn-md {
  padding: 0.5rem 1rem !important;
  /* Medium buttons (default) */
  font-size: 1rem !important;
}
.btn-lg,
button.btn-lg {
  padding: 0.75rem 1.5rem !important;
  /* Large buttons */
  font-size: 1.2rem !important;
}
/* Disabled Buttons */
button:disabled,
.btn:disabled {
  background-color: #f2f2f2 !important;
  /* Light gray for disabled state */
  color: #aaa !important;
  /* Gray text for disabled state */
  cursor: not-allowed !important;
  /* Indicate disabled button */
}
/* Full-Width Buttons for Mobile */
@media (max-width: 767px) {
  button,
  .btn {
    width: 100% !important;
    /* Full-width on smaller screens */
    text-align: center !important;
  }
}
.cid-uBg1eu4zr7 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .nav-item:focus,
.cid-uBg1eu4zr7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uBg1eu4zr7 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link {
    position: relative;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: );
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uBg1eu4zr7 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uBg1eu4zr7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBg1eu4zr7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBg1eu4zr7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.opened {
  transition: all .3s;
  background: #fbfaf9 !important;
}
.cid-uBg1eu4zr7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uBg1eu4zr7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBg1eu4zr7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBg1eu4zr7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBg1eu4zr7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBg1eu4zr7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBg1eu4zr7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBg1eu4zr7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBg1eu4zr7 .navbar.navbar-short {
  background: #fbfaf9 !important;
  min-height: 60px;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBg1eu4zr7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBg1eu4zr7 .dropdown-item.active,
.cid-uBg1eu4zr7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBg1eu4zr7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBg1eu4zr7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBg1eu4zr7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBg1eu4zr7 .navbar-buttons {
  text-align: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #120d06;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBg1eu4zr7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBg1eu4zr7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBg1eu4zr7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBg1eu4zr7 .navbar {
    height: 77px;
  }
  .cid-uBg1eu4zr7 .navbar.opened {
    height: auto;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvORvrM0Qf {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/introducing-clinic-eleven-1080x1080.webp");
}
.cid-uvORvrM0Qf .mbr-overlay {
  background-color: #fbfaf9;
  opacity: 0.9;
}
.cid-uvORvrM0Qf h1,
.cid-uvORvrM0Qf h2 {
  line-height: 0.8;
}
.cid-uvORvrM0Qf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvORvrM0Qf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uvORvrM0Qf {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvORvrM0Qf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvORvrM0Qf .content-wrap {
    width: 100%;
  }
}
.cid-uvORvrM0Qf .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvORvrM0Qf .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvORvrM0Qf {
    align-items: center;
  }
  .cid-uvORvrM0Qf .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvORvrM0Qf .content-wrap {
    min-width: 50%;
  }
}
.cid-uvORvrM0Qf .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uvORvrM0Qf .mbr-text,
.cid-uvORvrM0Qf .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uvORvrM0Qf .mbr-section-title3 {
  color: #221b35;
  text-align: right;
}
.cid-uvORvrM0Qf .mbr-section-title2 {
  color: #221b35;
  text-align: center;
}
.cid-uvORvrM0Qf .mbr-section-title1 {
  color: #221b35;
  text-align: left;
}
.cid-uvORvrM0Qf .mbr-section-subtitle {
  color: #221b35;
  position: relative;
  z-index: 10;
  text-align: right;
}
.cid-uBg9zr53RP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uBg9zr53RP .mbr-section-title {
  color: #131313;
  text-align: left;
}
.cid-uBg9zr53RP .mbr-text {
  color: #181818;
  text-align: left;
}
.cid-uBg9up2rlc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uBg9up2rlc .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uBg9up2rlc .mbr-section-subtitle {
  color: #181818;
}
.cid-uBg9up2rlc .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uBg9up2rlc .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uBg9up2rlc .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uBg9up2rlc .col-12,
  .cid-uBg9up2rlc .col-md-12 {
    padding: 0;
  }
}
.cid-uBg9up2rlc .si img {
  width: auto;
}
.cid-uBg9v84SMH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uBg9v84SMH .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uBg9v84SMH .mbr-section-subtitle {
  color: #181818;
}
.cid-uBg9v84SMH .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uBg9v84SMH .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uBg9v84SMH .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uBg9v84SMH .col-12,
  .cid-uBg9v84SMH .col-md-12 {
    padding: 0;
  }
}
.cid-uBg9v84SMH .si img {
  width: auto;
}
.cid-uBgaV6zbSj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uBgaV6zbSj .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uBgaV6zbSj .mbr-section-subtitle {
  color: #181818;
}
.cid-uBgaV6zbSj .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uBgaV6zbSj .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uBgaV6zbSj .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uBgaV6zbSj .col-12,
  .cid-uBgaV6zbSj .col-md-12 {
    padding: 0;
  }
}
.cid-uBgaV6zbSj .si img {
  width: auto;
}
.cid-uBgcLFSsDJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbfaf9;
}
.cid-uBgcLFSsDJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBgcLFSsDJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBgcLFSsDJ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uBgcLFSsDJ .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uBgcLFSsDJ .container {
    padding: 0 25px;
  }
}
.cid-uBgcLFSsDJ .row {
  justify-content: center;
}
.cid-uBgcLFSsDJ .item-wrapper {
  margin-bottom: 32px;
}
.cid-uBgcLFSsDJ .item-img {
  overflow: hidden;
}
.cid-uBgcLFSsDJ .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uBgcLFSsDJ .item-img img:hover {
  transform: scale(1.06) translateX(6px);
}
.cid-uBgbZQr6pB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uBgbZQr6pB .mbr-section-title {
  color: #131313;
  text-align: left;
}
.cid-uBgbZQr6pB .mbr-text {
  color: #181818;
  text-align: left;
}
.cid-uBgbzsIxLS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uBgbzsIxLS .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uBgbzsIxLS .mbr-section-subtitle {
  color: #181818;
}
.cid-uBgbzsIxLS .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uBgbzsIxLS .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uBgbzsIxLS .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uBgbzsIxLS .col-12,
  .cid-uBgbzsIxLS .col-md-12 {
    padding: 0;
  }
}
.cid-uBgbzsIxLS .si img {
  width: auto;
}
.cid-uBgccp0Hpr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uBgccp0Hpr .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uBgccp0Hpr .mbr-section-subtitle {
  color: #181818;
}
.cid-uBgccp0Hpr .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uBgccp0Hpr .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uBgccp0Hpr .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uBgccp0Hpr .col-12,
  .cid-uBgccp0Hpr .col-md-12 {
    padding: 0;
  }
}
.cid-uBgccp0Hpr .si img {
  width: auto;
}
.cid-uBgaWWmT4z {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uBgaWWmT4z .mbr-section-title {
  color: #131313;
  text-align: left;
}
.cid-uBgaWWmT4z .mbr-text {
  color: #181818;
  text-align: left;
}
.cid-uBgaVOntzE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uBgaVOntzE .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uBgaVOntzE .mbr-section-subtitle {
  color: #181818;
}
.cid-uBgaVOntzE .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uBgaVOntzE .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uBgaVOntzE .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uBgaVOntzE .col-12,
  .cid-uBgaVOntzE .col-md-12 {
    padding: 0;
  }
}
.cid-uBgaVOntzE .si img {
  width: auto;
}
.cid-uvORvseqyn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbfaf9;
}
.cid-uvORvseqyn .mbr-section-title,
.cid-uvORvseqyn .mbr-section-subtitle {
  text-align: center;
}
.cid-uvORvseqyn .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #131313;
}
@media (min-width: 992px) {
  .cid-uvORvseqyn .right {
    padding-right: 71px;
  }
  .cid-uvORvseqyn .left {
    padding-left: 71px;
  }
}
.cid-uvORvseqyn .card-title {
  letter-spacing: .035em;
}
.cid-uvORvseqyn .mbr-section-subtitle,
.cid-uvORvseqyn .mbr-text {
  color: #9A948D;
}
.cid-uvORvseqyn .cost {
  text-align: right;
}
.cid-uvORvseqyn .mbr-text {
  color: #232323;
}
.cid-uvORvseqyn .mbr-section-subtitle {
  color: #181818;
  text-align: left;
}
.cid-uvORvseqyn .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uvORvseqyn .mbr-section-title {
  color: #181818;
  text-align: center;
}
.cid-uvORvsQ8o8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
@media (min-width: 992px) {
  .cid-uvORvsQ8o8 .carousel {
    overflow: hidden;
  }
  .cid-uvORvsQ8o8 .carousel img {
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-uvORvsQ8o8 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uvORvsQ8o8 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uvORvsQ8o8 .carousel,
.cid-uvORvsQ8o8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uvORvsQ8o8 .item-wrapper {
  height: 860px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uvORvsQ8o8 .item-wrapper {
    height: 430px;
  }
}
@media (max-width: 768px) {
  .cid-uvORvsQ8o8 .item-wrapper {
    height: 215px;
  }
}
.cid-uvORvsQ8o8 .item-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uvORvsQ8o8 .carousel-caption {
  bottom: 40px;
}
.cid-uvORvsQ8o8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uvORvsQ8o8 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uvORvsQ8o8 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uvORvsQ8o8 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uvORvsQ8o8 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
  color: #ffffff;
}
.cid-uvORvsQ8o8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvORvsQ8o8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvORvsQ8o8 .carousel-control.carousel-control-prev {
    margin-left: 0.5rem;
    font-size: 16px;
    opacity: 0.7;
  }
  .cid-uvORvsQ8o8 .carousel-control.carousel-control-prev:hover {
    margin-left: 0.3rem;
  }
  .cid-uvORvsQ8o8 .carousel-control.carousel-control-next {
    margin-right: 0.5rem;
    font-size: 16px;
    opacity: 0.7;
  }
  .cid-uvORvsQ8o8 .carousel-control.carousel-control-next:hover {
    margin-right: 0.3rem;
  }
}
.cid-uvORvsQ8o8 .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-uvORvsQ8o8 .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
.cid-uvORvsQ8o8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvORvsQ8o8 .soc-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uvORvsQ8o8 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-uvORvsQ8o8 .soc-item::before,
.cid-uvORvsQ8o8 .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-uvORvsQ8o8 .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-uvORvsQ8o8 .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-uvORvsQ8o8 .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-uvORvsQ8o8 .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-uvORvsQ8o8 .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-uvORvsQ8o8 .text {
  color: #ddc499;
}
.cid-uvORvsQ8o8 .one {
  color: #c0bcb7;
  font-style: italic;
}
.cid-uvORvsQ8o8 .mbr-text {
  color: #131313;
}
.cid-uvORvsQ8o8 .mbr-text .text {
  color: #131313;
}
.cid-uzLlcetTnW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uzLlcetTnW .mbr-section-title {
  color: #131313;
  text-align: left;
}
.cid-uzLlcetTnW .mbr-text {
  color: #181818;
  text-align: left;
}
.cid-uvORvviqLy {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fbfaf9;
}
.cid-uvORvviqLy .mbr-section-title {
  color: #131313;
  text-align: left;
}
.cid-uvORvviqLy .mbr-text {
  color: #181818;
}
.cid-uvORvw0qCm {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fbfaf9;
}
.cid-uvORvw0qCm .mbr-section-title {
  color: #131313;
  text-align: left;
}
.cid-uvORvw0qCm .mbr-text {
  color: #181818;
  text-align: left;
}
.cid-uzLmYNkm74 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfaf9;
}
.cid-uzLmYNkm74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzLmYNkm74 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzLmYNkm74 .items-wrap {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uzLmYNkm74 .content-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uzLmYNkm74 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzLmYNkm74 .content-wrapper .mbr-section-title span {
  color: #eee7e0;
}
.cid-uzLmYNkm74 .content-wrapper .tabs-wrapper {
  border-bottom: none;
}
.cid-uzLmYNkm74 .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
}
.cid-uzLmYNkm74 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 5px;
}
.cid-uzLmYNkm74 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #000000;
  padding: 8px 14px;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uzLmYNkm74 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fbfaf9;
}
.cid-uzLmYNkm74 .tab-content .tab-pane .item-content {
  border: 1px solid #eee7e0;
  background-color: #eee7e0;
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uzLmYNkm74 .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-uzLmYNkm74 .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uzLmYNkm74 .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
    padding: 14px;
  }
}
.cid-uzLmYNkm74 .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uzLmYNkm74 .tab-content .tab-pane .item-content .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uzLmYNkm74 .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uzLmYNkm74 .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
  }
}
.cid-uzLmYNkm74 .tab-content .tab-pane .item-content .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uzLmYNkm74 .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-uzLmYNkm74 .mbr-section-title {
  color: #120d06;
}
.cid-uzLmYNkm74 .item-title {
  color: #120d06;
}
.cid-uzLmYNkm74 .item-text {
  color: #120d06;
}
.cid-uvORvykLK8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbfaf9;
}
.cid-uvORvykLK8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvORvykLK8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvORvykLK8 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uvORvykLK8 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvORvykLK8 .container {
    padding: 0 24px;
  }
}
.cid-uvORvykLK8 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uvORvykLK8 .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uvORvykLK8 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uvORvykLK8 .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uvORvykLK8 .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uvORvykLK8 .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uvORvykLK8 .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uvORvykLK8 .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uvORvykLK8 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uvORvykLK8 .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uvORvykLK8 .nav-wrapper .list .item-wrap:hover::before,
.cid-uvORvykLK8 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uvORvykLK8 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uvORvykLK8 .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uvORvykLK8 .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uvORvykLK8 .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uvORvykLK8 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uvORvykLK8 .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uvORvykLK8 .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uvORvykLK8 .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uvORvykLK8 .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uvORvykLK8 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uvORvykLK8 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uvORvykLK8 .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uvORvykLK8 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uvORvykLK8 .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uvORvykLK8 .border-wrap {
    margin: 28px 0;
  }
}
.cid-uvORvykLK8 .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uvORvykLK8 .list {
  color: #202020;
}
.cid-uvORvykLK8 .mbr-title {
  color: #202020;
}
.cid-uvORvykLK8 .mbr-title,
.cid-uvORvykLK8 .social-wrapper {
  text-align: right;
}
@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-uBg1eu4zr7 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .nav-item:focus,
.cid-uBg1eu4zr7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uBg1eu4zr7 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link {
    position: relative;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: );
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uBg1eu4zr7 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uBg1eu4zr7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBg1eu4zr7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBg1eu4zr7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.opened {
  transition: all .3s;
  background: #fbfaf9 !important;
}
.cid-uBg1eu4zr7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uBg1eu4zr7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBg1eu4zr7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBg1eu4zr7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBg1eu4zr7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBg1eu4zr7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBg1eu4zr7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBg1eu4zr7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBg1eu4zr7 .navbar.navbar-short {
  background: #fbfaf9 !important;
  min-height: 60px;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBg1eu4zr7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBg1eu4zr7 .dropdown-item.active,
.cid-uBg1eu4zr7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBg1eu4zr7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBg1eu4zr7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBg1eu4zr7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBg1eu4zr7 .navbar-buttons {
  text-align: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #120d06;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBg1eu4zr7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBg1eu4zr7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBg1eu4zr7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBg1eu4zr7 .navbar {
    height: 77px;
  }
  .cid-uBg1eu4zr7 .navbar.opened {
    height: auto;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuB0QucCLF {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/introducing-clinic-eleven-1080x1080.webp");
}
.cid-uuB0QucCLF .mbr-overlay {
  background-color: #fbfaf9;
  opacity: 0.9;
}
.cid-uuB0QucCLF h1,
.cid-uuB0QucCLF h2 {
  line-height: 0.8;
}
.cid-uuB0QucCLF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuB0QucCLF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uuB0QucCLF {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uuB0QucCLF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uuB0QucCLF .content-wrap {
    width: 100%;
  }
}
.cid-uuB0QucCLF .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uuB0QucCLF .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uuB0QucCLF {
    align-items: center;
  }
  .cid-uuB0QucCLF .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uuB0QucCLF .content-wrap {
    min-width: 50%;
  }
}
.cid-uuB0QucCLF .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uuB0QucCLF .mbr-text,
.cid-uuB0QucCLF .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uuB0QucCLF .mbr-section-title3 {
  color: #221b35;
  text-align: right;
}
.cid-uuB0QucCLF .mbr-section-title2 {
  color: #221b35;
  text-align: center;
}
.cid-uuB0QucCLF .mbr-section-title1 {
  color: #221b35;
  text-align: left;
}
.cid-uuB0QucCLF .mbr-section-subtitle {
  color: #221b35;
  position: relative;
  z-index: 10;
  text-align: right;
}
.cid-utx2Ry53Uy {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fbfaf9;
}
.cid-utx2Ry53Uy .mbr-fallback-image.disabled {
  display: none;
}
.cid-utx2Ry53Uy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utx2Ry53Uy .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-utx2Ry53Uy .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-utx2Ry53Uy .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-utx2Ry53Uy .card-wrapper {
    padding: 4rem;
  }
}
.cid-utx2Ry53Uy .mbr-text,
.cid-utx2Ry53Uy .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-utx2Ry53Uy .card-title,
.cid-utx2Ry53Uy .card-box {
  text-align: left;
  color: #000000;
}
.cid-uxf5ieLCT9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fbfaf9;
}
.cid-uxf5ieLCT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxf5ieLCT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxf5ieLCT9 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxf5ieLCT9 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uxf5ieLCT9 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uxf5ieLCT9 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uxf5ieLCT9 .mbr-text,
.cid-uxf5ieLCT9 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uxf5ieLCT9 .card-title,
.cid-uxf5ieLCT9 .card-box {
  text-align: left;
  color: #000000;
}
.cid-uuB5hNPruH {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fbfaf9;
}
.cid-uuB5hNPruH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuB5hNPruH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuB5hNPruH .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uuB5hNPruH .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uuB5hNPruH .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uuB5hNPruH .card-wrapper {
    padding: 4rem;
  }
}
.cid-uuB5hNPruH .mbr-text,
.cid-uuB5hNPruH .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uuB5hNPruH .card-title,
.cid-uuB5hNPruH .card-box {
  text-align: left;
  color: #000000;
}
.cid-usT9gmPXZI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbfaf9;
}
.cid-usT9gmPXZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-usT9gmPXZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usT9gmPXZI .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .container {
    padding: 0 24px;
  }
}
.cid-usT9gmPXZI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-usT9gmPXZI .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-usT9gmPXZI .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-usT9gmPXZI .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap:hover::before,
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-usT9gmPXZI .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .border-wrap {
    margin: 28px 0;
  }
}
.cid-usT9gmPXZI .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-usT9gmPXZI .list {
  color: #202020;
}
.cid-usT9gmPXZI .mbr-title {
  color: #202020;
}
.cid-usT9gmPXZI .mbr-title,
.cid-usT9gmPXZI .social-wrapper {
  text-align: right;
}
@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-uBg1eu4zr7 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .nav-item:focus,
.cid-uBg1eu4zr7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uBg1eu4zr7 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link {
    position: relative;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: );
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uBg1eu4zr7 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uBg1eu4zr7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBg1eu4zr7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBg1eu4zr7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.opened {
  transition: all .3s;
  background: #fbfaf9 !important;
}
.cid-uBg1eu4zr7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uBg1eu4zr7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBg1eu4zr7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBg1eu4zr7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBg1eu4zr7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBg1eu4zr7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBg1eu4zr7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBg1eu4zr7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBg1eu4zr7 .navbar.navbar-short {
  background: #fbfaf9 !important;
  min-height: 60px;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBg1eu4zr7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBg1eu4zr7 .dropdown-item.active,
.cid-uBg1eu4zr7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBg1eu4zr7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBg1eu4zr7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBg1eu4zr7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBg1eu4zr7 .navbar-buttons {
  text-align: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #120d06;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBg1eu4zr7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBg1eu4zr7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBg1eu4zr7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBg1eu4zr7 .navbar {
    height: 77px;
  }
  .cid-uBg1eu4zr7 .navbar.opened {
    height: auto;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utwPcb9RaC {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/introducing-clinic-eleven-1080x1080.webp");
}
.cid-utwPcb9RaC .mbr-overlay {
  background-color: #fbfaf9;
  opacity: 0.9;
}
.cid-utwPcb9RaC h1,
.cid-utwPcb9RaC h2 {
  line-height: 0.8;
}
.cid-utwPcb9RaC .mbr-fallback-image.disabled {
  display: none;
}
.cid-utwPcb9RaC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-utwPcb9RaC {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-utwPcb9RaC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-utwPcb9RaC .content-wrap {
    width: 100%;
  }
}
.cid-utwPcb9RaC .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-utwPcb9RaC .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-utwPcb9RaC {
    align-items: center;
  }
  .cid-utwPcb9RaC .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-utwPcb9RaC .content-wrap {
    min-width: 50%;
  }
}
.cid-utwPcb9RaC .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-utwPcb9RaC .mbr-text,
.cid-utwPcb9RaC .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-utwPcb9RaC .mbr-section-title3 {
  color: #221b35;
  text-align: right;
}
.cid-utwPcb9RaC .mbr-section-title2 {
  color: #221b35;
  text-align: center;
}
.cid-utwPcb9RaC .mbr-section-title1 {
  color: #221b35;
  text-align: left;
}
.cid-utwPcb9RaC .mbr-section-subtitle {
  color: #221b35;
  position: relative;
  z-index: 10;
  text-align: right;
}
.cid-utJm8v870N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfaf9;
}
.cid-utJm8v870N .mbr-text {
  color: #120d06;
}
.cid-utJm8v870N .mbr-section-subtitle {
  color: #000000;
}
.cid-uu7jd3cr20 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fbfaf9;
}
@media (min-width: 992px) {
  .cid-uu7jd3cr20 .wrapper {
    position: relative;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 25px;
  }
}
@media (min-width: 769px) {
  .cid-uu7jd3cr20 .row .col-12 {
    padding-left: 11px;
    padding-right: 11px;
  }
}
.cid-uu7jd3cr20 .item-img {
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.cid-uu7jd3cr20 .item-img img {
  object-fit: cover;
  height: 100%;
  transition: transform 1.5s;
}
.cid-uu7jd3cr20 .item-img:hover img {
  width: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cid-uu7jd3cr20 img {
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-uu7jd3cr20 .top {
    padding-top: 20px;
  }
}
.cid-uu7jd3cr20 .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: .7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uu7jd3cr20 .close::before {
  content: '\e91a';
}
.cid-uu7jd3cr20 .close:hover {
  color: #fff;
}
.cid-uu7jd3cr20 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uu7jd3cr20 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uu7jd3cr20 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uu7jd3cr20 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uu7jd3cr20 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-uu7jd3cr20 .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-uu7jd3cr20 .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-uu7jd3cr20 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-uu7jd3cr20 .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-uu7jd3cr20 .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-uu7jd3cr20 .carousel-inner {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-uu7jd3cr20 .carousel-item img {
    width: 70%;
  }
}
.cid-uu7jd3cr20 .carousel-inner > .active {
  display: block;
}
.cid-uu7jd3cr20 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uu7jd3cr20 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uu7jd3cr20 .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-uu7jd3cr20 .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-uu7jd3cr20 .carousel-control,
  .cid-uu7jd3cr20 .carousel-indicators {
    position: fixed;
  }
}
.cid-uu7jd3cr20 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uu7jd3cr20 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uu7jd3cr20 .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-uu7jd3cr20 .modal-content {
    width: 70%;
  }
}
.cid-uu7jd3cr20 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uu7jd3cr20 .carousel {
  width: 100%;
}
.cid-uu7jd3cr20 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uu7jd3cr20 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uu7jd3cr20 .modal.fade .modal-dialog,
.cid-uu7jd3cr20 .modal.in .modal-dialog {
  transform: none;
}
.cid-uu7jd3cr20 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-utJnJQmZi3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fbfaf9;
}
.cid-utJnJQmZi3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utJnJQmZi3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utJnJQmZi3 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-utJnJQmZi3 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-utJnJQmZi3 .container {
    padding: 0 25px;
  }
}
.cid-utJnJQmZi3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-utJnJQmZi3 .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-utJnJQmZi3 .text-wrapper .text-wrap {
  display: inline-flex;
}
.cid-utJnJQmZi3 .text-wrapper .text-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 16px;
  color: #e33030;
}
.cid-utJnJQmZi3 .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-utJnJQmZi3 .mbr-section-title {
  color: #E33030;
}
.cid-utJnJQmZi3 .mbr-text {
  color: #E33030;
}
.cid-utJnJQmZi3 .mbr-section-title,
.cid-utJnJQmZi3 .icon-wrapper {
  color: #120d06;
}
.cid-usThg3ZatN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-usThg3ZatN .mbr-fallback-image.disabled {
  display: none;
}
.cid-usThg3ZatN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usThg3ZatN .col-lg-8 {
  padding: 4rem 6rem;
}
@media (max-width: 1600px) {
  .cid-usThg3ZatN .col-lg-8 {
    padding: 2rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-usThg3ZatN .col-lg-8 {
    padding: 2rem 1rem;
  }
}
.cid-usThg3ZatN .img-col {
  border-left: 1px solid lightgray;
  padding: 1rem;
}
.cid-usThg3ZatN .img-col img {
  width: 140px;
}
@media (max-width: 767px) {
  .cid-usThg3ZatN .img-col {
    border-left: 0px solid lightgray;
    padding: 0;
    padding-top: 1rem;
  }
}
.cid-usThg3ZatN .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-usThg3ZatN .mbr-text,
.cid-usThg3ZatN .mbr-section-btn {
  text-align: left;
  color: #120d06;
}
.cid-usThg3ZatN .mbr-section-title,
.cid-usThg3ZatN .line {
  color: #353332;
}
.cid-usThg3ZatN .mbr-section-subtitle,
.cid-usThg3ZatN .align {
  text-align: left;
  color: #232323;
}
.cid-usCjhFpHa4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #fbfaf9;
}
.cid-usCjhFpHa4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usCjhFpHa4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usCjhFpHa4 .content-head {
  max-width: 800px;
}
.cid-usCjhFpHa4 .loop-container .item {
  min-height: auto;
}
.cid-usCjhFpHa4 .item {
  color: #353332;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-usCjhFpHa4 .item {
    min-height: 45px;
  }
}
.cid-uu7rBFQxTI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbfaf9;
}
.cid-uu7rBFQxTI .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #120d06;
}
.cid-uu7rBFQxTI .mbr-section-subtitle {
  color: #454545;
}
.cid-uu7rBFQxTI .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uu7rBFQxTI .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uu7rBFQxTI .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uu7rBFQxTI .col-12,
  .cid-uu7rBFQxTI .col-md-12 {
    padding: 0;
  }
}
.cid-uu7rBFQxTI .si img {
  width: auto;
}
.cid-uu7piLSFIs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbfaf9;
}
.cid-uu7piLSFIs .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #120d06;
}
.cid-uu7piLSFIs .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-uu7piLSFIs .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uu7piLSFIs .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uu7piLSFIs .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uu7piLSFIs .col-12,
  .cid-uu7piLSFIs .col-md-12 {
    padding: 0;
  }
}
.cid-uu7piLSFIs .si img {
  width: auto;
}
.cid-uu7wixpMb2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbfaf9;
}
.cid-uu7wixpMb2 .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #120d06;
}
.cid-uu7wixpMb2 .mbr-section-subtitle {
  color: #454545;
}
.cid-uu7wixpMb2 .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uu7wixpMb2 .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uu7wixpMb2 .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uu7wixpMb2 .col-12,
  .cid-uu7wixpMb2 .col-md-12 {
    padding: 0;
  }
}
.cid-uu7wixpMb2 .si img {
  width: auto;
}
.cid-grk75jqkZk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbfaf9;
}
.cid-grk75jqkZk .mbr-text {
  color: #767676;
}
.cid-grk75jqkZk h4 {
  text-align: center;
}
.cid-grk75jqkZk p {
  text-align: center;
}
.cid-grk75jqkZk .badge {
  position: relative;
  width: 206px;
  display: inline-block;
  margin: 0 27px 27px 27px;
}
.cid-grk75jqkZk .badge svg {
  width: 206px;
}
.cid-grk75jqkZk .title {
  position: absolute;
  top: -28px;
  border-radius: 8px 8px 0 0;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  color: #000000;
}
.cid-grk75jqkZk .subtitle {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #ffffff;
  top: 100px;
}
.cid-grk75jqkZk .stars {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #ffffff;
  top: 140px;
}
.cid-grk75jqkZk .cBadge1 .title {
  background: #ffffff;
}
.cid-grk75jqkZk .cBadge1 .subtitle:after {
  color: #ffffff;
}
.cid-grk75jqkZk .cBadge2 .title {
  background: #ffffff;
}
.cid-grk75jqkZk .cBadge2 .subtitle:after {
  color: #ffffff;
}
.cid-grk75jqkZk .cBadge3 .title {
  background: #ffffff;
}
.cid-grk75jqkZk .cBadge3 .subtitle:after {
  color: #ffffff;
}
.cid-grk75jqkZk .cBadge4 .title {
  background: #ffffff;
}
.cid-grk75jqkZk .cBadge4 .subtitle:after {
  color: #ffffff;
}
.cid-grk75jqkZk H3 {
  text-align: center;
}
.cid-uu6Q6Up1bA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uu6Q6Up1bA img {
  width: 125px;
  margin: auto;
  opacity: 0.5;
  transition: opacity 0.5s;
}
.cid-uu6Q6Up1bA img:hover {
  opacity: 1;
}
.cid-uu6Q6Up1bA .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uu6Q6Up1bA .card {
    width: 20%;
  }
}
.cid-uu6Q6Up1bA .mbr-section-subtitle {
  color: #181818;
  text-align: left;
}
.cid-usT9gmPXZI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbfaf9;
}
.cid-usT9gmPXZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-usT9gmPXZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usT9gmPXZI .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .container {
    padding: 0 24px;
  }
}
.cid-usT9gmPXZI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-usT9gmPXZI .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-usT9gmPXZI .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-usT9gmPXZI .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap:hover::before,
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-usT9gmPXZI .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .border-wrap {
    margin: 28px 0;
  }
}
.cid-usT9gmPXZI .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-usT9gmPXZI .list {
  color: #202020;
}
.cid-usT9gmPXZI .mbr-title {
  color: #202020;
}
.cid-usT9gmPXZI .mbr-title,
.cid-usT9gmPXZI .social-wrapper {
  text-align: right;
}
@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-uBg1eu4zr7 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .nav-item:focus,
.cid-uBg1eu4zr7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uBg1eu4zr7 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link {
    position: relative;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: );
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uBg1eu4zr7 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uBg1eu4zr7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBg1eu4zr7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBg1eu4zr7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.opened {
  transition: all .3s;
  background: #fbfaf9 !important;
}
.cid-uBg1eu4zr7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uBg1eu4zr7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBg1eu4zr7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBg1eu4zr7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBg1eu4zr7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBg1eu4zr7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBg1eu4zr7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBg1eu4zr7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBg1eu4zr7 .navbar.navbar-short {
  background: #fbfaf9 !important;
  min-height: 60px;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBg1eu4zr7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBg1eu4zr7 .dropdown-item.active,
.cid-uBg1eu4zr7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBg1eu4zr7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBg1eu4zr7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBg1eu4zr7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBg1eu4zr7 .navbar-buttons {
  text-align: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #120d06;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBg1eu4zr7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBg1eu4zr7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBg1eu4zr7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBg1eu4zr7 .navbar {
    height: 77px;
  }
  .cid-uBg1eu4zr7 .navbar.opened {
    height: auto;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uztURs03B5 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/introducing-clinic-eleven-1080x1080.webp");
}
.cid-uztURs03B5 .mbr-overlay {
  background-color: #fbfaf9;
  opacity: 0.8;
}
.cid-uztURs03B5 h1,
.cid-uztURs03B5 h2 {
  line-height: 0.8;
}
.cid-uztURs03B5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uztURs03B5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uztURs03B5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uztURs03B5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uztURs03B5 .content-wrap {
    width: 100%;
  }
}
.cid-uztURs03B5 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uztURs03B5 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uztURs03B5 {
    align-items: center;
  }
  .cid-uztURs03B5 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uztURs03B5 .content-wrap {
    min-width: 50%;
  }
}
.cid-uztURs03B5 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uztURs03B5 .mbr-text,
.cid-uztURs03B5 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uztURs03B5 .mbr-section-title3 {
  color: #221b35;
  text-align: right;
}
.cid-uztURs03B5 .mbr-section-title2 {
  color: #221b35;
  text-align: center;
}
.cid-uztURs03B5 .mbr-section-title1 {
  color: #221b35;
  text-align: left;
}
.cid-uztURs03B5 .mbr-section-subtitle {
  color: #221b35;
  position: relative;
  z-index: 10;
  text-align: right;
}
.cid-uBK3VHDQ8R {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uBK3VHDQ8R .mbr-section-title {
  color: #131313;
  text-align: left;
}
.cid-uBK3VHDQ8R .mbr-text {
  color: #181818;
  text-align: left;
}
.cid-uBK3WRVKc4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uBK3WRVKc4 .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uBK3WRVKc4 .mbr-section-subtitle {
  color: #181818;
}
.cid-uBK3WRVKc4 .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uBK3WRVKc4 .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uBK3WRVKc4 .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uBK3WRVKc4 .col-12,
  .cid-uBK3WRVKc4 .col-md-12 {
    padding: 0;
  }
}
.cid-uBK3WRVKc4 .si img {
  width: auto;
}
#custom-html-ah {
  /* Type valid CSS here */
}
#custom-html-ah html,
#custom-html-ah body {
  margin: 0;
  padding: 0;
  height: 100%;
  /* Ensures the body and HTML fill the full screen */
}
#custom-html-ah div {
  display: flex;
  /* Center content vertically and horizontally */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  /* Full width */
  height: 100vh;
  /* Full height */
  padding: 0;
  color: #ffffff;
  background-color: #ffffff;
  /* Optional: Add a background color */
  box-sizing: border-box;
}
#custom-html-ah h1.display-1 {
  font-size: 5vw;
  /* Font size responsive to screen width */
  margin: 0;
}
#custom-html-ah svg {
  max-width: 20%;
  /* Adjust as needed */
  height: auto;
  /* Maintain aspect ratio */
}
#custom-html-ah p.display-3 {
  font-size: 2vw;
  /* Responsive font size */
  margin: 0;
}
@media (max-width: 768px) {
  #custom-html-ah h1.display-1 {
    font-size: 8vw;
    /* Smaller devices */
  }
  #custom-html-ah p.display-3 {
    font-size: 4vw;
    /* Smaller font size */
  }
}
#custom-html-ah div {
  padding: 80px 0;
  color: #ffffff;
  text-align: center;
}
#custom-html-ah p {
  font-size: 60px;
  color: #777;
}
#custom-html-ah div {
  padding: 40px 10px;
  /* Adjust padding for smaller screens */
  color: #ffffff;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  /* Ensures padding doesn't overflow */
}
#custom-html-ah h1.display-1 {
  font-size: 3rem;
  /* Responsive heading size */
}
#custom-html-ah svg {
  max-width: 100%;
  /* Ensures SVG scales responsively */
  height: auto;
  /* Maintains aspect ratio */
}
#custom-html-ah p.display-3 {
  font-size: 1.5rem;
  /* Responsive font size */
}
@media (min-width: 768px) {
  #custom-html-ah h1.display-1 {
    font-size: 4rem;
    /* Larger font size on medium screens */
  }
  #custom-html-ah p.display-3 {
    font-size: 2rem;
    /* Larger paragraph font size */
  }
}
@media (min-width: 1024px) {
  #custom-html-ah h1.display-1 {
    font-size: 5rem;
    /* Even larger font size on large screens */
  }
  #custom-html-ah p.display-3 {
    font-size: 3rem;
    /* Even larger paragraph font size */
  }
}
.cid-uB1Q8bUCFC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uB1Q8bUCFC .mbr-section-title {
  color: #000000;
}
.cid-uB1Q8bUCFC .mbr-text {
  color: #181818;
}
.cid-uztURsoJKU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbfaf9;
}
.cid-uztURsoJKU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uztURsoJKU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uztURsoJKU .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uztURsoJKU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uztURsoJKU .container {
    padding: 0 24px;
  }
}
.cid-uztURsoJKU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uztURsoJKU .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uztURsoJKU .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uztURsoJKU .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uztURsoJKU .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uztURsoJKU .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uztURsoJKU .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uztURsoJKU .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uztURsoJKU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uztURsoJKU .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uztURsoJKU .nav-wrapper .list .item-wrap:hover::before,
.cid-uztURsoJKU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uztURsoJKU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uztURsoJKU .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uztURsoJKU .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uztURsoJKU .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uztURsoJKU .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uztURsoJKU .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uztURsoJKU .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uztURsoJKU .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uztURsoJKU .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uztURsoJKU .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uztURsoJKU .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uztURsoJKU .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uztURsoJKU .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uztURsoJKU .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uztURsoJKU .border-wrap {
    margin: 28px 0;
  }
}
.cid-uztURsoJKU .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uztURsoJKU .list {
  color: #202020;
}
.cid-uztURsoJKU .mbr-title {
  color: #202020;
}
.cid-uztURsoJKU .mbr-title,
.cid-uztURsoJKU .social-wrapper {
  text-align: right;
}
@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-uBg1eu4zr7 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .nav-item:focus,
.cid-uBg1eu4zr7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uBg1eu4zr7 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link {
    position: relative;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: );
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uBg1eu4zr7 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uBg1eu4zr7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBg1eu4zr7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBg1eu4zr7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.opened {
  transition: all .3s;
  background: #fbfaf9 !important;
}
.cid-uBg1eu4zr7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uBg1eu4zr7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBg1eu4zr7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBg1eu4zr7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBg1eu4zr7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBg1eu4zr7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBg1eu4zr7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBg1eu4zr7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBg1eu4zr7 .navbar.navbar-short {
  background: #fbfaf9 !important;
  min-height: 60px;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBg1eu4zr7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBg1eu4zr7 .dropdown-item.active,
.cid-uBg1eu4zr7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBg1eu4zr7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBg1eu4zr7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBg1eu4zr7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBg1eu4zr7 .navbar-buttons {
  text-align: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #120d06;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBg1eu4zr7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBg1eu4zr7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBg1eu4zr7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBg1eu4zr7 .navbar {
    height: 77px;
  }
  .cid-uBg1eu4zr7 .navbar.opened {
    height: auto;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAmyr4IjfA {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/introducing-clinic-eleven-1080x1080.webp");
}
.cid-uAmyr4IjfA .mbr-overlay {
  background-color: #fbfaf9;
  opacity: 0.9;
}
.cid-uAmyr4IjfA h1,
.cid-uAmyr4IjfA h2 {
  line-height: 0.8;
}
.cid-uAmyr4IjfA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmyr4IjfA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uAmyr4IjfA {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uAmyr4IjfA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAmyr4IjfA .content-wrap {
    width: 100%;
  }
}
.cid-uAmyr4IjfA .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uAmyr4IjfA .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uAmyr4IjfA {
    align-items: center;
  }
  .cid-uAmyr4IjfA .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAmyr4IjfA .content-wrap {
    min-width: 50%;
  }
}
.cid-uAmyr4IjfA .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uAmyr4IjfA .mbr-text,
.cid-uAmyr4IjfA .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAmyr4IjfA .mbr-section-title3 {
  color: #221b35;
  text-align: right;
}
.cid-uAmyr4IjfA .mbr-section-title2 {
  color: #221b35;
  text-align: center;
}
.cid-uAmyr4IjfA .mbr-section-title1 {
  color: #221b35;
  text-align: left;
}
.cid-uAmyr4IjfA .mbr-section-subtitle {
  color: #221b35;
  position: relative;
  z-index: 10;
  text-align: right;
}
.cid-uAmyr5Tp2z {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #fbfaf9;
}
.cid-uAmyr5Tp2z .mbr-text {
  color: #221b35;
}
.cid-uAmyr5Tp2z .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uAmyr5Tp2z h5,
.cid-uAmyr5Tp2z h6 {
  background: #eee7e0;
  display: inline;
}
.cid-uAmyr5Tp2z h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uAmyr5Tp2z h6 {
  line-height: 1.3 !important;
}
.cid-uAmyr5Tp2z h6 span {
  padding-right: 2rem;
}
.cid-uAmyr5Tp2z .mbr-section-title,
.cid-uAmyr5Tp2z .align {
  color: #120d06;
}
.cid-uAmyr5Tp2z .mbr-section-subtitle,
.cid-uAmyr5Tp2z .align {
  color: #120d06;
  text-align: left;
}
.cid-uAmyr6jwsQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAmyr6jwsQ p {
  color: #767676;
}
.cid-uAmyr6jwsQ .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uAmyr6jwsQ .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uAmyr6jwsQ .row-element,
.cid-uAmyr6jwsQ .image-element {
  padding: 0;
}
.cid-uAmyr6jwsQ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAmyr6jwsQ .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uAmyr6jwsQ .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uAmyr6jwsQ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #eee7e0, #120d06);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uAmyr6jwsQ .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uAmyr6jwsQ .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAmyr6jwsQ .text-content {
    padding: 2rem 1rem;
  }
  .cid-uAmyr6jwsQ .underline .line {
    height: 2px;
  }
  .cid-uAmyr6jwsQ .mbr-title,
  .cid-uAmyr6jwsQ .underline,
  .cid-uAmyr6jwsQ .mbr-text,
  .cid-uAmyr6jwsQ .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uAmyr6jwsQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmyr6jwsQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAmyr6jwsQ .mbr-text,
.cid-uAmyr6jwsQ .mbr-section-btn {
  color: #120d06;
  text-align: left;
}
.cid-uAmyr6jwsQ .mbr-title,
.cid-uAmyr6jwsQ .underline DIV {
  text-align: left;
}
.cid-uBn8KAVFqP {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBn8KAVFqP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBn8KAVFqP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBn8KAVFqP .row {
  justify-content: space-between;
}
.cid-uBn8KAVFqP .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uBn8KAVFqP .content-wrapper {
    padding: 0;
  }
}
.cid-uBn8KAVFqP .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBn8KAVFqP .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uBn8KAVFqP .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBn8KAVFqP .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uBn8KAVFqP .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBn8KAVFqP .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uBn8KAVFqP .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uBn8KAVFqP .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uBn8KAVFqP .mbr-section-title {
  color: #000000;
}
.cid-uBn8KAVFqP .mbr-desc {
  color: #000000;
}
.cid-uBn8KAVFqP .mbr-text {
  color: #000000;
}
.cid-uBn8KAVFqP .mbr-section-title,
.cid-uBn8KAVFqP .mbr-section-btn {
  text-align: left;
}
.cid-uBnb9S0PRB {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBnb9S0PRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBnb9S0PRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBnb9S0PRB .row {
  justify-content: space-between;
}
.cid-uBnb9S0PRB .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uBnb9S0PRB .content-wrapper {
    padding: 0;
  }
}
.cid-uBnb9S0PRB .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBnb9S0PRB .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uBnb9S0PRB .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBnb9S0PRB .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uBnb9S0PRB .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBnb9S0PRB .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uBnb9S0PRB .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uBnb9S0PRB .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uBnb9S0PRB .mbr-section-title {
  color: #000000;
}
.cid-uBnb9S0PRB .mbr-desc {
  color: #000000;
}
.cid-uBnb9S0PRB .mbr-text {
  color: #000000;
}
.cid-uBnb9S0PRB .mbr-section-title,
.cid-uBnb9S0PRB .mbr-section-btn {
  text-align: left;
}
.cid-uBnbavcDis {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBnbavcDis .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBnbavcDis .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBnbavcDis .row {
  justify-content: space-between;
}
.cid-uBnbavcDis .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uBnbavcDis .content-wrapper {
    padding: 0;
  }
}
.cid-uBnbavcDis .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBnbavcDis .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uBnbavcDis .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBnbavcDis .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uBnbavcDis .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBnbavcDis .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uBnbavcDis .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uBnbavcDis .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uBnbavcDis .mbr-section-title {
  color: #000000;
}
.cid-uBnbavcDis .mbr-desc {
  color: #000000;
}
.cid-uBnbavcDis .mbr-text {
  color: #000000;
}
.cid-uBnbavcDis .mbr-section-title,
.cid-uBnbavcDis .mbr-section-btn {
  text-align: left;
}
.cid-uBnbb5CaTe {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBnbb5CaTe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBnbb5CaTe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBnbb5CaTe .row {
  justify-content: space-between;
}
.cid-uBnbb5CaTe .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uBnbb5CaTe .content-wrapper {
    padding: 0;
  }
}
.cid-uBnbb5CaTe .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBnbb5CaTe .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uBnbb5CaTe .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBnbb5CaTe .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uBnbb5CaTe .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBnbb5CaTe .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uBnbb5CaTe .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uBnbb5CaTe .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uBnbb5CaTe .mbr-section-title {
  color: #000000;
}
.cid-uBnbb5CaTe .mbr-desc {
  color: #000000;
}
.cid-uBnbb5CaTe .mbr-text {
  color: #000000;
}
.cid-uBnbb5CaTe .mbr-section-title,
.cid-uBnbb5CaTe .mbr-section-btn {
  text-align: left;
}
.cid-uBnbHgRX6e {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBnbHgRX6e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBnbHgRX6e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBnbHgRX6e .row {
  justify-content: space-between;
}
.cid-uBnbHgRX6e .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uBnbHgRX6e .content-wrapper {
    padding: 0;
  }
}
.cid-uBnbHgRX6e .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBnbHgRX6e .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uBnbHgRX6e .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBnbHgRX6e .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uBnbHgRX6e .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBnbHgRX6e .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uBnbHgRX6e .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uBnbHgRX6e .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uBnbHgRX6e .mbr-section-title {
  color: #000000;
}
.cid-uBnbHgRX6e .mbr-desc {
  color: #000000;
}
.cid-uBnbHgRX6e .mbr-text {
  color: #000000;
}
.cid-uBnbHgRX6e .mbr-section-title,
.cid-uBnbHgRX6e .mbr-section-btn {
  text-align: left;
}
.cid-uAmyr9NCDO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uAmyr9NCDO .mbr-section-title {
  color: #131313;
  text-align: center;
}
.cid-uAmyr9NCDO .mbr-text {
  color: #181818;
}
.cid-uBK87uUij8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uBK87uUij8 .item-img {
  position: relative;
}
.cid-uBK87uUij8 .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uBK87uUij8 .cardbg {
  background: #fbfaf9;
  height: 100%;
  min-height: 160px;
}
.cid-uBK87uUij8 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uBK87uUij8 .image-wrapper {
  overflow: hidden;
}
.cid-uBK87uUij8 .item1 {
  margin-bottom: 2rem !important;
}
.cid-uBK87uUij8 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uBK87uUij8 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uBK87uUij8 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #120d06;
}
.cid-uBK87uUij8 .item1,
.cid-uBK87uUij8 .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uBK87uUij8 .item1 .item:hover,
.cid-uBK87uUij8 .item .item:hover {
  cursor: pointer;
}
.cid-uBK87uUij8 .item1:hover .link-icon-wrapper span,
.cid-uBK87uUij8 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uBK87uUij8 .card2 {
    margin-top: 1rem;
  }
}
.cid-uBK87uUij8 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uBK87uUij8 .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uBK87uUij8 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uBK87uUij8 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uBK87uUij8 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uBK87uUij8 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uBK87uUij8 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uBK87uUij8 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uBK87uUij8 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uBK87uUij8 img,
.cid-uBK87uUij8 .item-img {
  width: 100%;
}
.cid-uBK87uUij8 .item:focus,
.cid-uBK87uUij8 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uBK87uUij8 .item {
    margin-bottom: 1rem;
  }
}
.cid-uBK87uUij8 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uBK87uUij8 .item-title {
  text-align: left;
  color: #120d06;
}
.cid-uBK87uUij8 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uBK87uUij8 .mbr-section-subtitle,
.cid-uBK87uUij8 .subtitle-wrap,
.cid-uBK87uUij8 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uBK87uUij8 .mbr-text,
.cid-uBK87uUij8 .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uAmyradHHN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbfaf9;
}
.cid-uAmyradHHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmyradHHN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAmyradHHN .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uAmyradHHN .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAmyradHHN .container {
    padding: 0 24px;
  }
}
.cid-uAmyradHHN .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uAmyradHHN .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uAmyradHHN .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uAmyradHHN .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uAmyradHHN .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uAmyradHHN .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uAmyradHHN .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uAmyradHHN .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uAmyradHHN .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uAmyradHHN .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uAmyradHHN .nav-wrapper .list .item-wrap:hover::before,
.cid-uAmyradHHN .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uAmyradHHN .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAmyradHHN .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uAmyradHHN .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uAmyradHHN .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uAmyradHHN .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uAmyradHHN .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uAmyradHHN .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uAmyradHHN .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uAmyradHHN .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uAmyradHHN .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uAmyradHHN .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uAmyradHHN .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uAmyradHHN .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uAmyradHHN .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uAmyradHHN .border-wrap {
    margin: 28px 0;
  }
}
.cid-uAmyradHHN .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uAmyradHHN .list {
  color: #202020;
}
.cid-uAmyradHHN .mbr-title {
  color: #202020;
}
.cid-uAmyradHHN .mbr-title,
.cid-uAmyradHHN .social-wrapper {
  text-align: right;
}
@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-uBg1eu4zr7 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .nav-item:focus,
.cid-uBg1eu4zr7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uBg1eu4zr7 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link {
    position: relative;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: );
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uBg1eu4zr7 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uBg1eu4zr7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBg1eu4zr7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBg1eu4zr7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.opened {
  transition: all .3s;
  background: #fbfaf9 !important;
}
.cid-uBg1eu4zr7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uBg1eu4zr7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBg1eu4zr7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBg1eu4zr7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBg1eu4zr7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBg1eu4zr7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBg1eu4zr7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBg1eu4zr7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBg1eu4zr7 .navbar.navbar-short {
  background: #fbfaf9 !important;
  min-height: 60px;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBg1eu4zr7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBg1eu4zr7 .dropdown-item.active,
.cid-uBg1eu4zr7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBg1eu4zr7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBg1eu4zr7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBg1eu4zr7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBg1eu4zr7 .navbar-buttons {
  text-align: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #120d06;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBg1eu4zr7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBg1eu4zr7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBg1eu4zr7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBg1eu4zr7 .navbar {
    height: 77px;
  }
  .cid-uBg1eu4zr7 .navbar.opened {
    height: auto;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAmywZdbIl {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/introducing-clinic-eleven-1080x1080.webp");
}
.cid-uAmywZdbIl .mbr-overlay {
  background-color: #fbfaf9;
  opacity: 0.9;
}
.cid-uAmywZdbIl h1,
.cid-uAmywZdbIl h2 {
  line-height: 0.8;
}
.cid-uAmywZdbIl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmywZdbIl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uAmywZdbIl {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uAmywZdbIl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAmywZdbIl .content-wrap {
    width: 100%;
  }
}
.cid-uAmywZdbIl .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uAmywZdbIl .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uAmywZdbIl {
    align-items: center;
  }
  .cid-uAmywZdbIl .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAmywZdbIl .content-wrap {
    min-width: 50%;
  }
}
.cid-uAmywZdbIl .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uAmywZdbIl .mbr-text,
.cid-uAmywZdbIl .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAmywZdbIl .mbr-section-title3 {
  color: #221b35;
  text-align: right;
}
.cid-uAmywZdbIl .mbr-section-title2 {
  color: #221b35;
  text-align: center;
}
.cid-uAmywZdbIl .mbr-section-title1 {
  color: #221b35;
  text-align: left;
}
.cid-uAmywZdbIl .mbr-section-subtitle {
  color: #221b35;
  position: relative;
  z-index: 10;
  text-align: right;
}
.cid-uAmywZTqJ6 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAmywZTqJ6 .mbr-text {
  color: #221b35;
}
.cid-uAmywZTqJ6 .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uAmywZTqJ6 h5,
.cid-uAmywZTqJ6 h6 {
  background: #eee7e0;
  display: inline;
}
.cid-uAmywZTqJ6 h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uAmywZTqJ6 h6 {
  line-height: 1.3 !important;
}
.cid-uAmywZTqJ6 h6 span {
  padding-right: 2rem;
}
.cid-uAmywZTqJ6 .mbr-section-title,
.cid-uAmywZTqJ6 .align {
  color: #120d06;
}
.cid-uAmywZTqJ6 .mbr-section-subtitle,
.cid-uAmywZTqJ6 .align {
  color: #120d06;
  text-align: left;
}
.cid-uBGPDhZyvF {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBGPDhZyvF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBGPDhZyvF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBGPDhZyvF .row {
  justify-content: space-between;
}
.cid-uBGPDhZyvF .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uBGPDhZyvF .content-wrapper {
    padding: 0;
  }
}
.cid-uBGPDhZyvF .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBGPDhZyvF .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uBGPDhZyvF .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBGPDhZyvF .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uBGPDhZyvF .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBGPDhZyvF .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uBGPDhZyvF .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uBGPDhZyvF .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uBGPDhZyvF .mbr-section-title {
  color: #000000;
}
.cid-uBGPDhZyvF .mbr-desc {
  color: #000000;
}
.cid-uBGPDhZyvF .mbr-text {
  color: #000000;
}
.cid-uBGPDhZyvF .mbr-section-title,
.cid-uBGPDhZyvF .mbr-section-btn {
  text-align: left;
}
.cid-uBGPDhZyvF .mbr-desc,
.cid-uBGPDhZyvF .logo-wrapper {
  text-align: left;
}
.cid-uAmyx0Jrl5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAmyx0Jrl5 p {
  color: #767676;
}
.cid-uAmyx0Jrl5 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uAmyx0Jrl5 .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uAmyx0Jrl5 .row-element,
.cid-uAmyx0Jrl5 .image-element {
  padding: 0;
}
.cid-uAmyx0Jrl5 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAmyx0Jrl5 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uAmyx0Jrl5 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uAmyx0Jrl5 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #eee7e0, #120d06);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uAmyx0Jrl5 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uAmyx0Jrl5 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAmyx0Jrl5 .text-content {
    padding: 2rem 1rem;
  }
  .cid-uAmyx0Jrl5 .underline .line {
    height: 2px;
  }
  .cid-uAmyx0Jrl5 .mbr-title,
  .cid-uAmyx0Jrl5 .underline,
  .cid-uAmyx0Jrl5 .mbr-text,
  .cid-uAmyx0Jrl5 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uAmyx0Jrl5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmyx0Jrl5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAmyx0Jrl5 .mbr-text,
.cid-uAmyx0Jrl5 .mbr-section-btn {
  color: #120d06;
  text-align: left;
}
.cid-uAmyx0Jrl5 .mbr-title,
.cid-uAmyx0Jrl5 .underline DIV {
  text-align: left;
}
.cid-uBGPrrLIHT {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBGPrrLIHT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBGPrrLIHT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBGPrrLIHT .row {
  justify-content: space-between;
}
.cid-uBGPrrLIHT .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uBGPrrLIHT .content-wrapper {
    padding: 0;
  }
}
.cid-uBGPrrLIHT .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBGPrrLIHT .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uBGPrrLIHT .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBGPrrLIHT .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uBGPrrLIHT .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBGPrrLIHT .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uBGPrrLIHT .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uBGPrrLIHT .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uBGPrrLIHT .mbr-section-title {
  color: #000000;
}
.cid-uBGPrrLIHT .mbr-desc {
  color: #000000;
}
.cid-uBGPrrLIHT .mbr-text {
  color: #000000;
}
.cid-uBGPrrLIHT .mbr-section-title,
.cid-uBGPrrLIHT .mbr-section-btn {
  text-align: left;
}
.cid-uBGPrrLIHT .mbr-desc,
.cid-uBGPrrLIHT .logo-wrapper {
  text-align: left;
}
.cid-uAmyx3YDS8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uAmyx3YDS8 .mbr-section-title {
  color: #131313;
  text-align: center;
}
.cid-uAmyx3YDS8 .mbr-text {
  color: #181818;
}
.cid-uBK8fEpKss {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uBK8fEpKss .item-img {
  position: relative;
}
.cid-uBK8fEpKss .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uBK8fEpKss .cardbg {
  background: #fbfaf9;
  height: 100%;
  min-height: 160px;
}
.cid-uBK8fEpKss .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uBK8fEpKss .image-wrapper {
  overflow: hidden;
}
.cid-uBK8fEpKss .item1 {
  margin-bottom: 2rem !important;
}
.cid-uBK8fEpKss .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uBK8fEpKss .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uBK8fEpKss .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #120d06;
}
.cid-uBK8fEpKss .item1,
.cid-uBK8fEpKss .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uBK8fEpKss .item1 .item:hover,
.cid-uBK8fEpKss .item .item:hover {
  cursor: pointer;
}
.cid-uBK8fEpKss .item1:hover .link-icon-wrapper span,
.cid-uBK8fEpKss .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uBK8fEpKss .card2 {
    margin-top: 1rem;
  }
}
.cid-uBK8fEpKss .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uBK8fEpKss .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uBK8fEpKss .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uBK8fEpKss .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uBK8fEpKss .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uBK8fEpKss .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uBK8fEpKss .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uBK8fEpKss .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uBK8fEpKss .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uBK8fEpKss img,
.cid-uBK8fEpKss .item-img {
  width: 100%;
}
.cid-uBK8fEpKss .item:focus,
.cid-uBK8fEpKss span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uBK8fEpKss .item {
    margin-bottom: 1rem;
  }
}
.cid-uBK8fEpKss .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uBK8fEpKss .item-title {
  text-align: left;
  color: #120d06;
}
.cid-uBK8fEpKss .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uBK8fEpKss .mbr-section-subtitle,
.cid-uBK8fEpKss .subtitle-wrap,
.cid-uBK8fEpKss .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uBK8fEpKss .mbr-text,
.cid-uBK8fEpKss .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uAmyx4oiPS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbfaf9;
}
.cid-uAmyx4oiPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmyx4oiPS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAmyx4oiPS .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uAmyx4oiPS .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAmyx4oiPS .container {
    padding: 0 24px;
  }
}
.cid-uAmyx4oiPS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uAmyx4oiPS .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uAmyx4oiPS .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uAmyx4oiPS .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uAmyx4oiPS .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uAmyx4oiPS .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uAmyx4oiPS .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uAmyx4oiPS .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uAmyx4oiPS .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uAmyx4oiPS .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uAmyx4oiPS .nav-wrapper .list .item-wrap:hover::before,
.cid-uAmyx4oiPS .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uAmyx4oiPS .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAmyx4oiPS .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uAmyx4oiPS .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uAmyx4oiPS .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uAmyx4oiPS .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uAmyx4oiPS .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uAmyx4oiPS .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uAmyx4oiPS .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uAmyx4oiPS .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uAmyx4oiPS .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uAmyx4oiPS .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uAmyx4oiPS .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uAmyx4oiPS .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uAmyx4oiPS .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uAmyx4oiPS .border-wrap {
    margin: 28px 0;
  }
}
.cid-uAmyx4oiPS .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uAmyx4oiPS .list {
  color: #202020;
}
.cid-uAmyx4oiPS .mbr-title {
  color: #202020;
}
.cid-uAmyx4oiPS .mbr-title,
.cid-uAmyx4oiPS .social-wrapper {
  text-align: right;
}
@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-uBg1eu4zr7 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .nav-item:focus,
.cid-uBg1eu4zr7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uBg1eu4zr7 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link {
    position: relative;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: );
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uBg1eu4zr7 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uBg1eu4zr7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBg1eu4zr7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBg1eu4zr7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.opened {
  transition: all .3s;
  background: #fbfaf9 !important;
}
.cid-uBg1eu4zr7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uBg1eu4zr7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBg1eu4zr7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBg1eu4zr7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBg1eu4zr7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBg1eu4zr7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBg1eu4zr7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBg1eu4zr7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBg1eu4zr7 .navbar.navbar-short {
  background: #fbfaf9 !important;
  min-height: 60px;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBg1eu4zr7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBg1eu4zr7 .dropdown-item.active,
.cid-uBg1eu4zr7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBg1eu4zr7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBg1eu4zr7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBg1eu4zr7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBg1eu4zr7 .navbar-buttons {
  text-align: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #120d06;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBg1eu4zr7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBg1eu4zr7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBg1eu4zr7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBg1eu4zr7 .navbar {
    height: 77px;
  }
  .cid-uBg1eu4zr7 .navbar.opened {
    height: auto;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAmyyD6VAG {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/introducing-clinic-eleven-1080x1080.webp");
}
.cid-uAmyyD6VAG .mbr-overlay {
  background-color: #fbfaf9;
  opacity: 0.9;
}
.cid-uAmyyD6VAG h1,
.cid-uAmyyD6VAG h2 {
  line-height: 0.8;
}
.cid-uAmyyD6VAG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmyyD6VAG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uAmyyD6VAG {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uAmyyD6VAG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAmyyD6VAG .content-wrap {
    width: 100%;
  }
}
.cid-uAmyyD6VAG .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uAmyyD6VAG .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uAmyyD6VAG {
    align-items: center;
  }
  .cid-uAmyyD6VAG .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAmyyD6VAG .content-wrap {
    min-width: 50%;
  }
}
.cid-uAmyyD6VAG .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uAmyyD6VAG .mbr-text,
.cid-uAmyyD6VAG .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAmyyD6VAG .mbr-section-title3 {
  color: #221b35;
  text-align: right;
}
.cid-uAmyyD6VAG .mbr-section-title2 {
  color: #221b35;
  text-align: center;
}
.cid-uAmyyD6VAG .mbr-section-title1 {
  color: #221b35;
  text-align: left;
}
.cid-uAmyyD6VAG .mbr-section-subtitle {
  color: #221b35;
  position: relative;
  z-index: 10;
  text-align: right;
}
.cid-uAmyyDJoSr {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAmyyDJoSr .mbr-text {
  color: #221b35;
}
.cid-uAmyyDJoSr .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uAmyyDJoSr h5,
.cid-uAmyyDJoSr h6 {
  background: #eee7e0;
  display: inline;
}
.cid-uAmyyDJoSr h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uAmyyDJoSr h6 {
  line-height: 1.3 !important;
}
.cid-uAmyyDJoSr h6 span {
  padding-right: 2rem;
}
.cid-uAmyyDJoSr .mbr-section-title,
.cid-uAmyyDJoSr .align {
  color: #120d06;
}
.cid-uAmyyDJoSr .mbr-section-subtitle,
.cid-uAmyyDJoSr .align {
  color: #120d06;
  text-align: left;
}
.cid-uAmyyE7HxN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAmyyE7HxN p {
  color: #767676;
}
.cid-uAmyyE7HxN .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uAmyyE7HxN .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uAmyyE7HxN .row-element,
.cid-uAmyyE7HxN .image-element {
  padding: 0;
}
.cid-uAmyyE7HxN .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAmyyE7HxN .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uAmyyE7HxN .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uAmyyE7HxN .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #eee7e0, #120d06);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uAmyyE7HxN .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uAmyyE7HxN .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAmyyE7HxN .text-content {
    padding: 2rem 1rem;
  }
  .cid-uAmyyE7HxN .underline .line {
    height: 2px;
  }
  .cid-uAmyyE7HxN .mbr-title,
  .cid-uAmyyE7HxN .underline,
  .cid-uAmyyE7HxN .mbr-text,
  .cid-uAmyyE7HxN .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uAmyyE7HxN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmyyE7HxN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAmyyE7HxN .mbr-text,
.cid-uAmyyE7HxN .mbr-section-btn {
  color: #120d06;
  text-align: left;
}
.cid-uAmyyE7HxN .mbr-title,
.cid-uAmyyE7HxN .underline DIV {
  text-align: left;
}
.cid-uAmyyEzshM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAmyyEzshM p {
  color: #767676;
}
.cid-uAmyyEzshM .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uAmyyEzshM .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uAmyyEzshM .row-element,
.cid-uAmyyEzshM .image-element {
  padding: 0;
}
.cid-uAmyyEzshM .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAmyyEzshM .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uAmyyEzshM .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uAmyyEzshM .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #eee7e0, #120d06);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uAmyyEzshM .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uAmyyEzshM .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAmyyEzshM .text-content {
    padding: 2rem 1rem;
  }
  .cid-uAmyyEzshM .underline .line {
    height: 2px;
  }
  .cid-uAmyyEzshM .mbr-title,
  .cid-uAmyyEzshM .underline,
  .cid-uAmyyEzshM .mbr-text,
  .cid-uAmyyEzshM .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uAmyyEzshM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmyyEzshM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAmyyEzshM .mbr-text,
.cid-uAmyyEzshM .mbr-section-btn {
  color: #120d06;
  text-align: left;
}
.cid-uAmyyEzshM .mbr-title,
.cid-uAmyyEzshM .underline DIV {
  text-align: left;
}
.cid-uAmyyF6KGS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAmyyF6KGS p {
  color: #767676;
}
.cid-uAmyyF6KGS .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uAmyyF6KGS .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uAmyyF6KGS .row-element,
.cid-uAmyyF6KGS .image-element {
  padding: 0;
}
.cid-uAmyyF6KGS .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAmyyF6KGS .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uAmyyF6KGS .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uAmyyF6KGS .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #eee7e0, #120d06);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uAmyyF6KGS .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uAmyyF6KGS .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAmyyF6KGS .text-content {
    padding: 2rem 1rem;
  }
  .cid-uAmyyF6KGS .underline .line {
    height: 2px;
  }
  .cid-uAmyyF6KGS .mbr-title,
  .cid-uAmyyF6KGS .underline,
  .cid-uAmyyF6KGS .mbr-text,
  .cid-uAmyyF6KGS .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uAmyyF6KGS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmyyF6KGS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAmyyF6KGS .mbr-text,
.cid-uAmyyF6KGS .mbr-section-btn {
  color: #120d06;
  text-align: left;
}
.cid-uAmyyF6KGS .mbr-title,
.cid-uAmyyF6KGS .underline DIV {
  text-align: left;
}
.cid-uAmyyFyx6e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAmyyFyx6e p {
  color: #767676;
}
.cid-uAmyyFyx6e .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uAmyyFyx6e .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uAmyyFyx6e .row-element,
.cid-uAmyyFyx6e .image-element {
  padding: 0;
}
.cid-uAmyyFyx6e .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAmyyFyx6e .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uAmyyFyx6e .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uAmyyFyx6e .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #eee7e0, #120d06);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uAmyyFyx6e .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uAmyyFyx6e .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAmyyFyx6e .text-content {
    padding: 2rem 1rem;
  }
  .cid-uAmyyFyx6e .underline .line {
    height: 2px;
  }
  .cid-uAmyyFyx6e .mbr-title,
  .cid-uAmyyFyx6e .underline,
  .cid-uAmyyFyx6e .mbr-text,
  .cid-uAmyyFyx6e .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uAmyyFyx6e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmyyFyx6e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAmyyFyx6e .mbr-text,
.cid-uAmyyFyx6e .mbr-section-btn {
  color: #120d06;
  text-align: left;
}
.cid-uAmyyFyx6e .mbr-title,
.cid-uAmyyFyx6e .underline DIV {
  text-align: left;
}
.cid-uAmyyGFP38 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAmyyGFP38 p {
  color: #767676;
}
.cid-uAmyyGFP38 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uAmyyGFP38 .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uAmyyGFP38 .row-element,
.cid-uAmyyGFP38 .image-element {
  padding: 0;
}
.cid-uAmyyGFP38 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAmyyGFP38 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uAmyyGFP38 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uAmyyGFP38 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #eee7e0, #120d06);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uAmyyGFP38 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uAmyyGFP38 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAmyyGFP38 .text-content {
    padding: 2rem 1rem;
  }
  .cid-uAmyyGFP38 .underline .line {
    height: 2px;
  }
  .cid-uAmyyGFP38 .mbr-title,
  .cid-uAmyyGFP38 .underline,
  .cid-uAmyyGFP38 .mbr-text,
  .cid-uAmyyGFP38 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uAmyyGFP38 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmyyGFP38 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAmyyGFP38 .mbr-text,
.cid-uAmyyGFP38 .mbr-section-btn {
  color: #120d06;
  text-align: left;
}
.cid-uAmyyGFP38 .mbr-title,
.cid-uAmyyGFP38 .underline DIV {
  text-align: left;
}
.cid-uAmyyHEEwy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uAmyyHEEwy .mbr-section-title {
  color: #131313;
  text-align: center;
}
.cid-uAmyyHEEwy .mbr-text {
  color: #181818;
}
.cid-uBK8nZCFNN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uBK8nZCFNN .item-img {
  position: relative;
}
.cid-uBK8nZCFNN .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uBK8nZCFNN .cardbg {
  background: #fbfaf9;
  height: 100%;
  min-height: 160px;
}
.cid-uBK8nZCFNN .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uBK8nZCFNN .image-wrapper {
  overflow: hidden;
}
.cid-uBK8nZCFNN .item1 {
  margin-bottom: 2rem !important;
}
.cid-uBK8nZCFNN .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uBK8nZCFNN .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uBK8nZCFNN .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #120d06;
}
.cid-uBK8nZCFNN .item1,
.cid-uBK8nZCFNN .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uBK8nZCFNN .item1 .item:hover,
.cid-uBK8nZCFNN .item .item:hover {
  cursor: pointer;
}
.cid-uBK8nZCFNN .item1:hover .link-icon-wrapper span,
.cid-uBK8nZCFNN .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uBK8nZCFNN .card2 {
    margin-top: 1rem;
  }
}
.cid-uBK8nZCFNN .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uBK8nZCFNN .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uBK8nZCFNN .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uBK8nZCFNN .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uBK8nZCFNN .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uBK8nZCFNN .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uBK8nZCFNN .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uBK8nZCFNN .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uBK8nZCFNN .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uBK8nZCFNN img,
.cid-uBK8nZCFNN .item-img {
  width: 100%;
}
.cid-uBK8nZCFNN .item:focus,
.cid-uBK8nZCFNN span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uBK8nZCFNN .item {
    margin-bottom: 1rem;
  }
}
.cid-uBK8nZCFNN .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uBK8nZCFNN .item-title {
  text-align: left;
  color: #120d06;
}
.cid-uBK8nZCFNN .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uBK8nZCFNN .mbr-section-subtitle,
.cid-uBK8nZCFNN .subtitle-wrap,
.cid-uBK8nZCFNN .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uBK8nZCFNN .mbr-text,
.cid-uBK8nZCFNN .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uAmyyI77yb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbfaf9;
}
.cid-uAmyyI77yb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmyyI77yb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAmyyI77yb .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uAmyyI77yb .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAmyyI77yb .container {
    padding: 0 24px;
  }
}
.cid-uAmyyI77yb .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uAmyyI77yb .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uAmyyI77yb .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uAmyyI77yb .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uAmyyI77yb .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uAmyyI77yb .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uAmyyI77yb .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uAmyyI77yb .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uAmyyI77yb .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uAmyyI77yb .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uAmyyI77yb .nav-wrapper .list .item-wrap:hover::before,
.cid-uAmyyI77yb .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uAmyyI77yb .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAmyyI77yb .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uAmyyI77yb .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uAmyyI77yb .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uAmyyI77yb .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uAmyyI77yb .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uAmyyI77yb .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uAmyyI77yb .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uAmyyI77yb .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uAmyyI77yb .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uAmyyI77yb .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uAmyyI77yb .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uAmyyI77yb .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uAmyyI77yb .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uAmyyI77yb .border-wrap {
    margin: 28px 0;
  }
}
.cid-uAmyyI77yb .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uAmyyI77yb .list {
  color: #202020;
}
.cid-uAmyyI77yb .mbr-title {
  color: #202020;
}
.cid-uAmyyI77yb .mbr-title,
.cid-uAmyyI77yb .social-wrapper {
  text-align: right;
}
@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-uBg1eu4zr7 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .nav-item:focus,
.cid-uBg1eu4zr7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uBg1eu4zr7 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link {
    position: relative;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: );
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uBg1eu4zr7 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uBg1eu4zr7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBg1eu4zr7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBg1eu4zr7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.opened {
  transition: all .3s;
  background: #fbfaf9 !important;
}
.cid-uBg1eu4zr7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uBg1eu4zr7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBg1eu4zr7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBg1eu4zr7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBg1eu4zr7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBg1eu4zr7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBg1eu4zr7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBg1eu4zr7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBg1eu4zr7 .navbar.navbar-short {
  background: #fbfaf9 !important;
  min-height: 60px;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBg1eu4zr7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBg1eu4zr7 .dropdown-item.active,
.cid-uBg1eu4zr7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBg1eu4zr7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBg1eu4zr7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBg1eu4zr7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBg1eu4zr7 .navbar-buttons {
  text-align: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #120d06;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBg1eu4zr7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBg1eu4zr7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBg1eu4zr7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBg1eu4zr7 .navbar {
    height: 77px;
  }
  .cid-uBg1eu4zr7 .navbar.opened {
    height: auto;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzLV0tFnRQ {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/introducing-clinic-eleven-1080x1080.webp");
}
.cid-uzLV0tFnRQ .mbr-overlay {
  background-color: #fbfaf9;
  opacity: 0.9;
}
.cid-uzLV0tFnRQ h1,
.cid-uzLV0tFnRQ h2 {
  line-height: 0.8;
}
.cid-uzLV0tFnRQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzLV0tFnRQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uzLV0tFnRQ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uzLV0tFnRQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uzLV0tFnRQ .content-wrap {
    width: 100%;
  }
}
.cid-uzLV0tFnRQ .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uzLV0tFnRQ .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uzLV0tFnRQ {
    align-items: center;
  }
  .cid-uzLV0tFnRQ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uzLV0tFnRQ .content-wrap {
    min-width: 50%;
  }
}
.cid-uzLV0tFnRQ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uzLV0tFnRQ .mbr-text,
.cid-uzLV0tFnRQ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uzLV0tFnRQ .mbr-section-title3 {
  color: #221b35;
  text-align: right;
}
.cid-uzLV0tFnRQ .mbr-section-title2 {
  color: #221b35;
  text-align: center;
}
.cid-uzLV0tFnRQ .mbr-section-title1 {
  color: #221b35;
  text-align: left;
}
.cid-uzLV0tFnRQ .mbr-section-subtitle {
  color: #221b35;
  position: relative;
  z-index: 10;
  text-align: right;
}
.cid-uzLYMrTo55 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #fbfaf9;
}
.cid-uzLYMrTo55 .mbr-text {
  color: #221b35;
}
.cid-uzLYMrTo55 .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uzLYMrTo55 h5,
.cid-uzLYMrTo55 h6 {
  background: #eee7e0;
  display: inline;
}
.cid-uzLYMrTo55 h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uzLYMrTo55 h6 {
  line-height: 1.3 !important;
}
.cid-uzLYMrTo55 h6 span {
  padding-right: 2rem;
}
.cid-uzLYMrTo55 .mbr-section-title,
.cid-uzLYMrTo55 .align {
  color: #120d06;
}
.cid-uzLYMrTo55 .mbr-section-subtitle,
.cid-uzLYMrTo55 .align {
  color: #120d06;
  text-align: left;
}
.cid-uA9nTKVtuV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA9nTKVtuV p {
  color: #767676;
}
.cid-uA9nTKVtuV .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uA9nTKVtuV .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uA9nTKVtuV .row-element,
.cid-uA9nTKVtuV .image-element {
  padding: 0;
}
.cid-uA9nTKVtuV .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uA9nTKVtuV .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uA9nTKVtuV .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uA9nTKVtuV .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #eee7e0, #120d06);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uA9nTKVtuV .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uA9nTKVtuV .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uA9nTKVtuV .text-content {
    padding: 2rem 1rem;
  }
  .cid-uA9nTKVtuV .underline .line {
    height: 2px;
  }
  .cid-uA9nTKVtuV .mbr-title,
  .cid-uA9nTKVtuV .underline,
  .cid-uA9nTKVtuV .mbr-text,
  .cid-uA9nTKVtuV .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uA9nTKVtuV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9nTKVtuV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9nTKVtuV .mbr-text,
.cid-uA9nTKVtuV .mbr-section-btn {
  color: #120d06;
  text-align: left;
}
.cid-uA9nTKVtuV .mbr-title,
.cid-uA9nTKVtuV .underline DIV {
  text-align: left;
}
.cid-uA9lsikkhS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA9lsikkhS p {
  color: #767676;
}
.cid-uA9lsikkhS .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uA9lsikkhS .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uA9lsikkhS .row-element,
.cid-uA9lsikkhS .image-element {
  padding: 0;
}
.cid-uA9lsikkhS .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uA9lsikkhS .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uA9lsikkhS .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uA9lsikkhS .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #eee7e0, #120d06);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uA9lsikkhS .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uA9lsikkhS .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uA9lsikkhS .text-content {
    padding: 2rem 1rem;
  }
  .cid-uA9lsikkhS .underline .line {
    height: 2px;
  }
  .cid-uA9lsikkhS .mbr-title,
  .cid-uA9lsikkhS .underline,
  .cid-uA9lsikkhS .mbr-text,
  .cid-uA9lsikkhS .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uA9lsikkhS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9lsikkhS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9lsikkhS .mbr-text,
.cid-uA9lsikkhS .mbr-section-btn {
  color: #120d06;
  text-align: left;
}
.cid-uA9lsikkhS .mbr-title,
.cid-uA9lsikkhS .underline DIV {
  text-align: left;
}
.cid-uA9kL2a4RR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA9kL2a4RR p {
  color: #767676;
}
.cid-uA9kL2a4RR .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uA9kL2a4RR .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uA9kL2a4RR .row-element,
.cid-uA9kL2a4RR .image-element {
  padding: 0;
}
.cid-uA9kL2a4RR .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uA9kL2a4RR .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uA9kL2a4RR .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uA9kL2a4RR .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #eee7e0, #120d06);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uA9kL2a4RR .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uA9kL2a4RR .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uA9kL2a4RR .text-content {
    padding: 2rem 1rem;
  }
  .cid-uA9kL2a4RR .underline .line {
    height: 2px;
  }
  .cid-uA9kL2a4RR .mbr-title,
  .cid-uA9kL2a4RR .underline,
  .cid-uA9kL2a4RR .mbr-text,
  .cid-uA9kL2a4RR .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uA9kL2a4RR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9kL2a4RR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9kL2a4RR .mbr-text,
.cid-uA9kL2a4RR .mbr-section-btn {
  color: #120d06;
  text-align: left;
}
.cid-uA9kL2a4RR .mbr-title,
.cid-uA9kL2a4RR .underline DIV {
  text-align: left;
}
.cid-uA9n4vQa6h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA9n4vQa6h p {
  color: #767676;
}
.cid-uA9n4vQa6h .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uA9n4vQa6h .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uA9n4vQa6h .row-element,
.cid-uA9n4vQa6h .image-element {
  padding: 0;
}
.cid-uA9n4vQa6h .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uA9n4vQa6h .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uA9n4vQa6h .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uA9n4vQa6h .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #eee7e0, #120d06);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uA9n4vQa6h .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uA9n4vQa6h .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uA9n4vQa6h .text-content {
    padding: 2rem 1rem;
  }
  .cid-uA9n4vQa6h .underline .line {
    height: 2px;
  }
  .cid-uA9n4vQa6h .mbr-title,
  .cid-uA9n4vQa6h .underline,
  .cid-uA9n4vQa6h .mbr-text,
  .cid-uA9n4vQa6h .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uA9n4vQa6h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9n4vQa6h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9n4vQa6h .mbr-text,
.cid-uA9n4vQa6h .mbr-section-btn {
  color: #120d06;
  text-align: left;
}
.cid-uA9n4vQa6h .mbr-title,
.cid-uA9n4vQa6h .underline DIV {
  text-align: left;
}
.cid-uA9oo3UTuB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA9oo3UTuB p {
  color: #767676;
}
.cid-uA9oo3UTuB .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uA9oo3UTuB .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uA9oo3UTuB .row-element,
.cid-uA9oo3UTuB .image-element {
  padding: 0;
}
.cid-uA9oo3UTuB .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uA9oo3UTuB .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uA9oo3UTuB .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uA9oo3UTuB .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #eee7e0, #120d06);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uA9oo3UTuB .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uA9oo3UTuB .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uA9oo3UTuB .text-content {
    padding: 2rem 1rem;
  }
  .cid-uA9oo3UTuB .underline .line {
    height: 2px;
  }
  .cid-uA9oo3UTuB .mbr-title,
  .cid-uA9oo3UTuB .underline,
  .cid-uA9oo3UTuB .mbr-text,
  .cid-uA9oo3UTuB .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uA9oo3UTuB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9oo3UTuB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9oo3UTuB .mbr-text,
.cid-uA9oo3UTuB .mbr-section-btn {
  color: #120d06;
  text-align: left;
}
.cid-uA9oo3UTuB .mbr-title,
.cid-uA9oo3UTuB .underline DIV {
  text-align: left;
}
.cid-uA9ooWc5ed {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA9ooWc5ed p {
  color: #767676;
}
.cid-uA9ooWc5ed .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uA9ooWc5ed .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uA9ooWc5ed .row-element,
.cid-uA9ooWc5ed .image-element {
  padding: 0;
}
.cid-uA9ooWc5ed .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uA9ooWc5ed .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uA9ooWc5ed .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uA9ooWc5ed .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #eee7e0, #120d06);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uA9ooWc5ed .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uA9ooWc5ed .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uA9ooWc5ed .text-content {
    padding: 2rem 1rem;
  }
  .cid-uA9ooWc5ed .underline .line {
    height: 2px;
  }
  .cid-uA9ooWc5ed .mbr-title,
  .cid-uA9ooWc5ed .underline,
  .cid-uA9ooWc5ed .mbr-text,
  .cid-uA9ooWc5ed .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uA9ooWc5ed .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9ooWc5ed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9ooWc5ed .mbr-text,
.cid-uA9ooWc5ed .mbr-section-btn {
  color: #120d06;
  text-align: left;
}
.cid-uA9ooWc5ed .mbr-title,
.cid-uA9ooWc5ed .underline DIV {
  text-align: left;
}
.cid-uA9cevleyA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbfaf9;
}
.cid-uA9cevleyA .mbr-section-title {
  color: #131313;
  text-align: center;
}
.cid-uA9cevleyA .mbr-text {
  color: #181818;
}
.cid-uBK8vn4dXe {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uBK8vn4dXe .item-img {
  position: relative;
}
.cid-uBK8vn4dXe .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uBK8vn4dXe .cardbg {
  background: #fbfaf9;
  height: 100%;
  min-height: 160px;
}
.cid-uBK8vn4dXe .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uBK8vn4dXe .image-wrapper {
  overflow: hidden;
}
.cid-uBK8vn4dXe .item1 {
  margin-bottom: 2rem !important;
}
.cid-uBK8vn4dXe .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uBK8vn4dXe .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uBK8vn4dXe .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #120d06;
}
.cid-uBK8vn4dXe .item1,
.cid-uBK8vn4dXe .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uBK8vn4dXe .item1 .item:hover,
.cid-uBK8vn4dXe .item .item:hover {
  cursor: pointer;
}
.cid-uBK8vn4dXe .item1:hover .link-icon-wrapper span,
.cid-uBK8vn4dXe .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uBK8vn4dXe .card2 {
    margin-top: 1rem;
  }
}
.cid-uBK8vn4dXe .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uBK8vn4dXe .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uBK8vn4dXe .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uBK8vn4dXe .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uBK8vn4dXe .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uBK8vn4dXe .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uBK8vn4dXe .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uBK8vn4dXe .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uBK8vn4dXe .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uBK8vn4dXe img,
.cid-uBK8vn4dXe .item-img {
  width: 100%;
}
.cid-uBK8vn4dXe .item:focus,
.cid-uBK8vn4dXe span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uBK8vn4dXe .item {
    margin-bottom: 1rem;
  }
}
.cid-uBK8vn4dXe .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uBK8vn4dXe .item-title {
  text-align: left;
  color: #120d06;
}
.cid-uBK8vn4dXe .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uBK8vn4dXe .mbr-section-subtitle,
.cid-uBK8vn4dXe .subtitle-wrap,
.cid-uBK8vn4dXe .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uBK8vn4dXe .mbr-text,
.cid-uBK8vn4dXe .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-usT9gmPXZI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbfaf9;
}
.cid-usT9gmPXZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-usT9gmPXZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usT9gmPXZI .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .container {
    padding: 0 24px;
  }
}
.cid-usT9gmPXZI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-usT9gmPXZI .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-usT9gmPXZI .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-usT9gmPXZI .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap:hover::before,
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-usT9gmPXZI .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .border-wrap {
    margin: 28px 0;
  }
}
.cid-usT9gmPXZI .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-usT9gmPXZI .list {
  color: #202020;
}
.cid-usT9gmPXZI .mbr-title {
  color: #202020;
}
.cid-usT9gmPXZI .mbr-title,
.cid-usT9gmPXZI .social-wrapper {
  text-align: right;
}
@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-uBg1eu4zr7 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .nav-item:focus,
.cid-uBg1eu4zr7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uBg1eu4zr7 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link {
    position: relative;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: );
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uBg1eu4zr7 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uBg1eu4zr7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBg1eu4zr7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBg1eu4zr7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.opened {
  transition: all .3s;
  background: #fbfaf9 !important;
}
.cid-uBg1eu4zr7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uBg1eu4zr7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBg1eu4zr7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBg1eu4zr7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBg1eu4zr7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBg1eu4zr7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBg1eu4zr7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBg1eu4zr7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBg1eu4zr7 .navbar.navbar-short {
  background: #fbfaf9 !important;
  min-height: 60px;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBg1eu4zr7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBg1eu4zr7 .dropdown-item.active,
.cid-uBg1eu4zr7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBg1eu4zr7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBg1eu4zr7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBg1eu4zr7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBg1eu4zr7 .navbar-buttons {
  text-align: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #120d06;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBg1eu4zr7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBg1eu4zr7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBg1eu4zr7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBg1eu4zr7 .navbar {
    height: 77px;
  }
  .cid-uBg1eu4zr7 .navbar.opened {
    height: auto;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAmyG0HJoJ {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/introducing-clinic-eleven-1080x1080.webp");
}
.cid-uAmyG0HJoJ .mbr-overlay {
  background-color: #fbfaf9;
  opacity: 0.9;
}
.cid-uAmyG0HJoJ h1,
.cid-uAmyG0HJoJ h2 {
  line-height: 0.8;
}
.cid-uAmyG0HJoJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmyG0HJoJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uAmyG0HJoJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uAmyG0HJoJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAmyG0HJoJ .content-wrap {
    width: 100%;
  }
}
.cid-uAmyG0HJoJ .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uAmyG0HJoJ .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uAmyG0HJoJ {
    align-items: center;
  }
  .cid-uAmyG0HJoJ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAmyG0HJoJ .content-wrap {
    min-width: 50%;
  }
}
.cid-uAmyG0HJoJ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uAmyG0HJoJ .mbr-text,
.cid-uAmyG0HJoJ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAmyG0HJoJ .mbr-section-title3 {
  color: #221b35;
  text-align: right;
}
.cid-uAmyG0HJoJ .mbr-section-title2 {
  color: #221b35;
  text-align: center;
}
.cid-uAmyG0HJoJ .mbr-section-title1 {
  color: #221b35;
  text-align: left;
}
.cid-uAmyG0HJoJ .mbr-section-subtitle {
  color: #221b35;
  position: relative;
  z-index: 10;
  text-align: right;
}
.cid-uAmyG1fqlR {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #fbfaf9;
}
.cid-uAmyG1fqlR .mbr-text {
  color: #221b35;
}
.cid-uAmyG1fqlR .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uAmyG1fqlR h5,
.cid-uAmyG1fqlR h6 {
  background: #eee7e0;
  display: inline;
}
.cid-uAmyG1fqlR h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uAmyG1fqlR h6 {
  line-height: 1.3 !important;
}
.cid-uAmyG1fqlR h6 span {
  padding-right: 2rem;
}
.cid-uAmyG1fqlR .mbr-section-title,
.cid-uAmyG1fqlR .align {
  color: #120d06;
}
.cid-uAmyG1fqlR .mbr-section-subtitle,
.cid-uAmyG1fqlR .align {
  color: #120d06;
  text-align: left;
}
.cid-uAmyG1ELqz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAmyG1ELqz p {
  color: #767676;
}
.cid-uAmyG1ELqz .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uAmyG1ELqz .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uAmyG1ELqz .row-element,
.cid-uAmyG1ELqz .image-element {
  padding: 0;
}
.cid-uAmyG1ELqz .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAmyG1ELqz .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uAmyG1ELqz .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uAmyG1ELqz .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #eee7e0, #120d06);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uAmyG1ELqz .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uAmyG1ELqz .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAmyG1ELqz .text-content {
    padding: 2rem 1rem;
  }
  .cid-uAmyG1ELqz .underline .line {
    height: 2px;
  }
  .cid-uAmyG1ELqz .mbr-title,
  .cid-uAmyG1ELqz .underline,
  .cid-uAmyG1ELqz .mbr-text,
  .cid-uAmyG1ELqz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uAmyG1ELqz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmyG1ELqz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAmyG1ELqz .mbr-text,
.cid-uAmyG1ELqz .mbr-section-btn {
  color: #120d06;
  text-align: left;
}
.cid-uAmyG1ELqz .mbr-title,
.cid-uAmyG1ELqz .underline DIV {
  text-align: left;
}
.cid-uAmyG24ZIW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAmyG24ZIW p {
  color: #767676;
}
.cid-uAmyG24ZIW .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uAmyG24ZIW .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uAmyG24ZIW .row-element,
.cid-uAmyG24ZIW .image-element {
  padding: 0;
}
.cid-uAmyG24ZIW .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAmyG24ZIW .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uAmyG24ZIW .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uAmyG24ZIW .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #eee7e0, #120d06);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uAmyG24ZIW .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uAmyG24ZIW .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAmyG24ZIW .text-content {
    padding: 2rem 1rem;
  }
  .cid-uAmyG24ZIW .underline .line {
    height: 2px;
  }
  .cid-uAmyG24ZIW .mbr-title,
  .cid-uAmyG24ZIW .underline,
  .cid-uAmyG24ZIW .mbr-text,
  .cid-uAmyG24ZIW .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uAmyG24ZIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmyG24ZIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAmyG24ZIW .mbr-text,
.cid-uAmyG24ZIW .mbr-section-btn {
  color: #120d06;
  text-align: left;
}
.cid-uAmyG24ZIW .mbr-title,
.cid-uAmyG24ZIW .underline DIV {
  text-align: left;
}
.cid-uBKj428TNe {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBKj428TNe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKj428TNe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKj428TNe .row {
  justify-content: space-between;
}
.cid-uBKj428TNe .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uBKj428TNe .content-wrapper {
    padding: 0;
  }
}
.cid-uBKj428TNe .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBKj428TNe .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uBKj428TNe .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBKj428TNe .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uBKj428TNe .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBKj428TNe .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uBKj428TNe .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uBKj428TNe .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uBKj428TNe .mbr-section-title {
  color: #000000;
}
.cid-uBKj428TNe .mbr-desc {
  color: #000000;
}
.cid-uBKj428TNe .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uBKj428TNe .mbr-section-title,
.cid-uBKj428TNe .mbr-section-btn {
  text-align: left;
}
.cid-uAmyG52pb0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uAmyG52pb0 .mbr-section-title {
  color: #131313;
  text-align: center;
}
.cid-uAmyG52pb0 .mbr-text {
  color: #181818;
}
.cid-uBKjABQrD3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uBKjABQrD3 .item-img {
  position: relative;
}
.cid-uBKjABQrD3 .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uBKjABQrD3 .cardbg {
  background: #fbfaf9;
  height: 100%;
  min-height: 160px;
}
.cid-uBKjABQrD3 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uBKjABQrD3 .image-wrapper {
  overflow: hidden;
}
.cid-uBKjABQrD3 .item1 {
  margin-bottom: 2rem !important;
}
.cid-uBKjABQrD3 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uBKjABQrD3 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uBKjABQrD3 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #120d06;
}
.cid-uBKjABQrD3 .item1,
.cid-uBKjABQrD3 .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uBKjABQrD3 .item1 .item:hover,
.cid-uBKjABQrD3 .item .item:hover {
  cursor: pointer;
}
.cid-uBKjABQrD3 .item1:hover .link-icon-wrapper span,
.cid-uBKjABQrD3 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uBKjABQrD3 .card2 {
    margin-top: 1rem;
  }
}
.cid-uBKjABQrD3 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uBKjABQrD3 .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uBKjABQrD3 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uBKjABQrD3 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uBKjABQrD3 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uBKjABQrD3 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uBKjABQrD3 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uBKjABQrD3 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uBKjABQrD3 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uBKjABQrD3 img,
.cid-uBKjABQrD3 .item-img {
  width: 100%;
}
.cid-uBKjABQrD3 .item:focus,
.cid-uBKjABQrD3 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uBKjABQrD3 .item {
    margin-bottom: 1rem;
  }
}
.cid-uBKjABQrD3 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uBKjABQrD3 .item-title {
  text-align: left;
  color: #120d06;
}
.cid-uBKjABQrD3 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uBKjABQrD3 .mbr-section-subtitle,
.cid-uBKjABQrD3 .subtitle-wrap,
.cid-uBKjABQrD3 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uBKjABQrD3 .mbr-text,
.cid-uBKjABQrD3 .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uAmyG5yhbP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbfaf9;
}
.cid-uAmyG5yhbP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmyG5yhbP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAmyG5yhbP .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uAmyG5yhbP .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAmyG5yhbP .container {
    padding: 0 24px;
  }
}
.cid-uAmyG5yhbP .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uAmyG5yhbP .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uAmyG5yhbP .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uAmyG5yhbP .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uAmyG5yhbP .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uAmyG5yhbP .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uAmyG5yhbP .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uAmyG5yhbP .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uAmyG5yhbP .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uAmyG5yhbP .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uAmyG5yhbP .nav-wrapper .list .item-wrap:hover::before,
.cid-uAmyG5yhbP .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uAmyG5yhbP .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAmyG5yhbP .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uAmyG5yhbP .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uAmyG5yhbP .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uAmyG5yhbP .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uAmyG5yhbP .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uAmyG5yhbP .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uAmyG5yhbP .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uAmyG5yhbP .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uAmyG5yhbP .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uAmyG5yhbP .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uAmyG5yhbP .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uAmyG5yhbP .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uAmyG5yhbP .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uAmyG5yhbP .border-wrap {
    margin: 28px 0;
  }
}
.cid-uAmyG5yhbP .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uAmyG5yhbP .list {
  color: #202020;
}
.cid-uAmyG5yhbP .mbr-title {
  color: #202020;
}
.cid-uAmyG5yhbP .mbr-title,
.cid-uAmyG5yhbP .social-wrapper {
  text-align: right;
}
@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-uBg1eu4zr7 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .nav-item:focus,
.cid-uBg1eu4zr7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uBg1eu4zr7 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link {
    position: relative;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: );
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uBg1eu4zr7 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uBg1eu4zr7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBg1eu4zr7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBg1eu4zr7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.opened {
  transition: all .3s;
  background: #fbfaf9 !important;
}
.cid-uBg1eu4zr7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uBg1eu4zr7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBg1eu4zr7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBg1eu4zr7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBg1eu4zr7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBg1eu4zr7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBg1eu4zr7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBg1eu4zr7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBg1eu4zr7 .navbar.navbar-short {
  background: #fbfaf9 !important;
  min-height: 60px;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBg1eu4zr7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBg1eu4zr7 .dropdown-item.active,
.cid-uBg1eu4zr7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBg1eu4zr7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBg1eu4zr7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBg1eu4zr7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBg1eu4zr7 .navbar-buttons {
  text-align: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #120d06;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBg1eu4zr7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBg1eu4zr7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBg1eu4zr7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBg1eu4zr7 .navbar {
    height: 77px;
  }
  .cid-uBg1eu4zr7 .navbar.opened {
    height: auto;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAmyIlSTqu {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/introducing-clinic-eleven-1080x1080.webp");
}
.cid-uAmyIlSTqu .mbr-overlay {
  background-color: #fbfaf9;
  opacity: 0.9;
}
.cid-uAmyIlSTqu h1,
.cid-uAmyIlSTqu h2 {
  line-height: 0.8;
}
.cid-uAmyIlSTqu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmyIlSTqu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uAmyIlSTqu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uAmyIlSTqu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAmyIlSTqu .content-wrap {
    width: 100%;
  }
}
.cid-uAmyIlSTqu .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uAmyIlSTqu .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uAmyIlSTqu {
    align-items: center;
  }
  .cid-uAmyIlSTqu .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAmyIlSTqu .content-wrap {
    min-width: 50%;
  }
}
.cid-uAmyIlSTqu .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uAmyIlSTqu .mbr-text,
.cid-uAmyIlSTqu .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAmyIlSTqu .mbr-section-title3 {
  color: #221b35;
  text-align: right;
}
.cid-uAmyIlSTqu .mbr-section-title2 {
  color: #221b35;
  text-align: center;
}
.cid-uAmyIlSTqu .mbr-section-title1 {
  color: #221b35;
  text-align: left;
}
.cid-uAmyIlSTqu .mbr-section-subtitle {
  color: #221b35;
  position: relative;
  z-index: 10;
  text-align: right;
}
.cid-uAmyIppQa2 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAmyIppQa2 .mbr-text {
  color: #221b35;
}
.cid-uAmyIppQa2 .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uAmyIppQa2 h5,
.cid-uAmyIppQa2 h6 {
  background: #eee7e0;
  display: inline;
}
.cid-uAmyIppQa2 h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uAmyIppQa2 h6 {
  line-height: 1.3 !important;
}
.cid-uAmyIppQa2 h6 span {
  padding-right: 2rem;
}
.cid-uAmyIppQa2 .mbr-section-title,
.cid-uAmyIppQa2 .align {
  color: #120d06;
}
.cid-uAmyIppQa2 .mbr-section-subtitle,
.cid-uAmyIppQa2 .align {
  color: #120d06;
  text-align: left;
}
.cid-uBKkYGKZOb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBKkYGKZOb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKkYGKZOb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKkYGKZOb .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uBKkYGKZOb .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uBKkYGKZOb .container {
    padding: 0 25px;
  }
}
.cid-uBKkYGKZOb .row {
  justify-content: center;
}
.cid-uBKkYGKZOb .item-wrapper {
  margin-bottom: 32px;
}
.cid-uBKkYGKZOb .item-img {
  overflow: hidden;
}
.cid-uBKkYGKZOb .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uBKkYGKZOb .item-img img:hover {
  transform: scale(1.06) translateX(6px);
}
.cid-uBKkTkNqIV {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBKkTkNqIV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKkTkNqIV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKkTkNqIV .row {
  justify-content: space-between;
}
.cid-uBKkTkNqIV .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uBKkTkNqIV .content-wrapper {
    padding: 0;
  }
}
.cid-uBKkTkNqIV .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBKkTkNqIV .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uBKkTkNqIV .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBKkTkNqIV .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uBKkTkNqIV .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBKkTkNqIV .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uBKkTkNqIV .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uBKkTkNqIV .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uBKkTkNqIV .mbr-section-title {
  color: #000000;
}
.cid-uBKkTkNqIV .mbr-desc {
  color: #000000;
}
.cid-uBKkTkNqIV .mbr-text {
  color: #000000;
}
.cid-uBKkTkNqIV .mbr-section-title,
.cid-uBKkTkNqIV .mbr-section-btn {
  text-align: left;
}
.cid-uBKkTkNqIV .mbr-desc,
.cid-uBKkTkNqIV .logo-wrapper {
  text-align: left;
}
.cid-uBKn9lW1fF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBKn9lW1fF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKn9lW1fF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKn9lW1fF .row {
  justify-content: space-between;
}
.cid-uBKn9lW1fF .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uBKn9lW1fF .content-wrapper {
    padding: 0;
  }
}
.cid-uBKn9lW1fF .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBKn9lW1fF .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uBKn9lW1fF .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBKn9lW1fF .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uBKn9lW1fF .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBKn9lW1fF .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uBKn9lW1fF .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uBKn9lW1fF .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uBKn9lW1fF .mbr-section-title {
  color: #000000;
}
.cid-uBKn9lW1fF .mbr-desc {
  color: #000000;
}
.cid-uBKn9lW1fF .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uBKn9lW1fF .mbr-section-title,
.cid-uBKn9lW1fF .mbr-section-btn {
  text-align: left;
}
.cid-uBKnuD9Vay {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBKnuD9Vay p {
  color: #767676;
}
.cid-uBKnuD9Vay .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uBKnuD9Vay .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uBKnuD9Vay .row-element,
.cid-uBKnuD9Vay .image-element {
  padding: 0;
}
.cid-uBKnuD9Vay .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBKnuD9Vay .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uBKnuD9Vay .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uBKnuD9Vay .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #eee7e0, #120d06);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uBKnuD9Vay .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uBKnuD9Vay .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBKnuD9Vay .text-content {
    padding: 2rem 1rem;
  }
  .cid-uBKnuD9Vay .underline .line {
    height: 2px;
  }
  .cid-uBKnuD9Vay .mbr-title,
  .cid-uBKnuD9Vay .underline,
  .cid-uBKnuD9Vay .mbr-text,
  .cid-uBKnuD9Vay .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uBKnuD9Vay .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKnuD9Vay .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKnuD9Vay .mbr-text,
.cid-uBKnuD9Vay .mbr-section-btn {
  color: #120d06;
  text-align: left;
}
.cid-uBKnuD9Vay .mbr-title,
.cid-uBKnuD9Vay .underline DIV {
  text-align: left;
}
.cid-uBKnvkjodL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBKnvkjodL p {
  color: #767676;
}
.cid-uBKnvkjodL .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uBKnvkjodL .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uBKnvkjodL .row-element,
.cid-uBKnvkjodL .image-element {
  padding: 0;
}
.cid-uBKnvkjodL .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBKnvkjodL .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uBKnvkjodL .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uBKnvkjodL .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #eee7e0, #120d06);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uBKnvkjodL .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uBKnvkjodL .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBKnvkjodL .text-content {
    padding: 2rem 1rem;
  }
  .cid-uBKnvkjodL .underline .line {
    height: 2px;
  }
  .cid-uBKnvkjodL .mbr-title,
  .cid-uBKnvkjodL .underline,
  .cid-uBKnvkjodL .mbr-text,
  .cid-uBKnvkjodL .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uBKnvkjodL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKnvkjodL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKnvkjodL .mbr-text,
.cid-uBKnvkjodL .mbr-section-btn {
  color: #120d06;
  text-align: left;
}
.cid-uBKnvkjodL .mbr-title,
.cid-uBKnvkjodL .underline DIV {
  text-align: left;
}
.cid-uBKnvZ2UWy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBKnvZ2UWy p {
  color: #767676;
}
.cid-uBKnvZ2UWy .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uBKnvZ2UWy .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uBKnvZ2UWy .row-element,
.cid-uBKnvZ2UWy .image-element {
  padding: 0;
}
.cid-uBKnvZ2UWy .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBKnvZ2UWy .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uBKnvZ2UWy .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uBKnvZ2UWy .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #eee7e0, #120d06);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uBKnvZ2UWy .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uBKnvZ2UWy .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBKnvZ2UWy .text-content {
    padding: 2rem 1rem;
  }
  .cid-uBKnvZ2UWy .underline .line {
    height: 2px;
  }
  .cid-uBKnvZ2UWy .mbr-title,
  .cid-uBKnvZ2UWy .underline,
  .cid-uBKnvZ2UWy .mbr-text,
  .cid-uBKnvZ2UWy .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uBKnvZ2UWy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKnvZ2UWy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKnvZ2UWy .mbr-text,
.cid-uBKnvZ2UWy .mbr-section-btn {
  color: #120d06;
  text-align: left;
}
.cid-uBKnvZ2UWy .mbr-title,
.cid-uBKnvZ2UWy .underline DIV {
  text-align: left;
}
.cid-uBKnwAF7Pz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBKnwAF7Pz p {
  color: #767676;
}
.cid-uBKnwAF7Pz .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uBKnwAF7Pz .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uBKnwAF7Pz .row-element,
.cid-uBKnwAF7Pz .image-element {
  padding: 0;
}
.cid-uBKnwAF7Pz .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBKnwAF7Pz .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uBKnwAF7Pz .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uBKnwAF7Pz .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #eee7e0, #120d06);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uBKnwAF7Pz .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uBKnwAF7Pz .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBKnwAF7Pz .text-content {
    padding: 2rem 1rem;
  }
  .cid-uBKnwAF7Pz .underline .line {
    height: 2px;
  }
  .cid-uBKnwAF7Pz .mbr-title,
  .cid-uBKnwAF7Pz .underline,
  .cid-uBKnwAF7Pz .mbr-text,
  .cid-uBKnwAF7Pz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uBKnwAF7Pz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKnwAF7Pz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKnwAF7Pz .mbr-text,
.cid-uBKnwAF7Pz .mbr-section-btn {
  color: #120d06;
  text-align: left;
}
.cid-uBKnwAF7Pz .mbr-title,
.cid-uBKnwAF7Pz .underline DIV {
  text-align: left;
}
.cid-uAmyIsSiYm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uAmyIsSiYm .mbr-section-title {
  color: #131313;
  text-align: center;
}
.cid-uAmyIsSiYm .mbr-text {
  color: #181818;
}
.cid-uAmyItjvDE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbfaf9;
}
.cid-uAmyItjvDE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmyItjvDE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAmyItjvDE .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uAmyItjvDE .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAmyItjvDE .container {
    padding: 0 24px;
  }
}
.cid-uAmyItjvDE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uAmyItjvDE .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uAmyItjvDE .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uAmyItjvDE .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uAmyItjvDE .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uAmyItjvDE .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uAmyItjvDE .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uAmyItjvDE .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uAmyItjvDE .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uAmyItjvDE .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uAmyItjvDE .nav-wrapper .list .item-wrap:hover::before,
.cid-uAmyItjvDE .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uAmyItjvDE .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAmyItjvDE .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uAmyItjvDE .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uAmyItjvDE .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uAmyItjvDE .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uAmyItjvDE .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uAmyItjvDE .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uAmyItjvDE .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uAmyItjvDE .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uAmyItjvDE .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uAmyItjvDE .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uAmyItjvDE .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uAmyItjvDE .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uAmyItjvDE .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uAmyItjvDE .border-wrap {
    margin: 28px 0;
  }
}
.cid-uAmyItjvDE .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uAmyItjvDE .list {
  color: #202020;
}
.cid-uAmyItjvDE .mbr-title {
  color: #202020;
}
.cid-uAmyItjvDE .mbr-title,
.cid-uAmyItjvDE .social-wrapper {
  text-align: right;
}
@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-uBg1eu4zr7 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .nav-item:focus,
.cid-uBg1eu4zr7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uBg1eu4zr7 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link {
    position: relative;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: );
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uBg1eu4zr7 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uBg1eu4zr7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBg1eu4zr7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBg1eu4zr7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.opened {
  transition: all .3s;
  background: #fbfaf9 !important;
}
.cid-uBg1eu4zr7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uBg1eu4zr7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBg1eu4zr7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBg1eu4zr7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBg1eu4zr7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBg1eu4zr7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBg1eu4zr7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBg1eu4zr7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBg1eu4zr7 .navbar.navbar-short {
  background: #fbfaf9 !important;
  min-height: 60px;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBg1eu4zr7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBg1eu4zr7 .dropdown-item.active,
.cid-uBg1eu4zr7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBg1eu4zr7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBg1eu4zr7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBg1eu4zr7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBg1eu4zr7 .navbar-buttons {
  text-align: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #120d06;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBg1eu4zr7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBg1eu4zr7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBg1eu4zr7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBg1eu4zr7 .navbar {
    height: 77px;
  }
  .cid-uBg1eu4zr7 .navbar.opened {
    height: auto;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uud5ovSRhe {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/introducing-clinic-eleven-1080x1080.webp");
}
.cid-uud5ovSRhe .mbr-overlay {
  background-color: #fbfaf9;
  opacity: 0.9;
}
.cid-uud5ovSRhe h1,
.cid-uud5ovSRhe h2 {
  line-height: 0.8;
}
.cid-uud5ovSRhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uud5ovSRhe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uud5ovSRhe {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uud5ovSRhe .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uud5ovSRhe .content-wrap {
    width: 100%;
  }
}
.cid-uud5ovSRhe .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uud5ovSRhe .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uud5ovSRhe {
    align-items: center;
  }
  .cid-uud5ovSRhe .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uud5ovSRhe .content-wrap {
    min-width: 50%;
  }
}
.cid-uud5ovSRhe .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uud5ovSRhe .mbr-text,
.cid-uud5ovSRhe .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uud5ovSRhe .mbr-section-title3 {
  color: #221b35;
  text-align: right;
}
.cid-uud5ovSRhe .mbr-section-title2 {
  color: #221b35;
  text-align: center;
}
.cid-uud5ovSRhe .mbr-section-title1 {
  color: #221b35;
  text-align: left;
}
.cid-uud5ovSRhe .mbr-section-subtitle {
  color: #221b35;
  position: relative;
  z-index: 10;
  text-align: right;
}
.cid-utOR4ScnFW {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #fbfaf9;
}
.cid-utOR4ScnFW .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-utOR4ScnFW img,
.cid-utOR4ScnFW .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-utOR4ScnFW .item:focus,
.cid-utOR4ScnFW span:focus {
  outline: none;
}
.cid-utOR4ScnFW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-utOR4ScnFW .item {
    margin-bottom: 1rem;
  }
}
.cid-utOR4ScnFW .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-utOR4ScnFW .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-utOR4ScnFW .item-content .item-footer {
  margin-top: auto;
}
.cid-utOR4ScnFW .mbr-section-title {
  color: #000000;
}
.cid-utOR4ScnFW .mbr-text,
.cid-utOR4ScnFW .mbr-section-btn {
  color: #000000;
}
.cid-utOR4ScnFW .item-title {
  color: #000000;
}
.cid-utOR4ScnFW .content-head {
  max-width: 800px;
}
.cid-uBKvpkCbzl {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #fbfaf9;
}
.cid-uBKvpkCbzl .wrapper {
  text-align: end;
}
.cid-uBKvpkCbzl .mbr-section-title {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uBKvpkCbzl .row {
    text-align: center;
  }
  .cid-uBKvpkCbzl .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-uBKvpkCbzl .mbr-section-title {
    text-align: center;
  }
}
.cid-uBKvpkCbzl .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uBKvpkCbzl .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uBKvpkCbzl .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uBKvpkCbzl .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uBKvpkCbzl .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uBKvpkCbzl .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uBKvpkCbzl .mbr-section-title DIV {
  text-align: left;
}
.cid-utUob4OyT3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfaf9;
}
.cid-utUob4OyT3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utUob4OyT3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utUob4OyT3 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-utUob4OyT3 .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
  background-color: transparent;
}
.cid-utUob4OyT3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-utUob4OyT3 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-utUob4OyT3 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-utUob4OyT3 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-utUob4OyT3 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-utUob4OyT3 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-utUob4OyT3 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utUob4OyT3 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-utORdAkgvX {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fbfaf9;
}
.cid-utORdAkgvX .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-utORdAkgvX img,
.cid-utORdAkgvX .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-utORdAkgvX .item:focus,
.cid-utORdAkgvX span:focus {
  outline: none;
}
.cid-utORdAkgvX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-utORdAkgvX .item {
    margin-bottom: 1rem;
  }
}
.cid-utORdAkgvX .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-utORdAkgvX .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-utORdAkgvX .item-content .item-footer {
  margin-top: auto;
}
.cid-utORdAkgvX .mbr-section-title {
  color: #000000;
}
.cid-utORdAkgvX .mbr-text,
.cid-utORdAkgvX .mbr-section-btn {
  color: #000000;
}
.cid-utORdAkgvX .item-title {
  color: #000000;
}
.cid-utORdAkgvX .content-head {
  max-width: 800px;
}
.cid-utOX3ZuI9m {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/valentines-day-sale-851x315.webp");
}
.cid-utOX3ZuI9m .mbr-fallback-image.disabled {
  display: none;
}
.cid-utOX3ZuI9m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utORCnNsV0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-utORCnNsV0 input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-utORCnNsV0 input:hover {
  border: none !important;
}
.cid-utORCnNsV0 .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-utORCnNsV0 .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-utORCnNsV0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-utORCnNsV0 .row {
  justify-content: center;
}
.cid-utORCnNsV0 .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-utORCnNsV0 .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-utORCnNsV0 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-utORCnNsV0 .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-utORCnNsV0 .justify-content-center {
  align-items: center;
}
.cid-utORCnNsV0 .mbr-section-title {
  text-align: center;
  color: #454545;
}
.cid-usT9gmPXZI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbfaf9;
}
.cid-usT9gmPXZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-usT9gmPXZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usT9gmPXZI .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .container {
    padding: 0 24px;
  }
}
.cid-usT9gmPXZI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-usT9gmPXZI .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-usT9gmPXZI .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-usT9gmPXZI .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap:hover::before,
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-usT9gmPXZI .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .border-wrap {
    margin: 28px 0;
  }
}
.cid-usT9gmPXZI .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-usT9gmPXZI .list {
  color: #202020;
}
.cid-usT9gmPXZI .mbr-title {
  color: #202020;
}
.cid-usT9gmPXZI .mbr-title,
.cid-usT9gmPXZI .social-wrapper {
  text-align: right;
}
@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-uBg1eu4zr7 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .nav-item:focus,
.cid-uBg1eu4zr7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uBg1eu4zr7 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link {
    position: relative;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: );
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uBg1eu4zr7 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uBg1eu4zr7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBg1eu4zr7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBg1eu4zr7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.opened {
  transition: all .3s;
  background: #fbfaf9 !important;
}
.cid-uBg1eu4zr7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uBg1eu4zr7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBg1eu4zr7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBg1eu4zr7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBg1eu4zr7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBg1eu4zr7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBg1eu4zr7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBg1eu4zr7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBg1eu4zr7 .navbar.navbar-short {
  background: #fbfaf9 !important;
  min-height: 60px;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBg1eu4zr7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBg1eu4zr7 .dropdown-item.active,
.cid-uBg1eu4zr7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBg1eu4zr7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBg1eu4zr7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBg1eu4zr7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBg1eu4zr7 .navbar-buttons {
  text-align: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #120d06;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBg1eu4zr7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBg1eu4zr7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBg1eu4zr7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBg1eu4zr7 .navbar {
    height: 77px;
  }
  .cid-uBg1eu4zr7 .navbar.opened {
    height: auto;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAmIbQqNwO {
  background-image: url("../../../assets/images/introducing-clinic-eleven-1080x1080.webp");
}
@media not all and (min-width: 1024px) {
  .cid-uAmIbQqNwO {
    padding-top: calc(90px);
    padding-bottom: calc(90px);
  }
}
.cid-uAmIbQqNwO .mbr-section-title,
.cid-uAmIbQqNwO .mbr-section-subtitle {
  color: #000000;
  font-weight: normal;
}
.cid-uAmIbQqNwO .mbr-section-text {
  color: #232323;
  font-weight: normal;
}
.cid-uAmIbQqNwO .mbr-text,
.cid-uAmIbQqNwO .typed-text,
.cid-uAmIbQqNwO .mbr-section-text {
  letter-spacing: 0.03rem;
  font-weight: normal;
}
.cid-uAmIbQqNwO .btn {
  margin-left: 4px !important;
}
.cid-uAmIbQqNwO .animated-element {
  color: #232323;
  font-weight: normal;
}
.cid-uAmIbQqNwO .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #232323;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uAmIbQqNwO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmIbQqNwO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAmIbQqNwO .mbr-section-text,
.cid-uAmIbQqNwO .mbr-section-btn {
  color: #000000;
  font-weight: normal;
}
.cid-uAw0MuSaEf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbfaf9;
}
.cid-uAw0MuSaEf .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uAw0MuSaEf .mbr-section-subtitle {
  color: #000000;
}
.cid-uAw0MuSaEf .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uAw0MuSaEf .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uAw0MuSaEf .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uAw0MuSaEf .col-12,
  .cid-uAw0MuSaEf .col-md-12 {
    padding: 0;
  }
}
.cid-uAw0MuSaEf .si img {
  width: auto;
}
.cid-uAw0MuSaEf .mbr-section-title {
  color: #000000;
}
.cid-uAmJ3QeAUq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uAmJ3QeAUq .content_box {
  position: relative;
  text-align: center;
  height: 325px;
}
.cid-uAmJ3QeAUq .mbr-section-subtitle {
  font-size: 200px;
  color: #eee7e0;
  letter-spacing: -0.075em;
  font-weight: 500;
}
.cid-uAmJ3QeAUq .mbr-text {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  transform: translate(-50%, -50%);
  color: #202020;
}
@media (max-width: 767px) {
  .cid-uAmJ3QeAUq .mbr-text {
    top: 0;
  }
  .cid-uAmJ3QeAUq .content_box {
    height: 200px;
  }
}
.cid-uBKWgqOf6v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfaf9;
}
.cid-uBKWgqOf6v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKWgqOf6v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKWgqOf6v .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKWgqOf6v .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBKWgqOf6v .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uBKWgqOf6v .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uBKWgqOf6v .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBKWgqOf6v .item {
    margin-bottom: 28px;
  }
}
.cid-uBKWgqOf6v .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uBKWgqOf6v .item .item-wrapper:hover,
.cid-uBKWgqOf6v .item .item-wrapper:focus {
  border: 2px solid #eee7e0;
  background-color: #eee7e0;
}
.cid-uBKWgqOf6v .item .item-wrapper .item-wrap {
  border: 1px solid #252525;
  transition: all 0.3s ease-in-out;
  background-color: #fbfaf9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uBKWgqOf6v .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uBKWgqOf6v .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uBKWgqOf6v .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uBKWgqOf6v .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uBKWgqOf6v .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uBKWgqOf6v .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uBKWgqOf6v .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uBKWgqOf6v .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uBKWgqOf6v .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uBKWgqOf6v .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #120d06;
}
.cid-uBKWgqOf6v .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBKWgqOf6v .item-title {
  color: #9aa0a6;
}
.cid-uBKWgqOf6v .item-text {
  color: #120d06;
}
.cid-uBKWgqOf6v .item-date {
  color: #9aa0a6;
}
.cid-uBKWgqOf6v .mbr-section-title,
.cid-uBKWgqOf6v .mbr-section-btn {
  text-align: left;
  color: #120d06;
}
.cid-uBKWgqOf6v .item-title,
.cid-uBKWgqOf6v .icon-wrapper {
  color: #120d06;
}
.cid-uAI9Qy4MNu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uAI9Qy4MNu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAI9Qy4MNu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAI9Qy4MNu .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 3rem;
}
.cid-uAI9Qy4MNu .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uAI9Qy4MNu .mbr-text,
.cid-uAI9Qy4MNu .mbr-section-btn {
  color: #232323;
}
.cid-uAI9Qy4MNu .mbr-section-title,
.cid-uAI9Qy4MNu .line {
  color: #000000;
}
.cid-uAI9Qy4MNu h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uAI9Qy4MNu h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uAI9Qy4MNu .mbr-section-subtitle,
.cid-uAI9Qy4MNu .align {
  text-align: left;
  color: #232323;
}
.cid-uAI8BSuXjw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbfaf9;
}
.cid-uAI8BSuXjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAI8BSuXjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAI8BSuXjw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAI8BSuXjw .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAI8BSuXjw .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAI8BSuXjw .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAI8BSuXjw .container {
    padding: 0 24px;
  }
}
.cid-uAI8BSuXjw .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAI8BSuXjw .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uAI8BSuXjw .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #eee7e0;
}
.cid-uAI8BSuXjw .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAI8BSuXjw .item {
  margin-bottom: 32px;
}
.cid-uAI8BSuXjw .item .item-wrapper .item-img {
  border: 16px solid #fbfaf9;
  background-color: #fbfaf9;
  border-radius: 2rem !important;
  overflow: hidden;
}
.cid-uAI8BSuXjw .item .item-wrapper .item-img:hover img,
.cid-uAI8BSuXjw .item .item-wrapper .item-img:focus img {
  transform: scale(1.1);
}
.cid-uAI8BSuXjw .item .item-wrapper .item-img img {
  height: 360px;
  object-fit: cover;
  border-radius: 1rem !important;
  transition: all 0.3s ease-in-out;
}
.cid-uAI8BSuXjw .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uAI8BSuXjw .mbr-desc,
.cid-uAI8BSuXjw .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uu66jdgJsJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbfaf9;
}
.cid-uu66jdgJsJ .wrapper {
  text-align: end;
}
.cid-uu66jdgJsJ .mbr-section-title {
  text-align: left;
  color: #181818;
}
@media (max-width: 991px) {
  .cid-uu66jdgJsJ .row {
    text-align: center;
  }
  .cid-uu66jdgJsJ .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-uu66jdgJsJ .mbr-section-title {
    text-align: center;
  }
}
.cid-uu66jdgJsJ .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uu66jdgJsJ .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uu66jdgJsJ .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uu66jdgJsJ .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uu66jdgJsJ .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uu66jdgJsJ .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uAHRR06sPO {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #fbfaf9;
}
.cid-uAHRR06sPO .carousel {
  z-index: 2;
  position: relative;
}
.cid-uAHRR06sPO .user {
  padding: 0 !important;
}
.cid-uAHRR06sPO .big-icon {
  top: 1rem;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #000000;
  opacity: 0.5;
}
.cid-uAHRR06sPO .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-uAHRR06sPO .carousel-item.active,
.cid-uAHRR06sPO .carousel-item-next,
.cid-uAHRR06sPO .carousel-item-prev {
  display: flex;
}
.cid-uAHRR06sPO .user_name {
  margin: 0;
}
.cid-uAHRR06sPO .carousel-controls a {
  font-size: 2rem;
}
.cid-uAHRR06sPO .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #120d06;
  background: transparent;
  opacity: 0.5;
}
.cid-uAHRR06sPO .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uAHRR06sPO ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uAHRR06sPO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #120d06;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uAHRR06sPO .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uAHRR06sPO .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uAHRR06sPO .user_text {
  color: #120d06;
  text-align: left;
}
.cid-uAHRR06sPO .user_desk {
  color: #767676;
}
.cid-uAHRR06sPO .user_desk,
.cid-uAHRR06sPO .carousel-item {
  text-align: left;
}
.cid-uAHRR06sPO .carousel-indicators {
  margin: 0;
  margin-left: 0.5rem;
  justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .cid-uAHRR06sPO .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-uAHRR06sPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHRR06sPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uu68mckVed {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fbfaf9;
}
.cid-uu68mckVed .wrapper {
  text-align: end;
}
.cid-uu68mckVed .mbr-section-title {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uu68mckVed .row {
    text-align: center;
  }
  .cid-uu68mckVed .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-uu68mckVed .mbr-section-title {
    text-align: center;
  }
}
.cid-uu68mckVed .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uu68mckVed .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uu68mckVed .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uu68mckVed .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uu68mckVed .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uu68mckVed .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uAwqY70H5F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uAwqY70H5F .wrapper {
  text-align: end;
}
.cid-uAwqY70H5F .mbr-section-title {
  text-align: left;
  color: #181818;
}
@media (max-width: 991px) {
  .cid-uAwqY70H5F .row {
    text-align: center;
  }
  .cid-uAwqY70H5F .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-uAwqY70H5F .mbr-section-title {
    text-align: center;
  }
}
.cid-uAwqY70H5F .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uAwqY70H5F .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uAwqY70H5F .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uAwqY70H5F .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uAwqY70H5F .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uAwqY70H5F .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uAwgiu05J6 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #fbfaf9;
}
@media (max-width: 767px) {
  .cid-uAwgiu05J6 .col-sm-6 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cid-uAwgiu05J6 .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uAwgiu05J6 .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAwgiu05J6 .card-wrapper {
    padding: 0 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uAwgiu05J6 .row {
    margin: 0;
  }
}
.cid-uAwgiu05J6 .container {
  border-top: 1px solid #ebebeb;
  padding-top: 2rem;
}
.cid-uAwgiu05J6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAwgiu05J6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAqC0cAS0B {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbfaf9;
}
.cid-uAqC0cAS0B .icon-title {
  margin: 0;
  padding: 0;
  font-weight: 400 !important;
  color: #120d06;
}
@media (min-width: 1400px) {
  .cid-uAqC0cAS0B .text {
    max-width: 360px;
    font-weight: 400;
  }
}
@media (max-width: 992px) {
  .cid-uAqC0cAS0B .md-pb {
    margin-bottom: 2rem;
    font-weight: 400;
  }
}
.cid-uAqC0cAS0B .google-map {
  height: 18rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-uAqC0cAS0B .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uAqC0cAS0B .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  font-weight: 400;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uAqC0cAS0B .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uAqC0cAS0B .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uAqC0cAS0B .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  font-weight: 400;
  color: #120d06;
  text-align: right;
}
.cid-uAqC0cAS0B .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-uAqC0cAS0B .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-uAqC0cAS0B .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uAqC0cAS0B .mbr-text,
.cid-uAqC0cAS0B .mbr-section-btn {
  color: #999999;
  font-weight: 400 !important;
}
.cid-uAqC0cAS0B .icon-title,
.cid-uAqC0cAS0B .align-wrap {
  color: #120d06;
  font-weight: 400;
}
.cid-uAqC0cAS0B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAqC0cAS0B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAqC0cAS0B .mbr-text,
.cid-uAqC0cAS0B .col {
  color: #120d06;
  font-weight: 400 !important;
}
.cid-uAqC0cAS0B .card-title {
  font-weight: 400 !important;
  color: #120d06;
  margin: 0;
  padding: 0.5rem 0;
  font-size: 1.2rem;
}
.cid-uu649rEv3e {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fbfaf9;
}
.cid-uu649rEv3e .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uu649rEv3e .mbr-form {
  height: fit-content;
  margin: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 2rem 3rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uu649rEv3e .mbr-form {
    padding: 2rem 1rem;
  }
}
.cid-uu649rEv3e .mbr-form:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uu649rEv3e .form-row {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uu649rEv3e .form-row {
    flex-direction: column;
    margin: 0rem;
  }
}
.cid-uu649rEv3e input,
.cid-uu649rEv3e textarea {
  opacity: 0.7;
  box-shadow: none;
  border-radius: 0px;
  margin: 0;
}
.cid-uu649rEv3e input:hover,
.cid-uu649rEv3e textarea:hover {
  border-color: transparent!important;
  box-shadow: none;
}
.cid-uu649rEv3e .form-group {
  margin-bottom: 0rem;
}
.cid-uu649rEv3e .col-lg-3 {
  display: inline-flex;
  align-items: center;
}
.cid-uu649rEv3e .col-lg-3 h4 {
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uu649rEv3e .col-lg-3 h4 {
    padding-bottom: 1rem;
    text-align: center;
  }
}
.cid-uu649rEv3e .btn {
  border-radius: 0;
  margin: 0;
  padding: 0.7rem 3rem;
}
.cid-uu649rEv3e .btn:hover {
  transform: none;
}
@media (max-width: 767px) {
  .cid-uu649rEv3e .btn {
    width: -webkit-fill-available;
  }
}
.cid-uu649rEv3e .col,
.cid-uu649rEv3e .col-auto {
  padding: 0;
}
.cid-uu649rEv3e H4 {
  text-align: left;
  color: #181818;
}
.cid-usT9gmPXZI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbfaf9;
}
.cid-usT9gmPXZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-usT9gmPXZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usT9gmPXZI .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .container {
    padding: 0 24px;
  }
}
.cid-usT9gmPXZI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-usT9gmPXZI .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-usT9gmPXZI .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-usT9gmPXZI .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap:hover::before,
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-usT9gmPXZI .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .border-wrap {
    margin: 28px 0;
  }
}
.cid-usT9gmPXZI .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-usT9gmPXZI .list {
  color: #202020;
}
.cid-usT9gmPXZI .mbr-title {
  color: #202020;
}
.cid-usT9gmPXZI .mbr-title,
.cid-usT9gmPXZI .social-wrapper {
  text-align: right;
}
.cid-usT9gmPXZI .list,
.cid-usT9gmPXZI .item-wrap,
.cid-usT9gmPXZI .nav-wrapper {
  text-align: left;
}
@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-uBg1eu4zr7 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .nav-item:focus,
.cid-uBg1eu4zr7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uBg1eu4zr7 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link {
    position: relative;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: );
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uBg1eu4zr7 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uBg1eu4zr7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBg1eu4zr7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBg1eu4zr7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.opened {
  transition: all .3s;
  background: #fbfaf9 !important;
}
.cid-uBg1eu4zr7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uBg1eu4zr7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBg1eu4zr7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBg1eu4zr7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBg1eu4zr7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBg1eu4zr7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBg1eu4zr7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBg1eu4zr7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBg1eu4zr7 .navbar.navbar-short {
  background: #fbfaf9 !important;
  min-height: 60px;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBg1eu4zr7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBg1eu4zr7 .dropdown-item.active,
.cid-uBg1eu4zr7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBg1eu4zr7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBg1eu4zr7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBg1eu4zr7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBg1eu4zr7 .navbar-buttons {
  text-align: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #120d06;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBg1eu4zr7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBg1eu4zr7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBg1eu4zr7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBg1eu4zr7 .navbar {
    height: 77px;
  }
  .cid-uBg1eu4zr7 .navbar.opened {
    height: auto;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB1DSBwRBJ {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/introducing-clinic-eleven-1080x1080.webp");
}
.cid-uB1DSBwRBJ .mbr-overlay {
  background-color: #fbfaf9;
  opacity: 0.9;
}
.cid-uB1DSBwRBJ h1,
.cid-uB1DSBwRBJ h2 {
  line-height: 0.8;
}
.cid-uB1DSBwRBJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB1DSBwRBJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uB1DSBwRBJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uB1DSBwRBJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uB1DSBwRBJ .content-wrap {
    width: 100%;
  }
}
.cid-uB1DSBwRBJ .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uB1DSBwRBJ .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uB1DSBwRBJ {
    align-items: center;
  }
  .cid-uB1DSBwRBJ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uB1DSBwRBJ .content-wrap {
    min-width: 50%;
  }
}
.cid-uB1DSBwRBJ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uB1DSBwRBJ .mbr-text,
.cid-uB1DSBwRBJ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uB1DSBwRBJ .mbr-section-title3 {
  color: #221b35;
  text-align: right;
}
.cid-uB1DSBwRBJ .mbr-section-title2 {
  color: #221b35;
  text-align: center;
}
.cid-uB1DSBwRBJ .mbr-section-title1 {
  color: #221b35;
  text-align: left;
}
.cid-uB1DSBwRBJ .mbr-section-subtitle {
  color: #221b35;
  position: relative;
  z-index: 10;
  text-align: right;
}
.cid-uB1FElXRi3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbfaf9;
}
.cid-uB1FElXRi3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB1FElXRi3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB1FElXRi3 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uB1FElXRi3 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uB1FElXRi3 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uB1FElXRi3 .container {
    padding: 0 16px;
  }
}
.cid-uB1FElXRi3 .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uB1FElXRi3 .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uB1FElXRi3 .items-wrapper .item a {
  display: block;
}
.cid-uB1FElXRi3 .items-wrapper .item a:hover .item-wrapper .item-img,
.cid-uB1FElXRi3 .items-wrapper .item a:focus .item-wrapper .item-img {
  opacity: 1;
}
.cid-uB1FElXRi3 .items-wrapper .item a:hover .item-wrapper .item-content .card-title,
.cid-uB1FElXRi3 .items-wrapper .item a:focus .item-wrapper .item-content .card-title {
  color: #eee7e0;
}
.cid-uB1FElXRi3 .items-wrapper .item a:hover .item-wrapper .item-content .card-date,
.cid-uB1FElXRi3 .items-wrapper .item a:focus .item-wrapper .item-content .card-date {
  color: #eee7e0;
}
.cid-uB1FElXRi3 .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cid-uB1FElXRi3 .items-wrapper .item a .item-wrapper .item-img {
  position: absolute;
  right: 12rem;
  height: 460px;
  width: 360px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media (max-width: 1199px) {
  .cid-uB1FElXRi3 .items-wrapper .item a .item-wrapper .item-img {
    height: 350px;
    width: 260px;
  }
}
@media (max-width: 992px) {
  .cid-uB1FElXRi3 .items-wrapper .item a .item-wrapper .item-img {
    display: none;
  }
}
.cid-uB1FElXRi3 .items-wrapper .item a .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uB1FElXRi3 .items-wrapper .item a .item-wrapper .item-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 64px 0;
  border-bottom: 3px solid #eee7e0;
}
@media (max-width: 992px) {
  .cid-uB1FElXRi3 .items-wrapper .item a .item-wrapper .item-content {
    padding: 24px 0;
    display: block;
  }
}
.cid-uB1FElXRi3 .items-wrapper .item a .item-wrapper .item-content .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uB1FElXRi3 .items-wrapper .item a .item-wrapper .item-content .card-date {
  padding-left: 32px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uB1FElXRi3 .items-wrapper .item a .item-wrapper .item-content .card-date {
    padding: 0;
  }
}
.cid-uB1FElXRi3 .mbr-section-title {
  color: #120d06;
}
.cid-uB1FElXRi3 .card-title {
  color: #120d06;
}
.cid-uB1FElXRi3 .card-date {
  color: #120d06;
}
.cid-usT9gmPXZI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbfaf9;
}
.cid-usT9gmPXZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-usT9gmPXZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usT9gmPXZI .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .container {
    padding: 0 24px;
  }
}
.cid-usT9gmPXZI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-usT9gmPXZI .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-usT9gmPXZI .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-usT9gmPXZI .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap:hover::before,
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-usT9gmPXZI .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .border-wrap {
    margin: 28px 0;
  }
}
.cid-usT9gmPXZI .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-usT9gmPXZI .list {
  color: #202020;
}
.cid-usT9gmPXZI .mbr-title {
  color: #202020;
}
.cid-usT9gmPXZI .mbr-title,
.cid-usT9gmPXZI .social-wrapper {
  text-align: right;
}
.cid-usT9gmPXZI .list,
.cid-usT9gmPXZI .item-wrap,
.cid-usT9gmPXZI .nav-wrapper {
  text-align: left;
}
@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-uBg1eu4zr7 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .nav-item:focus,
.cid-uBg1eu4zr7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uBg1eu4zr7 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link {
    position: relative;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: );
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uBg1eu4zr7 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uBg1eu4zr7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBg1eu4zr7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBg1eu4zr7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.opened {
  transition: all .3s;
  background: #fbfaf9 !important;
}
.cid-uBg1eu4zr7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uBg1eu4zr7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBg1eu4zr7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBg1eu4zr7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBg1eu4zr7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBg1eu4zr7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBg1eu4zr7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBg1eu4zr7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBg1eu4zr7 .navbar.navbar-short {
  background: #fbfaf9 !important;
  min-height: 60px;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBg1eu4zr7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBg1eu4zr7 .dropdown-item.active,
.cid-uBg1eu4zr7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBg1eu4zr7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBg1eu4zr7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBg1eu4zr7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBg1eu4zr7 .navbar-buttons {
  text-align: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #120d06;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBg1eu4zr7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBg1eu4zr7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBg1eu4zr7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBg1eu4zr7 .navbar {
    height: 77px;
  }
  .cid-uBg1eu4zr7 .navbar.opened {
    height: auto;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utV9XpPfPs {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/introducing-clinic-eleven-1080x1080.webp");
}
.cid-utV9XpPfPs .mbr-overlay {
  background-color: #fbfaf9;
  opacity: 0.9;
}
.cid-utV9XpPfPs h1,
.cid-utV9XpPfPs h2 {
  line-height: 0.8;
}
.cid-utV9XpPfPs .mbr-fallback-image.disabled {
  display: none;
}
.cid-utV9XpPfPs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-utV9XpPfPs {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-utV9XpPfPs .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-utV9XpPfPs .content-wrap {
    width: 100%;
  }
}
.cid-utV9XpPfPs .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-utV9XpPfPs .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-utV9XpPfPs {
    align-items: center;
  }
  .cid-utV9XpPfPs .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-utV9XpPfPs .content-wrap {
    min-width: 50%;
  }
}
.cid-utV9XpPfPs .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-utV9XpPfPs .mbr-text,
.cid-utV9XpPfPs .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-utV9XpPfPs .mbr-section-title3 {
  color: #221b35;
  text-align: right;
}
.cid-utV9XpPfPs .mbr-section-title2 {
  color: #221b35;
  text-align: center;
}
.cid-utV9XpPfPs .mbr-section-title1 {
  color: #221b35;
  text-align: left;
}
.cid-utV9XpPfPs .mbr-section-subtitle {
  color: #221b35;
  position: relative;
  z-index: 10;
  text-align: right;
}
.cid-uB4RcbaEXI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uB4RcbaEXI .mbr-section-title {
  color: #000000;
}
.cid-uB4RcbaEXI .mbr-text {
  color: #000000;
}
.cid-uB4Sim0icM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uB4Sim0icM .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uB4Sim0icM .mbr-section-subtitle {
  color: #181818;
}
.cid-uB4Sim0icM .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uB4Sim0icM .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uB4Sim0icM .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uB4Sim0icM .col-12,
  .cid-uB4Sim0icM .col-md-12 {
    padding: 0;
  }
}
.cid-uB4Sim0icM .si img {
  width: auto;
}
.cid-uB4SvlFijg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uB4SvlFijg .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uB4SvlFijg .mbr-section-subtitle {
  color: #181818;
}
.cid-uB4SvlFijg .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uB4SvlFijg .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uB4SvlFijg .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uB4SvlFijg .col-12,
  .cid-uB4SvlFijg .col-md-12 {
    padding: 0;
  }
}
.cid-uB4SvlFijg .si img {
  width: auto;
}
.cid-uB4SW8q8dl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uB4SW8q8dl .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uB4SW8q8dl .mbr-section-subtitle {
  color: #181818;
}
.cid-uB4SW8q8dl .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uB4SW8q8dl .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uB4SW8q8dl .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uB4SW8q8dl .col-12,
  .cid-uB4SW8q8dl .col-md-12 {
    padding: 0;
  }
}
.cid-uB4SW8q8dl .si img {
  width: auto;
}
.cid-uB4SXwbBB9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uB4SXwbBB9 .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uB4SXwbBB9 .mbr-section-subtitle {
  color: #181818;
}
.cid-uB4SXwbBB9 .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uB4SXwbBB9 .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uB4SXwbBB9 .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uB4SXwbBB9 .col-12,
  .cid-uB4SXwbBB9 .col-md-12 {
    padding: 0;
  }
}
.cid-uB4SXwbBB9 .si img {
  width: auto;
}
.cid-uB4U4Do1Mc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uB4U4Do1Mc .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uB4U4Do1Mc .mbr-section-subtitle {
  color: #181818;
}
.cid-uB4U4Do1Mc .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uB4U4Do1Mc .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uB4U4Do1Mc .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uB4U4Do1Mc .col-12,
  .cid-uB4U4Do1Mc .col-md-12 {
    padding: 0;
  }
}
.cid-uB4U4Do1Mc .si img {
  width: auto;
}
.cid-uvOMEl3BP6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #fbfaf9;
}
.cid-uvOMEl3BP6 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #181818;
}
.cid-uvOMEl3BP6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOMEl3BP6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvOMEl3BP6 .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uvOMEl3BP6 .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvOMEl3BP6 .content-wrapper {
    padding: 0;
  }
}
.cid-uvOMEl3BP6 .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-uvOMEl3BP6 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvOMEl3BP6 .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 780px;
}
@media (max-width: 992px) {
  .cid-uvOMEl3BP6 .box .mbr-media {
    height: 350px;
  }
}
.cid-uvOMEl3BP6 .box .mbr-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.cid-uvOMEl3BP6 .box .mbr-media a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uvOMEl3BP6 .box .mbr-media .mbr-iconfont {
  font-size: 32px;
  color: #181818;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  z-index: 1;
}
.cid-uvOMEl3BP6 .mbr-media {
  position: relative;
}
.cid-uvOMEl3BP6 .mbr-media img {
  object-fit: cover;
}
.cid-uvOMEl3BP6 a:hover {
  background-image: none !important;
}
.cid-uvOMEl3BP6 .icon-wrapper {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  border: 2px solid #181818;
  background: #ffffff;
  box-shadow: 4px 4px #181818;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uvOMEl3BP6 .icon-wrapper {
    height: 60px !important;
    width: 60px !important;
  }
}
.cid-uvOMEl3BP6 .icon-wrapper:hover,
.cid-uvOMEl3BP6 .icon-wrapper:focus {
  background-color: #ffffff;
}
.cid-uvOMEl3BP6 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uvOMEl3BP6 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uvOMEl3BP6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uvOMEl3BP6 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uvOMEl3BP6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uvOMEl3BP6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvOMEl3BP6 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uB4QIYVKaH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uB4QIYVKaH .mbr-section-title {
  color: #000000;
}
.cid-uB4QIYVKaH .mbr-text {
  color: #181818;
}
.cid-uB4QsZrj59 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbfaf9;
}
.cid-uB4QsZrj59 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB4QsZrj59 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB4QsZrj59 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uB4QsZrj59 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uB4QsZrj59 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uB4QsZrj59 .container {
    padding: 0 16px;
  }
}
.cid-uB4QsZrj59 .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uB4QsZrj59 .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uB4QsZrj59 .items-wrapper .item a {
  display: block;
}
.cid-uB4QsZrj59 .items-wrapper .item a:hover .item-wrapper .item-img,
.cid-uB4QsZrj59 .items-wrapper .item a:focus .item-wrapper .item-img {
  opacity: 1;
}
.cid-uB4QsZrj59 .items-wrapper .item a:hover .item-wrapper .item-content .card-title,
.cid-uB4QsZrj59 .items-wrapper .item a:focus .item-wrapper .item-content .card-title {
  color: #eee7e0;
}
.cid-uB4QsZrj59 .items-wrapper .item a:hover .item-wrapper .item-content .card-date,
.cid-uB4QsZrj59 .items-wrapper .item a:focus .item-wrapper .item-content .card-date {
  color: #eee7e0;
}
.cid-uB4QsZrj59 .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cid-uB4QsZrj59 .items-wrapper .item a .item-wrapper .item-img {
  position: absolute;
  right: 12rem;
  height: 460px;
  width: 360px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media (max-width: 1199px) {
  .cid-uB4QsZrj59 .items-wrapper .item a .item-wrapper .item-img {
    height: 350px;
    width: 260px;
  }
}
@media (max-width: 992px) {
  .cid-uB4QsZrj59 .items-wrapper .item a .item-wrapper .item-img {
    display: none;
  }
}
.cid-uB4QsZrj59 .items-wrapper .item a .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uB4QsZrj59 .items-wrapper .item a .item-wrapper .item-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 64px 0;
  border-bottom: 3px solid #eee7e0;
}
@media (max-width: 992px) {
  .cid-uB4QsZrj59 .items-wrapper .item a .item-wrapper .item-content {
    padding: 24px 0;
    display: block;
  }
}
.cid-uB4QsZrj59 .items-wrapper .item a .item-wrapper .item-content .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uB4QsZrj59 .items-wrapper .item a .item-wrapper .item-content .card-date {
  padding-left: 32px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uB4QsZrj59 .items-wrapper .item a .item-wrapper .item-content .card-date {
    padding: 0;
  }
}
.cid-uB4QsZrj59 .mbr-section-title {
  color: #120d06;
}
.cid-uB4QsZrj59 .card-title {
  color: #120d06;
}
.cid-uB4QsZrj59 .card-date {
  color: #120d06;
}
.cid-uudKwAAiVm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
@media (min-width: 992px) {
  .cid-uudKwAAiVm .carousel {
    overflow: hidden;
  }
  .cid-uudKwAAiVm .carousel img {
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-uudKwAAiVm .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uudKwAAiVm .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uudKwAAiVm .carousel,
.cid-uudKwAAiVm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uudKwAAiVm .item-wrapper {
  height: 860px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uudKwAAiVm .item-wrapper {
    height: 430px;
  }
}
@media (max-width: 768px) {
  .cid-uudKwAAiVm .item-wrapper {
    height: 215px;
  }
}
.cid-uudKwAAiVm .item-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uudKwAAiVm .carousel-caption {
  bottom: 40px;
}
.cid-uudKwAAiVm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uudKwAAiVm .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uudKwAAiVm .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uudKwAAiVm .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uudKwAAiVm .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
  color: #ffffff;
}
.cid-uudKwAAiVm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uudKwAAiVm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uudKwAAiVm .carousel-control.carousel-control-prev {
    margin-left: 0.5rem;
    font-size: 16px;
    opacity: 0.7;
  }
  .cid-uudKwAAiVm .carousel-control.carousel-control-prev:hover {
    margin-left: 0.3rem;
  }
  .cid-uudKwAAiVm .carousel-control.carousel-control-next {
    margin-right: 0.5rem;
    font-size: 16px;
    opacity: 0.7;
  }
  .cid-uudKwAAiVm .carousel-control.carousel-control-next:hover {
    margin-right: 0.3rem;
  }
}
.cid-uudKwAAiVm .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-uudKwAAiVm .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
.cid-uudKwAAiVm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uudKwAAiVm .soc-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uudKwAAiVm .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-uudKwAAiVm .soc-item::before,
.cid-uudKwAAiVm .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-uudKwAAiVm .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-uudKwAAiVm .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-uudKwAAiVm .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-uudKwAAiVm .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-uudKwAAiVm .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-uudKwAAiVm .text {
  color: #ddc499;
}
.cid-uudKwAAiVm .one {
  color: #c0bcb7;
  font-style: italic;
}
.cid-uudKwAAiVm .mbr-text {
  color: #131313;
}
.cid-uudKwAAiVm .mbr-text .text {
  color: #131313;
}
.cid-uuERnTijre {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #fbfaf9;
}
.cid-uuERnTijre .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-uuERnTijre .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-uuERnTijre .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-uuERnTijre .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-uuERnTijre .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-uuERnTijre .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-uuERnTijre .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-uuERnTijre .carousel-indicators li.active {
  background: #000000;
}
.cid-uuERnTijre .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-uuERnTijre .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uuERnTijre .mbr-text,
.cid-uuERnTijre .mbr-section-btn {
  text-align: left;
  color: #181818;
}
.cid-uuERnTijre H3 {
  text-align: left;
}
.cid-uuERnTijre .author,
.cid-uuERnTijre .box {
  font-style: italic;
}
.cid-uuERnTijre .author {
  color: #9A948D;
}
.cid-uuERnTijre .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #eee7e0;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-uuERnTijre .mbr-iconfont {
    display: none;
  }
}
.cid-uvUfCNyFHP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfaf9;
}
.cid-uvUfCNyFHP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvUfCNyFHP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvUfCNyFHP .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvUfCNyFHP .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uvUfCNyFHP .container {
    padding: 0 25px;
  }
}
.cid-uvUfCNyFHP .row {
  justify-content: center;
}
.cid-uvUfCNyFHP .item-wrapper {
  margin-bottom: 32px;
}
.cid-uvUfCNyFHP .item-img {
  overflow: hidden;
}
.cid-uvUfCNyFHP .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uvUfCNyFHP .item-img img:hover {
  transform: scale(1.06) translateX(6px);
}
.cid-usT9gmPXZI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbfaf9;
}
.cid-usT9gmPXZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-usT9gmPXZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usT9gmPXZI .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .container {
    padding: 0 24px;
  }
}
.cid-usT9gmPXZI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-usT9gmPXZI .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-usT9gmPXZI .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-usT9gmPXZI .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap:hover::before,
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-usT9gmPXZI .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .border-wrap {
    margin: 28px 0;
  }
}
.cid-usT9gmPXZI .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-usT9gmPXZI .list {
  color: #202020;
}
.cid-usT9gmPXZI .mbr-title {
  color: #202020;
}
.cid-usT9gmPXZI .mbr-title,
.cid-usT9gmPXZI .social-wrapper {
  text-align: right;
}
@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-uBg1eu4zr7 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .nav-item:focus,
.cid-uBg1eu4zr7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uBg1eu4zr7 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link {
    position: relative;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: );
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uBg1eu4zr7 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uBg1eu4zr7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBg1eu4zr7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBg1eu4zr7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.opened {
  transition: all .3s;
  background: #fbfaf9 !important;
}
.cid-uBg1eu4zr7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uBg1eu4zr7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBg1eu4zr7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBg1eu4zr7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBg1eu4zr7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBg1eu4zr7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBg1eu4zr7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBg1eu4zr7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBg1eu4zr7 .navbar.navbar-short {
  background: #fbfaf9 !important;
  min-height: 60px;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBg1eu4zr7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBg1eu4zr7 .dropdown-item.active,
.cid-uBg1eu4zr7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBg1eu4zr7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBg1eu4zr7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBg1eu4zr7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBg1eu4zr7 .navbar-buttons {
  text-align: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #120d06;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBg1eu4zr7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBg1eu4zr7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBg1eu4zr7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBg1eu4zr7 .navbar {
    height: 77px;
  }
  .cid-uBg1eu4zr7 .navbar.opened {
    height: auto;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvOR9sxlSb {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/introducing-clinic-eleven-1080x1080.webp");
}
.cid-uvOR9sxlSb .mbr-overlay {
  background-color: #fbfaf9;
  opacity: 0.9;
}
.cid-uvOR9sxlSb h1,
.cid-uvOR9sxlSb h2 {
  line-height: 0.8;
}
.cid-uvOR9sxlSb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOR9sxlSb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uvOR9sxlSb {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvOR9sxlSb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvOR9sxlSb .content-wrap {
    width: 100%;
  }
}
.cid-uvOR9sxlSb .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvOR9sxlSb .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvOR9sxlSb {
    align-items: center;
  }
  .cid-uvOR9sxlSb .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvOR9sxlSb .content-wrap {
    min-width: 50%;
  }
}
.cid-uvOR9sxlSb .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uvOR9sxlSb .mbr-text,
.cid-uvOR9sxlSb .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uvOR9sxlSb .mbr-section-title3 {
  color: #221b35;
  text-align: right;
}
.cid-uvOR9sxlSb .mbr-section-title2 {
  color: #221b35;
  text-align: center;
}
.cid-uvOR9sxlSb .mbr-section-title1 {
  color: #221b35;
  text-align: left;
}
.cid-uvOR9sxlSb .mbr-section-subtitle {
  color: #221b35;
  position: relative;
  z-index: 10;
  text-align: right;
}
.cid-uztS3ofWZI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbfaf9;
}
@media (min-width: 992px) {
  .cid-uztS3ofWZI .text-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 1400px) {
  .cid-uztS3ofWZI .wrapper {
    padding: 0 6rem;
  }
}
.cid-uztS3ofWZI .mbr-text {
  color: #9a948d;
}
.cid-uztS3ofWZI .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uztS3ofWZI .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uztS3ofWZI .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uztS3ofWZI .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uztS3ofWZI .btn:hover .effectHover::before {
  border-top: 1px solid #eee7e0;
  border-left: 1px solid #eee7e0;
  transform: scale3d(1, 1, 1);
}
.cid-uztS3ofWZI .btn:hover .effectHover::after {
  border-bottom: 1px solid #eee7e0;
  border-right: 1px solid #eee7e0;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-uztS3ofWZI .right {
    padding-right: 60px;
  }
}
.cid-uztS3ofWZI .mbr-text,
.cid-uztS3ofWZI .mbr-section-btn {
  color: #181818;
}
.cid-uzukt0YRxp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uzukt0YRxp .mbr-section-title {
  color: #000000;
}
.cid-uzukt0YRxp .mbr-text {
  color: #000000;
}
.cid-uztSQ9fTOU {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fbfaf9;
}
.cid-uztSQ9fTOU .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uztSQ9fTOU .mbr-section-subtitle {
  color: #000000;
}
.cid-uztSQ9fTOU .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uztSQ9fTOU .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uztSQ9fTOU .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uztSQ9fTOU .col-12,
  .cid-uztSQ9fTOU .col-md-12 {
    padding: 0;
  }
}
.cid-uztSQ9fTOU .si img {
  width: auto;
}
.cid-uztSQ9fTOU .mbr-section-title {
  color: #000000;
}
.cid-uztSKKKkMD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbfaf9;
}
.cid-uztSKKKkMD .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uztSKKKkMD .mbr-section-subtitle {
  color: #000000;
}
.cid-uztSKKKkMD .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uztSKKKkMD .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uztSKKKkMD .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uztSKKKkMD .col-12,
  .cid-uztSKKKkMD .col-md-12 {
    padding: 0;
  }
}
.cid-uztSKKKkMD .si img {
  width: auto;
}
.cid-uztSRmyOe5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbfaf9;
}
.cid-uztSRmyOe5 .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uztSRmyOe5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uztSRmyOe5 .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uztSRmyOe5 .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uztSRmyOe5 .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uztSRmyOe5 .col-12,
  .cid-uztSRmyOe5 .col-md-12 {
    padding: 0;
  }
}
.cid-uztSRmyOe5 .si img {
  width: auto;
}
.cid-uztSSnpTao {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbfaf9;
}
.cid-uztSSnpTao .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uztSSnpTao .mbr-section-subtitle {
  color: #181818;
}
.cid-uztSSnpTao .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uztSSnpTao .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uztSSnpTao .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uztSSnpTao .col-12,
  .cid-uztSSnpTao .col-md-12 {
    padding: 0;
  }
}
.cid-uztSSnpTao .si img {
  width: auto;
}
.cid-uzuZ8LwM6s {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uzuZ8LwM6s .item:focus,
.cid-uzuZ8LwM6s span:focus {
  outline: none;
}
.cid-uzuZ8LwM6s .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uzuZ8LwM6s .content-head {
  max-width: 800px;
}
.cid-uzuZ8LwM6s .item {
  color: #000000;
  min-height: 120px;
}
@media (max-width: 768px) {
  .cid-uzuZ8LwM6s .item {
    min-height: 60px;
  }
}
.cid-uzuZ8LwM6s .loop-container {
  padding-top: 10px;
}
.cid-uzuXFYwhPz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbfaf9;
}
.cid-uzuXFYwhPz .item-wrapper {
  min-height: 100%;
  cursor: pointer;
  width: 20%;
}
@media (max-width: 992px) {
  .cid-uzuXFYwhPz .item-wrapper {
    width: 50%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uzuXFYwhPz .item-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uzuXFYwhPz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uzuXFYwhPz .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uzuXFYwhPz .average {
  width: 20%;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzuXFYwhPz .average {
    width: 100%;
  }
}
.cid-uzuXFYwhPz .wrap {
  position: relative;
  background-color: #fbfaf9;
  width: 80%;
  height: 80%;
  justify-content: center;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 992px) {
  .cid-uzuXFYwhPz .wrap {
    width: 90%;
    height: 200px;
    margin-bottom: 2rem;
  }
}
.cid-uzuXFYwhPz .wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.5px solid #41392e;
  left: 5%;
  bottom: 5%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (max-width: 992px) {
  .cid-uzuXFYwhPz .wrap:before {
    left: 2%;
  }
}
.cid-uzuXFYwhPz .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: .7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uzuXFYwhPz .close::before {
  content: '\e91a';
}
.cid-uzuXFYwhPz .close:hover {
  color: #fff;
}
.cid-uzuXFYwhPz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uzuXFYwhPz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uzuXFYwhPz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uzuXFYwhPz .carousel-control-next span {
  margin-left: 5px;
}
.cid-uzuXFYwhPz .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-uzuXFYwhPz .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-uzuXFYwhPz .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-uzuXFYwhPz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-uzuXFYwhPz .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-uzuXFYwhPz .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-uzuXFYwhPz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uzuXFYwhPz .carousel-inner > .active {
  display: block;
}
.cid-uzuXFYwhPz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzuXFYwhPz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uzuXFYwhPz .carousel-control-prev:hover {
  margin-left: 2rem;
}
.cid-uzuXFYwhPz .carousel-control-next:hover {
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .cid-uzuXFYwhPz .carousel-control,
  .cid-uzuXFYwhPz .carousel-indicators {
    position: fixed;
  }
}
.cid-uzuXFYwhPz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uzuXFYwhPz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uzuXFYwhPz .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-uzuXFYwhPz .modal-content {
    width: 70%;
  }
}
.cid-uzuXFYwhPz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uzuXFYwhPz .modal-body img {
  width: 100%;
  object-fit: contain;
}
.cid-uzuXFYwhPz .carousel {
  width: 100%;
}
.cid-uzuXFYwhPz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uzuXFYwhPz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uzuXFYwhPz .modal.fade .modal-dialog,
.cid-uzuXFYwhPz .modal.in .modal-dialog {
  transform: none;
}
.cid-uzuXFYwhPz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uvOR9v87sl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbfaf9;
}
.cid-uvOR9v87sl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOR9v87sl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvOR9v87sl .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uvOR9v87sl .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvOR9v87sl .container {
    padding: 0 24px;
  }
}
.cid-uvOR9v87sl .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uvOR9v87sl .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uvOR9v87sl .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uvOR9v87sl .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uvOR9v87sl .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uvOR9v87sl .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uvOR9v87sl .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uvOR9v87sl .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uvOR9v87sl .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uvOR9v87sl .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uvOR9v87sl .nav-wrapper .list .item-wrap:hover::before,
.cid-uvOR9v87sl .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uvOR9v87sl .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uvOR9v87sl .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uvOR9v87sl .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uvOR9v87sl .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uvOR9v87sl .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uvOR9v87sl .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uvOR9v87sl .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uvOR9v87sl .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uvOR9v87sl .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uvOR9v87sl .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uvOR9v87sl .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uvOR9v87sl .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uvOR9v87sl .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uvOR9v87sl .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uvOR9v87sl .border-wrap {
    margin: 28px 0;
  }
}
.cid-uvOR9v87sl .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uvOR9v87sl .list {
  color: #202020;
}
.cid-uvOR9v87sl .mbr-title {
  color: #202020;
}
.cid-uvOR9v87sl .mbr-title,
.cid-uvOR9v87sl .social-wrapper {
  text-align: right;
}
@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-uBg1eu4zr7 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .nav-item:focus,
.cid-uBg1eu4zr7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uBg1eu4zr7 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link {
    position: relative;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: );
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uBg1eu4zr7 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uBg1eu4zr7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBg1eu4zr7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBg1eu4zr7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.opened {
  transition: all .3s;
  background: #fbfaf9 !important;
}
.cid-uBg1eu4zr7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uBg1eu4zr7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBg1eu4zr7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBg1eu4zr7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBg1eu4zr7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBg1eu4zr7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBg1eu4zr7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBg1eu4zr7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBg1eu4zr7 .navbar.navbar-short {
  background: #fbfaf9 !important;
  min-height: 60px;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBg1eu4zr7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBg1eu4zr7 .dropdown-item.active,
.cid-uBg1eu4zr7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBg1eu4zr7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBg1eu4zr7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBg1eu4zr7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBg1eu4zr7 .navbar-buttons {
  text-align: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #120d06;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBg1eu4zr7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBg1eu4zr7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBg1eu4zr7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBg1eu4zr7 .navbar {
    height: 77px;
  }
  .cid-uBg1eu4zr7 .navbar.opened {
    height: auto;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvORoi7SpY {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/introducing-clinic-eleven-1080x1080.webp");
}
.cid-uvORoi7SpY .mbr-overlay {
  background-color: #fbfaf9;
  opacity: 0.9;
}
.cid-uvORoi7SpY h1,
.cid-uvORoi7SpY h2 {
  line-height: 0.8;
}
.cid-uvORoi7SpY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvORoi7SpY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uvORoi7SpY {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvORoi7SpY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvORoi7SpY .content-wrap {
    width: 100%;
  }
}
.cid-uvORoi7SpY .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvORoi7SpY .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvORoi7SpY {
    align-items: center;
  }
  .cid-uvORoi7SpY .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvORoi7SpY .content-wrap {
    min-width: 50%;
  }
}
.cid-uvORoi7SpY .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uvORoi7SpY .mbr-text,
.cid-uvORoi7SpY .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uvORoi7SpY .mbr-section-title3 {
  color: #221b35;
  text-align: right;
}
.cid-uvORoi7SpY .mbr-section-title2 {
  color: #221b35;
  text-align: center;
}
.cid-uvORoi7SpY .mbr-section-title1 {
  color: #221b35;
  text-align: left;
}
.cid-uvORoi7SpY .mbr-section-subtitle {
  color: #221b35;
  position: relative;
  z-index: 10;
  text-align: right;
}
.cid-uxfjcwZB6P {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbfaf9;
}
.cid-uxfjcwZB6P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxfjcwZB6P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxfjcwZB6P .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uxfjcwZB6P .container-fluid {
    padding: 0 25px;
  }
}
.cid-uxfjcwZB6P .container-fluid .row {
  margin: 0 -35px;
}
@media (max-width: 992px) {
  .cid-uxfjcwZB6P .container {
    padding: 0 25px;
  }
}
.cid-uxfjcwZB6P .row {
  justify-content: center;
}
.cid-uxfjcwZB6P .title-wrapper {
  padding: 0 35px;
}
.cid-uxfjcwZB6P .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxfjcwZB6P .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uxfjcwZB6P .item {
  padding: 0 35px;
  margin-bottom: 30px;
  border-right: 1px solid #454545;
}
.cid-uxfjcwZB6P .item:nth-child(3n) {
  border: none;
}
@media (max-width: 992px) {
  .cid-uxfjcwZB6P .item {
    border: none;
  }
}
.cid-uxfjcwZB6P .item:hover .item-wrapper .item-img img {
  transform: scale(1.06) translateX(6px);
}
.cid-uxfjcwZB6P .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uxfjcwZB6P .item .item-wrapper .item-img img {
  height: 270px;
  object-fit: cover;
  margin-bottom: 25px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uxfjcwZB6P .item .item-wrapper .item-content .item-cont {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uxfjcwZB6P .item .item-wrapper .item-content .item-cont {
    margin-bottom: 30px;
  }
}
.cid-uxfjcwZB6P .item .item-wrapper .item-content .item-cont .item-title {
  margin-bottom: 15px;
}
.cid-uxfjcwZB6P .item .item-wrapper .item-content .date-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cid-uxfjcwZB6P .item .item-wrapper .item-content .date-wrap .mbr-date {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uxfjcwZB6P .item .item-wrapper .item-content .date-wrap .icon-wrapper {
  display: block;
}
.cid-uxfjcwZB6P .item .item-wrapper .item-content .date-wrap .icon-wrapper:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uxfjcwZB6P .item .item-wrapper .item-content .date-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
  color: #353332;
}
@media (max-width: 992px) {
  .cid-uxfjcwZB6P .item .item-wrapper .item-content .date-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uxfjcwZB6P .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #454545;
}
@media (max-width: 992px) {
  .cid-uxfjcwZB6P .border-wrap {
    display: none;
  }
}
.cid-uxfjcwZB6P .mbr-section-title {
  color: #181818;
  text-align: center;
}
.cid-uxfjcwZB6P .item-title {
  color: #181818;
}
.cid-uxfjcwZB6P .mbr-date {
  color: #181818;
}
.cid-uxfzGJeP4Z {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #fbfaf9;
}
.cid-uxfzGJeP4Z .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-uxfzGJeP4Z .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-uxfzGJeP4Z .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-uxfzGJeP4Z .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-uxfzGJeP4Z .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-uxfzGJeP4Z .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-uxfzGJeP4Z .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-uxfzGJeP4Z .carousel-indicators li.active {
  background: #000000;
}
.cid-uxfzGJeP4Z .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-uxfzGJeP4Z .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uxfzGJeP4Z .mbr-text,
.cid-uxfzGJeP4Z .mbr-section-btn {
  text-align: left;
  color: #181818;
}
.cid-uxfzGJeP4Z H3 {
  text-align: left;
}
.cid-uxfzGJeP4Z .author,
.cid-uxfzGJeP4Z .box {
  font-style: italic;
}
.cid-uxfzGJeP4Z .author {
  color: #9A948D;
}
.cid-uxfzGJeP4Z .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fbfaf9;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-uxfzGJeP4Z .mbr-iconfont {
    display: none;
  }
}
.cid-uxfrul5kBl {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fbfaf9;
}
@media (min-width: 1400px) {
  .cid-uxfrul5kBl .wrapper {
    padding: 0 4rem 0 8rem;
  }
}
.cid-uxfrul5kBl .left-side {
  text-align: left;
  padding-right: 5rem;
}
.cid-uxfrul5kBl .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-uxfrul5kBl .mbr-section-btn {
    margin-bottom: 25px;
  }
}
.cid-uxfrul5kBl .mbr-section-title {
  text-align: left;
  color: #181818;
}
.cid-uxfrul5kBl .mbr-section-subtitle {
  color: #626262;
  margin: 0;
  text-align: left;
}
.cid-uxfrul5kBl .panel-text {
  margin: 0;
  border: 0px;
  color: #454545;
}
.cid-uxfrul5kBl span {
  color: #ffffff;
  float: right;
  margin-top: 2px;
}
.cid-uxfrul5kBl .panel-title-edit {
  color: #181818;
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #eee7e0;
}
.cid-uxfrul5kBl .card-header {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 0;
}
.cid-uxfrul5kBl .card {
  border-radius: 0;
  margin-bottom: 22px;
}
@media (max-width: 990px) {
  .cid-uxfrul5kBl .left-side {
    padding: 15px;
  }
}
.cid-uxfrul5kBl img {
  width: 100%;
  transition: all 2s;
}
.cid-uxfrul5kBl img:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uvORokDBZX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbfaf9;
}
.cid-uvORokDBZX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvORokDBZX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvORokDBZX .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uvORokDBZX .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvORokDBZX .container {
    padding: 0 24px;
  }
}
.cid-uvORokDBZX .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uvORokDBZX .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uvORokDBZX .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uvORokDBZX .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uvORokDBZX .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uvORokDBZX .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uvORokDBZX .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uvORokDBZX .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uvORokDBZX .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uvORokDBZX .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uvORokDBZX .nav-wrapper .list .item-wrap:hover::before,
.cid-uvORokDBZX .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uvORokDBZX .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uvORokDBZX .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uvORokDBZX .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uvORokDBZX .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uvORokDBZX .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uvORokDBZX .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uvORokDBZX .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uvORokDBZX .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uvORokDBZX .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uvORokDBZX .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uvORokDBZX .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uvORokDBZX .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uvORokDBZX .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uvORokDBZX .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uvORokDBZX .border-wrap {
    margin: 28px 0;
  }
}
.cid-uvORokDBZX .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uvORokDBZX .list {
  color: #202020;
}
.cid-uvORokDBZX .mbr-title {
  color: #202020;
}
.cid-uvORokDBZX .mbr-title,
.cid-uvORokDBZX .social-wrapper {
  text-align: right;
}
@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-uBg1eu4zr7 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .nav-item:focus,
.cid-uBg1eu4zr7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uBg1eu4zr7 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link {
    position: relative;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: );
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uBg1eu4zr7 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uBg1eu4zr7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBg1eu4zr7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBg1eu4zr7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.opened {
  transition: all .3s;
  background: #fbfaf9 !important;
}
.cid-uBg1eu4zr7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uBg1eu4zr7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBg1eu4zr7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBg1eu4zr7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBg1eu4zr7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBg1eu4zr7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBg1eu4zr7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBg1eu4zr7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBg1eu4zr7 .navbar.navbar-short {
  background: #fbfaf9 !important;
  min-height: 60px;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBg1eu4zr7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBg1eu4zr7 .dropdown-item.active,
.cid-uBg1eu4zr7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBg1eu4zr7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBg1eu4zr7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBg1eu4zr7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBg1eu4zr7 .navbar-buttons {
  text-align: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #120d06;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBg1eu4zr7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBg1eu4zr7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBg1eu4zr7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBg1eu4zr7 .navbar {
    height: 77px;
  }
  .cid-uBg1eu4zr7 .navbar.opened {
    height: auto;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvOQW8KFk7 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/introducing-clinic-eleven-1080x1080.webp");
}
.cid-uvOQW8KFk7 .mbr-overlay {
  background-color: #fbfaf9;
  opacity: 0.9;
}
.cid-uvOQW8KFk7 h1,
.cid-uvOQW8KFk7 h2 {
  line-height: 0.8;
}
.cid-uvOQW8KFk7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOQW8KFk7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uvOQW8KFk7 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvOQW8KFk7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvOQW8KFk7 .content-wrap {
    width: 100%;
  }
}
.cid-uvOQW8KFk7 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvOQW8KFk7 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvOQW8KFk7 {
    align-items: center;
  }
  .cid-uvOQW8KFk7 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvOQW8KFk7 .content-wrap {
    min-width: 50%;
  }
}
.cid-uvOQW8KFk7 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uvOQW8KFk7 .mbr-text,
.cid-uvOQW8KFk7 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uvOQW8KFk7 .mbr-section-title3 {
  color: #221b35;
  text-align: right;
}
.cid-uvOQW8KFk7 .mbr-section-title2 {
  color: #221b35;
  text-align: center;
}
.cid-uvOQW8KFk7 .mbr-section-title1 {
  color: #221b35;
  text-align: left;
}
.cid-uvOQW8KFk7 .mbr-section-subtitle {
  color: #221b35;
  position: relative;
  z-index: 10;
  text-align: right;
}
.cid-uxjrkX6UH9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbfaf9;
}
.cid-uxjrkX6UH9 .item-img {
  height: 300px;
}
.cid-uxjrkX6UH9 .item-img img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uxjrkX6UH9 .item-img {
    height: 140px;
  }
}
.cid-uxjrkX6UH9 .nav-tabs .nav-item.open .nav-link:focus,
.cid-uxjrkX6UH9 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uxjrkX6UH9 .mbr-text,
.cid-uxjrkX6UH9 .mbr-section-title {
  color: #C0BCB7;
}
.cid-uxjrkX6UH9 .mbr-title {
  color: #131313;
}
.cid-uxjrkX6UH9 .tab-pane {
  padding-top: 1.5rem;
}
.cid-uxjrkX6UH9 .nav-tabs .nav-link:not(.active) {
  color: #120d06;
}
.cid-uxjrkX6UH9 .nav-item {
  margin-bottom: -1px;
  width: fit-content;
}
.cid-uxjrkX6UH9 .nav-tabs {
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-flex-wrap: wrap;
  text-align: center;
  flex-wrap: wrap;
  border-radius: 0;
  border-bottom: 1px solid #41392e;
  color: #495057;
  background-color: transparent;
}
.cid-uxjrkX6UH9 .nav-tabs .nav-item {
  padding-right: 3.3rem;
}
.cid-uxjrkX6UH9 .nav-link {
  border-bottom: 1px solid transparent;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1.5rem;
  opasity: 1;
  font-size: 1rem;
}
.cid-uxjrkX6UH9 .nav-link.active {
  border-color: transparent;
}
.cid-uxjrkX6UH9 .nav-tabs .nav-link {
  border-radius: 0px !important;
  font-style: normal;
  transition: all 0.3s;
}
.cid-uxjrkX6UH9 .nav-tabs .nav-link:hover {
  cursor: pointer;
  border-color: transparent;
  border-bottom: 1px solid #eee7e0;
  color: #e9ded2;
}
.cid-uxjrkX6UH9 .nav-tabs .nav-link.active {
  color: #e9ded2;
  border-bottom: 1px solid #eee7e0;
  font-style: normal;
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-uxjrkX6UH9 .nav-tabs {
    flex-direction: column;
    border-color: transparent;
  }
  .cid-uxjrkX6UH9 .nav-item {
    margin-bottom: 1rem;
  }
}
.cid-uxjrkX6UH9 .oldcost {
  text-decoration: line-through;
  color: #9a948d;
  font-size: 19.2px;
}
.cid-uxjrkX6UH9 .item-title {
  color: #ddc499;
}
.cid-uxjrkX6UH9 .mbr-text {
  color: #181818;
}
.cid-uxjrkX6UH9 .wrap {
  background-color: #eee7e0;
  padding: 2rem 1rem;
}
.cid-uxjrkX6UH9 .mbr-tab-subtitle {
  color: #C0BCB7;
  font-style: italic;
}
.cid-uxjrkX6UH9 .mbr-tab-text {
  color: #181818;
}
.cid-uxjrkX6UH9 .text1 {
  text-align: left;
}
.cid-uzv3FhNNIW {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uzv3FhNNIW .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uzv3FhNNIW .mbr-section-title {
  color: #353535;
  text-align: left;
  width: 90%;
}
.cid-uzv3FhNNIW .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-uzv3FhNNIW .mbr-section-btn {
  width: 90%;
}
.cid-uzv3FhNNIW img {
  object-fit: cover;
  height: 100%;
}
.cid-uzv3FhNNIW section {
  position: relative;
}
.cid-uzv3FhNNIW .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-uzv3FhNNIW .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-uzv3FhNNIW .mbr-section-subtitle,
  .cid-uzv3FhNNIW .mbr-section-btn,
  .cid-uzv3FhNNIW .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-uzv3FhNNIW .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-uzv3FhNNIW .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uzv3FhNNIW .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uzv3FhNNIW .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uzv3FhNNIW .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uzv3FhNNIW .btn:hover .effectHover::before {
  border-top: 1px solid #eee7e0;
  border-left: 1px solid #eee7e0;
  transform: scale3d(1, 1, 1);
}
.cid-uzv3FhNNIW .btn:hover .effectHover::after {
  border-bottom: 1px solid #eee7e0;
  border-right: 1px solid #eee7e0;
  transform: scale3d(1, 1, 1);
}
.cid-uvOQWaF1HP {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #fbfaf9;
}
.cid-uvOQWaF1HP .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-uvOQWaF1HP .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-uvOQWaF1HP .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-uvOQWaF1HP .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-uvOQWaF1HP .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-uvOQWaF1HP .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-uvOQWaF1HP .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-uvOQWaF1HP .carousel-indicators li.active {
  background: #000000;
}
.cid-uvOQWaF1HP .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-uvOQWaF1HP .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uvOQWaF1HP .mbr-text,
.cid-uvOQWaF1HP .mbr-section-btn {
  text-align: left;
  color: #181818;
}
.cid-uvOQWaF1HP H3 {
  text-align: left;
}
.cid-uvOQWaF1HP .author,
.cid-uvOQWaF1HP .box {
  font-style: italic;
}
.cid-uvOQWaF1HP .author {
  color: #9A948D;
}
.cid-uvOQWaF1HP .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #eee7e0;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-uvOQWaF1HP .mbr-iconfont {
    display: none;
  }
}
.cid-uz8vGb7Brj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfaf9;
}
.cid-uz8vGb7Brj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz8vGb7Brj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz8vGb7Brj .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uz8vGb7Brj .row {
    padding: 0 12px;
  }
}
.cid-uz8vGb7Brj .item-wrap {
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uz8vGb7Brj .text-wrapper {
    margin-bottom: 8rem;
  }
}
.cid-uz8vGb7Brj .text-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uz8vGb7Brj .text-wrapper .mbr-section-title span {
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uz8vGb7Brj .text-wrapper .mbr-section-title {
    margin-bottom: 9.5px;
  }
}
.cid-uz8vGb7Brj .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uz8vGb7Brj .image-wrapper {
  display: flex;
  overflow: hidden;
}
.cid-uz8vGb7Brj .image-wrapper .image-container {
  height: 292px;
  margin-right: 12px;
}
@media (max-width: 768px) {
  .cid-uz8vGb7Brj .image-wrapper .image-container {
    height: 152px;
  }
}
.cid-uz8vGb7Brj .image-wrapper .image-container img {
  width: 190px;
  height: 140px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uz8vGb7Brj .image-wrapper .image-container img {
    width: 95px;
    height: 70px;
  }
}
.cid-uz8vGb7Brj .image-wrapper .image-container img:first-child {
  margin-bottom: 12px;
}
.cid-uz8vGb7Brj .image-wrapper img {
  height: 292px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uz8vGb7Brj .image-wrapper img {
    height: 152px;
  }
}
.cid-uz8vGb7Brj .border-wrap_1 {
  width: 100%;
  height: 3px;
  background-color: #181818;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uz8vGb7Brj .border-wrap_1 {
    margin-bottom: 114px;
  }
}
.cid-uz8vGb7Brj .border-wrap_2 {
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-uz8vGb7Brj .border-wrap_2 {
    margin-top: 65px;
  }
}
.cid-uz8vGb7Brj .mbr-section-title {
  color: #181818;
}
.cid-uz8vGb7Brj .mbr-text {
  color: #454545;
}
.cid-uzcq7eZUxh {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fbfaf9;
}
.cid-uzcq7eZUxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzcq7eZUxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzcq7eZUxh .row {
  justify-content: center;
}
.cid-uzcq7eZUxh .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uzcq7eZUxh .row {
    padding: 0 12px;
  }
}
.cid-uzcq7eZUxh .item-wrap {
  z-index: 1;
}
.cid-uzcq7eZUxh .mbr-section-subtitle {
  margin-bottom: 8px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-uzcq7eZUxh .mbr-section-subtitle {
    margin-bottom: 6.5em;
  }
}
.cid-uzcq7eZUxh .mbr-section-title {
  margin-bottom: 54px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-uzcq7eZUxh .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uzcq7eZUxh .mbr-text {
  margin-bottom: 54px;
  color: #454545;
}
@media (max-width: 992px) {
  .cid-uzcq7eZUxh .mbr-text {
    margin-bottom: 44px;
  }
}
.cid-uzcq7eZUxh .item {
  margin-bottom: 4rem;
}
.cid-uzcq7eZUxh .item:nth-child(odd) {
  padding-left: 24px;
}
@media (max-width: 768px) {
  .cid-uzcq7eZUxh .item:nth-child(odd) {
    padding: 0 12px;
  }
}
.cid-uzcq7eZUxh .item:nth-child(even) {
  padding-right: 24px;
}
@media (max-width: 768px) {
  .cid-uzcq7eZUxh .item:nth-child(even) {
    padding: 0 12px;
  }
}
.cid-uzcq7eZUxh .item a {
  width: 100%;
  display: block;
  transition: all .3s ease;
}
.cid-uzcq7eZUxh .item a:hover {
  transform: translateY(-10px);
}
.cid-uzcq7eZUxh .item a .item-wrapper img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .cid-uzcq7eZUxh .item a .item-wrapper img {
    height: 220px;
  }
}
.cid-uzcq7eZUxh .item a .item-wrapper .mbr-card-subtitle {
  margin-bottom: 4px;
}
.cid-uzcq7eZUxh .item a .item-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-uzcq7eZUxh .mbr-card-title {
  color: #181818;
}
.cid-uzcq7eZUxh .mbr-card-subtitle {
  color: #454545;
}
.cid-uvOQWbqLmv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbfaf9;
}
.cid-uvOQWbqLmv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOQWbqLmv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvOQWbqLmv .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uvOQWbqLmv .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvOQWbqLmv .container {
    padding: 0 24px;
  }
}
.cid-uvOQWbqLmv .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uvOQWbqLmv .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uvOQWbqLmv .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uvOQWbqLmv .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uvOQWbqLmv .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uvOQWbqLmv .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uvOQWbqLmv .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uvOQWbqLmv .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uvOQWbqLmv .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uvOQWbqLmv .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uvOQWbqLmv .nav-wrapper .list .item-wrap:hover::before,
.cid-uvOQWbqLmv .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uvOQWbqLmv .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uvOQWbqLmv .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uvOQWbqLmv .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uvOQWbqLmv .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uvOQWbqLmv .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uvOQWbqLmv .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uvOQWbqLmv .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uvOQWbqLmv .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uvOQWbqLmv .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uvOQWbqLmv .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uvOQWbqLmv .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uvOQWbqLmv .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uvOQWbqLmv .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uvOQWbqLmv .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uvOQWbqLmv .border-wrap {
    margin: 28px 0;
  }
}
.cid-uvOQWbqLmv .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uvOQWbqLmv .list {
  color: #202020;
}
.cid-uvOQWbqLmv .mbr-title {
  color: #202020;
}
.cid-uvOQWbqLmv .mbr-title,
.cid-uvOQWbqLmv .social-wrapper {
  text-align: right;
}
@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-uBg1eu4zr7 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .nav-item:focus,
.cid-uBg1eu4zr7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uBg1eu4zr7 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link {
    position: relative;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: );
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uBg1eu4zr7 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uBg1eu4zr7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBg1eu4zr7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBg1eu4zr7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.opened {
  transition: all .3s;
  background: #fbfaf9 !important;
}
.cid-uBg1eu4zr7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uBg1eu4zr7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBg1eu4zr7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBg1eu4zr7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBg1eu4zr7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBg1eu4zr7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBg1eu4zr7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBg1eu4zr7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBg1eu4zr7 .navbar.navbar-short {
  background: #fbfaf9 !important;
  min-height: 60px;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBg1eu4zr7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBg1eu4zr7 .dropdown-item.active,
.cid-uBg1eu4zr7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBg1eu4zr7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBg1eu4zr7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBg1eu4zr7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBg1eu4zr7 .navbar-buttons {
  text-align: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #120d06;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBg1eu4zr7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBg1eu4zr7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBg1eu4zr7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBg1eu4zr7 .navbar {
    height: 77px;
  }
  .cid-uBg1eu4zr7 .navbar.opened {
    height: auto;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuEQEw5gLv {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/introducing-clinic-eleven-1080x1080.webp");
}
.cid-uuEQEw5gLv .mbr-overlay {
  background-color: #fbfaf9;
  opacity: 0.9;
}
.cid-uuEQEw5gLv h1,
.cid-uuEQEw5gLv h2 {
  line-height: 0.8;
}
.cid-uuEQEw5gLv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuEQEw5gLv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uuEQEw5gLv {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uuEQEw5gLv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uuEQEw5gLv .content-wrap {
    width: 100%;
  }
}
.cid-uuEQEw5gLv .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uuEQEw5gLv .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uuEQEw5gLv {
    align-items: center;
  }
  .cid-uuEQEw5gLv .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uuEQEw5gLv .content-wrap {
    min-width: 50%;
  }
}
.cid-uuEQEw5gLv .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uuEQEw5gLv .mbr-text,
.cid-uuEQEw5gLv .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uuEQEw5gLv .mbr-section-title3 {
  color: #221b35;
  text-align: right;
}
.cid-uuEQEw5gLv .mbr-section-title2 {
  color: #221b35;
  text-align: center;
}
.cid-uuEQEw5gLv .mbr-section-title1 {
  color: #221b35;
  text-align: left;
}
.cid-uuEQEw5gLv .mbr-section-subtitle {
  color: #221b35;
  position: relative;
  z-index: 10;
  text-align: right;
}
.cid-uB60azuHiI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fbfaf9;
}
.cid-uB60azuHiI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB60azuHiI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB60azuHiI .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uB60azuHiI .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uB60azuHiI .mbr-name {
  color: #858585;
}
.cid-uB60azuHiI .mbr-text {
  color: #191c25;
}
.cid-uB60azuHiI .mbr-section-btn {
  text-align: center;
}
.cid-uB60azuHiI .mbr-name,
.cid-uB60azuHiI .mbr-section-btn {
  color: #120d06;
}
.cid-uuEQExQPH6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
@media (min-width: 992px) {
  .cid-uuEQExQPH6 .carousel {
    overflow: hidden;
  }
  .cid-uuEQExQPH6 .carousel img {
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-uuEQExQPH6 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uuEQExQPH6 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uuEQExQPH6 .carousel,
.cid-uuEQExQPH6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uuEQExQPH6 .item-wrapper {
  height: 860px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uuEQExQPH6 .item-wrapper {
    height: 430px;
  }
}
@media (max-width: 768px) {
  .cid-uuEQExQPH6 .item-wrapper {
    height: 215px;
  }
}
.cid-uuEQExQPH6 .item-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uuEQExQPH6 .carousel-caption {
  bottom: 40px;
}
.cid-uuEQExQPH6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uuEQExQPH6 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uuEQExQPH6 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uuEQExQPH6 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uuEQExQPH6 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
  color: #ffffff;
}
.cid-uuEQExQPH6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uuEQExQPH6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uuEQExQPH6 .carousel-control.carousel-control-prev {
    margin-left: 0.5rem;
    font-size: 16px;
    opacity: 0.7;
  }
  .cid-uuEQExQPH6 .carousel-control.carousel-control-prev:hover {
    margin-left: 0.3rem;
  }
  .cid-uuEQExQPH6 .carousel-control.carousel-control-next {
    margin-right: 0.5rem;
    font-size: 16px;
    opacity: 0.7;
  }
  .cid-uuEQExQPH6 .carousel-control.carousel-control-next:hover {
    margin-right: 0.3rem;
  }
}
.cid-uuEQExQPH6 .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-uuEQExQPH6 .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
.cid-uuEQExQPH6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uuEQExQPH6 .soc-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uuEQExQPH6 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-uuEQExQPH6 .soc-item::before,
.cid-uuEQExQPH6 .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-uuEQExQPH6 .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-uuEQExQPH6 .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-uuEQExQPH6 .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-uuEQExQPH6 .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-uuEQExQPH6 .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-uuEQExQPH6 .text {
  color: #ddc499;
}
.cid-uuEQExQPH6 .one {
  color: #c0bcb7;
  font-style: italic;
}
.cid-uuEQExQPH6 .mbr-text {
  color: #131313;
}
.cid-uuEQExQPH6 .mbr-text .text {
  color: #131313;
}
.cid-uzLyCN5R1k {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uzLyCN5R1k .mbr-section-title {
  color: #131313;
  text-align: left;
}
.cid-uzLyCN5R1k .mbr-text {
  color: #181818;
  text-align: left;
}
.cid-uB60HZ1Kj1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbfaf9;
}
.cid-uB60HZ1Kj1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB60HZ1Kj1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB60HZ1Kj1 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uB60HZ1Kj1 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uB60HZ1Kj1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uB60HZ1Kj1 .container {
    padding: 0 16px;
  }
}
.cid-uB60HZ1Kj1 .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uB60HZ1Kj1 .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uB60HZ1Kj1 .items-wrapper .item a {
  display: block;
}
.cid-uB60HZ1Kj1 .items-wrapper .item a:hover .item-wrapper .item-img,
.cid-uB60HZ1Kj1 .items-wrapper .item a:focus .item-wrapper .item-img {
  opacity: 1;
}
.cid-uB60HZ1Kj1 .items-wrapper .item a:hover .item-wrapper .item-content .card-title,
.cid-uB60HZ1Kj1 .items-wrapper .item a:focus .item-wrapper .item-content .card-title {
  color: #eee7e0;
}
.cid-uB60HZ1Kj1 .items-wrapper .item a:hover .item-wrapper .item-content .card-date,
.cid-uB60HZ1Kj1 .items-wrapper .item a:focus .item-wrapper .item-content .card-date {
  color: #eee7e0;
}
.cid-uB60HZ1Kj1 .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cid-uB60HZ1Kj1 .items-wrapper .item a .item-wrapper .item-img {
  position: absolute;
  right: 12rem;
  height: 460px;
  width: 360px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media (max-width: 1199px) {
  .cid-uB60HZ1Kj1 .items-wrapper .item a .item-wrapper .item-img {
    height: 350px;
    width: 260px;
  }
}
@media (max-width: 992px) {
  .cid-uB60HZ1Kj1 .items-wrapper .item a .item-wrapper .item-img {
    display: none;
  }
}
.cid-uB60HZ1Kj1 .items-wrapper .item a .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uB60HZ1Kj1 .items-wrapper .item a .item-wrapper .item-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 64px 0;
  border-bottom: 3px solid #eee7e0;
}
@media (max-width: 992px) {
  .cid-uB60HZ1Kj1 .items-wrapper .item a .item-wrapper .item-content {
    padding: 24px 0;
    display: block;
  }
}
.cid-uB60HZ1Kj1 .items-wrapper .item a .item-wrapper .item-content .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uB60HZ1Kj1 .items-wrapper .item a .item-wrapper .item-content .card-date {
  padding-left: 32px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uB60HZ1Kj1 .items-wrapper .item a .item-wrapper .item-content .card-date {
    padding: 0;
  }
}
.cid-uB60HZ1Kj1 .mbr-section-title {
  color: #120d06;
}
.cid-uB60HZ1Kj1 .card-title {
  color: #120d06;
}
.cid-uB60HZ1Kj1 .card-date {
  color: #120d06;
}
.cid-uBfRoCfCji {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfaf9;
}
.cid-uBfRoCfCji .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBfRoCfCji .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBfRoCfCji .row {
  justify-content: space-between;
}
.cid-uBfRoCfCji .text-wrapper .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uBfRoCfCji .text-wrapper .mbr-text {
    margin-bottom: 35px;
  }
}
.cid-uBfRoCfCji .image-wrap {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uBfRoCfCji .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uBfRoCfCji .image-wrapper img {
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uBfRoCfCji .mbr-section-title {
  color: #000000;
}
.cid-uBfRoCfCji .mbr-desc {
  color: #000000;
}
.cid-uBfRoCfCji .mbr-text {
  color: #000000;
}
.cid-uBfTq3QEWJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uBfTq3QEWJ .mbr-section-title {
  color: #131313;
  text-align: left;
}
.cid-uBfTq3QEWJ .mbr-text {
  color: #181818;
  text-align: left;
}
.cid-uBfTrbkFrz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uBfTrbkFrz .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uBfTrbkFrz .mbr-section-subtitle {
  color: #181818;
}
.cid-uBfTrbkFrz .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uBfTrbkFrz .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uBfTrbkFrz .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uBfTrbkFrz .col-12,
  .cid-uBfTrbkFrz .col-md-12 {
    padding: 0;
  }
}
.cid-uBfTrbkFrz .si img {
  width: auto;
}
.cid-uBfTKmFVP8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
@media (max-width: 992px) {
  .cid-uBfTKmFVP8 .container {
    padding: 0 22px;
  }
}
.cid-uBfTKmFVP8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-uBfTKmFVP8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uBfTKmFVP8 .embla__slide .slide-content {
  width: 100%;
}
.cid-uBfTKmFVP8 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uBfTKmFVP8 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uBfTKmFVP8 .embla__button--next,
.cid-uBfTKmFVP8 .embla__button--prev {
  display: flex;
}
.cid-uBfTKmFVP8 .embla__button {
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uBfTKmFVP8 .embla__button::before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  opacity: .4;
  background-color: #ffffff;
}
.cid-uBfTKmFVP8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBfTKmFVP8 .embla__button:hover {
  opacity: 1 !important;
}
.cid-uBfTKmFVP8 .embla__button.embla__button--prev {
  left: 20px;
}
.cid-uBfTKmFVP8 .embla__button.embla__button--next {
  right: 20px;
}
.cid-uBfTKmFVP8 .card {
  justify-content: center;
}
.cid-uBfTKmFVP8 .embla {
  position: relative;
  width: 100%;
}
.cid-uBfTKmFVP8 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uBfTKmFVP8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBfTKmFVP8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBfTKmFVP8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBfTKmFVP8 .content-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uBfTKmFVP8 .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBfTKmFVP8 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBfTKmFVP8 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uBfTKmFVP8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBfTKmFVP8 .mbr-desc {
  color: #120d06;
  text-align: left;
}
.cid-uB62pp0PHD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uB62pp0PHD .mbr-section-title {
  color: #131313;
  text-align: left;
}
.cid-uB62pp0PHD .mbr-text {
  color: #181818;
  text-align: left;
}
.cid-uBfTrEp9Ly {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uBfTrEp9Ly .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uBfTrEp9Ly .mbr-section-subtitle {
  color: #181818;
}
.cid-uBfTrEp9Ly .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uBfTrEp9Ly .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uBfTrEp9Ly .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uBfTrEp9Ly .col-12,
  .cid-uBfTrEp9Ly .col-md-12 {
    padding: 0;
  }
}
.cid-uBfTrEp9Ly .si img {
  width: auto;
}
.cid-uB62ybtJ0X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uB62ybtJ0X .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uB62ybtJ0X .mbr-section-subtitle {
  color: #181818;
}
.cid-uB62ybtJ0X .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uB62ybtJ0X .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uB62ybtJ0X .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uB62ybtJ0X .col-12,
  .cid-uB62ybtJ0X .col-md-12 {
    padding: 0;
  }
}
.cid-uB62ybtJ0X .si img {
  width: auto;
}
.cid-uBfWzaTSc9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uBfWzaTSc9 .mbr-section-title {
  color: #131313;
  text-align: left;
}
.cid-uBfWzaTSc9 .mbr-text {
  color: #181818;
  text-align: left;
}
.cid-uBfWti1azO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uBfWti1azO .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uBfWti1azO .mbr-section-subtitle {
  color: #181818;
}
.cid-uBfWti1azO .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uBfWti1azO .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uBfWti1azO .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uBfWti1azO .col-12,
  .cid-uBfWti1azO .col-md-12 {
    padding: 0;
  }
}
.cid-uBfWti1azO .si img {
  width: auto;
}
.cid-uuEQEzlyjO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbfaf9;
}
.cid-uuEQEzlyjO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuEQEzlyjO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuEQEzlyjO .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uuEQEzlyjO .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uuEQEzlyjO .container {
    padding: 0 24px;
  }
}
.cid-uuEQEzlyjO .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuEQEzlyjO .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uuEQEzlyjO .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uuEQEzlyjO .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uuEQEzlyjO .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uuEQEzlyjO .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uuEQEzlyjO .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uuEQEzlyjO .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uuEQEzlyjO .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uuEQEzlyjO .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uuEQEzlyjO .nav-wrapper .list .item-wrap:hover::before,
.cid-uuEQEzlyjO .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uuEQEzlyjO .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uuEQEzlyjO .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uuEQEzlyjO .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uuEQEzlyjO .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uuEQEzlyjO .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuEQEzlyjO .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uuEQEzlyjO .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuEQEzlyjO .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuEQEzlyjO .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuEQEzlyjO .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uuEQEzlyjO .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuEQEzlyjO .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uuEQEzlyjO .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uuEQEzlyjO .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uuEQEzlyjO .border-wrap {
    margin: 28px 0;
  }
}
.cid-uuEQEzlyjO .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uuEQEzlyjO .list {
  color: #202020;
}
.cid-uuEQEzlyjO .mbr-title {
  color: #202020;
}
.cid-uuEQEzlyjO .mbr-title,
.cid-uuEQEzlyjO .social-wrapper {
  text-align: right;
}
@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-uBg1eu4zr7 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .nav-item:focus,
.cid-uBg1eu4zr7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uBg1eu4zr7 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link {
    position: relative;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: );
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uBg1eu4zr7 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uBg1eu4zr7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBg1eu4zr7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBg1eu4zr7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.opened {
  transition: all .3s;
  background: #fbfaf9 !important;
}
.cid-uBg1eu4zr7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uBg1eu4zr7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBg1eu4zr7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBg1eu4zr7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBg1eu4zr7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBg1eu4zr7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBg1eu4zr7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBg1eu4zr7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBg1eu4zr7 .navbar.navbar-short {
  background: #fbfaf9 !important;
  min-height: 60px;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBg1eu4zr7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBg1eu4zr7 .dropdown-item.active,
.cid-uBg1eu4zr7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBg1eu4zr7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBg1eu4zr7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBg1eu4zr7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBg1eu4zr7 .navbar-buttons {
  text-align: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #120d06;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBg1eu4zr7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBg1eu4zr7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBg1eu4zr7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBg1eu4zr7 .navbar {
    height: 77px;
  }
  .cid-uBg1eu4zr7 .navbar.opened {
    height: auto;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzv8EqZDan {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/introducing-clinic-eleven-1080x1080.webp");
}
.cid-uzv8EqZDan .mbr-overlay {
  background-color: #fbfaf9;
  opacity: 0.9;
}
.cid-uzv8EqZDan h1,
.cid-uzv8EqZDan h2 {
  line-height: 0.8;
}
.cid-uzv8EqZDan .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzv8EqZDan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uzv8EqZDan {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uzv8EqZDan .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uzv8EqZDan .content-wrap {
    width: 100%;
  }
}
.cid-uzv8EqZDan .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uzv8EqZDan .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uzv8EqZDan {
    align-items: center;
  }
  .cid-uzv8EqZDan .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uzv8EqZDan .content-wrap {
    min-width: 50%;
  }
}
.cid-uzv8EqZDan .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uzv8EqZDan .mbr-text,
.cid-uzv8EqZDan .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uzv8EqZDan .mbr-section-title3 {
  color: #221b35;
  text-align: right;
}
.cid-uzv8EqZDan .mbr-section-title2 {
  color: #221b35;
  text-align: center;
}
.cid-uzv8EqZDan .mbr-section-title1 {
  color: #221b35;
  text-align: left;
}
.cid-uzv8EqZDan .mbr-section-subtitle {
  color: #221b35;
  position: relative;
  z-index: 10;
  text-align: right;
}
.cid-uBg1BcLZI5 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fbfaf9;
}
.cid-uBg1BcLZI5 .mbr-section-title {
  color: #131313;
  text-align: left;
}
.cid-uBg1BcLZI5 .mbr-text {
  color: #181818;
  text-align: left;
}
.cid-uBg1S5SnGF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uBg1S5SnGF .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uBg1S5SnGF .mbr-section-subtitle {
  color: #181818;
}
.cid-uBg1S5SnGF .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uBg1S5SnGF .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uBg1S5SnGF .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uBg1S5SnGF .col-12,
  .cid-uBg1S5SnGF .col-md-12 {
    padding: 0;
  }
}
.cid-uBg1S5SnGF .si img {
  width: auto;
}
.cid-uBg2nmTKHj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uBg2nmTKHj .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uBg2nmTKHj .mbr-section-subtitle {
  color: #181818;
}
.cid-uBg2nmTKHj .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uBg2nmTKHj .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uBg2nmTKHj .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uBg2nmTKHj .col-12,
  .cid-uBg2nmTKHj .col-md-12 {
    padding: 0;
  }
}
.cid-uBg2nmTKHj .si img {
  width: auto;
}
.cid-uBg2nXvv9r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uBg2nXvv9r .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uBg2nXvv9r .mbr-section-subtitle {
  color: #181818;
}
.cid-uBg2nXvv9r .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uBg2nXvv9r .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uBg2nXvv9r .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uBg2nXvv9r .col-12,
  .cid-uBg2nXvv9r .col-md-12 {
    padding: 0;
  }
}
.cid-uBg2nXvv9r .si img {
  width: auto;
}
.cid-uBg31e7y4t {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fbfaf9;
}
.cid-uBg31e7y4t .wrapper {
  text-align: end;
}
.cid-uBg31e7y4t .mbr-section-title {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uBg31e7y4t .row {
    text-align: center;
  }
  .cid-uBg31e7y4t .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-uBg31e7y4t .mbr-section-title {
    text-align: center;
  }
}
.cid-uBg31e7y4t .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uBg31e7y4t .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uBg31e7y4t .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uBg31e7y4t .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uBg31e7y4t .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uBg31e7y4t .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uBg31e7y4t .mbr-section-title DIV {
  text-align: left;
}
.cid-uzLzh9BWJZ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fbfaf9;
}
.cid-uzLzh9BWJZ .mbr-section-title {
  color: #131313;
  text-align: left;
}
.cid-uzLzh9BWJZ .mbr-text {
  color: #181818;
  text-align: left;
}
.cid-uBg5aad3xg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uBg5aad3xg .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uBg5aad3xg .mbr-section-subtitle {
  color: #181818;
}
.cid-uBg5aad3xg .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uBg5aad3xg .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uBg5aad3xg .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uBg5aad3xg .col-12,
  .cid-uBg5aad3xg .col-md-12 {
    padding: 0;
  }
}
.cid-uBg5aad3xg .si img {
  width: auto;
}
.cid-uBg4dCmw6B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uBg4dCmw6B .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uBg4dCmw6B .mbr-section-subtitle {
  color: #181818;
}
.cid-uBg4dCmw6B .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uBg4dCmw6B .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uBg4dCmw6B .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uBg4dCmw6B .col-12,
  .cid-uBg4dCmw6B .col-md-12 {
    padding: 0;
  }
}
.cid-uBg4dCmw6B .si img {
  width: auto;
}
.cid-uBg4wOtqJd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uBg4wOtqJd .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uBg4wOtqJd .mbr-section-subtitle {
  color: #181818;
}
.cid-uBg4wOtqJd .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uBg4wOtqJd .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uBg4wOtqJd .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uBg4wOtqJd .col-12,
  .cid-uBg4wOtqJd .col-md-12 {
    padding: 0;
  }
}
.cid-uBg4wOtqJd .si img {
  width: auto;
}
.cid-uzLGQniG5M {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uzLGQniG5M .wrapper {
  text-align: end;
}
.cid-uzLGQniG5M .mbr-section-title {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uzLGQniG5M .row {
    text-align: center;
  }
  .cid-uzLGQniG5M .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-uzLGQniG5M .mbr-section-title {
    text-align: center;
  }
}
.cid-uzLGQniG5M .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uzLGQniG5M .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uzLGQniG5M .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uzLGQniG5M .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uzLGQniG5M .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uzLGQniG5M .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uBg5RymBFX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uBg5RymBFX .mbr-section-title {
  color: #131313;
  text-align: left;
}
.cid-uBg5RymBFX .mbr-text {
  color: #181818;
  text-align: left;
}
.cid-uBg5SX5hlB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uBg5SX5hlB .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uBg5SX5hlB .mbr-section-subtitle {
  color: #181818;
}
.cid-uBg5SX5hlB .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uBg5SX5hlB .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uBg5SX5hlB .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uBg5SX5hlB .col-12,
  .cid-uBg5SX5hlB .col-md-12 {
    padding: 0;
  }
}
.cid-uBg5SX5hlB .si img {
  width: auto;
}
.cid-uBg5TBOe8u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uBg5TBOe8u .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uBg5TBOe8u .mbr-section-subtitle {
  color: #181818;
}
.cid-uBg5TBOe8u .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uBg5TBOe8u .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uBg5TBOe8u .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uBg5TBOe8u .col-12,
  .cid-uBg5TBOe8u .col-md-12 {
    padding: 0;
  }
}
.cid-uBg5TBOe8u .si img {
  width: auto;
}
.cid-uBg5UhcrKI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uBg5UhcrKI .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uBg5UhcrKI .mbr-section-subtitle {
  color: #181818;
}
.cid-uBg5UhcrKI .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uBg5UhcrKI .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uBg5UhcrKI .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uBg5UhcrKI .col-12,
  .cid-uBg5UhcrKI .col-md-12 {
    padding: 0;
  }
}
.cid-uBg5UhcrKI .si img {
  width: auto;
}
.cid-uBg81LeLiR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fbfaf9;
}
.cid-uBg81LeLiR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBg81LeLiR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBg81LeLiR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uBg81LeLiR .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uBg81LeLiR .container {
    padding: 0 25px;
  }
}
.cid-uBg81LeLiR .row {
  justify-content: center;
}
.cid-uBg81LeLiR .item-wrapper {
  margin-bottom: 32px;
}
.cid-uBg81LeLiR .item-img {
  overflow: hidden;
}
.cid-uBg81LeLiR .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uBg81LeLiR .item-img img:hover {
  transform: scale(1.06) translateX(6px);
}
.cid-uBg5VBkW8R {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fbfaf9;
}
.cid-uBg5VBkW8R .wrapper {
  text-align: end;
}
.cid-uBg5VBkW8R .mbr-section-title {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uBg5VBkW8R .row {
    text-align: center;
  }
  .cid-uBg5VBkW8R .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-uBg5VBkW8R .mbr-section-title {
    text-align: center;
  }
}
.cid-uBg5VBkW8R .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uBg5VBkW8R .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uBg5VBkW8R .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uBg5VBkW8R .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uBg5VBkW8R .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uBg5VBkW8R .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uBg5VBkW8R .mbr-section-title DIV {
  text-align: left;
}
.cid-uzv8EsjB7b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbfaf9;
}
.cid-uzv8EsjB7b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzv8EsjB7b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzv8EsjB7b .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uzv8EsjB7b .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzv8EsjB7b .container {
    padding: 0 24px;
  }
}
.cid-uzv8EsjB7b .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzv8EsjB7b .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uzv8EsjB7b .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uzv8EsjB7b .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uzv8EsjB7b .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uzv8EsjB7b .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uzv8EsjB7b .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uzv8EsjB7b .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uzv8EsjB7b .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uzv8EsjB7b .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uzv8EsjB7b .nav-wrapper .list .item-wrap:hover::before,
.cid-uzv8EsjB7b .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uzv8EsjB7b .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uzv8EsjB7b .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uzv8EsjB7b .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uzv8EsjB7b .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uzv8EsjB7b .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uzv8EsjB7b .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uzv8EsjB7b .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uzv8EsjB7b .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uzv8EsjB7b .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uzv8EsjB7b .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uzv8EsjB7b .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uzv8EsjB7b .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uzv8EsjB7b .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uzv8EsjB7b .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uzv8EsjB7b .border-wrap {
    margin: 28px 0;
  }
}
.cid-uzv8EsjB7b .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uzv8EsjB7b .list {
  color: #202020;
}
.cid-uzv8EsjB7b .mbr-title {
  color: #202020;
}
.cid-uzv8EsjB7b .mbr-title,
.cid-uzv8EsjB7b .social-wrapper {
  text-align: right;
}
@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-uBg1eu4zr7 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .nav-item:focus,
.cid-uBg1eu4zr7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uBg1eu4zr7 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link {
    position: relative;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: );
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uBg1eu4zr7 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uBg1eu4zr7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBg1eu4zr7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBg1eu4zr7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.opened {
  transition: all .3s;
  background: #fbfaf9 !important;
}
.cid-uBg1eu4zr7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uBg1eu4zr7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBg1eu4zr7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBg1eu4zr7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBg1eu4zr7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBg1eu4zr7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBg1eu4zr7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBg1eu4zr7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBg1eu4zr7 .navbar.navbar-short {
  background: #fbfaf9 !important;
  min-height: 60px;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBg1eu4zr7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBg1eu4zr7 .dropdown-item.active,
.cid-uBg1eu4zr7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBg1eu4zr7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBg1eu4zr7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBg1eu4zr7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBg1eu4zr7 .navbar-buttons {
  text-align: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #120d06;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBg1eu4zr7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBg1eu4zr7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBg1eu4zr7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBg1eu4zr7 .navbar {
    height: 77px;
  }
  .cid-uBg1eu4zr7 .navbar.opened {
    height: auto;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuEQvMmlC3 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/introducing-clinic-eleven-1080x1080.webp");
}
.cid-uuEQvMmlC3 .mbr-overlay {
  background-color: #fbfaf9;
  opacity: 0.9;
}
.cid-uuEQvMmlC3 h1,
.cid-uuEQvMmlC3 h2 {
  line-height: 0.8;
}
.cid-uuEQvMmlC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuEQvMmlC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uuEQvMmlC3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uuEQvMmlC3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uuEQvMmlC3 .content-wrap {
    width: 100%;
  }
}
.cid-uuEQvMmlC3 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uuEQvMmlC3 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uuEQvMmlC3 {
    align-items: center;
  }
  .cid-uuEQvMmlC3 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uuEQvMmlC3 .content-wrap {
    min-width: 50%;
  }
}
.cid-uuEQvMmlC3 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uuEQvMmlC3 .mbr-text,
.cid-uuEQvMmlC3 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uuEQvMmlC3 .mbr-section-title3 {
  color: #221b35;
  text-align: right;
}
.cid-uuEQvMmlC3 .mbr-section-title2 {
  color: #221b35;
  text-align: center;
}
.cid-uuEQvMmlC3 .mbr-section-title1 {
  color: #221b35;
  text-align: left;
}
.cid-uuEQvMmlC3 .mbr-section-subtitle {
  color: #221b35;
  position: relative;
  z-index: 10;
  text-align: right;
}
.cid-uuEQvNObmQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbfaf9;
}
.cid-uuEQvNObmQ .mbr-section-title {
  color: #131313;
  text-align: left;
}
.cid-uuEQvNObmQ .mbr-text {
  color: #181818;
}
.cid-uzLtwjVb9c {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbfaf9;
}
.cid-uzLtwjVb9c .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uzLtwjVb9c .mbr-section-subtitle {
  color: #000000;
}
.cid-uzLtwjVb9c .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uzLtwjVb9c .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uzLtwjVb9c .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uzLtwjVb9c .col-12,
  .cid-uzLtwjVb9c .col-md-12 {
    padding: 0;
  }
}
.cid-uzLtwjVb9c .si img {
  width: auto;
}
.cid-uzLtwjVb9c .mbr-section-title {
  color: #000000;
}
.cid-uzLtwXbHvD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbfaf9;
}
.cid-uzLtwXbHvD .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uzLtwXbHvD .mbr-section-subtitle {
  color: #000000;
}
.cid-uzLtwXbHvD .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uzLtwXbHvD .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uzLtwXbHvD .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uzLtwXbHvD .col-12,
  .cid-uzLtwXbHvD .col-md-12 {
    padding: 0;
  }
}
.cid-uzLtwXbHvD .si img {
  width: auto;
}
.cid-uzLtwXbHvD .mbr-section-title {
  color: #000000;
}
.cid-uzLHzbDF43 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fbfaf9;
}
.cid-uzLHzbDF43 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzLHzbDF43 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzLHzbDF43 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uzLHzbDF43 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzLHzbDF43 .container {
    padding: 0 25px;
  }
}
.cid-uzLHzbDF43 .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uzLHzbDF43 .title-wrapper {
    padding: 0 25px;
  }
}
.cid-uzLHzbDF43 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uzLHzbDF43 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-uzLHzbDF43 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uzLHzbDF43 .embla__slide .card-wrap {
  width: 100%;
}
.cid-uzLHzbDF43 .embla__slide .card-wrap a {
  display: block;
}
.cid-uzLHzbDF43 .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-uzLHzbDF43 .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-uzLHzbDF43 .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uzLHzbDF43 .embla__button--next,
.cid-uzLHzbDF43 .embla__button--prev {
  display: flex;
}
.cid-uzLHzbDF43 .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #eee7e0;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uzLHzbDF43 .embla__button {
    display: none;
  }
}
.cid-uzLHzbDF43 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uzLHzbDF43 .embla__button:hover {
  background: transparent;
  color: #eee7e0;
  opacity: .7;
}
.cid-uzLHzbDF43 .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uzLHzbDF43 .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uzLHzbDF43 .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-uzLHzbDF43 .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uzLHzbDF43 .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-uzLHzbDF43 .embla {
  position: relative;
  width: 100%;
}
.cid-uzLHzbDF43 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uzLHzbDF43 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzLHzbDF43 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzLHzbDF43 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzLHzbDF43 .mbr-section-title {
  color: #E33030;
}
.cid-uzLHzbDF43 .mbr-section-title,
.cid-uzLHzbDF43 .mbr-section-btn {
  text-align: left;
  color: #353332;
}
.cid-uzLIjfKkHT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fbfaf9;
}
.cid-uzLIjfKkHT .wrapper {
  text-align: end;
}
.cid-uzLIjfKkHT .mbr-section-title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uzLIjfKkHT .row {
    text-align: center;
  }
  .cid-uzLIjfKkHT .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-uzLIjfKkHT .mbr-section-title {
    text-align: center;
  }
}
.cid-uzLIjfKkHT .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uzLIjfKkHT .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uzLIjfKkHT .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uzLIjfKkHT .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uzLIjfKkHT .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uzLIjfKkHT .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uuEQvPFL3e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbfaf9;
}
.cid-uuEQvPFL3e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuEQvPFL3e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuEQvPFL3e .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uuEQvPFL3e .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uuEQvPFL3e .container {
    padding: 0 24px;
  }
}
.cid-uuEQvPFL3e .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuEQvPFL3e .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uuEQvPFL3e .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uuEQvPFL3e .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uuEQvPFL3e .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uuEQvPFL3e .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uuEQvPFL3e .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uuEQvPFL3e .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uuEQvPFL3e .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uuEQvPFL3e .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uuEQvPFL3e .nav-wrapper .list .item-wrap:hover::before,
.cid-uuEQvPFL3e .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uuEQvPFL3e .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uuEQvPFL3e .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uuEQvPFL3e .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uuEQvPFL3e .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uuEQvPFL3e .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuEQvPFL3e .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uuEQvPFL3e .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuEQvPFL3e .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuEQvPFL3e .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuEQvPFL3e .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uuEQvPFL3e .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuEQvPFL3e .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uuEQvPFL3e .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uuEQvPFL3e .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uuEQvPFL3e .border-wrap {
    margin: 28px 0;
  }
}
.cid-uuEQvPFL3e .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uuEQvPFL3e .list {
  color: #202020;
}
.cid-uuEQvPFL3e .mbr-title {
  color: #202020;
}
.cid-uuEQvPFL3e .mbr-title,
.cid-uuEQvPFL3e .social-wrapper {
  text-align: right;
}
@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-uBg1eu4zr7 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .nav-item:focus,
.cid-uBg1eu4zr7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uBg1eu4zr7 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link {
    position: relative;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: );
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uBg1eu4zr7 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uBg1eu4zr7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBg1eu4zr7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBg1eu4zr7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.opened {
  transition: all .3s;
  background: #fbfaf9 !important;
}
.cid-uBg1eu4zr7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uBg1eu4zr7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBg1eu4zr7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBg1eu4zr7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBg1eu4zr7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBg1eu4zr7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBg1eu4zr7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBg1eu4zr7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBg1eu4zr7 .navbar.navbar-short {
  background: #fbfaf9 !important;
  min-height: 60px;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBg1eu4zr7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBg1eu4zr7 .dropdown-item.active,
.cid-uBg1eu4zr7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBg1eu4zr7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBg1eu4zr7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBg1eu4zr7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBg1eu4zr7 .navbar-buttons {
  text-align: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #120d06;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBg1eu4zr7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBg1eu4zr7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBg1eu4zr7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBg1eu4zr7 .navbar {
    height: 77px;
  }
  .cid-uBg1eu4zr7 .navbar.opened {
    height: auto;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAI5uncKNH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfaf9;
}
.cid-uAI5uncKNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAI5uncKNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAI5uncKNH .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAI5uncKNH .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAI5uncKNH .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAI5uncKNH .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAI5uncKNH .container {
    padding: 0 24px;
  }
}
.cid-uAI5uncKNH .row {
  justify-content: center;
}
.cid-uAI5uncKNH .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAI5uncKNH .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uAI5uncKNH .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uAI5uncKNH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAI5uncKNH .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uAI5uncKNH .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uAI5uncKNH .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uAI5uncKNH .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uAI5uncKNH .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uAI5uncKNH .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uAI5uncKNH .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  background-color: #ffffff;
  border-radius: 100%;
  border: 1px solid #edeceb;
}
.cid-uAI5uncKNH .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #18212d;
}
.cid-uAI5uncKNH .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uAI5uncKNH .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uAI5uncKNH .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uAI5uncKNH .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uAI5uncKNH .mbr-desc,
.cid-uAI5uncKNH .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uAI5uncKNH .panel-title-edit {
  color: #18212d;
}
.cid-uAI5uncKNH .panel-text {
  color: #000000;
}
.cid-uB1kcvQ2Oj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbfaf9;
  overflow: hidden;
  position: relative;
}
.cid-uB1kcvQ2Oj .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fbfaf9 0, #22654e 43%, #246f55 100%);
}
.cid-uB1kcvQ2Oj .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fbfaf9 0, #22654e 43%, #246f55 100%);
}
.cid-uB1kcvQ2Oj .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fbfaf9 0, #22654e 43%, #246f55 100%);
}
.cid-uB1kcvQ2Oj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB1kcvQ2Oj .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-uB1kcvQ2Oj .container {
    padding: 0 30px;
  }
}
.cid-uB1kcvQ2Oj .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uB1kcvQ2Oj .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uB1kcvQ2Oj .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uB1kcvQ2Oj .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uB1kcvQ2Oj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uB1kcvQ2Oj .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uB1kcvQ2Oj .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uB1kcvQ2Oj .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uB1kcvQ2Oj .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uB1kcvQ2Oj .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uB1kcvQ2Oj .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #120d06 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uB1kcvQ2Oj .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uB1kcvQ2Oj .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #120d06;
  transition: all 0.3s ease-in-out;
}
.cid-uB1kcvQ2Oj .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uB1kcvQ2Oj .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #e9ded2;
}
.cid-uB1kcvQ2Oj .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uB1kcvQ2Oj .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uB1kcvQ2Oj .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uB1kcvQ2Oj .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uB1kcvQ2Oj .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #120d06;
  border-color: #120d06;
  border-radius: 0;
}
.cid-uB1kcvQ2Oj .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uB1kcvQ2Oj .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uB1kcvQ2Oj .mbr-desc {
  color: #120d06;
  text-align: center;
}
.cid-uB1kcvQ2Oj .mbr-section-title {
  color: #ffffff;
}
.cid-uB1kcvQ2Oj .mbr-section-title,
.cid-uB1kcvQ2Oj .mbr-section-btn {
  text-align: center;
  color: #120d06;
}
.cid-usT9gmPXZI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbfaf9;
}
.cid-usT9gmPXZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-usT9gmPXZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usT9gmPXZI .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .container {
    padding: 0 24px;
  }
}
.cid-usT9gmPXZI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-usT9gmPXZI .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-usT9gmPXZI .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-usT9gmPXZI .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap:hover::before,
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-usT9gmPXZI .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .border-wrap {
    margin: 28px 0;
  }
}
.cid-usT9gmPXZI .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-usT9gmPXZI .list {
  color: #202020;
}
.cid-usT9gmPXZI .mbr-title {
  color: #202020;
}
.cid-usT9gmPXZI .mbr-title,
.cid-usT9gmPXZI .social-wrapper {
  text-align: right;
}
.cid-usT9gmPXZI .list,
.cid-usT9gmPXZI .item-wrap,
.cid-usT9gmPXZI .nav-wrapper {
  text-align: left;
}
@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-uBg1eu4zr7 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .nav-item:focus,
.cid-uBg1eu4zr7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uBg1eu4zr7 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link {
    position: relative;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: );
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uBg1eu4zr7 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uBg1eu4zr7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBg1eu4zr7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBg1eu4zr7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.opened {
  transition: all .3s;
  background: #fbfaf9 !important;
}
.cid-uBg1eu4zr7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uBg1eu4zr7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBg1eu4zr7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBg1eu4zr7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBg1eu4zr7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBg1eu4zr7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBg1eu4zr7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBg1eu4zr7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBg1eu4zr7 .navbar.navbar-short {
  background: #fbfaf9 !important;
  min-height: 60px;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBg1eu4zr7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBg1eu4zr7 .dropdown-item.active,
.cid-uBg1eu4zr7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBg1eu4zr7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBg1eu4zr7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBg1eu4zr7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBg1eu4zr7 .navbar-buttons {
  text-align: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #120d06;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBg1eu4zr7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBg1eu4zr7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBg1eu4zr7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBg1eu4zr7 .navbar {
    height: 77px;
  }
  .cid-uBg1eu4zr7 .navbar.opened {
    height: auto;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uu6EXMk0of {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/introducing-clinic-eleven-1080x1080.webp");
}
.cid-uu6EXMk0of .mbr-overlay {
  background-color: #fbfaf9;
  opacity: 0.9;
}
.cid-uu6EXMk0of h1,
.cid-uu6EXMk0of h2 {
  line-height: 0.8;
}
.cid-uu6EXMk0of .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu6EXMk0of .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uu6EXMk0of {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uu6EXMk0of .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uu6EXMk0of .content-wrap {
    width: 100%;
  }
}
.cid-uu6EXMk0of .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uu6EXMk0of .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uu6EXMk0of {
    align-items: center;
  }
  .cid-uu6EXMk0of .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uu6EXMk0of .content-wrap {
    min-width: 50%;
  }
}
.cid-uu6EXMk0of .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uu6EXMk0of .mbr-text,
.cid-uu6EXMk0of .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uu6EXMk0of .mbr-section-title3 {
  color: #221b35;
  text-align: right;
}
.cid-uu6EXMk0of .mbr-section-title2 {
  color: #221b35;
  text-align: center;
}
.cid-uu6EXMk0of .mbr-section-title1 {
  color: #221b35;
  text-align: left;
}
.cid-uu6EXMk0of .mbr-section-subtitle {
  color: #221b35;
  position: relative;
  z-index: 10;
  text-align: right;
}
.cid-uu6EqerkJK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fbfaf9;
}
.cid-uu6EqerkJK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu6EqerkJK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uu6EqerkJK .content-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 80px 60px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .cid-uu6EqerkJK .content-wrapper {
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  .cid-uu6EqerkJK .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uu6EqerkJK .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uu6EqerkJK .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uu6EqerkJK .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uu6EqerkJK .content-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uu6EqerkJK .content-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uu6EqerkJK .content-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #fbfaf9;
}
.cid-uu6EqerkJK .content-wrapper .item .item-wrapper:hover,
.cid-uu6EqerkJK .content-wrapper .item .item-wrapper:focus {
  transform: translate(0.2rem, 0.2rem);
  box-shadow: none;
}
.cid-uu6EqerkJK .content-wrapper .item .item-wrapper .item-content .item-img {
  border-bottom: 3px solid #050f0f;
}
.cid-uu6EqerkJK .content-wrapper .item .item-wrapper .item-content .item-img img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uu6EqerkJK .content-wrapper .item .item-wrapper .item-content .item-img img {
    height: 350px;
  }
}
.cid-uu6EqerkJK .content-wrapper .item .item-wrapper .item-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .8;
}
.cid-uu6EqerkJK .content-wrapper .item .item-wrapper .item-content .text-wrapper {
  padding: 32px;
}
@media (max-width: 1440px) {
  .cid-uu6EqerkJK .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uu6EqerkJK .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 16px;
  }
}
.cid-uu6EqerkJK .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uu6EqerkJK .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
    margin-bottom: 24px;
  }
}
.cid-uu6EqerkJK .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uu6EqerkJK .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    margin-bottom: 0;
  }
}
.cid-uu6EqerkJK .content-wrapper .item .item-wrapper .tags-wrapper {
  padding: 0 32px 24px 32px;
}
@media (max-width: 1440px) {
  .cid-uu6EqerkJK .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 24px 24px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uu6EqerkJK .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 16px 24px 16px;
  }
}
.cid-uu6EqerkJK .content-wrapper .item .item-wrapper .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uu6EqerkJK .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap {
  display: inline-flex;
  padding: 11px 20px;
  margin: 0 8px 8px 0;
  background-color: #e9ded2;
}
.cid-uu6EqerkJK .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(2n) {
  background-color: #ffffff;
}
.cid-uu6EqerkJK .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(3n) {
  background-color: #eee7e0;
}
.cid-uu6EqerkJK .item-title {
  color: #050f0f;
}
.cid-uu6EqerkJK .item-text {
  color: #050f0f;
}
.cid-uu6EqerkJK .list {
  color: #050f0f;
}
.cid-usT9gmPXZI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbfaf9;
}
.cid-usT9gmPXZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-usT9gmPXZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usT9gmPXZI .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .container {
    padding: 0 24px;
  }
}
.cid-usT9gmPXZI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-usT9gmPXZI .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-usT9gmPXZI .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-usT9gmPXZI .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap:hover::before,
.cid-usT9gmPXZI .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-usT9gmPXZI .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-usT9gmPXZI .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-usT9gmPXZI .border-wrap {
    margin: 28px 0;
  }
}
.cid-usT9gmPXZI .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-usT9gmPXZI .list {
  color: #202020;
}
.cid-usT9gmPXZI .mbr-title {
  color: #202020;
}
.cid-usT9gmPXZI .mbr-title,
.cid-usT9gmPXZI .social-wrapper {
  text-align: right;
}
@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-uBg1eu4zr7 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .nav-item:focus,
.cid-uBg1eu4zr7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uBg1eu4zr7 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link {
    position: relative;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: );
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uBg1eu4zr7 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uBg1eu4zr7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBg1eu4zr7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBg1eu4zr7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.opened {
  transition: all .3s;
  background: #fbfaf9 !important;
}
.cid-uBg1eu4zr7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uBg1eu4zr7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBg1eu4zr7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBg1eu4zr7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBg1eu4zr7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBg1eu4zr7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBg1eu4zr7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBg1eu4zr7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBg1eu4zr7 .navbar.navbar-short {
  background: #fbfaf9 !important;
  min-height: 60px;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBg1eu4zr7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBg1eu4zr7 .dropdown-item.active,
.cid-uBg1eu4zr7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBg1eu4zr7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBg1eu4zr7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBg1eu4zr7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBg1eu4zr7 .navbar-buttons {
  text-align: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #120d06;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBg1eu4zr7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBg1eu4zr7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBg1eu4zr7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBg1eu4zr7 .navbar {
    height: 77px;
  }
  .cid-uBg1eu4zr7 .navbar.opened {
    height: auto;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAmytImYmc {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/introducing-clinic-eleven-1080x1080.webp");
}
.cid-uAmytImYmc .mbr-overlay {
  background-color: #fbfaf9;
  opacity: 0.9;
}
.cid-uAmytImYmc h1,
.cid-uAmytImYmc h2 {
  line-height: 0.8;
}
.cid-uAmytImYmc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmytImYmc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uAmytImYmc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uAmytImYmc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAmytImYmc .content-wrap {
    width: 100%;
  }
}
.cid-uAmytImYmc .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uAmytImYmc .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uAmytImYmc {
    align-items: center;
  }
  .cid-uAmytImYmc .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAmytImYmc .content-wrap {
    min-width: 50%;
  }
}
.cid-uAmytImYmc .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uAmytImYmc .mbr-text,
.cid-uAmytImYmc .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAmytImYmc .mbr-section-title3 {
  color: #221b35;
  text-align: right;
}
.cid-uAmytImYmc .mbr-section-title2 {
  color: #221b35;
  text-align: center;
}
.cid-uAmytImYmc .mbr-section-title1 {
  color: #221b35;
  text-align: left;
}
.cid-uAmytImYmc .mbr-section-subtitle {
  color: #221b35;
  position: relative;
  z-index: 10;
  text-align: right;
}
.cid-uAmytJFYFU {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAmytJFYFU .mbr-text {
  color: #221b35;
}
.cid-uAmytJFYFU .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uAmytJFYFU h5,
.cid-uAmytJFYFU h6 {
  background: #eee7e0;
  display: inline;
}
.cid-uAmytJFYFU h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uAmytJFYFU h6 {
  line-height: 1.3 !important;
}
.cid-uAmytJFYFU h6 span {
  padding-right: 2rem;
}
.cid-uAmytJFYFU .mbr-section-title,
.cid-uAmytJFYFU .align {
  color: #120d06;
}
.cid-uAmytJFYFU .mbr-section-subtitle,
.cid-uAmytJFYFU .align {
  color: #120d06;
  text-align: left;
}
.cid-uAmytKuZll {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAmytKuZll p {
  color: #767676;
}
.cid-uAmytKuZll .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uAmytKuZll .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uAmytKuZll .row-element,
.cid-uAmytKuZll .image-element {
  padding: 0;
}
.cid-uAmytKuZll .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAmytKuZll .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uAmytKuZll .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uAmytKuZll .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #eee7e0, #120d06);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uAmytKuZll .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uAmytKuZll .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAmytKuZll .text-content {
    padding: 2rem 1rem;
  }
  .cid-uAmytKuZll .underline .line {
    height: 2px;
  }
  .cid-uAmytKuZll .mbr-title,
  .cid-uAmytKuZll .underline,
  .cid-uAmytKuZll .mbr-text,
  .cid-uAmytKuZll .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uAmytKuZll .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmytKuZll .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAmytKuZll .mbr-text,
.cid-uAmytKuZll .mbr-section-btn {
  color: #120d06;
  text-align: left;
}
.cid-uAmytKuZll .mbr-title,
.cid-uAmytKuZll .underline DIV {
  text-align: left;
}
.cid-uBmYPBYw0s {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBmYPBYw0s p {
  color: #767676;
}
.cid-uBmYPBYw0s .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uBmYPBYw0s .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uBmYPBYw0s .row-element,
.cid-uBmYPBYw0s .image-element {
  padding: 0;
}
.cid-uBmYPBYw0s .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBmYPBYw0s .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uBmYPBYw0s .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uBmYPBYw0s .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #eee7e0, #120d06);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uBmYPBYw0s .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uBmYPBYw0s .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmYPBYw0s .text-content {
    padding: 2rem 1rem;
  }
  .cid-uBmYPBYw0s .underline .line {
    height: 2px;
  }
  .cid-uBmYPBYw0s .mbr-title,
  .cid-uBmYPBYw0s .underline,
  .cid-uBmYPBYw0s .mbr-text,
  .cid-uBmYPBYw0s .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uBmYPBYw0s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBmYPBYw0s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBmYPBYw0s .mbr-text,
.cid-uBmYPBYw0s .mbr-section-btn {
  color: #120d06;
  text-align: left;
}
.cid-uBmYPBYw0s .mbr-title,
.cid-uBmYPBYw0s .underline DIV {
  text-align: left;
}
.cid-uAmytK4zJz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAmytK4zJz p {
  color: #767676;
}
.cid-uAmytK4zJz .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uAmytK4zJz .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uAmytK4zJz .row-element,
.cid-uAmytK4zJz .image-element {
  padding: 0;
}
.cid-uAmytK4zJz .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAmytK4zJz .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uAmytK4zJz .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uAmytK4zJz .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #eee7e0, #120d06);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uAmytK4zJz .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uAmytK4zJz .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAmytK4zJz .text-content {
    padding: 2rem 1rem;
  }
  .cid-uAmytK4zJz .underline .line {
    height: 2px;
  }
  .cid-uAmytK4zJz .mbr-title,
  .cid-uAmytK4zJz .underline,
  .cid-uAmytK4zJz .mbr-text,
  .cid-uAmytK4zJz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uAmytK4zJz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmytK4zJz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAmytK4zJz .mbr-text,
.cid-uAmytK4zJz .mbr-section-btn {
  color: #120d06;
  text-align: left;
}
.cid-uAmytK4zJz .mbr-title,
.cid-uAmytK4zJz .underline DIV {
  text-align: left;
}
.cid-uAmytKV2TQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAmytKV2TQ p {
  color: #767676;
}
.cid-uAmytKV2TQ .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uAmytKV2TQ .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uAmytKV2TQ .row-element,
.cid-uAmytKV2TQ .image-element {
  padding: 0;
}
.cid-uAmytKV2TQ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAmytKV2TQ .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uAmytKV2TQ .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uAmytKV2TQ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #eee7e0, #120d06);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uAmytKV2TQ .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uAmytKV2TQ .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAmytKV2TQ .text-content {
    padding: 2rem 1rem;
  }
  .cid-uAmytKV2TQ .underline .line {
    height: 2px;
  }
  .cid-uAmytKV2TQ .mbr-title,
  .cid-uAmytKV2TQ .underline,
  .cid-uAmytKV2TQ .mbr-text,
  .cid-uAmytKV2TQ .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uAmytKV2TQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmytKV2TQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAmytKV2TQ .mbr-text,
.cid-uAmytKV2TQ .mbr-section-btn {
  color: #120d06;
  text-align: left;
}
.cid-uAmytKV2TQ .mbr-title,
.cid-uAmytKV2TQ .underline DIV {
  text-align: left;
}
.cid-uAmytLlx4p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAmytLlx4p p {
  color: #767676;
}
.cid-uAmytLlx4p .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uAmytLlx4p .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uAmytLlx4p .row-element,
.cid-uAmytLlx4p .image-element {
  padding: 0;
}
.cid-uAmytLlx4p .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAmytLlx4p .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uAmytLlx4p .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uAmytLlx4p .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #eee7e0, #120d06);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uAmytLlx4p .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uAmytLlx4p .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAmytLlx4p .text-content {
    padding: 2rem 1rem;
  }
  .cid-uAmytLlx4p .underline .line {
    height: 2px;
  }
  .cid-uAmytLlx4p .mbr-title,
  .cid-uAmytLlx4p .underline,
  .cid-uAmytLlx4p .mbr-text,
  .cid-uAmytLlx4p .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uAmytLlx4p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmytLlx4p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAmytLlx4p .mbr-text,
.cid-uAmytLlx4p .mbr-section-btn {
  color: #120d06;
  text-align: left;
}
.cid-uAmytLlx4p .mbr-title,
.cid-uAmytLlx4p .underline DIV {
  text-align: left;
}
.cid-uAmytMn8gA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAmytMn8gA p {
  color: #767676;
}
.cid-uAmytMn8gA .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uAmytMn8gA .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uAmytMn8gA .row-element,
.cid-uAmytMn8gA .image-element {
  padding: 0;
}
.cid-uAmytMn8gA .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAmytMn8gA .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uAmytMn8gA .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uAmytMn8gA .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #eee7e0, #120d06);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uAmytMn8gA .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uAmytMn8gA .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAmytMn8gA .text-content {
    padding: 2rem 1rem;
  }
  .cid-uAmytMn8gA .underline .line {
    height: 2px;
  }
  .cid-uAmytMn8gA .mbr-title,
  .cid-uAmytMn8gA .underline,
  .cid-uAmytMn8gA .mbr-text,
  .cid-uAmytMn8gA .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uAmytMn8gA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmytMn8gA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAmytMn8gA .mbr-text,
.cid-uAmytMn8gA .mbr-section-btn {
  color: #120d06;
  text-align: left;
}
.cid-uAmytMn8gA .mbr-title,
.cid-uAmytMn8gA .underline DIV {
  text-align: left;
}
.cid-uAmytMOHr8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAmytMOHr8 p {
  color: #767676;
}
.cid-uAmytMOHr8 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uAmytMOHr8 .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uAmytMOHr8 .row-element,
.cid-uAmytMOHr8 .image-element {
  padding: 0;
}
.cid-uAmytMOHr8 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAmytMOHr8 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uAmytMOHr8 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uAmytMOHr8 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #eee7e0, #120d06);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uAmytMOHr8 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uAmytMOHr8 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAmytMOHr8 .text-content {
    padding: 2rem 1rem;
  }
  .cid-uAmytMOHr8 .underline .line {
    height: 2px;
  }
  .cid-uAmytMOHr8 .mbr-title,
  .cid-uAmytMOHr8 .underline,
  .cid-uAmytMOHr8 .mbr-text,
  .cid-uAmytMOHr8 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uAmytMOHr8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmytMOHr8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAmytMOHr8 .mbr-text,
.cid-uAmytMOHr8 .mbr-section-btn {
  color: #120d06;
  text-align: left;
}
.cid-uAmytMOHr8 .mbr-title,
.cid-uAmytMOHr8 .underline DIV {
  text-align: left;
}
.cid-uAmytNhwbp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uAmytNhwbp .mbr-section-title {
  color: #131313;
  text-align: center;
}
.cid-uAmytNhwbp .mbr-text {
  color: #181818;
}
.cid-uBK5XFMYay {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uBK5XFMYay .item-img {
  position: relative;
}
.cid-uBK5XFMYay .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uBK5XFMYay .cardbg {
  background: #fbfaf9;
  height: 100%;
  min-height: 160px;
}
.cid-uBK5XFMYay .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uBK5XFMYay .image-wrapper {
  overflow: hidden;
}
.cid-uBK5XFMYay .item1 {
  margin-bottom: 2rem !important;
}
.cid-uBK5XFMYay .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uBK5XFMYay .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uBK5XFMYay .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #120d06;
}
.cid-uBK5XFMYay .item1,
.cid-uBK5XFMYay .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uBK5XFMYay .item1 .item:hover,
.cid-uBK5XFMYay .item .item:hover {
  cursor: pointer;
}
.cid-uBK5XFMYay .item1:hover .link-icon-wrapper span,
.cid-uBK5XFMYay .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uBK5XFMYay .card2 {
    margin-top: 1rem;
  }
}
.cid-uBK5XFMYay .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uBK5XFMYay .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uBK5XFMYay .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uBK5XFMYay .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uBK5XFMYay .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uBK5XFMYay .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uBK5XFMYay .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uBK5XFMYay .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uBK5XFMYay .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uBK5XFMYay img,
.cid-uBK5XFMYay .item-img {
  width: 100%;
}
.cid-uBK5XFMYay .item:focus,
.cid-uBK5XFMYay span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uBK5XFMYay .item {
    margin-bottom: 1rem;
  }
}
.cid-uBK5XFMYay .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uBK5XFMYay .item-title {
  text-align: left;
  color: #120d06;
}
.cid-uBK5XFMYay .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uBK5XFMYay .mbr-section-subtitle,
.cid-uBK5XFMYay .subtitle-wrap,
.cid-uBK5XFMYay .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uBK5XFMYay .mbr-text,
.cid-uBK5XFMYay .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uAmytNG40y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbfaf9;
}
.cid-uAmytNG40y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmytNG40y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAmytNG40y .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uAmytNG40y .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAmytNG40y .container {
    padding: 0 24px;
  }
}
.cid-uAmytNG40y .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uAmytNG40y .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uAmytNG40y .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uAmytNG40y .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uAmytNG40y .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uAmytNG40y .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uAmytNG40y .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uAmytNG40y .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uAmytNG40y .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uAmytNG40y .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uAmytNG40y .nav-wrapper .list .item-wrap:hover::before,
.cid-uAmytNG40y .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uAmytNG40y .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAmytNG40y .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uAmytNG40y .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uAmytNG40y .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uAmytNG40y .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uAmytNG40y .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uAmytNG40y .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uAmytNG40y .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uAmytNG40y .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uAmytNG40y .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uAmytNG40y .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uAmytNG40y .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uAmytNG40y .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uAmytNG40y .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uAmytNG40y .border-wrap {
    margin: 28px 0;
  }
}
.cid-uAmytNG40y .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uAmytNG40y .list {
  color: #202020;
}
.cid-uAmytNG40y .mbr-title {
  color: #202020;
}
.cid-uAmytNG40y .mbr-title,
.cid-uAmytNG40y .social-wrapper {
  text-align: right;
}
@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-uBg1eu4zr7 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .nav-item:focus,
.cid-uBg1eu4zr7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uBg1eu4zr7 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link {
    position: relative;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: );
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uBg1eu4zr7 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uBg1eu4zr7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBg1eu4zr7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBg1eu4zr7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.opened {
  transition: all .3s;
  background: #fbfaf9 !important;
}
.cid-uBg1eu4zr7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uBg1eu4zr7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBg1eu4zr7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBg1eu4zr7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBg1eu4zr7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBg1eu4zr7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBg1eu4zr7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBg1eu4zr7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBg1eu4zr7 .navbar.navbar-short {
  background: #fbfaf9 !important;
  min-height: 60px;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBg1eu4zr7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBg1eu4zr7 .dropdown-item.active,
.cid-uBg1eu4zr7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBg1eu4zr7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBg1eu4zr7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBg1eu4zr7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBg1eu4zr7 .navbar-buttons {
  text-align: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #120d06;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBg1eu4zr7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBg1eu4zr7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBg1eu4zr7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBg1eu4zr7 .navbar {
    height: 77px;
  }
  .cid-uBg1eu4zr7 .navbar.opened {
    height: auto;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAmyAwUgag {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/introducing-clinic-eleven-1080x1080.webp");
}
.cid-uAmyAwUgag .mbr-overlay {
  background-color: #fbfaf9;
  opacity: 0.9;
}
.cid-uAmyAwUgag h1,
.cid-uAmyAwUgag h2 {
  line-height: 0.8;
}
.cid-uAmyAwUgag .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmyAwUgag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uAmyAwUgag {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uAmyAwUgag .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAmyAwUgag .content-wrap {
    width: 100%;
  }
}
.cid-uAmyAwUgag .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uAmyAwUgag .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uAmyAwUgag {
    align-items: center;
  }
  .cid-uAmyAwUgag .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAmyAwUgag .content-wrap {
    min-width: 50%;
  }
}
.cid-uAmyAwUgag .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uAmyAwUgag .mbr-text,
.cid-uAmyAwUgag .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAmyAwUgag .mbr-section-title3 {
  color: #221b35;
  text-align: right;
}
.cid-uAmyAwUgag .mbr-section-title2 {
  color: #221b35;
  text-align: center;
}
.cid-uAmyAwUgag .mbr-section-title1 {
  color: #221b35;
  text-align: left;
}
.cid-uAmyAwUgag .mbr-section-subtitle {
  color: #221b35;
  position: relative;
  z-index: 10;
  text-align: right;
}
.cid-uAmyAxxbPn {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #fbfaf9;
}
.cid-uAmyAxxbPn .mbr-text {
  color: #221b35;
}
.cid-uAmyAxxbPn .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uAmyAxxbPn h5,
.cid-uAmyAxxbPn h6 {
  background: #eee7e0;
  display: inline;
}
.cid-uAmyAxxbPn h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uAmyAxxbPn h6 {
  line-height: 1.3 !important;
}
.cid-uAmyAxxbPn h6 span {
  padding-right: 2rem;
}
.cid-uAmyAxxbPn .mbr-section-title,
.cid-uAmyAxxbPn .align {
  color: #120d06;
}
.cid-uAmyAxxbPn .mbr-section-subtitle,
.cid-uAmyAxxbPn .align {
  color: #120d06;
  text-align: left;
}
.cid-uBK8TFfIih {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBK8TFfIih .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBK8TFfIih .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBK8TFfIih .row {
  justify-content: space-between;
}
.cid-uBK8TFfIih .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uBK8TFfIih .content-wrapper {
    padding: 0;
  }
}
.cid-uBK8TFfIih .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBK8TFfIih .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uBK8TFfIih .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBK8TFfIih .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uBK8TFfIih .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBK8TFfIih .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uBK8TFfIih .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uBK8TFfIih .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uBK8TFfIih .mbr-section-title {
  color: #000000;
}
.cid-uBK8TFfIih .mbr-desc {
  color: #000000;
}
.cid-uBK8TFfIih .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uBK8TFfIih .mbr-section-title,
.cid-uBK8TFfIih .mbr-section-btn {
  text-align: left;
}
.cid-uBK9B20b05 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBK9B20b05 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBK9B20b05 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBK9B20b05 .row {
  justify-content: space-between;
}
.cid-uBK9B20b05 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uBK9B20b05 .content-wrapper {
    padding: 0;
  }
}
.cid-uBK9B20b05 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBK9B20b05 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uBK9B20b05 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBK9B20b05 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uBK9B20b05 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBK9B20b05 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uBK9B20b05 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uBK9B20b05 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uBK9B20b05 .mbr-section-title {
  color: #000000;
}
.cid-uBK9B20b05 .mbr-desc {
  color: #000000;
}
.cid-uBK9B20b05 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uBK9B20b05 .mbr-section-title,
.cid-uBK9B20b05 .mbr-section-btn {
  text-align: left;
}
.cid-uBKawL9gHN {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBKawL9gHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKawL9gHN .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-uBKawL9gHN .container {
    padding: 0 30px;
  }
}
.cid-uBKawL9gHN .row {
  justify-content: center;
}
.cid-uBKawL9gHN .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uBKawL9gHN .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uBKawL9gHN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBKawL9gHN .list-wrapper {
  padding: 20px 0;
}
.cid-uBKawL9gHN .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uBKawL9gHN .list-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uBKawL9gHN .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBKawL9gHN .list-wrapper .list .item-wrap {
  line-height: 50px;
}
.cid-uBKawL9gHN .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uBKawL9gHN .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uBKawL9gHN .list {
  color: #000000;
}
.cid-uBKawL9gHN .list,
.cid-uBKawL9gHN .item-wrap {
  text-align: center;
}
.cid-uBKcSK7BzI {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBKcSK7BzI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKcSK7BzI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKcSK7BzI .row {
  justify-content: space-between;
}
.cid-uBKcSK7BzI .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uBKcSK7BzI .content-wrapper {
    padding: 0;
  }
}
.cid-uBKcSK7BzI .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBKcSK7BzI .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uBKcSK7BzI .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBKcSK7BzI .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uBKcSK7BzI .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBKcSK7BzI .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uBKcSK7BzI .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uBKcSK7BzI .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uBKcSK7BzI .mbr-section-title {
  color: #000000;
}
.cid-uBKcSK7BzI .mbr-desc {
  color: #000000;
}
.cid-uBKcSK7BzI .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uBKcSK7BzI .mbr-section-title,
.cid-uBKcSK7BzI .mbr-section-btn {
  text-align: left;
}
.cid-uAmyABfmEo {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uAmyABfmEo .mbr-section-title {
  color: #131313;
  text-align: center;
}
.cid-uAmyABfmEo .mbr-text {
  color: #181818;
  text-align: left;
}
.cid-uBK8VHwM4i {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uBK8VHwM4i .item-img {
  position: relative;
}
.cid-uBK8VHwM4i .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uBK8VHwM4i .cardbg {
  background: #fbfaf9;
  height: 100%;
  min-height: 160px;
}
.cid-uBK8VHwM4i .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uBK8VHwM4i .image-wrapper {
  overflow: hidden;
}
.cid-uBK8VHwM4i .item1 {
  margin-bottom: 2rem !important;
}
.cid-uBK8VHwM4i .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uBK8VHwM4i .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uBK8VHwM4i .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #120d06;
}
.cid-uBK8VHwM4i .item1,
.cid-uBK8VHwM4i .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uBK8VHwM4i .item1 .item:hover,
.cid-uBK8VHwM4i .item .item:hover {
  cursor: pointer;
}
.cid-uBK8VHwM4i .item1:hover .link-icon-wrapper span,
.cid-uBK8VHwM4i .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uBK8VHwM4i .card2 {
    margin-top: 1rem;
  }
}
.cid-uBK8VHwM4i .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uBK8VHwM4i .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uBK8VHwM4i .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uBK8VHwM4i .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uBK8VHwM4i .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uBK8VHwM4i .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uBK8VHwM4i .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uBK8VHwM4i .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uBK8VHwM4i .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uBK8VHwM4i img,
.cid-uBK8VHwM4i .item-img {
  width: 100%;
}
.cid-uBK8VHwM4i .item:focus,
.cid-uBK8VHwM4i span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uBK8VHwM4i .item {
    margin-bottom: 1rem;
  }
}
.cid-uBK8VHwM4i .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uBK8VHwM4i .item-title {
  text-align: left;
  color: #120d06;
}
.cid-uBK8VHwM4i .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uBK8VHwM4i .mbr-section-subtitle,
.cid-uBK8VHwM4i .subtitle-wrap,
.cid-uBK8VHwM4i .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uBK8VHwM4i .mbr-text,
.cid-uBK8VHwM4i .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uAmyABJQ3J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbfaf9;
}
.cid-uAmyABJQ3J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmyABJQ3J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAmyABJQ3J .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uAmyABJQ3J .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAmyABJQ3J .container {
    padding: 0 24px;
  }
}
.cid-uAmyABJQ3J .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uAmyABJQ3J .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uAmyABJQ3J .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uAmyABJQ3J .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uAmyABJQ3J .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uAmyABJQ3J .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uAmyABJQ3J .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uAmyABJQ3J .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uAmyABJQ3J .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uAmyABJQ3J .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uAmyABJQ3J .nav-wrapper .list .item-wrap:hover::before,
.cid-uAmyABJQ3J .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uAmyABJQ3J .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAmyABJQ3J .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uAmyABJQ3J .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uAmyABJQ3J .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uAmyABJQ3J .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uAmyABJQ3J .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uAmyABJQ3J .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uAmyABJQ3J .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uAmyABJQ3J .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uAmyABJQ3J .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uAmyABJQ3J .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uAmyABJQ3J .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uAmyABJQ3J .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uAmyABJQ3J .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uAmyABJQ3J .border-wrap {
    margin: 28px 0;
  }
}
.cid-uAmyABJQ3J .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uAmyABJQ3J .list {
  color: #202020;
}
.cid-uAmyABJQ3J .mbr-title {
  color: #202020;
}
.cid-uAmyABJQ3J .mbr-title,
.cid-uAmyABJQ3J .social-wrapper {
  text-align: right;
}
@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-uBg1eu4zr7 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .nav-item:focus,
.cid-uBg1eu4zr7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uBg1eu4zr7 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link {
    position: relative;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: );
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uBg1eu4zr7 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uBg1eu4zr7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBg1eu4zr7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBg1eu4zr7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.opened {
  transition: all .3s;
  background: #fbfaf9 !important;
}
.cid-uBg1eu4zr7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uBg1eu4zr7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBg1eu4zr7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBg1eu4zr7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBg1eu4zr7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBg1eu4zr7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBg1eu4zr7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBg1eu4zr7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBg1eu4zr7 .navbar.navbar-short {
  background: #fbfaf9 !important;
  min-height: 60px;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBg1eu4zr7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBg1eu4zr7 .dropdown-item.active,
.cid-uBg1eu4zr7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBg1eu4zr7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBg1eu4zr7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBg1eu4zr7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBg1eu4zr7 .navbar-buttons {
  text-align: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #120d06;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBg1eu4zr7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBg1eu4zr7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBg1eu4zr7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBg1eu4zr7 .navbar {
    height: 77px;
  }
  .cid-uBg1eu4zr7 .navbar.opened {
    height: auto;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz88ckTEIF {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/introducing-clinic-eleven-1080x1080.webp");
}
.cid-uz88ckTEIF .mbr-overlay {
  background-color: #fbfaf9;
  opacity: 0.9;
}
.cid-uz88ckTEIF h1,
.cid-uz88ckTEIF h2 {
  line-height: 0.8;
}
.cid-uz88ckTEIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz88ckTEIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uz88ckTEIF {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uz88ckTEIF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uz88ckTEIF .content-wrap {
    width: 100%;
  }
}
.cid-uz88ckTEIF .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uz88ckTEIF .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uz88ckTEIF {
    align-items: center;
  }
  .cid-uz88ckTEIF .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uz88ckTEIF .content-wrap {
    min-width: 50%;
  }
}
.cid-uz88ckTEIF .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uz88ckTEIF .mbr-text,
.cid-uz88ckTEIF .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uz88ckTEIF .mbr-section-title3 {
  color: #221b35;
  text-align: right;
}
.cid-uz88ckTEIF .mbr-section-title2 {
  color: #221b35;
  text-align: center;
}
.cid-uz88ckTEIF .mbr-section-title1 {
  color: #221b35;
  text-align: left;
}
.cid-uz88ckTEIF .mbr-section-subtitle {
  color: #221b35;
  position: relative;
  z-index: 10;
  text-align: right;
}
.cid-uBKA1iwkCr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fbfaf9;
}
.cid-uBKA1iwkCr .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKA1iwkCr .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBKA1iwkCr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 354px;
  max-width: 354px;
}
@media (max-width: 992px) {
  .cid-uBKA1iwkCr .embla__slide {
    min-width: 620px;
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cid-uBKA1iwkCr .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uBKA1iwkCr .embla__slide .slide-content {
  width: 100%;
}
.cid-uBKA1iwkCr .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uBKA1iwkCr .embla__slide .slide-content .item-wrapper {
    height: 350px;
  }
}
.cid-uBKA1iwkCr .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-uBKA1iwkCr .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBKA1iwkCr .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-uBKA1iwkCr .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uBKA1iwkCr .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uBKA1iwkCr .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uBKA1iwkCr .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uBKA1iwkCr .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-uBKA1iwkCr .embla__button--next,
.cid-uBKA1iwkCr .embla__button--prev {
  display: flex;
}
.cid-uBKA1iwkCr .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-uBKA1iwkCr .embla__button:hover {
  opacity: .7 !important;
}
.cid-uBKA1iwkCr .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uBKA1iwkCr .embla__button.embla__button--next {
  right: 0;
}
.cid-uBKA1iwkCr .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uBKA1iwkCr .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uBKA1iwkCr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBKA1iwkCr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBKA1iwkCr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBKA1iwkCr .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBKA1iwkCr .mbr-section-title {
  color: #272b2e;
}
.cid-uBKA1iwkCr .item-tag {
  color: #ffffff;
}
.cid-uBKA1iwkCr .item-name {
  color: #ffffff;
}
.cid-uBKE7BkCPd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #fbfaf9;
}
.cid-uBKE7BkCPd .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKE7BkCPd .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBKE7BkCPd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 354px;
  max-width: 354px;
}
@media (max-width: 992px) {
  .cid-uBKE7BkCPd .embla__slide {
    min-width: 620px;
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cid-uBKE7BkCPd .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uBKE7BkCPd .embla__slide .slide-content {
  width: 100%;
}
.cid-uBKE7BkCPd .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uBKE7BkCPd .embla__slide .slide-content .item-wrapper {
    height: 350px;
  }
}
.cid-uBKE7BkCPd .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-uBKE7BkCPd .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBKE7BkCPd .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-uBKE7BkCPd .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uBKE7BkCPd .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uBKE7BkCPd .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uBKE7BkCPd .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uBKE7BkCPd .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-uBKE7BkCPd .embla__button--next,
.cid-uBKE7BkCPd .embla__button--prev {
  display: flex;
}
.cid-uBKE7BkCPd .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-uBKE7BkCPd .embla__button:hover {
  opacity: .7 !important;
}
.cid-uBKE7BkCPd .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uBKE7BkCPd .embla__button.embla__button--next {
  right: 0;
}
.cid-uBKE7BkCPd .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uBKE7BkCPd .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uBKE7BkCPd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBKE7BkCPd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBKE7BkCPd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBKE7BkCPd .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBKE7BkCPd .mbr-section-title {
  color: #272b2e;
}
.cid-uBKE7BkCPd .item-tag {
  color: #ffffff;
}
.cid-uBKE7BkCPd .item-name {
  color: #ffffff;
}
.cid-uBKE6vA3b2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #fbfaf9;
}
.cid-uBKE6vA3b2 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKE6vA3b2 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBKE6vA3b2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 354px;
  max-width: 354px;
}
@media (max-width: 992px) {
  .cid-uBKE6vA3b2 .embla__slide {
    min-width: 620px;
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cid-uBKE6vA3b2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uBKE6vA3b2 .embla__slide .slide-content {
  width: 100%;
}
.cid-uBKE6vA3b2 .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uBKE6vA3b2 .embla__slide .slide-content .item-wrapper {
    height: 350px;
  }
}
.cid-uBKE6vA3b2 .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-uBKE6vA3b2 .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBKE6vA3b2 .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-uBKE6vA3b2 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uBKE6vA3b2 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uBKE6vA3b2 .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uBKE6vA3b2 .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uBKE6vA3b2 .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-uBKE6vA3b2 .embla__button--next,
.cid-uBKE6vA3b2 .embla__button--prev {
  display: flex;
}
.cid-uBKE6vA3b2 .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-uBKE6vA3b2 .embla__button:hover {
  opacity: .7 !important;
}
.cid-uBKE6vA3b2 .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uBKE6vA3b2 .embla__button.embla__button--next {
  right: 0;
}
.cid-uBKE6vA3b2 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uBKE6vA3b2 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uBKE6vA3b2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBKE6vA3b2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBKE6vA3b2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBKE6vA3b2 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBKE6vA3b2 .mbr-section-title {
  color: #272b2e;
}
.cid-uBKE6vA3b2 .item-tag {
  color: #ffffff;
}
.cid-uBKE6vA3b2 .item-name {
  color: #ffffff;
}
.cid-uBKIDs6Xd5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uBKIDs6Xd5 .mbr-section-title {
  color: #131313;
  text-align: left;
}
.cid-uBKIDs6Xd5 .mbr-text {
  color: #181818;
  text-align: left;
}
.cid-uz8c5Rcu7n {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fbfaf9;
}
.cid-uz8c5Rcu7n .item:focus,
.cid-uz8c5Rcu7n span:focus {
  outline: none;
}
.cid-uz8c5Rcu7n .item-wrapper {
  position: relative;
}
.cid-uz8c5Rcu7n .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uz8c5Rcu7n .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uz8c5Rcu7n .container {
    padding: 0 24px;
  }
}
.cid-uz8c5Rcu7n .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 460px;
  max-width: 460px;
  border-right: 1px solid #fbfaf9;
  padding: 0 32px;
}
@media (max-width: 767px) {
  .cid-uz8c5Rcu7n .embla__slide {
    min-width: 100%;
    max-width: 100%;
    border: none;
    padding: 0 24px;
  }
}
.cid-uz8c5Rcu7n .embla__slide .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.cid-uz8c5Rcu7n .embla__slide .slide-content:hover .item-wrapper .item-img,
.cid-uz8c5Rcu7n .embla__slide .slide-content:focus .item-wrapper .item-img {
  min-height: 620px;
}
@media (max-width: 767px) {
  .cid-uz8c5Rcu7n .embla__slide .slide-content:hover .item-wrapper .item-img,
  .cid-uz8c5Rcu7n .embla__slide .slide-content:focus .item-wrapper .item-img {
    min-height: 400px;
  }
}
.cid-uz8c5Rcu7n .embla__slide .slide-content:hover .item-wrapper .item-content .item-text,
.cid-uz8c5Rcu7n .embla__slide .slide-content:focus .item-wrapper .item-content .item-text {
  transform: translateY(0);
  height: auto;
  opacity: 1;
}
.cid-uz8c5Rcu7n .embla__slide .slide-content:hover .btn-wrap,
.cid-uz8c5Rcu7n .embla__slide .slide-content:focus .btn-wrap {
  margin-top: 0;
}
.cid-uz8c5Rcu7n .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  position: relative;
  z-index: 1;
  min-height: 650px;
  margin-bottom: 32px;
  transition: all 0.3s ease-in-out;
  border-radius: .5rem;
}
@media (max-width: 767px) {
  .cid-uz8c5Rcu7n .embla__slide .slide-content .item-wrapper .item-img {
    min-height: 400px;
    margin-bottom: 24px;
  }
}
.cid-uz8c5Rcu7n .embla__slide .slide-content .item-wrapper .item-img img {
  transform: scale(1.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uz8c5Rcu7n .embla__slide .slide-content .item-wrapper .item-img .list-wrapper {
  display: block;
}
.cid-uz8c5Rcu7n .embla__slide .slide-content .item-wrapper .item-img .list-wrapper .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 12px;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uz8c5Rcu7n .embla__slide .slide-content .item-wrapper .item-img .list-wrapper .list .item-wrap {
  background-color: #8aa29e;
  padding: 8px 12px;
  border-radius: 5px;
  margin-bottom: 8px;
  width: fit-content;
}
.cid-uz8c5Rcu7n .embla__slide .slide-content .item-wrapper .item-img .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uz8c5Rcu7n .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-top: 1px solid #fbfaf9;
  padding-top: 32px;
}
.cid-uz8c5Rcu7n .embla__slide .slide-content .item-wrapper .item-content .mbr-date {
  margin-bottom: 0;
}
.cid-uz8c5Rcu7n .embla__slide .slide-content .item-wrapper .item-content .title-wrap {
  display: block;
}
.cid-uz8c5Rcu7n .embla__slide .slide-content .item-wrapper .item-content .title-wrap:hover .item-title,
.cid-uz8c5Rcu7n .embla__slide .slide-content .item-wrapper .item-content .title-wrap:focus .item-title {
  color: #eee7e0;
}
.cid-uz8c5Rcu7n .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-uz8c5Rcu7n .embla__slide .slide-content .item-wrapper .item-content .item-text {
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  opacity: 0;
}
.cid-uz8c5Rcu7n .embla__slide .slide-content .btn-wrap {
  margin-top: -3rem;
  transition: all 0.3s ease-in-out;
  margin-top: 0;
}
.cid-uz8c5Rcu7n .embla__slide .slide-content .btn-wrap .mbr-section-btn {
  margin-top: 24px;
  z-index: 1;
}
.cid-uz8c5Rcu7n .embla__slide .slide-content .btn-wrap .mbr-number {
  margin: 16px 0 0 0;
}
.cid-uz8c5Rcu7n .embla__button--next,
.cid-uz8c5Rcu7n .embla__button--prev {
  display: flex;
}
.cid-uz8c5Rcu7n .embla__button {
  bottom: 1rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 21px;
  background-color: #120d06 !important;
  color: #eee7e0;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uz8c5Rcu7n .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uz8c5Rcu7n .embla__button:hover {
  opacity: .85 !important;
  color: #eee7e0 !important;
}
.cid-uz8c5Rcu7n .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uz8c5Rcu7n .embla__button.embla__button--next {
  right: 32px;
}
.cid-uz8c5Rcu7n .embla {
  position: relative;
  width: 100%;
  padding: 32px 0;
  border-top: 1px solid #fbfaf9;
  border-bottom: 1px solid #fbfaf9;
}
@media (max-width: 767px) {
  .cid-uz8c5Rcu7n .embla {
    padding: 24px 0;
  }
}
.cid-uz8c5Rcu7n .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uz8c5Rcu7n .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uz8c5Rcu7n .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uz8c5Rcu7n .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uz8c5Rcu7n .list {
  color: #000000;
}
.cid-uz8c5Rcu7n .mbr-date {
  color: #F9F6E0;
}
.cid-uz8c5Rcu7n .item-title {
  color: #F9F6E0;
}
.cid-uz8c5Rcu7n .item-text {
  color: #F9F6E0;
}
.cid-uz8c5Rcu7n .mbr-number {
  color: #E0B548;
}
.cid-uz8c5Rcu7n .item-title,
.cid-uz8c5Rcu7n .mbr-section-btn {
  color: #181818;
}
.cid-uBKIEHkN3R {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uBKIEHkN3R .mbr-section-title {
  color: #131313;
  text-align: left;
}
.cid-uBKIEHkN3R .mbr-text {
  color: #181818;
  text-align: left;
}
.cid-uz88cmOHZq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbfaf9;
}
.cid-uz88cmOHZq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz88cmOHZq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz88cmOHZq .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uz88cmOHZq .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uz88cmOHZq .container {
    padding: 0 24px;
  }
}
.cid-uz88cmOHZq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uz88cmOHZq .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uz88cmOHZq .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uz88cmOHZq .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uz88cmOHZq .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uz88cmOHZq .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uz88cmOHZq .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uz88cmOHZq .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uz88cmOHZq .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz88cmOHZq .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uz88cmOHZq .nav-wrapper .list .item-wrap:hover::before,
.cid-uz88cmOHZq .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uz88cmOHZq .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uz88cmOHZq .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uz88cmOHZq .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uz88cmOHZq .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uz88cmOHZq .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uz88cmOHZq .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uz88cmOHZq .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uz88cmOHZq .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uz88cmOHZq .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uz88cmOHZq .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uz88cmOHZq .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uz88cmOHZq .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uz88cmOHZq .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz88cmOHZq .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uz88cmOHZq .border-wrap {
    margin: 28px 0;
  }
}
.cid-uz88cmOHZq .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uz88cmOHZq .list {
  color: #202020;
}
.cid-uz88cmOHZq .mbr-title {
  color: #202020;
}
.cid-uz88cmOHZq .mbr-title,
.cid-uz88cmOHZq .social-wrapper {
  text-align: right;
}
@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-uBg1eu4zr7 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .nav-item:focus,
.cid-uBg1eu4zr7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uBg1eu4zr7 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link {
    position: relative;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: );
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uBg1eu4zr7 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBg1eu4zr7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uBg1eu4zr7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBg1eu4zr7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBg1eu4zr7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.opened {
  transition: all .3s;
  background: #fbfaf9 !important;
}
.cid-uBg1eu4zr7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uBg1eu4zr7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBg1eu4zr7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBg1eu4zr7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBg1eu4zr7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBg1eu4zr7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBg1eu4zr7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBg1eu4zr7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBg1eu4zr7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBg1eu4zr7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBg1eu4zr7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBg1eu4zr7 .navbar.navbar-short {
  background: #fbfaf9 !important;
  min-height: 60px;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBg1eu4zr7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBg1eu4zr7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBg1eu4zr7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBg1eu4zr7 .dropdown-item.active,
.cid-uBg1eu4zr7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBg1eu4zr7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBg1eu4zr7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfaf9;
}
.cid-uBg1eu4zr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBg1eu4zr7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBg1eu4zr7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBg1eu4zr7 .navbar-buttons {
  text-align: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #120d06;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBg1eu4zr7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBg1eu4zr7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBg1eu4zr7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBg1eu4zr7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBg1eu4zr7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBg1eu4zr7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBg1eu4zr7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBg1eu4zr7 .navbar {
    height: 77px;
  }
  .cid-uBg1eu4zr7 .navbar.opened {
    height: auto;
  }
  .cid-uBg1eu4zr7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvOQOYNwAE {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/introducing-clinic-eleven-1080x1080.webp");
}
.cid-uvOQOYNwAE .mbr-overlay {
  background-color: #fbfaf9;
  opacity: 0.9;
}
.cid-uvOQOYNwAE h1,
.cid-uvOQOYNwAE h2 {
  line-height: 0.8;
}
.cid-uvOQOYNwAE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOQOYNwAE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uvOQOYNwAE {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvOQOYNwAE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvOQOYNwAE .content-wrap {
    width: 100%;
  }
}
.cid-uvOQOYNwAE .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvOQOYNwAE .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvOQOYNwAE {
    align-items: center;
  }
  .cid-uvOQOYNwAE .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvOQOYNwAE .content-wrap {
    min-width: 50%;
  }
}
.cid-uvOQOYNwAE .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uvOQOYNwAE .mbr-text,
.cid-uvOQOYNwAE .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uvOQOYNwAE .mbr-section-title3 {
  color: #221b35;
  text-align: right;
}
.cid-uvOQOYNwAE .mbr-section-title2 {
  color: #221b35;
  text-align: center;
}
.cid-uvOQOYNwAE .mbr-section-title1 {
  color: #221b35;
  text-align: left;
}
.cid-uvOQOYNwAE .mbr-section-subtitle {
  color: #221b35;
  position: relative;
  z-index: 10;
  text-align: right;
}
.cid-uz7Y5Hh9Ne {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uz7Y5Hh9Ne .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz7Y5Hh9Ne .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz7Y5Hh9Ne .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uz7Y5Hh9Ne .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uz7Y5Hh9Ne .container {
    padding: 0 25px;
  }
}
.cid-uz7Y5Hh9Ne .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uz7Y5Hh9Ne .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uz7Y5Hh9Ne .text-wrapper .text-wrap {
  display: inline-flex;
}
.cid-uz7Y5Hh9Ne .text-wrapper .text-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 16px;
  color: #e33030;
}
.cid-uz7Y5Hh9Ne .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uz7Y5Hh9Ne .mbr-section-title {
  color: #E33030;
}
.cid-uz7Y5Hh9Ne .mbr-text {
  color: #E33030;
}
.cid-uz7Y5Hh9Ne .mbr-text,
.cid-uz7Y5Hh9Ne .text-wrapper {
  color: #181818;
}
.cid-uz7Y5Hh9Ne .mbr-section-title,
.cid-uz7Y5Hh9Ne .icon-wrapper {
  color: #181818;
}
.cid-uzp1ewF5Qo {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #fbfaf9;
}
.cid-uzp1ewF5Qo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzp1ewF5Qo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzp1ewF5Qo .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uzp1ewF5Qo .container-fluid {
    padding: 0 25px;
  }
}
.cid-uzp1ewF5Qo .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uzp1ewF5Qo .container {
    padding: 0 25px;
  }
}
.cid-uzp1ewF5Qo .row {
  border: 1px solid #fbfaf9;
}
.cid-uzp1ewF5Qo .card {
  padding: 0;
}
.cid-uzp1ewF5Qo .title-wrapper {
  padding: 90px 90px 20px 90px;
  background-color: #fbfaf9;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uzp1ewF5Qo .title-wrapper {
    padding: 60px 60px 20px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uzp1ewF5Qo .title-wrapper {
    padding: 60px 20px 20px 20px;
  }
}
.cid-uzp1ewF5Qo .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzp1ewF5Qo .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uzp1ewF5Qo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-uzp1ewF5Qo .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uzp1ewF5Qo .embla__slide .card-wrap {
  width: 100%;
}
.cid-uzp1ewF5Qo .embla__slide .card-wrap .item-wrapper .image-wrap {
  padding-bottom: 150px;
  padding-bottom: 0;
}
.cid-uzp1ewF5Qo .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uzp1ewF5Qo .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uzp1ewF5Qo .embla__button--next,
.cid-uzp1ewF5Qo .embla__button--prev {
  display: flex;
}
.cid-uzp1ewF5Qo .embla__button {
  bottom: 2.5rem;
  width: auto;
  height: 65px;
  margin-top: -1.5rem;
  font-size: 53px;
  background-color: transparent;
  color: #fbfaf9;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uzp1ewF5Qo .embla__button {
    display: none;
  }
}
.cid-uzp1ewF5Qo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uzp1ewF5Qo .embla__button:hover {
  background: transparent;
  color: #fbfaf9;
  opacity: .7;
}
.cid-uzp1ewF5Qo .embla__button.embla__button--prev {
  left: 0;
  margin-left: 40px;
}
.cid-uzp1ewF5Qo .embla__button.embla__button--prev .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uzp1ewF5Qo .embla__button.embla__button--prev .mbr-prev {
  font-size: 30px;
  margin-left: 25px;
  font-family: "Instrument Serif", playfair display;
  font-style: default;
  letter-spacing: .05em;
}
@media (max-width: 768px) {
  .cid-uzp1ewF5Qo .embla__button.embla__button--prev .mbr-prev {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-uzp1ewF5Qo .embla__button.embla__button--prev {
    margin-left: 20px;
  }
}
.cid-uzp1ewF5Qo .embla__button.embla__button--next {
  right: 0;
  margin-right: 40px;
}
.cid-uzp1ewF5Qo .embla__button.embla__button--next .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uzp1ewF5Qo .embla__button.embla__button--next .mbr-next {
  font-size: 30px;
  margin-right: 25px;
  font-family: "Instrument Serif", playfair display;
  font-style: default;
  letter-spacing: .05em;
}
@media (max-width: 768px) {
  .cid-uzp1ewF5Qo .embla__button.embla__button--next .mbr-next {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-uzp1ewF5Qo .embla__button.embla__button--next {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uzp1ewF5Qo .embla__button {
    bottom: 2.5rem;
  }
}
.cid-uzp1ewF5Qo .embla {
  position: relative;
  width: 100%;
}
.cid-uzp1ewF5Qo .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uzp1ewF5Qo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzp1ewF5Qo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzp1ewF5Qo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzp1ewF5Qo .mbr-section-title {
  color: #ffffff;
}
.cid-uzp1ewF5Qo .mbr-section-title,
.cid-uzp1ewF5Qo .mbr-section-btn,
.cid-uzp1ewF5Qo .icon-wrap {
  color: #120d06;
}
.cid-uB4OR4BzMV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uB4OR4BzMV .mbr-section-title {
  color: #000000;
}
.cid-uB4OR4BzMV .mbr-text {
  color: #000000;
}
.cid-uzLxr0DU7B {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fbfaf9;
}
@media (min-width: 1400px) {
  .cid-uzLxr0DU7B .wrapper {
    padding: 0 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uzLxr0DU7B .item {
    margin-bottom: 3rem;
  }
}
.cid-uzLxr0DU7B .item-wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uzLxr0DU7B .item-wrapper {
  height: 100%;
}
.cid-uzLxr0DU7B .item-img {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.cid-uzLxr0DU7B .item-img img {
  transition: all 1.5s;
  height: 100%;
  object-fit: cover;
}
.cid-uzLxr0DU7B .btn {
  min-width: 215px;
  padding: .8rem 4rem;
  position: relative;
  color: #ffffff;
}
.cid-uzLxr0DU7B .effectHover {
  position: absolute;
  width: 105%;
  height: 90%;
  border: 1px solid #9A948D;
}
.cid-uzLxr0DU7B .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-left: 1px solid #9A948D;
  border-top: 1px solid #9A948D;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uzLxr0DU7B .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #9A948D;
  border-right: 1px solid #9A948D;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uzLxr0DU7B .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uzLxr0DU7B .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uzLxr0DU7B .text-wrapper {
  width: 85%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.cid-uzLxr0DU7B .mbr-title,
.cid-uzLxr0DU7B .mbr-section-btn {
  color: #ffffff;
}
.cid-uB4P4B3tLF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbfaf9;
}
.cid-uB4P4B3tLF .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uB4P4B3tLF .mbr-section-subtitle {
  color: #181818;
}
.cid-uB4P4B3tLF .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uB4P4B3tLF .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uB4P4B3tLF .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uB4P4B3tLF .col-12,
  .cid-uB4P4B3tLF .col-md-12 {
    padding: 0;
  }
}
.cid-uB4P4B3tLF .si img {
  width: auto;
}
.cid-uB4P5D1ALj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbfaf9;
}
.cid-uB4P5D1ALj .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uB4P5D1ALj .mbr-section-subtitle {
  color: #181818;
}
.cid-uB4P5D1ALj .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uB4P5D1ALj .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uB4P5D1ALj .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uB4P5D1ALj .col-12,
  .cid-uB4P5D1ALj .col-md-12 {
    padding: 0;
  }
}
.cid-uB4P5D1ALj .si img {
  width: auto;
}
.cid-uB4P6BC3Pz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbfaf9;
}
.cid-uB4P6BC3Pz .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uB4P6BC3Pz .mbr-section-subtitle {
  color: #181818;
}
.cid-uB4P6BC3Pz .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uB4P6BC3Pz .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uB4P6BC3Pz .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uB4P6BC3Pz .col-12,
  .cid-uB4P6BC3Pz .col-md-12 {
    padding: 0;
  }
}
.cid-uB4P6BC3Pz .si img {
  width: auto;
}
.cid-uB4P0ERCZU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbfaf9;
}
.cid-uB4P0ERCZU .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uB4P0ERCZU .mbr-section-subtitle {
  color: #181818;
}
.cid-uB4P0ERCZU .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uB4P0ERCZU .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uB4P0ERCZU .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uB4P0ERCZU .col-12,
  .cid-uB4P0ERCZU .col-md-12 {
    padding: 0;
  }
}
.cid-uB4P0ERCZU .si img {
  width: auto;
}
.cid-uB4UNjlUCN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fbfaf9;
}
.cid-uB4UNjlUCN .mbr-section-title {
  color: #000000;
}
.cid-uB4UNjlUCN .mbr-text {
  color: #000000;
}
.cid-uzLvE3sZBw {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fbfaf9;
}
.cid-uzLvE3sZBw .wrapper {
  text-align: end;
}
.cid-uzLvE3sZBw .mbr-section-title {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uzLvE3sZBw .row {
    text-align: center;
  }
  .cid-uzLvE3sZBw .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-uzLvE3sZBw .mbr-section-title {
    text-align: center;
  }
}
.cid-uzLvE3sZBw .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uzLvE3sZBw .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uzLvE3sZBw .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uzLvE3sZBw .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uzLvE3sZBw .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uzLvE3sZBw .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uz8npU3rWr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbfaf9;
}
.cid-uz8npU3rWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz8npU3rWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz8npU3rWr .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uz8npU3rWr .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uz8npU3rWr .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uz8npU3rWr .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uz8npU3rWr .container {
    padding: 0 24px;
  }
}
.cid-uz8npU3rWr .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uz8npU3rWr .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uz8npU3rWr .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #eee7e0;
}
.cid-uz8npU3rWr .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uz8npU3rWr .item {
  margin-bottom: 32px;
}
.cid-uz8npU3rWr .item .item-wrapper .item-img {
  border: 16px solid #fbfaf9;
  background-color: #fbfaf9;
  border-radius: 2rem !important;
  overflow: hidden;
}
.cid-uz8npU3rWr .item .item-wrapper .item-img:hover img,
.cid-uz8npU3rWr .item .item-wrapper .item-img:focus img {
  transform: scale(1.1);
}
.cid-uz8npU3rWr .item .item-wrapper .item-img img {
  height: 360px;
  object-fit: cover;
  border-radius: 1rem !important;
  transition: all 0.3s ease-in-out;
}
.cid-uz8npU3rWr .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uz8npU3rWr .mbr-desc,
.cid-uz8npU3rWr .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uvOQP1RDHL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbfaf9;
}
.cid-uvOQP1RDHL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOQP1RDHL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvOQP1RDHL .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uvOQP1RDHL .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvOQP1RDHL .container {
    padding: 0 24px;
  }
}
.cid-uvOQP1RDHL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uvOQP1RDHL .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uvOQP1RDHL .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uvOQP1RDHL .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uvOQP1RDHL .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uvOQP1RDHL .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uvOQP1RDHL .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uvOQP1RDHL .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uvOQP1RDHL .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uvOQP1RDHL .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uvOQP1RDHL .nav-wrapper .list .item-wrap:hover::before,
.cid-uvOQP1RDHL .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uvOQP1RDHL .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uvOQP1RDHL .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uvOQP1RDHL .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uvOQP1RDHL .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uvOQP1RDHL .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uvOQP1RDHL .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uvOQP1RDHL .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uvOQP1RDHL .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uvOQP1RDHL .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uvOQP1RDHL .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uvOQP1RDHL .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uvOQP1RDHL .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uvOQP1RDHL .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uvOQP1RDHL .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uvOQP1RDHL .border-wrap {
    margin: 28px 0;
  }
}
.cid-uvOQP1RDHL .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uvOQP1RDHL .list {
  color: #202020;
}
.cid-uvOQP1RDHL .mbr-title {
  color: #202020;
}
.cid-uvOQP1RDHL .mbr-title,
.cid-uvOQP1RDHL .social-wrapper {
  text-align: right;
}
