@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

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

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

.form-active .form-control:invalid {
  border-color: red;
}

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

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}

.row>[class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.btn {
  border-width: 2px;
}

img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}

.video-wrapper {
  overflow: hidden;
}

body {
  font-family: Figtree;
}

.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  line-height: .8;
  letter-spacing: -0.03em;
}

.display-1>.mbr-iconfont {
  font-size: 3.75rem;
}

.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.3rem;
  line-height: 1;
}

.display-2>.mbr-iconfont {
  font-size: 2.875rem;
}

.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

.display-4>.mbr-iconfont {
  font-size: 1.875rem;
}

.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}

.display-5>.mbr-iconfont {
  font-size: 2.25rem;
}

.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.display-7>.mbr-iconfont {
  font-size: 1.25rem;
}

/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}

@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc(1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-2 {
    font-size: 1.84rem;
    font-size: calc(1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.3 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-4 {
    font-size: 1.2rem;
    font-size: calc(1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-5 {
    font-size: 1.44rem;
    font-size: calc(1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-7 {
    font-size: 0.8rem;
    font-size: calc(1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}

/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 10rem;
}

@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}

.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 10rem;
}

.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 10rem;
}

.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 10rem;
}

.bg-primary {
  background-color: #1d1d1f !important;
}

.bg-success {
  background-color: #fb9c1a !important;
}

.bg-info {
  background-color: #ffffff !important;
}

.bg-warning {
  background-color: #031514 !important;
}

.bg-danger {
  background-color: #003c30 !important;
}

.btn-primary,
.btn-primary:active {
  background-color: #1d1d1f !important;
  border-color: #1d1d1f !important;
  color: #ffffff !important;
  box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #363639 !important;
  border-color: #363639 !important;
  box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #363639 !important;
  border-color: #363639 !important;
}

.btn-secondary,
.btn-secondary:active {
  background-color: #00d890 !important;
  border-color: #00d890 !important;
  color: #ffffff !important;
  box-shadow: none;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #0cffae !important;
  border-color: #0cffae !important;
  box-shadow: none;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0cffae !important;
  border-color: #0cffae !important;
}

.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.btn-success,
.btn-success:active {
  background-color: #fb9c1a !important;
  border-color: #fb9c1a !important;
  color: #ffffff !important;
  box-shadow: none;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #fcb24c !important;
  border-color: #fcb24c !important;
  box-shadow: none;
}

.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #fcb24c !important;
  border-color: #fcb24c !important;
}

.btn-warning,
.btn-warning:active {
  background-color: #031514 !important;
  border-color: #031514 !important;
  color: #ffffff !important;
  box-shadow: none;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #09423f !important;
  border-color: #09423f !important;
  box-shadow: none;
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #09423f !important;
  border-color: #09423f !important;
}

.btn-danger,
.btn-danger:active {
  background-color: #003c30 !important;
  border-color: #003c30 !important;
  color: #ffffff !important;
  box-shadow: none;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #006f59 !important;
  border-color: #006f59 !important;
  box-shadow: none;
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #006f59 !important;
  border-color: #006f59 !important;
}

.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}

.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}

.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}

.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1d1d1f;
  color: #1d1d1f;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}

.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d1d1f !important;
  border-color: #1d1d1f !important;
}

.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #00d890;
  color: #00d890;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #008156 !important;
  background-color: transparent !important;
  border-color: #008156 !important;
  box-shadow: none !important;
}

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00d890 !important;
  border-color: #00d890 !important;
}

.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}

.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fb9c1a;
  color: #fb9c1a;
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #bb6d03 !important;
  background-color: transparent !important;
  border-color: #bb6d03 !important;
  box-shadow: none !important;
}

.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #fb9c1a !important;
  border-color: #fb9c1a !important;
}

.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #031514;
  color: #031514;
}

.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: #000000 !important;
  box-shadow: none !important;
}

.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #031514 !important;
  border-color: #031514 !important;
}

.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #003c30;
  color: #003c30;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}

.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #003c30 !important;
  border-color: #003c30 !important;
}

.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}

.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}

.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}

.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}

.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}

.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}

.text-primary {
  color: #1d1d1f !important;
}

.text-secondary {
  color: #00d890 !important;
}

.text-success {
  color: #fb9c1a !important;
}

.text-info {
  color: #ffffff !important;
}

.text-warning {
  color: #031514 !important;
}

.text-danger {
  color: #003c30 !important;
}

.text-white {
  color: #fafafa !important;
}

.text-black {
  color: #232323 !important;
}

a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}

a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #00724c !important;
}

a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ac6503 !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: #000000 !important;
}

a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}

a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}

a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}

a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}

.nav-tabs .nav-link.active {
  color: #1d1d1f;
}

.nav-tabs .nav-link:not(.active) {
  color: #232323;
}

.alert-success {
  background-color: #70c770;
}

.alert-info {
  background-color: #ffffff;
}

.alert-warning {
  background-color: #031514;
}

.alert-danger {
  background-color: #003c30;
}

.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}

.mbr-gallery-filter li a {
  border-radius: 100px !important;
}

.mbr-gallery-filter li.active .btn {
  background-color: #1d1d1f;
  border-color: #1d1d1f;
  color: #ffffff;
}

.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}

.nav-tabs .nav-link {
  border-radius: 100px !important;
}

a,
a:hover {
  color: #1d1d1f;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cfcfd2;
}

.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff3e2;
}

.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: #8eefea;
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #22ffd3;
}

/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}

.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}

.form-control>.mbr-iconfont {
  font-size: 1.25rem;
}

.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #1d1d1f !important;
}

.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}

.form-control:-webkit-input-placeholder>.mbr-iconfont {
  font-size: 1.25rem;
}

blockquote {
  border-color: #1d1d1f;
}

/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}

.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}

.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}

.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}

.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1d1d1f;
  color: #ffffff;
}

.jq-number__spin {
  transition: 0.25s ease;
}

.jq-number__spin:hover {
  border-color: #1d1d1f;
}

.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1d1d1f;
  border-bottom-color: #1d1d1f;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
  color: #ffffff !important;
  background-color: #1d1d1f !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
  color: #000000 !important;
  background: #00d890 !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='%231d1d1f' %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: 16px 20px;
  box-shadow: none;
  border-width: 1px;
  border-radius: 10rem !important;
  font-weight: 500 !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;
}

img {
  border-radius: 2rem !important;
}

.cid-uMqEbMuosP {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}

.cid-uMqEbMuosP .navbar-dropdown {
  background-color: #003c30 !important;
  padding: 0;
  position: absolute !important;
}

.cid-uMqEbMuosP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #003c30 !important;
  background: #003c30;
}

.cid-uMqEbMuosP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}

.cid-uMqEbMuosP .menu_box {
  flex-wrap: nowrap;
}

@media (max-width: 991px) {
  .cid-uMqEbMuosP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }

  .cid-uMqEbMuosP .menu_box .navbar.opened,
  .cid-uMqEbMuosP .menu_box .navbar-collapse {
    background-color: #003c30 !important;
    transition: all 0s ease 0s;
  }
}

.cid-uMqEbMuosP nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cid-uMqEbMuosP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}

@media (max-width: 991px) {
  .cid-uMqEbMuosP .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}

@media (max-width: 991px) {
  .cid-uMqEbMuosP .mbr-section-btn-main {
    margin-top: 1rem;
  }
}

.cid-uMqEbMuosP .mbr-section-btn-main .btn {
  padding: 16px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}

.cid-uMqEbMuosP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}

.cid-uMqEbMuosP .btn:hover {
  box-shadow: none;
}

@media (min-width: 1200px) {
  .cid-uMqEbMuosP .nav-item {
    margin: 4px 16px;
  }
}

@media (max-width: 991px) {
  .cid-uMqEbMuosP .nav-item {
    margin: 0 !important;
  }
}

.cid-uMqEbMuosP .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}

.cid-uMqEbMuosP .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #09d38a;
  transition: all 0.3s ease-in-out;
}

.cid-uMqEbMuosP .nav-item .nav-link:hover,
.cid-uMqEbMuosP .nav-item .nav-link:focus {
  color: #09d38a !important;
}

.cid-uMqEbMuosP .nav-item .nav-link:hover::before,
.cid-uMqEbMuosP .nav-item .nav-link:focus::before {
  width: 100%;
}

.cid-uMqEbMuosP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}

@media (min-width: 992px) {
  .cid-uMqEbMuosP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }

  .cid-uMqEbMuosP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}

@media (max-width: 991px) {

  .cid-uMqEbMuosP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMqEbMuosP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }

  .cid-uMqEbMuosP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }

  .cid-uMqEbMuosP .offcanvas_box {
    display: none;
  }
}

.cid-uMqEbMuosP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}

.cid-uMqEbMuosP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.cid-uMqEbMuosP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}

.cid-uMqEbMuosP .container {
  display: flex;
  margin: auto;
}

.cid-uMqEbMuosP .iconfont-wrapper {
  color: #ffffff;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}

.cid-uMqEbMuosP .iconfont-wrapper:last-child {
  margin-right: 0;
}

.cid-uMqEbMuosP .iconfont-wrapper:hover {
  opacity: .7;
}

@media (min-width: 992px) {
  .cid-uMqEbMuosP .navbar-nav {
    margin: 0;
  }
}

.cid-uMqEbMuosP .dropdown-menu,
.cid-uMqEbMuosP .navbar.opened {
  background-color: false !important;
}

.cid-uMqEbMuosP .nav-item:focus,
.cid-uMqEbMuosP .nav-link:focus {
  outline: none;
}

.cid-uMqEbMuosP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}

.cid-uMqEbMuosP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-uMqEbMuosP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}

.cid-uMqEbMuosP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}

.cid-uMqEbMuosP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}

.cid-uMqEbMuosP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}

.cid-uMqEbMuosP .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}

@media (max-width: 992px) {
  .cid-uMqEbMuosP .navbar {
    min-height: 30px;
    max-height: none;
  }
}

.cid-uMqEbMuosP .navbar.opened {
  transition: all 0.3s;
}

.cid-uMqEbMuosP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}

.cid-uMqEbMuosP .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}

.cid-uMqEbMuosP .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}

.cid-uMqEbMuosP .navbar.collapsed {
  justify-content: center;
}

.cid-uMqEbMuosP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}

.cid-uMqEbMuosP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

.cid-uMqEbMuosP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}

.cid-uMqEbMuosP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.cid-uMqEbMuosP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}

.cid-uMqEbMuosP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}

.cid-uMqEbMuosP .navbar.collapsed .icons-menu {
  padding: 0;
}

@media (max-width: 991px) {
  .cid-uMqEbMuosP .navbar .nav-item {
    padding: .5rem 0;
  }

  .cid-uMqEbMuosP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }

  .cid-uMqEbMuosP .navbar .nav-item .nav-link::before {
    display: none;
  }

  .cid-uMqEbMuosP .navbar.opened .dropdown-menu {
    top: 0;
  }

  .cid-uMqEbMuosP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }

  .cid-uMqEbMuosP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }

  .cid-uMqEbMuosP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }

  .cid-uMqEbMuosP .navbar .navbar-logo img {
    height: 3rem !important;
  }

  .cid-uMqEbMuosP .navbar ul.navbar-nav {
    overflow: hidden;
  }

  .cid-uMqEbMuosP .navbar ul.navbar-nav li {
    margin: 0;
  }

  .cid-uMqEbMuosP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }

  .cid-uMqEbMuosP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }

  .cid-uMqEbMuosP .navbar .navbar-toggler {
    flex-basis: auto;
  }

  .cid-uMqEbMuosP .navbar .icons-menu {
    padding: 0;
  }
}

.cid-uMqEbMuosP .navbar.navbar-short {
  min-height: 60px;
}

.cid-uMqEbMuosP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}

.cid-uMqEbMuosP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}

.cid-uMqEbMuosP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}

.cid-uMqEbMuosP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}

.cid-uMqEbMuosP .navbar-brand .navbar-logo a {
  outline: none;
}

.cid-uMqEbMuosP .dropdown-item.active,
.cid-uMqEbMuosP .dropdown-item:active {
  background-color: transparent;
}

.cid-uMqEbMuosP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}

.cid-uMqEbMuosP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.cid-uMqEbMuosP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.cid-uMqEbMuosP .navbar .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-uMqEbMuosP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}

.cid-uMqEbMuosP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}

.cid-uMqEbMuosP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #003c30;
  background: #ffffff;
}

.cid-uMqEbMuosP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00d890;
}

.cid-uMqEbMuosP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}

.cid-uMqEbMuosP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}

.cid-uMqEbMuosP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}

.cid-uMqEbMuosP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}

.cid-uMqEbMuosP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-uMqEbMuosP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}

.cid-uMqEbMuosP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}

.cid-uMqEbMuosP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-uMqEbMuosP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.cid-uMqEbMuosP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .cid-uMqEbMuosP .navbar {
    height: 70px;
  }

  .cid-uMqEbMuosP .navbar.opened {
    height: auto;
  }

  .cid-uMqEbMuosP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-uMqEbMuosP .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}

.cid-uMqEbMuosP .navbar-caption:hover {
  color: #09d38a;
}

@media (min-width: 992px) {
  .cid-uMqEbMuosP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}

.cid-uMqEbMuosP .text_widget {
  margin-bottom: 32px;
}

.cid-uMqEbMuosP .text_widget a {
  transition: all 0.3s ease-out;
}

.cid-uMqEbMuosP .text_widget a:hover,
.cid-uMqEbMuosP .text_widget a:focus {
  opacity: .8;
}

@media (min-width: 992px) {
  .cid-uMqEbMuosP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}

.cid-uMqEbMuosP .navbar-caption {
  color: #ffffff;
}

.cid-uMqEbMuosP .mbr-section-subtitle,
.cid-uMqEbMuosP .text_widget,
.cid-uMqEbMuosP .mbr-section-btn {
  text-align: center;
}

.cid-uMqEbMuosP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}

.cid-uMqERjfu8R {
  padding-top: 8rem;
  padding-bottom: 11rem;
}

.cid-uMqERjfu8R .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMqERjfu8R .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-uMqERjfu8R .container {
    padding: 0 32px;
  }
}

@media (max-width: 768px) {
  .cid-uMqERjfu8R .container {
    padding: 0 24px;
  }
}

.cid-uMqERjfu8R .content-wrapper {
  padding: 150px 0;
}

@media (max-width: 992px) {
  .cid-uMqERjfu8R .content-wrapper {
    padding: 0;
  }
}

.cid-uMqERjfu8R .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}

.cid-uMqERjfu8R .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}

.cid-uMqERjfu8R .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}

.cid-uMqERjfu8R .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}

.cid-uMqERjfu8R .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}

@media (max-width: 992px) {
  .cid-uMqERjfu8R .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}

.cid-uMqERjfu8R .mbr-section-title {
  color: #ffffff;
  line-height: 1.1;
}

.cid-uMqERjfu8R .mbr-desc,
.cid-uMqERjfu8R .desc-wrapper {
  color: #ffffff;
  text-align: center;
}

.cid-uMqERjfu8R .mbr-text,
.cid-uMqERjfu8R .text-wrapper {
  color: #ffffff;
  text-align: left;
}

.cid-uMqERjfu8R .mbr-section-title,
.cid-uMqERjfu8R .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}

.cid-uMNyddKgv2 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}

.cid-uMNyddKgv2 .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMNyddKgv2 .container {
  max-width: 1300px;
}

.cid-uMNyddKgv2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uMNyddKgv2 .text-wrapper {
  max-width: 700px;
  margin: auto;
}

@media (min-width: 992px) {
  .cid-uMNyddKgv2 .text-wrapper {
    padding: 0 2rem;
  }
}

.cid-uMNyddKgv2 .row {
  flex-direction: row-reverse;
}

@media (max-width: 991px) {
  .cid-uMNyddKgv2 .image-wrapper {
    margin-bottom: 1rem;
  }
}

.cid-uMNyddKgv2 .row {
  align-items: center;
}

@media (max-width: 991px) {
  .cid-uMNyddKgv2 .image-wrapper {
    padding: 1.5rem;
  }
}

.cid-uMNyddKgv2 .mbr-section-title {
  color: #003c30;
}

.cid-uMNyddKgv2 .mbr-text,
.cid-uMNyddKgv2 .mbr-section-btn {
  color: #555555;
}

.cid-uMNyrbwDE2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}

.cid-uMNyrbwDE2 .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMNyrbwDE2 .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-uMNyrbwDE2 .container {
    padding: 0 23px;
  }
}

@media (max-width: 768px) {
  .cid-uMNyrbwDE2 .container {
    padding: 0 12px;
  }
}

.cid-uMNyrbwDE2 .title-wrapper {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .cid-uMNyrbwDE2 .title-wrapper {
    margin-bottom: 56px;
  }
}

.cid-uMNyrbwDE2 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0px;
  position: relative;
}

.cid-uMNyrbwDE2 .title-wrapper .title-wrap .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: 0;
  background-color: #fbfbfb;
  border-radius: 10rem;
}

.cid-uMNyrbwDE2 .title-wrapper .mbr-text {
  margin-bottom: 0;
}

.cid-uMNyrbwDE2 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}

@media (max-width: 992px) {
  .cid-uMNyrbwDE2 .items-wrapper {
    display: block;
  }
}

.cid-uMNyrbwDE2 .items-wrapper .item {
  background-color: #f5f5f7;
  border-radius: 32px !important;
  padding: 48px;
}

@media (max-width: 1200px) {
  .cid-uMNyrbwDE2 .items-wrapper .item {
    padding: 20px;
  }
}

@media (max-width: 992px) {
  .cid-uMNyrbwDE2 .items-wrapper .item {
    padding: 24px;
    margin-bottom: 1rem;
  }
}

.cid-uMNyrbwDE2 .items-wrapper .item .item-wrapper {
  height: 100%;
}

.cid-uMNyrbwDE2 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 0px;
}

.cid-uMNyrbwDE2 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .5em;
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
}

.cid-uMNyrbwDE2 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00d890;
  opacity: .85;
}

.cid-uMNyrbwDE2 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  color: #004336;
  font-size: 20px;
  position: relative;
  z-index: 1;
}

.cid-uMNyrbwDE2 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: -15px;
}

.cid-uMNyrbwDE2 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  opacity: .8;
}

.cid-uMNyrbwDE2 .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}

.cid-uMNyrbwDE2 .mbr-section-title {
  color: #1D1D1F;
}

.cid-uMNyrbwDE2 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}

.cid-uMNyrbwDE2 .item-title {
  color: #1D1D1F;
}

.cid-uMNyrbwDE2 .item-text {
  color: #1D1D1F;
}

.cid-uMNyrbwDE2 .mbr-section-title,
.cid-uMNyrbwDE2 .title-wrap {
  text-align: center;
  color: #003c30;
}

.cid-uMqOHQXYjq {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-uMqOHQXYjq .mbr-media {
  position: relative;
}

.cid-uMqOHQXYjq .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}

.cid-uMqOHQXYjq .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.cid-uMqOHQXYjq .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}

.cid-uMqOHQXYjq .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}

.cid-uMqOHQXYjq .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}

.cid-uMqOHQXYjq .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}

.cid-uMqOHQXYjq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}

.cid-uMqOHQXYjq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}

.cid-uMqOHQXYjq .mbr-section-title {
  color: #003c30;
}

.cid-uN4KjfOtlE {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f5f5f7;
}

.cid-uN4KjfOtlE .mbr-fallback-image.disabled {
  display: none;
}

.cid-uN4KjfOtlE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uN4KjfOtlE .content-wrapper {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .cid-uN4KjfOtlE .content-wrapper {
    margin-bottom: 32px;
  }
}

.cid-uN4KjfOtlE .content-wrapper .mbr-section-title {
  margin-bottom: 18px;
  margin-top: 23px;
}

.cid-uN4KjfOtlE .content-wrapper .mbr-text {
  margin-bottom: 0;
}

.cid-uN4KjfOtlE .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 56px;
}

@media (max-width: 992px) {
  .cid-uN4KjfOtlE .tabs-wrapper {
    margin-bottom: 32px;
  }

  .g-recaptcha>div {
    width: 100% !important;
  }
}

.cid-uN4KjfOtlE .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cid-uN4KjfOtlE .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 5px 5px;
}

.cid-uN4KjfOtlE .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 10px 26px;
  margin-bottom: 0;
  background-color: #09d38a;
  border: none;
}

.cid-uN4KjfOtlE .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #01352a;
}

.cid-uN4KjfOtlE .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .cid-uN4KjfOtlE .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}

.cid-uN4KjfOtlE .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}

@media (max-width: 992px) {
  .cid-uN4KjfOtlE .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}

.cid-uN4KjfOtlE .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 300px;
  object-fit: contain;
  width: 100%;
}

@media (max-width: 800px) {
  .cid-uN4KjfOtlE .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}

.cid-uN4KjfOtlE .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 48%;
}

@media (max-width: 992px) {
  .cid-uN4KjfOtlE .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}

.cid-uN4KjfOtlE .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}

.cid-uN4KjfOtlE .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}

.cid-uN4KjfOtlE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}

.cid-uN4KjfOtlE .mbr-text {
  color: #29292a;
  text-align: center;
}

.cid-uN4KjfOtlE .item-title {
  color: #08323c;
}

.cid-uN4KjfOtlE .item-text {
  color: #29292a;
}

.cid-uN4KjfOtlE .mbr-section-title,
.cid-uN4KjfOtlE .tabs-wrapper {
  color: #01352a;
}

.cid-uMNKhHo9nO {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #003c30;
}

.cid-uMNKhHo9nO .mbr-section-head {
  margin-bottom: 0px;
}

.cid-uMNKhHo9nO .label-text {
  width: 100%;
  color: #0066FF;
  margin-bottom: 12px;
}

.cid-uMNKhHo9nO .label-text span {
  padding: 7px 20px;
  background-color: rgba(68, 109, 255, 0.1);
  border-radius: 5px;
  color: inherit;
}

.cid-uMNKhHo9nO .mbr-section-title {
  color: #ffffff;
}

.cid-uMNKhHo9nO .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.8;
  margin-top: 75px;
  margin-bottom: 16px;
}

@media (max-width: 1199px) {
  .cid-uMNKhHo9nO .mbr-section-subtitle {
    margin-top: 50px;
  }
}

.cid-uMNKhHo9nO .cards-container {
  display: flex;
  justify-content: center;
  padding: 0 !important;
}

.cid-uMNKhHo9nO .cards-row {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.cid-uMNKhHo9nO .col-card {
  display: flex;
  margin-top: 40px;
}

.cid-uMNKhHo9nO .card-wrapper {
  padding: 30px 35px 40px;
  text-align: center;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 40px 80px rgba(0, 5, 134, 0.05);
}

@media (max-width: 1199px) {
  .cid-uMNKhHo9nO .card-wrapper {
    padding: 30px 15px;
  }
}

.cid-uMNKhHo9nO .card-2 {
  background-color: #00d890;
  box-shadow: 0 40px 80px rgba(0, 5, 134, 0.05);
}

.cid-uMNKhHo9nO .card-title {
  color: #CECECE;
  margin-bottom: 8px;
}

.cid-uMNKhHo9nO .card-title2 {
  color: #ffffff;
  margin-bottom: 8px;
}

.cid-uMNKhHo9nO .price-container {
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
  padding-top: 8px;
}

.cid-uMNKhHo9nO .symbol-text {
  color: #010d4c;
  line-height: 1;
}

.cid-uMNKhHo9nO .symbol-text2 {
  color: #ffffff;
  line-height: 1;
}

.cid-uMNKhHo9nO .price-text {
  color: #010d4c;
  line-height: 1;
}

.cid-uMNKhHo9nO .price-text2 {
  color: #ffffff;
  line-height: 1;
}

.cid-uMNKhHo9nO .price-share-text {
  color: #010d4c;
  line-height: 1;
}

.cid-uMNKhHo9nO .price-share-text2 {
  color: #ffffff;
  line-height: 1;
}

.cid-uMNKhHo9nO .mbr-text {
  color: #00284E;
  padding-bottom: 16px;
  margin-bottom: 0;
}

.cid-uMNKhHo9nO .mbr-text2 {
  color: #ffffff;
  padding-bottom: 16px;
  margin-bottom: 0;
}

.cid-uMNKhHo9nO .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}

.cid-uMNKhHo9nO .mbr-section-btn .btn {
  width: 100%;
  min-height: 50px;
  border-radius: 50px;
  padding: 10px 42px;
}

.cid-uMNKhHo9nO .mbr-section-btn .btn:before {
  display: none;
}

.cid-uMNKhHo9nO .mbr-section-btn .btn:hover:before {
  display: none;
}

.cid-uMNKhHo9nO .mbr-section-btn .btn-secondary-outline {
  border: 1px solid currentColor !important;
}

.cid-uMNKhHo9nO .mbr-section-btn .btn-secondary-outline:hover {
  color: #ffffff !important;
  border-color: #00d890 !important;
  background-color: #00d890 !important;
}

.cid-uMNKhHo9nO .mbr-section-btn .btn-white {
  border: 1px solid #ffffff !important;
  color: #00d890 !important;
}

.cid-uMNKhHo9nO .mbr-section-btn .btn-white:hover {
  border: 1px solid #ffffff !important;
  color: #00d890 !important;
  background-color: #ffffff !important;
}

.cid-uMNKhHo9nO .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMNKhHo9nO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uMNTKBtCgh {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #003c30;
}

.cid-uMNTKBtCgh .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}

.cid-uMNTKBtCgh .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}

.cid-uMNTKBtCgh .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #00d890;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}

.cid-uMNTKBtCgh .mbr-section-title {
  text-align: center;
  color: #ffffff;
}

.cid-uMNTKBtCgh .mbr-text {
  color: #ffffff;
}

.cid-uMNUsSLodc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #003c30;
}

.cid-uMNUsSLodc .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMNUsSLodc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uMNUsSLodc .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
}

.cid-uMNUsSLodc .mbr-section-title.display-4 {
  font-size: 40px;
}

@media (max-width: 767px) {
  .cid-uMNUsSLodc .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}

@media (max-width: 575px) {
  .cid-uMNUsSLodc .mbr-section-title.display-4 {
    font-size: 26px;
  }
}

.cid-uMNUsSLodc .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 0px;
}

@media (max-width: 767px) {
  .cid-uMNUsSLodc .mbr-text {
    margin-top: 16px;
  }
}

.cid-uMNUsSLodc .mbr-section-btn {
  margin-top: 0px;
}

@media (max-width: 767px) {
  .cid-uMNUsSLodc .mbr-section-btn {
    margin-top: 16px;
  }
}

.cid-uMNUsSLodc .mbr-text,
.cid-uMNUsSLodc .mbr-section-btn {
  color: #ffffff;
}

.cid-uMNVLijR42 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}

.cid-uMNVLijR42 .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMNVLijR42 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uMNVLijR42 .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.cid-uMNVLijR42 .item .icon-wrap {
  text-align: center;
}

.cid-uMNVLijR42 .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}

.cid-uMNVLijR42 .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #09d38a;
}

.cid-uMNVLijR42 .item.first:before {
  display: none;
}

.cid-uMNVLijR42 .item.five:before {
  display: none;
}

.cid-uMNVLijR42 .icon-box {
  background: #09d38a;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}

.cid-uMNVLijR42 .text-box {
  margin-top: 1rem;
  text-align: center;
}

.cid-uMNVLijR42 .mbr-iconfont {
  color: #1d1d1f !important;
  position: absolute;
  top: 50%;
  left: 100%;
}

@media (max-width: 991px) {
  .cid-uMNVLijR42 .item:before {
    display: none;
  }

  .cid-uMNVLijR42 .card-wrapper {
    margin-bottom: 2rem;
  }
}

.cid-uMNVLijR42 .mbr-text,
.cid-uMNVLijR42 .mbr-section-btn {
  color: #272b2e;
}

.cid-uMNVLijR42 .card-title,
.cid-uMNVLijR42 .card-box {
  color: #005552;
}

.cid-uMNZDDv53R {
  padding-top: 3rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}

.cid-uMNZDDv53R .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMNZDDv53R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uMNZDDv53R .container-fluid {
  padding: 0;
}

@media (max-width: 992px) {
  .cid-uMNZDDv53R .container-fluid {
    padding: 0;
  }
}

.cid-uMNZDDv53R .container-fluid .row {
  padding: 0;
}

.cid-uMNZDDv53R .card {
  padding: 0;
}

.cid-uMNZDDv53R .card:first-child {
  padding: 70px 55px;
  background-color: #f5faf8;
}

@media (max-width: 1200px) {
  .cid-uMNZDDv53R .card:first-child {
    padding: 100px 90px;
  }
}

@media (max-width: 992px) {
  .cid-uMNZDDv53R .card:first-child {
    padding: 110px 30px;
  }
}

.cid-uMNZDDv53R .card .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}

.cid-uMNZDDv53R .card .text-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: none;
  counter-reset: myCounter;
  line-height: 1.625;
}

.cid-uMNZDDv53R .card .text-wrapper .list li {
  margin-bottom: 30px;
  position: relative;
  list-style-type: none;
  min-height: 18px;
  padding-left: 40px;
}

.cid-uMNZDDv53R .card .text-wrapper .list li::before {
  counter-increment: myCounter;
  content: counter(myCounter);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  color: #b1b0b5;
}

.cid-uMNZDDv53R .card:last-child {
  position: relative;
}

.cid-uMNZDDv53R .card:last-child img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cid-uMNZDDv53R .card:last-child .desc-wrapper {
  display: flex;
  height: 100%;
  align-items: flex-end;
  padding: 22px 50px;
}

@media (max-width: 992px) {
  .cid-uMNZDDv53R .card:last-child .desc-wrapper {
    padding: 200px 30px 30px 30px;
  }
}

.cid-uMNZDDv53R .card:last-child .desc-wrapper .mbr-desc {
  width: 100%;
  margin: 25px 0;
  position: relative;
}

.cid-uMNZDDv53R .mbr-section-title {
  color: #000000;
}

.cid-uMNZDDv53R .list {
  color: #000000;
}

.cid-uMNZDDv53R .mbr-desc {
  color: #ffffff;
}

.cid-uMNZDDv53R .mbr-section-title,
.cid-uMNZDDv53R .mbr-section-btn {
  color: #004336;
}

.cid-uMNWIPm576 {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #f5f5f7;
}

.cid-uMNWIPm576 .container.main,
.cid-uMNWIPm576 .container-fluid.main {
  padding-left: 30px;
  padding-right: 30px;
}

.cid-uMNWIPm576 .container .mbr-section-subtitle,
.cid-uMNWIPm576 .container-fluid .mbr-section-subtitle {
  color: #00d890;
  margin-bottom: 10px;
}

.cid-uMNWIPm576 .container .mbr-section-title,
.cid-uMNWIPm576 .container-fluid .mbr-section-title {
  margin-bottom: 20px;
  color: #1d1d1f;
}

.cid-uMNWIPm576 .container .mbr-text,
.cid-uMNWIPm576 .container-fluid .mbr-text {
  color: #ffffff;
}

.cid-uMNWIPm576 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 0rem;
}

.cid-uMNWIPm576 .carousel-item>div {
  width: 100%;
}

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

.cid-uMNWIPm576 .carousel-indicators {
  left: 0%;
  margin: 20px auto 0;
  align-items: center;
  bottom: -60px !important;
}

.cid-uMNWIPm576 .carousel-indicators .active {
  border: 3px solid #ffffff;
  background-color: #ffffff !important;
}

.cid-uMNWIPm576 .carousel-indicators li {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  transition: border 0.5s;
  background-color: #ffffff;
  font-size: 2rem;
  opacity: 1;
  border-width: 0px;
  margin: 6px;
}

.cid-uMNWIPm576 .carousel-indicators li:hover {
  opacity: 1;
}

@media (max-width: 991px) {
  .cid-uMNWIPm576 .carousel-controls {
    display: none;
  }
}

.cid-uMNWIPm576 .carousel-controls .carousel-control-prev,
.cid-uMNWIPm576 .carousel-controls .carousel-control-next {
  opacity: 1;
}

.cid-uMNWIPm576 .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 15px;
}

.cid-uMNWIPm576 .carousel-controls a span {
  padding: 16.5px;
  border-radius: 50%;
  color: #09d38a;
  background: #ffffff;
  font-weight: bold;
  box-shadow: 0 10px 30px 0 #e7eaf2;
}

.cid-uMNWIPm576 .carousel-controls a:hover span {
  opacity: 1;
}

.cid-uMNWIPm576 .card {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 40px 40px 30px;
  position: relative;
}

.cid-uMNWIPm576 .card .client-content {
  display: block;
}

.cid-uMNWIPm576 .card .client-content .service-icon {
  text-align: left;
  position: relative;
  display: block;
}

.cid-uMNWIPm576 .card .client-content .service-icon .front {
  color: #e3e5e6;
  font-size: 3.1875rem;
  position: relative;
  margin-bottom: 22px;
}

.cid-uMNWIPm576 .card .client-content .service-icon:after {
  opacity: 0.5;
  width: 76px;
  height: 76px;
  content: "";
  position: absolute;
  top: -34px;
  left: 50%;
  margin-left: -13%;
  border-radius: 50%;
  z-index: 0;
}

.cid-uMNWIPm576 .card .client-content .card-text {
  margin-bottom: 25px;
  color: #ffffff;
}

.cid-uMNWIPm576 .card .client-info {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 30px;
}

.cid-uMNWIPm576 .card .client-info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
  right: -40px;
  height: 1px;
  background-color: #dcdfe2;
}

.cid-uMNWIPm576 .card .client-info .client-image {
  margin-right: 20px;
  flex: none;
  display: block;
}

.cid-uMNWIPm576 .card .client-info .client-image img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
  display: block;
  max-width: 100%;
}

.cid-uMNWIPm576 .card .client-info .name-job .signature {
  margin-bottom: 0;
  color: #1d1d1f;
}

.cid-uMNWIPm576 .card .client-info .name-job .profession {
  color: #ffffff;
}

@media (min-width: 768px) {
  .cid-uMNWIPm576 .carousel-controls a {
    width: 5%;
  }

  .cid-uMNWIPm576 .client-info {
    flex-direction: column;
    justify-content: center;
  }

  .cid-uMNWIPm576 .client-info .client-image {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }

  .cid-uMNWIPm576 * {
    text-align: center;
  }
}

.cid-uMNWIPm576 .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMNWIPm576 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uMNWIPm576 .card .client-content .card-text,
.cid-uMNWIPm576 .mbr-section-btn {
  color: #272b2e;
  text-align: center;
}

.cid-uMNWIPm576 .card .client-info .name-job .signature,
.cid-uMNWIPm576 .mbr-section-btn {
  text-align: center;
  color: #005552;
}

.cid-uMNWIPm576 .card .client-info .name-job .profession,
.cid-uMNWIPm576 .mbr-section-btn {
  text-align: center;
  color: #09d38a;
}

.cid-uMNWIPm576 .container .mbr-section-title {
  color: #005552;
}

.cid-uMNWIPm576 .container .mbr-text {
  color: #272b2e;
}

.cid-uMO1AZMX43 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}

.cid-uMO1AZMX43 .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMO1AZMX43 .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-uMO1AZMX43 .container {
    padding: 0 20px;
  }
}

.cid-uMO1AZMX43 .row {
  margin: 0;
  justify-content: center;
  padding: 0px 16px;
  background-color: #ffffff;
  border-radius: 20px !important;
}

@media (max-width: 992px) {
  .cid-uMO1AZMX43 .row {
    padding: 46px 4px 46px;
  }
}

.cid-uMO1AZMX43 .content-wrapper {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .cid-uMO1AZMX43 .content-wrapper {
    margin-bottom: 46px;
  }
}

.cid-uMO1AZMX43 .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}

.cid-uMO1AZMX43 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}

.cid-uMO1AZMX43 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cid-uMO1AZMX43 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}

.cid-uMO1AZMX43 .item {
  margin-bottom: 40px;
}

.cid-uMO1AZMX43 .item:first-child {
  margin-bottom: 0;
}

.cid-uMO1AZMX43 .item:hover .item-wrapper .item-img img,
.cid-uMO1AZMX43 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}

.cid-uMO1AZMX43 .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}

.cid-uMO1AZMX43 .item .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}

.cid-uMO1AZMX43 .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}

.cid-uMO1AZMX43 .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}

.cid-uMO1AZMX43 .item a {
  display: block;
}

.cid-uMO1AZMX43 .mbr-section-title {
  color: #004336;
  text-align: center;
}

.cid-uMO1AZMX43 .mbr-desc {
  color: #01352a;
  text-align: center;
}

.cid-uMO1AZMX43 .mbr-text,
.cid-uMO1AZMX43 .text-wrapper {
  color: #000000;
  text-align: center;
}

.cid-uMO1AZMX43 .card-title {
  color: #000000;
}

.cid-uMO1AZMX43 .card-desc {
  color: #09d38a;
}

.cid-uMOp78jSdZ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}

.cid-uMOp78jSdZ .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMOp78jSdZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uMOp78jSdZ .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}

.cid-uMOp78jSdZ .mbr-section-title.display-4 {
  font-size: 40px;
}

@media (max-width: 767px) {
  .cid-uMOp78jSdZ .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}

@media (max-width: 575px) {
  .cid-uMOp78jSdZ .mbr-section-title.display-4 {
    font-size: 26px;
  }
}

.cid-uMOp78jSdZ .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 0px;
}

@media (max-width: 767px) {
  .cid-uMOp78jSdZ .mbr-text {
    margin-top: 16px;
  }
}

.cid-uMOp78jSdZ .mbr-section-btn {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .cid-uMOp78jSdZ .mbr-section-btn {
    margin-top: 16px;
  }
}

.cid-uMOqkE0Khm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}

.cid-uMOqkE0Khm .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMOqkE0Khm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uMOqkE0Khm .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}

.cid-uMOqkE0Khm .items-wrapper .item {
  padding: 0 10px;
}

.cid-uMOqkE0Khm .item {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .cid-uMOqkE0Khm .item {
    margin-bottom: 20px;
  }
}

.cid-uMOqkE0Khm .item:hover .item-wrapper,
.cid-uMOqkE0Khm .item:focus .item-wrapper {
  transform: scale(0.95);
}

.cid-uMOqkE0Khm .item .item-wrapper {
  padding: 60px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1440px) {
  .cid-uMOqkE0Khm .item .item-wrapper {
    padding: 80px 60px;
  }
}

@media (max-width: 992px) {
  .cid-uMOqkE0Khm .item .item-wrapper {
    padding: 5px 20px 20px;
  }
}

.cid-uMOqkE0Khm .item .item-wrapper .item-content .label-wrapper_1 .mbr-label,
.cid-uMOqkE0Khm .item .item-wrapper .item-content .label-wrapper_2 .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
}

.cid-uMOqkE0Khm .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_1,
.cid-uMOqkE0Khm .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_1 {
  background-color: #ffffff;
}

.cid-uMOqkE0Khm .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_2,
.cid-uMOqkE0Khm .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_2 {
  background-color: #b593ff;
}

.cid-uMOqkE0Khm .item .item-wrapper .item-content .item-title_1,
.cid-uMOqkE0Khm .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 20px;
}

.cid-uMOqkE0Khm .item .item-wrapper .item-content .text-wrapper_1 .item-text_1,
.cid-uMOqkE0Khm .item .item-wrapper .item-content .text-wrapper_2 .item-text_1,
.cid-uMOqkE0Khm .item .item-wrapper .item-content .text-wrapper_1 .item-text_2,
.cid-uMOqkE0Khm .item .item-wrapper .item-content .text-wrapper_2 .item-text_2 {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}

@media (max-width: 992px) {

  .cid-uMOqkE0Khm .item .item-wrapper .item-content .text-wrapper_1 .item-text_1,
  .cid-uMOqkE0Khm .item .item-wrapper .item-content .text-wrapper_2 .item-text_1,
  .cid-uMOqkE0Khm .item .item-wrapper .item-content .text-wrapper_1 .item-text_2,
  .cid-uMOqkE0Khm .item .item-wrapper .item-content .text-wrapper_2 .item-text_2 {
    width: 100%;
  }
}

.cid-uMOqkE0Khm .item .card_1 {
  background-color: #01352a;
}

.cid-uMOqkE0Khm .item .card_2 {
  background-color: #09d38a;
}

.cid-uMOqkE0Khm .mbr-label_1 {
  color: #19171c;
}

.cid-uMOqkE0Khm .mbr-label_2 {
  color: #ffffff;
}

.cid-uMOqkE0Khm .item-title_1 {
  color: #19171c;
}

.cid-uMOqkE0Khm .item-title_2 {
  color: #19171c;
}

.cid-uMOqkE0Khm .item-text_1 {
  color: #19171c;
}

.cid-uMOqkE0Khm .item-text_2 {
  color: #19171c;
}

.cid-uMOqkE0Khm .item-title_1,
.cid-uMOqkE0Khm .mbr-section-btn {
  color: #ffffff;
}

.cid-uMO30RSx2i {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #01352a;
}

.cid-uMO30RSx2i .logo__image {
  width: 100px;
  object-fit: cover;
}

.cid-uMO30RSx2i .brand__text {
  margin-bottom: 0;
}

.cid-uMO30RSx2i .brand__text a {
  font-weight: 700;
}

.cid-uMO30RSx2i a:hover {
  color: #ffffff !important;
}

.cid-uMO30RSx2i .mbr-text,
.cid-uMO30RSx2i .privacy {
  margin-bottom: 0;
  color: #919dab;
}

.cid-uMO30RSx2i .menu {
  margin: 10px 0;
}

.cid-uMO30RSx2i .foot__menu {
  margin: 0;
  padding: 0;
}

.cid-uMO30RSx2i .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
  color: #ffffff;
}

.cid-uMO30RSx2i .menu__items:last-child {
  margin-right: 0;
}

.cid-uMO30RSx2i .divider {
  background-color: #ebeaed;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}

.cid-uMO30RSx2i .social {
  margin-top: 10px;
}

.cid-uMO30RSx2i .social a {
  margin: 0 15px;
}

.cid-uMO30RSx2i .social a:last-child {
  margin-right: 0;
}

.cid-uMO30RSx2i .social a:first-child {
  margin-left: 0;
}

.cid-uMO30RSx2i .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}

.cid-uMO30RSx2i .mbr-text {
  color: #bbbbbb;
}

@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

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

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

.form-active .form-control:invalid {
  border-color: red;
}

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

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}

.row>[class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.cid-uMqEbMuosP {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}

.cid-uMqEbMuosP .navbar-dropdown {
  background-color: #003c30 !important;
  padding: 0;
  position: absolute !important;
}

.cid-uMqEbMuosP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #003c30 !important;
  background: #003c30;
}

.cid-uMqEbMuosP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}

.cid-uMqEbMuosP .menu_box {
  flex-wrap: nowrap;
}

@media (max-width: 991px) {
  .cid-uMqEbMuosP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }

  .cid-uMqEbMuosP .menu_box .navbar.opened,
  .cid-uMqEbMuosP .menu_box .navbar-collapse {
    background-color: #003c30 !important;
    transition: all 0s ease 0s;
  }
}

.cid-uMqEbMuosP nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cid-uMqEbMuosP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}

@media (max-width: 991px) {
  .cid-uMqEbMuosP .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}

@media (max-width: 991px) {
  .cid-uMqEbMuosP .mbr-section-btn-main {
    margin-top: 1rem;
  }
}

.cid-uMqEbMuosP .mbr-section-btn-main .btn {
  padding: 16px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}

.cid-uMqEbMuosP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}

.cid-uMqEbMuosP .btn:hover {
  box-shadow: none;
}

@media (min-width: 1200px) {
  .cid-uMqEbMuosP .nav-item {
    margin: 4px 16px;
  }
}

@media (max-width: 991px) {
  .cid-uMqEbMuosP .nav-item {
    margin: 0 !important;
  }
}

.cid-uMqEbMuosP .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}

.cid-uMqEbMuosP .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #09d38a;
  transition: all 0.3s ease-in-out;
}

.cid-uMqEbMuosP .nav-item .nav-link:hover,
.cid-uMqEbMuosP .nav-item .nav-link:focus {
  color: #09d38a !important;
}

.cid-uMqEbMuosP .nav-item .nav-link:hover::before,
.cid-uMqEbMuosP .nav-item .nav-link:focus::before {
  width: 100%;
}

.cid-uMqEbMuosP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}

@media (min-width: 992px) {
  .cid-uMqEbMuosP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }

  .cid-uMqEbMuosP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}

@media (max-width: 991px) {

  .cid-uMqEbMuosP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMqEbMuosP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }

  .cid-uMqEbMuosP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }

  .cid-uMqEbMuosP .offcanvas_box {
    display: none;
  }
}

.cid-uMqEbMuosP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}

.cid-uMqEbMuosP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.cid-uMqEbMuosP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}

.cid-uMqEbMuosP .container {
  display: flex;
  margin: auto;
}

.cid-uMqEbMuosP .iconfont-wrapper {
  color: #ffffff;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}

.cid-uMqEbMuosP .iconfont-wrapper:last-child {
  margin-right: 0;
}

.cid-uMqEbMuosP .iconfont-wrapper:hover {
  opacity: .7;
}

@media (min-width: 992px) {
  .cid-uMqEbMuosP .navbar-nav {
    margin: 0;
  }
}

.cid-uMqEbMuosP .dropdown-menu,
.cid-uMqEbMuosP .navbar.opened {
  background-color: false !important;
}

.cid-uMqEbMuosP .nav-item:focus,
.cid-uMqEbMuosP .nav-link:focus {
  outline: none;
}

.cid-uMqEbMuosP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}

.cid-uMqEbMuosP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-uMqEbMuosP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}

.cid-uMqEbMuosP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}

.cid-uMqEbMuosP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}

.cid-uMqEbMuosP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}

.cid-uMqEbMuosP .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}

@media (max-width: 992px) {
  .cid-uMqEbMuosP .navbar {
    min-height: 30px;
    max-height: none;
  }
}

.cid-uMqEbMuosP .navbar.opened {
  transition: all 0.3s;
}

.cid-uMqEbMuosP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}

.cid-uMqEbMuosP .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}

.cid-uMqEbMuosP .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}

.cid-uMqEbMuosP .navbar.collapsed {
  justify-content: center;
}

.cid-uMqEbMuosP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}

.cid-uMqEbMuosP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

.cid-uMqEbMuosP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}

.cid-uMqEbMuosP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.cid-uMqEbMuosP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}

.cid-uMqEbMuosP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}

.cid-uMqEbMuosP .navbar.collapsed .icons-menu {
  padding: 0;
}

@media (max-width: 991px) {
  .cid-uMqEbMuosP .navbar .nav-item {
    padding: .5rem 0;
  }

  .cid-uMqEbMuosP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }

  .cid-uMqEbMuosP .navbar .nav-item .nav-link::before {
    display: none;
  }

  .cid-uMqEbMuosP .navbar.opened .dropdown-menu {
    top: 0;
  }

  .cid-uMqEbMuosP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }

  .cid-uMqEbMuosP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }

  .cid-uMqEbMuosP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }

  .cid-uMqEbMuosP .navbar .navbar-logo img {
    height: 3rem !important;
  }

  .cid-uMqEbMuosP .navbar ul.navbar-nav {
    overflow: hidden;
  }

  .cid-uMqEbMuosP .navbar ul.navbar-nav li {
    margin: 0;
  }

  .cid-uMqEbMuosP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }

  .cid-uMqEbMuosP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }

  .cid-uMqEbMuosP .navbar .navbar-toggler {
    flex-basis: auto;
  }

  .cid-uMqEbMuosP .navbar .icons-menu {
    padding: 0;
  }
}

.cid-uMqEbMuosP .navbar.navbar-short {
  min-height: 60px;
}

.cid-uMqEbMuosP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}

.cid-uMqEbMuosP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}

.cid-uMqEbMuosP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}

.cid-uMqEbMuosP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}

.cid-uMqEbMuosP .navbar-brand .navbar-logo a {
  outline: none;
}

.cid-uMqEbMuosP .dropdown-item.active,
.cid-uMqEbMuosP .dropdown-item:active {
  background-color: transparent;
}

.cid-uMqEbMuosP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}

.cid-uMqEbMuosP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.cid-uMqEbMuosP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.cid-uMqEbMuosP .navbar .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-uMqEbMuosP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}

.cid-uMqEbMuosP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}

.cid-uMqEbMuosP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #003c30;
  background: #ffffff;
}

.cid-uMqEbMuosP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00d890;
}

.cid-uMqEbMuosP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}

.cid-uMqEbMuosP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}

.cid-uMqEbMuosP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}

.cid-uMqEbMuosP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}

.cid-uMqEbMuosP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-uMqEbMuosP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}

.cid-uMqEbMuosP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}

.cid-uMqEbMuosP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-uMqEbMuosP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.cid-uMqEbMuosP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .cid-uMqEbMuosP .navbar {
    height: 70px;
  }

  .cid-uMqEbMuosP .navbar.opened {
    height: auto;
  }

  .cid-uMqEbMuosP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-uMqEbMuosP .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}

.cid-uMqEbMuosP .navbar-caption:hover {
  color: #09d38a;
}

@media (min-width: 992px) {
  .cid-uMqEbMuosP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}

.cid-uMqEbMuosP .text_widget {
  margin-bottom: 32px;
}

.cid-uMqEbMuosP .text_widget a {
  transition: all 0.3s ease-out;
}

.cid-uMqEbMuosP .text_widget a:hover,
.cid-uMqEbMuosP .text_widget a:focus {
  opacity: .8;
}

@media (min-width: 992px) {
  .cid-uMqEbMuosP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}

.cid-uMqEbMuosP .navbar-caption {
  color: #ffffff;
}

.cid-uMqEbMuosP .mbr-section-subtitle,
.cid-uMqEbMuosP .text_widget,
.cid-uMqEbMuosP .mbr-section-btn {
  text-align: center;
}

.cid-uMqEbMuosP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}

.cid-uMO403Q0Oo {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #01352a;
}

.cid-uMO403Q0Oo .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMO403Q0Oo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uMO403Q0Oo .row {
  justify-content: space-between;
}

@media (max-width: 992px) {
  .cid-uMO403Q0Oo .content-wrapper {
    margin-bottom: 35px;
  }
}

.cid-uMO403Q0Oo .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .cid-uMO403Q0Oo .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}

.cid-uMO403Q0Oo .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .cid-uMO403Q0Oo .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}

.cid-uMO403Q0Oo .content-wrapper .mbr-text {
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .cid-uMO403Q0Oo .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}

.cid-uMO403Q0Oo .image-wrapper {
  padding-left: 30px;
}

@media (max-width: 992px) {
  .cid-uMO403Q0Oo .image-wrapper {
    padding-left: 0;
  }
}

.cid-uMO403Q0Oo .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 0 16rem;
}

@media (max-width: 992px) {
  .cid-uMO403Q0Oo .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}

.cid-uMO403Q0Oo .mbr-section-title {
  color: #000000;
}

.cid-uMO403Q0Oo .mbr-desc {
  color: #09d38a;
}

.cid-uMO403Q0Oo .mbr-text {
  color: #f5f5f7;
}

.cid-uMO403Q0Oo .mbr-section-title,
.cid-uMO403Q0Oo .mbr-section-btn {
  color: #ffffff;
}

.cid-uMO644Vfn3 {
  padding-top: 40px;
  padding-bottom: 15px;
  background-color: #ffffff;
}

.cid-uMO644Vfn3 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}

.cid-uMO644Vfn3 .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #09d38a;
  margin-right: 2rem;
  border-radius: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cid-uMO644Vfn3 .timeline-text-content p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .cid-uMO644Vfn3 .timeline-text-content {
    padding: 1rem 0.5rem;
  }

  .cid-uMO644Vfn3 .mbr-timeline-title {
    margin-top: 5px;
    margin-bottom: -25px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .cid-uMO644Vfn3 .timeline-text-content p {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.cid-uMO644Vfn3 .mbr-timeline-title,
.cid-uMO644Vfn3 .mbr-timeline-text {
  color: #ffffff;
}

.cid-uMO644Vfn3 .timeline-element {
  margin-bottom: 10px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cid-uMO644Vfn3 .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.cid-uMO644Vfn3 .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}

.cid-uMO644Vfn3 .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #09d38a;
  top: 20px;
  margin-left: -30px;
}

.cid-uMO644Vfn3 .iconsBackground span {
  color: #ffffff;
}

.cid-uMO644Vfn3 .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}

.cid-uMO644Vfn3 .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #09d38a;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}

.cid-uMO644Vfn3 .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media (max-width: 768px) {
  .cid-uMO644Vfn3 .iconsBackground {
    left: 1.5rem;
  }

  .cid-uMO644Vfn3 .separline:before {
    left: calc(1.5rem - 1px);
  }

  .cid-uMO644Vfn3 .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }

  .cid-uMO644Vfn3 .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}

.cid-uMO644Vfn3 .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMO644Vfn3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uMO644Vfn3 .mbr-timeline-text {
  color: #004336;
}

.cid-uMO644Vfn3 .mbr-timeline-title {
  color: #01352a;
}

.cid-uMO7erF3vh {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}

.cid-uMO7erF3vh .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMO7erF3vh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uMO7erF3vh .container-fluid {
  padding: 0 28px;
}

@media (max-width: 992px) {
  .cid-uMO7erF3vh .container-fluid {
    padding: 0 16px;
  }
}

@media (max-width: 768px) {
  .cid-uMO7erF3vh .container-fluid {
    padding: 0 14px;
  }
}

@media (max-width: 992px) {
  .cid-uMO7erF3vh .container {
    padding: 0 16px;
  }
}

@media (max-width: 768px) {
  .cid-uMO7erF3vh .container {
    padding: 0 14px;
  }
}

.cid-uMO7erF3vh .row {
  justify-content: center;
}

.cid-uMO7erF3vh .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .cid-uMO7erF3vh .content-wrapper .mbr-section-title {
    margin-bottom: 0px;
  }
}

.cid-uMO7erF3vh .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}

.cid-uMO7erF3vh .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}

.cid-uMO7erF3vh .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}

.cid-uMO7erF3vh .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}

.cid-uMO7erF3vh .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}

.cid-uMO7erF3vh .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}

.cid-uMO7erF3vh .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}

.cid-uMO7erF3vh .mbr-section-title {
  color: #004336;
  text-align: center;
}

.cid-uMO7erF3vh .mbr-text_1 {
  color: #000000;
}

.cid-uMO7erF3vh .list {
  color: #01004c;
}

.cid-uMO7erF3vh .mbr-text_2 {
  color: #01004c;
}

.cid-uMO7BC5VNU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f7;
}

.cid-uMO7BC5VNU .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMO7BC5VNU .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-uMO7BC5VNU .container {
    padding: 0 22px;
  }
}

.cid-uMO7BC5VNU .card {
  justify-content: center;
}

.cid-uMO7BC5VNU .content-wrapper {
  padding-right: 32px;
}

@media (max-width: 992px) {
  .cid-uMO7BC5VNU .content-wrapper {
    padding: 0;
  }
}

.cid-uMO7BC5VNU .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}

.cid-uMO7BC5VNU .content-wrapper .mbr-text {
  margin-bottom: 10px;
}

.cid-uMO7BC5VNU .image-wrapper {
  padding-right: 64px;
}

@media (max-width: 992px) {
  .cid-uMO7BC5VNU .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}

.cid-uMO7BC5VNU .image-wrapper img {
  height: 600px;
  border-radius: 20 !important;
  object-fit: cover;
}

@media (max-width: 992px) {
  .cid-uMO7BC5VNU .image-wrapper img {
    height: 350px;
  }
}

.cid-uMO7BC5VNU .mbr-section-title {
  color: #ffffff;
}

.cid-uMO7BC5VNU .mbr-text {
  color: #282828;
}

.cid-uMO7BC5VNU .mbr-section-title,
.cid-uMO7BC5VNU .mbr-section-btn {
  color: #004336;
}

.cid-uMObC8BoCO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-uMObC8BoCO .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMObC8BoCO .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-uMObC8BoCO .container {
    padding: 0 24px;
  }
}

.cid-uMObC8BoCO .row {
  justify-content: center;
}

.cid-uMObC8BoCO .tabs-wrapper {
  text-align: center;
  margin-bottom: 64px;
}

@media (max-width: 992px) {
  .cid-uMObC8BoCO .tabs-wrapper {
    margin-bottom: 32px;
  }
}

.cid-uMObC8BoCO .tabs-wrapper .nav.nav-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  border: none;
  justify-content: center;
  border-radius: 40px;
  background-color: #f5f5f7;
}

.cid-uMObC8BoCO .tabs-wrapper .nav.nav-tabs .nav-item {
  margin: 8px;
}

.cid-uMObC8BoCO .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 0 16px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  min-width: 310px;
  margin-bottom: 0;
  border: none;
  color: #003c30;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}

@media (max-width: 768px) {
  .cid-uMObC8BoCO .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    min-width: 225px;
  }
}

.cid-uMObC8BoCO .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #003c30;
  color: #ffffff;
}

.cid-uMObC8BoCO .tab-content .tab-pane .content-wrapper .image-wrapper {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .cid-uMObC8BoCO .tab-content .tab-pane .content-wrapper .image-wrapper {
    margin-bottom: 24px;
  }
}

.cid-uMObC8BoCO .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 400px;
  object-fit: cover;
}

@media (max-width: 992px) {
  .cid-uMObC8BoCO .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}

.cid-uMObC8BoCO .tab-content .tab-pane .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}

.cid-uMObC8BoCO .mbr-text {
  color: #000000;
  text-align: center;
}

.cid-uMOcwGvIKC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}

.cid-uMOcwGvIKC .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMOcwGvIKC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uMOcwGvIKC .container-fluid {
  padding: 0 60px;
}

@media (max-width: 992px) {
  .cid-uMOcwGvIKC .container-fluid {
    padding: 0 23px;
  }
}

@media (max-width: 768px) {
  .cid-uMOcwGvIKC .container-fluid {
    padding: 0 12px;
  }
}

@media (max-width: 992px) {
  .cid-uMOcwGvIKC .container {
    padding: 0 23px;
  }
}

@media (max-width: 768px) {
  .cid-uMOcwGvIKC .container {
    padding: 0 12px;
  }
}

.cid-uMOcwGvIKC .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 16px;
  background-color: #003c30;
}

@media (max-width: 992px) {
  .cid-uMOcwGvIKC .content-wrapper {
    display: block;
  }
}

.cid-uMOcwGvIKC .content-wrapper .title-wrapper {
  width: 50%;
  padding: 48px;
  margin-right: 32px;
}

@media (max-width: 992px) {
  .cid-uMOcwGvIKC .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .cid-uMOcwGvIKC .content-wrapper .title-wrapper {
    padding: 24px;
  }
}

.cid-uMOcwGvIKC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}

.cid-uMOcwGvIKC .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}

.cid-uMOcwGvIKC .content-wrapper .mbr-form {
  width: 50%;
}

@media (max-width: 992px) {
  .cid-uMOcwGvIKC .content-wrapper .mbr-form {
    width: 100%;
  }
}

.cid-uMOcwGvIKC .content-wrapper .mbr-form .form-wrap {
  width: 100%;
  padding: 48px;
}

@media (max-width: 992px) {
  .cid-uMOcwGvIKC .content-wrapper .mbr-form .form-wrap {
    padding: 32px;
  }
}

@media (max-width: 768px) {
  .cid-uMOcwGvIKC .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}

.cid-uMOcwGvIKC .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}

.cid-uMOcwGvIKC .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}

.cid-uMOcwGvIKC .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}

.cid-uMOcwGvIKC .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  box-shadow: none;
  border-radius: 16px !important;
  border: 1px solid #bbbbbb !important;
  background-color: #01352a;
}

.cid-uMOcwGvIKC .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uMOcwGvIKC .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}

.cid-uMOcwGvIKC .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #bbbbbb;
}

.cid-uMOcwGvIKC .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}

.cid-uMOcwGvIKC .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}

.cid-uMOcwGvIKC .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}

.cid-uMOcwGvIKC .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 10px;
}

.cid-uMOcwGvIKC .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}

.cid-uMOcwGvIKC .mbr-section-title {
  color: #ffffff;
}

.cid-uMOcwGvIKC .mbr-text {
  color: #ffffff;
}

.cid-uMOcwGvIKC label {
  color: #ffffff;
}

.cid-uMO30RSx2i {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #01352a;
}

.cid-uMO30RSx2i .logo__image {
  width: 100px;
  object-fit: cover;
}

.cid-uMO30RSx2i .brand__text {
  margin-bottom: 0;
}

.cid-uMO30RSx2i .brand__text a {
  font-weight: 700;
}

.cid-uMO30RSx2i a:hover {
  color: #ffffff !important;
}

.cid-uMO30RSx2i .mbr-text,
.cid-uMO30RSx2i .privacy {
  margin-bottom: 0;
  color: #919dab;
}

.cid-uMO30RSx2i .menu {
  margin: 10px 0;
}

.cid-uMO30RSx2i .foot__menu {
  margin: 0;
  padding: 0;
}

.cid-uMO30RSx2i .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
  color: #ffffff;
}

.cid-uMO30RSx2i .menu__items:last-child {
  margin-right: 0;
}

.cid-uMO30RSx2i .divider {
  background-color: #ebeaed;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}

.cid-uMO30RSx2i .social {
  margin-top: 10px;
}

.cid-uMO30RSx2i .social a {
  margin: 0 15px;
}

.cid-uMO30RSx2i .social a:last-child {
  margin-right: 0;
}

.cid-uMO30RSx2i .social a:first-child {
  margin-left: 0;
}

.cid-uMO30RSx2i .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}

.cid-uMO30RSx2i .mbr-text {
  color: #bbbbbb;
}

@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

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

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

.form-active .form-control:invalid {
  border-color: red;
}

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

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}

.row>[class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.cid-uMqEbMuosP {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}

.cid-uMqEbMuosP .navbar-dropdown {
  background-color: #003c30 !important;
  padding: 0;
  position: absolute !important;
}

.cid-uMqEbMuosP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #003c30 !important;
  background: #003c30;
}

.cid-uMqEbMuosP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}

.cid-uMqEbMuosP .menu_box {
  flex-wrap: nowrap;
}

@media (max-width: 991px) {
  .cid-uMqEbMuosP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }

  .cid-uMqEbMuosP .menu_box .navbar.opened,
  .cid-uMqEbMuosP .menu_box .navbar-collapse {
    background-color: #003c30 !important;
    transition: all 0s ease 0s;
  }
}

.cid-uMqEbMuosP nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cid-uMqEbMuosP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}

@media (max-width: 991px) {
  .cid-uMqEbMuosP .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}

@media (max-width: 991px) {
  .cid-uMqEbMuosP .mbr-section-btn-main {
    margin-top: 1rem;
  }
}

.cid-uMqEbMuosP .mbr-section-btn-main .btn {
  padding: 16px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}

.cid-uMqEbMuosP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}

.cid-uMqEbMuosP .btn:hover {
  box-shadow: none;
}

@media (min-width: 1200px) {
  .cid-uMqEbMuosP .nav-item {
    margin: 4px 16px;
  }
}

@media (max-width: 991px) {
  .cid-uMqEbMuosP .nav-item {
    margin: 0 !important;
  }
}

.cid-uMqEbMuosP .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}

.cid-uMqEbMuosP .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #09d38a;
  transition: all 0.3s ease-in-out;
}

.cid-uMqEbMuosP .nav-item .nav-link:hover,
.cid-uMqEbMuosP .nav-item .nav-link:focus {
  color: #09d38a !important;
}

.cid-uMqEbMuosP .nav-item .nav-link:hover::before,
.cid-uMqEbMuosP .nav-item .nav-link:focus::before {
  width: 100%;
}

.cid-uMqEbMuosP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}

@media (min-width: 992px) {
  .cid-uMqEbMuosP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }

  .cid-uMqEbMuosP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}

@media (max-width: 991px) {

  .cid-uMqEbMuosP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMqEbMuosP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }

  .cid-uMqEbMuosP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }

  .cid-uMqEbMuosP .offcanvas_box {
    display: none;
  }
}

.cid-uMqEbMuosP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}

.cid-uMqEbMuosP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.cid-uMqEbMuosP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}

.cid-uMqEbMuosP .container {
  display: flex;
  margin: auto;
}

.cid-uMqEbMuosP .iconfont-wrapper {
  color: #ffffff;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}

.cid-uMqEbMuosP .iconfont-wrapper:last-child {
  margin-right: 0;
}

.cid-uMqEbMuosP .iconfont-wrapper:hover {
  opacity: .7;
}

@media (min-width: 992px) {
  .cid-uMqEbMuosP .navbar-nav {
    margin: 0;
  }
}

.cid-uMqEbMuosP .dropdown-menu,
.cid-uMqEbMuosP .navbar.opened {
  background-color: false !important;
}

.cid-uMqEbMuosP .nav-item:focus,
.cid-uMqEbMuosP .nav-link:focus {
  outline: none;
}

.cid-uMqEbMuosP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}

.cid-uMqEbMuosP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-uMqEbMuosP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}

.cid-uMqEbMuosP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}

.cid-uMqEbMuosP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}

.cid-uMqEbMuosP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}

.cid-uMqEbMuosP .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}

@media (max-width: 992px) {
  .cid-uMqEbMuosP .navbar {
    min-height: 30px;
    max-height: none;
  }
}

.cid-uMqEbMuosP .navbar.opened {
  transition: all 0.3s;
}

.cid-uMqEbMuosP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}

.cid-uMqEbMuosP .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}

.cid-uMqEbMuosP .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}

.cid-uMqEbMuosP .navbar.collapsed {
  justify-content: center;
}

.cid-uMqEbMuosP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}

.cid-uMqEbMuosP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

.cid-uMqEbMuosP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}

.cid-uMqEbMuosP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.cid-uMqEbMuosP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}

.cid-uMqEbMuosP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}

.cid-uMqEbMuosP .navbar.collapsed .icons-menu {
  padding: 0;
}

@media (max-width: 991px) {
  .cid-uMqEbMuosP .navbar .nav-item {
    padding: .5rem 0;
  }

  .cid-uMqEbMuosP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }

  .cid-uMqEbMuosP .navbar .nav-item .nav-link::before {
    display: none;
  }

  .cid-uMqEbMuosP .navbar.opened .dropdown-menu {
    top: 0;
  }

  .cid-uMqEbMuosP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }

  .cid-uMqEbMuosP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }

  .cid-uMqEbMuosP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }

  .cid-uMqEbMuosP .navbar .navbar-logo img {
    height: 3rem !important;
  }

  .cid-uMqEbMuosP .navbar ul.navbar-nav {
    overflow: hidden;
  }

  .cid-uMqEbMuosP .navbar ul.navbar-nav li {
    margin: 0;
  }

  .cid-uMqEbMuosP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }

  .cid-uMqEbMuosP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }

  .cid-uMqEbMuosP .navbar .navbar-toggler {
    flex-basis: auto;
  }

  .cid-uMqEbMuosP .navbar .icons-menu {
    padding: 0;
  }
}

.cid-uMqEbMuosP .navbar.navbar-short {
  min-height: 60px;
}

.cid-uMqEbMuosP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}

.cid-uMqEbMuosP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}

.cid-uMqEbMuosP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}

.cid-uMqEbMuosP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}

.cid-uMqEbMuosP .navbar-brand .navbar-logo a {
  outline: none;
}

.cid-uMqEbMuosP .dropdown-item.active,
.cid-uMqEbMuosP .dropdown-item:active {
  background-color: transparent;
}

.cid-uMqEbMuosP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}

.cid-uMqEbMuosP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.cid-uMqEbMuosP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.cid-uMqEbMuosP .navbar .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-uMqEbMuosP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}

.cid-uMqEbMuosP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}

.cid-uMqEbMuosP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #003c30;
  background: #ffffff;
}

.cid-uMqEbMuosP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00d890;
}

.cid-uMqEbMuosP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}

.cid-uMqEbMuosP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}

.cid-uMqEbMuosP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}

.cid-uMqEbMuosP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}

.cid-uMqEbMuosP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-uMqEbMuosP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}

.cid-uMqEbMuosP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}

.cid-uMqEbMuosP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-uMqEbMuosP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.cid-uMqEbMuosP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .cid-uMqEbMuosP .navbar {
    height: 70px;
  }

  .cid-uMqEbMuosP .navbar.opened {
    height: auto;
  }

  .cid-uMqEbMuosP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-uMqEbMuosP .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}

.cid-uMqEbMuosP .navbar-caption:hover {
  color: #09d38a;
}

@media (min-width: 992px) {
  .cid-uMqEbMuosP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}

.cid-uMqEbMuosP .text_widget {
  margin-bottom: 32px;
}

.cid-uMqEbMuosP .text_widget a {
  transition: all 0.3s ease-out;
}

.cid-uMqEbMuosP .text_widget a:hover,
.cid-uMqEbMuosP .text_widget a:focus {
  opacity: .8;
}

@media (min-width: 992px) {
  .cid-uMqEbMuosP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}

.cid-uMqEbMuosP .navbar-caption {
  color: #ffffff;
}

.cid-uMqEbMuosP .mbr-section-subtitle,
.cid-uMqEbMuosP .text_widget,
.cid-uMqEbMuosP .mbr-section-btn {
  text-align: center;
}

.cid-uMqEbMuosP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}

.cid-uMOn9sLS6y {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f5f5f7;
}

.cid-uMOn9sLS6y .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMOn9sLS6y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uMOn9sLS6y .container-fluid {
  padding: 0 28px;
}

@media (max-width: 992px) {
  .cid-uMOn9sLS6y .container-fluid {
    padding: 0 16px;
  }
}

@media (max-width: 768px) {
  .cid-uMOn9sLS6y .container-fluid {
    padding: 0 14px;
  }
}

@media (max-width: 992px) {
  .cid-uMOn9sLS6y .container {
    padding: 0 16px;
  }
}

@media (max-width: 768px) {
  .cid-uMOn9sLS6y .container {
    padding: 0 14px;
  }
}

.cid-uMOn9sLS6y .row {
  justify-content: center;
}

.cid-uMOn9sLS6y .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .cid-uMOn9sLS6y .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}

.cid-uMOn9sLS6y .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}

.cid-uMOn9sLS6y .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}

.cid-uMOn9sLS6y .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}

.cid-uMOn9sLS6y .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}

.cid-uMOn9sLS6y .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}

.cid-uMOn9sLS6y .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}

.cid-uMOn9sLS6y .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}

.cid-uMOn9sLS6y .mbr-section-title {
  color: #004336;
  text-align: center;
}

.cid-uMOn9sLS6y .mbr-text_1 {
  color: #000000;
}

.cid-uMOn9sLS6y .list {
  color: #01004c;
}

.cid-uMOn9sLS6y .mbr-text_2 {
  color: #01004c;
}

.cid-uMOn123PhX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f5f7;
}

.cid-uMOn123PhX .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMOn123PhX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uMOn123PhX .container-fluid {
  padding: 0 50px;
}

@media (max-width: 1440px) {
  .cid-uMOn123PhX .container-fluid {
    padding: 0 40px;
  }
}

@media (max-width: 992px) {
  .cid-uMOn123PhX .container-fluid {
    padding: 0 20px;
  }
}

@media (max-width: 992px) {
  .cid-uMOn123PhX .container {
    padding: 0 20px;
  }
}

.cid-uMOn123PhX .row {
  justify-content: center;
}

.cid-uMOn123PhX .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .cid-uMOn123PhX .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}

.cid-uMOn123PhX .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .cid-uMOn123PhX .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}

.cid-uMOn123PhX .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}

@media (max-width: 1200px) {
  .cid-uMOn123PhX .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .cid-uMOn123PhX .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}

.cid-uMOn123PhX .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}

.cid-uMOn123PhX .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #09d38a;
  display: inline-flex;
}

.cid-uMOn123PhX .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #38001b;
  opacity: .2;
  margin-bottom: 20px;
}

.cid-uMOn123PhX .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}

.cid-uMOn123PhX .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}

.cid-uMOn123PhX .mbr-section-title {
  color: #01352a;
}

.cid-uMOn123PhX .mbr-text {
  color: #38001b;
}

.cid-uMOn123PhX .item-title {
  color: #38001b;
}

.cid-uMOn123PhX .item-text {
  color: #38001b;
}

.cid-uMOnJn91jf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f5f7;
}

.cid-uMOnJn91jf .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMOnJn91jf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uMOnJn91jf .container-fluid {
  padding: 0 50px;
}

@media (max-width: 1440px) {
  .cid-uMOnJn91jf .container-fluid {
    padding: 0 40px;
  }
}

@media (max-width: 992px) {
  .cid-uMOnJn91jf .container-fluid {
    padding: 0 20px;
  }
}

@media (max-width: 992px) {
  .cid-uMOnJn91jf .container {
    padding: 0 20px;
  }
}

.cid-uMOnJn91jf .row {
  justify-content: center;
}

.cid-uMOnJn91jf .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .cid-uMOnJn91jf .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}

.cid-uMOnJn91jf .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .cid-uMOnJn91jf .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}

.cid-uMOnJn91jf .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}

@media (max-width: 1200px) {
  .cid-uMOnJn91jf .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .cid-uMOnJn91jf .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}

.cid-uMOnJn91jf .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}

.cid-uMOnJn91jf .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #09d38a;
  display: inline-flex;
}

.cid-uMOnJn91jf .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #38001b;
  opacity: .2;
  margin-bottom: 20px;
}

.cid-uMOnJn91jf .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}

.cid-uMOnJn91jf .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}

.cid-uMOnJn91jf .mbr-section-title {
  color: #38001b;
}

.cid-uMOnJn91jf .mbr-text {
  color: #38001b;
}

.cid-uMOnJn91jf .item-title {
  color: #38001b;
}

.cid-uMOnJn91jf .item-text {
  color: #38001b;
}

.cid-uMOo7r9C1P {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f5f7;
}

.cid-uMOo7r9C1P .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMOo7r9C1P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uMOo7r9C1P .container-fluid {
  padding: 0 50px;
}

@media (max-width: 1440px) {
  .cid-uMOo7r9C1P .container-fluid {
    padding: 0 40px;
  }
}

@media (max-width: 992px) {
  .cid-uMOo7r9C1P .container-fluid {
    padding: 0 20px;
  }
}

@media (max-width: 992px) {
  .cid-uMOo7r9C1P .container {
    padding: 0 20px;
  }
}

.cid-uMOo7r9C1P .row {
  justify-content: center;
}

.cid-uMOo7r9C1P .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .cid-uMOo7r9C1P .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}

.cid-uMOo7r9C1P .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .cid-uMOo7r9C1P .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}

.cid-uMOo7r9C1P .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}

@media (max-width: 1200px) {
  .cid-uMOo7r9C1P .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .cid-uMOo7r9C1P .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}

.cid-uMOo7r9C1P .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}

.cid-uMOo7r9C1P .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #09d38a;
  display: inline-flex;
}

.cid-uMOo7r9C1P .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #38001b;
  opacity: .2;
  margin-bottom: 20px;
}

.cid-uMOo7r9C1P .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}

.cid-uMOo7r9C1P .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}

.cid-uMOo7r9C1P .mbr-section-title {
  color: #38001b;
}

.cid-uMOo7r9C1P .mbr-text {
  color: #38001b;
}

.cid-uMOo7r9C1P .item-title {
  color: #38001b;
}

.cid-uMOo7r9C1P .item-text {
  color: #38001b;
}

.cid-uMOohi3sOl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f5f7;
}

.cid-uMOohi3sOl .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMOohi3sOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uMOohi3sOl .container-fluid {
  padding: 0 50px;
}

@media (max-width: 1440px) {
  .cid-uMOohi3sOl .container-fluid {
    padding: 0 40px;
  }
}

@media (max-width: 992px) {
  .cid-uMOohi3sOl .container-fluid {
    padding: 0 20px;
  }
}

@media (max-width: 992px) {
  .cid-uMOohi3sOl .container {
    padding: 0 20px;
  }
}

.cid-uMOohi3sOl .row {
  justify-content: center;
}

.cid-uMOohi3sOl .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .cid-uMOohi3sOl .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}

.cid-uMOohi3sOl .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .cid-uMOohi3sOl .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}

.cid-uMOohi3sOl .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}

@media (max-width: 1200px) {
  .cid-uMOohi3sOl .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .cid-uMOohi3sOl .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}

.cid-uMOohi3sOl .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}

.cid-uMOohi3sOl .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #09d38a;
  display: inline-flex;
}

.cid-uMOohi3sOl .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #38001b;
  opacity: .2;
  margin-bottom: 20px;
}

.cid-uMOohi3sOl .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}

.cid-uMOohi3sOl .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}

.cid-uMOohi3sOl .mbr-section-title {
  color: #38001b;
}

.cid-uMOohi3sOl .mbr-text {
  color: #38001b;
}

.cid-uMOohi3sOl .item-title {
  color: #38001b;
}

.cid-uMOohi3sOl .item-text {
  color: #38001b;
}

.cid-uMOeqGq7dO {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-uMOeqGq7dO .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMOeqGq7dO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uMOeqGq7dO .content-wrapper {
  position: sticky;
  top: 40px;
}

@media (max-width: 992px) {
  .cid-uMOeqGq7dO .content-wrapper {
    margin-bottom: -30px;
    position: static;
  }
}

.cid-uMOeqGq7dO .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #dddddd;
}

@media (max-width: 992px) {
  .cid-uMOeqGq7dO .panel-group .card {
    padding: 20px 0;
  }
}

.cid-uMOeqGq7dO .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

.cid-uMOeqGq7dO .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.cid-uMOeqGq7dO .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}

.cid-uMOeqGq7dO .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}

.cid-uMOeqGq7dO .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}

.cid-uMOeqGq7dO .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}

.cid-uMOeqGq7dO .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}

.cid-uMOeqGq7dO .mbr-section-title {
  color: #19171c;
}

.cid-uMOeqGq7dO .panel-title {
  color: #19171c;
}

.cid-uMOeqGq7dO .panel-text {
  color: #6e6e73;
}

.cid-uMOeqGq7dO .mbr-section-title,
.cid-uMOeqGq7dO .mbr-section-btn {
  color: #01352a;
}

.cid-uMO30RSx2i {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #01352a;
}

.cid-uMO30RSx2i .logo__image {
  width: 100px;
  object-fit: cover;
}

.cid-uMO30RSx2i .brand__text {
  margin-bottom: 0;
}

.cid-uMO30RSx2i .brand__text a {
  font-weight: 700;
}

.cid-uMO30RSx2i a:hover {
  color: #ffffff !important;
}

.cid-uMO30RSx2i .mbr-text,
.cid-uMO30RSx2i .privacy {
  margin-bottom: 0;
  color: #919dab;
}

.cid-uMO30RSx2i .menu {
  margin: 10px 0;
}

.cid-uMO30RSx2i .foot__menu {
  margin: 0;
  padding: 0;
}

.cid-uMO30RSx2i .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
  color: #ffffff;
}

.cid-uMO30RSx2i .menu__items:last-child {
  margin-right: 0;
}

.cid-uMO30RSx2i .divider {
  background-color: #ebeaed;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}

.cid-uMO30RSx2i .social {
  margin-top: 10px;
}

.cid-uMO30RSx2i .social a {
  margin: 0 15px;
}

.cid-uMO30RSx2i .social a:last-child {
  margin-right: 0;
}

.cid-uMO30RSx2i .social a:first-child {
  margin-left: 0;
}

.cid-uMO30RSx2i .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}

.cid-uMO30RSx2i .mbr-text {
  color: #bbbbbb;
}

@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

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

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

.form-active .form-control:invalid {
  border-color: red;
}

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

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}

.row>[class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.cid-uMqEbMuosP {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}

.cid-uMqEbMuosP .navbar-dropdown {
  background-color: #003c30 !important;
  padding: 0;
  position: absolute !important;
}

.cid-uMqEbMuosP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #003c30 !important;
  background: #003c30;
}

.cid-uMqEbMuosP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}

.cid-uMqEbMuosP .menu_box {
  flex-wrap: nowrap;
}

@media (max-width: 991px) {
  .cid-uMqEbMuosP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }

  .cid-uMqEbMuosP .menu_box .navbar.opened,
  .cid-uMqEbMuosP .menu_box .navbar-collapse {
    background-color: #003c30 !important;
    transition: all 0s ease 0s;
  }
}

.cid-uMqEbMuosP nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cid-uMqEbMuosP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}

@media (max-width: 991px) {
  .cid-uMqEbMuosP .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}

@media (max-width: 991px) {
  .cid-uMqEbMuosP .mbr-section-btn-main {
    margin-top: 1rem;
  }
}

.cid-uMqEbMuosP .mbr-section-btn-main .btn {
  padding: 16px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}

.cid-uMqEbMuosP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}

.cid-uMqEbMuosP .btn:hover {
  box-shadow: none;
}

@media (min-width: 1200px) {
  .cid-uMqEbMuosP .nav-item {
    margin: 4px 16px;
  }
}

@media (max-width: 991px) {
  .cid-uMqEbMuosP .nav-item {
    margin: 0 !important;
  }
}

.cid-uMqEbMuosP .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}

.cid-uMqEbMuosP .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #09d38a;
  transition: all 0.3s ease-in-out;
}

.cid-uMqEbMuosP .nav-item .nav-link:hover,
.cid-uMqEbMuosP .nav-item .nav-link:focus {
  color: #09d38a !important;
}

.cid-uMqEbMuosP .nav-item .nav-link:hover::before,
.cid-uMqEbMuosP .nav-item .nav-link:focus::before {
  width: 100%;
}

.cid-uMqEbMuosP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}

@media (min-width: 992px) {
  .cid-uMqEbMuosP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }

  .cid-uMqEbMuosP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}

@media (max-width: 991px) {

  .cid-uMqEbMuosP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMqEbMuosP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }

  .cid-uMqEbMuosP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }

  .cid-uMqEbMuosP .offcanvas_box {
    display: none;
  }
}

.cid-uMqEbMuosP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}

.cid-uMqEbMuosP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.cid-uMqEbMuosP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}

.cid-uMqEbMuosP .container {
  display: flex;
  margin: auto;
}

.cid-uMqEbMuosP .iconfont-wrapper {
  color: #ffffff;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}

.cid-uMqEbMuosP .iconfont-wrapper:last-child {
  margin-right: 0;
}

.cid-uMqEbMuosP .iconfont-wrapper:hover {
  opacity: .7;
}

@media (min-width: 992px) {
  .cid-uMqEbMuosP .navbar-nav {
    margin: 0;
  }
}

.cid-uMqEbMuosP .dropdown-menu,
.cid-uMqEbMuosP .navbar.opened {
  background-color: false !important;
}

.cid-uMqEbMuosP .nav-item:focus,
.cid-uMqEbMuosP .nav-link:focus {
  outline: none;
}

.cid-uMqEbMuosP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}

.cid-uMqEbMuosP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-uMqEbMuosP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}

.cid-uMqEbMuosP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}

.cid-uMqEbMuosP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}

.cid-uMqEbMuosP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}

.cid-uMqEbMuosP .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}

@media (max-width: 992px) {
  .cid-uMqEbMuosP .navbar {
    min-height: 30px;
    max-height: none;
  }
}

.cid-uMqEbMuosP .navbar.opened {
  transition: all 0.3s;
}

.cid-uMqEbMuosP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}

.cid-uMqEbMuosP .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}

.cid-uMqEbMuosP .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}

.cid-uMqEbMuosP .navbar.collapsed {
  justify-content: center;
}

.cid-uMqEbMuosP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}

.cid-uMqEbMuosP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

.cid-uMqEbMuosP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}

.cid-uMqEbMuosP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.cid-uMqEbMuosP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}

.cid-uMqEbMuosP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}

.cid-uMqEbMuosP .navbar.collapsed .icons-menu {
  padding: 0;
}

@media (max-width: 991px) {
  .cid-uMqEbMuosP .navbar .nav-item {
    padding: .5rem 0;
  }

  .cid-uMqEbMuosP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }

  .cid-uMqEbMuosP .navbar .nav-item .nav-link::before {
    display: none;
  }

  .cid-uMqEbMuosP .navbar.opened .dropdown-menu {
    top: 0;
  }

  .cid-uMqEbMuosP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }

  .cid-uMqEbMuosP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }

  .cid-uMqEbMuosP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }

  .cid-uMqEbMuosP .navbar .navbar-logo img {
    height: 3rem !important;
  }

  .cid-uMqEbMuosP .navbar ul.navbar-nav {
    overflow: hidden;
  }

  .cid-uMqEbMuosP .navbar ul.navbar-nav li {
    margin: 0;
  }

  .cid-uMqEbMuosP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }

  .cid-uMqEbMuosP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }

  .cid-uMqEbMuosP .navbar .navbar-toggler {
    flex-basis: auto;
  }

  .cid-uMqEbMuosP .navbar .icons-menu {
    padding: 0;
  }
}

.cid-uMqEbMuosP .navbar.navbar-short {
  min-height: 60px;
}

.cid-uMqEbMuosP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}

.cid-uMqEbMuosP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}

.cid-uMqEbMuosP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}

.cid-uMqEbMuosP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}

.cid-uMqEbMuosP .navbar-brand .navbar-logo a {
  outline: none;
}

.cid-uMqEbMuosP .dropdown-item.active,
.cid-uMqEbMuosP .dropdown-item:active {
  background-color: transparent;
}

.cid-uMqEbMuosP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}

.cid-uMqEbMuosP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.cid-uMqEbMuosP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.cid-uMqEbMuosP .navbar .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-uMqEbMuosP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}

.cid-uMqEbMuosP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}

.cid-uMqEbMuosP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #003c30;
  background: #ffffff;
}

.cid-uMqEbMuosP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00d890;
}

.cid-uMqEbMuosP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}

.cid-uMqEbMuosP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}

.cid-uMqEbMuosP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}

.cid-uMqEbMuosP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}

.cid-uMqEbMuosP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-uMqEbMuosP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}

.cid-uMqEbMuosP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}

.cid-uMqEbMuosP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-uMqEbMuosP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.cid-uMqEbMuosP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .cid-uMqEbMuosP .navbar {
    height: 70px;
  }

  .cid-uMqEbMuosP .navbar.opened {
    height: auto;
  }

  .cid-uMqEbMuosP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-uMqEbMuosP .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}

.cid-uMqEbMuosP .navbar-caption:hover {
  color: #09d38a;
}

@media (min-width: 992px) {
  .cid-uMqEbMuosP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}

.cid-uMqEbMuosP .text_widget {
  margin-bottom: 32px;
}

.cid-uMqEbMuosP .text_widget a {
  transition: all 0.3s ease-out;
}

.cid-uMqEbMuosP .text_widget a:hover,
.cid-uMqEbMuosP .text_widget a:focus {
  opacity: .8;
}

@media (min-width: 992px) {
  .cid-uMqEbMuosP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}

.cid-uMqEbMuosP .navbar-caption {
  color: #ffffff;
}

.cid-uMqEbMuosP .mbr-section-subtitle,
.cid-uMqEbMuosP .text_widget,
.cid-uMqEbMuosP .mbr-section-btn {
  text-align: center;
}

.cid-uMqEbMuosP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}

.cid-uMOrsUnMsN {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #01352a;
}

.cid-uMOrsUnMsN .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMOrsUnMsN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uMOrsUnMsN .row {
  justify-content: center;
}

.cid-uMOrsUnMsN .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .cid-uMOrsUnMsN .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}

.cid-uMOrsUnMsN .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}

.cid-uMOrsUnMsN .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}

.cid-uMOrsUnMsN .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  .cid-uMOrsUnMsN .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}

@media (max-width: 992px) {
  .cid-uMOrsUnMsN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}

.cid-uMOrsUnMsN .content-wrapper .tag-wrapper {
  margin-top: 90px;
}

@media (max-width: 992px) {
  .cid-uMOrsUnMsN .content-wrapper .tag-wrapper {
    margin-top: 30px;
  }
}

.cid-uMOrsUnMsN .content-wrapper .tag-wrapper .tag-wrap {
  display: inline-flex;
  align-items: center;
  background-color: #232323;
  box-shadow: 0 1px 1px 1px #ffffff;
  padding: 14px;
}

.cid-uMOrsUnMsN .content-wrapper .tag-wrapper .tag-wrap .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #232323;
  font-size: 18px;
  margin-right: 12px;
}

.cid-uMOrsUnMsN .content-wrapper .tag-wrapper .tag-wrap .mbr-tag {
  margin-bottom: 0;
}

.cid-uMOrsUnMsN .mbr-section-title {
  color: #cbff5b;
}

.cid-uMOrsUnMsN .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}

.cid-uMOrsUnMsN .mbr-text,
.cid-uMOrsUnMsN .text-wrapper {
  color: #ffffff;
  text-align: center;
}

.cid-uMOrsUnMsN .mbr-tag,
.cid-uMOrsUnMsN .tag-wrapper {
  color: #ffffff;
  text-align: center;
}

.cid-uMOrsUnMsN .mbr-section-title,
.cid-uMOrsUnMsN .mbr-section-btn {
  text-align: center;
  color: #09d38a;
}

.cid-uMOthUKWrR {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}

.cid-uMOthUKWrR .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMOthUKWrR .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-uMOthUKWrR .container {
    padding: 0 20px;
  }
}

.cid-uMOthUKWrR .row {
  margin: 0;
  justify-content: center;
  padding: 0px 16px;
  background-color: #ffffff;
  border-radius: 20px !important;
}

@media (max-width: 992px) {
  .cid-uMOthUKWrR .row {
    padding: 46px 4px 46px;
  }
}

.cid-uMOthUKWrR .content-wrapper {
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .cid-uMOthUKWrR .content-wrapper {
    margin-bottom: 46px;
  }
}

.cid-uMOthUKWrR .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}

.cid-uMOthUKWrR .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}

.cid-uMOthUKWrR .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cid-uMOthUKWrR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}

.cid-uMOthUKWrR .item {
  margin-bottom: 0px;
}

.cid-uMOthUKWrR .item:first-child {
  margin-bottom: 0;
}

.cid-uMOthUKWrR .item:hover .item-wrapper .item-img img,
.cid-uMOthUKWrR .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}

.cid-uMOthUKWrR .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}

.cid-uMOthUKWrR .item .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}

.cid-uMOthUKWrR .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}

.cid-uMOthUKWrR .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}

.cid-uMOthUKWrR .item a {
  display: block;
}

.cid-uMOthUKWrR .mbr-section-title {
  color: #004336;
  text-align: center;
}

.cid-uMOthUKWrR .mbr-desc {
  color: #01352a;
  text-align: center;
}

.cid-uMOthUKWrR .mbr-text,
.cid-uMOthUKWrR .text-wrapper {
  color: #000000;
  text-align: center;
}

.cid-uMOthUKWrR .card-title {
  color: #000000;
}

.cid-uMOthUKWrR .card-desc {
  color: #09d38a;
}

.cid-uMZr1pSnfm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}

.cid-uMZr1pSnfm .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMZr1pSnfm .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-uMZr1pSnfm .container {
    padding: 0 20px;
  }
}

.cid-uMZr1pSnfm .row {
  margin: 0;
  justify-content: center;
  padding: 0px 16px;
  background-color: #ffffff;
  border-radius: 20px !important;
}

@media (max-width: 992px) {
  .cid-uMZr1pSnfm .row {
    padding: 46px 4px 46px;
  }
}

.cid-uMZr1pSnfm .content-wrapper {
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .cid-uMZr1pSnfm .content-wrapper {
    margin-bottom: 46px;
  }
}

.cid-uMZr1pSnfm .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}

.cid-uMZr1pSnfm .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}

.cid-uMZr1pSnfm .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cid-uMZr1pSnfm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}

.cid-uMZr1pSnfm .item {
  margin-bottom: 0px;
}

.cid-uMZr1pSnfm .item:first-child {
  margin-bottom: 0;
}

.cid-uMZr1pSnfm .item:hover .item-wrapper .item-img img,
.cid-uMZr1pSnfm .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}

.cid-uMZr1pSnfm .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}

.cid-uMZr1pSnfm .item .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}

.cid-uMZr1pSnfm .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}

.cid-uMZr1pSnfm .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}

.cid-uMZr1pSnfm .item a {
  display: block;
}

.cid-uMZr1pSnfm .mbr-section-title {
  color: #004336;
  text-align: center;
}

.cid-uMZr1pSnfm .mbr-desc {
  color: #01352a;
  text-align: center;
}

.cid-uMZr1pSnfm .mbr-text,
.cid-uMZr1pSnfm .text-wrapper {
  color: #000000;
  text-align: center;
}

.cid-uMZr1pSnfm .card-title {
  color: #000000;
}

.cid-uMZr1pSnfm .card-desc {
  color: #09d38a;
}

.cid-uMZr3nU85U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}

.cid-uMZr3nU85U .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMZr3nU85U .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-uMZr3nU85U .container {
    padding: 0 20px;
  }
}

.cid-uMZr3nU85U .row {
  margin: 0;
  justify-content: center;
  padding: 0px 16px;
  background-color: #ffffff;
  border-radius: 20px !important;
}

@media (max-width: 992px) {
  .cid-uMZr3nU85U .row {
    padding: 46px 4px 46px;
  }
}

.cid-uMZr3nU85U .content-wrapper {
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .cid-uMZr3nU85U .content-wrapper {
    margin-bottom: 46px;
  }
}

.cid-uMZr3nU85U .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}

.cid-uMZr3nU85U .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}

.cid-uMZr3nU85U .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cid-uMZr3nU85U .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}

.cid-uMZr3nU85U .item {
  margin-bottom: 0px;
}

.cid-uMZr3nU85U .item:first-child {
  margin-bottom: 0;
}

.cid-uMZr3nU85U .item:hover .item-wrapper .item-img img,
.cid-uMZr3nU85U .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}

.cid-uMZr3nU85U .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}

.cid-uMZr3nU85U .item .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}

.cid-uMZr3nU85U .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}

.cid-uMZr3nU85U .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}

.cid-uMZr3nU85U .item a {
  display: block;
}

.cid-uMZr3nU85U .mbr-section-title {
  color: #004336;
  text-align: center;
}

.cid-uMZr3nU85U .mbr-desc {
  color: #01352a;
  text-align: center;
}

.cid-uMZr3nU85U .mbr-text,
.cid-uMZr3nU85U .text-wrapper {
  color: #000000;
  text-align: center;
}

.cid-uMZr3nU85U .card-title {
  color: #000000;
}

.cid-uMZr3nU85U .card-desc {
  color: #09d38a;
}

.cid-uMZr4jJVDB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}

.cid-uMZr4jJVDB .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMZr4jJVDB .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-uMZr4jJVDB .container {
    padding: 0 20px;
  }
}

.cid-uMZr4jJVDB .row {
  margin: 0;
  justify-content: center;
  padding: 0px 16px;
  background-color: #ffffff;
  border-radius: 20px !important;
}

@media (max-width: 992px) {
  .cid-uMZr4jJVDB .row {
    padding: 46px 4px 46px;
  }
}

.cid-uMZr4jJVDB .content-wrapper {
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .cid-uMZr4jJVDB .content-wrapper {
    margin-bottom: 46px;
  }
}

.cid-uMZr4jJVDB .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}

.cid-uMZr4jJVDB .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}

.cid-uMZr4jJVDB .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cid-uMZr4jJVDB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}

.cid-uMZr4jJVDB .item {
  margin-bottom: 40px;
}

.cid-uMZr4jJVDB .item:first-child {
  margin-bottom: 0;
}

.cid-uMZr4jJVDB .item:hover .item-wrapper .item-img img,
.cid-uMZr4jJVDB .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}

.cid-uMZr4jJVDB .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}

.cid-uMZr4jJVDB .item .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}

.cid-uMZr4jJVDB .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}

.cid-uMZr4jJVDB .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}

.cid-uMZr4jJVDB .item a {
  display: block;
}

.cid-uMZr4jJVDB .mbr-section-title {
  color: #004336;
  text-align: center;
}

.cid-uMZr4jJVDB .mbr-desc {
  color: #01352a;
  text-align: center;
}

.cid-uMZr4jJVDB .mbr-text,
.cid-uMZr4jJVDB .text-wrapper {
  color: #000000;
  text-align: center;
}

.cid-uMZr4jJVDB .card-title {
  color: #000000;
}

.cid-uMZr4jJVDB .card-desc {
  color: #09d38a;
}

.cid-uMOtE7WCKd {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}

.cid-uMOtE7WCKd .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMOtE7WCKd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uMOtE7WCKd .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}

.cid-uMOtE7WCKd .mbr-section-title.display-4 {
  font-size: 40px;
}

@media (max-width: 767px) {
  .cid-uMOtE7WCKd .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}

@media (max-width: 575px) {
  .cid-uMOtE7WCKd .mbr-section-title.display-4 {
    font-size: 26px;
  }
}

.cid-uMOtE7WCKd .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .cid-uMOtE7WCKd .mbr-text {
    margin-top: 16px;
  }
}

.cid-uMOtE7WCKd .mbr-section-btn {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .cid-uMOtE7WCKd .mbr-section-btn {
    margin-top: 16px;
  }
}

.cid-uMO30RSx2i {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #01352a;
}

.cid-uMO30RSx2i .logo__image {
  width: 100px;
  object-fit: cover;
}

.cid-uMO30RSx2i .brand__text {
  margin-bottom: 0;
}

.cid-uMO30RSx2i .brand__text a {
  font-weight: 700;
}

.cid-uMO30RSx2i a:hover {
  color: #ffffff !important;
}

.cid-uMO30RSx2i .mbr-text,
.cid-uMO30RSx2i .privacy {
  margin-bottom: 0;
  color: #919dab;
}

.cid-uMO30RSx2i .menu {
  margin: 10px 0;
}

.cid-uMO30RSx2i .foot__menu {
  margin: 0;
  padding: 0;
}

.cid-uMO30RSx2i .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
  color: #ffffff;
}

.cid-uMO30RSx2i .menu__items:last-child {
  margin-right: 0;
}

.cid-uMO30RSx2i .divider {
  background-color: #ebeaed;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}

.cid-uMO30RSx2i .social {
  margin-top: 10px;
}

.cid-uMO30RSx2i .social a {
  margin: 0 15px;
}

.cid-uMO30RSx2i .social a:last-child {
  margin-right: 0;
}

.cid-uMO30RSx2i .social a:first-child {
  margin-left: 0;
}

.cid-uMO30RSx2i .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}

.cid-uMO30RSx2i .mbr-text {
  color: #bbbbbb;
}

@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

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

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

.form-active .form-control:invalid {
  border-color: red;
}

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

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}

.row>[class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.cid-uMqEbMuosP {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}

.cid-uMqEbMuosP .navbar-dropdown {
  background-color: #003c30 !important;
  padding: 0;
  position: absolute !important;
}

.cid-uMqEbMuosP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #003c30 !important;
  background: #003c30;
}

.cid-uMqEbMuosP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}

.cid-uMqEbMuosP .menu_box {
  flex-wrap: nowrap;
}

@media (max-width: 991px) {
  .cid-uMqEbMuosP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }

  .cid-uMqEbMuosP .menu_box .navbar.opened,
  .cid-uMqEbMuosP .menu_box .navbar-collapse {
    background-color: #003c30 !important;
    transition: all 0s ease 0s;
  }
}

.cid-uMqEbMuosP nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cid-uMqEbMuosP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}

@media (max-width: 991px) {
  .cid-uMqEbMuosP .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}

@media (max-width: 991px) {
  .cid-uMqEbMuosP .mbr-section-btn-main {
    margin-top: 1rem;
  }
}

.cid-uMqEbMuosP .mbr-section-btn-main .btn {
  padding: 16px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}

.cid-uMqEbMuosP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}

.cid-uMqEbMuosP .btn:hover {
  box-shadow: none;
}

@media (min-width: 1200px) {
  .cid-uMqEbMuosP .nav-item {
    margin: 4px 16px;
  }
}

@media (max-width: 991px) {
  .cid-uMqEbMuosP .nav-item {
    margin: 0 !important;
  }
}

.cid-uMqEbMuosP .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}

.cid-uMqEbMuosP .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #09d38a;
  transition: all 0.3s ease-in-out;
}

.cid-uMqEbMuosP .nav-item .nav-link:hover,
.cid-uMqEbMuosP .nav-item .nav-link:focus {
  color: #09d38a !important;
}

.cid-uMqEbMuosP .nav-item .nav-link:hover::before,
.cid-uMqEbMuosP .nav-item .nav-link:focus::before {
  width: 100%;
}

.cid-uMqEbMuosP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}

@media (min-width: 992px) {
  .cid-uMqEbMuosP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }

  .cid-uMqEbMuosP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}

@media (max-width: 991px) {

  .cid-uMqEbMuosP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMqEbMuosP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }

  .cid-uMqEbMuosP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }

  .cid-uMqEbMuosP .offcanvas_box {
    display: none;
  }
}

.cid-uMqEbMuosP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}

.cid-uMqEbMuosP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.cid-uMqEbMuosP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}

.cid-uMqEbMuosP .container {
  display: flex;
  margin: auto;
}

.cid-uMqEbMuosP .iconfont-wrapper {
  color: #ffffff;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}

.cid-uMqEbMuosP .iconfont-wrapper:last-child {
  margin-right: 0;
}

.cid-uMqEbMuosP .iconfont-wrapper:hover {
  opacity: .7;
}

@media (min-width: 992px) {
  .cid-uMqEbMuosP .navbar-nav {
    margin: 0;
  }
}

.cid-uMqEbMuosP .dropdown-menu,
.cid-uMqEbMuosP .navbar.opened {
  background-color: false !important;
}

.cid-uMqEbMuosP .nav-item:focus,
.cid-uMqEbMuosP .nav-link:focus {
  outline: none;
}

.cid-uMqEbMuosP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}

.cid-uMqEbMuosP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-uMqEbMuosP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}

.cid-uMqEbMuosP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}

.cid-uMqEbMuosP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}

.cid-uMqEbMuosP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}

.cid-uMqEbMuosP .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}

@media (max-width: 992px) {
  .cid-uMqEbMuosP .navbar {
    min-height: 30px;
    max-height: none;
  }
}

.cid-uMqEbMuosP .navbar.opened {
  transition: all 0.3s;
}

.cid-uMqEbMuosP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}

.cid-uMqEbMuosP .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}

.cid-uMqEbMuosP .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}

.cid-uMqEbMuosP .navbar.collapsed {
  justify-content: center;
}

.cid-uMqEbMuosP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}

.cid-uMqEbMuosP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

.cid-uMqEbMuosP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}

.cid-uMqEbMuosP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.cid-uMqEbMuosP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}

.cid-uMqEbMuosP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}

.cid-uMqEbMuosP .navbar.collapsed .icons-menu {
  padding: 0;
}

@media (max-width: 991px) {
  .cid-uMqEbMuosP .navbar .nav-item {
    padding: .5rem 0;
  }

  .cid-uMqEbMuosP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }

  .cid-uMqEbMuosP .navbar .nav-item .nav-link::before {
    display: none;
  }

  .cid-uMqEbMuosP .navbar.opened .dropdown-menu {
    top: 0;
  }

  .cid-uMqEbMuosP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }

  .cid-uMqEbMuosP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }

  .cid-uMqEbMuosP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }

  .cid-uMqEbMuosP .navbar .navbar-logo img {
    height: 3rem !important;
  }

  .cid-uMqEbMuosP .navbar ul.navbar-nav {
    overflow: hidden;
  }

  .cid-uMqEbMuosP .navbar ul.navbar-nav li {
    margin: 0;
  }

  .cid-uMqEbMuosP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }

  .cid-uMqEbMuosP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }

  .cid-uMqEbMuosP .navbar .navbar-toggler {
    flex-basis: auto;
  }

  .cid-uMqEbMuosP .navbar .icons-menu {
    padding: 0;
  }
}

.cid-uMqEbMuosP .navbar.navbar-short {
  min-height: 60px;
}

.cid-uMqEbMuosP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}

.cid-uMqEbMuosP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}

.cid-uMqEbMuosP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}

.cid-uMqEbMuosP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}

.cid-uMqEbMuosP .navbar-brand .navbar-logo a {
  outline: none;
}

.cid-uMqEbMuosP .dropdown-item.active,
.cid-uMqEbMuosP .dropdown-item:active {
  background-color: transparent;
}

.cid-uMqEbMuosP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}

.cid-uMqEbMuosP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.cid-uMqEbMuosP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.cid-uMqEbMuosP .navbar .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-uMqEbMuosP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}

.cid-uMqEbMuosP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}

.cid-uMqEbMuosP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #003c30;
  background: #ffffff;
}

.cid-uMqEbMuosP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00d890;
}

.cid-uMqEbMuosP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}

.cid-uMqEbMuosP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}

.cid-uMqEbMuosP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}

.cid-uMqEbMuosP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}

.cid-uMqEbMuosP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-uMqEbMuosP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}

.cid-uMqEbMuosP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}

.cid-uMqEbMuosP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-uMqEbMuosP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.cid-uMqEbMuosP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .cid-uMqEbMuosP .navbar {
    height: 70px;
  }

  .cid-uMqEbMuosP .navbar.opened {
    height: auto;
  }

  .cid-uMqEbMuosP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-uMqEbMuosP .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}

.cid-uMqEbMuosP .navbar-caption:hover {
  color: #09d38a;
}

@media (min-width: 992px) {
  .cid-uMqEbMuosP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}

.cid-uMqEbMuosP .text_widget {
  margin-bottom: 32px;
}

.cid-uMqEbMuosP .text_widget a {
  transition: all 0.3s ease-out;
}

.cid-uMqEbMuosP .text_widget a:hover,
.cid-uMqEbMuosP .text_widget a:focus {
  opacity: .8;
}

@media (min-width: 992px) {
  .cid-uMqEbMuosP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}

.cid-uMqEbMuosP .navbar-caption {
  color: #ffffff;
}

.cid-uMqEbMuosP .mbr-section-subtitle,
.cid-uMqEbMuosP .text_widget,
.cid-uMqEbMuosP .mbr-section-btn {
  text-align: center;
}

.cid-uMqEbMuosP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}

.cid-uMOueAScyD {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}

.cid-uMOueAScyD .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMOueAScyD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uMOueAScyD .container-fluid {
  padding: 0 40px;
}

@media (max-width: 992px) {
  .cid-uMOueAScyD .container-fluid {
    padding: 0 28px;
  }
}

@media (max-width: 992px) {
  .cid-uMOueAScyD .container {
    padding: 0 28px;
  }
}

.cid-uMOueAScyD .row {
  justify-content: center;
}

.cid-uMOueAScyD .image-wrapper {
  margin-bottom: 34px;
}

.cid-uMOueAScyD .image-wrapper img {
  height: 550px;
  object-fit: cover;
}

@media (max-width: 992px) {
  .cid-uMOueAScyD .image-wrapper img {
    height: 350px;
  }
}

.cid-uMOueAScyD .desc-wrap {
  margin-bottom: 5px;
  display: block;
}

.cid-uMOueAScyD .desc-wrap:hover .mbr-desc::after,
.cid-uMOueAScyD .desc-wrap:focus .mbr-desc::after {
  width: 100%;
}

.cid-uMOueAScyD .desc-wrap .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
}

.cid-uMOueAScyD .desc-wrap .mbr-desc::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #1d1d1f;
}

.cid-uMOueAScyD .title-wrapper {
  margin-bottom: 20px;
  display: block;
}

.cid-uMOueAScyD .title-wrapper:hover .mbr-section-title,
.cid-uMOueAScyD .title-wrapper:focus .mbr-section-title {
  color: #005552;
}

.cid-uMOueAScyD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}

.cid-uMOueAScyD .mbr-text {
  margin-bottom: 0;
  color: #000000;
}

.cid-uMOueAScyD .mbr-section-btn {
  margin-top: 50px;
}

.cid-uMOueAScyD .mbr-section-title {
  color: #000000;
}

.cid-uMOueAScyD .mbr-desc {
  color: #000000;
}

.cid-uMOueAScyD .mbr-desc,
.cid-uMOueAScyD .desc-wrap {
  color: #09d38a;
}

.cid-uMOuPumnYV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}

.cid-uMOuPumnYV .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMOuPumnYV .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-uMOuPumnYV .container {
    padding: 0 28px;
  }
}

.cid-uMOuPumnYV .row {
  justify-content: center;
}

.cid-uMOuPumnYV .image-wrapper {
  margin-bottom: 34px;
}

.cid-uMOuPumnYV .image-wrapper img {
  height: 550px;
  object-fit: cover;
}

@media (max-width: 992px) {
  .cid-uMOuPumnYV .image-wrapper img {
    height: 350px;
  }
}

.cid-uMOuPumnYV .desc-wrap {
  margin-bottom: 5px;
  display: block;
}

.cid-uMOuPumnYV .desc-wrap:hover .mbr-desc::after,
.cid-uMOuPumnYV .desc-wrap:focus .mbr-desc::after {
  width: 100%;
}

.cid-uMOuPumnYV .desc-wrap .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
}

.cid-uMOuPumnYV .desc-wrap .mbr-desc::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #1d1d1f;
}

.cid-uMOuPumnYV .title-wrapper {
  margin-bottom: 20px;
  display: block;
}

.cid-uMOuPumnYV .title-wrapper:hover .mbr-section-title,
.cid-uMOuPumnYV .title-wrapper:focus .mbr-section-title {
  color: #88822e;
}

.cid-uMOuPumnYV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}

.cid-uMOuPumnYV .mbr-text {
  margin-bottom: 0;
  color: #000000;
}

.cid-uMOuPumnYV .mbr-section-btn {
  margin-top: 50px;
}

.cid-uMOuPumnYV .mbr-section-title {
  color: #000000;
}

.cid-uMOuPumnYV .mbr-desc {
  color: #000000;
}

.cid-uMOuPumnYV .mbr-desc,
.cid-uMOuPumnYV .desc-wrap {
  color: #88822e;
}

.cid-uMOuZLe9dB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}

.cid-uMOuZLe9dB .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMOuZLe9dB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uMOuZLe9dB .container-fluid {
  padding: 0 28px;
}

@media (max-width: 992px) {
  .cid-uMOuZLe9dB .container-fluid {
    padding: 0 16px;
  }
}

@media (max-width: 768px) {
  .cid-uMOuZLe9dB .container-fluid {
    padding: 0 14px;
  }
}

@media (max-width: 992px) {
  .cid-uMOuZLe9dB .container {
    padding: 0 16px;
  }
}

@media (max-width: 768px) {
  .cid-uMOuZLe9dB .container {
    padding: 0 14px;
  }
}

.cid-uMOuZLe9dB .row {
  justify-content: center;
}

.cid-uMOuZLe9dB .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .cid-uMOuZLe9dB .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}

.cid-uMOuZLe9dB .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}

.cid-uMOuZLe9dB .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}

.cid-uMOuZLe9dB .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}

.cid-uMOuZLe9dB .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}

.cid-uMOuZLe9dB .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}

.cid-uMOuZLe9dB .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}

.cid-uMOuZLe9dB .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}

.cid-uMOuZLe9dB .mbr-section-title {
  color: #ea7c24;
  text-align: left;
}

.cid-uMOuZLe9dB .mbr-text_1 {
  color: #000000;
}

.cid-uMOuZLe9dB .list {
  color: #01004c;
}

.cid-uMOuZLe9dB .mbr-text_2 {
  color: #01004c;
}

.cid-uMOtPUf40v {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}

.cid-uMOtPUf40v .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMOtPUf40v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uMOtPUf40v .container-fluid {
  padding: 0 28px;
}

@media (max-width: 992px) {
  .cid-uMOtPUf40v .container-fluid {
    padding: 0 16px;
  }
}

@media (max-width: 768px) {
  .cid-uMOtPUf40v .container-fluid {
    padding: 0 14px;
  }
}

@media (max-width: 992px) {
  .cid-uMOtPUf40v .container {
    padding: 0 16px;
  }
}

@media (max-width: 768px) {
  .cid-uMOtPUf40v .container {
    padding: 0 14px;
  }
}

.cid-uMOtPUf40v .row {
  justify-content: center;
}

.cid-uMOtPUf40v .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .cid-uMOtPUf40v .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}

.cid-uMOtPUf40v .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}

.cid-uMOtPUf40v .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}

.cid-uMOtPUf40v .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}

.cid-uMOtPUf40v .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}

.cid-uMOtPUf40v .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}

.cid-uMOtPUf40v .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}

.cid-uMOtPUf40v .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}

.cid-uMOtPUf40v .mbr-section-title {
  color: #01352a;
  text-align: left;
}

.cid-uMOtPUf40v .mbr-text_1 {
  color: #000000;
}

.cid-uMOtPUf40v .list {
  color: #01004c;
}

.cid-uMOtPUf40v .mbr-text_2 {
  color: #01004c;
}

.cid-uMOvnbE9Ag {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}

.cid-uMOvnbE9Ag .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMOvnbE9Ag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uMOvnbE9Ag .container-fluid {
  padding: 0 28px;
}

@media (max-width: 992px) {
  .cid-uMOvnbE9Ag .container-fluid {
    padding: 0 16px;
  }
}

@media (max-width: 768px) {
  .cid-uMOvnbE9Ag .container-fluid {
    padding: 0 14px;
  }
}

@media (max-width: 992px) {
  .cid-uMOvnbE9Ag .container {
    padding: 0 16px;
  }
}

@media (max-width: 768px) {
  .cid-uMOvnbE9Ag .container {
    padding: 0 14px;
  }
}

.cid-uMOvnbE9Ag .row {
  justify-content: center;
}

.cid-uMOvnbE9Ag .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .cid-uMOvnbE9Ag .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}

.cid-uMOvnbE9Ag .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}

.cid-uMOvnbE9Ag .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}

.cid-uMOvnbE9Ag .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}

.cid-uMOvnbE9Ag .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}

.cid-uMOvnbE9Ag .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}

.cid-uMOvnbE9Ag .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}

.cid-uMOvnbE9Ag .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}

.cid-uMOvnbE9Ag .mbr-section-title {
  color: #01352a;
  text-align: left;
}

.cid-uMOvnbE9Ag .mbr-text_1 {
  color: #000000;
}

.cid-uMOvnbE9Ag .list {
  color: #01004c;
}

.cid-uMOvnbE9Ag .mbr-text_2 {
  color: #01004c;
}

.cid-uMOvsaRTSz {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}

.cid-uMOvsaRTSz .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMOvsaRTSz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uMOvsaRTSz .container-fluid {
  padding: 0 28px;
}

@media (max-width: 992px) {
  .cid-uMOvsaRTSz .container-fluid {
    padding: 0 16px;
  }
}

@media (max-width: 768px) {
  .cid-uMOvsaRTSz .container-fluid {
    padding: 0 14px;
  }
}

@media (max-width: 992px) {
  .cid-uMOvsaRTSz .container {
    padding: 0 16px;
  }
}

@media (max-width: 768px) {
  .cid-uMOvsaRTSz .container {
    padding: 0 14px;
  }
}

.cid-uMOvsaRTSz .row {
  justify-content: center;
}

.cid-uMOvsaRTSz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .cid-uMOvsaRTSz .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}

.cid-uMOvsaRTSz .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}

.cid-uMOvsaRTSz .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}

.cid-uMOvsaRTSz .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}

.cid-uMOvsaRTSz .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}

.cid-uMOvsaRTSz .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}

.cid-uMOvsaRTSz .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}

.cid-uMOvsaRTSz .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}

.cid-uMOvsaRTSz .mbr-section-title {
  color: #01352a;
  text-align: left;
}

.cid-uMOvsaRTSz .mbr-text_1 {
  color: #000000;
}

.cid-uMOvsaRTSz .list {
  color: #01004c;
}

.cid-uMOvsaRTSz .mbr-text_2 {
  color: #01004c;
}

.cid-uMOtQiOEF6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f7;
  overflow: hidden;
}

.cid-uMOtQiOEF6 .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMOtQiOEF6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

@media (max-width: 768px) {
  .cid-uMOtQiOEF6 .container {
    padding: 0 16px;
  }
}

.cid-uMOtQiOEF6 .row {
  justify-content: center;
}

.cid-uMOtQiOEF6 .content-wrapper {
  position: relative;
}

.cid-uMOtQiOEF6 .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .cid-uMOtQiOEF6 .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}

.cid-uMOtQiOEF6 .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #f1634f;
  display: inline-flex;
}

.cid-uMOtQiOEF6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}

.cid-uMOtQiOEF6 .content-wrapper .mbr-text span {
  color: #f5f5f7;
}

.cid-uMOtQiOEF6 .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 70%);
}

.cid-uMOtQiOEF6 .mbr-text {
  color: #000000;
}

.cid-uMOtQiOEF6 .mbr-text,
.cid-uMOtQiOEF6 .icon-wrapper {
  text-align: center;
  color: #004336;
}

.cid-uMOvINBS2m {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}

.cid-uMOvINBS2m .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMOvINBS2m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uMOvINBS2m .container-fluid {
  padding: 0 28px;
}

@media (max-width: 992px) {
  .cid-uMOvINBS2m .container-fluid {
    padding: 0 16px;
  }
}

@media (max-width: 768px) {
  .cid-uMOvINBS2m .container-fluid {
    padding: 0 14px;
  }
}

@media (max-width: 992px) {
  .cid-uMOvINBS2m .container {
    padding: 0 16px;
  }
}

@media (max-width: 768px) {
  .cid-uMOvINBS2m .container {
    padding: 0 14px;
  }
}

.cid-uMOvINBS2m .row {
  justify-content: center;
}

.cid-uMOvINBS2m .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .cid-uMOvINBS2m .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}

.cid-uMOvINBS2m .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}

.cid-uMOvINBS2m .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}

.cid-uMOvINBS2m .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}

.cid-uMOvINBS2m .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}

.cid-uMOvINBS2m .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}

.cid-uMOvINBS2m .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}

.cid-uMOvINBS2m .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}

.cid-uMOvINBS2m .mbr-section-title {
  color: #01352a;
  text-align: left;
}

.cid-uMOvINBS2m .mbr-text_1 {
  color: #000000;
}

.cid-uMOvINBS2m .list {
  color: #01004c;
}

.cid-uMOvINBS2m .mbr-text_2 {
  color: #01004c;
}

.cid-uMOwrgZbA9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
}

.cid-uMOwrgZbA9::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40%;
  width: 100%;
  background-color: #ffffff;
}

.cid-uMOwrgZbA9 .container-fluid {
  padding: 0;
  z-index: 1;
}

@media (max-width: 992px) {
  .cid-uMOwrgZbA9 .container-fluid {
    padding: 0;
  }
}

@media (max-width: 992px) {
  .cid-uMOwrgZbA9 .container {
    padding: 0 25px;
  }
}

.cid-uMOwrgZbA9 .title-wrapper {
  padding: 0 45px;
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .cid-uMOwrgZbA9 .title-wrapper {
    padding: 0 25px;
  }
}

.cid-uMOwrgZbA9 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}

.cid-uMOwrgZbA9 .title-wrapper .mbr-text {
  margin-bottom: 0;
}

.cid-uMOwrgZbA9 .item:focus,
.cid-uMOwrgZbA9 span:focus {
  outline: none;
}

.cid-uMOwrgZbA9 .item-wrapper {
  position: relative;
}

.cid-uMOwrgZbA9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 810px;
  max-width: 810px;
}

@media (max-width: 992px) {
  .cid-uMOwrgZbA9 .embla__slide {
    min-width: 710px;
    max-width: 710px;
  }
}

@media (max-width: 767px) {
  .cid-uMOwrgZbA9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }

  .item-img {
    margin-left: 45px;
    margin-right: 45px;
  }
}

.cid-uMOwrgZbA9 .embla__slide .slide-content {
  width: 100%;
  border-radius: 0 !important;
}

.cid-uMOwrgZbA9 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}

@media (max-width: 992px) {
  .cid-uMOwrgZbA9 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}

.cid-uMOwrgZbA9 .embla__button--next,
.cid-uMOwrgZbA9 .embla__button--prev {
  display: flex;
}

.cid-uMOwrgZbA9 .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #f0f0f0 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cid-uMOwrgZbA9 .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-uMOwrgZbA9 .embla__button.embla__button--prev {
  left: 45%;
}

@media (max-width: 768px) {
  .cid-uMOwrgZbA9 .embla__button.embla__button--prev {
    left: 90px;
  }
}

.cid-uMOwrgZbA9 .embla__button.embla__button--prev:hover {
  box-shadow: inset -40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}

.cid-uMOwrgZbA9 .embla__button.embla__button--next {
  right: 45%;
}

@media (max-width: 768px) {
  .cid-uMOwrgZbA9 .embla__button.embla__button--next {
    right: 90px;
  }
}

.cid-uMOwrgZbA9 .embla__button.embla__button--next:hover {
  box-shadow: inset 40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}

.cid-uMOwrgZbA9 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}

.cid-uMOwrgZbA9 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}

.cid-uMOwrgZbA9 .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-uMOwrgZbA9 .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-uMOwrgZbA9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-uMOwrgZbA9 .mbr-section-title {
  color: #1a1e21;
  text-align: center;
}

.cid-uMOwrgZbA9 .mbr-text {
  color: #000000;
  text-align: center;
}

.cid-uMOwy8vqxV {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f5f5f7;
}

.cid-uMOwy8vqxV .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMOwy8vqxV .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-uMOwy8vqxV .container {
    padding: 0 20px;
  }
}

.cid-uMOwy8vqxV .row {
  margin: 0;
  justify-content: center;
  padding: 0px 16px;
  background-color: #f5f5f7;
  border-radius: 20px !important;
}

@media (max-width: 992px) {
  .cid-uMOwy8vqxV .row {
    padding: 46px 4px 46px;
  }
}

.cid-uMOwy8vqxV .content-wrapper {
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .cid-uMOwy8vqxV .content-wrapper {
    margin-bottom: 46px;
  }
}

.cid-uMOwy8vqxV .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}

.cid-uMOwy8vqxV .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}

.cid-uMOwy8vqxV .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cid-uMOwy8vqxV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}

.cid-uMOwy8vqxV .item {
  margin-bottom: 40px;
}

.cid-uMOwy8vqxV .item:first-child {
  margin-bottom: 0;
}

.cid-uMOwy8vqxV .item:hover .item-wrapper .item-img img,
.cid-uMOwy8vqxV .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}

.cid-uMOwy8vqxV .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}

.cid-uMOwy8vqxV .item .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}

.cid-uMOwy8vqxV .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}

.cid-uMOwy8vqxV .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}

.cid-uMOwy8vqxV .item a {
  display: block;
}

.cid-uMOwy8vqxV .mbr-section-title {
  color: #004336;
  text-align: center;
}

.cid-uMOwy8vqxV .mbr-desc {
  color: #01352a;
  text-align: center;
}

.cid-uMOwy8vqxV .mbr-text,
.cid-uMOwy8vqxV .text-wrapper {
  color: #000000;
  text-align: center;
}

.cid-uMOwy8vqxV .card-title {
  color: #000000;
}

.cid-uMOwy8vqxV .card-desc {
  color: #09d38a;
}

.cid-uMOwKLAAkj {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f5f5f7;
}

.cid-uMOwKLAAkj .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMOwKLAAkj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uMOwKLAAkj .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}

.cid-uMOwKLAAkj .mbr-section-title.display-4 {
  font-size: 40px;
}

@media (max-width: 767px) {
  .cid-uMOwKLAAkj .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}

@media (max-width: 575px) {
  .cid-uMOwKLAAkj .mbr-section-title.display-4 {
    font-size: 26px;
  }
}

.cid-uMOwKLAAkj .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .cid-uMOwKLAAkj .mbr-text {
    margin-top: 16px;
  }
}

.cid-uMOwKLAAkj .mbr-section-btn {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .cid-uMOwKLAAkj .mbr-section-btn {
    margin-top: 16px;
  }
}

.cid-uMO30RSx2i {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #01352a;
}

.cid-uMO30RSx2i .logo__image {
  width: 100px;
  object-fit: cover;
}

.cid-uMO30RSx2i .brand__text {
  margin-bottom: 0;
}

.cid-uMO30RSx2i .brand__text a {
  font-weight: 700;
}

.cid-uMO30RSx2i a:hover {
  color: #ffffff !important;
}

.cid-uMO30RSx2i .mbr-text,
.cid-uMO30RSx2i .privacy {
  margin-bottom: 0;
  color: #919dab;
}

.cid-uMO30RSx2i .menu {
  margin: 10px 0;
}

.cid-uMO30RSx2i .foot__menu {
  margin: 0;
  padding: 0;
}

.cid-uMO30RSx2i .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
  color: #ffffff;
}

.cid-uMO30RSx2i .menu__items:last-child {
  margin-right: 0;
}

.cid-uMO30RSx2i .divider {
  background-color: #ebeaed;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}

.cid-uMO30RSx2i .social {
  margin-top: 10px;
}

.cid-uMO30RSx2i .social a {
  margin: 0 15px;
}

.cid-uMO30RSx2i .social a:last-child {
  margin-right: 0;
}

.cid-uMO30RSx2i .social a:first-child {
  margin-left: 0;
}

.cid-uMO30RSx2i .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}

.cid-uMO30RSx2i .mbr-text {
  color: #bbbbbb;
}

@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

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

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 100px;
    right: 100px;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

.modal-dialog,
.modal-content {
  height: auto;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

.form-active .form-control:invalid {
  border-color: red;
}

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

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}

.row>[class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.cid-uMqEbMuosP {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}

.cid-uMqEbMuosP .navbar-dropdown {
  background-color: #003c30 !important;
  padding: 0;
  position: absolute !important;
}

.cid-uMqEbMuosP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #003c30 !important;
  background: #003c30;
}

.cid-uMqEbMuosP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}

.cid-uMqEbMuosP .menu_box {
  flex-wrap: nowrap;
}

@media (max-width: 991px) {
  .cid-uMqEbMuosP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }

  .cid-uMqEbMuosP .menu_box .navbar.opened,
  .cid-uMqEbMuosP .menu_box .navbar-collapse {
    background-color: #003c30 !important;
    transition: all 0s ease 0s;
  }
}

.cid-uMqEbMuosP nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cid-uMqEbMuosP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}

@media (max-width: 991px) {
  .cid-uMqEbMuosP .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}

@media (max-width: 991px) {
  .cid-uMqEbMuosP .mbr-section-btn-main {
    margin-top: 1rem;
  }
}

.cid-uMqEbMuosP .mbr-section-btn-main .btn {
  padding: 16px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}

.cid-uMqEbMuosP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}

.cid-uMqEbMuosP .btn:hover {
  box-shadow: none;
}

@media (min-width: 1200px) {
  .cid-uMqEbMuosP .nav-item {
    margin: 4px 16px;
  }
}

@media (max-width: 991px) {
  .cid-uMqEbMuosP .nav-item {
    margin: 0 !important;
  }
}

.cid-uMqEbMuosP .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}

.cid-uMqEbMuosP .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #09d38a;
  transition: all 0.3s ease-in-out;
}

.cid-uMqEbMuosP .nav-item .nav-link:hover,
.cid-uMqEbMuosP .nav-item .nav-link:focus {
  color: #09d38a !important;
}

.cid-uMqEbMuosP .nav-item .nav-link:hover::before,
.cid-uMqEbMuosP .nav-item .nav-link:focus::before {
  width: 100%;
}

.cid-uMqEbMuosP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}

@media (min-width: 992px) {
  .cid-uMqEbMuosP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }

  .cid-uMqEbMuosP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}

@media (max-width: 991px) {

  .cid-uMqEbMuosP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMqEbMuosP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }

  .cid-uMqEbMuosP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }

  .cid-uMqEbMuosP .offcanvas_box {
    display: none;
  }
}

.cid-uMqEbMuosP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}

.cid-uMqEbMuosP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.cid-uMqEbMuosP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}

.cid-uMqEbMuosP .container {
  display: flex;
  margin: auto;
}

.cid-uMqEbMuosP .iconfont-wrapper {
  color: #ffffff;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}

.cid-uMqEbMuosP .iconfont-wrapper:last-child {
  margin-right: 0;
}

.cid-uMqEbMuosP .iconfont-wrapper:hover {
  opacity: .7;
}

@media (min-width: 992px) {
  .cid-uMqEbMuosP .navbar-nav {
    margin: 0;
  }
}

.cid-uMqEbMuosP .dropdown-menu,
.cid-uMqEbMuosP .navbar.opened {
  background-color: false !important;
}

.cid-uMqEbMuosP .nav-item:focus,
.cid-uMqEbMuosP .nav-link:focus {
  outline: none;
}

.cid-uMqEbMuosP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}

.cid-uMqEbMuosP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-uMqEbMuosP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}

.cid-uMqEbMuosP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}

.cid-uMqEbMuosP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}

.cid-uMqEbMuosP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}

.cid-uMqEbMuosP .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}

@media (max-width: 992px) {
  .cid-uMqEbMuosP .navbar {
    min-height: 30px;
    max-height: none;
  }
}

.cid-uMqEbMuosP .navbar.opened {
  transition: all 0.3s;
}

.cid-uMqEbMuosP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}

.cid-uMqEbMuosP .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}

.cid-uMqEbMuosP .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}

.cid-uMqEbMuosP .navbar.collapsed {
  justify-content: center;
}

.cid-uMqEbMuosP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}

.cid-uMqEbMuosP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

.cid-uMqEbMuosP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}

.cid-uMqEbMuosP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.cid-uMqEbMuosP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}

.cid-uMqEbMuosP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}

.cid-uMqEbMuosP .navbar.collapsed .icons-menu {
  padding: 0;
}

@media (max-width: 991px) {
  .cid-uMqEbMuosP .navbar .nav-item {
    padding: .5rem 0;
  }

  .cid-uMqEbMuosP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }

  .cid-uMqEbMuosP .navbar .nav-item .nav-link::before {
    display: none;
  }

  .cid-uMqEbMuosP .navbar.opened .dropdown-menu {
    top: 0;
  }

  .cid-uMqEbMuosP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }

  .cid-uMqEbMuosP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }

  .cid-uMqEbMuosP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }

  .cid-uMqEbMuosP .navbar .navbar-logo img {
    height: 2rem !important;
  }

  .cid-uMqEbMuosP .navbar ul.navbar-nav {
    overflow: hidden;
  }

  .cid-uMqEbMuosP .navbar ul.navbar-nav li {
    margin: 0;
  }

  .cid-uMqEbMuosP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }

  .cid-uMqEbMuosP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }

  .cid-uMqEbMuosP .navbar .navbar-toggler {
    flex-basis: auto;
  }

  .cid-uMqEbMuosP .navbar .icons-menu {
    padding: 0;
  }
}

.cid-uMqEbMuosP .navbar.navbar-short {
  min-height: 60px;
}

.cid-uMqEbMuosP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}

.cid-uMqEbMuosP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}

.cid-uMqEbMuosP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}

.cid-uMqEbMuosP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}

.cid-uMqEbMuosP .navbar-brand .navbar-logo a {
  outline: none;
}

.cid-uMqEbMuosP .dropdown-item.active,
.cid-uMqEbMuosP .dropdown-item:active {
  background-color: transparent;
}

.cid-uMqEbMuosP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}

.cid-uMqEbMuosP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.cid-uMqEbMuosP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.cid-uMqEbMuosP .navbar .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-uMqEbMuosP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}

.cid-uMqEbMuosP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}

.cid-uMqEbMuosP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #003c30;
  background: #ffffff;
}

.cid-uMqEbMuosP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00d890;
}

.cid-uMqEbMuosP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}

.cid-uMqEbMuosP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}

.cid-uMqEbMuosP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}

.cid-uMqEbMuosP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}

.cid-uMqEbMuosP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-uMqEbMuosP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}

.cid-uMqEbMuosP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}

.cid-uMqEbMuosP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-uMqEbMuosP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.cid-uMqEbMuosP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .cid-uMqEbMuosP .navbar {
    height: 70px;
  }

  .cid-uMqEbMuosP .navbar.opened {
    height: auto;
  }

  .cid-uMqEbMuosP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-uMqEbMuosP .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}

.cid-uMqEbMuosP .navbar-caption:hover {
  color: #09d38a;
}

@media (min-width: 992px) {
  .cid-uMqEbMuosP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}

.cid-uMqEbMuosP .text_widget {
  margin-bottom: 32px;
}

.cid-uMqEbMuosP .text_widget a {
  transition: all 0.3s ease-out;
}

.cid-uMqEbMuosP .text_widget a:hover,
.cid-uMqEbMuosP .text_widget a:focus {
  opacity: .8;
}

@media (min-width: 992px) {
  .cid-uMqEbMuosP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
    gap: 6px;
  }
}

.cid-uMqEbMuosP .navbar-caption {
  color: #ffffff;
}

.cid-uMqEbMuosP .mbr-section-subtitle,
.cid-uMqEbMuosP .text_widget,
.cid-uMqEbMuosP .mbr-section-btn {
  text-align: center;
}

.cid-uMqEbMuosP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}

.cid-uMO30RSx2i {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #01352a;
}

.cid-uMO30RSx2i .logo__image {
  width: 100px;
  object-fit: cover;
}

.cid-uMO30RSx2i .brand__text {
  margin-bottom: 0;
}

.cid-uMO30RSx2i .brand__text a {
  font-weight: 700;
}

.cid-uMO30RSx2i a:hover {
  color: #ffffff !important;
}

.cid-uMO30RSx2i .mbr-text,
.cid-uMO30RSx2i .privacy {
  margin-bottom: 0;
  color: #919dab;
}

.cid-uMO30RSx2i .menu {
  margin: 10px 0;
}

.cid-uMO30RSx2i .foot__menu {
  margin: 0;
  padding: 0;
}

.cid-uMO30RSx2i .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
  color: #ffffff;
}

.cid-uMO30RSx2i .menu__items:last-child {
  margin-right: 0;
}

.cid-uMO30RSx2i .divider {
  background-color: #ebeaed;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}

.cid-uMO30RSx2i .social {
  margin-top: 10px;
}

.cid-uMO30RSx2i .social a {
  margin: 0 15px;
}

.cid-uMO30RSx2i .social a:last-child {
  margin-right: 0;
}

.cid-uMO30RSx2i .social a:first-child {
  margin-left: 0;
}

.cid-uMO30RSx2i .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}

.cid-uMO30RSx2i .mbr-text {
  color: #bbbbbb;
}

.cid-uN4NDl1tTm {
  padding-top: 12rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/banner-contato-1432x468.png");
}

.cid-uN4NDl1tTm .mbr-fallback-image.disabled {
  display: none;
}

.cid-uN4NDl1tTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uN4NDl1tTm .row {
  justify-content: center;
}

.cid-uN4NDl1tTm .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .cid-uN4NDl1tTm .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}

.cid-uN4NDl1tTm .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}

.cid-uN4NDl1tTm .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}

.cid-uN4NDl1tTm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  .cid-uN4NDl1tTm .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}

@media (max-width: 992px) {
  .cid-uN4NDl1tTm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}

.cid-uN4NDl1tTm .content-wrapper .tag-wrapper {
  margin-top: 90px;
}

@media (max-width: 992px) {
  .cid-uN4NDl1tTm .content-wrapper .tag-wrapper {
    margin-top: 30px;
  }
}

.cid-uN4NDl1tTm .content-wrapper .tag-wrapper .tag-wrap {
  display: inline-flex;
  align-items: center;
  background-color: #232323;
  box-shadow: 0 1px 1px 1px #ffffff;
  padding: 14px;
}

.cid-uN4NDl1tTm .content-wrapper .tag-wrapper .tag-wrap .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #232323;
  font-size: 18px;
  margin-right: 12px;
}

.cid-uN4NDl1tTm .content-wrapper .tag-wrapper .tag-wrap .mbr-tag {
  margin-bottom: 0;
}

.cid-uN4NDl1tTm .mbr-section-title {
  color: #cbff5b;
}

.cid-uN4NDl1tTm .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}

.cid-uN4NDl1tTm .mbr-text,
.cid-uN4NDl1tTm .text-wrapper {
  color: #00d890;
  text-align: center;
}

.cid-uN4NDl1tTm .mbr-tag,
.cid-uN4NDl1tTm .tag-wrapper {
  color: #ffffff;
  text-align: center;
}

.cid-uN4NDl1tTm .mbr-section-title,
.cid-uN4NDl1tTm .mbr-section-btn {
  text-align: center;
  color: #09d38a;
}

.cid-uMOxCxMZ3M {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}

.cid-uMOxCxMZ3M .mbr-fallback-image.disabled {
  display: none;
}

.cid-uMOxCxMZ3M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uMOxCxMZ3M .container-fluid {
  padding: 0 60px;
}

@media (max-width: 992px) {
  .cid-uMOxCxMZ3M .container-fluid {
    padding: 0 23px;
  }
}

@media (max-width: 768px) {
  .cid-uMOxCxMZ3M .container-fluid {
    padding: 0 12px;
  }

  .btn-curriculo {
    margin: 0rem 0.6rem !important;
  }
}

@media (max-width: 992px) {
  .cid-uMOxCxMZ3M .container {
    padding: 0 23px;
  }
}

@media (max-width: 768px) {
  .cid-uMOxCxMZ3M .container {
    padding: 0 12px;
  }
}

.cid-uMOxCxMZ3M .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 16px;
  background-color: #eeeeee;
}

@media (max-width: 992px) {
  .cid-uMOxCxMZ3M .content-wrapper {
    display: block;
  }
}

.cid-uMOxCxMZ3M .content-wrapper .title-wrapper {
  width: 50%;
  padding: 48px;
  margin-right: 32px;
}

@media (max-width: 992px) {
  .cid-uMOxCxMZ3M .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .cid-uMOxCxMZ3M .content-wrapper .title-wrapper {
    padding: 24px;
  }
}

.cid-uMOxCxMZ3M .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}

.cid-uMOxCxMZ3M .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}

.cid-uMOxCxMZ3M .content-wrapper .mbr-form {
  width: 50%;
}

@media (max-width: 992px) {
  .cid-uMOxCxMZ3M .content-wrapper .mbr-form {
    width: 100%;
  }
}

.cid-uMOxCxMZ3M .content-wrapper .mbr-form .form-wrap {
  width: 100%;
  padding: 48px;
}

@media (max-width: 992px) {
  .cid-uMOxCxMZ3M .content-wrapper .mbr-form .form-wrap {
    padding: 32px;
  }
}

@media (max-width: 768px) {
  .cid-uMOxCxMZ3M .content-wrapper .mbr-form .form-wrap {
    padding-block: 24px;
    padding-inline: 6px;
  }
}

.cid-uMOxCxMZ3M .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}

.cid-uMOxCxMZ3M .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}

.cid-uMOxCxMZ3M .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
  width: 100%;
}

.cid-uMOxCxMZ3M .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  box-shadow: none;
  border-radius: 16px !important;
  border: 1px solid #bbbbbb !important;
  background-color: #ffffff;
}

.cid-uMOxCxMZ3M .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uMOxCxMZ3M .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}

.cid-uMOxCxMZ3M .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #bbbbbb;
}

.cid-uMOxCxMZ3M .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}

.cid-uMOxCxMZ3M .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}

.cid-uMOxCxMZ3M .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}

.cid-uMOxCxMZ3M .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}

.cid-uMOxCxMZ3M .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}

.cid-uMOxCxMZ3M .mbr-section-title {
  color: #ffffff;
}

.cid-uMOxCxMZ3M .mbr-text {
  color: #ffffff;
}

.cid-uMOxCxMZ3M label {
  color: #ffffff;
}

.cid-uMOxCxMZ3M .mbr-section-title,
.cid-uMOxCxMZ3M .mbr-section-btn {
  color: #01352a;
}

.cid-uMOxCxMZ3M LABEL {
  color: #000000;
}

@media (max-width: 768px) {
  .cid-uMqERjfu8R .content-wrapper {
    padding: 24px 0 !important;
  }

  .cid-uMqERjfu8R .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
    margin-top: -5px;
  }

  .cid-uMqERjfu8R .content-wrapper .desc-wrapper .mbr-desc,
  .cid-uMqERjfu8R .content-wrapper .mbr-section-title,
  .cid-uMqERjfu8R .content-wrapper .text-wrapper .mbr-text {
    word-break: break-word;
    hyphens: auto;
    font-size: 1rem;
  }

  .cid-uMqERjfu8R .content-wrapper .text-wrapper .mbr-text {
    width: 100% !important;
  }

  .cid-uMNyddKgv2 {
    padding-top: 0rem;
    padding-bottom: 4rem;
    background-color: #ffffff;
  }

  .cid-uMNyrbwDE2 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .cid-uMqOHQXYjq {
    padding-top: 0rem;
    padding-bottom: 2rem;
  }

  .cid-uN4KjfOtlE {
    padding-top: 0rem;
    padding-bottom: 1rem;
  }

  .cid-uMNVLijR42 {
    padding-top: 3rem;
    padding-bottom: 0rem;
  }

  .cid-uN4KjfOtlE .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: -40px;
    padding-bottom: 0rem;
    padding-top: 0rem;
  }

  .img-mobile-ajustada {
    width: 345px !important;
    max-width: 90vw;
    height: auto !important;
    display: block;
    margin: 0 auto 3rem auto;
    object-fit: cover;
  }

  .cid-uMNZDDv53R .card:first-child {
    padding: 50px 30px;
  }

  .cid-uMNZDDv53R {
    padding-bottom: 0rem;
    padding-top: 0rem;
  }

  .cid-uMNZDDv53R .card:last-child img,
  .img-mobile {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    border-radius: 0 !important;
    padding-top: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .cid-uMOqkE0Khm {
    padding-top: 0rem;
    padding-bottom: 1rem;
  }

  .cid-uMO1AZMX43 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .cid-uMOcwGvIKC {
    padding-top: 0rem;
    padding-bottom: 1rem;
  }

  .cid-uMObC8BoCO {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cid-uMObC8BoCO .tabs-wrapper .nav.nav-tabs {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .cid-uMO403Q0Oo {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .cid-uMO644Vfn3 {
    padding-top: 30px;
  }

  @media (max-width: 767px) {
    .cid-uMNZDDv53R .card:nth-child(1) {
      order: 2;
    }

    .cid-uMNZDDv53R .card:nth-child(2) {
      order: 1;
    }

    .cid-uMNZDDv53R .row {
      flex-direction: column !important;
      align-items: center !important;
    }
  }

  @media (max-width: 767px) {
    .img-mobile {
      display: block !important;
      margin-left: auto !important;
      margin-right: auto !important;
      margin-bottom: 1rem !important;
      width: 90vw !important;
      max-width: 320px;
      height: auto !important;
      object-fit: contain !important;
    }
  }
}

.cid-uMNZDDv53R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .cid-uMNZDDv53R .card {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.cid-uMNZDDv53R .img-mobile-ajustada {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
  border-radius: 0 !important;
  object-fit: contain !important;
}

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

.cid-uMNyrbwDE2 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .img-mobile {
    display: block;
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 1rem !important;
    border-radius: 0 !important;
    object-fit: contain !important;
  }

  .cid-uMqOHQXYjq .mbr-section-title {
    text-align: center;
    margin-top: 15px
  }

  .cid-uMNZDDv53R .card {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    text-align: center;
  }

  .cid-uMNZDDv53R .card .text-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: left;
  }

  .mbr-timeline-text.mbr-fonts-style.display-7 {
    margin-bottom: revert;
    padding-top: 1rem;
  }

  .cid-uMO7BC5VNU .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }

  section#article02-1z br {
    display: none;
  }

  .cid-uMO7BC5VNU {
    padding-top: 3rem;
    ;
  }

  .cid-uMOn123PhX {
    padding-top: 0rem;
  }

  .cid-uMOeqGq7dO {
    padding-top: 0rem;
    padding-bottom: 2rem;
  }

  .cid-uMNZDDv53R .container-fluid .row {
    padding-bottom: 2rem;
  }

  .cid-uMqERjfu8R {
    background-position: 45% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .cid-uMOn9sLS6y {
    padding-top: 4rem;
  }

  .mr-mobile-26 {
    margin-right: 26px !important;
    margin-left: 26px !important;
  }

  .cid-uMNyrbwDE2 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 10px;
  }

  .cid-uN4NDl1tTm {
    padding-top: 6rem;
  }

  .cid-uN4NDl1tTm .content-wrapper .title-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }

  .mb-5 {
    margin-bottom: 0rem !important;
  }

  .cid-uMOqkE0Khm .item .item-wrapper .item-content .item-title_1,
  .cid-uMOqkE0Khm .item .item-wrapper .item-content .item-title_2 {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .image-wrapper.mobile {
    margin-top: -70px !important;
  }

  .cid-uMO7BC5VNU {
    padding-bottom: 3rem;
  }

  .content-wrapper-mobile {
    margin-top: 20px !important;
    margin-bottom: -50px !important;
  }
}

.navbar.bg-dark {
  background-color: #003c30 !important;
}

@media (max-width: 991.98px) {

  .item-title br,
  .item-title_1 br,
  .item-title.mbr-fonts-style.display-4 br {
    display: none;
  }

  .item-title>div:empty {
    display: none;
  }

  .mbr-section-title br,
  .mbr-text br,
  .mbr-desc br {
    display: none;
  }

  .mbr-section-title br,
  .mbr-section-title div>strong>br,
  .mbr-text br {
    display: none;
  }

  .mbr-section-title div:empty,
  .mbr-section-title div>strong:empty {
    display: none;
  }

  .mbr-text br {
    display: none;
  }

  .mbr-section-title br,
  .mbr-desc br,
  .mbr-text br {
    display: none;
  }

  .mbr-section-subtitle br,
  .mbr-section-subtitle div>strong>br {
    display: none;
  }

  .mbr-section-subtitle div:empty,
  .mbr-section-subtitle div>strong:empty {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .titulo-com-br-mobile br {
    display: inline !important;
  }

  .titulo-com-br-mobile {
    word-spacing: 0.4em;
  }
}

.custom-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 100%;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.half-width {
  flex: 1 1 48%;
}

.full-width {
  width: 100%;
}

.form-label {
  font-weight: 400;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.form-control {
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  color: #212529;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  outline: none;
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.form-control,
.form-label,
button,
textarea {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 1rem;
}

textarea.form-control {
  resize: vertical;
}

.btn-submit {
  display: inline-block;
  width: 100%;
  padding: 0.65rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background-color: #00dd95;
  border: none;
  border-radius: 2rem;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.15s ease-in-out;
}

.btn-submit:hover {
  background-color: #00c38a;
}

.spinner {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

@media (max-width: 768px) {
  .half-width {
    flex: 1 1 100%;
  }
}

.texto-bg {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0rem 1rem;
  background-color: #ffffff;
}

.texto-blog {
  margin-left: 10rem;
  margin-right: 10rem;
  color: #2d2d2d;
  font-size: 1rem;
  line-height: 1.75;
  font-family: 'Figtree', system-ui, sans-serif;
  font-weight: 400;
  overflow-wrap: break-word;
}

@media (max-width: 767px) {
  .texto-blog {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .texto-blog h1,
  .texto-blog h2,
  .texto-blog h3,
  .texto-blog h4,
  .texto-blog h5,
  .texto-blog h6 {
    font-size: 1.2rem !important;
  }
}

.texto-blog h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.5rem;
}

.texto-blog h2 {
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  word-break: break-word;
  word-wrap: break-word;
  text-align: left;
}


.texto-blog p {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.texto-blog blockquote {
  font-style: italic;
  font-size: 1.125rem;
  color: #4b5563;
  text-align: center;
  max-width: 48rem;
  margin: 3rem auto;
  line-height: 1.75;
}

.texto-blog blockquote span {
  display: block;
  font-style: normal;
  font-weight: 500;
  margin-top: 1rem;
}

._citacao {
  background-color: #f5f5f7;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

._citacao ._container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 1rem;
}

._citacao .quote {
  text-align: center;
  color: #003D3D;
}

._citacao .quote h3 {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 500;
  margin: 0;
}

@media (min-width: 640px) {
  ._citacao .quote h3 {
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px) {
  ._citacao .quote h3 {
    font-size: 1.875rem;
  }
}

._citacao .quote p {
  font-size: 1.125rem;
  margin-top: 1rem;
  font-weight: 500;
}

._citacao .quote h2 {
  font-size: 25px;
}

.swiper-wrapper{
  padding-bottom: 1rem;
}

.choices,
.choices__inner,
.choices__list,
.choices__item {
    font-family: 'Open Sans', sans-serif !important;
}

.choices__inner{
  padding: 14px !important;
  border-radius: 16px !important;
  border: 1px solid #bbbbbb !important;
  background-color: #ffffff !important;
}

.choices[data-type*='select-one'] .choices__list--dropdown {
  top: 100% !important;
  bottom: auto !important;
}