body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 6.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 10.56rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.2rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 3.96rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 1.65rem !important;
  }
}
@media (max-width: 992px) {
  .display-4:not(.nav-link) {
    font-size: 0.66rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 1.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.28rem;
    font-size: calc( 2.96rem + (6.6 - 2.96) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.96rem + (6.6 - 2.96) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #5b9791 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #15a6aa !important;
}
.bg-warning {
  background-color: #187a7d !important;
}
.bg-danger {
  background-color: #95cac5 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5b9791 !important;
  border-color: #5b9791 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #3e6763 !important;
  border-color: #3e6763 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3e6763 !important;
  border-color: #3e6763 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #001d43 !important;
  border-color: #001d43 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #15a6aa !important;
  border-color: #15a6aa !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0d6466 !important;
  border-color: #0d6466 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0d6466 !important;
  border-color: #0d6466 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #187a7d !important;
  border-color: #187a7d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #0c3b3d !important;
  border-color: #0c3b3d !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0c3b3d !important;
  border-color: #0c3b3d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #95cac5 !important;
  border-color: #95cac5 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #62b0a9 !important;
  border-color: #62b0a9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #62b0a9 !important;
  border-color: #62b0a9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #355754;
  color: #355754;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #5b9791;
  border-color: #5b9791;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5b9791 !important;
  border-color: #5b9791 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #001d43;
  border-color: #001d43;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #001d43 !important;
  border-color: #001d43 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #0a4d4f;
  color: #0a4d4f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #15a6aa;
  border-color: #15a6aa;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #15a6aa !important;
  border-color: #15a6aa !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #082627;
  color: #082627;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #187a7d;
  border-color: #187a7d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #187a7d !important;
  border-color: #187a7d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #53a69e;
  color: #53a69e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #95cac5;
  border-color: #95cac5;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #95cac5 !important;
  border-color: #95cac5 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #5b9791 !important;
}
.text-secondary {
  color: #001d43 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #15a6aa !important;
}
.text-warning {
  color: #187a7d !important;
}
.text-danger {
  color: #95cac5 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #97c1bc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0049a9 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffffff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3ee3e7 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #28ced3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d9ecea !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #15a6aa;
}
.alert-warning {
  background-color: #187a7d;
}
.alert-danger {
  background-color: #95cac5;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5b9791;
  border-color: #5b9791;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #5b9791;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a7cac7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55e6ea;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #3bd5d9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #5b9791;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5b9791;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5b9791;
  border-bottom-color: #5b9791;
}
.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: #5b9791 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #001d43 !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='%235b9791' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tKo9LW2JPZ {
  z-index: 1000;
  width: 100%;
}
.cid-tKo9LW2JPZ .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tKo9LW2JPZ nav.navbar {
  position: fixed;
}
.cid-tKo9LW2JPZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKo9LW2JPZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKo9LW2JPZ .dropdown-item:hover,
.cid-tKo9LW2JPZ .dropdown-item:focus {
  background: #5b9791 !important;
  color: white !important;
}
.cid-tKo9LW2JPZ .dropdown-item:hover span {
  color: white;
}
.cid-tKo9LW2JPZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKo9LW2JPZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKo9LW2JPZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKo9LW2JPZ .nav-link {
  position: relative;
}
.cid-tKo9LW2JPZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tKo9LW2JPZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tKo9LW2JPZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKo9LW2JPZ .dropdown-menu,
.cid-tKo9LW2JPZ .navbar.opened {
  background: #ffffff !important;
}
.cid-tKo9LW2JPZ .nav-item:focus,
.cid-tKo9LW2JPZ .nav-link:focus {
  outline: none;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKo9LW2JPZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKo9LW2JPZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tKo9LW2JPZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tKo9LW2JPZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKo9LW2JPZ .navbar .navbar-logo img {
  width: auto;
  margin-right: -10px;
}
.cid-tKo9LW2JPZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKo9LW2JPZ .navbar.collapsed {
  justify-content: center;
}
.cid-tKo9LW2JPZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKo9LW2JPZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKo9LW2JPZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tKo9LW2JPZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKo9LW2JPZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKo9LW2JPZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKo9LW2JPZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKo9LW2JPZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKo9LW2JPZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKo9LW2JPZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKo9LW2JPZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tKo9LW2JPZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKo9LW2JPZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKo9LW2JPZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKo9LW2JPZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKo9LW2JPZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKo9LW2JPZ .dropdown-item.active,
.cid-tKo9LW2JPZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tKo9LW2JPZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKo9LW2JPZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKo9LW2JPZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKo9LW2JPZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKo9LW2JPZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKo9LW2JPZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKo9LW2JPZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #15a6aa;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKo9LW2JPZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKo9LW2JPZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKo9LW2JPZ .navbar {
    height: 70px;
  }
  .cid-tKo9LW2JPZ .navbar.opened {
    height: auto;
  }
  .cid-tKo9LW2JPZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKo9LW2JPZ img {
  cursor: pointer;
}
.cid-tKo9LW2JPZ #buscador {
  position: fixed;
  top: 0px;
  right: 8px;
}
@media screen and (max-device-width: 800px) {
  .cid-tKo9LW2JPZ #buscador {
    position: relative !important;
    margin: 10px !important;
    bottom: 5px !important;
  }
  .cid-tKo9LW2JPZ #searchButton {
    height: 40px;
    width: auto;
    margin-left: -40px;
    position: absolute;
  }
}
@media screen and (max-width: 800px) {
  .cid-tKo9LW2JPZ #buscador {
    margin: 10px !important;
    position: relative !important;
    bottom: 5px !important;
  }
}
.cid-tKo9LW2JPZ #searchButton {
  height: 40px;
  position: absolute;
  width: auto;
  margin-left: -40px;
}
.cid-tKo9LW2JPZ #cools {
  border-radius: 8px;
  background-color: #001d43 !important;
}
.cid-tKo9LW2JPZ #searchInput {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
}
.cid-tKo9LW2JPZ .container-fuild {
  margin-top: 15px;
}
.cid-tKo9LW2JPZ .navbar-collapse {
  margin-top: 35px;
}
.cid-tJTlAClyb9 {
  background-image: url("../../../assets/images/mujer-bonita-rubia-mirando-camara-sonriendo-2000x1302.webp");
}
.cid-tJTlAClyb9 .container-fluid {
  max-width: 1700px;
}
.cid-tJTlAClyb9 h1 {
  line-height: 1;
  letter-spacing: -2px;
}
.cid-tJTlAClyb9 .signature {
  display: inline-block;
  width: auto;
}
.cid-tJTlAClyb9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJTlAClyb9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJTlAClyb9 H1 {
  color: #187a7d;
  text-align: center;
}
.cid-tJTlAClyb9 .mbr-text,
.cid-tJTlAClyb9 .img-align {
  color: #011542;
  text-align: center;
}
#custom-html-yw img {
  border: 2px solid white;
  width: 60px;
  height: auto;
  position: fixed;
  top: 50%;
  right: 8px;
  z-index: 999999999999999999999999 !important;
  border-radius: 8px;
}
@media screen and (max-device-width: 800px) {
  #custom-html-yw img {
    width: 45px;
  }
}
@media screen and (max-width: 800px) {
  #custom-html-yw img {
    width: 45px;
  }
}
.cid-tQesohA6eF.popup-builder {
  background-color: #ffffff;
}
.cid-tQesohA6eF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tQesohA6eF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tQesohA6eF .modal-content,
.cid-tQesohA6eF .modal-dialog {
  height: auto;
}
.cid-tQesohA6eF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tQesohA6eF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tQesohA6eF .form-wrapper .mbr-form .form-group,
  .cid-tQesohA6eF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tQesohA6eF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tQesohA6eF .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tQesohA6eF .mbr-text {
  text-align: center;
}
.cid-tQesohA6eF .pt-0 {
  padding-top: 0 !important;
}
.cid-tQesohA6eF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tQesohA6eF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tQesohA6eF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tQesohA6eF .modal-open {
  overflow: hidden;
}
.cid-tQesohA6eF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tQesohA6eF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tQesohA6eF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tQesohA6eF .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tQesohA6eF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tQesohA6eF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tQesohA6eF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tQesohA6eF .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tQesohA6eF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tQesohA6eF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tQesohA6eF .modal-backdrop.fade {
  opacity: 0;
}
.cid-tQesohA6eF .modal-backdrop.show {
  opacity: .5;
}
.cid-tQesohA6eF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tQesohA6eF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tQesohA6eF .modal-header {
    padding: 1rem;
  }
}
.cid-tQesohA6eF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tQesohA6eF .modal-header .close svg {
  fill: #353535;
}
.cid-tQesohA6eF .modal-header .close:hover {
  opacity: 1;
}
.cid-tQesohA6eF .modal-header .close:focus {
  outline: none;
}
.cid-tQesohA6eF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tQesohA6eF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tQesohA6eF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tQesohA6eF .modal-body {
    padding: 1rem;
  }
}
.cid-tQesohA6eF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tQesohA6eF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tQesohA6eF .modal-footer {
    padding: 1rem;
  }
}
.cid-tQesohA6eF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tQesohA6eF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tQesohA6eF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tQesohA6eF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tQesohA6eF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tQesohA6eF .modal-lg,
  .cid-tQesohA6eF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tQesohA6eF .modal-xl {
    max-width: 1140px;
  }
}
.cid-tQesohA6eF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tQesohA6eF .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tQesohA6eF .form-group {
  margin-bottom: 1rem;
}
.cid-tQesohA6eF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tQesohA6eF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tQesohA6eF .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tQesohA6eF .mbr-section-btn {
  margin: 0;
}
.cid-tQesohA6eF .mbr-section-btn .btn {
  margin: 0;
}
.cid-tHgT2dtl0G {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tHgT2dtl0G h3 {
  position: relative;
}
.cid-tHgT2dtl0G h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tHgT2dtl0G H3 {
  color: #15a6aa;
}
.cid-tHgT2dtl0G H1 {
  color: #879a9f;
}
.cid-tHgT2dtl0G .mbr-text,
.cid-tHgT2dtl0G .mbr-section-btn {
  color: #5b9791;
}
.cid-tHgT2dtl0G img {
  height: 20px;
  width: auto;
}
.cid-rJ1R1YSbzF {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJ1R1YSbzF .card-box {
  z-index: 10;
  position: relative;
}
.cid-rJ1R1YSbzF .container-fluid {
  padding: 0;
}
.cid-rJ1R1YSbzF h5 {
  margin: 0;
}
.cid-rJ1R1YSbzF h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-rJ1R1YSbzF h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-rJ1R1YSbzF .card {
  margin: auto;
  min-height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-rJ1R1YSbzF .card:hover {
  z-index: 99;
}
.cid-rJ1R1YSbzF .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-rJ1R1YSbzF .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-rJ1R1YSbzF .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-rJ1R1YSbzF .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-rJ1R1YSbzF .card1 {
  background-image: url("../../../assets/images/op-mujer-adulta-joven-rostro-hermoso-aislado-blanco-concepto-cuidado-piel-2000x1987.webp");
  z-index: 4;
  transform: rotateY(15deg);
}
.cid-rJ1R1YSbzF .card2 {
  background-image: url("../../../assets/images/istock-884498160-2000x1333.webp");
  z-index: 3;
}
.cid-rJ1R1YSbzF .card3 {
  background-image: url("../../../assets/images/istock-1153440552-2000x1335.webp");
  z-index: 2;
  transform: rotateY(-15deg);
}
.cid-rJ1R1YSbzF h4 {
  background-color: #187a7d;
  border-radius: 6px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 5px;
}
.cid-rJ1R1YSbzF .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-rJ1R1YSbzF .card-box {
    text-align: center;
  }
}
.cid-rJ1R1YSbzF .mbr-text {
  color: #cccccc;
}
.cid-rJ1R1YSbzF .card-date {
  color: #cccccc;
}
.cid-rJ1R1YSbzF H1 {
  color: #187a7d;
}
.cid-rJ1R1YSbzF .mbr-section-subtitle,
.cid-rJ1R1YSbzF .title-align {
  color: #5b9791;
}
.cid-rJ1R1YSbzF img {
  height: 20px;
  width: auto;
}
.cid-rJ1R1YSbzF .card-title,
.cid-rJ1R1YSbzF .card-box {
  color: #1a544f;
  text-align: center;
}
.cid-tKEO9jhFoP {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tKEO9jhFoP .card-box {
  z-index: 10;
  position: relative;
}
.cid-tKEO9jhFoP .container-fluid {
  padding: 0;
}
.cid-tKEO9jhFoP h5 {
  margin: 0;
}
.cid-tKEO9jhFoP h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tKEO9jhFoP h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tKEO9jhFoP .card {
  margin: auto;
  min-height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-tKEO9jhFoP .card:hover {
  z-index: 99;
}
.cid-tKEO9jhFoP .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-tKEO9jhFoP .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-tKEO9jhFoP .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-tKEO9jhFoP .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-tKEO9jhFoP .card1 {
  background-image: url("../../../assets/images/ginecologia-regenerativa-clinicas-aevo-2-2000x1334.webp");
  z-index: 4;
  transform: rotateY(15deg);
}
.cid-tKEO9jhFoP .card2 {
  background-image: url("../../../assets/images/clinicas-de-medicina-estetica-en-madrid-aevo-21-750x563.webp");
  z-index: 3;
}
.cid-tKEO9jhFoP .card3 {
  background-image: url("../../../assets/images/clinicas-de-medicina-estetica-en-madrid-aevo-21-750x563.webp");
  z-index: 2;
  transform: rotateY(-15deg);
}
.cid-tKEO9jhFoP h4 {
  background-color: #187a7d;
  border-radius: 6px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 5px;
}
.cid-tKEO9jhFoP .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-tKEO9jhFoP .card-box {
    text-align: center;
  }
}
.cid-tKEO9jhFoP .mbr-text {
  color: #cccccc;
}
.cid-tKEO9jhFoP .card-date {
  color: #cccccc;
}
.cid-tKEO9jhFoP H1 {
  color: #000000;
}
.cid-tKEO9jhFoP .mbr-section-subtitle,
.cid-tKEO9jhFoP .title-align {
  color: #000000;
}
.cid-tKEO9jhFoP .card-title,
.cid-tKEO9jhFoP .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tJZrcD6rhY {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #5b9791;
}
@media (min-width: 768px) {
  .cid-tJZrcD6rhY {
    background-image: url("../../../assets/images/mujer-bronceada-maquillaje-posando-plantas-tropicales-hojas-enormes-2000x1333.webp");
    background-position: 100% center  !important;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tJZrcD6rhY .row {
  align-items: center;
}
.cid-tJZrcD6rhY .image-wrapper {
  padding: 1rem;
}
.cid-tJZrcD6rhY .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tJZrcD6rhY .label-text {
  width: 100%;
  color: #111111;
  text-align: center;
}
.cid-tJZrcD6rhY .mbr-section-title {
  margin-bottom: 12px;
  text-align: center;
  color: #ffffff;
}
.cid-tJZrcD6rhY .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tJZrcD6rhY .btn-container {
  width: 100%;
}
.cid-tJZrcD6rhY .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tJZrcD6rhY .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tJZrcD6rhY .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tJZrcD6rhY .btn-black-outline {
  border: 1px solid currentColor;
}
.cid-tJZrcD6rhY .btn-black-outline:hover {
  color: #ffffff !important;
  background: #111111 !important;
}
.cid-tJZrcD6rhY .elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: rotate(180deg);
  line-height: 0;
  direction: ltr;
}
.cid-tJZrcD6rhY .elementor-shape svg {
  fill: #ffffff;
}
.cid-tJZrcD6rhY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJZrcD6rhY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJZrcD6rhY .mbr-text,
.cid-tJZrcD6rhY .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tQewHGJxUp {
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/img-9255-2000x1500.webp");
}
.cid-tQewHGJxUp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQewHGJxUp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQewHGJxUp .mbr-text,
.cid-tQewHGJxUp .mbr-section-btn {
  color: #f7f7f7;
}
.cid-tQewHGJxUp #video1 {
  margin-left: auto;
  margin-right: auto;
}
.cid-tQewHGJxUp video {
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 100%;
}
.cid-tKhWUsLy3x {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tKhWUsLy3x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhWUsLy3x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhWUsLy3x .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tKhWUsLy3x .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tKhWUsLy3x .container {
    padding: 0 16px;
  }
}
.cid-tKhWUsLy3x .row {
  padding: 90px 60px;
  border-radius: 40px;
  background-color: #eff1f2;
}
@media (max-width: 992px) {
  .cid-tKhWUsLy3x .row {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-tKhWUsLy3x .row {
    padding: 20px 16px;
  }
}
.cid-tKhWUsLy3x .row .image-wrapper img {
  height: 440px;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tKhWUsLy3x .row .image-wrapper img {
    height: 300px;
  }
}
.cid-tKhWUsLy3x iframe h2 {
  text-align: left !important;
  font-size: 12px !important;
}
.cid-tKhWUsLy3x iframe .leaflet-marker-pane img {
  width: 80px !important;
  height: 80px !important;
}
.cid-tHqJ7bSuDC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tHqJ7bSuDC .subicon-title {
  color: #465052;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tHqJ7bSuDC .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tHqJ7bSuDC .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tHqJ7bSuDC .underline .line {
  width: 3rem;
  height: 2px;
  background: #187a7d;
  display: inline-block;
}
.cid-tHqJ7bSuDC .process-icon,
.cid-tHqJ7bSuDC .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-tHqJ7bSuDC .wrapper,
.cid-tHqJ7bSuDC .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-tHqJ7bSuDC .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #187a7d;
  opacity: 1;
}
.cid-tHqJ7bSuDC .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-tHqJ7bSuDC .icon-container a {
  display: inherit;
}
.cid-tHqJ7bSuDC .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #187a7d !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-tHqJ7bSuDC .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-tHqJ7bSuDC .icon-main:hover .icon-wrapper {
  background-color: #187a7d !important;
}
.cid-tHqJ7bSuDC .icon-main:hover .icon-number {
  background-color: #5b9791 !important;
  color: #ffffff !important;
}
.cid-tHqJ7bSuDC .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-tHqJ7bSuDC .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-tHqJ7bSuDC .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tHqJ7bSuDC .third-elem .wrapper:before {
    display: none;
  }
}
.cid-tHqJ7bSuDC .mbr-section-title {
  margin: 0;
}
.cid-tHqJ7bSuDC .mbr-section-subtitle {
  color: #5b9791;
  text-align: center;
}
.cid-tHqJ7bSuDC .mbr-section-title,
.cid-tHqJ7bSuDC .underline {
  color: #1f6a6c;
}
.cid-tJMSTNVkDL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #187a7d;
}
.cid-tJMSTNVkDL .container {
  max-width: 1312px;
}
.cid-tJMSTNVkDL .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-tJMSTNVkDL .label-text {
  color: #ffffff;
  width: 100%;
}
.cid-tJMSTNVkDL .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-tJMSTNVkDL .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tJMSTNVkDL .advantages-container {
  display: grid;
  margin-top: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 4.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-tJMSTNVkDL .advantages-container {
    grid-auto-flow: row;
  }
}
.cid-tJMSTNVkDL .advantage {
  display: flex;
  align-items: flex-start;
}
.cid-tJMSTNVkDL .advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background-color: #5b9791;
}
.cid-tJMSTNVkDL .advantage-icon span {
  color: #002549;
}
.cid-tJMSTNVkDL .advantage-text {
  color: #ffffff;
}
.cid-tJMSTNVkDL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJMSTNVkDL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKsA2m6XvR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKsA2m6XvR img,
.cid-tKsA2m6XvR .item-img {
  width: 100%;
}
.cid-tKsA2m6XvR .item:focus,
.cid-tKsA2m6XvR span:focus {
  outline: none;
}
.cid-tKsA2m6XvR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tKsA2m6XvR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  outline: 1px solid #ffffff;
  outline-style: none;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKsA2m6XvR .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKsA2m6XvR .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKsA2m6XvR .item-wrapper {
  background: transparent;
}
.cid-tKsA2m6XvR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKsA2m6XvR .mbr-section-title {
  color: #2e6b75;
}
.cid-tKsA2m6XvR .mbr-section-subtitle {
  color: #6c7577;
}
.cid-tKsA2m6XvR .mbr-text,
.cid-tKsA2m6XvR .mbr-section-btn {
  text-align: center;
}
.cid-tKsA2m6XvR .item-title {
  color: #187a7d;
  text-align: left;
}
.cid-tKsA2m6XvR .mbr-text {
  color: #6c7577;
  text-align: left;
}
.cid-tKsA2m6XvR .item-subtitle {
  text-align: center;
}
.cid-tKsA2m6XvR .display-4 {
  font-weight: 500;
}
.cid-tKsA2m6XvR * {
  text-align: center !important;
}
.cid-tKsA2m6XvR .cid-tKsA2m6XvR .item-wrapper {
  outline-style: none !important;
}
.cid-tKsA2m6XvR img {
  border-radius: 20px;
  border: 2px solid #efefef;
}
.cid-tHgESK3Hby {
  background-image: url("../../../assets/images/clinicas-de-medicina-estetica-para-hombres-en-madrid-2000x1217.webp");
}
.cid-tHgESK3Hby h3 {
  position: relative;
}
.cid-tHgESK3Hby h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tHgESK3Hby svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-tHgESK3Hby g rect {
  fill: #187a7d;
}
.cid-tHgESK3Hby H1 {
  color: #187a7d;
}
.cid-tHgESK3Hby .mbr-text,
.cid-tHgESK3Hby .mbr-section-btn {
  color: #5b9791;
}
.cid-tHgESK3Hby H3 {
  color: #001d43;
}
.cid-tLiPf52D4o {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #001d43;
}
.cid-tLiPf52D4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLiPf52D4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLiPf52D4o .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLiPf52D4o .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLiPf52D4o .container {
    padding: 0;
  }
}
.cid-tLiPf52D4o .row {
  justify-content: center;
}
.cid-tLiPf52D4o .title-wrapper {
  padding: 0 16px;
}
.cid-tLiPf52D4o .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLiPf52D4o .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tLiPf52D4o .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tLiPf52D4o .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tLiPf52D4o .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #5b9791;
}
.cid-tLiPf52D4o .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tLiPf52D4o .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tLiPf52D4o .mbr-section-title,
.cid-tLiPf52D4o .mbr-iconfont {
  color: #ffffff;
}
.cid-tLiPf52D4o .mbr-section-title,
.cid-tLiPf52D4o .soc-wrapper {
  text-align: center;
}
.cid-tLiPhYaiDc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5b9791;
}
.cid-tLiPhYaiDc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLiPhYaiDc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLiPhYaiDc .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLiPhYaiDc .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLiPhYaiDc .container {
    padding: 0;
  }
}
.cid-tLiPhYaiDc .row {
  justify-content: center;
}
.cid-tLiPhYaiDc .title-wrapper {
  padding: 0 16px;
}
.cid-tLiPhYaiDc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLiPhYaiDc .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tLiPhYaiDc .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tLiPhYaiDc .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tLiPhYaiDc .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #001d43;
}
.cid-tLiPhYaiDc .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tLiPhYaiDc .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tLiPhYaiDc .mbr-section-title,
.cid-tLiPhYaiDc .mbr-iconfont {
  color: #ffffff;
}
.cid-tLiPhYaiDc .mbr-section-title,
.cid-tLiPhYaiDc .soc-wrapper {
  text-align: center;
}
.cid-tIuj6xZxry {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-3.webp");
}
.cid-tIuj6xZxry .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-tIuj6xZxry .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tIuj6xZxry .mbr-section-title {
  color: #187a7d;
}
.cid-tIuj6xZxry .mbr-section-subtitle {
  color: #001d43;
  margin-top: 1rem;
}
.cid-tIuj6xZxry .form-container {
  display: flex;
  width: 100%;
}
.cid-tIuj6xZxry .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tIuj6xZxry form {
  width: 100%;
}
.cid-tIuj6xZxry form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tIuj6xZxry form h5 {
  margin: 40px 0 20px;
}
.cid-tIuj6xZxry form p {
  color: #45494E;
}
.cid-tIuj6xZxry form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-tIuj6xZxry form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-tIuj6xZxry form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-tIuj6xZxry form .form-control {
  height: 56px;
  border: none !important;
  border-bottom: 1px solid #A2A4A7 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: #45494E;
  font-weight: 400;
}
.cid-tIuj6xZxry form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tIuj6xZxry form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tIuj6xZxry form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tIuj6xZxry form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tIuj6xZxry form select {
  color: #A2A4A7 !important;
}
.cid-tIuj6xZxry form textarea {
  height: 250px !important;
}
.cid-tIuj6xZxry form input:active,
.cid-tIuj6xZxry form textarea:active,
.cid-tIuj6xZxry form input:focus,
.cid-tIuj6xZxry form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-tIuj6xZxry form input:active::-webkit-input-placeholder,
.cid-tIuj6xZxry form textarea:active::-webkit-input-placeholder,
.cid-tIuj6xZxry form input:focus::-webkit-input-placeholder,
.cid-tIuj6xZxry form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tIuj6xZxry form input:active::-moz-placeholder,
.cid-tIuj6xZxry form textarea:active::-moz-placeholder,
.cid-tIuj6xZxry form input:focus::-moz-placeholder,
.cid-tIuj6xZxry form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tIuj6xZxry form input:active:-moz-placeholder,
.cid-tIuj6xZxry form textarea:active:-moz-placeholder,
.cid-tIuj6xZxry form input:focus:-moz-placeholder,
.cid-tIuj6xZxry form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tIuj6xZxry form input:active:-ms-input-placeholder,
.cid-tIuj6xZxry form textarea:active:-ms-input-placeholder,
.cid-tIuj6xZxry form input:focus:-ms-input-placeholder,
.cid-tIuj6xZxry form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tIuj6xZxry form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-tIuj6xZxry form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tIuj6xZxry form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-tIuj6xZxry form .form-control-label {
  width: 100%;
}
.cid-tIuj6xZxry form .form-check-label {
  margin-bottom: 10px;
}
.cid-tIuj6xZxry form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tIuj6xZxry form .form-check-input:focus,
.cid-tIuj6xZxry form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-tIuj6xZxry form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-tIuj6xZxry .mbr-section-btn button {
  background-color: #5b9791 !important;
}
.cid-tK0mVT2VrP {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #187a7d;
}
.cid-tK0mVT2VrP .container-fluid {
  padding: 0;
}
.cid-tK0mVT2VrP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tK0mVT2VrP .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tK0mVT2VrP .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li {
  color: white !important;
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tK0mVT2VrP .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tK0mVT2VrP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tK0mVT2VrP .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tK0mVT2VrP .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tK0mVT2VrP .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tK0mVT2VrP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tK0mVT2VrP .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tK0mVT2VrP .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tK0mVT2VrP .copyright {
  margin: 0 60px;
  border-top: 1px solid #ffffff;
  padding: 26px 0;
}
.cid-tK0mVT2VrP .copyright .mbr-text {
  margin: 0;
}
.cid-tK0mVT2VrP .mbr-section-title,
.cid-tK0mVT2VrP .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tK0mVT2VrP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tK0mVT2VrP .foot-menu {
  color: #ffffff;
}
.cid-tK0mVT2VrP H5 {
  color: #ffffff;
}
.cid-tK0mVT2VrP li a {
  color: white !important;
}
.cid-tKo9LW2JPZ {
  z-index: 1000;
  width: 100%;
}
.cid-tKo9LW2JPZ .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tKo9LW2JPZ nav.navbar {
  position: fixed;
}
.cid-tKo9LW2JPZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKo9LW2JPZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKo9LW2JPZ .dropdown-item:hover,
.cid-tKo9LW2JPZ .dropdown-item:focus {
  background: #5b9791 !important;
  color: white !important;
}
.cid-tKo9LW2JPZ .dropdown-item:hover span {
  color: white;
}
.cid-tKo9LW2JPZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKo9LW2JPZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKo9LW2JPZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKo9LW2JPZ .nav-link {
  position: relative;
}
.cid-tKo9LW2JPZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tKo9LW2JPZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tKo9LW2JPZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKo9LW2JPZ .dropdown-menu,
.cid-tKo9LW2JPZ .navbar.opened {
  background: #ffffff !important;
}
.cid-tKo9LW2JPZ .nav-item:focus,
.cid-tKo9LW2JPZ .nav-link:focus {
  outline: none;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKo9LW2JPZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKo9LW2JPZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tKo9LW2JPZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tKo9LW2JPZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKo9LW2JPZ .navbar .navbar-logo img {
  width: auto;
  margin-right: -10px;
}
.cid-tKo9LW2JPZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKo9LW2JPZ .navbar.collapsed {
  justify-content: center;
}
.cid-tKo9LW2JPZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKo9LW2JPZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKo9LW2JPZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tKo9LW2JPZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKo9LW2JPZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKo9LW2JPZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKo9LW2JPZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKo9LW2JPZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKo9LW2JPZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKo9LW2JPZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKo9LW2JPZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tKo9LW2JPZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKo9LW2JPZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKo9LW2JPZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKo9LW2JPZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKo9LW2JPZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKo9LW2JPZ .dropdown-item.active,
.cid-tKo9LW2JPZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tKo9LW2JPZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKo9LW2JPZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKo9LW2JPZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKo9LW2JPZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKo9LW2JPZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKo9LW2JPZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKo9LW2JPZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #15a6aa;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKo9LW2JPZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKo9LW2JPZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKo9LW2JPZ .navbar {
    height: 70px;
  }
  .cid-tKo9LW2JPZ .navbar.opened {
    height: auto;
  }
  .cid-tKo9LW2JPZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKo9LW2JPZ img {
  cursor: pointer;
}
.cid-tKo9LW2JPZ #buscador {
  position: fixed;
  top: 0px;
  right: 8px;
}
@media screen and (max-device-width: 800px) {
  .cid-tKo9LW2JPZ #buscador {
    position: relative !important;
    margin: 10px !important;
    bottom: 5px !important;
  }
  .cid-tKo9LW2JPZ #searchButton {
    height: 40px;
    width: auto;
    margin-left: -40px;
    position: absolute;
  }
}
@media screen and (max-width: 800px) {
  .cid-tKo9LW2JPZ #buscador {
    margin: 10px !important;
    position: relative !important;
    bottom: 5px !important;
  }
}
.cid-tKo9LW2JPZ #searchButton {
  height: 40px;
  position: absolute;
  width: auto;
  margin-left: -40px;
}
.cid-tKo9LW2JPZ #cools {
  border-radius: 8px;
  background-color: #001d43 !important;
}
.cid-tKo9LW2JPZ #searchInput {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
}
.cid-tKo9LW2JPZ .container-fuild {
  margin-top: 15px;
}
.cid-tKo9LW2JPZ .navbar-collapse {
  margin-top: 35px;
}
.cid-tKgTj2DQmA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKgTj2DQmA .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tKgTj2DQmA .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tKgTj2DQmA .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tKgTj2DQmA .image-wrapper img {
    border-end-start-radius: 5rem;
  }
}
@media (min-width: 992px) {
  .cid-tKgTj2DQmA .text-wrapper {
    padding: 10rem 5rem 0 0rem;
  }
}
.cid-tKgTj2DQmA .mbr-section-title {
  color: #187a7d;
}
.cid-tKgTj2DQmA .mbr-text {
  color: #6c7577;
}
.cid-tKgTj2DQmA .btn {
  padding: 1rem 3.4rem;
}
.cid-tKgTj2DQmA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKgTj2DQmA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-yx img {
  border: 2px solid white;
  width: 60px;
  height: auto;
  position: fixed;
  top: 55%;
  right: 8px;
  z-index: 999999999999999999999999 !important;
  border-radius: 8px;
}
.cid-tJMVZAnoNj {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tJMVZAnoNj h3 {
  position: relative;
}
.cid-tJMVZAnoNj h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tJMVZAnoNj H3 {
  color: #15a6aa;
}
.cid-tJMVZAnoNj H1 {
  color: #187a7d;
}
.cid-tJMVZAnoNj .mbr-text,
.cid-tJMVZAnoNj .mbr-section-btn {
  color: #808080;
}
.cid-tJMVZAnoNj img {
  height: 20px;
  width: auto;
}
.cid-tLjRvpJTnD {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLjRvpJTnD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjRvpJTnD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjRvpJTnD .text-container {
  background-color: #187a7d;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tLjRvpJTnD .text-container {
    margin: 0 5%;
  }
}
.cid-tLjRvpJTnD .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tLjRvpJTnD .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tLjRvpJTnD .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tLjRvpJTnD .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tLjRvpJTnD .mbr-text {
  color: #e8e8e8;
}
.cid-tLjRvpJTnD .mbr-desc,
.cid-tLjRvpJTnD .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tLjRvpJTnD .mbr-text,
.cid-tLjRvpJTnD .text-container {
  text-align: center;
}
.cid-tLjRFx6IcN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tLjRFx6IcN .card-box {
  z-index: 10;
  position: relative;
}
.cid-tLjRFx6IcN .container-fluid {
  padding: 0;
}
.cid-tLjRFx6IcN h5 {
  margin: 0;
}
.cid-tLjRFx6IcN h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tLjRFx6IcN h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tLjRFx6IcN .card {
  margin: auto;
  min-height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-tLjRFx6IcN .card:hover {
  z-index: 99;
}
.cid-tLjRFx6IcN .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-tLjRFx6IcN .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-tLjRFx6IcN .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-tLjRFx6IcN .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-tLjRFx6IcN .card1 {
  background-image: url("../../../assets/images/accido-hialuronico-1080x1080.webp");
  z-index: 4;
  transform: rotateY(15deg);
}
.cid-tLjRFx6IcN .card2 {
  background-image: url("../../../assets/images/dermapen-1ok-890x890.webp");
  z-index: 3;
}
.cid-tLjRFx6IcN .card3 {
  background-image: url("../../../assets/images/higiene-esencial-facial-estetica-avanzada-555x555.webp");
  z-index: 2;
  transform: rotateY(-15deg);
}
.cid-tLjRFx6IcN h4 {
  background-color: #187a7d;
  border-radius: 6px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 5px;
}
.cid-tLjRFx6IcN .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-tLjRFx6IcN .card-box {
    text-align: center;
  }
}
.cid-tLjRFx6IcN .mbr-text {
  color: #cccccc;
}
.cid-tLjRFx6IcN .card-date {
  color: #cccccc;
}
.cid-tLjRFx6IcN H1 {
  color: #000000;
}
.cid-tLjRFx6IcN .mbr-section-subtitle,
.cid-tLjRFx6IcN .title-align {
  color: #000000;
}
.cid-tLjRFx6IcN .card-title,
.cid-tLjRFx6IcN .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tLjRG4kEAq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tLjRG4kEAq .card-box {
  z-index: 10;
  position: relative;
}
.cid-tLjRG4kEAq .container-fluid {
  padding: 0;
}
.cid-tLjRG4kEAq h5 {
  margin: 0;
}
.cid-tLjRG4kEAq h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tLjRG4kEAq h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tLjRG4kEAq .card {
  margin: auto;
  min-height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-tLjRG4kEAq .card:hover {
  z-index: 99;
}
.cid-tLjRG4kEAq .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-tLjRG4kEAq .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-tLjRG4kEAq .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-tLjRG4kEAq .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-tLjRG4kEAq .card1 {
  background-image: url("../../../assets/images/rinomodelacion-clinicas-aevo-op-1080x1080.webp");
  z-index: 4;
  transform: rotateY(15deg);
}
.cid-tLjRG4kEAq .card2 {
  background-image: url("../../../assets/images/390924dc-7d6f-4ee5-876f-fcc2dbce3aad-338x338.webp");
  z-index: 3;
}
.cid-tLjRG4kEAq .card3 {
  background-image: url("../../../assets/images/neuromodeladores-op-1080x1080.webp");
  z-index: 2;
  transform: rotateY(-15deg);
}
.cid-tLjRG4kEAq h4 {
  background-color: #187a7d;
  border-radius: 6px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 5px;
}
.cid-tLjRG4kEAq .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-tLjRG4kEAq .card-box {
    text-align: center;
  }
}
.cid-tLjRG4kEAq .mbr-text {
  color: #cccccc;
}
.cid-tLjRG4kEAq .card-date {
  color: #cccccc;
}
.cid-tLjRG4kEAq H1 {
  color: #000000;
}
.cid-tLjRG4kEAq .mbr-section-subtitle,
.cid-tLjRG4kEAq .title-align {
  color: #000000;
}
.cid-tLjRG4kEAq .card-title,
.cid-tLjRG4kEAq .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tLk3JHcEdK {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tLk3JHcEdK .card-box {
  z-index: 10;
  position: relative;
}
.cid-tLk3JHcEdK .container-fluid {
  padding: 0;
}
.cid-tLk3JHcEdK h5 {
  margin: 0;
}
.cid-tLk3JHcEdK h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tLk3JHcEdK h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tLk3JHcEdK .card {
  margin: auto;
  min-height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-tLk3JHcEdK .card:hover {
  z-index: 99;
}
.cid-tLk3JHcEdK .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-tLk3JHcEdK .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-tLk3JHcEdK .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-tLk3JHcEdK .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-tLk3JHcEdK .card1 {
  background-image: url("../../../assets/images/peelin-1080x1080.webp");
  z-index: 4;
  transform: rotateY(15deg);
}
.cid-tLk3JHcEdK .card2 {
  background-image: url("../../../assets/images/plasma-rico-en-plaquetas-prp-1080x1080.webp");
  z-index: 3;
}
.cid-tLk3JHcEdK .card3 {
  background-image: url("../../../assets/images/rinomodelacion-op-1080x1080.webp");
  z-index: 2;
  transform: rotateY(-15deg);
}
.cid-tLk3JHcEdK h4 {
  background-color: #187a7d;
  border-radius: 6px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 5px;
}
.cid-tLk3JHcEdK .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-tLk3JHcEdK .card-box {
    text-align: center;
  }
}
.cid-tLk3JHcEdK .mbr-text {
  color: #cccccc;
}
.cid-tLk3JHcEdK .card-date {
  color: #cccccc;
}
.cid-tLk3JHcEdK H1 {
  color: #000000;
}
.cid-tLk3JHcEdK .mbr-section-subtitle,
.cid-tLk3JHcEdK .title-align {
  color: #000000;
}
.cid-tLk3JHcEdK .card-title,
.cid-tLk3JHcEdK .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tLBYKanAe3 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tLBYKanAe3 .card-box {
  z-index: 10;
  position: relative;
}
.cid-tLBYKanAe3 .container-fluid {
  padding: 0;
}
.cid-tLBYKanAe3 h5 {
  margin: 0;
}
.cid-tLBYKanAe3 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tLBYKanAe3 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tLBYKanAe3 .card {
  margin: auto;
  min-height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-tLBYKanAe3 .card:hover {
  z-index: 99;
}
.cid-tLBYKanAe3 .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-tLBYKanAe3 .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-tLBYKanAe3 .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-tLBYKanAe3 .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-tLBYKanAe3 .card1 {
  background-image: url("../../../assets/images/skin-detox-1080x1080.webp");
  z-index: 4;
  transform: rotateY(15deg);
}
.cid-tLBYKanAe3 .card2 {
  background-image: url("../../../assets/images/inductor-de-colageno-ellanse-op-1080x1080.webp");
  z-index: 3;
}
.cid-tLBYKanAe3 .card3 {
  background-image: url("../../../assets/images/diamond-renewal-555x555.webp");
  z-index: 2;
  transform: rotateY(-15deg);
}
.cid-tLBYKanAe3 h4 {
  background-color: #187a7d;
  border-radius: 6px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 5px;
}
.cid-tLBYKanAe3 .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-tLBYKanAe3 .card-box {
    text-align: center;
  }
}
.cid-tLBYKanAe3 .mbr-text {
  color: #cccccc;
}
.cid-tLBYKanAe3 .card-date {
  color: #cccccc;
}
.cid-tLBYKanAe3 H1 {
  color: #000000;
}
.cid-tLBYKanAe3 .mbr-section-subtitle,
.cid-tLBYKanAe3 .title-align {
  color: #000000;
}
.cid-tLBYKanAe3 .card-title,
.cid-tLBYKanAe3 .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tKibpfv44A {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tKibpfv44A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKibpfv44A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKibpfv44A .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tKibpfv44A .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tKibpfv44A .container {
    padding: 0 16px;
  }
}
.cid-tKibpfv44A .row {
  padding: 90px 60px;
  border-radius: 40px;
  background-color: #eff1f2;
}
@media (max-width: 992px) {
  .cid-tKibpfv44A .row {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-tKibpfv44A .row {
    padding: 20px 16px;
  }
}
.cid-tKibpfv44A .row .image-wrapper img {
  height: 440px;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tKibpfv44A .row .image-wrapper img {
    height: 300px;
  }
}
.cid-tKibpfv44A iframe h2 {
  font-size: 12px !important;
}
.cid-tKhemKgRsN {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKhemKgRsN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhemKgRsN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhemKgRsN .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKhemKgRsN .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKhemKgRsN .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKhemKgRsN .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKhemKgRsN .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKhemKgRsN .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKhemKgRsN .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKhemKgRsN .nav-link,
.cid-tKhemKgRsN .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKhemKgRsN .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKhemKgRsN H4 {
  text-align: center;
}
.cid-tKhemKgRsN H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tKhemKgRsN P {
  color: #000000;
}
.cid-tJNg6pYrYg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJNg6pYrYg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tJNg6pYrYg .mbr-section-title {
  margin-bottom: 20px;
  color: #229194;
}
.cid-tJNg6pYrYg .mbr-text {
  margin-bottom: 50px;
}
.cid-tJNg6pYrYg .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tJNg6pYrYg .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tJNg6pYrYg .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tJNg6pYrYg .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tJNg6pYrYg .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tJNg6pYrYg .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tJNg6pYrYg .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tJNg6pYrYg .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tJNg6pYrYg .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tJNg6pYrYg .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tJNg6pYrYg .card_info {
  display: inline-block;
}
.cid-tJNg6pYrYg .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tJNg6pYrYg .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tJNg6pYrYg .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tJNg6pYrYg .card_text {
  margin-bottom: 0;
}
.cid-tJNg6pYrYg .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tJNg6pYrYg .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJNg6pYrYg .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tJNg6pYrYg .card_title {
    margin-bottom: 10px;
  }
  .cid-tJNg6pYrYg .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tJNg6pYrYg .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tJNg6pYrYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJNg6pYrYg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhmHOMfth {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKhmHOMfth .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhmHOMfth .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhmHOMfth .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKhmHOMfth .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKhmHOMfth .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKhmHOMfth .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKhmHOMfth .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKhmHOMfth .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKhmHOMfth .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKhmHOMfth .nav-link,
.cid-tKhmHOMfth .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKhmHOMfth .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKhmHOMfth H4 {
  text-align: center;
}
.cid-tKhmHOMfth H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tKhmHOMfth P {
  color: #000000;
}
.cid-tLjZCHtjrx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLjZCHtjrx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLjZCHtjrx .mbr-section-title {
  margin-bottom: 20px;
  color: #229194;
}
.cid-tLjZCHtjrx .mbr-text {
  margin-bottom: 50px;
}
.cid-tLjZCHtjrx .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tLjZCHtjrx .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tLjZCHtjrx .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tLjZCHtjrx .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tLjZCHtjrx .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tLjZCHtjrx .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tLjZCHtjrx .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tLjZCHtjrx .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tLjZCHtjrx .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tLjZCHtjrx .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tLjZCHtjrx .card_info {
  display: inline-block;
}
.cid-tLjZCHtjrx .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tLjZCHtjrx .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tLjZCHtjrx .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tLjZCHtjrx .card_text {
  margin-bottom: 0;
}
.cid-tLjZCHtjrx .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tLjZCHtjrx .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLjZCHtjrx .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tLjZCHtjrx .card_title {
    margin-bottom: 10px;
  }
  .cid-tLjZCHtjrx .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tLjZCHtjrx .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tLjZCHtjrx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjZCHtjrx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhl9IegeI {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tKhl9IegeI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhl9IegeI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhl9IegeI .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKhl9IegeI .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKhl9IegeI .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKhl9IegeI .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKhl9IegeI .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKhl9IegeI .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKhl9IegeI .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKhl9IegeI .nav-link,
.cid-tKhl9IegeI .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKhl9IegeI .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKhl9IegeI H4 {
  text-align: center;
}
.cid-tKhl9IegeI H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tKhl9IegeI P {
  color: #000000;
}
.cid-tLjYrjmYEZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLjYrjmYEZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLjYrjmYEZ .mbr-section-title {
  margin-bottom: 20px;
  color: #229194;
}
.cid-tLjYrjmYEZ .mbr-text {
  margin-bottom: 50px;
}
.cid-tLjYrjmYEZ .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tLjYrjmYEZ .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tLjYrjmYEZ .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tLjYrjmYEZ .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tLjYrjmYEZ .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tLjYrjmYEZ .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tLjYrjmYEZ .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tLjYrjmYEZ .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tLjYrjmYEZ .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tLjYrjmYEZ .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tLjYrjmYEZ .card_info {
  display: inline-block;
}
.cid-tLjYrjmYEZ .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tLjYrjmYEZ .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tLjYrjmYEZ .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tLjYrjmYEZ .card_text {
  margin-bottom: 0;
}
.cid-tLjYrjmYEZ .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tLjYrjmYEZ .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLjYrjmYEZ .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tLjYrjmYEZ .card_title {
    margin-bottom: 10px;
  }
  .cid-tLjYrjmYEZ .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tLjYrjmYEZ .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tLjYrjmYEZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjYrjmYEZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKsc5JPj2k {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKsc5JPj2k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKsc5JPj2k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKsc5JPj2k .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKsc5JPj2k .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKsc5JPj2k .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKsc5JPj2k .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKsc5JPj2k .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKsc5JPj2k .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKsc5JPj2k .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKsc5JPj2k .nav-link,
.cid-tKsc5JPj2k .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKsc5JPj2k .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKsc5JPj2k H4 {
  text-align: center;
}
.cid-tKsc5JPj2k H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tKsc5JPj2k P {
  color: #000000;
}
.cid-tKskggyCCQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKskggyCCQ .mbr-section-subtitle {
  color: #001d43;
}
.cid-tKskggyCCQ .mbr-section-title {
  color: #15a6aa;
}
.cid-tKskggyCCQ img {
  width: 100%;
}
.cid-tKskggyCCQ .mbr-text {
  color: #000000;
}
.cid-tKskggyCCQ .mbr-section-btn {
  margin-top: 40px;
}
.cid-tKskggyCCQ .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-tKskggyCCQ * {
    text-align: left;
  }
}
.cid-tKskggyCCQ .cards-wrap {
  flex-direction: column;
}
.cid-tKskggyCCQ .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-tKskggyCCQ .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #187a7d;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-tKskggyCCQ .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-tKskggyCCQ .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-tKskggyCCQ .wrapper .content .mbr-card-title {
  color: #5b9791;
  margin-bottom: 10px;
}
.cid-tKskggyCCQ .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #15a6aa;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tKskggyCCQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKskggyCCQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKskggyCCQ .wrapper .content .mbr-text,
.cid-tKskggyCCQ .img {
  color: #000000;
}
.cid-tKskggyCCQ .wrapper .content .mbr-card-title,
.cid-tKskggyCCQ .img {
  color: #15a6aa;
}
.cid-tKsnYbfehx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKsnYbfehx .mbr-section-subtitle {
  color: #001d43;
}
.cid-tKsnYbfehx .mbr-section-title {
  color: #15a6aa;
}
.cid-tKsnYbfehx img {
  width: 100%;
}
.cid-tKsnYbfehx .mbr-text {
  color: #000000;
}
.cid-tKsnYbfehx .mbr-section-btn {
  margin-top: 40px;
}
.cid-tKsnYbfehx .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-tKsnYbfehx * {
    text-align: left;
  }
}
.cid-tKsnYbfehx .cards-wrap {
  flex-direction: column;
}
.cid-tKsnYbfehx .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-tKsnYbfehx .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #187a7d;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-tKsnYbfehx .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-tKsnYbfehx .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-tKsnYbfehx .wrapper .content .mbr-card-title {
  color: #5b9791;
  margin-bottom: 10px;
}
.cid-tKsnYbfehx .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #15a6aa;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tKsnYbfehx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKsnYbfehx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKsnYbfehx .wrapper .content .mbr-text,
.cid-tKsnYbfehx .img {
  color: #000000;
}
.cid-tKsnYbfehx .wrapper .content .mbr-card-title,
.cid-tKsnYbfehx .img {
  color: #15a6aa;
}
.cid-tKsnrJFeId {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKsnrJFeId .mbr-section-subtitle {
  color: #001d43;
}
.cid-tKsnrJFeId .mbr-section-title {
  color: #15a6aa;
}
.cid-tKsnrJFeId img {
  width: 100%;
}
.cid-tKsnrJFeId .mbr-text {
  color: #000000;
}
.cid-tKsnrJFeId .mbr-section-btn {
  margin-top: 40px;
}
.cid-tKsnrJFeId .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-tKsnrJFeId * {
    text-align: left;
  }
}
.cid-tKsnrJFeId .cards-wrap {
  flex-direction: column;
}
.cid-tKsnrJFeId .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-tKsnrJFeId .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #187a7d;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-tKsnrJFeId .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-tKsnrJFeId .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-tKsnrJFeId .wrapper .content .mbr-card-title {
  color: #5b9791;
  margin-bottom: 10px;
}
.cid-tKsnrJFeId .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #15a6aa;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tKsnrJFeId .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKsnrJFeId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKsnrJFeId .wrapper .content .mbr-text,
.cid-tKsnrJFeId .img {
  color: #000000;
}
.cid-tKsnrJFeId .wrapper .content .mbr-card-title,
.cid-tKsnrJFeId .img {
  color: #15a6aa;
}
.cid-tKsnmIeWwi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKsnmIeWwi .mbr-section-subtitle {
  color: #001d43;
}
.cid-tKsnmIeWwi .mbr-section-title {
  color: #15a6aa;
}
.cid-tKsnmIeWwi img {
  width: 100%;
}
.cid-tKsnmIeWwi .mbr-text {
  color: #000000;
}
.cid-tKsnmIeWwi .mbr-section-btn {
  margin-top: 40px;
}
.cid-tKsnmIeWwi .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-tKsnmIeWwi * {
    text-align: left;
  }
}
.cid-tKsnmIeWwi .cards-wrap {
  flex-direction: column;
}
.cid-tKsnmIeWwi .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-tKsnmIeWwi .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #187a7d;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-tKsnmIeWwi .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-tKsnmIeWwi .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-tKsnmIeWwi .wrapper .content .mbr-card-title {
  color: #5b9791;
  margin-bottom: 10px;
}
.cid-tKsnmIeWwi .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #15a6aa;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tKsnmIeWwi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKsnmIeWwi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKsnmIeWwi .wrapper .content .mbr-text,
.cid-tKsnmIeWwi .img {
  color: #000000;
}
.cid-tKsnmIeWwi .wrapper .content .mbr-card-title,
.cid-tKsnmIeWwi .img {
  color: #15a6aa;
}
.cid-tKsnaS3Re7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKsnaS3Re7 .mbr-section-subtitle {
  color: #001d43;
}
.cid-tKsnaS3Re7 .mbr-section-title {
  color: #15a6aa;
}
.cid-tKsnaS3Re7 img {
  width: 100%;
}
.cid-tKsnaS3Re7 .mbr-text {
  color: #000000;
}
.cid-tKsnaS3Re7 .mbr-section-btn {
  margin-top: 40px;
}
.cid-tKsnaS3Re7 .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-tKsnaS3Re7 * {
    text-align: left;
  }
}
.cid-tKsnaS3Re7 .cards-wrap {
  flex-direction: column;
}
.cid-tKsnaS3Re7 .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-tKsnaS3Re7 .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #187a7d;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-tKsnaS3Re7 .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-tKsnaS3Re7 .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-tKsnaS3Re7 .wrapper .content .mbr-card-title {
  color: #5b9791;
  margin-bottom: 10px;
}
.cid-tKsnaS3Re7 .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #15a6aa;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tKsnaS3Re7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKsnaS3Re7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKsnaS3Re7 .wrapper .content .mbr-text,
.cid-tKsnaS3Re7 .img {
  color: #000000;
}
.cid-tKsnaS3Re7 .wrapper .content .mbr-card-title,
.cid-tKsnaS3Re7 .img {
  color: #15a6aa;
}
.cid-tKhmFs0Ims {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKhmFs0Ims .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhmFs0Ims .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhmFs0Ims .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKhmFs0Ims .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKhmFs0Ims .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKhmFs0Ims .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKhmFs0Ims .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKhmFs0Ims .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKhmFs0Ims .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKhmFs0Ims .nav-link,
.cid-tKhmFs0Ims .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKhmFs0Ims .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKhmFs0Ims H4 {
  text-align: center;
}
.cid-tKhmFs0Ims H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tKhmFs0Ims P {
  color: #635a51;
}
.cid-tLjZBG6FHG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLjZBG6FHG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLjZBG6FHG .mbr-section-title {
  margin-bottom: 20px;
  color: #229194;
}
.cid-tLjZBG6FHG .mbr-text {
  margin-bottom: 50px;
}
.cid-tLjZBG6FHG .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tLjZBG6FHG .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tLjZBG6FHG .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tLjZBG6FHG .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tLjZBG6FHG .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tLjZBG6FHG .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tLjZBG6FHG .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tLjZBG6FHG .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tLjZBG6FHG .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tLjZBG6FHG .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tLjZBG6FHG .card_info {
  display: inline-block;
}
.cid-tLjZBG6FHG .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tLjZBG6FHG .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tLjZBG6FHG .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tLjZBG6FHG .card_text {
  margin-bottom: 0;
}
.cid-tLjZBG6FHG .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tLjZBG6FHG .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLjZBG6FHG .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tLjZBG6FHG .card_title {
    margin-bottom: 10px;
  }
  .cid-tLjZBG6FHG .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tLjZBG6FHG .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tLjZBG6FHG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjZBG6FHG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhcPHRVAC {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKhcPHRVAC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhcPHRVAC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhcPHRVAC .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKhcPHRVAC .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKhcPHRVAC .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKhcPHRVAC .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKhcPHRVAC .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKhcPHRVAC .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKhcPHRVAC .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKhcPHRVAC .nav-link,
.cid-tKhcPHRVAC .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKhcPHRVAC .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKhcPHRVAC H4 {
  text-align: center;
}
.cid-tKhcPHRVAC H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tKhcPHRVAC P {
  color: #000000;
}
.cid-tJNbfRZaIc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJNbfRZaIc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tJNbfRZaIc .mbr-section-title {
  margin-bottom: 20px;
  color: #229194;
}
.cid-tJNbfRZaIc .mbr-text {
  margin-bottom: 50px;
}
.cid-tJNbfRZaIc .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tJNbfRZaIc .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tJNbfRZaIc .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tJNbfRZaIc .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tJNbfRZaIc .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tJNbfRZaIc .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tJNbfRZaIc .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tJNbfRZaIc .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tJNbfRZaIc .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tJNbfRZaIc .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tJNbfRZaIc .card_info {
  display: inline-block;
}
.cid-tJNbfRZaIc .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tJNbfRZaIc .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tJNbfRZaIc .card_title {
  margin-bottom: 15px;
  color: #000000;
}
.cid-tJNbfRZaIc .card_text {
  margin-bottom: 0;
}
.cid-tJNbfRZaIc .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tJNbfRZaIc .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJNbfRZaIc .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tJNbfRZaIc .card_title {
    margin-bottom: 10px;
  }
  .cid-tJNbfRZaIc .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tJNbfRZaIc .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tJNbfRZaIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJNbfRZaIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhmgqSbce {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKhmgqSbce .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhmgqSbce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhmgqSbce .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKhmgqSbce .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKhmgqSbce .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKhmgqSbce .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKhmgqSbce .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKhmgqSbce .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKhmgqSbce .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKhmgqSbce .nav-link,
.cid-tKhmgqSbce .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKhmgqSbce .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKhmgqSbce H4 {
  text-align: center;
}
.cid-tKhmgqSbce H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tKhmgqSbce P {
  color: #000000;
}
.cid-tLjZAPr7LB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLjZAPr7LB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLjZAPr7LB .mbr-section-title {
  margin-bottom: 20px;
  color: #229194;
}
.cid-tLjZAPr7LB .mbr-text {
  margin-bottom: 50px;
}
.cid-tLjZAPr7LB .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tLjZAPr7LB .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tLjZAPr7LB .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tLjZAPr7LB .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tLjZAPr7LB .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tLjZAPr7LB .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tLjZAPr7LB .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tLjZAPr7LB .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tLjZAPr7LB .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tLjZAPr7LB .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tLjZAPr7LB .card_info {
  display: inline-block;
}
.cid-tLjZAPr7LB .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tLjZAPr7LB .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tLjZAPr7LB .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tLjZAPr7LB .card_text {
  margin-bottom: 0;
}
.cid-tLjZAPr7LB .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tLjZAPr7LB .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLjZAPr7LB .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tLjZAPr7LB .card_title {
    margin-bottom: 10px;
  }
  .cid-tLjZAPr7LB .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tLjZAPr7LB .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tLjZAPr7LB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjZAPr7LB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhmGLAJi7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKhmGLAJi7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhmGLAJi7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhmGLAJi7 .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKhmGLAJi7 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKhmGLAJi7 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKhmGLAJi7 .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKhmGLAJi7 .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKhmGLAJi7 .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKhmGLAJi7 .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKhmGLAJi7 .nav-link,
.cid-tKhmGLAJi7 .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKhmGLAJi7 .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKhmGLAJi7 H4 {
  text-align: center;
}
.cid-tKhmGLAJi7 H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tKhmGLAJi7 P {
  color: #635a51;
}
.cid-tLjZCeP5cR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLjZCeP5cR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLjZCeP5cR .mbr-section-title {
  margin-bottom: 20px;
  color: #229194;
}
.cid-tLjZCeP5cR .mbr-text {
  margin-bottom: 50px;
}
.cid-tLjZCeP5cR .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tLjZCeP5cR .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tLjZCeP5cR .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tLjZCeP5cR .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tLjZCeP5cR .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tLjZCeP5cR .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tLjZCeP5cR .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tLjZCeP5cR .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tLjZCeP5cR .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tLjZCeP5cR .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tLjZCeP5cR .card_info {
  display: inline-block;
}
.cid-tLjZCeP5cR .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tLjZCeP5cR .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tLjZCeP5cR .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tLjZCeP5cR .card_text {
  margin-bottom: 0;
}
.cid-tLjZCeP5cR .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tLjZCeP5cR .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLjZCeP5cR .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tLjZCeP5cR .card_title {
    margin-bottom: 10px;
  }
  .cid-tLjZCeP5cR .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tLjZCeP5cR .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tLjZCeP5cR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjZCeP5cR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLBZdNQQdz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLBZdNQQdz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLBZdNQQdz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLBZdNQQdz .nav-tabs .nav-item.open .nav-link:focus,
.cid-tLBZdNQQdz .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tLBZdNQQdz .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tLBZdNQQdz .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tLBZdNQQdz .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tLBZdNQQdz .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tLBZdNQQdz .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tLBZdNQQdz .nav-link,
.cid-tLBZdNQQdz .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tLBZdNQQdz .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tLBZdNQQdz H4 {
  text-align: center;
}
.cid-tLBZdNQQdz H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tLBZdNQQdz P {
  color: #000000;
}
.cid-tLBZhHbEjO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLBZhHbEjO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLBZhHbEjO .mbr-section-title {
  margin-bottom: 20px;
  color: #229194;
}
.cid-tLBZhHbEjO .mbr-text {
  margin-bottom: 50px;
}
.cid-tLBZhHbEjO .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tLBZhHbEjO .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tLBZhHbEjO .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tLBZhHbEjO .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tLBZhHbEjO .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tLBZhHbEjO .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tLBZhHbEjO .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tLBZhHbEjO .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tLBZhHbEjO .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tLBZhHbEjO .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tLBZhHbEjO .card_info {
  display: inline-block;
}
.cid-tLBZhHbEjO .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tLBZhHbEjO .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tLBZhHbEjO .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tLBZhHbEjO .card_text {
  margin-bottom: 0;
}
.cid-tLBZhHbEjO .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tLBZhHbEjO .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLBZhHbEjO .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tLBZhHbEjO .card_title {
    margin-bottom: 10px;
  }
  .cid-tLBZhHbEjO .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tLBZhHbEjO .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tLBZhHbEjO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLBZhHbEjO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhlF0OF87 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKhlF0OF87 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhlF0OF87 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhlF0OF87 .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKhlF0OF87 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKhlF0OF87 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKhlF0OF87 .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKhlF0OF87 .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKhlF0OF87 .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKhlF0OF87 .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKhlF0OF87 .nav-link,
.cid-tKhlF0OF87 .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKhlF0OF87 .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKhlF0OF87 H4 {
  text-align: center;
}
.cid-tKhlF0OF87 H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tKhlF0OF87 P {
  color: #000000;
}
.cid-tKhlCApIwP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKhlCApIwP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tKhlCApIwP .mbr-section-title {
  margin-bottom: 20px;
  color: #229194;
}
.cid-tKhlCApIwP .mbr-text {
  margin-bottom: 50px;
}
.cid-tKhlCApIwP .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tKhlCApIwP .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tKhlCApIwP .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tKhlCApIwP .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tKhlCApIwP .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tKhlCApIwP .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tKhlCApIwP .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tKhlCApIwP .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tKhlCApIwP .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tKhlCApIwP .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tKhlCApIwP .card_info {
  display: inline-block;
}
.cid-tKhlCApIwP .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tKhlCApIwP .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tKhlCApIwP .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tKhlCApIwP .card_text {
  margin-bottom: 0;
}
.cid-tKhlCApIwP .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tKhlCApIwP .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKhlCApIwP .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tKhlCApIwP .card_title {
    margin-bottom: 10px;
  }
  .cid-tKhlCApIwP .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tKhlCApIwP .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tKhlCApIwP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhlCApIwP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKtvdujTko {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5b9791;
}
.cid-tKtvdujTko .container {
  max-width: 1312px;
}
.cid-tKtvdujTko .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-tKtvdujTko .label-text {
  color: #ffffff;
  width: 100%;
}
.cid-tKtvdujTko .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-tKtvdujTko .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tKtvdujTko .advantages-container {
  display: grid;
  margin-top: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 4.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-tKtvdujTko .advantages-container {
    grid-auto-flow: row;
  }
}
.cid-tKtvdujTko .advantage {
  display: flex;
  align-items: flex-start;
}
.cid-tKtvdujTko .advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background-color: #5b9791;
}
.cid-tKtvdujTko .advantage-icon span {
  color: #002549;
}
.cid-tKtvdujTko .advantage-text {
  color: #ffffff;
}
.cid-tKtvdujTko .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKtvdujTko .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHZCzdmHWd {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tHZCzdmHWd img,
.cid-tHZCzdmHWd .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tHZCzdmHWd .item:focus,
.cid-tHZCzdmHWd span:focus {
  outline: none;
}
.cid-tHZCzdmHWd .item-wrapper {
  position: relative;
}
.cid-tHZCzdmHWd .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tHZCzdmHWd .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHZCzdmHWd .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tHZCzdmHWd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tHZCzdmHWd .mbr-section-title {
  color: #187a7d;
}
.cid-tHZCzdmHWd .mbr-text,
.cid-tHZCzdmHWd .mbr-section-btn {
  text-align: center;
}
.cid-tHZCzdmHWd .item-title {
  text-align: center;
  color: #001d43;
}
.cid-tHZCzdmHWd .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tHZCzdmHWd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tHZCzdmHWd .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tHZCzdmHWd .embla__button--next,
.cid-tHZCzdmHWd .embla__button--prev {
  display: flex;
}
.cid-tHZCzdmHWd .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-tHZCzdmHWd .embla__button {
    display: none;
  }
}
.cid-tHZCzdmHWd .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tHZCzdmHWd .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tHZCzdmHWd .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHZCzdmHWd .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tHZCzdmHWd .embla__button {
    top: auto;
  }
}
.cid-tHZCzdmHWd .embla {
  position: relative;
  width: 100%;
}
.cid-tHZCzdmHWd .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tHZCzdmHWd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tHZCzdmHWd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tHZCzdmHWd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tLiPLXrNOK {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #001d43;
}
.cid-tLiPLXrNOK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLiPLXrNOK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLiPLXrNOK .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLiPLXrNOK .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLiPLXrNOK .container {
    padding: 0;
  }
}
.cid-tLiPLXrNOK .row {
  justify-content: center;
}
.cid-tLiPLXrNOK .title-wrapper {
  padding: 0 16px;
}
.cid-tLiPLXrNOK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLiPLXrNOK .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tLiPLXrNOK .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tLiPLXrNOK .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tLiPLXrNOK .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #5b9791;
}
.cid-tLiPLXrNOK .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tLiPLXrNOK .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tLiPLXrNOK .mbr-section-title,
.cid-tLiPLXrNOK .mbr-iconfont {
  color: #ffffff;
}
.cid-tLiPLXrNOK .mbr-section-title,
.cid-tLiPLXrNOK .soc-wrapper {
  text-align: center;
}
.cid-tLiPMsw72A {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5b9791;
}
.cid-tLiPMsw72A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLiPMsw72A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLiPMsw72A .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLiPMsw72A .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLiPMsw72A .container {
    padding: 0;
  }
}
.cid-tLiPMsw72A .row {
  justify-content: center;
}
.cid-tLiPMsw72A .title-wrapper {
  padding: 0 16px;
}
.cid-tLiPMsw72A .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLiPMsw72A .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tLiPMsw72A .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tLiPMsw72A .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tLiPMsw72A .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #001d43;
}
.cid-tLiPMsw72A .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tLiPMsw72A .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tLiPMsw72A .mbr-section-title,
.cid-tLiPMsw72A .mbr-iconfont {
  color: #ffffff;
}
.cid-tLiPMsw72A .mbr-section-title,
.cid-tLiPMsw72A .soc-wrapper {
  text-align: center;
}
.cid-tMmyKeYxoD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-3.webp");
}
.cid-tMmyKeYxoD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-tMmyKeYxoD .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tMmyKeYxoD .mbr-section-title {
  color: #187a7d;
}
.cid-tMmyKeYxoD .mbr-section-subtitle {
  color: #001d43;
  margin-top: 1rem;
}
.cid-tMmyKeYxoD .form-container {
  display: flex;
  width: 100%;
}
.cid-tMmyKeYxoD .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tMmyKeYxoD form {
  width: 100%;
}
.cid-tMmyKeYxoD form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tMmyKeYxoD form h5 {
  margin: 40px 0 20px;
}
.cid-tMmyKeYxoD form p {
  color: #45494E;
}
.cid-tMmyKeYxoD form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-tMmyKeYxoD form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-tMmyKeYxoD form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-tMmyKeYxoD form .form-control {
  height: 56px;
  border: none !important;
  border-bottom: 1px solid #A2A4A7 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: #45494E;
  font-weight: 400;
}
.cid-tMmyKeYxoD form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmyKeYxoD form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmyKeYxoD form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmyKeYxoD form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmyKeYxoD form select {
  color: #A2A4A7 !important;
}
.cid-tMmyKeYxoD form textarea {
  height: 250px !important;
}
.cid-tMmyKeYxoD form input:active,
.cid-tMmyKeYxoD form textarea:active,
.cid-tMmyKeYxoD form input:focus,
.cid-tMmyKeYxoD form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-tMmyKeYxoD form input:active::-webkit-input-placeholder,
.cid-tMmyKeYxoD form textarea:active::-webkit-input-placeholder,
.cid-tMmyKeYxoD form input:focus::-webkit-input-placeholder,
.cid-tMmyKeYxoD form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmyKeYxoD form input:active::-moz-placeholder,
.cid-tMmyKeYxoD form textarea:active::-moz-placeholder,
.cid-tMmyKeYxoD form input:focus::-moz-placeholder,
.cid-tMmyKeYxoD form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmyKeYxoD form input:active:-moz-placeholder,
.cid-tMmyKeYxoD form textarea:active:-moz-placeholder,
.cid-tMmyKeYxoD form input:focus:-moz-placeholder,
.cid-tMmyKeYxoD form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmyKeYxoD form input:active:-ms-input-placeholder,
.cid-tMmyKeYxoD form textarea:active:-ms-input-placeholder,
.cid-tMmyKeYxoD form input:focus:-ms-input-placeholder,
.cid-tMmyKeYxoD form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmyKeYxoD form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-tMmyKeYxoD form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tMmyKeYxoD form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-tMmyKeYxoD form .form-control-label {
  width: 100%;
}
.cid-tMmyKeYxoD form .form-check-label {
  margin-bottom: 10px;
}
.cid-tMmyKeYxoD form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tMmyKeYxoD form .form-check-input:focus,
.cid-tMmyKeYxoD form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-tMmyKeYxoD form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-tMmyKeYxoD .mbr-section-btn button {
  background-color: #5b9791 !important;
}
.cid-tK0mVT2VrP {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #187a7d;
}
.cid-tK0mVT2VrP .container-fluid {
  padding: 0;
}
.cid-tK0mVT2VrP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tK0mVT2VrP .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tK0mVT2VrP .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li {
  color: white !important;
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tK0mVT2VrP .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tK0mVT2VrP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tK0mVT2VrP .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tK0mVT2VrP .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tK0mVT2VrP .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tK0mVT2VrP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tK0mVT2VrP .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tK0mVT2VrP .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tK0mVT2VrP .copyright {
  margin: 0 60px;
  border-top: 1px solid #ffffff;
  padding: 26px 0;
}
.cid-tK0mVT2VrP .copyright .mbr-text {
  margin: 0;
}
.cid-tK0mVT2VrP .mbr-section-title,
.cid-tK0mVT2VrP .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tK0mVT2VrP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tK0mVT2VrP .foot-menu {
  color: #ffffff;
}
.cid-tK0mVT2VrP H5 {
  color: #ffffff;
}
.cid-tK0mVT2VrP li a {
  color: white !important;
}
.cid-tSRXNVSmOE.popup-builder {
  background-color: #ffffff;
}
.cid-tSRXNVSmOE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSRXNVSmOE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSRXNVSmOE .modal-content,
.cid-tSRXNVSmOE .modal-dialog {
  height: auto;
}
.cid-tSRXNVSmOE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSRXNVSmOE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSRXNVSmOE .form-wrapper .mbr-form .form-group,
  .cid-tSRXNVSmOE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSRXNVSmOE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSRXNVSmOE .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSRXNVSmOE .mbr-text {
  text-align: center;
}
.cid-tSRXNVSmOE .pt-0 {
  padding-top: 0 !important;
}
.cid-tSRXNVSmOE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSRXNVSmOE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSRXNVSmOE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSRXNVSmOE .modal-open {
  overflow: hidden;
}
.cid-tSRXNVSmOE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSRXNVSmOE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSRXNVSmOE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSRXNVSmOE .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tSRXNVSmOE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSRXNVSmOE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSRXNVSmOE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSRXNVSmOE .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tSRXNVSmOE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSRXNVSmOE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSRXNVSmOE .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSRXNVSmOE .modal-backdrop.show {
  opacity: .5;
}
.cid-tSRXNVSmOE .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tSRXNVSmOE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRXNVSmOE .modal-header {
    padding: 1rem;
  }
}
.cid-tSRXNVSmOE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSRXNVSmOE .modal-header .close svg {
  fill: #353535;
}
.cid-tSRXNVSmOE .modal-header .close:hover {
  opacity: 1;
}
.cid-tSRXNVSmOE .modal-header .close:focus {
  outline: none;
}
.cid-tSRXNVSmOE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tSRXNVSmOE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSRXNVSmOE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRXNVSmOE .modal-body {
    padding: 1rem;
  }
}
.cid-tSRXNVSmOE .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tSRXNVSmOE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRXNVSmOE .modal-footer {
    padding: 1rem;
  }
}
.cid-tSRXNVSmOE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSRXNVSmOE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSRXNVSmOE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSRXNVSmOE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSRXNVSmOE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSRXNVSmOE .modal-lg,
  .cid-tSRXNVSmOE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSRXNVSmOE .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSRXNVSmOE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSRXNVSmOE .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tSRXNVSmOE .form-group {
  margin-bottom: 1rem;
}
.cid-tSRXNVSmOE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSRXNVSmOE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSRXNVSmOE .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tSRXNVSmOE .mbr-section-btn {
  margin: 0;
}
.cid-tSRXNVSmOE .mbr-section-btn .btn {
  margin: 0;
}
.cid-tKo9LW2JPZ {
  z-index: 1000;
  width: 100%;
}
.cid-tKo9LW2JPZ .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tKo9LW2JPZ nav.navbar {
  position: fixed;
}
.cid-tKo9LW2JPZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKo9LW2JPZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKo9LW2JPZ .dropdown-item:hover,
.cid-tKo9LW2JPZ .dropdown-item:focus {
  background: #5b9791 !important;
  color: white !important;
}
.cid-tKo9LW2JPZ .dropdown-item:hover span {
  color: white;
}
.cid-tKo9LW2JPZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKo9LW2JPZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKo9LW2JPZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKo9LW2JPZ .nav-link {
  position: relative;
}
.cid-tKo9LW2JPZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tKo9LW2JPZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tKo9LW2JPZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKo9LW2JPZ .dropdown-menu,
.cid-tKo9LW2JPZ .navbar.opened {
  background: #ffffff !important;
}
.cid-tKo9LW2JPZ .nav-item:focus,
.cid-tKo9LW2JPZ .nav-link:focus {
  outline: none;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKo9LW2JPZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKo9LW2JPZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tKo9LW2JPZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tKo9LW2JPZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKo9LW2JPZ .navbar .navbar-logo img {
  width: auto;
  margin-right: -10px;
}
.cid-tKo9LW2JPZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKo9LW2JPZ .navbar.collapsed {
  justify-content: center;
}
.cid-tKo9LW2JPZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKo9LW2JPZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKo9LW2JPZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tKo9LW2JPZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKo9LW2JPZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKo9LW2JPZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKo9LW2JPZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKo9LW2JPZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKo9LW2JPZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKo9LW2JPZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKo9LW2JPZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tKo9LW2JPZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKo9LW2JPZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKo9LW2JPZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKo9LW2JPZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKo9LW2JPZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKo9LW2JPZ .dropdown-item.active,
.cid-tKo9LW2JPZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tKo9LW2JPZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKo9LW2JPZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKo9LW2JPZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKo9LW2JPZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKo9LW2JPZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKo9LW2JPZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKo9LW2JPZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #15a6aa;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKo9LW2JPZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKo9LW2JPZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKo9LW2JPZ .navbar {
    height: 70px;
  }
  .cid-tKo9LW2JPZ .navbar.opened {
    height: auto;
  }
  .cid-tKo9LW2JPZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKo9LW2JPZ img {
  cursor: pointer;
}
.cid-tKo9LW2JPZ #buscador {
  position: fixed;
  top: 0px;
  right: 8px;
}
@media screen and (max-device-width: 800px) {
  .cid-tKo9LW2JPZ #buscador {
    position: relative !important;
    margin: 10px !important;
    bottom: 5px !important;
  }
  .cid-tKo9LW2JPZ #searchButton {
    height: 40px;
    width: auto;
    margin-left: -40px;
    position: absolute;
  }
}
@media screen and (max-width: 800px) {
  .cid-tKo9LW2JPZ #buscador {
    margin: 10px !important;
    position: relative !important;
    bottom: 5px !important;
  }
}
.cid-tKo9LW2JPZ #searchButton {
  height: 40px;
  position: absolute;
  width: auto;
  margin-left: -40px;
}
.cid-tKo9LW2JPZ #cools {
  border-radius: 8px;
  background-color: #001d43 !important;
}
.cid-tKo9LW2JPZ #searchInput {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
}
.cid-tKo9LW2JPZ .container-fuild {
  margin-top: 15px;
}
.cid-tKo9LW2JPZ .navbar-collapse {
  margin-top: 35px;
}
.cid-tLBoPQWRmh {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/obesidad-y-nutricion-1080x1080.webp");
}
@media (min-width: 992px) {
  .cid-tLBoPQWRmh .display-1 {
    letter-spacing: -6px;
  }
}
.cid-tLBoPQWRmh p {
  margin: 0;
}
.cid-tLBoPQWRmh .container-fluid {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-tLBoPQWRmh .display-1 {
  line-height: 1;
}
.cid-tLBoPQWRmh .btn {
  border-radius: 0;
  padding: 1.3rem 2rem;
}
.cid-tLBoPQWRmh .btn .mbr-iconfont {
  font-size: 1rem;
}
.cid-tLBoPQWRmh .btn:hover {
  transform: translateY(-10px);
}
.cid-tLBoPQWRmh .btn-white-outline:hover,
.cid-tLBoPQWRmh .btn-white-outline:focus {
  color: white;
  background: black;
  border-color: black;
}
.cid-tLBoPQWRmh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLBoPQWRmh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLBW4PvBFt {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tLBW4PvBFt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLBW4PvBFt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLBW4PvBFt .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLBW4PvBFt .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLBW4PvBFt .container {
    padding: 0;
  }
}
.cid-tLBW4PvBFt .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tLBW4PvBFt .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tLBW4PvBFt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLBW4PvBFt .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tLBW4PvBFt .mbr-section-title {
  color: #5b9791;
}
.cid-tLBW4PvBFt .mbr-text {
  color: #808080;
}
.cid-tLBs1v9wyN {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #5b9791;
}
.cid-tLBs1v9wyN h3 {
  position: relative;
}
.cid-tLBs1v9wyN h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tLBs1v9wyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLBs1v9wyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLBs1v9wyN H3 {
  color: #ffffff;
}
.cid-tLBs1v9wyN H1 {
  color: #ffffff;
}
.cid-tLBs1v9wyN .mbr-text,
.cid-tLBs1v9wyN .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tKEAo6KGck {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKEAo6KGck .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKEAo6KGck .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKEAo6KGck .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKEAo6KGck .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKEAo6KGck .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKEAo6KGck .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKEAo6KGck .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKEAo6KGck .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKEAo6KGck .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKEAo6KGck .nav-link,
.cid-tKEAo6KGck .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKEAo6KGck .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKEAo6KGck H4 {
  text-align: center;
}
.cid-tKEAo6KGck H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tKEAo6KGck P {
  color: #212428;
}
.cid-tLBRRYGGLa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tLBRRYGGLa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLBRRYGGLa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLBRRYGGLa .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLBRRYGGLa .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLBRRYGGLa .container {
    padding: 0;
  }
}
.cid-tLBRRYGGLa .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tLBRRYGGLa .row {
    margin: 0;
  }
}
.cid-tLBRRYGGLa .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-tLBRRYGGLa .card {
    padding: 0 16px;
  }
}
.cid-tLBRRYGGLa .card .row.cards {
  position: relative;
}
.cid-tLBRRYGGLa .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #187a7d;
  bottom: 0;
  left: 0;
}
.cid-tLBRRYGGLa .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tLBRRYGGLa .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-tLBRRYGGLa .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tLBRRYGGLa .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tLBRRYGGLa .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-tLBRRYGGLa .card .row.cards .image {
    padding: 0;
  }
}
.cid-tLBRRYGGLa .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-tLBRRYGGLa .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tLBRRYGGLa .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-tLBRRYGGLa .mbr-section-title {
  color: #263652;
}
.cid-tLBRRYGGLa .mbr-text {
  color: #000000;
}
.cid-tP7uAo6Zqb {
  padding-top: 5rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #1f6a6c;
}
.cid-tP7uAo6Zqb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP7uAo6Zqb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP7uAo6Zqb .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tP7uAo6Zqb .container-fluid {
    padding: 0 20px;
  }
}
.cid-tP7uAo6Zqb .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tP7uAo6Zqb .container {
    padding: 0 20px;
  }
}
.cid-tP7uAo6Zqb .text-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tP7uAo6Zqb .text-wrapper {
    display: block;
  }
}
.cid-tP7uAo6Zqb .text-wrapper .mbr-emoji {
  margin-right: 15px;
  margin-bottom: 0;
  max-width: 50px;
}
@media (max-width: 768px) {
  .cid-tP7uAo6Zqb .text-wrapper .mbr-emoji {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
    max-width: 100%;
  }
}
.cid-tP7uAo6Zqb .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tP7uAo6Zqb .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tP7uAo6Zqb .mbr-emoji {
  color: #ffffff;
}
.cid-tLBxRAc3A1 {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #5b9791;
}
.cid-tLBxRAc3A1 h3 {
  position: relative;
}
.cid-tLBxRAc3A1 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tLBxRAc3A1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLBxRAc3A1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLBxRAc3A1 H3 {
  color: #ffffff;
}
.cid-tLBxRAc3A1 H1 {
  color: #ffffff;
}
.cid-tLBxRAc3A1 .mbr-text,
.cid-tLBxRAc3A1 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tLBxKydHBa {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tLBxKydHBa .mbr-text {
  color: #767676;
}
.cid-tLBxKydHBa .card-subtitle {
  margin: 0;
}
.cid-tLBxKydHBa .link:hover {
  color: #5b9791 !important;
  text-decoration: none !important;
}
.cid-tLBxKydHBa .card {
  margin-bottom: 2rem;
}
.cid-tLBxKydHBa .card:hover .img-overlay {
  opacity: 0.15;
}
.cid-tLBxKydHBa .card:hover .card-img:before {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.cid-tLBxKydHBa .card:hover .card-img:after {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.cid-tLBxKydHBa .card-img {
  height: 220px;
}
.cid-tLBxKydHBa img {
  object-fit: cover;
  height: 100%;
}
.cid-tLBxKydHBa h4 {
  margin: 0;
}
.cid-tLBxKydHBa .row {
  justify-content: center;
}
.cid-tLBxKydHBa .mbr-text,
.cid-tLBxKydHBa .link {
  color: #000000;
}
.cid-tLBxKydHBa h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tLBxKydHBa h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tLBxKydHBa .card-title,
.cid-tLBxKydHBa .card-img {
  color: #000000;
}
.cid-tLBxKydHBa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLBxKydHBa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLBMkC6pOR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLBMkC6pOR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLBMkC6pOR .mbr-section-title {
  margin-bottom: 20px;
  color: #187a7d;
}
.cid-tLBMkC6pOR .mbr-text {
  margin-bottom: 50px;
}
.cid-tLBMkC6pOR .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tLBMkC6pOR .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tLBMkC6pOR .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tLBMkC6pOR .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tLBMkC6pOR .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tLBMkC6pOR .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tLBMkC6pOR .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tLBMkC6pOR .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tLBMkC6pOR .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tLBMkC6pOR .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tLBMkC6pOR .card_info {
  display: inline-block;
}
.cid-tLBMkC6pOR .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tLBMkC6pOR .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tLBMkC6pOR .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tLBMkC6pOR .card_text {
  margin-bottom: 0;
}
.cid-tLBMkC6pOR .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tLBMkC6pOR .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLBMkC6pOR .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tLBMkC6pOR .card_title {
    margin-bottom: 10px;
  }
  .cid-tLBMkC6pOR .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tLBMkC6pOR .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tLBMkC6pOR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLBMkC6pOR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLBMkC6pOR .mbr-text,
.cid-tLBMkC6pOR .mbr-section-btn {
  color: #5b9791;
}
.cid-tKECvaKxhZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5b9791;
}
.cid-tKECvaKxhZ .container {
  max-width: 1312px;
}
.cid-tKECvaKxhZ .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-tKECvaKxhZ .label-text {
  color: #ffffff;
  width: 100%;
}
.cid-tKECvaKxhZ .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-tKECvaKxhZ .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tKECvaKxhZ .advantages-container {
  display: grid;
  margin-top: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 4.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-tKECvaKxhZ .advantages-container {
    grid-auto-flow: row;
  }
}
.cid-tKECvaKxhZ .advantage {
  display: flex;
  align-items: flex-start;
}
.cid-tKECvaKxhZ .advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background-color: #5b9791;
}
.cid-tKECvaKxhZ .advantage-icon span {
  color: #002549;
}
.cid-tKECvaKxhZ .advantage-text {
  color: #ffffff;
}
.cid-tKECvaKxhZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKECvaKxhZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP7tES6lyI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP7tES6lyI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP7tES6lyI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP7tES6lyI .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tP7tES6lyI .container-fluid {
    padding: 0 25px;
  }
}
.cid-tP7tES6lyI .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tP7tES6lyI .container {
    padding: 0 25px;
  }
}
.cid-tP7tES6lyI .row {
  border: 1px solid #5b9791;
}
.cid-tP7tES6lyI .card {
  padding: 0;
}
.cid-tP7tES6lyI .card .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-tP7tES6lyI .card .image-wrapper img {
  height: 100%;
  object-fit: cover;
  max-height: 610px;
}
@media (max-width: 992px) {
  .cid-tP7tES6lyI .card .image-wrapper img {
    max-height: 100%;
    height: 300px;
  }
}
.cid-tP7tES6lyI .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 70px 60px;
  height: 100%;
  background-color: #5b9791;
}
@media (max-width: 992px) {
  .cid-tP7tES6lyI .title-wrapper {
    padding: 60px 25px;
  }
}
.cid-tP7tES6lyI .title-wrapper .title-wrap {
  width: 100%;
}
.cid-tP7tES6lyI .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tP7tES6lyI .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-tP7tES6lyI .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 35px;
}
.cid-tP7tES6lyI .title-wrapper .mbr-desc {
  width: 100%;
  margin-bottom: 0;
}
.cid-tP7tES6lyI .mbr-section-title {
  color: #ffffff;
}
.cid-tP7tES6lyI .mbr-text {
  color: #ffffff;
}
.cid-tP7tES6lyI .mbr-desc {
  color: #ffffff;
}
#custom-html-z3 img {
  border: 2px solid white;
  width: 60px;
  height: auto;
  position: fixed;
  top: 55%;
  right: 8px;
  z-index: 999999999999999999999999 !important;
  border-radius: 8px;
}
.cid-tKEBXceIMM {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tKEBXceIMM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKEBXceIMM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKEBXceIMM .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKEBXceIMM .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKEBXceIMM .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKEBXceIMM .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKEBXceIMM .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKEBXceIMM .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKEBXceIMM .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKEBXceIMM .nav-link,
.cid-tKEBXceIMM .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKEBXceIMM .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKEBXceIMM H4 {
  text-align: center;
}
.cid-tKEBXceIMM H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tKEBXceIMM P {
  color: #212428;
}
.cid-tLBThGginP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLBThGginP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLBThGginP .mbr-section-title {
  margin-bottom: 20px;
  color: #187a7d;
}
.cid-tLBThGginP .mbr-text {
  margin-bottom: 50px;
}
.cid-tLBThGginP .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tLBThGginP .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tLBThGginP .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tLBThGginP .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tLBThGginP .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tLBThGginP .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tLBThGginP .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tLBThGginP .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tLBThGginP .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tLBThGginP .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tLBThGginP .card_info {
  display: inline-block;
}
.cid-tLBThGginP .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tLBThGginP .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tLBThGginP .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tLBThGginP .card_text {
  margin-bottom: 0;
}
.cid-tLBThGginP .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tLBThGginP .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLBThGginP .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tLBThGginP .card_title {
    margin-bottom: 10px;
  }
  .cid-tLBThGginP .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tLBThGginP .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tLBThGginP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLBThGginP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLBThGginP .mbr-text,
.cid-tLBThGginP .mbr-section-btn {
  color: #1f6a6c;
}
#custom-html-6x {
  /* Type valid CSS here */
}
#custom-html-6x div {
  padding: 150px 0;
  color: #777;
  text-align: center;
}
#custom-html-6x p {
  font-size: 60px;
  color: #777;
}
.cid-tKET4Kz52s {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tKET4Kz52s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKET4Kz52s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKET4Kz52s .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tKET4Kz52s .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tKET4Kz52s .container {
    padding: 0 16px;
  }
}
.cid-tKET4Kz52s .row {
  padding: 90px 60px;
  border-radius: 40px;
  background-color: #eff1f2;
}
@media (max-width: 992px) {
  .cid-tKET4Kz52s .row {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-tKET4Kz52s .row {
    padding: 20px 16px;
  }
}
.cid-tKET4Kz52s .row .image-wrapper img {
  height: 440px;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tKET4Kz52s .row .image-wrapper img {
    height: 300px;
  }
}
.cid-tKET4Kz52s iframe h2 {
  font-size: 12px !important;
}
.cid-tLiSq3uFVT {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #001d43;
}
.cid-tLiSq3uFVT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLiSq3uFVT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLiSq3uFVT .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLiSq3uFVT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLiSq3uFVT .container {
    padding: 0;
  }
}
.cid-tLiSq3uFVT .row {
  justify-content: center;
}
.cid-tLiSq3uFVT .title-wrapper {
  padding: 0 16px;
}
.cid-tLiSq3uFVT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLiSq3uFVT .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tLiSq3uFVT .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tLiSq3uFVT .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tLiSq3uFVT .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #5b9791;
}
.cid-tLiSq3uFVT .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tLiSq3uFVT .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tLiSq3uFVT .mbr-section-title,
.cid-tLiSq3uFVT .mbr-iconfont {
  color: #ffffff;
}
.cid-tLiSq3uFVT .mbr-section-title,
.cid-tLiSq3uFVT .soc-wrapper {
  text-align: center;
}
.cid-tLiSpwkIYz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5b9791;
}
.cid-tLiSpwkIYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLiSpwkIYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLiSpwkIYz .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLiSpwkIYz .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLiSpwkIYz .container {
    padding: 0;
  }
}
.cid-tLiSpwkIYz .row {
  justify-content: center;
}
.cid-tLiSpwkIYz .title-wrapper {
  padding: 0 16px;
}
.cid-tLiSpwkIYz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLiSpwkIYz .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tLiSpwkIYz .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tLiSpwkIYz .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tLiSpwkIYz .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #001d43;
}
.cid-tLiSpwkIYz .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tLiSpwkIYz .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tLiSpwkIYz .mbr-section-title,
.cid-tLiSpwkIYz .mbr-iconfont {
  color: #ffffff;
}
.cid-tLiSpwkIYz .mbr-section-title,
.cid-tLiSpwkIYz .soc-wrapper {
  text-align: center;
}
.cid-tMmz9iK0Dt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-3.webp");
}
.cid-tMmz9iK0Dt .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-tMmz9iK0Dt .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tMmz9iK0Dt .mbr-section-title {
  color: #187a7d;
}
.cid-tMmz9iK0Dt .mbr-section-subtitle {
  color: #001d43;
  margin-top: 1rem;
}
.cid-tMmz9iK0Dt .form-container {
  display: flex;
  width: 100%;
}
.cid-tMmz9iK0Dt .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tMmz9iK0Dt form {
  width: 100%;
}
.cid-tMmz9iK0Dt form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tMmz9iK0Dt form h5 {
  margin: 40px 0 20px;
}
.cid-tMmz9iK0Dt form p {
  color: #45494E;
}
.cid-tMmz9iK0Dt form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-tMmz9iK0Dt form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-tMmz9iK0Dt form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-tMmz9iK0Dt form .form-control {
  height: 56px;
  border: none !important;
  border-bottom: 1px solid #A2A4A7 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: #45494E;
  font-weight: 400;
}
.cid-tMmz9iK0Dt form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmz9iK0Dt form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmz9iK0Dt form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmz9iK0Dt form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmz9iK0Dt form select {
  color: #A2A4A7 !important;
}
.cid-tMmz9iK0Dt form textarea {
  height: 250px !important;
}
.cid-tMmz9iK0Dt form input:active,
.cid-tMmz9iK0Dt form textarea:active,
.cid-tMmz9iK0Dt form input:focus,
.cid-tMmz9iK0Dt form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-tMmz9iK0Dt form input:active::-webkit-input-placeholder,
.cid-tMmz9iK0Dt form textarea:active::-webkit-input-placeholder,
.cid-tMmz9iK0Dt form input:focus::-webkit-input-placeholder,
.cid-tMmz9iK0Dt form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmz9iK0Dt form input:active::-moz-placeholder,
.cid-tMmz9iK0Dt form textarea:active::-moz-placeholder,
.cid-tMmz9iK0Dt form input:focus::-moz-placeholder,
.cid-tMmz9iK0Dt form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmz9iK0Dt form input:active:-moz-placeholder,
.cid-tMmz9iK0Dt form textarea:active:-moz-placeholder,
.cid-tMmz9iK0Dt form input:focus:-moz-placeholder,
.cid-tMmz9iK0Dt form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmz9iK0Dt form input:active:-ms-input-placeholder,
.cid-tMmz9iK0Dt form textarea:active:-ms-input-placeholder,
.cid-tMmz9iK0Dt form input:focus:-ms-input-placeholder,
.cid-tMmz9iK0Dt form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmz9iK0Dt form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-tMmz9iK0Dt form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tMmz9iK0Dt form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-tMmz9iK0Dt form .form-control-label {
  width: 100%;
}
.cid-tMmz9iK0Dt form .form-check-label {
  margin-bottom: 10px;
}
.cid-tMmz9iK0Dt form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tMmz9iK0Dt form .form-check-input:focus,
.cid-tMmz9iK0Dt form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-tMmz9iK0Dt form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-tMmz9iK0Dt .mbr-section-btn button {
  background-color: #5b9791 !important;
}
.cid-tK0mVT2VrP {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #187a7d;
}
.cid-tK0mVT2VrP .container-fluid {
  padding: 0;
}
.cid-tK0mVT2VrP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tK0mVT2VrP .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tK0mVT2VrP .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li {
  color: white !important;
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tK0mVT2VrP .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tK0mVT2VrP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tK0mVT2VrP .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tK0mVT2VrP .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tK0mVT2VrP .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tK0mVT2VrP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tK0mVT2VrP .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tK0mVT2VrP .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tK0mVT2VrP .copyright {
  margin: 0 60px;
  border-top: 1px solid #ffffff;
  padding: 26px 0;
}
.cid-tK0mVT2VrP .copyright .mbr-text {
  margin: 0;
}
.cid-tK0mVT2VrP .mbr-section-title,
.cid-tK0mVT2VrP .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tK0mVT2VrP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tK0mVT2VrP .foot-menu {
  color: #ffffff;
}
.cid-tK0mVT2VrP H5 {
  color: #ffffff;
}
.cid-tK0mVT2VrP li a {
  color: white !important;
}
.cid-tSRXNYNWWT.popup-builder {
  background-color: #ffffff;
}
.cid-tSRXNYNWWT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSRXNYNWWT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSRXNYNWWT .modal-content,
.cid-tSRXNYNWWT .modal-dialog {
  height: auto;
}
.cid-tSRXNYNWWT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSRXNYNWWT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSRXNYNWWT .form-wrapper .mbr-form .form-group,
  .cid-tSRXNYNWWT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSRXNYNWWT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSRXNYNWWT .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSRXNYNWWT .mbr-text {
  text-align: center;
}
.cid-tSRXNYNWWT .pt-0 {
  padding-top: 0 !important;
}
.cid-tSRXNYNWWT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSRXNYNWWT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSRXNYNWWT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSRXNYNWWT .modal-open {
  overflow: hidden;
}
.cid-tSRXNYNWWT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSRXNYNWWT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSRXNYNWWT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSRXNYNWWT .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tSRXNYNWWT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSRXNYNWWT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSRXNYNWWT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSRXNYNWWT .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tSRXNYNWWT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSRXNYNWWT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSRXNYNWWT .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSRXNYNWWT .modal-backdrop.show {
  opacity: .5;
}
.cid-tSRXNYNWWT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tSRXNYNWWT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRXNYNWWT .modal-header {
    padding: 1rem;
  }
}
.cid-tSRXNYNWWT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSRXNYNWWT .modal-header .close svg {
  fill: #353535;
}
.cid-tSRXNYNWWT .modal-header .close:hover {
  opacity: 1;
}
.cid-tSRXNYNWWT .modal-header .close:focus {
  outline: none;
}
.cid-tSRXNYNWWT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tSRXNYNWWT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSRXNYNWWT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRXNYNWWT .modal-body {
    padding: 1rem;
  }
}
.cid-tSRXNYNWWT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tSRXNYNWWT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRXNYNWWT .modal-footer {
    padding: 1rem;
  }
}
.cid-tSRXNYNWWT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSRXNYNWWT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSRXNYNWWT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSRXNYNWWT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSRXNYNWWT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSRXNYNWWT .modal-lg,
  .cid-tSRXNYNWWT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSRXNYNWWT .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSRXNYNWWT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSRXNYNWWT .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tSRXNYNWWT .form-group {
  margin-bottom: 1rem;
}
.cid-tSRXNYNWWT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSRXNYNWWT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSRXNYNWWT .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tSRXNYNWWT .mbr-section-btn {
  margin: 0;
}
.cid-tSRXNYNWWT .mbr-section-btn .btn {
  margin: 0;
}
.cid-tKo9LW2JPZ {
  z-index: 1000;
  width: 100%;
}
.cid-tKo9LW2JPZ .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tKo9LW2JPZ nav.navbar {
  position: fixed;
}
.cid-tKo9LW2JPZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKo9LW2JPZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKo9LW2JPZ .dropdown-item:hover,
.cid-tKo9LW2JPZ .dropdown-item:focus {
  background: #5b9791 !important;
  color: white !important;
}
.cid-tKo9LW2JPZ .dropdown-item:hover span {
  color: white;
}
.cid-tKo9LW2JPZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKo9LW2JPZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKo9LW2JPZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKo9LW2JPZ .nav-link {
  position: relative;
}
.cid-tKo9LW2JPZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tKo9LW2JPZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tKo9LW2JPZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKo9LW2JPZ .dropdown-menu,
.cid-tKo9LW2JPZ .navbar.opened {
  background: #ffffff !important;
}
.cid-tKo9LW2JPZ .nav-item:focus,
.cid-tKo9LW2JPZ .nav-link:focus {
  outline: none;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKo9LW2JPZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKo9LW2JPZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tKo9LW2JPZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tKo9LW2JPZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKo9LW2JPZ .navbar .navbar-logo img {
  width: auto;
  margin-right: -10px;
}
.cid-tKo9LW2JPZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKo9LW2JPZ .navbar.collapsed {
  justify-content: center;
}
.cid-tKo9LW2JPZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKo9LW2JPZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKo9LW2JPZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tKo9LW2JPZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKo9LW2JPZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKo9LW2JPZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKo9LW2JPZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKo9LW2JPZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKo9LW2JPZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKo9LW2JPZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKo9LW2JPZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tKo9LW2JPZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKo9LW2JPZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKo9LW2JPZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKo9LW2JPZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKo9LW2JPZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKo9LW2JPZ .dropdown-item.active,
.cid-tKo9LW2JPZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tKo9LW2JPZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKo9LW2JPZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKo9LW2JPZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKo9LW2JPZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKo9LW2JPZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKo9LW2JPZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKo9LW2JPZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #15a6aa;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKo9LW2JPZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKo9LW2JPZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKo9LW2JPZ .navbar {
    height: 70px;
  }
  .cid-tKo9LW2JPZ .navbar.opened {
    height: auto;
  }
  .cid-tKo9LW2JPZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKo9LW2JPZ img {
  cursor: pointer;
}
.cid-tKo9LW2JPZ #buscador {
  position: fixed;
  top: 0px;
  right: 8px;
}
@media screen and (max-device-width: 800px) {
  .cid-tKo9LW2JPZ #buscador {
    position: relative !important;
    margin: 10px !important;
    bottom: 5px !important;
  }
  .cid-tKo9LW2JPZ #searchButton {
    height: 40px;
    width: auto;
    margin-left: -40px;
    position: absolute;
  }
}
@media screen and (max-width: 800px) {
  .cid-tKo9LW2JPZ #buscador {
    margin: 10px !important;
    position: relative !important;
    bottom: 5px !important;
  }
}
.cid-tKo9LW2JPZ #searchButton {
  height: 40px;
  position: absolute;
  width: auto;
  margin-left: -40px;
}
.cid-tKo9LW2JPZ #cools {
  border-radius: 8px;
  background-color: #001d43 !important;
}
.cid-tKo9LW2JPZ #searchInput {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
}
.cid-tKo9LW2JPZ .container-fuild {
  margin-top: 15px;
}
.cid-tKo9LW2JPZ .navbar-collapse {
  margin-top: 35px;
}
.cid-tHZUd4ODWt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tHZUd4ODWt .row {
  position: relative;
}
.cid-tHZUd4ODWt .text {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tHZUd4ODWt .text {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.cid-tHZUd4ODWt .text-wrapper {
  width: 150%;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-tHZUd4ODWt .text-wrapper {
    width: auto;
    padding: 0 1rem 1rem;
  }
}
.cid-tHZUd4ODWt .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tHZUd4ODWt .image-wrapper img {
  width: 100%;
  height: 50rem;
  object-fit: cover;
}
.cid-tHZUd4ODWt .mbr-section-title {
  margin: 0;
  color: #15a6aa;
}
@media (max-width: 991px) {
  .cid-tHZUd4ODWt .mbr-section-title {
    color: #fbfbfb;
  }
}
.cid-tHZUd4ODWt h1 {
  font-size: 101px;
}
#custom-html-yy img {
  border: 2px solid white;
  width: 60px;
  height: auto;
  position: fixed;
  top: 55%;
  right: 8px;
  z-index: 999999999999999999999999 !important;
  border-radius: 8px;
}
.cid-tJOwUx8hRG {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tJOwUx8hRG h3 {
  position: relative;
}
.cid-tJOwUx8hRG h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tJOwUx8hRG H3 {
  color: #15a6aa;
}
.cid-tJOwUx8hRG H1 {
  color: #879a9f;
}
.cid-tJOwUx8hRG .mbr-text,
.cid-tJOwUx8hRG .mbr-section-btn {
  color: #5b9791;
}
.cid-tJOwUx8hRG img {
  height: 20px;
  width: auto;
}
#custom-html-g2 video {
  width: 100%;
  height: auto;
}
.cid-tJ3NJve4Rf {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJ3NJve4Rf h3 {
  position: relative;
}
.cid-tJ3NJve4Rf h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tJ3NJve4Rf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ3NJve4Rf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ3NJve4Rf H1 {
  color: #187a7d;
}
.cid-tJ3NJve4Rf H3 {
  color: #15a6aa;
}
.cid-tLk4W0odaQ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLk4W0odaQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLk4W0odaQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLk4W0odaQ .text-container {
  background-color: #187a7d;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tLk4W0odaQ .text-container {
    margin: 0 5%;
  }
}
.cid-tLk4W0odaQ .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tLk4W0odaQ .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tLk4W0odaQ .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tLk4W0odaQ .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tLk4W0odaQ .mbr-text {
  color: #e8e8e8;
}
.cid-tLk4W0odaQ .mbr-desc,
.cid-tLk4W0odaQ .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tLk4W0odaQ .mbr-text,
.cid-tLk4W0odaQ .text-container {
  text-align: center;
}
.cid-tLk4DZZqNQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tLk4DZZqNQ .card-box {
  z-index: 10;
  position: relative;
}
.cid-tLk4DZZqNQ .container-fluid {
  padding: 0;
}
.cid-tLk4DZZqNQ h5 {
  margin: 0;
}
.cid-tLk4DZZqNQ h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tLk4DZZqNQ h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tLk4DZZqNQ .card {
  margin: auto;
  min-height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-tLk4DZZqNQ .card:hover {
  z-index: 99;
}
.cid-tLk4DZZqNQ .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-tLk4DZZqNQ .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-tLk4DZZqNQ .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-tLk4DZZqNQ .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-tLk4DZZqNQ .card1 {
  background-image: url("../../../assets/images/medicina-estetica-corporal-clinicas-aevo-2000x1333.webp");
  z-index: 4;
  transform: rotateY(15deg);
}
.cid-tLk4DZZqNQ .card2 {
  background-image: url("../../../assets/images/higiene-esencial1-1080x1080.webp");
  z-index: 3;
}
.cid-tLk4DZZqNQ .card3 {
  background-image: url("../../../assets/images/carboxiterapia-ok2-1080x1080.webp");
  z-index: 2;
  transform: rotateY(-15deg);
}
.cid-tLk4DZZqNQ h4 {
  background-color: #187a7d;
  border-radius: 6px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 5px;
}
.cid-tLk4DZZqNQ .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-tLk4DZZqNQ .card-box {
    text-align: center;
  }
}
.cid-tLk4DZZqNQ .mbr-text {
  color: #cccccc;
}
.cid-tLk4DZZqNQ .card-date {
  color: #cccccc;
}
.cid-tLk4DZZqNQ H1 {
  color: #000000;
}
.cid-tLk4DZZqNQ .mbr-section-subtitle,
.cid-tLk4DZZqNQ .title-align {
  color: #000000;
}
.cid-tLk4DZZqNQ .card-title,
.cid-tLk4DZZqNQ .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tLk4D3ldjV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tLk4D3ldjV .card-box {
  z-index: 10;
  position: relative;
}
.cid-tLk4D3ldjV .container-fluid {
  padding: 0;
}
.cid-tLk4D3ldjV h5 {
  margin: 0;
}
.cid-tLk4D3ldjV h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tLk4D3ldjV h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tLk4D3ldjV .card {
  margin: auto;
  min-height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-tLk4D3ldjV .card:hover {
  z-index: 99;
}
.cid-tLk4D3ldjV .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-tLk4D3ldjV .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-tLk4D3ldjV .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-tLk4D3ldjV .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-tLk4D3ldjV .card1 {
  background-image: url("../../../assets/images/varices-eliminar-1-1080x1080.webp");
  z-index: 4;
  transform: rotateY(15deg);
}
.cid-tLk4D3ldjV .card2 {
  background-image: url("../../../assets/images/higiene-esencial1-1080x1080.webp");
  z-index: 3;
}
.cid-tLk4D3ldjV .card3 {
  background-image: url("../../../assets/images/hiperhidrosis-ok12-3-1080x1080.webp");
  z-index: 2;
  transform: rotateY(-15deg);
}
.cid-tLk4D3ldjV h4 {
  background-color: #187a7d;
  border-radius: 6px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 5px;
}
.cid-tLk4D3ldjV .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-tLk4D3ldjV .card-box {
    text-align: center;
  }
}
.cid-tLk4D3ldjV .mbr-text {
  color: #cccccc;
}
.cid-tLk4D3ldjV .card-date {
  color: #cccccc;
}
.cid-tLk4D3ldjV H1 {
  color: #000000;
}
.cid-tLk4D3ldjV .mbr-section-subtitle,
.cid-tLk4D3ldjV .title-align {
  color: #000000;
}
.cid-tLk4D3ldjV .card-title,
.cid-tLk4D3ldjV .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tVqmOlgUTS {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tVqmOlgUTS .card-box {
  z-index: 10;
  position: relative;
}
.cid-tVqmOlgUTS .container-fluid {
  padding: 0;
}
.cid-tVqmOlgUTS h5 {
  margin: 0;
}
.cid-tVqmOlgUTS h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tVqmOlgUTS h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tVqmOlgUTS .card {
  margin: auto;
  min-height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-tVqmOlgUTS .card:hover {
  z-index: 99;
}
.cid-tVqmOlgUTS .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-tVqmOlgUTS .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-tVqmOlgUTS .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-tVqmOlgUTS .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-tVqmOlgUTS .card1 {
  background-image: url("../../../assets/images/skin-detox-1080x1080.webp");
  z-index: 4;
  transform: rotateY(15deg);
}
.cid-tVqmOlgUTS .card2 {
  background-image: url("../../../assets/images/tratamiento-lanluma-clinicas-aevo-540x540.webp");
  z-index: 3;
}
.cid-tVqmOlgUTS .card3 {
  background-image: url("../../../assets/images/diamond-renewal-555x555.webp");
  z-index: 2;
  transform: rotateY(-15deg);
}
.cid-tVqmOlgUTS h4 {
  background-color: #187a7d;
  border-radius: 6px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 5px;
}
.cid-tVqmOlgUTS .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-tVqmOlgUTS .card-box {
    text-align: center;
  }
}
.cid-tVqmOlgUTS .mbr-text {
  color: #cccccc;
}
.cid-tVqmOlgUTS .card-date {
  color: #cccccc;
}
.cid-tVqmOlgUTS H1 {
  color: #000000;
}
.cid-tVqmOlgUTS .mbr-section-subtitle,
.cid-tVqmOlgUTS .title-align {
  color: #000000;
}
.cid-tVqmOlgUTS .card-title,
.cid-tVqmOlgUTS .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tKo2z959O7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKo2z959O7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKo2z959O7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKo2z959O7 .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKo2z959O7 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKo2z959O7 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKo2z959O7 .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKo2z959O7 .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKo2z959O7 .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKo2z959O7 .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKo2z959O7 .nav-link,
.cid-tKo2z959O7 .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKo2z959O7 .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKo2z959O7 H4 {
  text-align: center;
}
.cid-tKo2z959O7 H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tKo2z959O7 P {
  color: #000000;
}
.cid-tKo2Amo9Sx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKo2Amo9Sx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tKo2Amo9Sx .mbr-section-title {
  margin-bottom: 20px;
  color: #229194;
}
.cid-tKo2Amo9Sx .mbr-text {
  margin-bottom: 50px;
}
.cid-tKo2Amo9Sx .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tKo2Amo9Sx .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tKo2Amo9Sx .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tKo2Amo9Sx .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tKo2Amo9Sx .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tKo2Amo9Sx .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tKo2Amo9Sx .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tKo2Amo9Sx .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tKo2Amo9Sx .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tKo2Amo9Sx .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tKo2Amo9Sx .card_info {
  display: inline-block;
}
.cid-tKo2Amo9Sx .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tKo2Amo9Sx .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tKo2Amo9Sx .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tKo2Amo9Sx .card_text {
  margin-bottom: 0;
}
.cid-tKo2Amo9Sx .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tKo2Amo9Sx .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKo2Amo9Sx .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tKo2Amo9Sx .card_title {
    margin-bottom: 10px;
  }
  .cid-tKo2Amo9Sx .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tKo2Amo9Sx .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tKo2Amo9Sx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKo2Amo9Sx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKo3hX1XED {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKo3hX1XED .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKo3hX1XED .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKo3hX1XED .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKo3hX1XED .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKo3hX1XED .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKo3hX1XED .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKo3hX1XED .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKo3hX1XED .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKo3hX1XED .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKo3hX1XED .nav-link,
.cid-tKo3hX1XED .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKo3hX1XED .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKo3hX1XED H4 {
  text-align: center;
}
.cid-tKo3hX1XED H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tKo3hX1XED P {
  color: #000000;
}
.cid-tLk5cEOdDT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLk5cEOdDT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLk5cEOdDT .mbr-section-title {
  margin-bottom: 20px;
  color: #229194;
}
.cid-tLk5cEOdDT .mbr-text {
  margin-bottom: 50px;
}
.cid-tLk5cEOdDT .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tLk5cEOdDT .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tLk5cEOdDT .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tLk5cEOdDT .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tLk5cEOdDT .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tLk5cEOdDT .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tLk5cEOdDT .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tLk5cEOdDT .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tLk5cEOdDT .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tLk5cEOdDT .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tLk5cEOdDT .card_info {
  display: inline-block;
}
.cid-tLk5cEOdDT .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tLk5cEOdDT .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tLk5cEOdDT .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tLk5cEOdDT .card_text {
  margin-bottom: 0;
}
.cid-tLk5cEOdDT .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tLk5cEOdDT .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLk5cEOdDT .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tLk5cEOdDT .card_title {
    margin-bottom: 10px;
  }
  .cid-tLk5cEOdDT .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tLk5cEOdDT .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tLk5cEOdDT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLk5cEOdDT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKo3CaSgU9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5b9791;
}
.cid-tKo3CaSgU9 .container {
  max-width: 1312px;
}
.cid-tKo3CaSgU9 .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-tKo3CaSgU9 .label-text {
  color: #ffffff;
  width: 100%;
}
.cid-tKo3CaSgU9 .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-tKo3CaSgU9 .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tKo3CaSgU9 .advantages-container {
  display: grid;
  margin-top: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 4.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-tKo3CaSgU9 .advantages-container {
    grid-auto-flow: row;
  }
}
.cid-tKo3CaSgU9 .advantage {
  display: flex;
  align-items: flex-start;
}
.cid-tKo3CaSgU9 .advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background-color: #5b9791;
}
.cid-tKo3CaSgU9 .advantage-icon span {
  color: #002549;
}
.cid-tKo3CaSgU9 .advantage-text {
  color: #ffffff;
}
.cid-tKo3CaSgU9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKo3CaSgU9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKo3mEfcIW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKo3mEfcIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKo3mEfcIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKo3mEfcIW .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKo3mEfcIW .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKo3mEfcIW .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKo3mEfcIW .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKo3mEfcIW .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKo3mEfcIW .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKo3mEfcIW .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKo3mEfcIW .nav-link,
.cid-tKo3mEfcIW .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKo3mEfcIW .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKo3mEfcIW H4 {
  text-align: center;
}
.cid-tKo3mEfcIW H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tKo3mEfcIW P {
  color: #000000;
}
.cid-tLk5dLCTph {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLk5dLCTph .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLk5dLCTph .mbr-section-title {
  margin-bottom: 20px;
  color: #229194;
}
.cid-tLk5dLCTph .mbr-text {
  margin-bottom: 50px;
}
.cid-tLk5dLCTph .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tLk5dLCTph .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tLk5dLCTph .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tLk5dLCTph .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tLk5dLCTph .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tLk5dLCTph .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tLk5dLCTph .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tLk5dLCTph .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tLk5dLCTph .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tLk5dLCTph .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tLk5dLCTph .card_info {
  display: inline-block;
}
.cid-tLk5dLCTph .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tLk5dLCTph .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tLk5dLCTph .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tLk5dLCTph .card_text {
  margin-bottom: 0;
}
.cid-tLk5dLCTph .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tLk5dLCTph .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLk5dLCTph .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tLk5dLCTph .card_title {
    margin-bottom: 10px;
  }
  .cid-tLk5dLCTph .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tLk5dLCTph .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tLk5dLCTph .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLk5dLCTph .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKo4fMipo2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKo4fMipo2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKo4fMipo2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKo4fMipo2 .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKo4fMipo2 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKo4fMipo2 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKo4fMipo2 .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKo4fMipo2 .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKo4fMipo2 .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKo4fMipo2 .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKo4fMipo2 .nav-link,
.cid-tKo4fMipo2 .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKo4fMipo2 .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKo4fMipo2 H4 {
  text-align: center;
}
.cid-tKo4fMipo2 H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tKo4fMipo2 P {
  color: #000000;
}
.cid-tKo4h8c0U7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKo4h8c0U7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tKo4h8c0U7 .mbr-section-title {
  margin-bottom: 20px;
  color: #229194;
}
.cid-tKo4h8c0U7 .mbr-text {
  margin-bottom: 50px;
}
.cid-tKo4h8c0U7 .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tKo4h8c0U7 .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tKo4h8c0U7 .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tKo4h8c0U7 .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tKo4h8c0U7 .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tKo4h8c0U7 .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tKo4h8c0U7 .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tKo4h8c0U7 .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tKo4h8c0U7 .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tKo4h8c0U7 .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tKo4h8c0U7 .card_info {
  display: inline-block;
}
.cid-tKo4h8c0U7 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tKo4h8c0U7 .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tKo4h8c0U7 .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tKo4h8c0U7 .card_text {
  margin-bottom: 0;
}
.cid-tKo4h8c0U7 .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tKo4h8c0U7 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKo4h8c0U7 .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tKo4h8c0U7 .card_title {
    margin-bottom: 10px;
  }
  .cid-tKo4h8c0U7 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tKo4h8c0U7 .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tKo4h8c0U7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKo4h8c0U7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVqwDrhGSP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVqwDrhGSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVqwDrhGSP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVqwDrhGSP .nav-tabs .nav-item.open .nav-link:focus,
.cid-tVqwDrhGSP .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tVqwDrhGSP .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tVqwDrhGSP .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tVqwDrhGSP .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tVqwDrhGSP .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tVqwDrhGSP .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tVqwDrhGSP .nav-link,
.cid-tVqwDrhGSP .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tVqwDrhGSP .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tVqwDrhGSP H4 {
  text-align: center;
}
.cid-tVqwDrhGSP H3 {
  text-align: center;
  color: #5b9791;
}
.cid-tVqwDrhGSP P {
  color: #000000;
}
.cid-tVqwDZ2Aow {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVqwDZ2Aow .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tVqwDZ2Aow .mbr-section-title {
  margin-bottom: 20px;
  color: #229194;
}
.cid-tVqwDZ2Aow .mbr-text {
  margin-bottom: 50px;
}
.cid-tVqwDZ2Aow .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tVqwDZ2Aow .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tVqwDZ2Aow .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tVqwDZ2Aow .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tVqwDZ2Aow .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tVqwDZ2Aow .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tVqwDZ2Aow .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tVqwDZ2Aow .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tVqwDZ2Aow .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tVqwDZ2Aow .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tVqwDZ2Aow .card_info {
  display: inline-block;
}
.cid-tVqwDZ2Aow .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tVqwDZ2Aow .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tVqwDZ2Aow .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tVqwDZ2Aow .card_text {
  margin-bottom: 0;
}
.cid-tVqwDZ2Aow .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tVqwDZ2Aow .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tVqwDZ2Aow .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tVqwDZ2Aow .card_title {
    margin-bottom: 10px;
  }
  .cid-tVqwDZ2Aow .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tVqwDZ2Aow .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tVqwDZ2Aow .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVqwDZ2Aow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKibt4c1X8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tKibt4c1X8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKibt4c1X8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKibt4c1X8 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tKibt4c1X8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tKibt4c1X8 .container {
    padding: 0 16px;
  }
}
.cid-tKibt4c1X8 .row {
  padding: 90px 60px;
  border-radius: 40px;
  background-color: #eff1f2;
}
@media (max-width: 992px) {
  .cid-tKibt4c1X8 .row {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-tKibt4c1X8 .row {
    padding: 20px 16px;
  }
}
.cid-tKibt4c1X8 .row .image-wrapper img {
  height: 440px;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tKibt4c1X8 .row .image-wrapper img {
    height: 300px;
  }
}
.cid-tKibt4c1X8 iframe h2 {
  font-size: 12px !important;
}
.cid-tLiPXFaLwD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #001d43;
}
.cid-tLiPXFaLwD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLiPXFaLwD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLiPXFaLwD .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLiPXFaLwD .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLiPXFaLwD .container {
    padding: 0;
  }
}
.cid-tLiPXFaLwD .row {
  justify-content: center;
}
.cid-tLiPXFaLwD .title-wrapper {
  padding: 0 16px;
}
.cid-tLiPXFaLwD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLiPXFaLwD .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tLiPXFaLwD .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tLiPXFaLwD .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tLiPXFaLwD .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #5b9791;
}
.cid-tLiPXFaLwD .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tLiPXFaLwD .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tLiPXFaLwD .mbr-section-title,
.cid-tLiPXFaLwD .mbr-iconfont {
  color: #ffffff;
}
.cid-tLiPXFaLwD .mbr-section-title,
.cid-tLiPXFaLwD .soc-wrapper {
  text-align: center;
}
.cid-tLiPYDkk3C {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5b9791;
}
.cid-tLiPYDkk3C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLiPYDkk3C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLiPYDkk3C .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLiPYDkk3C .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLiPYDkk3C .container {
    padding: 0;
  }
}
.cid-tLiPYDkk3C .row {
  justify-content: center;
}
.cid-tLiPYDkk3C .title-wrapper {
  padding: 0 16px;
}
.cid-tLiPYDkk3C .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLiPYDkk3C .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tLiPYDkk3C .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tLiPYDkk3C .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tLiPYDkk3C .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #001d43;
}
.cid-tLiPYDkk3C .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tLiPYDkk3C .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tLiPYDkk3C .mbr-section-title,
.cid-tLiPYDkk3C .mbr-iconfont {
  color: #ffffff;
}
.cid-tLiPYDkk3C .mbr-section-title,
.cid-tLiPYDkk3C .soc-wrapper {
  text-align: center;
}
.cid-tMmyPhZ1gg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-3.webp");
}
.cid-tMmyPhZ1gg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-tMmyPhZ1gg .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tMmyPhZ1gg .mbr-section-title {
  color: #187a7d;
}
.cid-tMmyPhZ1gg .mbr-section-subtitle {
  color: #001d43;
  margin-top: 1rem;
}
.cid-tMmyPhZ1gg .form-container {
  display: flex;
  width: 100%;
}
.cid-tMmyPhZ1gg .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tMmyPhZ1gg form {
  width: 100%;
}
.cid-tMmyPhZ1gg form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tMmyPhZ1gg form h5 {
  margin: 40px 0 20px;
}
.cid-tMmyPhZ1gg form p {
  color: #45494E;
}
.cid-tMmyPhZ1gg form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-tMmyPhZ1gg form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-tMmyPhZ1gg form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-tMmyPhZ1gg form .form-control {
  height: 56px;
  border: none !important;
  border-bottom: 1px solid #A2A4A7 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: #45494E;
  font-weight: 400;
}
.cid-tMmyPhZ1gg form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmyPhZ1gg form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmyPhZ1gg form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmyPhZ1gg form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmyPhZ1gg form select {
  color: #A2A4A7 !important;
}
.cid-tMmyPhZ1gg form textarea {
  height: 250px !important;
}
.cid-tMmyPhZ1gg form input:active,
.cid-tMmyPhZ1gg form textarea:active,
.cid-tMmyPhZ1gg form input:focus,
.cid-tMmyPhZ1gg form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-tMmyPhZ1gg form input:active::-webkit-input-placeholder,
.cid-tMmyPhZ1gg form textarea:active::-webkit-input-placeholder,
.cid-tMmyPhZ1gg form input:focus::-webkit-input-placeholder,
.cid-tMmyPhZ1gg form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmyPhZ1gg form input:active::-moz-placeholder,
.cid-tMmyPhZ1gg form textarea:active::-moz-placeholder,
.cid-tMmyPhZ1gg form input:focus::-moz-placeholder,
.cid-tMmyPhZ1gg form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmyPhZ1gg form input:active:-moz-placeholder,
.cid-tMmyPhZ1gg form textarea:active:-moz-placeholder,
.cid-tMmyPhZ1gg form input:focus:-moz-placeholder,
.cid-tMmyPhZ1gg form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmyPhZ1gg form input:active:-ms-input-placeholder,
.cid-tMmyPhZ1gg form textarea:active:-ms-input-placeholder,
.cid-tMmyPhZ1gg form input:focus:-ms-input-placeholder,
.cid-tMmyPhZ1gg form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmyPhZ1gg form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-tMmyPhZ1gg form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tMmyPhZ1gg form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-tMmyPhZ1gg form .form-control-label {
  width: 100%;
}
.cid-tMmyPhZ1gg form .form-check-label {
  margin-bottom: 10px;
}
.cid-tMmyPhZ1gg form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tMmyPhZ1gg form .form-check-input:focus,
.cid-tMmyPhZ1gg form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-tMmyPhZ1gg form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-tMmyPhZ1gg .mbr-section-btn button {
  background-color: #5b9791 !important;
}
.cid-tK0mVT2VrP {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #187a7d;
}
.cid-tK0mVT2VrP .container-fluid {
  padding: 0;
}
.cid-tK0mVT2VrP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tK0mVT2VrP .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tK0mVT2VrP .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li {
  color: white !important;
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tK0mVT2VrP .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tK0mVT2VrP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tK0mVT2VrP .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tK0mVT2VrP .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tK0mVT2VrP .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tK0mVT2VrP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tK0mVT2VrP .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tK0mVT2VrP .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tK0mVT2VrP .copyright {
  margin: 0 60px;
  border-top: 1px solid #ffffff;
  padding: 26px 0;
}
.cid-tK0mVT2VrP .copyright .mbr-text {
  margin: 0;
}
.cid-tK0mVT2VrP .mbr-section-title,
.cid-tK0mVT2VrP .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tK0mVT2VrP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tK0mVT2VrP .foot-menu {
  color: #ffffff;
}
.cid-tK0mVT2VrP H5 {
  color: #ffffff;
}
.cid-tK0mVT2VrP li a {
  color: white !important;
}
.cid-tSRXNWlfMd.popup-builder {
  background-color: #ffffff;
}
.cid-tSRXNWlfMd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSRXNWlfMd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSRXNWlfMd .modal-content,
.cid-tSRXNWlfMd .modal-dialog {
  height: auto;
}
.cid-tSRXNWlfMd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSRXNWlfMd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSRXNWlfMd .form-wrapper .mbr-form .form-group,
  .cid-tSRXNWlfMd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSRXNWlfMd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSRXNWlfMd .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSRXNWlfMd .mbr-text {
  text-align: center;
}
.cid-tSRXNWlfMd .pt-0 {
  padding-top: 0 !important;
}
.cid-tSRXNWlfMd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSRXNWlfMd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSRXNWlfMd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSRXNWlfMd .modal-open {
  overflow: hidden;
}
.cid-tSRXNWlfMd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSRXNWlfMd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSRXNWlfMd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSRXNWlfMd .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tSRXNWlfMd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSRXNWlfMd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSRXNWlfMd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSRXNWlfMd .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tSRXNWlfMd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSRXNWlfMd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSRXNWlfMd .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSRXNWlfMd .modal-backdrop.show {
  opacity: .5;
}
.cid-tSRXNWlfMd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tSRXNWlfMd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRXNWlfMd .modal-header {
    padding: 1rem;
  }
}
.cid-tSRXNWlfMd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSRXNWlfMd .modal-header .close svg {
  fill: #353535;
}
.cid-tSRXNWlfMd .modal-header .close:hover {
  opacity: 1;
}
.cid-tSRXNWlfMd .modal-header .close:focus {
  outline: none;
}
.cid-tSRXNWlfMd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tSRXNWlfMd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSRXNWlfMd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRXNWlfMd .modal-body {
    padding: 1rem;
  }
}
.cid-tSRXNWlfMd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tSRXNWlfMd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRXNWlfMd .modal-footer {
    padding: 1rem;
  }
}
.cid-tSRXNWlfMd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSRXNWlfMd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSRXNWlfMd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSRXNWlfMd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSRXNWlfMd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSRXNWlfMd .modal-lg,
  .cid-tSRXNWlfMd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSRXNWlfMd .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSRXNWlfMd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSRXNWlfMd .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tSRXNWlfMd .form-group {
  margin-bottom: 1rem;
}
.cid-tSRXNWlfMd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSRXNWlfMd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSRXNWlfMd .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tSRXNWlfMd .mbr-section-btn {
  margin: 0;
}
.cid-tSRXNWlfMd .mbr-section-btn .btn {
  margin: 0;
}
.cid-tKo9LW2JPZ {
  z-index: 1000;
  width: 100%;
}
.cid-tKo9LW2JPZ .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tKo9LW2JPZ nav.navbar {
  position: fixed;
}
.cid-tKo9LW2JPZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKo9LW2JPZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKo9LW2JPZ .dropdown-item:hover,
.cid-tKo9LW2JPZ .dropdown-item:focus {
  background: #5b9791 !important;
  color: white !important;
}
.cid-tKo9LW2JPZ .dropdown-item:hover span {
  color: white;
}
.cid-tKo9LW2JPZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKo9LW2JPZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKo9LW2JPZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKo9LW2JPZ .nav-link {
  position: relative;
}
.cid-tKo9LW2JPZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tKo9LW2JPZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tKo9LW2JPZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKo9LW2JPZ .dropdown-menu,
.cid-tKo9LW2JPZ .navbar.opened {
  background: #ffffff !important;
}
.cid-tKo9LW2JPZ .nav-item:focus,
.cid-tKo9LW2JPZ .nav-link:focus {
  outline: none;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKo9LW2JPZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKo9LW2JPZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tKo9LW2JPZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tKo9LW2JPZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKo9LW2JPZ .navbar .navbar-logo img {
  width: auto;
  margin-right: -10px;
}
.cid-tKo9LW2JPZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKo9LW2JPZ .navbar.collapsed {
  justify-content: center;
}
.cid-tKo9LW2JPZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKo9LW2JPZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKo9LW2JPZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tKo9LW2JPZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKo9LW2JPZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKo9LW2JPZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKo9LW2JPZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKo9LW2JPZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKo9LW2JPZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKo9LW2JPZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKo9LW2JPZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tKo9LW2JPZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKo9LW2JPZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKo9LW2JPZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKo9LW2JPZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKo9LW2JPZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKo9LW2JPZ .dropdown-item.active,
.cid-tKo9LW2JPZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tKo9LW2JPZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKo9LW2JPZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKo9LW2JPZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKo9LW2JPZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKo9LW2JPZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKo9LW2JPZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKo9LW2JPZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #15a6aa;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKo9LW2JPZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKo9LW2JPZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKo9LW2JPZ .navbar {
    height: 70px;
  }
  .cid-tKo9LW2JPZ .navbar.opened {
    height: auto;
  }
  .cid-tKo9LW2JPZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKo9LW2JPZ img {
  cursor: pointer;
}
.cid-tKo9LW2JPZ #buscador {
  position: fixed;
  top: 0px;
  right: 8px;
}
@media screen and (max-device-width: 800px) {
  .cid-tKo9LW2JPZ #buscador {
    position: relative !important;
    margin: 10px !important;
    bottom: 5px !important;
  }
  .cid-tKo9LW2JPZ #searchButton {
    height: 40px;
    width: auto;
    margin-left: -40px;
    position: absolute;
  }
}
@media screen and (max-width: 800px) {
  .cid-tKo9LW2JPZ #buscador {
    margin: 10px !important;
    position: relative !important;
    bottom: 5px !important;
  }
}
.cid-tKo9LW2JPZ #searchButton {
  height: 40px;
  position: absolute;
  width: auto;
  margin-left: -40px;
}
.cid-tKo9LW2JPZ #cools {
  border-radius: 8px;
  background-color: #001d43 !important;
}
.cid-tKo9LW2JPZ #searchInput {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
}
.cid-tKo9LW2JPZ .container-fuild {
  margin-top: 15px;
}
.cid-tKo9LW2JPZ .navbar-collapse {
  margin-top: 35px;
}
.cid-tImIeeBW7o {
  background-image: url("../../../assets/images/op-balon-gastrico-adelgazar-obesidad-clinica-aevo-2000x1335.webp");
}
.cid-tImIeeBW7o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tImIeeBW7o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tImIeeBW7o .mbr-section-title {
  color: #326f71;
}
.cid-tImIeeBW7o .mbr-text {
  color: #FFFFFF;
  margin-top: 15px;
}
.cid-tImIeeBW7o .mbr-section-btn {
  margin-top: 30px;
}
.cid-tImIeeBW7o .mbr-text,
.cid-tImIeeBW7o .mbr-section-btn {
  color: #187a7d;
  text-align: left;
}
#custom-html-z2 img {
  border: 2px solid white;
  width: 60px;
  height: auto;
  position: fixed;
  top: 55%;
  right: 8px;
  z-index: 999999999999999999999999 !important;
  border-radius: 8px;
}
.cid-tImIef9d6e {
  padding-top: 150px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tImIef9d6e h3 {
  position: relative;
}
.cid-tImIef9d6e h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tImIef9d6e H3 {
  color: #15a6aa;
}
.cid-tImIef9d6e H1 {
  color: #879a9f;
}
.cid-tImIef9d6e .mbr-text,
.cid-tImIef9d6e .mbr-section-btn {
  color: #95cac5;
}
.cid-tImIef9d6e img {
  height: 20px;
  width: auto;
}
.cid-tLiiUOti23 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1-1920x1278.webp");
}
.cid-tLiiUOti23 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLiiUOti23 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLiiUOti23 .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-tLiiUOti23 .col {
    width: 40%;
  }
}
.cid-tLiiUOti23 .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tLiiUOti23 .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-tLiiUOti23 .card-wrapper h1,
.cid-tLiiUOti23 .card-wrapper h2,
.cid-tLiiUOti23 .card-wrapper p,
.cid-tLiiUOti23 .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-tLiiUOti23 .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #187a7d;
  opacity: 0.8;
}
.cid-tLiiUOti23 .mbr-section-title {
  color: #ffffff;
}
.cid-tLiiUOti23 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLiiUOti23 .mbr-text,
.cid-tLiiUOti23 .mbr-section-btn {
  color: #ffffff;
}
.cid-tLiqkJNWkY {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tLiqkJNWkY {
    padding-top: 2rem;
    padding-bottom: 0rem;
  }
}
.cid-tLiqkJNWkY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLiqkJNWkY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLiqkJNWkY .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tLiqkJNWkY .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-tLiqkJNWkY .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-tLiqkJNWkY .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tLiqkJNWkY .content-container {
    flex-wrap: wrap;
    padding: 0 20%;
  }
}
@media (max-width: 767px) {
  .cid-tLiqkJNWkY .content-container {
    padding: 0 20px;
  }
}
.cid-tLiqkJNWkY .img-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tLiqkJNWkY .img-container {
    width: 100%;
    background-color: transparent;
  }
}
.cid-tLiqkJNWkY .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-tLiqkJNWkY .image-wrapper img {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tLiqkJNWkY .image-wrapper img {
    max-width: 100%;
  }
}
.cid-tLiqkJNWkY .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 10% 0  10%;
  min-height: 630px;
  padding-top: 2rem;
  padding-bottom: 0rem;
}
@media (max-width: 991px) {
  .cid-tLiqkJNWkY .text-container {
    width: 100%;
    padding: 0;
    min-height: 0;
    margin-bottom: 40px;
  }
}
.cid-tLiqkJNWkY .mbr-section-title {
  color: #187a7d;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tLiqkJNWkY .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tLiqkJNWkY .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tLiqkJNWkY .mbr-text {
    text-align: center !important;
  }
}
.cid-tLiqkJNWkY .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-tLiqkJNWkY .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tLiqkJNWkY .mbr-text,
.cid-tLiqkJNWkY .mbr-section-btn {
  color: #000000;
}
.cid-tLivlpsKAg {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tLivlpsKAg {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-tLivlpsKAg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLivlpsKAg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLivlpsKAg .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tLivlpsKAg .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-tLivlpsKAg .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-tLivlpsKAg .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tLivlpsKAg .content-container {
    flex-wrap: wrap;
    padding: 0 20%;
  }
}
@media (max-width: 767px) {
  .cid-tLivlpsKAg .content-container {
    padding: 0 20px;
  }
}
.cid-tLivlpsKAg .img-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tLivlpsKAg .img-container {
    width: 100%;
    background-color: transparent;
  }
}
.cid-tLivlpsKAg .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-tLivlpsKAg .image-wrapper img {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tLivlpsKAg .image-wrapper img {
    max-width: 100%;
  }
}
.cid-tLivlpsKAg .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 10% 0  10%;
  min-height: 630px;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (max-width: 991px) {
  .cid-tLivlpsKAg .text-container {
    width: 100%;
    padding: 0;
    min-height: 0;
    margin-bottom: 40px;
  }
}
.cid-tLivlpsKAg .mbr-section-title {
  color: #212428;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tLivlpsKAg .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tLivlpsKAg .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tLivlpsKAg .mbr-text {
    text-align: center !important;
  }
}
.cid-tLivlpsKAg .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-tLivlpsKAg .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tLivlpsKAg .mbr-text,
.cid-tLivlpsKAg .mbr-section-btn {
  color: #000000;
}
.cid-tIEmXUIGPu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIEmXUIGPu .mbr-overlay {
  z-index: 1;
}
.cid-tIEmXUIGPu .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-tIEmXUIGPu .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-tIEmXUIGPu .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-tIEmXUIGPu .item-img:hover img {
  transform: scale(1);
}
.cid-tIEmXUIGPu .item-title {
  line-height: 1.25em;
  color: #808080;
}
.cid-tIEmXUIGPu .mbr-section-title {
  line-height: 1.25em;
}
.cid-tIEmXUIGPu .card-container {
  display: flex;
}
@media (max-width: 767px) {
  .cid-tIEmXUIGPu .card-container {
    flex-wrap: wrap;
  }
}
.cid-tIEmXUIGPu .card-container:first-child {
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 992px) {
  .cid-tIEmXUIGPu .card-container:first-child {
    border-bottom: none;
    border-right: 1px solid #7F8678;
  }
}
.cid-tIEmXUIGPu .card {
  padding: 60px 60px 23px;
  border-radius: 0;
}
@media (max-width: 575px) {
  .cid-tIEmXUIGPu .card {
    padding: 35px 35px 23px;
  }
}
.cid-tIEmXUIGPu .card:first-child {
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 768px) {
  .cid-tIEmXUIGPu .card:first-child {
    border-right: 1px solid #7F8678;
    border-bottom: none;
  }
}
.cid-tIEmXUIGPu .data-item {
  display: flex;
  align-items: center;
}
.cid-tIEmXUIGPu .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-tIEmXUIGPu .link-wrap {
  margin: 30px 0 6px;
}
.cid-tIEmXUIGPu .text-art {
  flex-grow: 1;
}
.cid-tLixDuZLTa {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #5b9791;
}
.cid-tLixDuZLTa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLixDuZLTa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLixDuZLTa .text-wrapper {
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-tLixDuZLTa .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tLixDuZLTa .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-tLixDuZLTa .image-wrapper {
  padding: 0;
}
.cid-tLixDuZLTa .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tLixDuZLTa .mbr-section-title {
  color: #187a7d;
}
.cid-tImIekDdBM {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tImIekDdBM .image-block {
  margin: auto;
}
.cid-tImIekDdBM .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tImIekDdBM .image-block {
    width: 100% !important;
  }
}
.cid-tImIekDdBM .container-fluid {
  padding: 0;
}
.cid-tImIel8PFp {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tImIel8PFp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tImIel8PFp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tImIel8PFp .mbr-section-title {
  color: #55b4d4;
  text-align: center;
}
.cid-tImIel8PFp .mbr-section-subtitle,
.cid-tImIel8PFp .mbr-section-btn {
  text-align: center;
}
.cid-tLiGqSirMf {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #001d43;
}
.cid-tLiGqSirMf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLiGqSirMf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLiGqSirMf .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLiGqSirMf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLiGqSirMf .container {
    padding: 0;
  }
}
.cid-tLiGqSirMf .row {
  justify-content: center;
}
.cid-tLiGqSirMf .title-wrapper {
  padding: 0 16px;
}
.cid-tLiGqSirMf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLiGqSirMf .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tLiGqSirMf .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tLiGqSirMf .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tLiGqSirMf .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #5b9791;
}
.cid-tLiGqSirMf .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tLiGqSirMf .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tLiGqSirMf .mbr-section-title,
.cid-tLiGqSirMf .mbr-iconfont {
  color: #ffffff;
}
.cid-tLiGqSirMf .mbr-section-title,
.cid-tLiGqSirMf .soc-wrapper {
  text-align: center;
}
.cid-tLiHPrXXXH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5b9791;
}
.cid-tLiHPrXXXH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLiHPrXXXH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLiHPrXXXH .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLiHPrXXXH .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLiHPrXXXH .container {
    padding: 0;
  }
}
.cid-tLiHPrXXXH .row {
  justify-content: center;
}
.cid-tLiHPrXXXH .title-wrapper {
  padding: 0 16px;
}
.cid-tLiHPrXXXH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLiHPrXXXH .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tLiHPrXXXH .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tLiHPrXXXH .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tLiHPrXXXH .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #001d43;
}
.cid-tLiHPrXXXH .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tLiHPrXXXH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tLiHPrXXXH .mbr-section-title,
.cid-tLiHPrXXXH .mbr-iconfont {
  color: #ffffff;
}
.cid-tLiHPrXXXH .mbr-section-title,
.cid-tLiHPrXXXH .soc-wrapper {
  text-align: center;
}
.cid-tMmz52pxIG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-3.webp");
}
.cid-tMmz52pxIG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-tMmz52pxIG .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tMmz52pxIG .mbr-section-title {
  color: #187a7d;
}
.cid-tMmz52pxIG .mbr-section-subtitle {
  color: #001d43;
  margin-top: 1rem;
}
.cid-tMmz52pxIG .form-container {
  display: flex;
  width: 100%;
}
.cid-tMmz52pxIG .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tMmz52pxIG form {
  width: 100%;
}
.cid-tMmz52pxIG form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tMmz52pxIG form h5 {
  margin: 40px 0 20px;
}
.cid-tMmz52pxIG form p {
  color: #45494E;
}
.cid-tMmz52pxIG form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-tMmz52pxIG form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-tMmz52pxIG form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-tMmz52pxIG form .form-control {
  height: 56px;
  border: none !important;
  border-bottom: 1px solid #A2A4A7 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: #45494E;
  font-weight: 400;
}
.cid-tMmz52pxIG form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmz52pxIG form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmz52pxIG form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmz52pxIG form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmz52pxIG form select {
  color: #A2A4A7 !important;
}
.cid-tMmz52pxIG form textarea {
  height: 250px !important;
}
.cid-tMmz52pxIG form input:active,
.cid-tMmz52pxIG form textarea:active,
.cid-tMmz52pxIG form input:focus,
.cid-tMmz52pxIG form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-tMmz52pxIG form input:active::-webkit-input-placeholder,
.cid-tMmz52pxIG form textarea:active::-webkit-input-placeholder,
.cid-tMmz52pxIG form input:focus::-webkit-input-placeholder,
.cid-tMmz52pxIG form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmz52pxIG form input:active::-moz-placeholder,
.cid-tMmz52pxIG form textarea:active::-moz-placeholder,
.cid-tMmz52pxIG form input:focus::-moz-placeholder,
.cid-tMmz52pxIG form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmz52pxIG form input:active:-moz-placeholder,
.cid-tMmz52pxIG form textarea:active:-moz-placeholder,
.cid-tMmz52pxIG form input:focus:-moz-placeholder,
.cid-tMmz52pxIG form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmz52pxIG form input:active:-ms-input-placeholder,
.cid-tMmz52pxIG form textarea:active:-ms-input-placeholder,
.cid-tMmz52pxIG form input:focus:-ms-input-placeholder,
.cid-tMmz52pxIG form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmz52pxIG form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-tMmz52pxIG form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tMmz52pxIG form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-tMmz52pxIG form .form-control-label {
  width: 100%;
}
.cid-tMmz52pxIG form .form-check-label {
  margin-bottom: 10px;
}
.cid-tMmz52pxIG form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tMmz52pxIG form .form-check-input:focus,
.cid-tMmz52pxIG form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-tMmz52pxIG form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-tMmz52pxIG .mbr-section-btn button {
  background-color: #5b9791 !important;
}
.cid-tK0mVT2VrP {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #187a7d;
}
.cid-tK0mVT2VrP .container-fluid {
  padding: 0;
}
.cid-tK0mVT2VrP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tK0mVT2VrP .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tK0mVT2VrP .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li {
  color: white !important;
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tK0mVT2VrP .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tK0mVT2VrP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tK0mVT2VrP .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tK0mVT2VrP .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tK0mVT2VrP .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tK0mVT2VrP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tK0mVT2VrP .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tK0mVT2VrP .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tK0mVT2VrP .copyright {
  margin: 0 60px;
  border-top: 1px solid #ffffff;
  padding: 26px 0;
}
.cid-tK0mVT2VrP .copyright .mbr-text {
  margin: 0;
}
.cid-tK0mVT2VrP .mbr-section-title,
.cid-tK0mVT2VrP .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tK0mVT2VrP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tK0mVT2VrP .foot-menu {
  color: #ffffff;
}
.cid-tK0mVT2VrP H5 {
  color: #ffffff;
}
.cid-tK0mVT2VrP li a {
  color: white !important;
}
.cid-tSRXNYnbPv.popup-builder {
  background-color: #ffffff;
}
.cid-tSRXNYnbPv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSRXNYnbPv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSRXNYnbPv .modal-content,
.cid-tSRXNYnbPv .modal-dialog {
  height: auto;
}
.cid-tSRXNYnbPv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSRXNYnbPv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSRXNYnbPv .form-wrapper .mbr-form .form-group,
  .cid-tSRXNYnbPv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSRXNYnbPv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSRXNYnbPv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSRXNYnbPv .mbr-text {
  text-align: center;
}
.cid-tSRXNYnbPv .pt-0 {
  padding-top: 0 !important;
}
.cid-tSRXNYnbPv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSRXNYnbPv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSRXNYnbPv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSRXNYnbPv .modal-open {
  overflow: hidden;
}
.cid-tSRXNYnbPv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSRXNYnbPv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSRXNYnbPv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSRXNYnbPv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tSRXNYnbPv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSRXNYnbPv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSRXNYnbPv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSRXNYnbPv .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tSRXNYnbPv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSRXNYnbPv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSRXNYnbPv .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSRXNYnbPv .modal-backdrop.show {
  opacity: .5;
}
.cid-tSRXNYnbPv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tSRXNYnbPv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRXNYnbPv .modal-header {
    padding: 1rem;
  }
}
.cid-tSRXNYnbPv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSRXNYnbPv .modal-header .close svg {
  fill: #353535;
}
.cid-tSRXNYnbPv .modal-header .close:hover {
  opacity: 1;
}
.cid-tSRXNYnbPv .modal-header .close:focus {
  outline: none;
}
.cid-tSRXNYnbPv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tSRXNYnbPv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSRXNYnbPv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRXNYnbPv .modal-body {
    padding: 1rem;
  }
}
.cid-tSRXNYnbPv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tSRXNYnbPv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRXNYnbPv .modal-footer {
    padding: 1rem;
  }
}
.cid-tSRXNYnbPv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSRXNYnbPv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSRXNYnbPv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSRXNYnbPv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSRXNYnbPv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSRXNYnbPv .modal-lg,
  .cid-tSRXNYnbPv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSRXNYnbPv .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSRXNYnbPv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSRXNYnbPv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tSRXNYnbPv .form-group {
  margin-bottom: 1rem;
}
.cid-tSRXNYnbPv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSRXNYnbPv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSRXNYnbPv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tSRXNYnbPv .mbr-section-btn {
  margin: 0;
}
.cid-tSRXNYnbPv .mbr-section-btn .btn {
  margin: 0;
}
.cid-tKo9LW2JPZ {
  z-index: 1000;
  width: 100%;
}
.cid-tKo9LW2JPZ .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tKo9LW2JPZ nav.navbar {
  position: fixed;
}
.cid-tKo9LW2JPZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKo9LW2JPZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKo9LW2JPZ .dropdown-item:hover,
.cid-tKo9LW2JPZ .dropdown-item:focus {
  background: #5b9791 !important;
  color: white !important;
}
.cid-tKo9LW2JPZ .dropdown-item:hover span {
  color: white;
}
.cid-tKo9LW2JPZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKo9LW2JPZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKo9LW2JPZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKo9LW2JPZ .nav-link {
  position: relative;
}
.cid-tKo9LW2JPZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tKo9LW2JPZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tKo9LW2JPZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKo9LW2JPZ .dropdown-menu,
.cid-tKo9LW2JPZ .navbar.opened {
  background: #ffffff !important;
}
.cid-tKo9LW2JPZ .nav-item:focus,
.cid-tKo9LW2JPZ .nav-link:focus {
  outline: none;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKo9LW2JPZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKo9LW2JPZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tKo9LW2JPZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tKo9LW2JPZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKo9LW2JPZ .navbar .navbar-logo img {
  width: auto;
  margin-right: -10px;
}
.cid-tKo9LW2JPZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKo9LW2JPZ .navbar.collapsed {
  justify-content: center;
}
.cid-tKo9LW2JPZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKo9LW2JPZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKo9LW2JPZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tKo9LW2JPZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKo9LW2JPZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKo9LW2JPZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKo9LW2JPZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKo9LW2JPZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKo9LW2JPZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKo9LW2JPZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKo9LW2JPZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tKo9LW2JPZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKo9LW2JPZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKo9LW2JPZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKo9LW2JPZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKo9LW2JPZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKo9LW2JPZ .dropdown-item.active,
.cid-tKo9LW2JPZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tKo9LW2JPZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKo9LW2JPZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKo9LW2JPZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKo9LW2JPZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKo9LW2JPZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKo9LW2JPZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKo9LW2JPZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #15a6aa;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKo9LW2JPZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKo9LW2JPZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKo9LW2JPZ .navbar {
    height: 70px;
  }
  .cid-tKo9LW2JPZ .navbar.opened {
    height: auto;
  }
  .cid-tKo9LW2JPZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKo9LW2JPZ img {
  cursor: pointer;
}
.cid-tKo9LW2JPZ #buscador {
  position: fixed;
  top: 0px;
  right: 8px;
}
@media screen and (max-device-width: 800px) {
  .cid-tKo9LW2JPZ #buscador {
    position: relative !important;
    margin: 10px !important;
    bottom: 5px !important;
  }
  .cid-tKo9LW2JPZ #searchButton {
    height: 40px;
    width: auto;
    margin-left: -40px;
    position: absolute;
  }
}
@media screen and (max-width: 800px) {
  .cid-tKo9LW2JPZ #buscador {
    margin: 10px !important;
    position: relative !important;
    bottom: 5px !important;
  }
}
.cid-tKo9LW2JPZ #searchButton {
  height: 40px;
  position: absolute;
  width: auto;
  margin-left: -40px;
}
.cid-tKo9LW2JPZ #cools {
  border-radius: 8px;
  background-color: #001d43 !important;
}
.cid-tKo9LW2JPZ #searchInput {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
}
.cid-tKo9LW2JPZ .container-fuild {
  margin-top: 15px;
}
.cid-tKo9LW2JPZ .navbar-collapse {
  margin-top: 35px;
}
#custom-html-14w video {
  margin-top: 110px;
  width: 100%;
  height: auto;
  margin-bottom: -8px;
}
.cid-tLC2o39wtS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #5d9ed9;
}
.cid-tLC2o39wtS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLC2o39wtS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLC2o39wtS .mbr-text,
.cid-tLC2o39wtS .mbr-section-btn {
  color: #f7f7f7;
}
.cid-tLC3od12F9 {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #011542;
}
.cid-tLC3od12F9 h3 {
  position: relative;
}
.cid-tLC3od12F9 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tLC3od12F9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLC3od12F9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLC3od12F9 H3 {
  color: #ffffff;
}
.cid-tLC3od12F9 H1 {
  color: #ffffff;
}
.cid-tLC40hR0GQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLC40hR0GQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLC40hR0GQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLC40hR0GQ .nav-tabs .nav-item.open .nav-link:focus,
.cid-tLC40hR0GQ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tLC40hR0GQ .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #011542;
}
@media (max-width: 767px) {
  .cid-tLC40hR0GQ .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tLC40hR0GQ .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tLC40hR0GQ .nav-tabs .nav-link:not(.active) {
  color: #5d9ed9;
}
.cid-tLC40hR0GQ .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tLC40hR0GQ .nav-link,
.cid-tLC40hR0GQ .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tLC40hR0GQ .nav-tabs .nav-link.active {
  color: #011542;
  border-bottom: 3px solid #011542;
}
.cid-tLC40hR0GQ H4 {
  text-align: center;
}
.cid-tLC40hR0GQ H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tLC40hR0GQ P {
  color: #212428;
}
#custom-html-z6 img {
  border: 2px solid white;
  width: 60px;
  height: auto;
  position: fixed;
  top: 55%;
  right: 8px;
  z-index: 999999999999999999999999 !important;
  border-radius: 8px;
}
#custom-html-14d img {
  width: 100%;
  height: auto;
}
.cid-tLCc6kZJhQ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tLCc6kZJhQ .display-1 {
    letter-spacing: -6px;
  }
}
.cid-tLCc6kZJhQ p {
  margin: 0;
}
.cid-tLCc6kZJhQ .display-1 {
  line-height: 1;
}
.cid-tLCc6kZJhQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLCc6kZJhQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLCn6t4hvq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5d9ed9;
  background-image: linear-gradient(180deg, #5d9ed9 0, #001d43 100%);
}
.cid-tLCn6t4hvq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLCn6t4hvq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLCn6t4hvq .container-fluid {
  padding: 0;
}
.cid-tLCn6t4hvq .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 25px 60px;
}
.cid-tLCn6t4hvq .card-wrapper .image-wrapper {
  width: 39.3vw;
  height: auto;
  border-radius: 9.28vw;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tLCn6t4hvq .card-wrapper .image-wrapper {
    display: none;
  }
}
.cid-tLCn6t4hvq .card-wrapper .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLCn6t4hvq .card-title {
  width: 100%;
  margin-bottom: 3.857vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-tLCn6t4hvq .card-title {
    width: 100%;
    margin-bottom: 0;
  }
}
.cid-tLCn6t4hvq .mbr-text {
  position: relative;
  width: 23.22vw;
  margin-bottom: 0;
  margin-top: 4.71vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-tLCn6t4hvq .mbr-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tLCn6t4hvq .mbr-text {
    margin-top: 40px;
  }
}
.cid-tLCn6t4hvq .mbr-section-btn {
  margin-top: 3vw;
}
@media (max-width: 991px) {
  .cid-tLCn6t4hvq .mbr-section-btn {
    margin-top: 3.51vw;
  }
}
@media (max-width: 767px) {
  .cid-tLCn6t4hvq .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tLCn6t4hvq .mbr-section-btn .btn-white-outline {
  position: relative;
  padding: 15px;
  min-width: 10.57vw;
  min-height: 10.57vw;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  border: none;
}
@media (max-width: 991px) {
  .cid-tLCn6t4hvq .mbr-section-btn .btn-white-outline {
    min-width: 148px;
    min-height: 148px;
  }
}
.cid-tLCn6t4hvq .mbr-section-btn .btn-white-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-tLCn6t4hvq .mbr-section-btn .btn-white-outline:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.cid-tLCn6t4hvq .image-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tLCn6t4hvq .image-wrapper {
    display: none;
  }
}
.cid-tLCn6t4hvq .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tLCbGn7fau {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLCbGn7fau .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLCbGn7fau .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLCbGn7fau .nav-tabs .nav-item.open .nav-link:focus,
.cid-tLCbGn7fau .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tLCbGn7fau .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tLCbGn7fau .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tLCbGn7fau .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tLCbGn7fau .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tLCbGn7fau .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tLCbGn7fau .nav-link,
.cid-tLCbGn7fau .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tLCbGn7fau .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tLCbGn7fau H4 {
  text-align: center;
}
.cid-tLCbGn7fau H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tLCbGn7fau P {
  color: #212428;
}
.cid-tIowC8U6t9 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #001d43;
}
.cid-tIowC8U6t9 h3 {
  position: relative;
}
.cid-tIowC8U6t9 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tIowC8U6t9 H3 {
  color: #ffffff;
}
.cid-tIowC8U6t9 H1 {
  color: #ffffff;
}
.cid-tIowC8U6t9 .mbr-text,
.cid-tIowC8U6t9 .mbr-section-btn {
  color: #ffffff;
}
.cid-tIowC8U6t9 img {
  height: 60px;
  width: auto;
}
.cid-tLCcWopX95 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tLCcWopX95 .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tLCcWopX95 .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tLCcWopX95 .card-wrap {
  background: #011542;
  border-radius: 30px;
  height: 100%;
}
.cid-tLCcWopX95 .card-wrap .content-wrap {
  padding: 44px 40px;
}
@media (max-width: 991px) {
  .cid-tLCcWopX95 .card-wrap .content-wrap {
    padding: 3rem 1rem;
  }
}
.cid-tLCcWopX95 .numb {
  height: 100px;
  width: 100px;
  border: 2px solid;
}
.cid-tLCcWopX95 .mbr-section-title {
  text-align: center;
  color: #5d9ed9;
}
.cid-tLCcWopX95 .card-text {
  color: #5d9ed9;
}
.cid-tLClMNTtcE {
  background-color: #ffffff !important;
  border: 18px solid #ffffff;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tLClMNTtcE {
    border: 8px solid #ffffff;
    margin-top: -8px;
  }
}
.cid-tLClMNTtcE .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tLClMNTtcE .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tLClMNTtcE .row {
  position: relative;
  padding: 0 28px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #011542;
}
.cid-tLClMNTtcE .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLClMNTtcE .row .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-tLClMNTtcE .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tLClMNTtcE .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-tLClMNTtcE .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tLClMNTtcE .card {
  padding: 0 6px;
}
@media (max-width: 992px) {
  .cid-tLClMNTtcE .card {
    padding: 0 12px;
    margin-bottom: 24px;
  }
}
.cid-tLClMNTtcE .card .card-wrapper {
  padding: 26px;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-tLClMNTtcE .card .card-wrapper {
    padding: 30px 15px;
    margin-bottom: 16px;
    min-height: 300px;
  }
}
.cid-tLClMNTtcE .card .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 72px;
  display: inline-flex;
  color: #5d9ed9;
}
.cid-tLClMNTtcE .card .card-wrapper .mbr-card-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tLClMNTtcE .card .card-wrapper .mbr-card-title {
    margin-bottom: 15px;
  }
}
.cid-tLClMNTtcE .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tLClMNTtcE .mbr-section-title {
  color: #ffffff;
}
.cid-tLClMNTtcE .mbr-card-title {
  color: #ed2c03;
}
.cid-tLClMNTtcE .mbr-text {
  color: #000000;
}
.cid-tLClMNTtcE .mbr-card-title,
.cid-tLClMNTtcE .icon-wrapper {
  color: #011542;
}
.cid-tIsNM7gyUT {
  padding-top: 165px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tIsNM7gyUT .card-subtitle {
  margin: 0;
}
.cid-tIsNM7gyUT .row {
  padding: 0 0.5rem;
  justify-content: center;
}
.cid-tIsNM7gyUT .card {
  padding: 0.5rem;
}
.cid-tIsNM7gyUT img {
  object-fit: cover;
  height: 100%;
}
.cid-tIsNM7gyUT h4 {
  margin: 0;
}
.cid-tIsNM7gyUT .card-img {
  height: 550px;
}
.cid-tIsNM7gyUT h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tIsNM7gyUT h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
@media (max-width: 992px) {
  .cid-tIsNM7gyUT .card-img {
    height: 350px;
  }
}
.cid-tIsNM7gyUT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsNM7gyUT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIsNM7gyUT H1 {
  color: #5d9ed9;
}
.cid-tIsNM7gyUT .mbr-section-subtitle,
.cid-tIsNM7gyUT .title-align {
  color: #495dff;
}
.cid-tIsPHgs09C {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tIsPHgs09C .card-subtitle {
  margin: 0;
}
.cid-tIsPHgs09C .row {
  padding: 0 0.5rem;
  justify-content: center;
}
.cid-tIsPHgs09C .card {
  padding: 0.5rem;
}
.cid-tIsPHgs09C img {
  object-fit: cover;
  height: 100%;
}
.cid-tIsPHgs09C h4 {
  margin: 0;
}
.cid-tIsPHgs09C .card-img {
  height: 550px;
}
.cid-tIsPHgs09C h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tIsPHgs09C h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
@media (max-width: 992px) {
  .cid-tIsPHgs09C .card-img {
    height: 350px;
  }
}
.cid-tIsPHgs09C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsPHgs09C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIsPHgs09C H1 {
  color: #495dff;
}
.cid-tIsPHgs09C .mbr-section-subtitle,
.cid-tIsPHgs09C .title-align {
  color: #495dff;
}
.cid-tICyG47uJn {
  padding-top: 180px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/detalle-coolspace-centros-de-clinicas-aevo-01-op-2000x1500.webp");
}
.cid-tICyG47uJn h3 {
  position: relative;
}
.cid-tICyG47uJn h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tICyG47uJn svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-tICyG47uJn g rect {
  fill: #3d65c1;
}
.cid-tICyG47uJn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tICyG47uJn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIEHL5P4tc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tIEHL5P4tc .display-1 {
    letter-spacing: -6px;
  }
}
.cid-tIEHL5P4tc p {
  margin: 0;
}
.cid-tIEHL5P4tc .display-1 {
  line-height: 1;
}
.cid-tIEHL5P4tc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIEHL5P4tc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIEHL5P4tc H1 {
  color: #3d65c1;
}
.cid-tIEsZRNpk7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tIEsZRNpk7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIEsZRNpk7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIEsZRNpk7 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIEsZRNpk7 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tIEsZRNpk7 .container {
    padding: 0;
  }
}
.cid-tIEsZRNpk7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tIEsZRNpk7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tIEsZRNpk7 .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tIEsZRNpk7 .embla__slide a .card-wrap {
  width: 100%;
}
.cid-tIEsZRNpk7 .embla__slide a .card-wrap .item-wrapper .image-wrap {
  position: relative;
  height: 630px;
}
@media (max-width: 768px) {
  .cid-tIEsZRNpk7 .embla__slide a .card-wrap .item-wrapper .image-wrap {
    height: 450px;
  }
}
.cid-tIEsZRNpk7 .embla__slide a .card-wrap .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tIEsZRNpk7 .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
}
.cid-tIEsZRNpk7 .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .mbr-box {
  width: 115px;
  height: 115px;
  background-color: #235d81;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tIEsZRNpk7 .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .mbr-box {
    height: 50px;
    width: 50px;
  }
}
.cid-tIEsZRNpk7 .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .mbr-section-title {
  padding: 22px 16px;
  margin-bottom: 0;
}
.cid-tIEsZRNpk7 .embla__button--next,
.cid-tIEsZRNpk7 .embla__button--prev {
  display: flex;
}
.cid-tIEsZRNpk7 .embla__button {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: #ffffff;
  color: #011542;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tIEsZRNpk7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tIEsZRNpk7 .embla__button:hover {
  background-color: #ffffff;
  color: #011542;
}
.cid-tIEsZRNpk7 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-tIEsZRNpk7 .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tIEsZRNpk7 .embla__button {
    top: 50%;
    width: 48px;
    height: 48px;
  }
}
.cid-tIEsZRNpk7 .embla {
  position: relative;
  width: 100%;
}
.cid-tIEsZRNpk7 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tIEsZRNpk7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tIEsZRNpk7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tIEsZRNpk7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tIEsZRNpk7 .mbr-section-title {
  color: #ffffff;
}
.cid-tIEsZRNpk7 .mbr-box {
  color: #ffffff;
}
.cid-tIoNDX75yF {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIoNDX75yF .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #5b9791;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-tIoNDX75yF .panel-group {
  border: none;
}
.cid-tIoNDX75yF .panel-collapse {
  padding: 0 2rem;
}
.cid-tIoNDX75yF .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-tIoNDX75yF .panel-body,
.cid-tIoNDX75yF .card-header {
  padding: 1rem 0;
}
.cid-tIoNDX75yF .panel-title-edit {
  color: #5d9ed9;
}
.cid-tIoNDX75yF .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-tIoNDX75yF .card {
  overflow: visible;
}
.cid-tIoNDX75yF .panel-text {
  color: #011542;
}
.cid-tIoNDX75yF H3 {
  color: #149dcc;
}
.cid-tLiTCwfXUU {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #001d43;
}
.cid-tLiTCwfXUU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLiTCwfXUU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLiTCwfXUU .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLiTCwfXUU .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLiTCwfXUU .container {
    padding: 0;
  }
}
.cid-tLiTCwfXUU .row {
  justify-content: center;
}
.cid-tLiTCwfXUU .title-wrapper {
  padding: 0 16px;
}
.cid-tLiTCwfXUU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLiTCwfXUU .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tLiTCwfXUU .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tLiTCwfXUU .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tLiTCwfXUU .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #5b9791;
}
.cid-tLiTCwfXUU .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tLiTCwfXUU .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tLiTCwfXUU .mbr-section-title,
.cid-tLiTCwfXUU .mbr-iconfont {
  color: #ffffff;
}
.cid-tLiTCwfXUU .mbr-section-title,
.cid-tLiTCwfXUU .soc-wrapper {
  text-align: center;
}
.cid-tLiTBXgQkC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5b9791;
}
.cid-tLiTBXgQkC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLiTBXgQkC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLiTBXgQkC .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLiTBXgQkC .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLiTBXgQkC .container {
    padding: 0;
  }
}
.cid-tLiTBXgQkC .row {
  justify-content: center;
}
.cid-tLiTBXgQkC .title-wrapper {
  padding: 0 16px;
}
.cid-tLiTBXgQkC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLiTBXgQkC .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tLiTBXgQkC .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tLiTBXgQkC .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tLiTBXgQkC .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #001d43;
}
.cid-tLiTBXgQkC .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tLiTBXgQkC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tLiTBXgQkC .mbr-section-title,
.cid-tLiTBXgQkC .mbr-iconfont {
  color: #ffffff;
}
.cid-tLiTBXgQkC .mbr-section-title,
.cid-tLiTBXgQkC .soc-wrapper {
  text-align: center;
}
.cid-tMmzl1motB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-3.webp");
}
.cid-tMmzl1motB .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-tMmzl1motB .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tMmzl1motB .mbr-section-title {
  color: #187a7d;
}
.cid-tMmzl1motB .mbr-section-subtitle {
  color: #001d43;
  margin-top: 1rem;
}
.cid-tMmzl1motB .form-container {
  display: flex;
  width: 100%;
}
.cid-tMmzl1motB .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tMmzl1motB form {
  width: 100%;
}
.cid-tMmzl1motB form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tMmzl1motB form h5 {
  margin: 40px 0 20px;
}
.cid-tMmzl1motB form p {
  color: #45494E;
}
.cid-tMmzl1motB form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-tMmzl1motB form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-tMmzl1motB form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-tMmzl1motB form .form-control {
  height: 56px;
  border: none !important;
  border-bottom: 1px solid #A2A4A7 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: #45494E;
  font-weight: 400;
}
.cid-tMmzl1motB form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmzl1motB form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmzl1motB form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmzl1motB form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmzl1motB form select {
  color: #A2A4A7 !important;
}
.cid-tMmzl1motB form textarea {
  height: 250px !important;
}
.cid-tMmzl1motB form input:active,
.cid-tMmzl1motB form textarea:active,
.cid-tMmzl1motB form input:focus,
.cid-tMmzl1motB form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-tMmzl1motB form input:active::-webkit-input-placeholder,
.cid-tMmzl1motB form textarea:active::-webkit-input-placeholder,
.cid-tMmzl1motB form input:focus::-webkit-input-placeholder,
.cid-tMmzl1motB form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmzl1motB form input:active::-moz-placeholder,
.cid-tMmzl1motB form textarea:active::-moz-placeholder,
.cid-tMmzl1motB form input:focus::-moz-placeholder,
.cid-tMmzl1motB form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmzl1motB form input:active:-moz-placeholder,
.cid-tMmzl1motB form textarea:active:-moz-placeholder,
.cid-tMmzl1motB form input:focus:-moz-placeholder,
.cid-tMmzl1motB form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmzl1motB form input:active:-ms-input-placeholder,
.cid-tMmzl1motB form textarea:active:-ms-input-placeholder,
.cid-tMmzl1motB form input:focus:-ms-input-placeholder,
.cid-tMmzl1motB form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmzl1motB form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-tMmzl1motB form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tMmzl1motB form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-tMmzl1motB form .form-control-label {
  width: 100%;
}
.cid-tMmzl1motB form .form-check-label {
  margin-bottom: 10px;
}
.cid-tMmzl1motB form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tMmzl1motB form .form-check-input:focus,
.cid-tMmzl1motB form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-tMmzl1motB form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-tMmzl1motB .mbr-section-btn button {
  background-color: #5b9791 !important;
}
.cid-tKETjNDlxI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tKETjNDlxI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKETjNDlxI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKETjNDlxI .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tKETjNDlxI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tKETjNDlxI .container {
    padding: 0 16px;
  }
}
.cid-tKETjNDlxI .row {
  padding: 90px 60px;
  border-radius: 40px;
  background-color: #eff1f2;
}
@media (max-width: 992px) {
  .cid-tKETjNDlxI .row {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-tKETjNDlxI .row {
    padding: 20px 16px;
  }
}
.cid-tKETjNDlxI .row .image-wrapper img {
  height: 440px;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tKETjNDlxI .row .image-wrapper img {
    height: 300px;
  }
}
.cid-tKETjNDlxI iframe h2 {
  font-size: 12px !important;
}
.cid-tK0mVT2VrP {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #187a7d;
}
.cid-tK0mVT2VrP .container-fluid {
  padding: 0;
}
.cid-tK0mVT2VrP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tK0mVT2VrP .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tK0mVT2VrP .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li {
  color: white !important;
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tK0mVT2VrP .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tK0mVT2VrP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tK0mVT2VrP .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tK0mVT2VrP .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tK0mVT2VrP .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tK0mVT2VrP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tK0mVT2VrP .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tK0mVT2VrP .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tK0mVT2VrP .copyright {
  margin: 0 60px;
  border-top: 1px solid #ffffff;
  padding: 26px 0;
}
.cid-tK0mVT2VrP .copyright .mbr-text {
  margin: 0;
}
.cid-tK0mVT2VrP .mbr-section-title,
.cid-tK0mVT2VrP .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tK0mVT2VrP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tK0mVT2VrP .foot-menu {
  color: #ffffff;
}
.cid-tK0mVT2VrP H5 {
  color: #ffffff;
}
.cid-tK0mVT2VrP li a {
  color: white !important;
}
.cid-tKo9LW2JPZ {
  z-index: 1000;
  width: 100%;
}
.cid-tKo9LW2JPZ .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tKo9LW2JPZ nav.navbar {
  position: fixed;
}
.cid-tKo9LW2JPZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKo9LW2JPZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKo9LW2JPZ .dropdown-item:hover,
.cid-tKo9LW2JPZ .dropdown-item:focus {
  background: #5b9791 !important;
  color: white !important;
}
.cid-tKo9LW2JPZ .dropdown-item:hover span {
  color: white;
}
.cid-tKo9LW2JPZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKo9LW2JPZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKo9LW2JPZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKo9LW2JPZ .nav-link {
  position: relative;
}
.cid-tKo9LW2JPZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tKo9LW2JPZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tKo9LW2JPZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKo9LW2JPZ .dropdown-menu,
.cid-tKo9LW2JPZ .navbar.opened {
  background: #ffffff !important;
}
.cid-tKo9LW2JPZ .nav-item:focus,
.cid-tKo9LW2JPZ .nav-link:focus {
  outline: none;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKo9LW2JPZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKo9LW2JPZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tKo9LW2JPZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tKo9LW2JPZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKo9LW2JPZ .navbar .navbar-logo img {
  width: auto;
  margin-right: -10px;
}
.cid-tKo9LW2JPZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKo9LW2JPZ .navbar.collapsed {
  justify-content: center;
}
.cid-tKo9LW2JPZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKo9LW2JPZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKo9LW2JPZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tKo9LW2JPZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKo9LW2JPZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKo9LW2JPZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKo9LW2JPZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKo9LW2JPZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKo9LW2JPZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKo9LW2JPZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKo9LW2JPZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tKo9LW2JPZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKo9LW2JPZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKo9LW2JPZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKo9LW2JPZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKo9LW2JPZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKo9LW2JPZ .dropdown-item.active,
.cid-tKo9LW2JPZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tKo9LW2JPZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKo9LW2JPZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKo9LW2JPZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKo9LW2JPZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKo9LW2JPZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKo9LW2JPZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKo9LW2JPZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #15a6aa;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKo9LW2JPZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKo9LW2JPZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKo9LW2JPZ .navbar {
    height: 70px;
  }
  .cid-tKo9LW2JPZ .navbar.opened {
    height: auto;
  }
  .cid-tKo9LW2JPZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKo9LW2JPZ img {
  cursor: pointer;
}
.cid-tKo9LW2JPZ #buscador {
  position: fixed;
  top: 0px;
  right: 8px;
}
@media screen and (max-device-width: 800px) {
  .cid-tKo9LW2JPZ #buscador {
    position: relative !important;
    margin: 10px !important;
    bottom: 5px !important;
  }
  .cid-tKo9LW2JPZ #searchButton {
    height: 40px;
    width: auto;
    margin-left: -40px;
    position: absolute;
  }
}
@media screen and (max-width: 800px) {
  .cid-tKo9LW2JPZ #buscador {
    margin: 10px !important;
    position: relative !important;
    bottom: 5px !important;
  }
}
.cid-tKo9LW2JPZ #searchButton {
  height: 40px;
  position: absolute;
  width: auto;
  margin-left: -40px;
}
.cid-tKo9LW2JPZ #cools {
  border-radius: 8px;
  background-color: #001d43 !important;
}
.cid-tKo9LW2JPZ #searchInput {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
}
.cid-tKo9LW2JPZ .container-fuild {
  margin-top: 15px;
}
.cid-tKo9LW2JPZ .navbar-collapse {
  margin-top: 35px;
}
#custom-html-g4 video {
  width: 100%;
  height: auto;
}
#custom-html-yz img {
  border: 2px solid white;
  width: 60px;
  height: auto;
  position: fixed;
  top: 55%;
  right: 8px;
  z-index: 999999999999999999999999 !important;
  border-radius: 8px;
}
.cid-tJODQfk85C {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tJODQfk85C h3 {
  position: relative;
}
.cid-tJODQfk85C h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tJODQfk85C H3 {
  color: #15a6aa;
}
.cid-tJODQfk85C H1 {
  color: #187a7d;
}
.cid-tJODQfk85C .mbr-text,
.cid-tJODQfk85C .mbr-section-btn {
  color: #000000;
}
.cid-tJODQfk85C img {
  height: 20px;
  width: auto;
}
.cid-tKEHFrsZYJ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tKEHFrsZYJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKEHFrsZYJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKEHFrsZYJ .text-container {
  background-color: #187a7d;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tKEHFrsZYJ .text-container {
    margin: 0 5%;
  }
}
.cid-tKEHFrsZYJ .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tKEHFrsZYJ .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tKEHFrsZYJ .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tKEHFrsZYJ .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tKEHFrsZYJ .mbr-text {
  color: #e8e8e8;
}
.cid-tKEHFrsZYJ .mbr-desc,
.cid-tKEHFrsZYJ .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tKEHFrsZYJ .mbr-text,
.cid-tKEHFrsZYJ .text-container {
  text-align: center;
}
.cid-tLXHb0nCdc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tLXHb0nCdc .card-box {
  z-index: 10;
  position: relative;
}
.cid-tLXHb0nCdc .container-fluid {
  padding: 0;
}
.cid-tLXHb0nCdc h5 {
  margin: 0;
}
.cid-tLXHb0nCdc h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tLXHb0nCdc h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tLXHb0nCdc .card {
  margin: auto;
  min-height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-tLXHb0nCdc .card:hover {
  z-index: 99;
}
.cid-tLXHb0nCdc .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-tLXHb0nCdc .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-tLXHb0nCdc .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-tLXHb0nCdc .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-tLXHb0nCdc .card1 {
  background-image: url("../../../assets/images/img-e425bc77aa5d-1-555x555.webp");
  z-index: 4;
  transform: rotateY(15deg);
}
.cid-tLXHb0nCdc .card2 {
  background-image: url("../../../assets/images/retrato-bella-joven-adulta-feliz-clinica-aevo-copia-1322x1287.webp");
  z-index: 3;
}
.cid-tLXHb0nCdc .card3 {
  background-image: url("../../../assets/images/img-ef66e5f07850-1-1080x1080.webp");
  z-index: 2;
  transform: rotateY(-15deg);
}
.cid-tLXHb0nCdc h4 {
  background-color: #187a7d;
  border-radius: 6px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 5px;
}
.cid-tLXHb0nCdc .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-tLXHb0nCdc .card-box {
    text-align: center;
  }
}
.cid-tLXHb0nCdc .mbr-text {
  color: #cccccc;
}
.cid-tLXHb0nCdc .card-date {
  color: #cccccc;
}
.cid-tLXHb0nCdc H1 {
  color: #000000;
}
.cid-tLXHb0nCdc .mbr-section-subtitle,
.cid-tLXHb0nCdc .title-align {
  color: #000000;
}
.cid-tLXHb0nCdc .card-title,
.cid-tLXHb0nCdc .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tKnnVOAtdN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKnnVOAtdN .card-box {
  z-index: 10;
  position: relative;
}
.cid-tKnnVOAtdN .container-fluid {
  padding: 0;
}
.cid-tKnnVOAtdN h5 {
  margin: 0;
}
.cid-tKnnVOAtdN h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tKnnVOAtdN h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tKnnVOAtdN .card {
  margin: auto;
  min-height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-tKnnVOAtdN .card:hover {
  z-index: 99;
}
.cid-tKnnVOAtdN .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-tKnnVOAtdN .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-tKnnVOAtdN .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-tKnnVOAtdN .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-tKnnVOAtdN .card1 {
  background-image: url("../../../assets/images/skin-detox-1080x1080.webp");
  z-index: 4;
  transform: rotateY(15deg);
}
.cid-tKnnVOAtdN .card2 {
  background-image: url("../../../assets/images/higiene-esencial1-1080x1080.webp");
  z-index: 3;
}
.cid-tKnnVOAtdN .card3 {
  background-image: url("../../../assets/images/rostro-mujer-muy-hermosa-orquidea-blanca-su-hombro-1-600x399.webp");
  z-index: 2;
  transform: rotateY(-15deg);
}
.cid-tKnnVOAtdN h4 {
  background-color: #187a7d;
  border-radius: 6px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 5px;
}
.cid-tKnnVOAtdN .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-tKnnVOAtdN .card-box {
    text-align: center;
  }
}
.cid-tKnnVOAtdN .mbr-text {
  color: #cccccc;
}
.cid-tKnnVOAtdN .card-date {
  color: #cccccc;
}
.cid-tKnnVOAtdN H1 {
  color: #000000;
}
.cid-tKnnVOAtdN .mbr-section-subtitle,
.cid-tKnnVOAtdN .title-align {
  color: #000000;
}
.cid-tKnnVOAtdN .card-title,
.cid-tKnnVOAtdN .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tLXBAGmTrf {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tLXBAGmTrf .card-box {
  z-index: 10;
  position: relative;
}
.cid-tLXBAGmTrf .container-fluid {
  padding: 0;
}
.cid-tLXBAGmTrf h5 {
  margin: 0;
}
.cid-tLXBAGmTrf h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tLXBAGmTrf h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tLXBAGmTrf .card {
  margin: auto;
  min-height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-tLXBAGmTrf .card:hover {
  z-index: 99;
}
.cid-tLXBAGmTrf .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-tLXBAGmTrf .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-tLXBAGmTrf .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-tLXBAGmTrf .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-tLXBAGmTrf .card1 {
  background-image: url("../../../assets/images/tratamiento-facial-555x555.webp");
  z-index: 4;
  transform: rotateY(15deg);
}
.cid-tLXBAGmTrf .card2 {
  background-image: url("../../../assets/images/micropigmentacion-1080x1080.webp");
  z-index: 3;
}
.cid-tLXBAGmTrf .card3 {
  background-image: url("../../../assets/images/diamond-renewal2-555x555.webp");
  z-index: 2;
  transform: rotateY(-15deg);
}
.cid-tLXBAGmTrf h4 {
  background-color: #187a7d;
  border-radius: 6px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 5px;
}
.cid-tLXBAGmTrf .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-tLXBAGmTrf .card-box {
    text-align: center;
  }
}
.cid-tLXBAGmTrf .mbr-text {
  color: #cccccc;
}
.cid-tLXBAGmTrf .card-date {
  color: #cccccc;
}
.cid-tLXBAGmTrf H1 {
  color: #000000;
}
.cid-tLXBAGmTrf .mbr-section-subtitle,
.cid-tLXBAGmTrf .title-align {
  color: #000000;
}
.cid-tLXBAGmTrf .card-title,
.cid-tLXBAGmTrf .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tLXD27slhR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tLXD27slhR .card-box {
  z-index: 10;
  position: relative;
}
.cid-tLXD27slhR .container-fluid {
  padding: 0;
}
.cid-tLXD27slhR h5 {
  margin: 0;
}
.cid-tLXD27slhR h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tLXD27slhR h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tLXD27slhR .card {
  margin: auto;
  min-height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-tLXD27slhR .card:hover {
  z-index: 99;
}
.cid-tLXD27slhR .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-tLXD27slhR .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-tLXD27slhR .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-tLXD27slhR .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-tLXD27slhR .card1 {
  background-image: url("../../../assets/images/dermapen-186x186.webp");
  z-index: 4;
  transform: rotateY(15deg);
}
.cid-tLXD27slhR .card2 {
  background-image: url("../../../assets/images/pigment-clear-1080x1080.webp");
  z-index: 3;
}
.cid-tLXD27slhR .card3 {
  background-image: url("../../../assets/images/skin-detox3-555x555.webp");
  z-index: 2;
  transform: rotateY(-15deg);
}
.cid-tLXD27slhR h4 {
  background-color: #187a7d;
  border-radius: 6px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 5px;
}
.cid-tLXD27slhR .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-tLXD27slhR .card-box {
    text-align: center;
  }
}
.cid-tLXD27slhR .mbr-text {
  color: #cccccc;
}
.cid-tLXD27slhR .card-date {
  color: #cccccc;
}
.cid-tLXD27slhR H1 {
  color: #000000;
}
.cid-tLXD27slhR .mbr-section-subtitle,
.cid-tLXD27slhR .title-align {
  color: #000000;
}
.cid-tLXD27slhR .card-title,
.cid-tLXD27slhR .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tKnUYbUA2Y {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tKnUYbUA2Y .card-box {
  z-index: 10;
  position: relative;
}
.cid-tKnUYbUA2Y .container-fluid {
  padding: 0;
}
.cid-tKnUYbUA2Y h5 {
  margin: 0;
}
.cid-tKnUYbUA2Y h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tKnUYbUA2Y h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tKnUYbUA2Y .card {
  margin: auto;
  min-height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-tKnUYbUA2Y .card:hover {
  z-index: 99;
}
.cid-tKnUYbUA2Y .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-tKnUYbUA2Y .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-tKnUYbUA2Y .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-tKnUYbUA2Y .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-tKnUYbUA2Y .card1 {
  background-image: url("../../../assets/images/tratamiento-facial-555x555.webp");
  z-index: 4;
  transform: rotateY(15deg);
}
.cid-tKnUYbUA2Y .card2 {
  background-image: url("../../../assets/images/diamond-renewal-555x555.webp");
  z-index: 3;
}
.cid-tKnUYbUA2Y .card3 {
  background-image: url("../../../assets/images/tratamiento-facial-555x555.webp");
  z-index: 2;
  transform: rotateY(-15deg);
}
.cid-tKnUYbUA2Y h4 {
  background-color: #187a7d;
  border-radius: 6px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 5px;
}
.cid-tKnUYbUA2Y .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-tKnUYbUA2Y .card-box {
    text-align: center;
  }
}
.cid-tKnUYbUA2Y .mbr-text {
  color: #cccccc;
}
.cid-tKnUYbUA2Y .card-date {
  color: #cccccc;
}
.cid-tKnUYbUA2Y H1 {
  color: #000000;
}
.cid-tKnUYbUA2Y .mbr-section-subtitle,
.cid-tKnUYbUA2Y .title-align {
  color: #000000;
}
.cid-tKnUYbUA2Y .card-title,
.cid-tKnUYbUA2Y .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tKibxQtSVH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tKibxQtSVH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKibxQtSVH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKibxQtSVH .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tKibxQtSVH .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tKibxQtSVH .container {
    padding: 0 16px;
  }
}
.cid-tKibxQtSVH .row {
  padding: 90px 60px;
  border-radius: 40px;
  background-color: #eff1f2;
}
@media (max-width: 992px) {
  .cid-tKibxQtSVH .row {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-tKibxQtSVH .row {
    padding: 20px 16px;
  }
}
.cid-tKibxQtSVH .row .image-wrapper img {
  height: 440px;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tKibxQtSVH .row .image-wrapper img {
    height: 300px;
  }
}
.cid-tKibxQtSVH iframe h2 {
  font-size: 12px !important;
}
.cid-tJ7NLwMsWV {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ7NLwMsWV .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tJ7NLwMsWV .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tJ7NLwMsWV .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-tJ7NLwMsWV .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-tJ7NLwMsWV .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tJ7NLwMsWV .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-tJ7NLwMsWV .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-tJ7NLwMsWV .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tJ7NLwMsWV .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tJ7NLwMsWV .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tJ7NLwMsWV .col-text {
    text-align: center;
  }
}
.cid-tJ7NLwMsWV .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tJ7NLwMsWV .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-tJ7NLwMsWV .label-text {
    text-align: center !important;
  }
}
.cid-tJ7NLwMsWV .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-tJ7NLwMsWV .mbr-text {
  color: #5b686b;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-tJ7NLwMsWV .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-tJ7NLwMsWV .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tJ7NLwMsWV .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tJ7NLwMsWV .mbr-section-title,
.cid-tJ7NLwMsWV .mbr-section-btn {
  color: #187a7d;
}
.cid-tKhMAXAoFa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKhMAXAoFa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhMAXAoFa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhMAXAoFa .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKhMAXAoFa .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKhMAXAoFa .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKhMAXAoFa .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKhMAXAoFa .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKhMAXAoFa .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKhMAXAoFa .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKhMAXAoFa .nav-link,
.cid-tKhMAXAoFa .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKhMAXAoFa .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKhMAXAoFa H4 {
  text-align: center;
}
.cid-tKhMAXAoFa H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tKhMAXAoFa P {
  color: #000000;
}
.cid-tKhMBOWcpo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKhMBOWcpo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tKhMBOWcpo .mbr-section-title {
  margin-bottom: 20px;
  color: #229194;
}
.cid-tKhMBOWcpo .mbr-text {
  margin-bottom: 50px;
}
.cid-tKhMBOWcpo .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tKhMBOWcpo .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tKhMBOWcpo .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tKhMBOWcpo .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tKhMBOWcpo .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tKhMBOWcpo .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tKhMBOWcpo .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tKhMBOWcpo .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tKhMBOWcpo .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tKhMBOWcpo .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tKhMBOWcpo .card_info {
  display: inline-block;
}
.cid-tKhMBOWcpo .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tKhMBOWcpo .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tKhMBOWcpo .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tKhMBOWcpo .card_text {
  margin-bottom: 0;
}
.cid-tKhMBOWcpo .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tKhMBOWcpo .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKhMBOWcpo .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tKhMBOWcpo .card_title {
    margin-bottom: 10px;
  }
  .cid-tKhMBOWcpo .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tKhMBOWcpo .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tKhMBOWcpo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhMBOWcpo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhNvvQDdZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKhNvvQDdZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhNvvQDdZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhNvvQDdZ .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKhNvvQDdZ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKhNvvQDdZ .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKhNvvQDdZ .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKhNvvQDdZ .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKhNvvQDdZ .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKhNvvQDdZ .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKhNvvQDdZ .nav-link,
.cid-tKhNvvQDdZ .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKhNvvQDdZ .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKhNvvQDdZ H4 {
  text-align: center;
}
.cid-tKhNvvQDdZ H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tKhNvvQDdZ P {
  color: #000000;
}
.cid-tKhNud3vRX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKhNud3vRX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tKhNud3vRX .mbr-section-title {
  margin-bottom: 20px;
  color: #229194;
}
.cid-tKhNud3vRX .mbr-text {
  margin-bottom: 50px;
}
.cid-tKhNud3vRX .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tKhNud3vRX .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tKhNud3vRX .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tKhNud3vRX .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tKhNud3vRX .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tKhNud3vRX .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tKhNud3vRX .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tKhNud3vRX .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tKhNud3vRX .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tKhNud3vRX .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tKhNud3vRX .card_info {
  display: inline-block;
}
.cid-tKhNud3vRX .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tKhNud3vRX .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tKhNud3vRX .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tKhNud3vRX .card_text {
  margin-bottom: 0;
}
.cid-tKhNud3vRX .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tKhNud3vRX .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKhNud3vRX .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tKhNud3vRX .card_title {
    margin-bottom: 10px;
  }
  .cid-tKhNud3vRX .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tKhNud3vRX .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tKhNud3vRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhNud3vRX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhO7JZFza {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKhO7JZFza .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhO7JZFza .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhO7JZFza .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKhO7JZFza .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKhO7JZFza .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKhO7JZFza .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKhO7JZFza .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKhO7JZFza .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKhO7JZFza .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKhO7JZFza .nav-link,
.cid-tKhO7JZFza .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKhO7JZFza .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKhO7JZFza H4 {
  text-align: center;
}
.cid-tKhO7JZFza H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tKhO7JZFza P {
  color: #000000;
}
.cid-tKhO8QoNFr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKhO8QoNFr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tKhO8QoNFr .mbr-section-title {
  margin-bottom: 20px;
  color: #229194;
}
.cid-tKhO8QoNFr .mbr-text {
  margin-bottom: 50px;
}
.cid-tKhO8QoNFr .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tKhO8QoNFr .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tKhO8QoNFr .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tKhO8QoNFr .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tKhO8QoNFr .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tKhO8QoNFr .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tKhO8QoNFr .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tKhO8QoNFr .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tKhO8QoNFr .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tKhO8QoNFr .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tKhO8QoNFr .card_info {
  display: inline-block;
}
.cid-tKhO8QoNFr .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tKhO8QoNFr .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tKhO8QoNFr .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tKhO8QoNFr .card_text {
  margin-bottom: 0;
}
.cid-tKhO8QoNFr .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tKhO8QoNFr .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKhO8QoNFr .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tKhO8QoNFr .card_title {
    margin-bottom: 10px;
  }
  .cid-tKhO8QoNFr .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tKhO8QoNFr .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tKhO8QoNFr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhO8QoNFr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhrW6O29Z {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKhrW6O29Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhrW6O29Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhrW6O29Z .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKhrW6O29Z .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKhrW6O29Z .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKhrW6O29Z .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKhrW6O29Z .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKhrW6O29Z .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKhrW6O29Z .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKhrW6O29Z .nav-link,
.cid-tKhrW6O29Z .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKhrW6O29Z .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKhrW6O29Z H4 {
  text-align: center;
}
.cid-tKhrW6O29Z H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tKhrW6O29Z P {
  color: #000000;
}
.cid-tKhHKb0hek {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKhHKb0hek .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tKhHKb0hek .mbr-section-title {
  margin-bottom: 20px;
  color: #229194;
}
.cid-tKhHKb0hek .mbr-text {
  margin-bottom: 50px;
}
.cid-tKhHKb0hek .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tKhHKb0hek .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tKhHKb0hek .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tKhHKb0hek .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tKhHKb0hek .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tKhHKb0hek .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tKhHKb0hek .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tKhHKb0hek .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tKhHKb0hek .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tKhHKb0hek .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tKhHKb0hek .card_info {
  display: inline-block;
}
.cid-tKhHKb0hek .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tKhHKb0hek .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tKhHKb0hek .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tKhHKb0hek .card_text {
  margin-bottom: 0;
}
.cid-tKhHKb0hek .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tKhHKb0hek .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKhHKb0hek .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tKhHKb0hek .card_title {
    margin-bottom: 10px;
  }
  .cid-tKhHKb0hek .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tKhHKb0hek .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tKhHKb0hek .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhHKb0hek .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhIxKA7Ch {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKhIxKA7Ch .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhIxKA7Ch .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhIxKA7Ch .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKhIxKA7Ch .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKhIxKA7Ch .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKhIxKA7Ch .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKhIxKA7Ch .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKhIxKA7Ch .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKhIxKA7Ch .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKhIxKA7Ch .nav-link,
.cid-tKhIxKA7Ch .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKhIxKA7Ch .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKhIxKA7Ch H4 {
  text-align: center;
}
.cid-tKhIxKA7Ch H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tKhIxKA7Ch P {
  color: #635a51;
}
.cid-tKhIkevuZP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tKhIkevuZP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tKhIkevuZP .mbr-section-title {
  margin-bottom: 20px;
  color: #229194;
}
.cid-tKhIkevuZP .mbr-text {
  margin-bottom: 50px;
}
.cid-tKhIkevuZP .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tKhIkevuZP .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tKhIkevuZP .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tKhIkevuZP .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tKhIkevuZP .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tKhIkevuZP .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tKhIkevuZP .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tKhIkevuZP .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tKhIkevuZP .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tKhIkevuZP .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tKhIkevuZP .card_info {
  display: inline-block;
}
.cid-tKhIkevuZP .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tKhIkevuZP .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tKhIkevuZP .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tKhIkevuZP .card_text {
  margin-bottom: 0;
}
.cid-tKhIkevuZP .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tKhIkevuZP .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKhIkevuZP .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tKhIkevuZP .card_title {
    margin-bottom: 10px;
  }
  .cid-tKhIkevuZP .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tKhIkevuZP .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tKhIkevuZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhIkevuZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKnjNgbot2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKnjNgbot2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKnjNgbot2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKnjNgbot2 .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKnjNgbot2 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKnjNgbot2 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKnjNgbot2 .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKnjNgbot2 .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKnjNgbot2 .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKnjNgbot2 .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKnjNgbot2 .nav-link,
.cid-tKnjNgbot2 .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKnjNgbot2 .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKnjNgbot2 H4 {
  text-align: center;
}
.cid-tKnjNgbot2 H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tKnjNgbot2 P {
  color: #000000;
}
.cid-tKnjOPDZTZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKnjOPDZTZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tKnjOPDZTZ .mbr-section-title {
  margin-bottom: 20px;
  color: #229194;
}
.cid-tKnjOPDZTZ .mbr-text {
  margin-bottom: 50px;
}
.cid-tKnjOPDZTZ .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tKnjOPDZTZ .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tKnjOPDZTZ .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tKnjOPDZTZ .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tKnjOPDZTZ .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tKnjOPDZTZ .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tKnjOPDZTZ .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tKnjOPDZTZ .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tKnjOPDZTZ .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tKnjOPDZTZ .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tKnjOPDZTZ .card_info {
  display: inline-block;
}
.cid-tKnjOPDZTZ .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tKnjOPDZTZ .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tKnjOPDZTZ .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tKnjOPDZTZ .card_text {
  margin-bottom: 0;
}
.cid-tKnjOPDZTZ .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tKnjOPDZTZ .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKnjOPDZTZ .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tKnjOPDZTZ .card_title {
    margin-bottom: 10px;
  }
  .cid-tKnjOPDZTZ .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tKnjOPDZTZ .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tKnjOPDZTZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKnjOPDZTZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKnkEvgQco {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKnkEvgQco .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKnkEvgQco .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKnkEvgQco .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKnkEvgQco .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKnkEvgQco .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKnkEvgQco .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKnkEvgQco .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKnkEvgQco .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKnkEvgQco .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKnkEvgQco .nav-link,
.cid-tKnkEvgQco .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKnkEvgQco .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKnkEvgQco H4 {
  text-align: center;
}
.cid-tKnkEvgQco H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tKnkEvgQco P {
  color: #635a51;
}
.cid-tLXNlHmg1O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLXNlHmg1O .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLXNlHmg1O .mbr-section-title {
  margin-bottom: 20px;
  color: #229194;
}
.cid-tLXNlHmg1O .mbr-text {
  margin-bottom: 50px;
}
.cid-tLXNlHmg1O .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tLXNlHmg1O .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tLXNlHmg1O .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tLXNlHmg1O .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tLXNlHmg1O .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tLXNlHmg1O .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tLXNlHmg1O .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tLXNlHmg1O .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tLXNlHmg1O .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tLXNlHmg1O .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tLXNlHmg1O .card_info {
  display: inline-block;
}
.cid-tLXNlHmg1O .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tLXNlHmg1O .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tLXNlHmg1O .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tLXNlHmg1O .card_text {
  margin-bottom: 0;
}
.cid-tLXNlHmg1O .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tLXNlHmg1O .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLXNlHmg1O .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tLXNlHmg1O .card_title {
    margin-bottom: 10px;
  }
  .cid-tLXNlHmg1O .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tLXNlHmg1O .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tLXNlHmg1O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLXNlHmg1O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhOOHF5y7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKhOOHF5y7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhOOHF5y7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhOOHF5y7 .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKhOOHF5y7 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKhOOHF5y7 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKhOOHF5y7 .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKhOOHF5y7 .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKhOOHF5y7 .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKhOOHF5y7 .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKhOOHF5y7 .nav-link,
.cid-tKhOOHF5y7 .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKhOOHF5y7 .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKhOOHF5y7 H4 {
  text-align: center;
}
.cid-tKhOOHF5y7 H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tKhOOHF5y7 P {
  color: #000000;
}
.cid-tKhOPJTUqC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKhOPJTUqC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tKhOPJTUqC .mbr-section-title {
  margin-bottom: 20px;
  color: #229194;
}
.cid-tKhOPJTUqC .mbr-text {
  margin-bottom: 50px;
}
.cid-tKhOPJTUqC .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tKhOPJTUqC .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tKhOPJTUqC .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tKhOPJTUqC .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tKhOPJTUqC .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tKhOPJTUqC .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tKhOPJTUqC .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tKhOPJTUqC .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tKhOPJTUqC .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tKhOPJTUqC .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tKhOPJTUqC .card_info {
  display: inline-block;
}
.cid-tKhOPJTUqC .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tKhOPJTUqC .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tKhOPJTUqC .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tKhOPJTUqC .card_text {
  margin-bottom: 0;
}
.cid-tKhOPJTUqC .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tKhOPJTUqC .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKhOPJTUqC .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tKhOPJTUqC .card_title {
    margin-bottom: 10px;
  }
  .cid-tKhOPJTUqC .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tKhOPJTUqC .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tKhOPJTUqC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhOPJTUqC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhJhaFWLo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKhJhaFWLo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhJhaFWLo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhJhaFWLo .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKhJhaFWLo .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKhJhaFWLo .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKhJhaFWLo .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKhJhaFWLo .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKhJhaFWLo .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKhJhaFWLo .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKhJhaFWLo .nav-link,
.cid-tKhJhaFWLo .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKhJhaFWLo .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKhJhaFWLo H4 {
  text-align: center;
}
.cid-tKhJhaFWLo H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tKhJhaFWLo P {
  color: #000000;
}
.cid-tKhJxGG5hQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKhJxGG5hQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tKhJxGG5hQ .mbr-section-title {
  margin-bottom: 20px;
  color: #229194;
}
.cid-tKhJxGG5hQ .mbr-text {
  margin-bottom: 50px;
}
.cid-tKhJxGG5hQ .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tKhJxGG5hQ .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tKhJxGG5hQ .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tKhJxGG5hQ .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tKhJxGG5hQ .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tKhJxGG5hQ .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tKhJxGG5hQ .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tKhJxGG5hQ .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tKhJxGG5hQ .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tKhJxGG5hQ .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tKhJxGG5hQ .card_info {
  display: inline-block;
}
.cid-tKhJxGG5hQ .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tKhJxGG5hQ .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tKhJxGG5hQ .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tKhJxGG5hQ .card_text {
  margin-bottom: 0;
}
.cid-tKhJxGG5hQ .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tKhJxGG5hQ .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKhJxGG5hQ .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tKhJxGG5hQ .card_title {
    margin-bottom: 10px;
  }
  .cid-tKhJxGG5hQ .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tKhJxGG5hQ .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tKhJxGG5hQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhJxGG5hQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLXzqWyWMZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLXzqWyWMZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLXzqWyWMZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLXzqWyWMZ .nav-tabs .nav-item.open .nav-link:focus,
.cid-tLXzqWyWMZ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tLXzqWyWMZ .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tLXzqWyWMZ .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tLXzqWyWMZ .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tLXzqWyWMZ .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tLXzqWyWMZ .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tLXzqWyWMZ .nav-link,
.cid-tLXzqWyWMZ .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tLXzqWyWMZ .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tLXzqWyWMZ H4 {
  text-align: center;
}
.cid-tLXzqWyWMZ H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tLXzqWyWMZ P {
  color: #212428;
}
.cid-tLXA9oKtsN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLXA9oKtsN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLXA9oKtsN .mbr-section-title {
  margin-bottom: 20px;
  color: #229194;
}
.cid-tLXA9oKtsN .mbr-text {
  margin-bottom: 50px;
}
.cid-tLXA9oKtsN .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tLXA9oKtsN .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tLXA9oKtsN .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tLXA9oKtsN .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tLXA9oKtsN .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tLXA9oKtsN .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tLXA9oKtsN .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tLXA9oKtsN .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tLXA9oKtsN .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tLXA9oKtsN .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tLXA9oKtsN .card_info {
  display: inline-block;
}
.cid-tLXA9oKtsN .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tLXA9oKtsN .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tLXA9oKtsN .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tLXA9oKtsN .card_text {
  margin-bottom: 0;
}
.cid-tLXA9oKtsN .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tLXA9oKtsN .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLXA9oKtsN .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tLXA9oKtsN .card_title {
    margin-bottom: 10px;
  }
  .cid-tLXA9oKtsN .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tLXA9oKtsN .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tLXA9oKtsN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLXA9oKtsN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhL385ABw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKhL385ABw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhL385ABw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhL385ABw .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKhL385ABw .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKhL385ABw .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKhL385ABw .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKhL385ABw .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKhL385ABw .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKhL385ABw .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKhL385ABw .nav-link,
.cid-tKhL385ABw .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKhL385ABw .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKhL385ABw H4 {
  text-align: center;
}
.cid-tKhL385ABw H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tKhL385ABw P {
  color: #000000;
}
.cid-tKhL3SIbij {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKhL3SIbij .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tKhL3SIbij .mbr-section-title {
  margin-bottom: 20px;
  color: #229194;
}
.cid-tKhL3SIbij .mbr-text {
  margin-bottom: 50px;
}
.cid-tKhL3SIbij .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tKhL3SIbij .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tKhL3SIbij .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tKhL3SIbij .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tKhL3SIbij .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tKhL3SIbij .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tKhL3SIbij .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tKhL3SIbij .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tKhL3SIbij .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tKhL3SIbij .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tKhL3SIbij .card_info {
  display: inline-block;
}
.cid-tKhL3SIbij .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tKhL3SIbij .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tKhL3SIbij .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tKhL3SIbij .card_text {
  margin-bottom: 0;
}
.cid-tKhL3SIbij .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tKhL3SIbij .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKhL3SIbij .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tKhL3SIbij .card_title {
    margin-bottom: 10px;
  }
  .cid-tKhL3SIbij .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tKhL3SIbij .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tKhL3SIbij .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhL3SIbij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhLHHI9qF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKhLHHI9qF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhLHHI9qF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhLHHI9qF .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKhLHHI9qF .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKhLHHI9qF .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKhLHHI9qF .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKhLHHI9qF .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKhLHHI9qF .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKhLHHI9qF .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKhLHHI9qF .nav-link,
.cid-tKhLHHI9qF .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKhLHHI9qF .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKhLHHI9qF H4 {
  text-align: center;
}
.cid-tKhLHHI9qF H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tKhLHHI9qF P {
  color: #635a51;
}
.cid-tKhM1J3Gzj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKhM1J3Gzj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tKhM1J3Gzj .mbr-section-title {
  margin-bottom: 20px;
  color: #229194;
}
.cid-tKhM1J3Gzj .mbr-text {
  margin-bottom: 50px;
}
.cid-tKhM1J3Gzj .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tKhM1J3Gzj .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tKhM1J3Gzj .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tKhM1J3Gzj .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tKhM1J3Gzj .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tKhM1J3Gzj .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tKhM1J3Gzj .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tKhM1J3Gzj .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tKhM1J3Gzj .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tKhM1J3Gzj .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tKhM1J3Gzj .card_info {
  display: inline-block;
}
.cid-tKhM1J3Gzj .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tKhM1J3Gzj .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tKhM1J3Gzj .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tKhM1J3Gzj .card_text {
  margin-bottom: 0;
}
.cid-tKhM1J3Gzj .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tKhM1J3Gzj .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKhM1J3Gzj .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tKhM1J3Gzj .card_title {
    margin-bottom: 10px;
  }
  .cid-tKhM1J3Gzj .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tKhM1J3Gzj .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tKhM1J3Gzj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhM1J3Gzj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ7Tk5qWzL {
  padding-top: 45px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1280x1920.webp");
}
.cid-tJ7Tk5qWzL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ7Tk5qWzL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ7Tk5qWzL .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tJ7Tk5qWzL .mbr-section-subtitle,
.cid-tJ7Tk5qWzL .mbr-section-btn {
  color: #ffffff;
}
.cid-tJOL9JD8Mf {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tJOL9JD8Mf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJOL9JD8Mf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJOL9JD8Mf .col-title {
  margin-bottom: 32px;
}
.cid-tJOL9JD8Mf .mbr-section-title {
  color: #187a7d;
  text-align: left;
}
.cid-tJOL9JD8Mf .mbr-section-subtitle {
  color: #465052;
  text-align: left;
}
.cid-tJOL9JD8Mf .cards-row {
  row-gap: 32px;
}
.cid-tJOL9JD8Mf .card {
  border-radius: 0;
}
.cid-tJOL9JD8Mf .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tJOL9JD8Mf .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-tJOL9JD8Mf .text-wrap {
  flex-grow: 1;
}
.cid-tJOL9JD8Mf .card-title {
  color: #24262b;
}
.cid-tJOL9JD8Mf .card-text {
  color: #767676;
}
.cid-tJOMdnKAJv {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tJOMdnKAJv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJOMdnKAJv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJOMdnKAJv .col-title {
  margin-bottom: 32px;
}
.cid-tJOMdnKAJv .mbr-section-title {
  color: #187a7d;
  text-align: left;
}
.cid-tJOMdnKAJv .mbr-section-subtitle {
  color: #465052;
  text-align: left;
}
.cid-tJOMdnKAJv .cards-row {
  row-gap: 32px;
}
.cid-tJOMdnKAJv .card {
  border-radius: 0;
}
.cid-tJOMdnKAJv .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tJOMdnKAJv .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-tJOMdnKAJv .text-wrap {
  flex-grow: 1;
}
.cid-tJOMdnKAJv .card-title {
  color: #24262b;
}
.cid-tJOMdnKAJv .card-text {
  color: #767676;
}
.cid-tJOMtsNmse {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tJOMtsNmse .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJOMtsNmse .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJOMtsNmse .col-title {
  margin-bottom: 32px;
}
.cid-tJOMtsNmse .mbr-section-title {
  color: #187a7d;
  text-align: left;
}
.cid-tJOMtsNmse .mbr-section-subtitle {
  color: #465052;
  text-align: left;
}
.cid-tJOMtsNmse .cards-row {
  row-gap: 32px;
}
.cid-tJOMtsNmse .card {
  border-radius: 0;
}
.cid-tJOMtsNmse .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tJOMtsNmse .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-tJOMtsNmse .text-wrap {
  flex-grow: 1;
}
.cid-tJOMtsNmse .card-title {
  color: #24262b;
}
.cid-tJOMtsNmse .card-text {
  color: #767676;
}
.cid-tJONFAP8Hc {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJONFAP8Hc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJONFAP8Hc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJONFAP8Hc .col-title {
  margin-bottom: 32px;
}
.cid-tJONFAP8Hc .mbr-section-title {
  color: #187a7d;
  text-align: left;
}
.cid-tJONFAP8Hc .mbr-section-subtitle {
  color: #465052;
  text-align: left;
}
.cid-tJONFAP8Hc .cards-row {
  row-gap: 32px;
}
.cid-tJONFAP8Hc .card {
  border-radius: 0;
}
.cid-tJONFAP8Hc .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tJONFAP8Hc .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-tJONFAP8Hc .text-wrap {
  flex-grow: 1;
}
.cid-tJONFAP8Hc .card-title {
  color: #24262b;
}
.cid-tJONFAP8Hc .card-text {
  color: #767676;
}
.cid-tJONWsGnUm {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tJONWsGnUm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJONWsGnUm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJONWsGnUm .col-title {
  margin-bottom: 32px;
}
.cid-tJONWsGnUm .mbr-section-title {
  color: #187a7d;
  text-align: left;
}
.cid-tJONWsGnUm .mbr-section-subtitle {
  color: #465052;
  text-align: left;
}
.cid-tJONWsGnUm .cards-row {
  row-gap: 32px;
}
.cid-tJONWsGnUm .card {
  border-radius: 0;
}
.cid-tJONWsGnUm .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tJONWsGnUm .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-tJONWsGnUm .text-wrap {
  flex-grow: 1;
}
.cid-tJONWsGnUm .card-title {
  color: #24262b;
}
.cid-tJONWsGnUm .card-text {
  color: #767676;
}
.cid-tKtvOEL8WZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5b9791;
}
.cid-tKtvOEL8WZ .container {
  max-width: 1312px;
}
.cid-tKtvOEL8WZ .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-tKtvOEL8WZ .label-text {
  color: #ffffff;
  width: 100%;
}
.cid-tKtvOEL8WZ .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-tKtvOEL8WZ .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tKtvOEL8WZ .advantages-container {
  display: grid;
  margin-top: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 4.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-tKtvOEL8WZ .advantages-container {
    grid-auto-flow: row;
  }
}
.cid-tKtvOEL8WZ .advantage {
  display: flex;
  align-items: flex-start;
}
.cid-tKtvOEL8WZ .advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background-color: #5b9791;
}
.cid-tKtvOEL8WZ .advantage-icon span {
  color: #002549;
}
.cid-tKtvOEL8WZ .advantage-text {
  color: #ffffff;
}
.cid-tKtvOEL8WZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKtvOEL8WZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLiRUPVX7j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #001d43;
}
.cid-tLiRUPVX7j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLiRUPVX7j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLiRUPVX7j .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLiRUPVX7j .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLiRUPVX7j .container {
    padding: 0;
  }
}
.cid-tLiRUPVX7j .row {
  justify-content: center;
}
.cid-tLiRUPVX7j .title-wrapper {
  padding: 0 16px;
}
.cid-tLiRUPVX7j .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLiRUPVX7j .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tLiRUPVX7j .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tLiRUPVX7j .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tLiRUPVX7j .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #5b9791;
}
.cid-tLiRUPVX7j .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tLiRUPVX7j .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tLiRUPVX7j .mbr-section-title,
.cid-tLiRUPVX7j .mbr-iconfont {
  color: #ffffff;
}
.cid-tLiRUPVX7j .mbr-section-title,
.cid-tLiRUPVX7j .soc-wrapper {
  text-align: center;
}
.cid-tLiRUb6BvQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5b9791;
}
.cid-tLiRUb6BvQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLiRUb6BvQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLiRUb6BvQ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLiRUb6BvQ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLiRUb6BvQ .container {
    padding: 0;
  }
}
.cid-tLiRUb6BvQ .row {
  justify-content: center;
}
.cid-tLiRUb6BvQ .title-wrapper {
  padding: 0 16px;
}
.cid-tLiRUb6BvQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLiRUb6BvQ .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tLiRUb6BvQ .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tLiRUb6BvQ .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tLiRUb6BvQ .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #001d43;
}
.cid-tLiRUb6BvQ .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tLiRUb6BvQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tLiRUb6BvQ .mbr-section-title,
.cid-tLiRUb6BvQ .mbr-iconfont {
  color: #ffffff;
}
.cid-tLiRUb6BvQ .mbr-section-title,
.cid-tLiRUb6BvQ .soc-wrapper {
  text-align: center;
}
.cid-tMmyTNSYNT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-3.webp");
}
.cid-tMmyTNSYNT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-tMmyTNSYNT .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tMmyTNSYNT .mbr-section-title {
  color: #187a7d;
}
.cid-tMmyTNSYNT .mbr-section-subtitle {
  color: #001d43;
  margin-top: 1rem;
}
.cid-tMmyTNSYNT .form-container {
  display: flex;
  width: 100%;
}
.cid-tMmyTNSYNT .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tMmyTNSYNT form {
  width: 100%;
}
.cid-tMmyTNSYNT form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tMmyTNSYNT form h5 {
  margin: 40px 0 20px;
}
.cid-tMmyTNSYNT form p {
  color: #45494E;
}
.cid-tMmyTNSYNT form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-tMmyTNSYNT form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-tMmyTNSYNT form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-tMmyTNSYNT form .form-control {
  height: 56px;
  border: none !important;
  border-bottom: 1px solid #A2A4A7 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: #45494E;
  font-weight: 400;
}
.cid-tMmyTNSYNT form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmyTNSYNT form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmyTNSYNT form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmyTNSYNT form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmyTNSYNT form select {
  color: #A2A4A7 !important;
}
.cid-tMmyTNSYNT form textarea {
  height: 250px !important;
}
.cid-tMmyTNSYNT form input:active,
.cid-tMmyTNSYNT form textarea:active,
.cid-tMmyTNSYNT form input:focus,
.cid-tMmyTNSYNT form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-tMmyTNSYNT form input:active::-webkit-input-placeholder,
.cid-tMmyTNSYNT form textarea:active::-webkit-input-placeholder,
.cid-tMmyTNSYNT form input:focus::-webkit-input-placeholder,
.cid-tMmyTNSYNT form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmyTNSYNT form input:active::-moz-placeholder,
.cid-tMmyTNSYNT form textarea:active::-moz-placeholder,
.cid-tMmyTNSYNT form input:focus::-moz-placeholder,
.cid-tMmyTNSYNT form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmyTNSYNT form input:active:-moz-placeholder,
.cid-tMmyTNSYNT form textarea:active:-moz-placeholder,
.cid-tMmyTNSYNT form input:focus:-moz-placeholder,
.cid-tMmyTNSYNT form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmyTNSYNT form input:active:-ms-input-placeholder,
.cid-tMmyTNSYNT form textarea:active:-ms-input-placeholder,
.cid-tMmyTNSYNT form input:focus:-ms-input-placeholder,
.cid-tMmyTNSYNT form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmyTNSYNT form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-tMmyTNSYNT form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tMmyTNSYNT form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-tMmyTNSYNT form .form-control-label {
  width: 100%;
}
.cid-tMmyTNSYNT form .form-check-label {
  margin-bottom: 10px;
}
.cid-tMmyTNSYNT form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tMmyTNSYNT form .form-check-input:focus,
.cid-tMmyTNSYNT form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-tMmyTNSYNT form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-tMmyTNSYNT .mbr-section-btn button {
  background-color: #5b9791 !important;
}
.cid-tK0mVT2VrP {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #187a7d;
}
.cid-tK0mVT2VrP .container-fluid {
  padding: 0;
}
.cid-tK0mVT2VrP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tK0mVT2VrP .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tK0mVT2VrP .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li {
  color: white !important;
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tK0mVT2VrP .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tK0mVT2VrP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tK0mVT2VrP .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tK0mVT2VrP .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tK0mVT2VrP .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tK0mVT2VrP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tK0mVT2VrP .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tK0mVT2VrP .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tK0mVT2VrP .copyright {
  margin: 0 60px;
  border-top: 1px solid #ffffff;
  padding: 26px 0;
}
.cid-tK0mVT2VrP .copyright .mbr-text {
  margin: 0;
}
.cid-tK0mVT2VrP .mbr-section-title,
.cid-tK0mVT2VrP .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tK0mVT2VrP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tK0mVT2VrP .foot-menu {
  color: #ffffff;
}
.cid-tK0mVT2VrP H5 {
  color: #ffffff;
}
.cid-tK0mVT2VrP li a {
  color: white !important;
}
.cid-tSRXNWNeOe.popup-builder {
  background-color: #ffffff;
}
.cid-tSRXNWNeOe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSRXNWNeOe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSRXNWNeOe .modal-content,
.cid-tSRXNWNeOe .modal-dialog {
  height: auto;
}
.cid-tSRXNWNeOe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSRXNWNeOe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSRXNWNeOe .form-wrapper .mbr-form .form-group,
  .cid-tSRXNWNeOe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSRXNWNeOe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSRXNWNeOe .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSRXNWNeOe .mbr-text {
  text-align: center;
}
.cid-tSRXNWNeOe .pt-0 {
  padding-top: 0 !important;
}
.cid-tSRXNWNeOe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSRXNWNeOe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSRXNWNeOe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSRXNWNeOe .modal-open {
  overflow: hidden;
}
.cid-tSRXNWNeOe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSRXNWNeOe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSRXNWNeOe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSRXNWNeOe .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tSRXNWNeOe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSRXNWNeOe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSRXNWNeOe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSRXNWNeOe .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tSRXNWNeOe .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSRXNWNeOe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSRXNWNeOe .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSRXNWNeOe .modal-backdrop.show {
  opacity: .5;
}
.cid-tSRXNWNeOe .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tSRXNWNeOe .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRXNWNeOe .modal-header {
    padding: 1rem;
  }
}
.cid-tSRXNWNeOe .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSRXNWNeOe .modal-header .close svg {
  fill: #353535;
}
.cid-tSRXNWNeOe .modal-header .close:hover {
  opacity: 1;
}
.cid-tSRXNWNeOe .modal-header .close:focus {
  outline: none;
}
.cid-tSRXNWNeOe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tSRXNWNeOe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSRXNWNeOe .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRXNWNeOe .modal-body {
    padding: 1rem;
  }
}
.cid-tSRXNWNeOe .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tSRXNWNeOe .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRXNWNeOe .modal-footer {
    padding: 1rem;
  }
}
.cid-tSRXNWNeOe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSRXNWNeOe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSRXNWNeOe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSRXNWNeOe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSRXNWNeOe .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSRXNWNeOe .modal-lg,
  .cid-tSRXNWNeOe .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSRXNWNeOe .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSRXNWNeOe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSRXNWNeOe .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tSRXNWNeOe .form-group {
  margin-bottom: 1rem;
}
.cid-tSRXNWNeOe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSRXNWNeOe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSRXNWNeOe .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tSRXNWNeOe .mbr-section-btn {
  margin: 0;
}
.cid-tSRXNWNeOe .mbr-section-btn .btn {
  margin: 0;
}
.cid-tKo9LW2JPZ {
  z-index: 1000;
  width: 100%;
}
.cid-tKo9LW2JPZ .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tKo9LW2JPZ nav.navbar {
  position: fixed;
}
.cid-tKo9LW2JPZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKo9LW2JPZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKo9LW2JPZ .dropdown-item:hover,
.cid-tKo9LW2JPZ .dropdown-item:focus {
  background: #5b9791 !important;
  color: white !important;
}
.cid-tKo9LW2JPZ .dropdown-item:hover span {
  color: white;
}
.cid-tKo9LW2JPZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKo9LW2JPZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKo9LW2JPZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKo9LW2JPZ .nav-link {
  position: relative;
}
.cid-tKo9LW2JPZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tKo9LW2JPZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tKo9LW2JPZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKo9LW2JPZ .dropdown-menu,
.cid-tKo9LW2JPZ .navbar.opened {
  background: #ffffff !important;
}
.cid-tKo9LW2JPZ .nav-item:focus,
.cid-tKo9LW2JPZ .nav-link:focus {
  outline: none;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKo9LW2JPZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKo9LW2JPZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tKo9LW2JPZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tKo9LW2JPZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKo9LW2JPZ .navbar .navbar-logo img {
  width: auto;
  margin-right: -10px;
}
.cid-tKo9LW2JPZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKo9LW2JPZ .navbar.collapsed {
  justify-content: center;
}
.cid-tKo9LW2JPZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKo9LW2JPZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKo9LW2JPZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tKo9LW2JPZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKo9LW2JPZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKo9LW2JPZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKo9LW2JPZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKo9LW2JPZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKo9LW2JPZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKo9LW2JPZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKo9LW2JPZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tKo9LW2JPZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKo9LW2JPZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKo9LW2JPZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKo9LW2JPZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKo9LW2JPZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKo9LW2JPZ .dropdown-item.active,
.cid-tKo9LW2JPZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tKo9LW2JPZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKo9LW2JPZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKo9LW2JPZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKo9LW2JPZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKo9LW2JPZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKo9LW2JPZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKo9LW2JPZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #15a6aa;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKo9LW2JPZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKo9LW2JPZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKo9LW2JPZ .navbar {
    height: 70px;
  }
  .cid-tKo9LW2JPZ .navbar.opened {
    height: auto;
  }
  .cid-tKo9LW2JPZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKo9LW2JPZ img {
  cursor: pointer;
}
.cid-tKo9LW2JPZ #buscador {
  position: fixed;
  top: 0px;
  right: 8px;
}
@media screen and (max-device-width: 800px) {
  .cid-tKo9LW2JPZ #buscador {
    position: relative !important;
    margin: 10px !important;
    bottom: 5px !important;
  }
  .cid-tKo9LW2JPZ #searchButton {
    height: 40px;
    width: auto;
    margin-left: -40px;
    position: absolute;
  }
}
@media screen and (max-width: 800px) {
  .cid-tKo9LW2JPZ #buscador {
    margin: 10px !important;
    position: relative !important;
    bottom: 5px !important;
  }
}
.cid-tKo9LW2JPZ #searchButton {
  height: 40px;
  position: absolute;
  width: auto;
  margin-left: -40px;
}
.cid-tKo9LW2JPZ #cools {
  border-radius: 8px;
  background-color: #001d43 !important;
}
.cid-tKo9LW2JPZ #searchInput {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
}
.cid-tKo9LW2JPZ .container-fuild {
  margin-top: 15px;
}
.cid-tKo9LW2JPZ .navbar-collapse {
  margin-top: 35px;
}
.cid-tLi2sM1F05 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLi2sM1F05 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLi2sM1F05 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLi2sM1F05 .text-container {
  background-color: #187a7d;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tLi2sM1F05 .text-container {
    margin: 0 5%;
  }
}
.cid-tLi2sM1F05 .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tLi2sM1F05 .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tLi2sM1F05 .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tLi2sM1F05 .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tLi2sM1F05 .mbr-text {
  color: #e8e8e8;
}
.cid-tLi2sM1F05 .mbr-desc,
.cid-tLi2sM1F05 .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tLi2sM1F05 .mbr-text,
.cid-tLi2sM1F05 .text-container {
  text-align: center;
}
#custom-html-g3 video {
  width: 100%;
  height: auto;
}
#custom-html-z0 img {
  border: 2px solid white;
  width: 60px;
  height: auto;
  position: fixed;
  top: 55%;
  right: 8px;
  z-index: 999999999999999999999999 !important;
  border-radius: 8px;
}
.cid-tJP6BeNLIY {
  padding-top: 180px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJP6BeNLIY h3 {
  position: relative;
}
.cid-tJP6BeNLIY h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tJP6BeNLIY H3 {
  color: #15a6aa;
}
.cid-tJP6BeNLIY H1 {
  color: #187a7d;
}
.cid-tJP6BeNLIY .mbr-text,
.cid-tJP6BeNLIY .mbr-section-btn {
  color: #5b9791;
}
.cid-tJP6BeNLIY img {
  height: 20px;
  width: auto;
}
.cid-tLi2xOjfIR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLi2xOjfIR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLi2xOjfIR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLi2xOjfIR .text-container {
  background-color: #187a7d;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tLi2xOjfIR .text-container {
    margin: 0 5%;
  }
}
.cid-tLi2xOjfIR .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tLi2xOjfIR .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tLi2xOjfIR .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tLi2xOjfIR .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tLi2xOjfIR .mbr-text {
  color: #e8e8e8;
}
.cid-tLi2xOjfIR .mbr-desc,
.cid-tLi2xOjfIR .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tLi2xOjfIR .mbr-text,
.cid-tLi2xOjfIR .text-container {
  text-align: center;
}
.cid-tLi2J9lYgt {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tLi2J9lYgt .card-box {
  z-index: 10;
  position: relative;
}
.cid-tLi2J9lYgt .container-fluid {
  padding: 0;
}
.cid-tLi2J9lYgt h5 {
  margin: 0;
}
.cid-tLi2J9lYgt h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tLi2J9lYgt h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tLi2J9lYgt .card {
  margin: auto;
  min-height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-tLi2J9lYgt .card:hover {
  z-index: 99;
}
.cid-tLi2J9lYgt .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-tLi2J9lYgt .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-tLi2J9lYgt .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-tLi2J9lYgt .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-tLi2J9lYgt .card1 {
  background-image: url("../../../assets/images/tratamiento-cyclone-clinicas-aevo-define-elimina-celulitis-1080x1080.webp");
  z-index: 4;
  transform: rotateY(15deg);
}
.cid-tLi2J9lYgt .card2 {
  background-image: url("../../../assets/images/depilacion-laser-estetica-avanzada-clinicas-aevo-1080x1080.webp");
  z-index: 3;
}
.cid-tLi2J9lYgt .card3 {
  background-image: url("../../../assets/images/tratamiento.estetica-corporal-avanzada-cyclone-1080x1080.webp");
  z-index: 2;
  transform: rotateY(-15deg);
}
.cid-tLi2J9lYgt h4 {
  background-color: #187a7d;
  border-radius: 6px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 5px;
}
.cid-tLi2J9lYgt .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-tLi2J9lYgt .card-box {
    text-align: center;
  }
}
.cid-tLi2J9lYgt .mbr-text {
  color: #cccccc;
}
.cid-tLi2J9lYgt .card-date {
  color: #cccccc;
}
.cid-tLi2J9lYgt H1 {
  color: #000000;
}
.cid-tLi2J9lYgt .mbr-section-subtitle,
.cid-tLi2J9lYgt .title-align {
  color: #000000;
}
.cid-tLi2J9lYgt .card-title,
.cid-tLi2J9lYgt .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tLi4fNi0Fn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tLi4fNi0Fn .card-box {
  z-index: 10;
  position: relative;
}
.cid-tLi4fNi0Fn .container-fluid {
  padding: 0;
}
.cid-tLi4fNi0Fn h5 {
  margin: 0;
}
.cid-tLi4fNi0Fn h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tLi4fNi0Fn h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tLi4fNi0Fn .card {
  margin: auto;
  min-height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-tLi4fNi0Fn .card:hover {
  z-index: 99;
}
.cid-tLi4fNi0Fn .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-tLi4fNi0Fn .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-tLi4fNi0Fn .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-tLi4fNi0Fn .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-tLi4fNi0Fn .card1 {
  background-image: url("../../../assets/images/lpg-endermologie-1080x1080.webp");
  z-index: 4;
  transform: rotateY(15deg);
}
.cid-tLi4fNi0Fn .card2 {
  background-image: url("../../../assets/images/mbr-1061x707.webp");
  z-index: 3;
}
.cid-tLi4fNi0Fn .card3 {
  background-image: url("../../../assets/images/ondas-de-choque-1080x1080.webp");
  z-index: 2;
  transform: rotateY(-15deg);
}
.cid-tLi4fNi0Fn h4 {
  background-color: #187a7d;
  border-radius: 6px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 5px;
}
.cid-tLi4fNi0Fn .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-tLi4fNi0Fn .card-box {
    text-align: center;
  }
}
.cid-tLi4fNi0Fn .mbr-text {
  color: #cccccc;
}
.cid-tLi4fNi0Fn .card-date {
  color: #cccccc;
}
.cid-tLi4fNi0Fn H1 {
  color: #000000;
}
.cid-tLi4fNi0Fn .mbr-section-subtitle,
.cid-tLi4fNi0Fn .title-align {
  color: #000000;
}
.cid-tLi4fNi0Fn .card-title,
.cid-tLi4fNi0Fn .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tLi4SnWT6P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tLi4SnWT6P .card-box {
  z-index: 10;
  position: relative;
}
.cid-tLi4SnWT6P .container-fluid {
  padding: 0;
}
.cid-tLi4SnWT6P h5 {
  margin: 0;
}
.cid-tLi4SnWT6P h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tLi4SnWT6P h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tLi4SnWT6P .card {
  margin: auto;
  min-height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-tLi4SnWT6P .card:hover {
  z-index: 99;
}
.cid-tLi4SnWT6P .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-tLi4SnWT6P .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-tLi4SnWT6P .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-tLi4SnWT6P .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-tLi4SnWT6P .card1 {
  background-image: url("../../../assets/images/skin-detox-1080x1080.webp");
  z-index: 4;
  transform: rotateY(15deg);
}
.cid-tLi4SnWT6P .card2 {
  background-image: url("../../../assets/images/captura-de-pantalla-2023-07-12-a-las-21.15.07-1061x700.webp");
  z-index: 3;
}
.cid-tLi4SnWT6P .card3 {
  background-image: url("../../../assets/images/diamond-renewal-555x555.webp");
  z-index: 2;
  transform: rotateY(-15deg);
}
.cid-tLi4SnWT6P h4 {
  background-color: #187a7d;
  border-radius: 6px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 5px;
}
.cid-tLi4SnWT6P .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-tLi4SnWT6P .card-box {
    text-align: center;
  }
}
.cid-tLi4SnWT6P .mbr-text {
  color: #cccccc;
}
.cid-tLi4SnWT6P .card-date {
  color: #cccccc;
}
.cid-tLi4SnWT6P H1 {
  color: #000000;
}
.cid-tLi4SnWT6P .mbr-section-subtitle,
.cid-tLi4SnWT6P .title-align {
  color: #000000;
}
.cid-tLi4SnWT6P .card-title,
.cid-tLi4SnWT6P .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tIv6jNZF69 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/estetica-avanzada-corporal-clinicas-aevo-2000x1328.webp");
}
.cid-tIv6jNZF69 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIv6jNZF69 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIv6jNZF69 .mbr-section-title {
  color: #187a7d;
  text-align: left;
}
.cid-tIv6jNZF69 .mbr-text {
  color: #FFFFFF;
  margin-top: 15px;
}
.cid-tIv6jNZF69 .mbr-section-btn {
  margin-top: 30px;
}
.cid-tIv6jNZF69 .mbr-text,
.cid-tIv6jNZF69 .mbr-section-btn {
  color: #5b9791;
}
.cid-tKnYb3oe8Q {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKnYb3oe8Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKnYb3oe8Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKnYb3oe8Q .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKnYb3oe8Q .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKnYb3oe8Q .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKnYb3oe8Q .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKnYb3oe8Q .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKnYb3oe8Q .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKnYb3oe8Q .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKnYb3oe8Q .nav-link,
.cid-tKnYb3oe8Q .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKnYb3oe8Q .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKnYb3oe8Q H4 {
  text-align: center;
}
.cid-tKnYb3oe8Q H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tKnYb3oe8Q P {
  color: #635a51;
}
.cid-tLi81BNc3E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLi81BNc3E .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLi81BNc3E .mbr-section-title {
  margin-bottom: 20px;
  color: #229194;
}
.cid-tLi81BNc3E .mbr-text {
  margin-bottom: 50px;
}
.cid-tLi81BNc3E .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tLi81BNc3E .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tLi81BNc3E .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tLi81BNc3E .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tLi81BNc3E .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tLi81BNc3E .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tLi81BNc3E .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tLi81BNc3E .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tLi81BNc3E .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tLi81BNc3E .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tLi81BNc3E .card_info {
  display: inline-block;
}
.cid-tLi81BNc3E .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tLi81BNc3E .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tLi81BNc3E .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tLi81BNc3E .card_text {
  margin-bottom: 0;
}
.cid-tLi81BNc3E .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tLi81BNc3E .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLi81BNc3E .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tLi81BNc3E .card_title {
    margin-bottom: 10px;
  }
  .cid-tLi81BNc3E .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tLi81BNc3E .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tLi81BNc3E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLi81BNc3E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKnYsASque {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKnYsASque .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKnYsASque .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKnYsASque .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKnYsASque .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKnYsASque .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKnYsASque .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKnYsASque .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKnYsASque .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKnYsASque .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKnYsASque .nav-link,
.cid-tKnYsASque .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKnYsASque .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKnYsASque H4 {
  text-align: center;
}
.cid-tKnYsASque H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tKnYsASque P {
  color: #635a51;
}
.cid-tLi8xkdB41 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLi8xkdB41 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLi8xkdB41 .mbr-section-title {
  margin-bottom: 20px;
  color: #229194;
}
.cid-tLi8xkdB41 .mbr-text {
  margin-bottom: 50px;
}
.cid-tLi8xkdB41 .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tLi8xkdB41 .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tLi8xkdB41 .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tLi8xkdB41 .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tLi8xkdB41 .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tLi8xkdB41 .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tLi8xkdB41 .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tLi8xkdB41 .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tLi8xkdB41 .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tLi8xkdB41 .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tLi8xkdB41 .card_info {
  display: inline-block;
}
.cid-tLi8xkdB41 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tLi8xkdB41 .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tLi8xkdB41 .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tLi8xkdB41 .card_text {
  margin-bottom: 0;
}
.cid-tLi8xkdB41 .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tLi8xkdB41 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLi8xkdB41 .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tLi8xkdB41 .card_title {
    margin-bottom: 10px;
  }
  .cid-tLi8xkdB41 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tLi8xkdB41 .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tLi8xkdB41 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLi8xkdB41 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKnYDkAinn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKnYDkAinn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKnYDkAinn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKnYDkAinn .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKnYDkAinn .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKnYDkAinn .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKnYDkAinn .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKnYDkAinn .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKnYDkAinn .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKnYDkAinn .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKnYDkAinn .nav-link,
.cid-tKnYDkAinn .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKnYDkAinn .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKnYDkAinn H4 {
  text-align: center;
}
.cid-tKnYDkAinn H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tKnYDkAinn P {
  color: #635a51;
}
.cid-tLi8LT2WQm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLi8LT2WQm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLi8LT2WQm .mbr-section-title {
  margin-bottom: 20px;
  color: #229194;
}
.cid-tLi8LT2WQm .mbr-text {
  margin-bottom: 50px;
}
.cid-tLi8LT2WQm .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tLi8LT2WQm .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tLi8LT2WQm .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tLi8LT2WQm .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tLi8LT2WQm .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tLi8LT2WQm .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tLi8LT2WQm .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tLi8LT2WQm .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tLi8LT2WQm .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tLi8LT2WQm .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tLi8LT2WQm .card_info {
  display: inline-block;
}
.cid-tLi8LT2WQm .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tLi8LT2WQm .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tLi8LT2WQm .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tLi8LT2WQm .card_text {
  margin-bottom: 0;
}
.cid-tLi8LT2WQm .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tLi8LT2WQm .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLi8LT2WQm .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tLi8LT2WQm .card_title {
    margin-bottom: 10px;
  }
  .cid-tLi8LT2WQm .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tLi8LT2WQm .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tLi8LT2WQm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLi8LT2WQm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKnZ5eA9hq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKnZ5eA9hq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKnZ5eA9hq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKnZ5eA9hq .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKnZ5eA9hq .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKnZ5eA9hq .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKnZ5eA9hq .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKnZ5eA9hq .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKnZ5eA9hq .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKnZ5eA9hq .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKnZ5eA9hq .nav-link,
.cid-tKnZ5eA9hq .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKnZ5eA9hq .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKnZ5eA9hq H4 {
  text-align: center;
}
.cid-tKnZ5eA9hq H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tKnZ5eA9hq P {
  color: #635a51;
}
.cid-tLic7UKVUe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLic7UKVUe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLic7UKVUe .mbr-section-title {
  margin-bottom: 20px;
  color: #229194;
}
.cid-tLic7UKVUe .mbr-text {
  margin-bottom: 50px;
}
.cid-tLic7UKVUe .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tLic7UKVUe .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tLic7UKVUe .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tLic7UKVUe .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tLic7UKVUe .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tLic7UKVUe .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tLic7UKVUe .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tLic7UKVUe .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tLic7UKVUe .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tLic7UKVUe .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tLic7UKVUe .card_info {
  display: inline-block;
}
.cid-tLic7UKVUe .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tLic7UKVUe .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tLic7UKVUe .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tLic7UKVUe .card_text {
  margin-bottom: 0;
}
.cid-tLic7UKVUe .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tLic7UKVUe .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLic7UKVUe .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tLic7UKVUe .card_title {
    margin-bottom: 10px;
  }
  .cid-tLic7UKVUe .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tLic7UKVUe .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tLic7UKVUe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLic7UKVUe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKnZL1xPJI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKnZL1xPJI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKnZL1xPJI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKnZL1xPJI .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKnZL1xPJI .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKnZL1xPJI .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKnZL1xPJI .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKnZL1xPJI .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKnZL1xPJI .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKnZL1xPJI .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKnZL1xPJI .nav-link,
.cid-tKnZL1xPJI .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKnZL1xPJI .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKnZL1xPJI H4 {
  text-align: center;
}
.cid-tKnZL1xPJI H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tKnZL1xPJI P {
  color: #000000;
}
.cid-tKnZMBPZ0K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKnZMBPZ0K .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tKnZMBPZ0K .mbr-section-title {
  margin-bottom: 20px;
  color: #229194;
}
.cid-tKnZMBPZ0K .mbr-text {
  margin-bottom: 50px;
}
.cid-tKnZMBPZ0K .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tKnZMBPZ0K .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tKnZMBPZ0K .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tKnZMBPZ0K .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tKnZMBPZ0K .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tKnZMBPZ0K .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tKnZMBPZ0K .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tKnZMBPZ0K .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tKnZMBPZ0K .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tKnZMBPZ0K .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tKnZMBPZ0K .card_info {
  display: inline-block;
}
.cid-tKnZMBPZ0K .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tKnZMBPZ0K .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tKnZMBPZ0K .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tKnZMBPZ0K .card_text {
  margin-bottom: 0;
}
.cid-tKnZMBPZ0K .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tKnZMBPZ0K .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKnZMBPZ0K .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tKnZMBPZ0K .card_title {
    margin-bottom: 10px;
  }
  .cid-tKnZMBPZ0K .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tKnZMBPZ0K .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tKnZMBPZ0K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKnZMBPZ0K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKnZwCYBZS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tKnZwCYBZS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKnZwCYBZS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKnZwCYBZS .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKnZwCYBZS .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKnZwCYBZS .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKnZwCYBZS .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKnZwCYBZS .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKnZwCYBZS .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKnZwCYBZS .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKnZwCYBZS .nav-link,
.cid-tKnZwCYBZS .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKnZwCYBZS .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKnZwCYBZS H4 {
  text-align: center;
}
.cid-tKnZwCYBZS H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tKnZwCYBZS P {
  color: #000000;
}
.cid-tLictmuefK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLictmuefK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLictmuefK .mbr-section-title {
  margin-bottom: 20px;
  color: #229194;
}
.cid-tLictmuefK .mbr-text {
  margin-bottom: 50px;
}
.cid-tLictmuefK .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tLictmuefK .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tLictmuefK .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tLictmuefK .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tLictmuefK .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tLictmuefK .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tLictmuefK .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tLictmuefK .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tLictmuefK .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tLictmuefK .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tLictmuefK .card_info {
  display: inline-block;
}
.cid-tLictmuefK .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tLictmuefK .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tLictmuefK .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tLictmuefK .card_text {
  margin-bottom: 0;
}
.cid-tLictmuefK .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tLictmuefK .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLictmuefK .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tLictmuefK .card_title {
    margin-bottom: 10px;
  }
  .cid-tLictmuefK .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tLictmuefK .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tLictmuefK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLictmuefK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKo14lEQ3V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5b9791;
}
.cid-tKo14lEQ3V .container {
  max-width: 1312px;
}
.cid-tKo14lEQ3V .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-tKo14lEQ3V .label-text {
  color: #ffffff;
  width: 100%;
}
.cid-tKo14lEQ3V .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-tKo14lEQ3V .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tKo14lEQ3V .advantages-container {
  display: grid;
  margin-top: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 4.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-tKo14lEQ3V .advantages-container {
    grid-auto-flow: row;
  }
}
.cid-tKo14lEQ3V .advantage {
  display: flex;
  align-items: flex-start;
}
.cid-tKo14lEQ3V .advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background-color: #5b9791;
}
.cid-tKo14lEQ3V .advantage-icon span {
  color: #002549;
}
.cid-tKo14lEQ3V .advantage-text {
  color: #ffffff;
}
.cid-tKo14lEQ3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKo14lEQ3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKo0AWVqZP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKo0AWVqZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKo0AWVqZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKo0AWVqZP .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKo0AWVqZP .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKo0AWVqZP .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKo0AWVqZP .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKo0AWVqZP .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKo0AWVqZP .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKo0AWVqZP .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKo0AWVqZP .nav-link,
.cid-tKo0AWVqZP .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKo0AWVqZP .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKo0AWVqZP H4 {
  text-align: center;
}
.cid-tKo0AWVqZP H3 {
  text-align: center;
  color: #187a7d;
}
.cid-tKo0AWVqZP P {
  color: #000000;
}
.cid-tKnZOpXTNH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKnZOpXTNH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tKnZOpXTNH .mbr-section-title {
  margin-bottom: 20px;
  color: #229194;
}
.cid-tKnZOpXTNH .mbr-text {
  margin-bottom: 50px;
}
.cid-tKnZOpXTNH .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tKnZOpXTNH .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(21, 166, 170, 0.07);
}
.cid-tKnZOpXTNH .item:nth-child(1) .mbr-iconfont {
  color: #15a6aa;
}
.cid-tKnZOpXTNH .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(24, 122, 125, 0.07);
}
.cid-tKnZOpXTNH .item:nth-child(2) .mbr-iconfont {
  color: #187a7d;
}
.cid-tKnZOpXTNH .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tKnZOpXTNH .item:nth-child(3) .mbr-iconfont {
  color: #95cac5;
}
.cid-tKnZOpXTNH .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1e3e1;
}
.cid-tKnZOpXTNH .item:nth-child(4) .mbr-iconfont {
  color: #5b9791;
}
.cid-tKnZOpXTNH .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tKnZOpXTNH .card_info {
  display: inline-block;
}
.cid-tKnZOpXTNH .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tKnZOpXTNH .iconfont-wrapper .mbr-iconfont {
  color: #15a6aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-tKnZOpXTNH .card_title {
  margin-bottom: 15px;
  color: #15a6aa;
}
.cid-tKnZOpXTNH .card_text {
  margin-bottom: 0;
}
.cid-tKnZOpXTNH .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tKnZOpXTNH .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKnZOpXTNH .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tKnZOpXTNH .card_title {
    margin-bottom: 10px;
  }
  .cid-tKnZOpXTNH .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tKnZOpXTNH .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tKnZOpXTNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKnZOpXTNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKibDfU28y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tKibDfU28y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKibDfU28y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKibDfU28y .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tKibDfU28y .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tKibDfU28y .container {
    padding: 0 16px;
  }
}
.cid-tKibDfU28y .row {
  padding: 90px 60px;
  border-radius: 40px;
  background-color: #eff1f2;
}
@media (max-width: 992px) {
  .cid-tKibDfU28y .row {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-tKibDfU28y .row {
    padding: 20px 16px;
  }
}
.cid-tKibDfU28y .row .image-wrapper img {
  height: 440px;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tKibDfU28y .row .image-wrapper img {
    height: 300px;
  }
}
.cid-tKibDfU28y iframe h2 {
  font-size: 12px !important;
}
.cid-tLiS0TLcaY {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #001d43;
}
.cid-tLiS0TLcaY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLiS0TLcaY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLiS0TLcaY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLiS0TLcaY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLiS0TLcaY .container {
    padding: 0;
  }
}
.cid-tLiS0TLcaY .row {
  justify-content: center;
}
.cid-tLiS0TLcaY .title-wrapper {
  padding: 0 16px;
}
.cid-tLiS0TLcaY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLiS0TLcaY .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tLiS0TLcaY .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tLiS0TLcaY .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tLiS0TLcaY .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #5b9791;
}
.cid-tLiS0TLcaY .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tLiS0TLcaY .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tLiS0TLcaY .mbr-section-title,
.cid-tLiS0TLcaY .mbr-iconfont {
  color: #ffffff;
}
.cid-tLiS0TLcaY .mbr-section-title,
.cid-tLiS0TLcaY .soc-wrapper {
  text-align: center;
}
.cid-tLiS0e01UF {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5b9791;
}
.cid-tLiS0e01UF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLiS0e01UF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLiS0e01UF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLiS0e01UF .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLiS0e01UF .container {
    padding: 0;
  }
}
.cid-tLiS0e01UF .row {
  justify-content: center;
}
.cid-tLiS0e01UF .title-wrapper {
  padding: 0 16px;
}
.cid-tLiS0e01UF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLiS0e01UF .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tLiS0e01UF .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tLiS0e01UF .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tLiS0e01UF .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #001d43;
}
.cid-tLiS0e01UF .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tLiS0e01UF .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tLiS0e01UF .mbr-section-title,
.cid-tLiS0e01UF .mbr-iconfont {
  color: #ffffff;
}
.cid-tLiS0e01UF .mbr-section-title,
.cid-tLiS0e01UF .soc-wrapper {
  text-align: center;
}
.cid-tMmyYQhbRb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-3.webp");
}
.cid-tMmyYQhbRb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-tMmyYQhbRb .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tMmyYQhbRb .mbr-section-title {
  color: #187a7d;
}
.cid-tMmyYQhbRb .mbr-section-subtitle {
  color: #001d43;
  margin-top: 1rem;
}
.cid-tMmyYQhbRb .form-container {
  display: flex;
  width: 100%;
}
.cid-tMmyYQhbRb .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tMmyYQhbRb form {
  width: 100%;
}
.cid-tMmyYQhbRb form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tMmyYQhbRb form h5 {
  margin: 40px 0 20px;
}
.cid-tMmyYQhbRb form p {
  color: #45494E;
}
.cid-tMmyYQhbRb form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-tMmyYQhbRb form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-tMmyYQhbRb form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-tMmyYQhbRb form .form-control {
  height: 56px;
  border: none !important;
  border-bottom: 1px solid #A2A4A7 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: #45494E;
  font-weight: 400;
}
.cid-tMmyYQhbRb form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmyYQhbRb form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmyYQhbRb form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmyYQhbRb form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmyYQhbRb form select {
  color: #A2A4A7 !important;
}
.cid-tMmyYQhbRb form textarea {
  height: 250px !important;
}
.cid-tMmyYQhbRb form input:active,
.cid-tMmyYQhbRb form textarea:active,
.cid-tMmyYQhbRb form input:focus,
.cid-tMmyYQhbRb form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-tMmyYQhbRb form input:active::-webkit-input-placeholder,
.cid-tMmyYQhbRb form textarea:active::-webkit-input-placeholder,
.cid-tMmyYQhbRb form input:focus::-webkit-input-placeholder,
.cid-tMmyYQhbRb form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmyYQhbRb form input:active::-moz-placeholder,
.cid-tMmyYQhbRb form textarea:active::-moz-placeholder,
.cid-tMmyYQhbRb form input:focus::-moz-placeholder,
.cid-tMmyYQhbRb form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmyYQhbRb form input:active:-moz-placeholder,
.cid-tMmyYQhbRb form textarea:active:-moz-placeholder,
.cid-tMmyYQhbRb form input:focus:-moz-placeholder,
.cid-tMmyYQhbRb form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmyYQhbRb form input:active:-ms-input-placeholder,
.cid-tMmyYQhbRb form textarea:active:-ms-input-placeholder,
.cid-tMmyYQhbRb form input:focus:-ms-input-placeholder,
.cid-tMmyYQhbRb form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmyYQhbRb form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-tMmyYQhbRb form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tMmyYQhbRb form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-tMmyYQhbRb form .form-control-label {
  width: 100%;
}
.cid-tMmyYQhbRb form .form-check-label {
  margin-bottom: 10px;
}
.cid-tMmyYQhbRb form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tMmyYQhbRb form .form-check-input:focus,
.cid-tMmyYQhbRb form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-tMmyYQhbRb form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-tMmyYQhbRb .mbr-section-btn button {
  background-color: #5b9791 !important;
}
.cid-tK0mVT2VrP {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #187a7d;
}
.cid-tK0mVT2VrP .container-fluid {
  padding: 0;
}
.cid-tK0mVT2VrP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tK0mVT2VrP .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tK0mVT2VrP .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li {
  color: white !important;
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tK0mVT2VrP .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tK0mVT2VrP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tK0mVT2VrP .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tK0mVT2VrP .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tK0mVT2VrP .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tK0mVT2VrP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tK0mVT2VrP .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tK0mVT2VrP .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tK0mVT2VrP .copyright {
  margin: 0 60px;
  border-top: 1px solid #ffffff;
  padding: 26px 0;
}
.cid-tK0mVT2VrP .copyright .mbr-text {
  margin: 0;
}
.cid-tK0mVT2VrP .mbr-section-title,
.cid-tK0mVT2VrP .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tK0mVT2VrP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tK0mVT2VrP .foot-menu {
  color: #ffffff;
}
.cid-tK0mVT2VrP H5 {
  color: #ffffff;
}
.cid-tK0mVT2VrP li a {
  color: white !important;
}
.cid-tSRXNXhOLt.popup-builder {
  background-color: #ffffff;
}
.cid-tSRXNXhOLt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSRXNXhOLt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSRXNXhOLt .modal-content,
.cid-tSRXNXhOLt .modal-dialog {
  height: auto;
}
.cid-tSRXNXhOLt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSRXNXhOLt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSRXNXhOLt .form-wrapper .mbr-form .form-group,
  .cid-tSRXNXhOLt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSRXNXhOLt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSRXNXhOLt .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSRXNXhOLt .mbr-text {
  text-align: center;
}
.cid-tSRXNXhOLt .pt-0 {
  padding-top: 0 !important;
}
.cid-tSRXNXhOLt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSRXNXhOLt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSRXNXhOLt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSRXNXhOLt .modal-open {
  overflow: hidden;
}
.cid-tSRXNXhOLt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSRXNXhOLt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSRXNXhOLt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSRXNXhOLt .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tSRXNXhOLt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSRXNXhOLt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSRXNXhOLt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSRXNXhOLt .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tSRXNXhOLt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSRXNXhOLt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSRXNXhOLt .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSRXNXhOLt .modal-backdrop.show {
  opacity: .5;
}
.cid-tSRXNXhOLt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tSRXNXhOLt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRXNXhOLt .modal-header {
    padding: 1rem;
  }
}
.cid-tSRXNXhOLt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSRXNXhOLt .modal-header .close svg {
  fill: #353535;
}
.cid-tSRXNXhOLt .modal-header .close:hover {
  opacity: 1;
}
.cid-tSRXNXhOLt .modal-header .close:focus {
  outline: none;
}
.cid-tSRXNXhOLt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tSRXNXhOLt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSRXNXhOLt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRXNXhOLt .modal-body {
    padding: 1rem;
  }
}
.cid-tSRXNXhOLt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tSRXNXhOLt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRXNXhOLt .modal-footer {
    padding: 1rem;
  }
}
.cid-tSRXNXhOLt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSRXNXhOLt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSRXNXhOLt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSRXNXhOLt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSRXNXhOLt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSRXNXhOLt .modal-lg,
  .cid-tSRXNXhOLt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSRXNXhOLt .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSRXNXhOLt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSRXNXhOLt .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tSRXNXhOLt .form-group {
  margin-bottom: 1rem;
}
.cid-tSRXNXhOLt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSRXNXhOLt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSRXNXhOLt .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tSRXNXhOLt .mbr-section-btn {
  margin: 0;
}
.cid-tSRXNXhOLt .mbr-section-btn .btn {
  margin: 0;
}
.cid-tKo9LW2JPZ {
  z-index: 1000;
  width: 100%;
}
.cid-tKo9LW2JPZ .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tKo9LW2JPZ nav.navbar {
  position: fixed;
}
.cid-tKo9LW2JPZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKo9LW2JPZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKo9LW2JPZ .dropdown-item:hover,
.cid-tKo9LW2JPZ .dropdown-item:focus {
  background: #5b9791 !important;
  color: white !important;
}
.cid-tKo9LW2JPZ .dropdown-item:hover span {
  color: white;
}
.cid-tKo9LW2JPZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKo9LW2JPZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKo9LW2JPZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKo9LW2JPZ .nav-link {
  position: relative;
}
.cid-tKo9LW2JPZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tKo9LW2JPZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tKo9LW2JPZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKo9LW2JPZ .dropdown-menu,
.cid-tKo9LW2JPZ .navbar.opened {
  background: #ffffff !important;
}
.cid-tKo9LW2JPZ .nav-item:focus,
.cid-tKo9LW2JPZ .nav-link:focus {
  outline: none;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKo9LW2JPZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKo9LW2JPZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tKo9LW2JPZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tKo9LW2JPZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKo9LW2JPZ .navbar .navbar-logo img {
  width: auto;
  margin-right: -10px;
}
.cid-tKo9LW2JPZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKo9LW2JPZ .navbar.collapsed {
  justify-content: center;
}
.cid-tKo9LW2JPZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKo9LW2JPZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKo9LW2JPZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tKo9LW2JPZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKo9LW2JPZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKo9LW2JPZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKo9LW2JPZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKo9LW2JPZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKo9LW2JPZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKo9LW2JPZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKo9LW2JPZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tKo9LW2JPZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKo9LW2JPZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKo9LW2JPZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKo9LW2JPZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKo9LW2JPZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKo9LW2JPZ .dropdown-item.active,
.cid-tKo9LW2JPZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tKo9LW2JPZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKo9LW2JPZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKo9LW2JPZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKo9LW2JPZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKo9LW2JPZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKo9LW2JPZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKo9LW2JPZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #15a6aa;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKo9LW2JPZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKo9LW2JPZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKo9LW2JPZ .navbar {
    height: 70px;
  }
  .cid-tKo9LW2JPZ .navbar.opened {
    height: auto;
  }
  .cid-tKo9LW2JPZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKo9LW2JPZ img {
  cursor: pointer;
}
.cid-tKo9LW2JPZ #buscador {
  position: fixed;
  top: 0px;
  right: 8px;
}
@media screen and (max-device-width: 800px) {
  .cid-tKo9LW2JPZ #buscador {
    position: relative !important;
    margin: 10px !important;
    bottom: 5px !important;
  }
  .cid-tKo9LW2JPZ #searchButton {
    height: 40px;
    width: auto;
    margin-left: -40px;
    position: absolute;
  }
}
@media screen and (max-width: 800px) {
  .cid-tKo9LW2JPZ #buscador {
    margin: 10px !important;
    position: relative !important;
    bottom: 5px !important;
  }
}
.cid-tKo9LW2JPZ #searchButton {
  height: 40px;
  position: absolute;
  width: auto;
  margin-left: -40px;
}
.cid-tKo9LW2JPZ #cools {
  border-radius: 8px;
  background-color: #001d43 !important;
}
.cid-tKo9LW2JPZ #searchInput {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
}
.cid-tKo9LW2JPZ .container-fuild {
  margin-top: 15px;
}
.cid-tKo9LW2JPZ .navbar-collapse {
  margin-top: 35px;
}
.cid-tIAZCf34Gw {
  background-image: url("../../../assets/images/hombre-unidad-capilar-mano-pelo-2000x1333.webp");
}
.cid-tIAZCf34Gw img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tIAZCf34Gw H1 {
  color: #187a7d;
  text-align: center;
}
.cid-tIAZCf34Gw .mbr-text,
.cid-tIAZCf34Gw .mbr-section-btn {
  color: #132c70;
}
.cid-tIAZCf34Gw H3 {
  color: #132c70;
}
.cid-tIAZCf34Gw .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tIAZCf34Gw .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tIAZCf34Gw .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tIAZCf34Gw .link:hover {
  color: #5b9791 !important;
}
.cid-tIAZCf34Gw .link:hover .link-ico {
  color: #5b9791 !important;
  padding-left: 10px;
}
.cid-tIAZCf34Gw DIV {
  color: #57468b;
}
.cid-tIAZCf34Gw .text-1 {
  line-height: 1;
}
.cid-tIAZCf34Gw .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tIAZCf34Gw .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tIAZCf34Gw .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tIAZCf34Gw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIAZCf34Gw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-z1 img {
  border: 2px solid white;
  width: 60px;
  height: auto;
  position: fixed;
  top: 55%;
  right: 8px;
  z-index: 999999999999999999999999 !important;
  border-radius: 8px;
}
.cid-tJPhuaFLRD {
  padding-top: 150px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tJPhuaFLRD h3 {
  position: relative;
}
.cid-tJPhuaFLRD h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tJPhuaFLRD H3 {
  color: #15a6aa;
}
.cid-tJPhuaFLRD H1 {
  color: #187a7d;
}
.cid-tJPhuaFLRD .mbr-text,
.cid-tJPhuaFLRD .mbr-section-btn {
  color: #5b9791;
}
.cid-tJPhuaFLRD img {
  height: 20px;
  width: auto;
}
.cid-tIB25arlvc {
  background-image: url("../../../assets/images/op-injerto-capilar-clinicas-aevo-2000x1330.webp");
}
.cid-tIB25arlvc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIB25arlvc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIB25arlvc .mbr-section-title {
  color: #ffffff;
}
.cid-tIB25arlvc .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tIB25arlvc .mbr-section-btn {
  margin-top: 30px;
}
.cid-tKuntCi77y {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tKuntCi77y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKuntCi77y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKuntCi77y .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKuntCi77y .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKuntCi77y .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKuntCi77y .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKuntCi77y .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKuntCi77y .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKuntCi77y .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKuntCi77y .nav-link,
.cid-tKuntCi77y .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKuntCi77y .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKuntCi77y H4 {
  text-align: center;
}
.cid-tKuntCi77y H3 {
  text-align: center;
  color: #15a6aa;
}
.cid-tKuntCi77y P {
  color: #000000;
}
.cid-tIAUJcIpbh {
  background-image: url("../../../assets/images/tratamiento-rpp-capilar-clinicas-aevo-2000x1331.webp");
}
.cid-tIAUJcIpbh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIAUJcIpbh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIAUJcIpbh .mbr-section-title {
  color: #FFFFFF;
}
.cid-tIAUJcIpbh .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tIAUJcIpbh .mbr-section-btn {
  margin-top: 30px;
}
.cid-tKunNbDW5e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tKunNbDW5e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKunNbDW5e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKunNbDW5e .nav-tabs .nav-item.open .nav-link:focus,
.cid-tKunNbDW5e .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tKunNbDW5e .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tKunNbDW5e .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tKunNbDW5e .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tKunNbDW5e .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tKunNbDW5e .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tKunNbDW5e .nav-link,
.cid-tKunNbDW5e .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tKunNbDW5e .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tKunNbDW5e H4 {
  text-align: center;
}
.cid-tKunNbDW5e H3 {
  text-align: center;
  color: #15a6aa;
}
.cid-tKunNbDW5e P {
  color: #000000;
}
.cid-tKESIdPACR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tKESIdPACR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKESIdPACR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKESIdPACR .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tKESIdPACR .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tKESIdPACR .container {
    padding: 0 16px;
  }
}
.cid-tKESIdPACR .row {
  padding: 90px 60px;
  border-radius: 40px;
  background-color: #eff1f2;
}
@media (max-width: 992px) {
  .cid-tKESIdPACR .row {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-tKESIdPACR .row {
    padding: 20px 16px;
  }
}
.cid-tKESIdPACR .row .image-wrapper img {
  height: 440px;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tKESIdPACR .row .image-wrapper img {
    height: 300px;
  }
}
.cid-tKESIdPACR iframe h2 {
  font-size: 12px !important;
}
.cid-tLiS5vWm2c {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #001d43;
}
.cid-tLiS5vWm2c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLiS5vWm2c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLiS5vWm2c .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLiS5vWm2c .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLiS5vWm2c .container {
    padding: 0;
  }
}
.cid-tLiS5vWm2c .row {
  justify-content: center;
}
.cid-tLiS5vWm2c .title-wrapper {
  padding: 0 16px;
}
.cid-tLiS5vWm2c .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLiS5vWm2c .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tLiS5vWm2c .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tLiS5vWm2c .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tLiS5vWm2c .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #5b9791;
}
.cid-tLiS5vWm2c .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tLiS5vWm2c .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tLiS5vWm2c .mbr-section-title,
.cid-tLiS5vWm2c .mbr-iconfont {
  color: #ffffff;
}
.cid-tLiS5vWm2c .mbr-section-title,
.cid-tLiS5vWm2c .soc-wrapper {
  text-align: center;
}
.cid-tLiS4QEcD2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5b9791;
}
.cid-tLiS4QEcD2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLiS4QEcD2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLiS4QEcD2 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLiS4QEcD2 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLiS4QEcD2 .container {
    padding: 0;
  }
}
.cid-tLiS4QEcD2 .row {
  justify-content: center;
}
.cid-tLiS4QEcD2 .title-wrapper {
  padding: 0 16px;
}
.cid-tLiS4QEcD2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLiS4QEcD2 .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tLiS4QEcD2 .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tLiS4QEcD2 .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tLiS4QEcD2 .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #001d43;
}
.cid-tLiS4QEcD2 .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tLiS4QEcD2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tLiS4QEcD2 .mbr-section-title,
.cid-tLiS4QEcD2 .mbr-iconfont {
  color: #ffffff;
}
.cid-tLiS4QEcD2 .mbr-section-title,
.cid-tLiS4QEcD2 .soc-wrapper {
  text-align: center;
}
.cid-tMmz28UICP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-3.webp");
}
.cid-tMmz28UICP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-tMmz28UICP .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tMmz28UICP .mbr-section-title {
  color: #187a7d;
}
.cid-tMmz28UICP .mbr-section-subtitle {
  color: #001d43;
  margin-top: 1rem;
}
.cid-tMmz28UICP .form-container {
  display: flex;
  width: 100%;
}
.cid-tMmz28UICP .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tMmz28UICP form {
  width: 100%;
}
.cid-tMmz28UICP form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tMmz28UICP form h5 {
  margin: 40px 0 20px;
}
.cid-tMmz28UICP form p {
  color: #45494E;
}
.cid-tMmz28UICP form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-tMmz28UICP form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-tMmz28UICP form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-tMmz28UICP form .form-control {
  height: 56px;
  border: none !important;
  border-bottom: 1px solid #A2A4A7 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: #45494E;
  font-weight: 400;
}
.cid-tMmz28UICP form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmz28UICP form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmz28UICP form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmz28UICP form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmz28UICP form select {
  color: #A2A4A7 !important;
}
.cid-tMmz28UICP form textarea {
  height: 250px !important;
}
.cid-tMmz28UICP form input:active,
.cid-tMmz28UICP form textarea:active,
.cid-tMmz28UICP form input:focus,
.cid-tMmz28UICP form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-tMmz28UICP form input:active::-webkit-input-placeholder,
.cid-tMmz28UICP form textarea:active::-webkit-input-placeholder,
.cid-tMmz28UICP form input:focus::-webkit-input-placeholder,
.cid-tMmz28UICP form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmz28UICP form input:active::-moz-placeholder,
.cid-tMmz28UICP form textarea:active::-moz-placeholder,
.cid-tMmz28UICP form input:focus::-moz-placeholder,
.cid-tMmz28UICP form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmz28UICP form input:active:-moz-placeholder,
.cid-tMmz28UICP form textarea:active:-moz-placeholder,
.cid-tMmz28UICP form input:focus:-moz-placeholder,
.cid-tMmz28UICP form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmz28UICP form input:active:-ms-input-placeholder,
.cid-tMmz28UICP form textarea:active:-ms-input-placeholder,
.cid-tMmz28UICP form input:focus:-ms-input-placeholder,
.cid-tMmz28UICP form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmz28UICP form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-tMmz28UICP form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tMmz28UICP form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-tMmz28UICP form .form-control-label {
  width: 100%;
}
.cid-tMmz28UICP form .form-check-label {
  margin-bottom: 10px;
}
.cid-tMmz28UICP form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tMmz28UICP form .form-check-input:focus,
.cid-tMmz28UICP form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-tMmz28UICP form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-tMmz28UICP .mbr-section-btn button {
  background-color: #5b9791 !important;
}
.cid-tK0mVT2VrP {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #187a7d;
}
.cid-tK0mVT2VrP .container-fluid {
  padding: 0;
}
.cid-tK0mVT2VrP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tK0mVT2VrP .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tK0mVT2VrP .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li {
  color: white !important;
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tK0mVT2VrP .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tK0mVT2VrP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tK0mVT2VrP .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tK0mVT2VrP .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tK0mVT2VrP .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tK0mVT2VrP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tK0mVT2VrP .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tK0mVT2VrP .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tK0mVT2VrP .copyright {
  margin: 0 60px;
  border-top: 1px solid #ffffff;
  padding: 26px 0;
}
.cid-tK0mVT2VrP .copyright .mbr-text {
  margin: 0;
}
.cid-tK0mVT2VrP .mbr-section-title,
.cid-tK0mVT2VrP .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tK0mVT2VrP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tK0mVT2VrP .foot-menu {
  color: #ffffff;
}
.cid-tK0mVT2VrP H5 {
  color: #ffffff;
}
.cid-tK0mVT2VrP li a {
  color: white !important;
}
.cid-tSRXNXPIY8.popup-builder {
  background-color: #ffffff;
}
.cid-tSRXNXPIY8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSRXNXPIY8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSRXNXPIY8 .modal-content,
.cid-tSRXNXPIY8 .modal-dialog {
  height: auto;
}
.cid-tSRXNXPIY8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSRXNXPIY8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSRXNXPIY8 .form-wrapper .mbr-form .form-group,
  .cid-tSRXNXPIY8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSRXNXPIY8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSRXNXPIY8 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSRXNXPIY8 .mbr-text {
  text-align: center;
}
.cid-tSRXNXPIY8 .pt-0 {
  padding-top: 0 !important;
}
.cid-tSRXNXPIY8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSRXNXPIY8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSRXNXPIY8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSRXNXPIY8 .modal-open {
  overflow: hidden;
}
.cid-tSRXNXPIY8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSRXNXPIY8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSRXNXPIY8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSRXNXPIY8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tSRXNXPIY8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSRXNXPIY8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSRXNXPIY8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSRXNXPIY8 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tSRXNXPIY8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSRXNXPIY8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSRXNXPIY8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSRXNXPIY8 .modal-backdrop.show {
  opacity: .5;
}
.cid-tSRXNXPIY8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tSRXNXPIY8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRXNXPIY8 .modal-header {
    padding: 1rem;
  }
}
.cid-tSRXNXPIY8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSRXNXPIY8 .modal-header .close svg {
  fill: #353535;
}
.cid-tSRXNXPIY8 .modal-header .close:hover {
  opacity: 1;
}
.cid-tSRXNXPIY8 .modal-header .close:focus {
  outline: none;
}
.cid-tSRXNXPIY8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tSRXNXPIY8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSRXNXPIY8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRXNXPIY8 .modal-body {
    padding: 1rem;
  }
}
.cid-tSRXNXPIY8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tSRXNXPIY8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRXNXPIY8 .modal-footer {
    padding: 1rem;
  }
}
.cid-tSRXNXPIY8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSRXNXPIY8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSRXNXPIY8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSRXNXPIY8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSRXNXPIY8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSRXNXPIY8 .modal-lg,
  .cid-tSRXNXPIY8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSRXNXPIY8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSRXNXPIY8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSRXNXPIY8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tSRXNXPIY8 .form-group {
  margin-bottom: 1rem;
}
.cid-tSRXNXPIY8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSRXNXPIY8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSRXNXPIY8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tSRXNXPIY8 .mbr-section-btn {
  margin: 0;
}
.cid-tSRXNXPIY8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tKo9LW2JPZ {
  z-index: 1000;
  width: 100%;
}
.cid-tKo9LW2JPZ .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tKo9LW2JPZ nav.navbar {
  position: fixed;
}
.cid-tKo9LW2JPZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKo9LW2JPZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKo9LW2JPZ .dropdown-item:hover,
.cid-tKo9LW2JPZ .dropdown-item:focus {
  background: #5b9791 !important;
  color: white !important;
}
.cid-tKo9LW2JPZ .dropdown-item:hover span {
  color: white;
}
.cid-tKo9LW2JPZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKo9LW2JPZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKo9LW2JPZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKo9LW2JPZ .nav-link {
  position: relative;
}
.cid-tKo9LW2JPZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tKo9LW2JPZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tKo9LW2JPZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKo9LW2JPZ .dropdown-menu,
.cid-tKo9LW2JPZ .navbar.opened {
  background: #ffffff !important;
}
.cid-tKo9LW2JPZ .nav-item:focus,
.cid-tKo9LW2JPZ .nav-link:focus {
  outline: none;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKo9LW2JPZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKo9LW2JPZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tKo9LW2JPZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tKo9LW2JPZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKo9LW2JPZ .navbar .navbar-logo img {
  width: auto;
  margin-right: -10px;
}
.cid-tKo9LW2JPZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKo9LW2JPZ .navbar.collapsed {
  justify-content: center;
}
.cid-tKo9LW2JPZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKo9LW2JPZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKo9LW2JPZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tKo9LW2JPZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKo9LW2JPZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKo9LW2JPZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKo9LW2JPZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKo9LW2JPZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKo9LW2JPZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKo9LW2JPZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKo9LW2JPZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tKo9LW2JPZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKo9LW2JPZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKo9LW2JPZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKo9LW2JPZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKo9LW2JPZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKo9LW2JPZ .dropdown-item.active,
.cid-tKo9LW2JPZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tKo9LW2JPZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKo9LW2JPZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKo9LW2JPZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKo9LW2JPZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKo9LW2JPZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKo9LW2JPZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKo9LW2JPZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #15a6aa;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKo9LW2JPZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKo9LW2JPZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKo9LW2JPZ .navbar {
    height: 70px;
  }
  .cid-tKo9LW2JPZ .navbar.opened {
    height: auto;
  }
  .cid-tKo9LW2JPZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKo9LW2JPZ img {
  cursor: pointer;
}
.cid-tKo9LW2JPZ #buscador {
  position: fixed;
  top: 0px;
  right: 8px;
}
@media screen and (max-device-width: 800px) {
  .cid-tKo9LW2JPZ #buscador {
    position: relative !important;
    margin: 10px !important;
    bottom: 5px !important;
  }
  .cid-tKo9LW2JPZ #searchButton {
    height: 40px;
    width: auto;
    margin-left: -40px;
    position: absolute;
  }
}
@media screen and (max-width: 800px) {
  .cid-tKo9LW2JPZ #buscador {
    margin: 10px !important;
    position: relative !important;
    bottom: 5px !important;
  }
}
.cid-tKo9LW2JPZ #searchButton {
  height: 40px;
  position: absolute;
  width: auto;
  margin-left: -40px;
}
.cid-tKo9LW2JPZ #cools {
  border-radius: 8px;
  background-color: #001d43 !important;
}
.cid-tKo9LW2JPZ #searchInput {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
}
.cid-tKo9LW2JPZ .container-fuild {
  margin-top: 15px;
}
.cid-tKo9LW2JPZ .navbar-collapse {
  margin-top: 35px;
}
.cid-tKgCdRvxcV {
  background-image: url("../../../assets/images/istock-178105351-2000x1333.webp");
}
.cid-tKgCdRvxcV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKgCdRvxcV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKgCdRvxcV .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tKgCdRvxcV .container-fluid {
    padding: 0 25px;
  }
}
.cid-tKgCdRvxcV .container-fluid .row {
  padding: 0;
}
.cid-tKgCdRvxcV .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-tKgCdRvxcV .title-wrapper .image-wrapper img {
  width: 108px;
  height: 108px;
  display: inline;
}
.cid-tKgCdRvxcV .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tKgCdRvxcV .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-tKgCdRvxcV .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-tKgCdRvxcV .mbr-section-title {
  color: #ffffff;
}
.cid-tKgCdRvxcV .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-tKgCdRvxcV .mbr-section-title,
.cid-tKgCdRvxcV .mbr-section-btn,
.cid-tKgCdRvxcV .image-wrapper {
  text-align: center;
  color: #15a6aa;
}
#custom-html-z4 img {
  border: 2px solid white;
  width: 60px;
  height: auto;
  position: fixed;
  top: 55%;
  right: 8px;
  z-index: 999999999999999999999999 !important;
  border-radius: 8px;
}
.cid-tIoYArQfEk {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tIoYArQfEk h3 {
  position: relative;
}
.cid-tIoYArQfEk h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tIoYArQfEk H3 {
  color: #15a6aa;
}
.cid-tIoYArQfEk H1 {
  color: #879a9f;
}
.cid-tIoYArQfEk .mbr-text,
.cid-tIoYArQfEk .mbr-section-btn {
  color: #95cac5;
}
.cid-tIoYArQfEk img {
  height: 20px;
  width: auto;
}
.cid-tKtRdOsQns {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5b9791;
}
.cid-tKtRdOsQns .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKtRdOsQns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKtRdOsQns .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tKtRdOsQns .mbr-text,
.cid-tKtRdOsQns .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tKtRdOsQns b,
.cid-tKtRdOsQns strong {
  font-weight: 900;
}
.cid-tKtRdOsQns .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tLGKTz4kMG {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLGKTz4kMG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLGKTz4kMG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLGKTz4kMG .mbr-section-title {
  text-align: center;
  color: #5b9791;
}
.cid-tLGKTz4kMG .mbr-text,
.cid-tLGKTz4kMG .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tLGKTz4kMG b,
.cid-tLGKTz4kMG strong {
  font-weight: 600;
}
.cid-tLGKTz4kMG .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tKzgKJXwuK {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKzgKJXwuK h3 {
  position: relative;
}
.cid-tKzgKJXwuK h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tKzgKJXwuK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKzgKJXwuK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKzgKJXwuK H3 {
  color: #001d43;
}
.cid-tKzgKJXwuK H1 {
  color: #5b9791;
}
.cid-tKzfjYH5Q9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tKzfjYH5Q9 .mbr-section-subtitle {
  color: #001d43;
}
.cid-tKzfjYH5Q9 .mbr-section-title {
  color: #5b9791;
  text-align: left;
}
.cid-tKzfjYH5Q9 img {
  width: 100%;
}
.cid-tKzfjYH5Q9 .mbr-text {
  color: #212428;
  text-align: left;
}
.cid-tKzfjYH5Q9 .mbr-section-btn {
  margin-top: 40px;
}
.cid-tKzfjYH5Q9 .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-tKzfjYH5Q9 * {
    text-align: left;
  }
}
.cid-tKzfjYH5Q9 .cards-wrap {
  flex-direction: column;
}
.cid-tKzfjYH5Q9 .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-tKzfjYH5Q9 .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #5b9791;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-tKzfjYH5Q9 .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-tKzfjYH5Q9 .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-tKzfjYH5Q9 .wrapper .content .mbr-card-title {
  color: #5b9791;
  margin-bottom: 10px;
}
.cid-tKzfjYH5Q9 .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #15a6aa;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tKzfjYH5Q9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKzfjYH5Q9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKzfjYH5Q9 .wrapper .content .mbr-text,
.cid-tKzfjYH5Q9 .img {
  color: #212428;
  text-align: left;
}
.cid-tKzfjYH5Q9 .wrapper .content .mbr-card-title,
.cid-tKzfjYH5Q9 .img {
  text-align: left;
}
.cid-tKunk72sMX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5b9791;
}
.cid-tKunk72sMX .container {
  max-width: 1312px;
}
.cid-tKunk72sMX .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-tKunk72sMX .label-text {
  color: #ffffff;
  width: 100%;
}
.cid-tKunk72sMX .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-tKunk72sMX .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tKunk72sMX .advantages-container {
  display: grid;
  margin-top: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 4.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-tKunk72sMX .advantages-container {
    grid-auto-flow: row;
  }
}
.cid-tKunk72sMX .advantage {
  display: flex;
  align-items: flex-start;
}
.cid-tKunk72sMX .advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background-color: #5b9791;
}
.cid-tKunk72sMX .advantage-icon span {
  color: #002549;
}
.cid-tKunk72sMX .advantage-text {
  color: #ffffff;
}
.cid-tKunk72sMX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKunk72sMX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKzhrSPN1j {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKzhrSPN1j h3 {
  position: relative;
}
.cid-tKzhrSPN1j h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tKzhrSPN1j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKzhrSPN1j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKzhrSPN1j H3 {
  color: #001d43;
}
.cid-tKzhrSPN1j H1 {
  color: #5b9791;
}
.cid-tKzelkXZfa {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tKzelkXZfa .mbr-section-subtitle {
  color: #001d43;
}
.cid-tKzelkXZfa .mbr-section-title {
  color: #5b9791;
}
.cid-tKzelkXZfa img {
  width: 100%;
}
.cid-tKzelkXZfa .mbr-text {
  color: #212428;
}
.cid-tKzelkXZfa .mbr-section-btn {
  margin-top: 40px;
}
.cid-tKzelkXZfa .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-tKzelkXZfa * {
    text-align: left;
  }
}
.cid-tKzelkXZfa .cards-wrap {
  flex-direction: column;
}
.cid-tKzelkXZfa .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-tKzelkXZfa .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #5b9791;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-tKzelkXZfa .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-tKzelkXZfa .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-tKzelkXZfa .wrapper .content .mbr-card-title {
  color: #5b9791;
  margin-bottom: 10px;
}
.cid-tKzelkXZfa .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #15a6aa;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tKzelkXZfa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKzelkXZfa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKzelkXZfa .wrapper .content .mbr-text,
.cid-tKzelkXZfa .img {
  color: #212428;
}
.cid-tKEmgXoqw1 {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKEmgXoqw1 h3 {
  position: relative;
}
.cid-tKEmgXoqw1 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tKEmgXoqw1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKEmgXoqw1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKEmgXoqw1 H3 {
  color: #000000;
}
.cid-tKEmgXoqw1 H1 {
  color: #5b9791;
}
.cid-tKEmgXoqw1 .mbr-text,
.cid-tKEmgXoqw1 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tKEn5Ey7YU {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tKEn5Ey7YU .mbr-section-subtitle {
  color: #001d43;
}
.cid-tKEn5Ey7YU .mbr-section-title {
  color: #5b9791;
}
.cid-tKEn5Ey7YU img {
  width: 100%;
}
.cid-tKEn5Ey7YU .mbr-text {
  color: #212428;
}
.cid-tKEn5Ey7YU .mbr-section-btn {
  margin-top: 40px;
}
.cid-tKEn5Ey7YU .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-tKEn5Ey7YU * {
    text-align: left;
  }
}
.cid-tKEn5Ey7YU .cards-wrap {
  flex-direction: column;
}
.cid-tKEn5Ey7YU .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-tKEn5Ey7YU .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #5b9791;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-tKEn5Ey7YU .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-tKEn5Ey7YU .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-tKEn5Ey7YU .wrapper .content .mbr-card-title {
  color: #5b9791;
  margin-bottom: 10px;
}
.cid-tKEn5Ey7YU .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #15a6aa;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tKEn5Ey7YU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKEn5Ey7YU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKEn5Ey7YU .wrapper .content .mbr-text,
.cid-tKEn5Ey7YU .img {
  color: #212428;
}
.cid-tKEn5Ey7YU .wrapper .content .mbr-card-title,
.cid-tKEn5Ey7YU .img {
  color: #5b9791;
}
.cid-tKEnIvAH7v {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKEnIvAH7v h3 {
  position: relative;
}
.cid-tKEnIvAH7v h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tKEnIvAH7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKEnIvAH7v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKEnIvAH7v H3 {
  color: #000000;
}
.cid-tKEnIvAH7v H1 {
  color: #5b9791;
}
.cid-tKEnIvAH7v .mbr-text,
.cid-tKEnIvAH7v .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tKEnPeW1gq {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tKEnPeW1gq .mbr-section-subtitle {
  color: #001d43;
}
.cid-tKEnPeW1gq .mbr-section-title {
  color: #5b9791;
}
.cid-tKEnPeW1gq img {
  width: 100%;
}
.cid-tKEnPeW1gq .mbr-text {
  color: #212428;
}
.cid-tKEnPeW1gq .mbr-section-btn {
  margin-top: 40px;
}
.cid-tKEnPeW1gq .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-tKEnPeW1gq * {
    text-align: left;
  }
}
.cid-tKEnPeW1gq .cards-wrap {
  flex-direction: column;
}
.cid-tKEnPeW1gq .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-tKEnPeW1gq .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #5b9791;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-tKEnPeW1gq .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-tKEnPeW1gq .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-tKEnPeW1gq .wrapper .content .mbr-card-title {
  color: #5b9791;
  margin-bottom: 10px;
}
.cid-tKEnPeW1gq .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #15a6aa;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tKEnPeW1gq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKEnPeW1gq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKEnPeW1gq .wrapper .content .mbr-text,
.cid-tKEnPeW1gq .img {
  color: #212428;
}
.cid-tKEnPeW1gq .wrapper .content .mbr-card-title,
.cid-tKEnPeW1gq .img {
  color: #5b9791;
}
.cid-tKErT5huGY {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKErT5huGY h3 {
  position: relative;
}
.cid-tKErT5huGY h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tKErT5huGY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKErT5huGY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKErT5huGY .mbr-text,
.cid-tKErT5huGY .mbr-section-btn {
  text-align: left;
}
.cid-tKErT5huGY H1 {
  color: #5b9791;
}
.cid-tKErT5huGY H3 {
  color: #001d43;
}
.cid-tKEqR79bzq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tKEqR79bzq .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tKEqR79bzq .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tKEqR79bzq .card-wrap {
  background: #5b9791;
  border-radius: 30px;
  height: 100%;
}
.cid-tKEqR79bzq .card-wrap .content-wrap {
  padding: 44px 40px;
}
@media (max-width: 991px) {
  .cid-tKEqR79bzq .card-wrap .content-wrap {
    padding: 3rem 1rem;
  }
}
.cid-tKEqR79bzq .numb {
  height: 100px;
  width: 100px;
  border: 2px solid;
}
.cid-tKEqR79bzq .mbr-section-title {
  text-align: center;
  color: #767676;
}
.cid-tKEovBPVCS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKEovBPVCS .mbr-section-subtitle {
  color: #001d43;
}
.cid-tKEovBPVCS .mbr-section-title {
  color: #5b9791;
}
.cid-tKEovBPVCS img {
  width: 100%;
}
.cid-tKEovBPVCS .mbr-text {
  color: #212428;
}
.cid-tKEovBPVCS .mbr-section-btn {
  margin-top: 40px;
}
.cid-tKEovBPVCS .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-tKEovBPVCS * {
    text-align: left;
  }
}
.cid-tKEovBPVCS .cards-wrap {
  flex-direction: column;
}
.cid-tKEovBPVCS .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-tKEovBPVCS .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #5b9791;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-tKEovBPVCS .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-tKEovBPVCS .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-tKEovBPVCS .wrapper .content .mbr-card-title {
  color: #5b9791;
  margin-bottom: 10px;
}
.cid-tKEovBPVCS .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #15a6aa;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tKEovBPVCS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKEovBPVCS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKEovBPVCS .wrapper .content .mbr-text,
.cid-tKEovBPVCS .img {
  color: #212428;
}
.cid-tKEovBPVCS .wrapper .content .mbr-card-title,
.cid-tKEovBPVCS .img {
  color: #5b9791;
}
.cid-tLGLCDTJNO {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #187a7d;
}
.cid-tLGLCDTJNO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLGLCDTJNO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLGLCDTJNO .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tLGLCDTJNO .mbr-text,
.cid-tLGLCDTJNO .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tLGLCDTJNO b,
.cid-tLGLCDTJNO strong {
  font-weight: 600;
}
.cid-tLGLCDTJNO .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tKEsII2Ilf {
  padding-top: 180px;
  padding-bottom: 0px;
  background-color: #187a7d;
}
.cid-tKEsII2Ilf h3 {
  position: relative;
}
.cid-tKEsII2Ilf h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tKEsII2Ilf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKEsII2Ilf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKEsII2Ilf H3 {
  color: #ffffff;
}
.cid-tKEsII2Ilf H1 {
  color: #ffffff;
}
.cid-tKEsII2Ilf .mbr-text,
.cid-tKEsII2Ilf .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tKEsKIwQDX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tKEsKIwQDX .mbr-section-subtitle {
  color: #001d43;
}
.cid-tKEsKIwQDX .mbr-section-title {
  color: #5b9791;
}
.cid-tKEsKIwQDX img {
  width: 100%;
}
.cid-tKEsKIwQDX .mbr-text {
  color: #212428;
}
.cid-tKEsKIwQDX .mbr-section-btn {
  margin-top: 40px;
}
.cid-tKEsKIwQDX .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-tKEsKIwQDX * {
    text-align: left;
  }
}
.cid-tKEsKIwQDX .cards-wrap {
  flex-direction: column;
}
.cid-tKEsKIwQDX .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-tKEsKIwQDX .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #187a7d;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-tKEsKIwQDX .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-tKEsKIwQDX .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-tKEsKIwQDX .wrapper .content .mbr-card-title {
  color: #5b9791;
  margin-bottom: 10px;
}
.cid-tKEsKIwQDX .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #15a6aa;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tKEsKIwQDX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKEsKIwQDX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKEsKIwQDX .wrapper .content .mbr-text,
.cid-tKEsKIwQDX .img {
  color: #212428;
}
.cid-tKEsKIwQDX .wrapper .content .mbr-card-title,
.cid-tKEsKIwQDX .img {
  color: #5b9791;
}
.cid-tKEtxIDNwc {
  padding-top: 180px;
  padding-bottom: 0px;
  background-color: #187a7d;
}
.cid-tKEtxIDNwc h3 {
  position: relative;
}
.cid-tKEtxIDNwc h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tKEtxIDNwc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKEtxIDNwc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKEtxIDNwc H3 {
  color: #ffffff;
}
.cid-tKEtxIDNwc H1 {
  color: #ffffff;
}
.cid-tKEtxIDNwc .mbr-text,
.cid-tKEtxIDNwc .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tKEtEesEPA {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tKEtEesEPA .mbr-section-subtitle {
  color: #001d43;
}
.cid-tKEtEesEPA .mbr-section-title {
  color: #5b9791;
}
.cid-tKEtEesEPA img {
  width: 100%;
}
.cid-tKEtEesEPA .mbr-text {
  color: #212428;
}
.cid-tKEtEesEPA .mbr-section-btn {
  margin-top: 40px;
}
.cid-tKEtEesEPA .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-tKEtEesEPA * {
    text-align: left;
  }
}
.cid-tKEtEesEPA .cards-wrap {
  flex-direction: column;
}
.cid-tKEtEesEPA .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-tKEtEesEPA .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #187a7d;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-tKEtEesEPA .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-tKEtEesEPA .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-tKEtEesEPA .wrapper .content .mbr-card-title {
  color: #5b9791;
  margin-bottom: 10px;
}
.cid-tKEtEesEPA .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #15a6aa;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tKEtEesEPA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKEtEesEPA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKEtEesEPA .wrapper .content .mbr-text,
.cid-tKEtEesEPA .img {
  color: #212428;
}
.cid-tKEtEesEPA .wrapper .content .mbr-card-title,
.cid-tKEtEesEPA .img {
  color: #5b9791;
}
.cid-tKEuefval7 {
  padding-top: 180px;
  padding-bottom: 0px;
  background-color: #187a7d;
}
.cid-tKEuefval7 h3 {
  position: relative;
}
.cid-tKEuefval7 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tKEuefval7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKEuefval7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKEuefval7 H3 {
  color: #ffffff;
}
.cid-tKEuefval7 H1 {
  color: #ffffff;
}
.cid-tKEuefval7 .mbr-text,
.cid-tKEuefval7 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tKEuhsduft {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tKEuhsduft .mbr-section-subtitle {
  color: #001d43;
}
.cid-tKEuhsduft .mbr-section-title {
  color: #5b9791;
}
.cid-tKEuhsduft img {
  width: 100%;
}
.cid-tKEuhsduft .mbr-text {
  color: #212428;
}
.cid-tKEuhsduft .mbr-section-btn {
  margin-top: 40px;
}
.cid-tKEuhsduft .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-tKEuhsduft * {
    text-align: left;
  }
}
.cid-tKEuhsduft .cards-wrap {
  flex-direction: column;
}
.cid-tKEuhsduft .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-tKEuhsduft .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #187a7d;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-tKEuhsduft .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-tKEuhsduft .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-tKEuhsduft .wrapper .content .mbr-card-title {
  color: #5b9791;
  margin-bottom: 10px;
}
.cid-tKEuhsduft .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #15a6aa;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tKEuhsduft .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKEuhsduft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKEuhsduft .wrapper .content .mbr-text,
.cid-tKEuhsduft .img {
  color: #212428;
}
.cid-tKEuhsduft .wrapper .content .mbr-card-title,
.cid-tKEuhsduft .img {
  color: #5b9791;
}
.cid-tKEuSipjLT {
  padding-top: 180px;
  padding-bottom: 0px;
  background-color: #187a7d;
}
.cid-tKEuSipjLT h3 {
  position: relative;
}
.cid-tKEuSipjLT h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tKEuSipjLT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKEuSipjLT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKEuSipjLT H3 {
  color: #ffffff;
}
.cid-tKEuSipjLT H1 {
  color: #ffffff;
}
.cid-tKEuSipjLT .mbr-text,
.cid-tKEuSipjLT .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tKEuTxtf7w {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tKEuTxtf7w .mbr-section-subtitle {
  color: #001d43;
}
.cid-tKEuTxtf7w .mbr-section-title {
  color: #5b9791;
}
.cid-tKEuTxtf7w img {
  width: 100%;
}
.cid-tKEuTxtf7w .mbr-text {
  color: #212428;
}
.cid-tKEuTxtf7w .mbr-section-btn {
  margin-top: 40px;
}
.cid-tKEuTxtf7w .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-tKEuTxtf7w * {
    text-align: left;
  }
}
.cid-tKEuTxtf7w .cards-wrap {
  flex-direction: column;
}
.cid-tKEuTxtf7w .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-tKEuTxtf7w .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #187a7d;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-tKEuTxtf7w .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-tKEuTxtf7w .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-tKEuTxtf7w .wrapper .content .mbr-card-title {
  color: #5b9791;
  margin-bottom: 10px;
}
.cid-tKEuTxtf7w .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #15a6aa;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tKEuTxtf7w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKEuTxtf7w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKEuTxtf7w .wrapper .content .mbr-text,
.cid-tKEuTxtf7w .img {
  color: #212428;
}
.cid-tKEuTxtf7w .wrapper .content .mbr-card-title,
.cid-tKEuTxtf7w .img {
  color: #5b9791;
}
.cid-tKETcX3zGd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tKETcX3zGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKETcX3zGd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKETcX3zGd .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tKETcX3zGd .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tKETcX3zGd .container {
    padding: 0 16px;
  }
}
.cid-tKETcX3zGd .row {
  padding: 90px 60px;
  border-radius: 40px;
  background-color: #eff1f2;
}
@media (max-width: 992px) {
  .cid-tKETcX3zGd .row {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-tKETcX3zGd .row {
    padding: 20px 16px;
  }
}
.cid-tKETcX3zGd .row .image-wrapper img {
  height: 440px;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tKETcX3zGd .row .image-wrapper img {
    height: 300px;
  }
}
.cid-tKETcX3zGd iframe h2 {
  font-size: 12px !important;
}
.cid-tLiT5StPaT {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #001d43;
}
.cid-tLiT5StPaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLiT5StPaT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLiT5StPaT .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLiT5StPaT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLiT5StPaT .container {
    padding: 0;
  }
}
.cid-tLiT5StPaT .row {
  justify-content: center;
}
.cid-tLiT5StPaT .title-wrapper {
  padding: 0 16px;
}
.cid-tLiT5StPaT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLiT5StPaT .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tLiT5StPaT .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tLiT5StPaT .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tLiT5StPaT .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #5b9791;
}
.cid-tLiT5StPaT .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tLiT5StPaT .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tLiT5StPaT .mbr-section-title,
.cid-tLiT5StPaT .mbr-iconfont {
  color: #ffffff;
}
.cid-tLiT5StPaT .mbr-section-title,
.cid-tLiT5StPaT .soc-wrapper {
  text-align: center;
}
.cid-tLiT59xEV5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5b9791;
}
.cid-tLiT59xEV5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLiT59xEV5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLiT59xEV5 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLiT59xEV5 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLiT59xEV5 .container {
    padding: 0;
  }
}
.cid-tLiT59xEV5 .row {
  justify-content: center;
}
.cid-tLiT59xEV5 .title-wrapper {
  padding: 0 16px;
}
.cid-tLiT59xEV5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLiT59xEV5 .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tLiT59xEV5 .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tLiT59xEV5 .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tLiT59xEV5 .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #001d43;
}
.cid-tLiT59xEV5 .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tLiT59xEV5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tLiT59xEV5 .mbr-section-title,
.cid-tLiT59xEV5 .mbr-iconfont {
  color: #ffffff;
}
.cid-tLiT59xEV5 .mbr-section-title,
.cid-tLiT59xEV5 .soc-wrapper {
  text-align: center;
}
.cid-tMmzcN9nYH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-3.webp");
}
.cid-tMmzcN9nYH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-tMmzcN9nYH .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tMmzcN9nYH .mbr-section-title {
  color: #187a7d;
}
.cid-tMmzcN9nYH .mbr-section-subtitle {
  color: #001d43;
  margin-top: 1rem;
}
.cid-tMmzcN9nYH .form-container {
  display: flex;
  width: 100%;
}
.cid-tMmzcN9nYH .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tMmzcN9nYH form {
  width: 100%;
}
.cid-tMmzcN9nYH form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tMmzcN9nYH form h5 {
  margin: 40px 0 20px;
}
.cid-tMmzcN9nYH form p {
  color: #45494E;
}
.cid-tMmzcN9nYH form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-tMmzcN9nYH form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-tMmzcN9nYH form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-tMmzcN9nYH form .form-control {
  height: 56px;
  border: none !important;
  border-bottom: 1px solid #A2A4A7 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: #45494E;
  font-weight: 400;
}
.cid-tMmzcN9nYH form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmzcN9nYH form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmzcN9nYH form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmzcN9nYH form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmzcN9nYH form select {
  color: #A2A4A7 !important;
}
.cid-tMmzcN9nYH form textarea {
  height: 250px !important;
}
.cid-tMmzcN9nYH form input:active,
.cid-tMmzcN9nYH form textarea:active,
.cid-tMmzcN9nYH form input:focus,
.cid-tMmzcN9nYH form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-tMmzcN9nYH form input:active::-webkit-input-placeholder,
.cid-tMmzcN9nYH form textarea:active::-webkit-input-placeholder,
.cid-tMmzcN9nYH form input:focus::-webkit-input-placeholder,
.cid-tMmzcN9nYH form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmzcN9nYH form input:active::-moz-placeholder,
.cid-tMmzcN9nYH form textarea:active::-moz-placeholder,
.cid-tMmzcN9nYH form input:focus::-moz-placeholder,
.cid-tMmzcN9nYH form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmzcN9nYH form input:active:-moz-placeholder,
.cid-tMmzcN9nYH form textarea:active:-moz-placeholder,
.cid-tMmzcN9nYH form input:focus:-moz-placeholder,
.cid-tMmzcN9nYH form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmzcN9nYH form input:active:-ms-input-placeholder,
.cid-tMmzcN9nYH form textarea:active:-ms-input-placeholder,
.cid-tMmzcN9nYH form input:focus:-ms-input-placeholder,
.cid-tMmzcN9nYH form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmzcN9nYH form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-tMmzcN9nYH form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tMmzcN9nYH form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-tMmzcN9nYH form .form-control-label {
  width: 100%;
}
.cid-tMmzcN9nYH form .form-check-label {
  margin-bottom: 10px;
}
.cid-tMmzcN9nYH form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tMmzcN9nYH form .form-check-input:focus,
.cid-tMmzcN9nYH form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-tMmzcN9nYH form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-tMmzcN9nYH .mbr-section-btn button {
  background-color: #5b9791 !important;
}
.cid-tK0mVT2VrP {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #187a7d;
}
.cid-tK0mVT2VrP .container-fluid {
  padding: 0;
}
.cid-tK0mVT2VrP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tK0mVT2VrP .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tK0mVT2VrP .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li {
  color: white !important;
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tK0mVT2VrP .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tK0mVT2VrP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tK0mVT2VrP .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tK0mVT2VrP .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tK0mVT2VrP .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tK0mVT2VrP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tK0mVT2VrP .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tK0mVT2VrP .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tK0mVT2VrP .copyright {
  margin: 0 60px;
  border-top: 1px solid #ffffff;
  padding: 26px 0;
}
.cid-tK0mVT2VrP .copyright .mbr-text {
  margin: 0;
}
.cid-tK0mVT2VrP .mbr-section-title,
.cid-tK0mVT2VrP .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tK0mVT2VrP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tK0mVT2VrP .foot-menu {
  color: #ffffff;
}
.cid-tK0mVT2VrP H5 {
  color: #ffffff;
}
.cid-tK0mVT2VrP li a {
  color: white !important;
}
.cid-tSRXNZhkQB.popup-builder {
  background-color: #ffffff;
}
.cid-tSRXNZhkQB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSRXNZhkQB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSRXNZhkQB .modal-content,
.cid-tSRXNZhkQB .modal-dialog {
  height: auto;
}
.cid-tSRXNZhkQB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSRXNZhkQB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSRXNZhkQB .form-wrapper .mbr-form .form-group,
  .cid-tSRXNZhkQB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSRXNZhkQB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSRXNZhkQB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSRXNZhkQB .mbr-text {
  text-align: center;
}
.cid-tSRXNZhkQB .pt-0 {
  padding-top: 0 !important;
}
.cid-tSRXNZhkQB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSRXNZhkQB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSRXNZhkQB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSRXNZhkQB .modal-open {
  overflow: hidden;
}
.cid-tSRXNZhkQB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSRXNZhkQB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSRXNZhkQB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSRXNZhkQB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tSRXNZhkQB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSRXNZhkQB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSRXNZhkQB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSRXNZhkQB .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tSRXNZhkQB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSRXNZhkQB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSRXNZhkQB .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSRXNZhkQB .modal-backdrop.show {
  opacity: .5;
}
.cid-tSRXNZhkQB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tSRXNZhkQB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRXNZhkQB .modal-header {
    padding: 1rem;
  }
}
.cid-tSRXNZhkQB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSRXNZhkQB .modal-header .close svg {
  fill: #353535;
}
.cid-tSRXNZhkQB .modal-header .close:hover {
  opacity: 1;
}
.cid-tSRXNZhkQB .modal-header .close:focus {
  outline: none;
}
.cid-tSRXNZhkQB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tSRXNZhkQB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSRXNZhkQB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRXNZhkQB .modal-body {
    padding: 1rem;
  }
}
.cid-tSRXNZhkQB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tSRXNZhkQB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRXNZhkQB .modal-footer {
    padding: 1rem;
  }
}
.cid-tSRXNZhkQB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSRXNZhkQB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSRXNZhkQB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSRXNZhkQB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSRXNZhkQB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSRXNZhkQB .modal-lg,
  .cid-tSRXNZhkQB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSRXNZhkQB .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSRXNZhkQB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSRXNZhkQB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tSRXNZhkQB .form-group {
  margin-bottom: 1rem;
}
.cid-tSRXNZhkQB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSRXNZhkQB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSRXNZhkQB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tSRXNZhkQB .mbr-section-btn {
  margin: 0;
}
.cid-tSRXNZhkQB .mbr-section-btn .btn {
  margin: 0;
}
.cid-tKo9LW2JPZ {
  z-index: 1000;
  width: 100%;
}
.cid-tKo9LW2JPZ .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tKo9LW2JPZ nav.navbar {
  position: fixed;
}
.cid-tKo9LW2JPZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKo9LW2JPZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKo9LW2JPZ .dropdown-item:hover,
.cid-tKo9LW2JPZ .dropdown-item:focus {
  background: #5b9791 !important;
  color: white !important;
}
.cid-tKo9LW2JPZ .dropdown-item:hover span {
  color: white;
}
.cid-tKo9LW2JPZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKo9LW2JPZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKo9LW2JPZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKo9LW2JPZ .nav-link {
  position: relative;
}
.cid-tKo9LW2JPZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tKo9LW2JPZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tKo9LW2JPZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKo9LW2JPZ .dropdown-menu,
.cid-tKo9LW2JPZ .navbar.opened {
  background: #ffffff !important;
}
.cid-tKo9LW2JPZ .nav-item:focus,
.cid-tKo9LW2JPZ .nav-link:focus {
  outline: none;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKo9LW2JPZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKo9LW2JPZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tKo9LW2JPZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tKo9LW2JPZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKo9LW2JPZ .navbar .navbar-logo img {
  width: auto;
  margin-right: -10px;
}
.cid-tKo9LW2JPZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKo9LW2JPZ .navbar.collapsed {
  justify-content: center;
}
.cid-tKo9LW2JPZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKo9LW2JPZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKo9LW2JPZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tKo9LW2JPZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKo9LW2JPZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKo9LW2JPZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKo9LW2JPZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKo9LW2JPZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKo9LW2JPZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKo9LW2JPZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKo9LW2JPZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tKo9LW2JPZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKo9LW2JPZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKo9LW2JPZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKo9LW2JPZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKo9LW2JPZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKo9LW2JPZ .dropdown-item.active,
.cid-tKo9LW2JPZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tKo9LW2JPZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKo9LW2JPZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKo9LW2JPZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKo9LW2JPZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKo9LW2JPZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKo9LW2JPZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKo9LW2JPZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #15a6aa;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKo9LW2JPZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKo9LW2JPZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKo9LW2JPZ .navbar {
    height: 70px;
  }
  .cid-tKo9LW2JPZ .navbar.opened {
    height: auto;
  }
  .cid-tKo9LW2JPZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKo9LW2JPZ img {
  cursor: pointer;
}
.cid-tKo9LW2JPZ #buscador {
  position: fixed;
  top: 0px;
  right: 8px;
}
@media screen and (max-device-width: 800px) {
  .cid-tKo9LW2JPZ #buscador {
    position: relative !important;
    margin: 10px !important;
    bottom: 5px !important;
  }
  .cid-tKo9LW2JPZ #searchButton {
    height: 40px;
    width: auto;
    margin-left: -40px;
    position: absolute;
  }
}
@media screen and (max-width: 800px) {
  .cid-tKo9LW2JPZ #buscador {
    margin: 10px !important;
    position: relative !important;
    bottom: 5px !important;
  }
}
.cid-tKo9LW2JPZ #searchButton {
  height: 40px;
  position: absolute;
  width: auto;
  margin-left: -40px;
}
.cid-tKo9LW2JPZ #cools {
  border-radius: 8px;
  background-color: #001d43 !important;
}
.cid-tKo9LW2JPZ #searchInput {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
}
.cid-tKo9LW2JPZ .container-fuild {
  margin-top: 15px;
}
.cid-tKo9LW2JPZ .navbar-collapse {
  margin-top: 35px;
}
.cid-tJRR1qhxNG {
  background-image: url("../../../assets/images/centros-de-clinicas-aevo-01-op-1-890x668.webp");
}
.cid-tJRR1qhxNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJRR1qhxNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJRR1qhxNG .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tJRR1qhxNG .container-fluid {
    padding: 0 30px;
  }
}
.cid-tJRR1qhxNG .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tJRR1qhxNG .container {
    padding: 0 30px;
  }
}
.cid-tJRR1qhxNG .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-tJRR1qhxNG .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-tJRR1qhxNG .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tJRR1qhxNG .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tJRR1qhxNG .mbr-section-title {
  color: #ffffff;
}
.cid-tJRR1qhxNG .mbr-text {
  color: #ffffff;
}
#custom-html-z7 img {
  border: 2px solid white;
  width: 60px;
  height: auto;
  position: fixed;
  top: 35%;
  right: 8px;
  z-index: 999999999999999999999999 !important;
  border-radius: 8px;
}
.cid-tJRRzLYLEP {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tJRRzLYLEP h3 {
  position: relative;
}
.cid-tJRRzLYLEP h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tJRRzLYLEP H3 {
  color: #15a6aa;
}
.cid-tJRRzLYLEP H1 {
  color: #879a9f;
}
.cid-tJRRzLYLEP .mbr-text,
.cid-tJRRzLYLEP .mbr-section-btn {
  color: #5b9791;
}
.cid-tJRRzLYLEP img {
  height: 20px;
  width: auto;
}
.cid-tIsHo51w7o {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tIsHo51w7o .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tIsHo51w7o .mbr-section-title {
  color: #217e81;
  text-align: left;
}
.cid-tIsHo51w7o .mbr-section-subtitle {
  color: #001d43;
  margin-top: 10px;
}
.cid-tIsHo51w7o .embla {
  position: relative;
  width: 100%;
}
.cid-tIsHo51w7o .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tIsHo51w7o .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tIsHo51w7o .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tIsHo51w7o .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tIsHo51w7o .embla__slide {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: calc(100vw / 3 - 60px);
  width: calc(100vw / 3 - 60px);
  margin: 0 30px;
  border: 1px solid #eaeaea;
}
@media (max-width: 991px) {
  .cid-tIsHo51w7o .embla__slide {
    min-width: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-tIsHo51w7o .embla__slide {
    min-width: 100%;
    width: 100%;
  }
}
.cid-tIsHo51w7o .item:focus,
.cid-tIsHo51w7o span:focus {
  outline: none;
}
.cid-tIsHo51w7o .slide-content {
  position: relative;
  border-radius: 0;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tIsHo51w7o .item-img {
  width: 100%;
}
.cid-tIsHo51w7o .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: calc(408 / (114 * 3));
}
.cid-tIsHo51w7o .embla__button--next,
.cid-tIsHo51w7o .embla__button--prev {
  display: flex;
}
.cid-tIsHo51w7o .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(155, 141, 183, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-tIsHo51w7o .embla__button {
    display: none;
  }
}
.cid-tIsHo51w7o .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tIsHo51w7o .embla__button:hover {
  background: #9b8db7;
  color: #FFFFFF;
}
.cid-tIsHo51w7o .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIsHo51w7o .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tIsHo51w7o .embla__button {
    top: auto;
  }
}
.cid-tIpnBylptt {
  background-image: url("../../../assets/images/centros-de-clinicas-aevo-el-corte-ingles-01-op-2000x1153.webp");
}
.cid-tIpnBylptt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIpnBylptt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIpnBylptt .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tIpnBylptt .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIpnBylptt .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIpnBylptt .container {
    padding: 0 20px;
  }
}
.cid-tIpnBylptt .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tIpnBylptt .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-tIpnBylptt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tIpnBylptt .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-tIttB2shhi {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tIttB2shhi .display-1 {
    letter-spacing: -6px;
  }
}
.cid-tIttB2shhi p {
  margin: 0;
}
.cid-tIttB2shhi .display-1 {
  line-height: 1;
}
.cid-tIttB2shhi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIttB2shhi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIttB2shhi H1 {
  color: #187a7d;
}
.cid-tIttB2shhi .mbr-text,
.cid-tIttB2shhi .img-align {
  color: #001d43;
}
.cid-tKtxLkPTnK {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tKtxLkPTnK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKtxLkPTnK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKtxLkPTnK .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tKtxLkPTnK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tKtxLkPTnK .container {
    padding: 0 16px;
  }
}
.cid-tKtxLkPTnK .row {
  padding: 90px 60px;
  border-radius: 40px;
  background-color: #eff1f2;
}
@media (max-width: 992px) {
  .cid-tKtxLkPTnK .row {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-tKtxLkPTnK .row {
    padding: 20px 16px;
  }
}
.cid-tKtxLkPTnK .row .image-wrapper img {
  height: 440px;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tKtxLkPTnK .row .image-wrapper img {
    height: 300px;
  }
}
.cid-tKtxLkPTnK iframe h2 {
  font-size: 12px !important;
}
.cid-tLiTI4ly1K {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #001d43;
}
.cid-tLiTI4ly1K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLiTI4ly1K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLiTI4ly1K .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLiTI4ly1K .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLiTI4ly1K .container {
    padding: 0;
  }
}
.cid-tLiTI4ly1K .row {
  justify-content: center;
}
.cid-tLiTI4ly1K .title-wrapper {
  padding: 0 16px;
}
.cid-tLiTI4ly1K .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLiTI4ly1K .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tLiTI4ly1K .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tLiTI4ly1K .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tLiTI4ly1K .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #5b9791;
}
.cid-tLiTI4ly1K .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tLiTI4ly1K .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tLiTI4ly1K .mbr-section-title,
.cid-tLiTI4ly1K .mbr-iconfont {
  color: #ffffff;
}
.cid-tLiTI4ly1K .mbr-section-title,
.cid-tLiTI4ly1K .soc-wrapper {
  text-align: center;
}
.cid-tLiTGfx343 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5b9791;
}
.cid-tLiTGfx343 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLiTGfx343 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLiTGfx343 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLiTGfx343 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLiTGfx343 .container {
    padding: 0;
  }
}
.cid-tLiTGfx343 .row {
  justify-content: center;
}
.cid-tLiTGfx343 .title-wrapper {
  padding: 0 16px;
}
.cid-tLiTGfx343 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLiTGfx343 .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tLiTGfx343 .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tLiTGfx343 .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tLiTGfx343 .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #001d43;
}
.cid-tLiTGfx343 .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tLiTGfx343 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tLiTGfx343 .mbr-section-title,
.cid-tLiTGfx343 .mbr-iconfont {
  color: #ffffff;
}
.cid-tLiTGfx343 .mbr-section-title,
.cid-tLiTGfx343 .soc-wrapper {
  text-align: center;
}
.cid-tMmznWUO89 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-3.webp");
}
.cid-tMmznWUO89 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-tMmznWUO89 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tMmznWUO89 .mbr-section-title {
  color: #187a7d;
}
.cid-tMmznWUO89 .mbr-section-subtitle {
  color: #001d43;
  margin-top: 1rem;
}
.cid-tMmznWUO89 .form-container {
  display: flex;
  width: 100%;
}
.cid-tMmznWUO89 .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tMmznWUO89 form {
  width: 100%;
}
.cid-tMmznWUO89 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tMmznWUO89 form h5 {
  margin: 40px 0 20px;
}
.cid-tMmznWUO89 form p {
  color: #45494E;
}
.cid-tMmznWUO89 form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-tMmznWUO89 form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-tMmznWUO89 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-tMmznWUO89 form .form-control {
  height: 56px;
  border: none !important;
  border-bottom: 1px solid #A2A4A7 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: #45494E;
  font-weight: 400;
}
.cid-tMmznWUO89 form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmznWUO89 form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmznWUO89 form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmznWUO89 form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmznWUO89 form select {
  color: #A2A4A7 !important;
}
.cid-tMmznWUO89 form textarea {
  height: 250px !important;
}
.cid-tMmznWUO89 form input:active,
.cid-tMmznWUO89 form textarea:active,
.cid-tMmznWUO89 form input:focus,
.cid-tMmznWUO89 form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-tMmznWUO89 form input:active::-webkit-input-placeholder,
.cid-tMmznWUO89 form textarea:active::-webkit-input-placeholder,
.cid-tMmznWUO89 form input:focus::-webkit-input-placeholder,
.cid-tMmznWUO89 form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmznWUO89 form input:active::-moz-placeholder,
.cid-tMmznWUO89 form textarea:active::-moz-placeholder,
.cid-tMmznWUO89 form input:focus::-moz-placeholder,
.cid-tMmznWUO89 form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmznWUO89 form input:active:-moz-placeholder,
.cid-tMmznWUO89 form textarea:active:-moz-placeholder,
.cid-tMmznWUO89 form input:focus:-moz-placeholder,
.cid-tMmznWUO89 form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmznWUO89 form input:active:-ms-input-placeholder,
.cid-tMmznWUO89 form textarea:active:-ms-input-placeholder,
.cid-tMmznWUO89 form input:focus:-ms-input-placeholder,
.cid-tMmznWUO89 form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmznWUO89 form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-tMmznWUO89 form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tMmznWUO89 form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-tMmznWUO89 form .form-control-label {
  width: 100%;
}
.cid-tMmznWUO89 form .form-check-label {
  margin-bottom: 10px;
}
.cid-tMmznWUO89 form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tMmznWUO89 form .form-check-input:focus,
.cid-tMmznWUO89 form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-tMmznWUO89 form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-tMmznWUO89 .mbr-section-btn button {
  background-color: #5b9791 !important;
}
.cid-tK0mVT2VrP {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #187a7d;
}
.cid-tK0mVT2VrP .container-fluid {
  padding: 0;
}
.cid-tK0mVT2VrP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tK0mVT2VrP .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tK0mVT2VrP .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li {
  color: white !important;
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tK0mVT2VrP .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tK0mVT2VrP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tK0mVT2VrP .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tK0mVT2VrP .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tK0mVT2VrP .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tK0mVT2VrP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tK0mVT2VrP .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tK0mVT2VrP .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tK0mVT2VrP .copyright {
  margin: 0 60px;
  border-top: 1px solid #ffffff;
  padding: 26px 0;
}
.cid-tK0mVT2VrP .copyright .mbr-text {
  margin: 0;
}
.cid-tK0mVT2VrP .mbr-section-title,
.cid-tK0mVT2VrP .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tK0mVT2VrP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tK0mVT2VrP .foot-menu {
  color: #ffffff;
}
.cid-tK0mVT2VrP H5 {
  color: #ffffff;
}
.cid-tK0mVT2VrP li a {
  color: white !important;
}
.cid-tSRXO0PtSw.popup-builder {
  background-color: #ffffff;
}
.cid-tSRXO0PtSw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSRXO0PtSw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSRXO0PtSw .modal-content,
.cid-tSRXO0PtSw .modal-dialog {
  height: auto;
}
.cid-tSRXO0PtSw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSRXO0PtSw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSRXO0PtSw .form-wrapper .mbr-form .form-group,
  .cid-tSRXO0PtSw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSRXO0PtSw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSRXO0PtSw .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSRXO0PtSw .mbr-text {
  text-align: center;
}
.cid-tSRXO0PtSw .pt-0 {
  padding-top: 0 !important;
}
.cid-tSRXO0PtSw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSRXO0PtSw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSRXO0PtSw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSRXO0PtSw .modal-open {
  overflow: hidden;
}
.cid-tSRXO0PtSw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSRXO0PtSw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSRXO0PtSw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSRXO0PtSw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tSRXO0PtSw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSRXO0PtSw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSRXO0PtSw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSRXO0PtSw .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tSRXO0PtSw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSRXO0PtSw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSRXO0PtSw .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSRXO0PtSw .modal-backdrop.show {
  opacity: .5;
}
.cid-tSRXO0PtSw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tSRXO0PtSw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRXO0PtSw .modal-header {
    padding: 1rem;
  }
}
.cid-tSRXO0PtSw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSRXO0PtSw .modal-header .close svg {
  fill: #353535;
}
.cid-tSRXO0PtSw .modal-header .close:hover {
  opacity: 1;
}
.cid-tSRXO0PtSw .modal-header .close:focus {
  outline: none;
}
.cid-tSRXO0PtSw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tSRXO0PtSw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSRXO0PtSw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRXO0PtSw .modal-body {
    padding: 1rem;
  }
}
.cid-tSRXO0PtSw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tSRXO0PtSw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRXO0PtSw .modal-footer {
    padding: 1rem;
  }
}
.cid-tSRXO0PtSw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSRXO0PtSw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSRXO0PtSw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSRXO0PtSw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSRXO0PtSw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSRXO0PtSw .modal-lg,
  .cid-tSRXO0PtSw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSRXO0PtSw .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSRXO0PtSw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSRXO0PtSw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tSRXO0PtSw .form-group {
  margin-bottom: 1rem;
}
.cid-tSRXO0PtSw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSRXO0PtSw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSRXO0PtSw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tSRXO0PtSw .mbr-section-btn {
  margin: 0;
}
.cid-tSRXO0PtSw .mbr-section-btn .btn {
  margin: 0;
}
.cid-tKo9LW2JPZ {
  z-index: 1000;
  width: 100%;
}
.cid-tKo9LW2JPZ .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tKo9LW2JPZ nav.navbar {
  position: fixed;
}
.cid-tKo9LW2JPZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKo9LW2JPZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKo9LW2JPZ .dropdown-item:hover,
.cid-tKo9LW2JPZ .dropdown-item:focus {
  background: #5b9791 !important;
  color: white !important;
}
.cid-tKo9LW2JPZ .dropdown-item:hover span {
  color: white;
}
.cid-tKo9LW2JPZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKo9LW2JPZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKo9LW2JPZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKo9LW2JPZ .nav-link {
  position: relative;
}
.cid-tKo9LW2JPZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tKo9LW2JPZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tKo9LW2JPZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKo9LW2JPZ .dropdown-menu,
.cid-tKo9LW2JPZ .navbar.opened {
  background: #ffffff !important;
}
.cid-tKo9LW2JPZ .nav-item:focus,
.cid-tKo9LW2JPZ .nav-link:focus {
  outline: none;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKo9LW2JPZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKo9LW2JPZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tKo9LW2JPZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tKo9LW2JPZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKo9LW2JPZ .navbar .navbar-logo img {
  width: auto;
  margin-right: -10px;
}
.cid-tKo9LW2JPZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKo9LW2JPZ .navbar.collapsed {
  justify-content: center;
}
.cid-tKo9LW2JPZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKo9LW2JPZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKo9LW2JPZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tKo9LW2JPZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKo9LW2JPZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKo9LW2JPZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKo9LW2JPZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKo9LW2JPZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKo9LW2JPZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKo9LW2JPZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKo9LW2JPZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tKo9LW2JPZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKo9LW2JPZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKo9LW2JPZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKo9LW2JPZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKo9LW2JPZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKo9LW2JPZ .dropdown-item.active,
.cid-tKo9LW2JPZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tKo9LW2JPZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKo9LW2JPZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKo9LW2JPZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKo9LW2JPZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKo9LW2JPZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKo9LW2JPZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKo9LW2JPZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #15a6aa;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKo9LW2JPZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKo9LW2JPZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKo9LW2JPZ .navbar {
    height: 70px;
  }
  .cid-tKo9LW2JPZ .navbar.opened {
    height: auto;
  }
  .cid-tKo9LW2JPZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKo9LW2JPZ img {
  cursor: pointer;
}
.cid-tKo9LW2JPZ #buscador {
  position: fixed;
  top: 0px;
  right: 8px;
}
@media screen and (max-device-width: 800px) {
  .cid-tKo9LW2JPZ #buscador {
    position: relative !important;
    margin: 10px !important;
    bottom: 5px !important;
  }
  .cid-tKo9LW2JPZ #searchButton {
    height: 40px;
    width: auto;
    margin-left: -40px;
    position: absolute;
  }
}
@media screen and (max-width: 800px) {
  .cid-tKo9LW2JPZ #buscador {
    margin: 10px !important;
    position: relative !important;
    bottom: 5px !important;
  }
}
.cid-tKo9LW2JPZ #searchButton {
  height: 40px;
  position: absolute;
  width: auto;
  margin-left: -40px;
}
.cid-tKo9LW2JPZ #cools {
  border-radius: 8px;
  background-color: #001d43 !important;
}
.cid-tKo9LW2JPZ #searchInput {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
}
.cid-tKo9LW2JPZ .container-fuild {
  margin-top: 15px;
}
.cid-tKo9LW2JPZ .navbar-collapse {
  margin-top: 35px;
}
.cid-tIvfuruISg {
  background-image: url("../../../assets/images/medicina-tradicional-china-clinicas-aevo-2000x1331.webp");
}
.cid-tIvfuruISg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIvfuruISg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tIvfuruISg .col-content {
    text-align: center;
  }
}
.cid-tIvfuruISg .label-text {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tIvfuruISg .mbr-section-title {
  color: #15a6aa;
}
.cid-tIvfuruISg .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tIvfuruISg .mbr-section-btn {
  margin-top: 22px;
}
.cid-tIvfuruISg .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-tIvfuruISg .text-item {
  border-top: 2px solid #33363b;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tIvfuruISg .text-item {
    text-align: center;
  }
}
.cid-tIvfuruISg .mbr-text {
  color: #24262b;
}
.cid-tIvfuruISg .address-text {
  margin-top: 8px;
  color: #24262b;
}
#custom-html-z5 img {
  border: 2px solid white;
  width: 60px;
  height: auto;
  position: fixed;
  top: 55%;
  right: 8px;
  z-index: 999999999999999999999999 !important;
  border-radius: 8px;
}
.cid-tIoXIwgyxo {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tIoXIwgyxo h3 {
  position: relative;
}
.cid-tIoXIwgyxo h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tIoXIwgyxo H3 {
  color: #15a6aa;
}
.cid-tIoXIwgyxo H1 {
  color: #879a9f;
}
.cid-tIoXIwgyxo .mbr-text,
.cid-tIoXIwgyxo .mbr-section-btn {
  color: #95cac5;
}
.cid-tIoXIwgyxo img {
  height: 20px;
  width: auto;
}
.cid-tJRS1zlkEM {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tJRS1zlkEM h3 {
  position: relative;
}
.cid-tJRS1zlkEM h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tJRS1zlkEM H3 {
  color: #15a6aa;
}
.cid-tJRS1zlkEM H1 {
  color: #879a9f;
}
.cid-tJRS1zlkEM .mbr-text,
.cid-tJRS1zlkEM .mbr-section-btn {
  color: #5b9791;
}
.cid-tJRS1zlkEM img {
  height: 20px;
  width: auto;
}
.cid-tIAlzG1ric {
  background-image: url("../../../assets/images/bien-cuidado-retrato-mujer-joven-hermosa-sobre-fondo-blanco-estudio-concepto-cosmetica-maquillaje-tratamiento-natural-ecologico-cuidado-piel-aspecto-brillante-saludable-moda-salud-copyspace-op-2000x1377.webp");
}
.cid-tIAlzG1ric .wrapper {
  height: 550px;
}
.cid-tIAlzG1ric .mbr-section-title {
  color: #15a6aa;
  text-align: right;
}
.cid-tJ2Bx6hxXT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tJ2Bx6hxXT h3 {
  position: relative;
}
.cid-tJ2Bx6hxXT h3:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -130px;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tJ2Bx6hxXT .mbr-iconfont {
  margin-top: 160px;
  display: block;
  font-size: 3rem;
  color: #000000;
}
.cid-tJ2Bx6hxXT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ2Bx6hxXT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ2Bx6hxXT H3 {
  color: #928350;
}
.cid-tIAnESHHBG {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.cid-tIAnESHHBG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIAnESHHBG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/centros-de-clinicas-aevo-01-op-2-2000x1500.webp");
}
@media (max-width: 992px) {
  .cid-tIAnESHHBG .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-tIAnESHHBG .display-1 {
    font-size: 2.4rem;
  }
}
.cid-tIAnESHHBG a {
  font-weight: bold;
}
.cid-tIAnESHHBG .mbr-text1 {
  text-align: center;
  color: #efefef;
  background: #efefef;
  width: fit-content;
  display: inline-block;
  white-space: nowrap;
  margin: auto;
  padding: 0 3rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-radius: 6rem;
}
@media (max-width: 992px) {
  .cid-tIAnESHHBG .mbr-text1 {
    padding-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  .cid-tIAnESHHBG .mbr-text1 {
    padding: 0 2rem;
    padding-bottom: 1rem;
    padding-top: 1.2rem;
  }
}
.cid-tIAnESHHBG .mbr-text2 {
  text-align: center;
  color: #ffffff;
  display: inline-block;
  background: #ffffff;
  white-space: nowrap;
  width: fit-content;
  margin: auto;
  padding: 0 3rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-radius: 6rem;
}
@media (max-width: 992px) {
  .cid-tIAnESHHBG .mbr-text2 {
    padding-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  .cid-tIAnESHHBG .mbr-text2 {
    padding: 0 2rem;
    padding-bottom: 1rem;
    padding-top: 1.2rem;
  }
}
.cid-tIAnESHHBG .mbr-text,
.cid-tIAnESHHBG .mbr-section-btn {
  text-align: center;
  color: #af9fff;
}
.cid-tIAkIVitBi {
  background-image: url("../../../assets/images/mujer-asiatica-belleza-cuidado-piel-cara-hermosa-que-acuesta-reflexion-espejo-aislada-pared-blanca-2000x1334.webp");
}
.cid-tIAkIVitBi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIAkIVitBi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIAkIVitBi .mbr-section-title {
  color: #ffffff;
}
.cid-tIAkIVitBi .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tIAkIVitBi .mbr-section-btn {
  margin-top: 30px;
}
.cid-tIAsCHElKX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tIAsCHElKX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIAsCHElKX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIAsCHElKX .nav-tabs .nav-item.open .nav-link:focus,
.cid-tIAsCHElKX .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tIAsCHElKX .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tIAsCHElKX .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tIAsCHElKX .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tIAsCHElKX .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tIAsCHElKX .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tIAsCHElKX .nav-link,
.cid-tIAsCHElKX .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tIAsCHElKX .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tIAsCHElKX H4 {
  text-align: center;
}
.cid-tIAsCHElKX H3 {
  text-align: center;
  color: #15a6aa;
}
.cid-tIAsCHElKX P {
  color: #635a51;
}
.cid-tIzYYG72u7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tIzYYG72u7 .display-1 {
    letter-spacing: -6px;
  }
}
.cid-tIzYYG72u7 p {
  margin: 0;
}
.cid-tIzYYG72u7 .display-1 {
  line-height: 1;
}
.cid-tIApa2bbiT {
  background-image: url("../../../assets/images/moxibustion-medicina-tradicional-china-clinicas-aevo-2000x1331.webp");
}
.cid-tIApa2bbiT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIApa2bbiT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIApa2bbiT .mbr-section-title {
  color: #ffffff;
}
.cid-tIApa2bbiT .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tIApa2bbiT .mbr-section-btn {
  margin-top: 30px;
}
.cid-tIADeVXyWg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tIADeVXyWg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIADeVXyWg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIADeVXyWg .nav-tabs .nav-item.open .nav-link:focus,
.cid-tIADeVXyWg .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tIADeVXyWg .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tIADeVXyWg .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tIADeVXyWg .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tIADeVXyWg .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tIADeVXyWg .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tIADeVXyWg .nav-link,
.cid-tIADeVXyWg .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tIADeVXyWg .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tIADeVXyWg H4 {
  text-align: center;
}
.cid-tIADeVXyWg H3 {
  text-align: center;
  color: #15a6aa;
}
.cid-tIADeVXyWg P {
  color: #635a51;
}
.cid-tIAI7mElbC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tIAI7mElbC .display-1 {
    letter-spacing: -6px;
  }
}
.cid-tIAI7mElbC p {
  margin: 0;
}
.cid-tIAI7mElbC .display-1 {
  line-height: 1;
}
.cid-tIADXJ3hAM {
  background-image: url("../../../assets/images/electroestimulacion-medicina-tradicional-china-clinica-aevo-1460x973.webp");
}
.cid-tIADXJ3hAM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIADXJ3hAM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIADXJ3hAM .mbr-section-title {
  color: #ffffff;
}
.cid-tIADXJ3hAM .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tIADXJ3hAM .mbr-section-btn {
  margin-top: 30px;
}
.cid-tIAE7SdLRx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tIAE7SdLRx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIAE7SdLRx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIAE7SdLRx .nav-tabs .nav-item.open .nav-link:focus,
.cid-tIAE7SdLRx .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tIAE7SdLRx .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tIAE7SdLRx .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tIAE7SdLRx .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tIAE7SdLRx .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tIAE7SdLRx .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tIAE7SdLRx .nav-link,
.cid-tIAE7SdLRx .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tIAE7SdLRx .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tIAE7SdLRx H4 {
  text-align: center;
}
.cid-tIAE7SdLRx H3 {
  text-align: center;
  color: #15a6aa;
}
.cid-tIAE7SdLRx P {
  color: #635a51;
}
.cid-tIAHW43d0T {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tIAHW43d0T .display-1 {
    letter-spacing: -6px;
  }
}
.cid-tIAHW43d0T p {
  margin: 0;
}
.cid-tIAHW43d0T .display-1 {
  line-height: 1;
}
.cid-tIAEru4nAT {
  background-image: url("../../../assets/images/cliente-con-proceso-de-ventosa-2000x1331.webp");
}
.cid-tIAEru4nAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIAEru4nAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIAEru4nAT .mbr-section-title {
  color: #ffffff;
}
.cid-tIAEru4nAT .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tIAEru4nAT .mbr-section-btn {
  margin-top: 30px;
}
.cid-tIAEsjq47S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tIAEsjq47S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIAEsjq47S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIAEsjq47S .nav-tabs .nav-item.open .nav-link:focus,
.cid-tIAEsjq47S .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tIAEsjq47S .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tIAEsjq47S .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tIAEsjq47S .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tIAEsjq47S .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tIAEsjq47S .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tIAEsjq47S .nav-link,
.cid-tIAEsjq47S .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tIAEsjq47S .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tIAEsjq47S H4 {
  text-align: center;
}
.cid-tIAEsjq47S H3 {
  text-align: center;
  color: #15a6aa;
}
.cid-tIAEsjq47S P {
  color: #635a51;
}
.cid-tIAGftsBa5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tIAGftsBa5 .display-1 {
    letter-spacing: -6px;
  }
}
.cid-tIAGftsBa5 p {
  margin: 0;
}
.cid-tIAGftsBa5 .display-1 {
  line-height: 1;
}
.cid-tIAH8LQ24C {
  background-image: url("../../../assets/images/op-facial-medicina-tradicional-china-clinicas-1701x1134.webp");
}
.cid-tIAH8LQ24C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIAH8LQ24C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIAH8LQ24C .mbr-section-title {
  color: #FFFFFF;
}
.cid-tIAH8LQ24C .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tIAH8LQ24C .mbr-section-btn {
  margin-top: 30px;
}
.cid-tIAEYK8mpa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tIAEYK8mpa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIAEYK8mpa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIAEYK8mpa .nav-tabs .nav-item.open .nav-link:focus,
.cid-tIAEYK8mpa .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tIAEYK8mpa .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tIAEYK8mpa .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tIAEYK8mpa .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tIAEYK8mpa .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tIAEYK8mpa .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tIAEYK8mpa .nav-link,
.cid-tIAEYK8mpa .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tIAEYK8mpa .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tIAEYK8mpa H4 {
  text-align: center;
}
.cid-tIAEYK8mpa H3 {
  text-align: center;
  color: #15a6aa;
}
.cid-tIAEYK8mpa P {
  color: #635a51;
}
.cid-tIAMwXLYAe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tIAMwXLYAe .display-1 {
    letter-spacing: -6px;
  }
}
.cid-tIAMwXLYAe p {
  margin: 0;
}
.cid-tIAMwXLYAe .display-1 {
  line-height: 1;
}
.cid-tIAGp2mFt8 {
  background-image: url("../../../assets/images/op-auriculoterapia-medicina-tradicional-china-clinicas-aevo-711x1065.webp");
}
.cid-tIAGp2mFt8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIAGp2mFt8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIAGp2mFt8 .mbr-section-title {
  color: #ffffff;
}
.cid-tIAGp2mFt8 .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tIAGp2mFt8 .mbr-section-btn {
  margin-top: 30px;
}
.cid-tIAGqiTcbT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tIAGqiTcbT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIAGqiTcbT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIAGqiTcbT .nav-tabs .nav-item.open .nav-link:focus,
.cid-tIAGqiTcbT .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tIAGqiTcbT .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #1f6a6c;
}
@media (max-width: 767px) {
  .cid-tIAGqiTcbT .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tIAGqiTcbT .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tIAGqiTcbT .nav-tabs .nav-link:not(.active) {
  color: #15a6aa;
}
.cid-tIAGqiTcbT .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tIAGqiTcbT .nav-link,
.cid-tIAGqiTcbT .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tIAGqiTcbT .nav-tabs .nav-link.active {
  color: #1f6a6c;
  border-bottom: 3px solid #1f6a6c;
}
.cid-tIAGqiTcbT H4 {
  text-align: center;
}
.cid-tIAGqiTcbT H3 {
  text-align: center;
  color: #15a6aa;
}
.cid-tIAGqiTcbT P {
  color: #635a51;
}
.cid-tIA0jwF5Mq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tIA0jwF5Mq .display-1 {
    letter-spacing: -6px;
  }
}
.cid-tIA0jwF5Mq p {
  margin: 0;
}
.cid-tIA0jwF5Mq .display-1 {
  line-height: 1;
}
.cid-tLiTu1Yr1o {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #001d43;
}
.cid-tLiTu1Yr1o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLiTu1Yr1o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLiTu1Yr1o .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLiTu1Yr1o .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLiTu1Yr1o .container {
    padding: 0;
  }
}
.cid-tLiTu1Yr1o .row {
  justify-content: center;
}
.cid-tLiTu1Yr1o .title-wrapper {
  padding: 0 16px;
}
.cid-tLiTu1Yr1o .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLiTu1Yr1o .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tLiTu1Yr1o .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tLiTu1Yr1o .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tLiTu1Yr1o .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #5b9791;
}
.cid-tLiTu1Yr1o .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tLiTu1Yr1o .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tLiTu1Yr1o .mbr-section-title,
.cid-tLiTu1Yr1o .mbr-iconfont {
  color: #ffffff;
}
.cid-tLiTu1Yr1o .mbr-section-title,
.cid-tLiTu1Yr1o .soc-wrapper {
  text-align: center;
}
.cid-tLiTtyjAQZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5b9791;
}
.cid-tLiTtyjAQZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLiTtyjAQZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLiTtyjAQZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLiTtyjAQZ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLiTtyjAQZ .container {
    padding: 0;
  }
}
.cid-tLiTtyjAQZ .row {
  justify-content: center;
}
.cid-tLiTtyjAQZ .title-wrapper {
  padding: 0 16px;
}
.cid-tLiTtyjAQZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLiTtyjAQZ .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tLiTtyjAQZ .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tLiTtyjAQZ .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tLiTtyjAQZ .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #001d43;
}
.cid-tLiTtyjAQZ .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tLiTtyjAQZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tLiTtyjAQZ .mbr-section-title,
.cid-tLiTtyjAQZ .mbr-iconfont {
  color: #ffffff;
}
.cid-tLiTtyjAQZ .mbr-section-title,
.cid-tLiTtyjAQZ .soc-wrapper {
  text-align: center;
}
.cid-tMmzgG9DiY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-3.webp");
}
.cid-tMmzgG9DiY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-tMmzgG9DiY .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tMmzgG9DiY .mbr-section-title {
  color: #187a7d;
}
.cid-tMmzgG9DiY .mbr-section-subtitle {
  color: #001d43;
  margin-top: 1rem;
}
.cid-tMmzgG9DiY .form-container {
  display: flex;
  width: 100%;
}
.cid-tMmzgG9DiY .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tMmzgG9DiY form {
  width: 100%;
}
.cid-tMmzgG9DiY form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tMmzgG9DiY form h5 {
  margin: 40px 0 20px;
}
.cid-tMmzgG9DiY form p {
  color: #45494E;
}
.cid-tMmzgG9DiY form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-tMmzgG9DiY form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-tMmzgG9DiY form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-tMmzgG9DiY form .form-control {
  height: 56px;
  border: none !important;
  border-bottom: 1px solid #A2A4A7 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: #45494E;
  font-weight: 400;
}
.cid-tMmzgG9DiY form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmzgG9DiY form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmzgG9DiY form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmzgG9DiY form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmzgG9DiY form select {
  color: #A2A4A7 !important;
}
.cid-tMmzgG9DiY form textarea {
  height: 250px !important;
}
.cid-tMmzgG9DiY form input:active,
.cid-tMmzgG9DiY form textarea:active,
.cid-tMmzgG9DiY form input:focus,
.cid-tMmzgG9DiY form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-tMmzgG9DiY form input:active::-webkit-input-placeholder,
.cid-tMmzgG9DiY form textarea:active::-webkit-input-placeholder,
.cid-tMmzgG9DiY form input:focus::-webkit-input-placeholder,
.cid-tMmzgG9DiY form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmzgG9DiY form input:active::-moz-placeholder,
.cid-tMmzgG9DiY form textarea:active::-moz-placeholder,
.cid-tMmzgG9DiY form input:focus::-moz-placeholder,
.cid-tMmzgG9DiY form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmzgG9DiY form input:active:-moz-placeholder,
.cid-tMmzgG9DiY form textarea:active:-moz-placeholder,
.cid-tMmzgG9DiY form input:focus:-moz-placeholder,
.cid-tMmzgG9DiY form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmzgG9DiY form input:active:-ms-input-placeholder,
.cid-tMmzgG9DiY form textarea:active:-ms-input-placeholder,
.cid-tMmzgG9DiY form input:focus:-ms-input-placeholder,
.cid-tMmzgG9DiY form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmzgG9DiY form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-tMmzgG9DiY form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tMmzgG9DiY form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-tMmzgG9DiY form .form-control-label {
  width: 100%;
}
.cid-tMmzgG9DiY form .form-check-label {
  margin-bottom: 10px;
}
.cid-tMmzgG9DiY form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tMmzgG9DiY form .form-check-input:focus,
.cid-tMmzgG9DiY form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-tMmzgG9DiY form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-tMmzgG9DiY .mbr-section-btn button {
  background-color: #5b9791 !important;
}
.cid-tK0mVT2VrP {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #187a7d;
}
.cid-tK0mVT2VrP .container-fluid {
  padding: 0;
}
.cid-tK0mVT2VrP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tK0mVT2VrP .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tK0mVT2VrP .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li {
  color: white !important;
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tK0mVT2VrP .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tK0mVT2VrP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tK0mVT2VrP .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tK0mVT2VrP .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tK0mVT2VrP .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tK0mVT2VrP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tK0mVT2VrP .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tK0mVT2VrP .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tK0mVT2VrP .copyright {
  margin: 0 60px;
  border-top: 1px solid #ffffff;
  padding: 26px 0;
}
.cid-tK0mVT2VrP .copyright .mbr-text {
  margin: 0;
}
.cid-tK0mVT2VrP .mbr-section-title,
.cid-tK0mVT2VrP .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tK0mVT2VrP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tK0mVT2VrP .foot-menu {
  color: #ffffff;
}
.cid-tK0mVT2VrP H5 {
  color: #ffffff;
}
.cid-tK0mVT2VrP li a {
  color: white !important;
}
.cid-tSRXNZOE2Z.popup-builder {
  background-color: #ffffff;
}
.cid-tSRXNZOE2Z.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSRXNZOE2Z.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSRXNZOE2Z .modal-content,
.cid-tSRXNZOE2Z .modal-dialog {
  height: auto;
}
.cid-tSRXNZOE2Z .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSRXNZOE2Z .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSRXNZOE2Z .form-wrapper .mbr-form .form-group,
  .cid-tSRXNZOE2Z .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSRXNZOE2Z .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSRXNZOE2Z .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSRXNZOE2Z .mbr-text {
  text-align: center;
}
.cid-tSRXNZOE2Z .pt-0 {
  padding-top: 0 !important;
}
.cid-tSRXNZOE2Z .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSRXNZOE2Z .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSRXNZOE2Z .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSRXNZOE2Z .modal-open {
  overflow: hidden;
}
.cid-tSRXNZOE2Z .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSRXNZOE2Z .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSRXNZOE2Z .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSRXNZOE2Z .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tSRXNZOE2Z .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSRXNZOE2Z .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSRXNZOE2Z .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSRXNZOE2Z .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tSRXNZOE2Z .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSRXNZOE2Z .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSRXNZOE2Z .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSRXNZOE2Z .modal-backdrop.show {
  opacity: .5;
}
.cid-tSRXNZOE2Z .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tSRXNZOE2Z .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRXNZOE2Z .modal-header {
    padding: 1rem;
  }
}
.cid-tSRXNZOE2Z .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSRXNZOE2Z .modal-header .close svg {
  fill: #353535;
}
.cid-tSRXNZOE2Z .modal-header .close:hover {
  opacity: 1;
}
.cid-tSRXNZOE2Z .modal-header .close:focus {
  outline: none;
}
.cid-tSRXNZOE2Z .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tSRXNZOE2Z .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSRXNZOE2Z .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRXNZOE2Z .modal-body {
    padding: 1rem;
  }
}
.cid-tSRXNZOE2Z .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tSRXNZOE2Z .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRXNZOE2Z .modal-footer {
    padding: 1rem;
  }
}
.cid-tSRXNZOE2Z .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSRXNZOE2Z .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSRXNZOE2Z .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSRXNZOE2Z .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSRXNZOE2Z .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSRXNZOE2Z .modal-lg,
  .cid-tSRXNZOE2Z .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSRXNZOE2Z .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSRXNZOE2Z .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSRXNZOE2Z .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tSRXNZOE2Z .form-group {
  margin-bottom: 1rem;
}
.cid-tSRXNZOE2Z .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSRXNZOE2Z .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSRXNZOE2Z .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tSRXNZOE2Z .mbr-section-btn {
  margin: 0;
}
.cid-tSRXNZOE2Z .mbr-section-btn .btn {
  margin: 0;
}
.cid-tKo9LW2JPZ {
  z-index: 1000;
  width: 100%;
}
.cid-tKo9LW2JPZ .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tKo9LW2JPZ nav.navbar {
  position: fixed;
}
.cid-tKo9LW2JPZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKo9LW2JPZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKo9LW2JPZ .dropdown-item:hover,
.cid-tKo9LW2JPZ .dropdown-item:focus {
  background: #5b9791 !important;
  color: white !important;
}
.cid-tKo9LW2JPZ .dropdown-item:hover span {
  color: white;
}
.cid-tKo9LW2JPZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKo9LW2JPZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKo9LW2JPZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKo9LW2JPZ .nav-link {
  position: relative;
}
.cid-tKo9LW2JPZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tKo9LW2JPZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tKo9LW2JPZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKo9LW2JPZ .dropdown-menu,
.cid-tKo9LW2JPZ .navbar.opened {
  background: #ffffff !important;
}
.cid-tKo9LW2JPZ .nav-item:focus,
.cid-tKo9LW2JPZ .nav-link:focus {
  outline: none;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKo9LW2JPZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKo9LW2JPZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tKo9LW2JPZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tKo9LW2JPZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKo9LW2JPZ .navbar .navbar-logo img {
  width: auto;
  margin-right: -10px;
}
.cid-tKo9LW2JPZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKo9LW2JPZ .navbar.collapsed {
  justify-content: center;
}
.cid-tKo9LW2JPZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKo9LW2JPZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKo9LW2JPZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tKo9LW2JPZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKo9LW2JPZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKo9LW2JPZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKo9LW2JPZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKo9LW2JPZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKo9LW2JPZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKo9LW2JPZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKo9LW2JPZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tKo9LW2JPZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKo9LW2JPZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKo9LW2JPZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKo9LW2JPZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKo9LW2JPZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKo9LW2JPZ .dropdown-item.active,
.cid-tKo9LW2JPZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tKo9LW2JPZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKo9LW2JPZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKo9LW2JPZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKo9LW2JPZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKo9LW2JPZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKo9LW2JPZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKo9LW2JPZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #15a6aa;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKo9LW2JPZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKo9LW2JPZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKo9LW2JPZ .navbar {
    height: 70px;
  }
  .cid-tKo9LW2JPZ .navbar.opened {
    height: auto;
  }
  .cid-tKo9LW2JPZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKo9LW2JPZ img {
  cursor: pointer;
}
.cid-tKo9LW2JPZ #buscador {
  position: fixed;
  top: 0px;
  right: 8px;
}
@media screen and (max-device-width: 800px) {
  .cid-tKo9LW2JPZ #buscador {
    position: relative !important;
    margin: 10px !important;
    bottom: 5px !important;
  }
  .cid-tKo9LW2JPZ #searchButton {
    height: 40px;
    width: auto;
    margin-left: -40px;
    position: absolute;
  }
}
@media screen and (max-width: 800px) {
  .cid-tKo9LW2JPZ #buscador {
    margin: 10px !important;
    position: relative !important;
    bottom: 5px !important;
  }
}
.cid-tKo9LW2JPZ #searchButton {
  height: 40px;
  position: absolute;
  width: auto;
  margin-left: -40px;
}
.cid-tKo9LW2JPZ #cools {
  border-radius: 8px;
  background-color: #001d43 !important;
}
.cid-tKo9LW2JPZ #searchInput {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
}
.cid-tKo9LW2JPZ .container-fuild {
  margin-top: 15px;
}
.cid-tKo9LW2JPZ .navbar-collapse {
  margin-top: 35px;
}
.cid-tOdLe8BGhV {
  padding-top: 195px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tOdLe8BGhV h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tOdLe8BGhV h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tOdLe8BGhV .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-tOdLe8BGhV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOdLe8BGhV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK0mVT2VrP {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #187a7d;
}
.cid-tK0mVT2VrP .container-fluid {
  padding: 0;
}
.cid-tK0mVT2VrP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tK0mVT2VrP .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tK0mVT2VrP .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li {
  color: white !important;
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tK0mVT2VrP .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tK0mVT2VrP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tK0mVT2VrP .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tK0mVT2VrP .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tK0mVT2VrP .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tK0mVT2VrP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tK0mVT2VrP .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tK0mVT2VrP .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tK0mVT2VrP .copyright {
  margin: 0 60px;
  border-top: 1px solid #ffffff;
  padding: 26px 0;
}
.cid-tK0mVT2VrP .copyright .mbr-text {
  margin: 0;
}
.cid-tK0mVT2VrP .mbr-section-title,
.cid-tK0mVT2VrP .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tK0mVT2VrP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tK0mVT2VrP .foot-menu {
  color: #ffffff;
}
.cid-tK0mVT2VrP H5 {
  color: #ffffff;
}
.cid-tK0mVT2VrP li a {
  color: white !important;
}
.cid-tKtFeJO2qT {
  z-index: 1000;
  width: 100%;
}
.cid-tKtFeJO2qT .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tKtFeJO2qT nav.navbar {
  position: fixed;
}
.cid-tKtFeJO2qT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKtFeJO2qT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKtFeJO2qT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKtFeJO2qT .dropdown-item:hover,
.cid-tKtFeJO2qT .dropdown-item:focus {
  background: #5b9791 !important;
  color: white !important;
}
.cid-tKtFeJO2qT .dropdown-item:hover span {
  color: white;
}
.cid-tKtFeJO2qT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKtFeJO2qT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKtFeJO2qT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKtFeJO2qT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKtFeJO2qT .nav-link {
  position: relative;
}
.cid-tKtFeJO2qT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tKtFeJO2qT .container {
    flex-wrap: nowrap;
  }
}
.cid-tKtFeJO2qT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKtFeJO2qT .dropdown-menu,
.cid-tKtFeJO2qT .navbar.opened {
  background: #ffffff !important;
}
.cid-tKtFeJO2qT .nav-item:focus,
.cid-tKtFeJO2qT .nav-link:focus {
  outline: none;
}
.cid-tKtFeJO2qT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKtFeJO2qT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKtFeJO2qT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKtFeJO2qT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKtFeJO2qT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKtFeJO2qT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKtFeJO2qT .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tKtFeJO2qT .navbar.opened {
  transition: all 0.3s;
}
.cid-tKtFeJO2qT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKtFeJO2qT .navbar .navbar-logo img {
  width: auto;
  margin-right: -10px;
}
.cid-tKtFeJO2qT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKtFeJO2qT .navbar.collapsed {
  justify-content: center;
}
.cid-tKtFeJO2qT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKtFeJO2qT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKtFeJO2qT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tKtFeJO2qT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKtFeJO2qT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKtFeJO2qT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tKtFeJO2qT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKtFeJO2qT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKtFeJO2qT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKtFeJO2qT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKtFeJO2qT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKtFeJO2qT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKtFeJO2qT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKtFeJO2qT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tKtFeJO2qT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKtFeJO2qT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKtFeJO2qT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKtFeJO2qT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKtFeJO2qT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKtFeJO2qT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKtFeJO2qT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKtFeJO2qT .navbar.navbar-short {
  min-height: 80px;
}
.cid-tKtFeJO2qT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKtFeJO2qT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKtFeJO2qT .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKtFeJO2qT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKtFeJO2qT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKtFeJO2qT .dropdown-item.active,
.cid-tKtFeJO2qT .dropdown-item:active {
  background-color: transparent;
}
.cid-tKtFeJO2qT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKtFeJO2qT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKtFeJO2qT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKtFeJO2qT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKtFeJO2qT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKtFeJO2qT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKtFeJO2qT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKtFeJO2qT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKtFeJO2qT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKtFeJO2qT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #15a6aa;
}
.cid-tKtFeJO2qT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKtFeJO2qT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKtFeJO2qT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKtFeJO2qT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKtFeJO2qT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKtFeJO2qT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKtFeJO2qT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKtFeJO2qT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKtFeJO2qT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKtFeJO2qT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKtFeJO2qT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKtFeJO2qT .navbar {
    height: 70px;
  }
  .cid-tKtFeJO2qT .navbar.opened {
    height: auto;
  }
  .cid-tKtFeJO2qT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKtFeJO2qT img {
  cursor: pointer;
}
.cid-tKtFeJO2qT #buscador {
  position: fixed;
  top: 0px;
  right: 8px;
}
@media screen and (max-device-width: 800px) {
  .cid-tKtFeJO2qT #buscador {
    position: relative !important;
    margin: 10px !important;
    bottom: 5px !important;
  }
  .cid-tKtFeJO2qT #searchButton {
    height: 40px;
    width: auto;
    margin-left: -40px;
    position: absolute;
  }
}
@media screen and (max-width: 800px) {
  .cid-tKtFeJO2qT #buscador {
    margin: 10px !important;
    position: relative !important;
    bottom: 5px !important;
  }
}
.cid-tKtFeJO2qT #searchButton {
  height: 40px;
  position: absolute;
  width: auto;
  margin-left: -40px;
}
.cid-tKtFeJO2qT #cools {
  border-radius: 8px;
  background-color: #001d43 !important;
}
.cid-tKtFeJO2qT #searchInput {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
}
.cid-tKtFeJO2qT .container-fuild {
  margin-top: 15px;
}
.cid-tKtFeJO2qT .navbar-collapse {
  margin-top: 35px;
}
.cid-tKtFeIEtSV {
  padding-top: 195px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tKtFeIEtSV h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tKtFeIEtSV h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tKtFeIEtSV .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-tKtFeIEtSV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKtFeIEtSV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKtFeJqsAP {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #187a7d;
}
.cid-tKtFeJqsAP .container-fluid {
  padding: 0;
}
.cid-tKtFeJqsAP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tKtFeJqsAP .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tKtFeJqsAP .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tKtFeJqsAP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tKtFeJqsAP .media-container-row .foot-menu li {
  color: white !important;
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tKtFeJqsAP .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-tKtFeJqsAP .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-tKtFeJqsAP .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tKtFeJqsAP .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tKtFeJqsAP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tKtFeJqsAP .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKtFeJqsAP .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tKtFeJqsAP .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tKtFeJqsAP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tKtFeJqsAP .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tKtFeJqsAP .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tKtFeJqsAP .copyright {
  margin: 0 60px;
  border-top: 1px solid #ffffff;
  padding: 26px 0;
}
.cid-tKtFeJqsAP .copyright .mbr-text {
  margin: 0;
}
.cid-tKtFeJqsAP .mbr-section-title,
.cid-tKtFeJqsAP .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tKtFeJqsAP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tKtFeJqsAP .foot-menu {
  color: #ffffff;
}
.cid-tKtFeJqsAP H5 {
  color: #ffffff;
}
.cid-tKtFeJqsAP li a {
  color: white !important;
}
.cid-tKo9LW2JPZ {
  z-index: 1000;
  width: 100%;
}
.cid-tKo9LW2JPZ .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tKo9LW2JPZ nav.navbar {
  position: fixed;
}
.cid-tKo9LW2JPZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKo9LW2JPZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKo9LW2JPZ .dropdown-item:hover,
.cid-tKo9LW2JPZ .dropdown-item:focus {
  background: #5b9791 !important;
  color: white !important;
}
.cid-tKo9LW2JPZ .dropdown-item:hover span {
  color: white;
}
.cid-tKo9LW2JPZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKo9LW2JPZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKo9LW2JPZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKo9LW2JPZ .nav-link {
  position: relative;
}
.cid-tKo9LW2JPZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tKo9LW2JPZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tKo9LW2JPZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKo9LW2JPZ .dropdown-menu,
.cid-tKo9LW2JPZ .navbar.opened {
  background: #ffffff !important;
}
.cid-tKo9LW2JPZ .nav-item:focus,
.cid-tKo9LW2JPZ .nav-link:focus {
  outline: none;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKo9LW2JPZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKo9LW2JPZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tKo9LW2JPZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tKo9LW2JPZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKo9LW2JPZ .navbar .navbar-logo img {
  width: auto;
  margin-right: -10px;
}
.cid-tKo9LW2JPZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKo9LW2JPZ .navbar.collapsed {
  justify-content: center;
}
.cid-tKo9LW2JPZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKo9LW2JPZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKo9LW2JPZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tKo9LW2JPZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKo9LW2JPZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKo9LW2JPZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKo9LW2JPZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKo9LW2JPZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKo9LW2JPZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKo9LW2JPZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKo9LW2JPZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tKo9LW2JPZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKo9LW2JPZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKo9LW2JPZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKo9LW2JPZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKo9LW2JPZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKo9LW2JPZ .dropdown-item.active,
.cid-tKo9LW2JPZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tKo9LW2JPZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKo9LW2JPZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKo9LW2JPZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKo9LW2JPZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKo9LW2JPZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKo9LW2JPZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKo9LW2JPZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #15a6aa;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKo9LW2JPZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKo9LW2JPZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKo9LW2JPZ .navbar {
    height: 70px;
  }
  .cid-tKo9LW2JPZ .navbar.opened {
    height: auto;
  }
  .cid-tKo9LW2JPZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKo9LW2JPZ img {
  cursor: pointer;
}
.cid-tKo9LW2JPZ #buscador {
  position: fixed;
  top: 0px;
  right: 8px;
}
@media screen and (max-device-width: 800px) {
  .cid-tKo9LW2JPZ #buscador {
    position: relative !important;
    margin: 10px !important;
    bottom: 5px !important;
  }
  .cid-tKo9LW2JPZ #searchButton {
    height: 40px;
    width: auto;
    margin-left: -40px;
    position: absolute;
  }
}
@media screen and (max-width: 800px) {
  .cid-tKo9LW2JPZ #buscador {
    margin: 10px !important;
    position: relative !important;
    bottom: 5px !important;
  }
}
.cid-tKo9LW2JPZ #searchButton {
  height: 40px;
  position: absolute;
  width: auto;
  margin-left: -40px;
}
.cid-tKo9LW2JPZ #cools {
  border-radius: 8px;
  background-color: #001d43 !important;
}
.cid-tKo9LW2JPZ #searchInput {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
}
.cid-tKo9LW2JPZ .container-fuild {
  margin-top: 15px;
}
.cid-tKo9LW2JPZ .navbar-collapse {
  margin-top: 35px;
}
.cid-tLd77sZr7I {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.webp");
}
.cid-tLd77sZr7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLd77sZr7I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLd77sZr7I .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-tLd77sZr7I .col {
    width: 40%;
  }
}
.cid-tLd77sZr7I .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tLd77sZr7I .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-tLd77sZr7I .card-wrapper h1,
.cid-tLd77sZr7I .card-wrapper h2,
.cid-tLd77sZr7I .card-wrapper p,
.cid-tLd77sZr7I .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-tLd77sZr7I .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1f6a6c;
  opacity: 0.8;
}
.cid-tLd77sZr7I .mbr-section-title {
  color: #ffffff;
}
.cid-tLd77sZr7I .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLd77sZr7I .mbr-text,
.cid-tLd77sZr7I .mbr-section-btn {
  color: #ffffff;
}
.cid-tL79Qmu74z {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tL79Qmu74z .container {
  max-width: 1000px;
}
.cid-tL79Qmu74z .mbr-text {
  padding-left: 1rem;
  color: #000000;
}
.cid-tL79Qmu74z .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tL79Qmu74z .mbr-section-subtitle {
  color: #808080;
}
.cid-tL79Qmu74z .linea {
  border-left: 1px solid #15a6aa;
}
.cid-tLcyovawDu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tLcyovawDu .subicon-title {
  color: #465052;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tLcyovawDu .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tLcyovawDu .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tLcyovawDu .underline .line {
  width: 3rem;
  height: 2px;
  background: #187a7d;
  display: inline-block;
}
.cid-tLcyovawDu .process-icon,
.cid-tLcyovawDu .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-tLcyovawDu .wrapper,
.cid-tLcyovawDu .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-tLcyovawDu .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #187a7d;
  opacity: 1;
}
.cid-tLcyovawDu .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-tLcyovawDu .icon-container a {
  display: inherit;
}
.cid-tLcyovawDu .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #187a7d !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-tLcyovawDu .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-tLcyovawDu .icon-main:hover .icon-wrapper {
  background-color: #187a7d !important;
}
.cid-tLcyovawDu .icon-main:hover .icon-number {
  background-color: #5b9791 !important;
  color: #ffffff !important;
}
.cid-tLcyovawDu .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-tLcyovawDu .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-tLcyovawDu .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tLcyovawDu .third-elem .wrapper:before {
    display: none;
  }
}
.cid-tLcyovawDu .mbr-section-title {
  margin: 0;
}
.cid-tLcyovawDu .mbr-section-subtitle {
  color: #5b9791;
  text-align: center;
}
.cid-tLcyovawDu .mbr-section-title,
.cid-tLcyovawDu .underline {
  color: #1f6a6c;
}
.cid-tLcBUHwidy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tLcBUHwidy .container {
    max-width: 1000px;
  }
}
.cid-tLcBUHwidy .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #187a7d;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-tLcBUHwidy .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #15a6aa;
  padding-top: 2rem;
}
.cid-tLcBUHwidy .row {
  justify-content: center;
}
.cid-tLcBUHwidy .card-text {
  color: #353535;
}
.cid-tLcBUHwidy .card-title,
.cid-tLcBUHwidy .iconfont-wrapper {
  color: #272727;
}
.cid-tLcBUHwidy .title {
  color: #000000;
}
.cid-tLcv9Pj8m6 {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #187a7d;
}
.cid-tLcv9Pj8m6 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tLcv9Pj8m6 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tLcv9Pj8m6 .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-tLcv9Pj8m6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLcv9Pj8m6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLcv9Pj8m6 H1 {
  color: #ffffff;
}
.cid-tLcv9Pj8m6 .mbr-section-subtitle,
.cid-tLcv9Pj8m6 .title-align {
  color: #ffffff;
}
.cid-tLcv9Pj8m6 .mbr-text,
.cid-tLcv9Pj8m6 .img-align {
  color: #ffffff;
  text-align: center;
}
.cid-tLjPSE5pO1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLjPSE5pO1 img,
.cid-tLjPSE5pO1 .item-img {
  width: 100%;
}
.cid-tLjPSE5pO1 .item:focus,
.cid-tLjPSE5pO1 span:focus {
  outline: none;
}
.cid-tLjPSE5pO1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tLjPSE5pO1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  outline: 1px solid #ffffff;
  outline-style: none;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tLjPSE5pO1 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLjPSE5pO1 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tLjPSE5pO1 .item-wrapper {
  background: transparent;
}
.cid-tLjPSE5pO1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tLjPSE5pO1 .mbr-section-title {
  color: #2e6b75;
}
.cid-tLjPSE5pO1 .mbr-section-subtitle {
  color: #6c7577;
}
.cid-tLjPSE5pO1 .mbr-text,
.cid-tLjPSE5pO1 .mbr-section-btn {
  text-align: center;
}
.cid-tLjPSE5pO1 .item-title {
  color: #187a7d;
  text-align: left;
}
.cid-tLjPSE5pO1 .mbr-text {
  color: #6c7577;
  text-align: left;
}
.cid-tLjPSE5pO1 .item-subtitle {
  text-align: center;
}
.cid-tLjPSE5pO1 .display-4 {
  font-weight: 500;
}
.cid-tLjPSE5pO1 * {
  text-align: center !important;
}
.cid-tLjPSE5pO1 .cid-tKsA2m6XvR .item-wrapper {
  outline-style: none !important;
}
.cid-tLjPSE5pO1 img {
  border-radius: 20px;
  border: 2px solid #efefef;
}
.cid-tLdcrWnBRn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tLdcrWnBRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLdcrWnBRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLdcrWnBRn .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tLdcrWnBRn .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tLdcrWnBRn .container {
    padding: 0 16px;
  }
}
.cid-tLdcrWnBRn .row {
  padding: 90px 60px;
  border-radius: 40px;
  background-color: #eff1f2;
}
@media (max-width: 992px) {
  .cid-tLdcrWnBRn .row {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-tLdcrWnBRn .row {
    padding: 20px 16px;
  }
}
.cid-tLdcrWnBRn .row .image-wrapper img {
  height: 440px;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tLdcrWnBRn .row .image-wrapper img {
    height: 300px;
  }
}
.cid-tLdcrWnBRn iframe h2 {
  font-size: 12px !important;
}
.cid-tLkdcBXvoO {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #001d43;
}
.cid-tLkdcBXvoO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLkdcBXvoO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLkdcBXvoO .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLkdcBXvoO .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLkdcBXvoO .container {
    padding: 0;
  }
}
.cid-tLkdcBXvoO .row {
  justify-content: center;
}
.cid-tLkdcBXvoO .title-wrapper {
  padding: 0 16px;
}
.cid-tLkdcBXvoO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLkdcBXvoO .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tLkdcBXvoO .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tLkdcBXvoO .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tLkdcBXvoO .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #5b9791;
}
.cid-tLkdcBXvoO .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tLkdcBXvoO .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tLkdcBXvoO .mbr-section-title,
.cid-tLkdcBXvoO .mbr-iconfont {
  color: #ffffff;
}
.cid-tLkdcBXvoO .mbr-section-title,
.cid-tLkdcBXvoO .soc-wrapper {
  text-align: center;
}
.cid-tLkdddiZRR {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5b9791;
}
.cid-tLkdddiZRR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLkdddiZRR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLkdddiZRR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLkdddiZRR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLkdddiZRR .container {
    padding: 0;
  }
}
.cid-tLkdddiZRR .row {
  justify-content: center;
}
.cid-tLkdddiZRR .title-wrapper {
  padding: 0 16px;
}
.cid-tLkdddiZRR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLkdddiZRR .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tLkdddiZRR .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tLkdddiZRR .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tLkdddiZRR .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #001d43;
}
.cid-tLkdddiZRR .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tLkdddiZRR .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tLkdddiZRR .mbr-section-title,
.cid-tLkdddiZRR .mbr-iconfont {
  color: #ffffff;
}
.cid-tLkdddiZRR .mbr-section-title,
.cid-tLkdddiZRR .soc-wrapper {
  text-align: center;
}
.cid-tMmyAo73gX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-3.webp");
}
.cid-tMmyAo73gX .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-tMmyAo73gX .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tMmyAo73gX .mbr-section-title {
  color: #187a7d;
}
.cid-tMmyAo73gX .mbr-section-subtitle {
  color: #001d43;
  margin-top: 1rem;
}
.cid-tMmyAo73gX .form-container {
  display: flex;
  width: 100%;
}
.cid-tMmyAo73gX .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tMmyAo73gX form {
  width: 100%;
}
.cid-tMmyAo73gX form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tMmyAo73gX form h5 {
  margin: 40px 0 20px;
}
.cid-tMmyAo73gX form p {
  color: #45494E;
}
.cid-tMmyAo73gX form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-tMmyAo73gX form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-tMmyAo73gX form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-tMmyAo73gX form .form-control {
  height: 56px;
  border: none !important;
  border-bottom: 1px solid #A2A4A7 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: #45494E;
  font-weight: 400;
}
.cid-tMmyAo73gX form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmyAo73gX form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmyAo73gX form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmyAo73gX form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmyAo73gX form select {
  color: #A2A4A7 !important;
}
.cid-tMmyAo73gX form textarea {
  height: 250px !important;
}
.cid-tMmyAo73gX form input:active,
.cid-tMmyAo73gX form textarea:active,
.cid-tMmyAo73gX form input:focus,
.cid-tMmyAo73gX form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-tMmyAo73gX form input:active::-webkit-input-placeholder,
.cid-tMmyAo73gX form textarea:active::-webkit-input-placeholder,
.cid-tMmyAo73gX form input:focus::-webkit-input-placeholder,
.cid-tMmyAo73gX form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmyAo73gX form input:active::-moz-placeholder,
.cid-tMmyAo73gX form textarea:active::-moz-placeholder,
.cid-tMmyAo73gX form input:focus::-moz-placeholder,
.cid-tMmyAo73gX form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmyAo73gX form input:active:-moz-placeholder,
.cid-tMmyAo73gX form textarea:active:-moz-placeholder,
.cid-tMmyAo73gX form input:focus:-moz-placeholder,
.cid-tMmyAo73gX form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tMmyAo73gX form input:active:-ms-input-placeholder,
.cid-tMmyAo73gX form textarea:active:-ms-input-placeholder,
.cid-tMmyAo73gX form input:focus:-ms-input-placeholder,
.cid-tMmyAo73gX form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tMmyAo73gX form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-tMmyAo73gX form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tMmyAo73gX form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-tMmyAo73gX form .form-control-label {
  width: 100%;
}
.cid-tMmyAo73gX form .form-check-label {
  margin-bottom: 10px;
}
.cid-tMmyAo73gX form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tMmyAo73gX form .form-check-input:focus,
.cid-tMmyAo73gX form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-tMmyAo73gX form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-tMmyAo73gX .mbr-section-btn button {
  background-color: #5b9791 !important;
}
.cid-tK0mVT2VrP {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #187a7d;
}
.cid-tK0mVT2VrP .container-fluid {
  padding: 0;
}
.cid-tK0mVT2VrP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tK0mVT2VrP .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tK0mVT2VrP .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li {
  color: white !important;
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tK0mVT2VrP .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tK0mVT2VrP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tK0mVT2VrP .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tK0mVT2VrP .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tK0mVT2VrP .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tK0mVT2VrP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tK0mVT2VrP .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tK0mVT2VrP .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tK0mVT2VrP .copyright {
  margin: 0 60px;
  border-top: 1px solid #ffffff;
  padding: 26px 0;
}
.cid-tK0mVT2VrP .copyright .mbr-text {
  margin: 0;
}
.cid-tK0mVT2VrP .mbr-section-title,
.cid-tK0mVT2VrP .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tK0mVT2VrP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tK0mVT2VrP .foot-menu {
  color: #ffffff;
}
.cid-tK0mVT2VrP H5 {
  color: #ffffff;
}
.cid-tK0mVT2VrP li a {
  color: white !important;
}
.cid-tSRXNUnVfM.popup-builder {
  background-color: #ffffff;
}
.cid-tSRXNUnVfM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSRXNUnVfM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSRXNUnVfM .modal-content,
.cid-tSRXNUnVfM .modal-dialog {
  height: auto;
}
.cid-tSRXNUnVfM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSRXNUnVfM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSRXNUnVfM .form-wrapper .mbr-form .form-group,
  .cid-tSRXNUnVfM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSRXNUnVfM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSRXNUnVfM .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSRXNUnVfM .mbr-text {
  text-align: center;
}
.cid-tSRXNUnVfM .pt-0 {
  padding-top: 0 !important;
}
.cid-tSRXNUnVfM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSRXNUnVfM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSRXNUnVfM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSRXNUnVfM .modal-open {
  overflow: hidden;
}
.cid-tSRXNUnVfM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSRXNUnVfM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSRXNUnVfM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSRXNUnVfM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tSRXNUnVfM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSRXNUnVfM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSRXNUnVfM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSRXNUnVfM .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tSRXNUnVfM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSRXNUnVfM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSRXNUnVfM .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSRXNUnVfM .modal-backdrop.show {
  opacity: .5;
}
.cid-tSRXNUnVfM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tSRXNUnVfM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRXNUnVfM .modal-header {
    padding: 1rem;
  }
}
.cid-tSRXNUnVfM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSRXNUnVfM .modal-header .close svg {
  fill: #353535;
}
.cid-tSRXNUnVfM .modal-header .close:hover {
  opacity: 1;
}
.cid-tSRXNUnVfM .modal-header .close:focus {
  outline: none;
}
.cid-tSRXNUnVfM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tSRXNUnVfM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSRXNUnVfM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRXNUnVfM .modal-body {
    padding: 1rem;
  }
}
.cid-tSRXNUnVfM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tSRXNUnVfM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRXNUnVfM .modal-footer {
    padding: 1rem;
  }
}
.cid-tSRXNUnVfM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSRXNUnVfM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSRXNUnVfM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSRXNUnVfM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSRXNUnVfM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSRXNUnVfM .modal-lg,
  .cid-tSRXNUnVfM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSRXNUnVfM .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSRXNUnVfM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSRXNUnVfM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tSRXNUnVfM .form-group {
  margin-bottom: 1rem;
}
.cid-tSRXNUnVfM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSRXNUnVfM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSRXNUnVfM .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tSRXNUnVfM .mbr-section-btn {
  margin: 0;
}
.cid-tSRXNUnVfM .mbr-section-btn .btn {
  margin: 0;
}
.cid-tKo9LW2JPZ {
  z-index: 1000;
  width: 100%;
}
.cid-tKo9LW2JPZ .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tKo9LW2JPZ nav.navbar {
  position: fixed;
}
.cid-tKo9LW2JPZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKo9LW2JPZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKo9LW2JPZ .dropdown-item:hover,
.cid-tKo9LW2JPZ .dropdown-item:focus {
  background: #5b9791 !important;
  color: white !important;
}
.cid-tKo9LW2JPZ .dropdown-item:hover span {
  color: white;
}
.cid-tKo9LW2JPZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKo9LW2JPZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKo9LW2JPZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKo9LW2JPZ .nav-link {
  position: relative;
}
.cid-tKo9LW2JPZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tKo9LW2JPZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tKo9LW2JPZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKo9LW2JPZ .dropdown-menu,
.cid-tKo9LW2JPZ .navbar.opened {
  background: #ffffff !important;
}
.cid-tKo9LW2JPZ .nav-item:focus,
.cid-tKo9LW2JPZ .nav-link:focus {
  outline: none;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKo9LW2JPZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKo9LW2JPZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKo9LW2JPZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKo9LW2JPZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tKo9LW2JPZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tKo9LW2JPZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKo9LW2JPZ .navbar .navbar-logo img {
  width: auto;
  margin-right: -10px;
}
.cid-tKo9LW2JPZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKo9LW2JPZ .navbar.collapsed {
  justify-content: center;
}
.cid-tKo9LW2JPZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKo9LW2JPZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKo9LW2JPZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tKo9LW2JPZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKo9LW2JPZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKo9LW2JPZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKo9LW2JPZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKo9LW2JPZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKo9LW2JPZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKo9LW2JPZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKo9LW2JPZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKo9LW2JPZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKo9LW2JPZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKo9LW2JPZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tKo9LW2JPZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKo9LW2JPZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKo9LW2JPZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKo9LW2JPZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKo9LW2JPZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKo9LW2JPZ .dropdown-item.active,
.cid-tKo9LW2JPZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tKo9LW2JPZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKo9LW2JPZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKo9LW2JPZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKo9LW2JPZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKo9LW2JPZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKo9LW2JPZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKo9LW2JPZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKo9LW2JPZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #15a6aa;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKo9LW2JPZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKo9LW2JPZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKo9LW2JPZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKo9LW2JPZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKo9LW2JPZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKo9LW2JPZ .navbar {
    height: 70px;
  }
  .cid-tKo9LW2JPZ .navbar.opened {
    height: auto;
  }
  .cid-tKo9LW2JPZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKo9LW2JPZ img {
  cursor: pointer;
}
.cid-tKo9LW2JPZ #buscador {
  position: fixed;
  top: 0px;
  right: 8px;
}
@media screen and (max-device-width: 800px) {
  .cid-tKo9LW2JPZ #buscador {
    position: relative !important;
    margin: 10px !important;
    bottom: 5px !important;
  }
  .cid-tKo9LW2JPZ #searchButton {
    height: 40px;
    width: auto;
    margin-left: -40px;
    position: absolute;
  }
}
@media screen and (max-width: 800px) {
  .cid-tKo9LW2JPZ #buscador {
    margin: 10px !important;
    position: relative !important;
    bottom: 5px !important;
  }
}
.cid-tKo9LW2JPZ #searchButton {
  height: 40px;
  position: absolute;
  width: auto;
  margin-left: -40px;
}
.cid-tKo9LW2JPZ #cools {
  border-radius: 8px;
  background-color: #001d43 !important;
}
.cid-tKo9LW2JPZ #searchInput {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
}
.cid-tKo9LW2JPZ .container-fuild {
  margin-top: 15px;
}
.cid-tKo9LW2JPZ .navbar-collapse {
  margin-top: 35px;
}
.cid-tMmrVmIyFY {
  background-color: #5b9791;
}
.cid-tMmrVmIyFY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMmrVmIyFY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMmrVmIyFY .mbr-text,
.cid-tMmrVmIyFY .mbr-section-btn {
  color: #ffffff;
}
.cid-tK0mVT2VrP {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #187a7d;
}
.cid-tK0mVT2VrP .container-fluid {
  padding: 0;
}
.cid-tK0mVT2VrP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tK0mVT2VrP .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tK0mVT2VrP .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li {
  color: white !important;
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-tK0mVT2VrP .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tK0mVT2VrP .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tK0mVT2VrP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tK0mVT2VrP .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tK0mVT2VrP .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tK0mVT2VrP .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tK0mVT2VrP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tK0mVT2VrP .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tK0mVT2VrP .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tK0mVT2VrP .copyright {
  margin: 0 60px;
  border-top: 1px solid #ffffff;
  padding: 26px 0;
}
.cid-tK0mVT2VrP .copyright .mbr-text {
  margin: 0;
}
.cid-tK0mVT2VrP .mbr-section-title,
.cid-tK0mVT2VrP .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tK0mVT2VrP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tK0mVT2VrP .foot-menu {
  color: #ffffff;
}
.cid-tK0mVT2VrP H5 {
  color: #ffffff;
}
.cid-tK0mVT2VrP li a {
  color: white !important;
}
.cid-tNLjZncSCi {
  z-index: 1000;
  width: 100%;
}
.cid-tNLjZncSCi .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tNLjZncSCi nav.navbar {
  position: fixed;
}
.cid-tNLjZncSCi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNLjZncSCi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNLjZncSCi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNLjZncSCi .dropdown-item:hover,
.cid-tNLjZncSCi .dropdown-item:focus {
  background: #5b9791 !important;
  color: white !important;
}
.cid-tNLjZncSCi .dropdown-item:hover span {
  color: white;
}
.cid-tNLjZncSCi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNLjZncSCi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNLjZncSCi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNLjZncSCi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNLjZncSCi .nav-link {
  position: relative;
}
.cid-tNLjZncSCi .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tNLjZncSCi .container {
    flex-wrap: nowrap;
  }
}
.cid-tNLjZncSCi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNLjZncSCi .dropdown-menu,
.cid-tNLjZncSCi .navbar.opened {
  background: #ffffff !important;
}
.cid-tNLjZncSCi .nav-item:focus,
.cid-tNLjZncSCi .nav-link:focus {
  outline: none;
}
.cid-tNLjZncSCi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNLjZncSCi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNLjZncSCi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNLjZncSCi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNLjZncSCi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNLjZncSCi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNLjZncSCi .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tNLjZncSCi .navbar.opened {
  transition: all 0.3s;
}
.cid-tNLjZncSCi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNLjZncSCi .navbar .navbar-logo img {
  width: auto;
  margin-right: -10px;
}
.cid-tNLjZncSCi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNLjZncSCi .navbar.collapsed {
  justify-content: center;
}
.cid-tNLjZncSCi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNLjZncSCi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNLjZncSCi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tNLjZncSCi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNLjZncSCi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNLjZncSCi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tNLjZncSCi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNLjZncSCi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNLjZncSCi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNLjZncSCi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNLjZncSCi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNLjZncSCi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNLjZncSCi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNLjZncSCi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tNLjZncSCi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNLjZncSCi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNLjZncSCi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNLjZncSCi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNLjZncSCi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNLjZncSCi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tNLjZncSCi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tNLjZncSCi .navbar.navbar-short {
  min-height: 80px;
}
.cid-tNLjZncSCi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNLjZncSCi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNLjZncSCi .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNLjZncSCi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNLjZncSCi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNLjZncSCi .dropdown-item.active,
.cid-tNLjZncSCi .dropdown-item:active {
  background-color: transparent;
}
.cid-tNLjZncSCi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNLjZncSCi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNLjZncSCi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNLjZncSCi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNLjZncSCi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNLjZncSCi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNLjZncSCi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNLjZncSCi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNLjZncSCi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNLjZncSCi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #15a6aa;
}
.cid-tNLjZncSCi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNLjZncSCi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNLjZncSCi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNLjZncSCi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNLjZncSCi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNLjZncSCi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNLjZncSCi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNLjZncSCi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNLjZncSCi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tNLjZncSCi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNLjZncSCi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNLjZncSCi .navbar {
    height: 70px;
  }
  .cid-tNLjZncSCi .navbar.opened {
    height: auto;
  }
  .cid-tNLjZncSCi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNLjZncSCi img {
  cursor: pointer;
}
.cid-tNLjZncSCi #buscador {
  position: fixed;
  top: 0px;
  right: 8px;
}
@media screen and (max-device-width: 800px) {
  .cid-tNLjZncSCi #buscador {
    position: relative !important;
    margin: 10px !important;
    bottom: 5px !important;
  }
  .cid-tNLjZncSCi #searchButton {
    height: 40px;
    width: auto;
    margin-left: -40px;
    position: absolute;
  }
}
@media screen and (max-width: 800px) {
  .cid-tNLjZncSCi #buscador {
    margin: 10px !important;
    position: relative !important;
    bottom: 5px !important;
  }
}
.cid-tNLjZncSCi #searchButton {
  height: 40px;
  position: absolute;
  width: auto;
  margin-left: -40px;
}
.cid-tNLjZncSCi #cools {
  border-radius: 8px;
  background-color: #001d43 !important;
}
.cid-tNLjZncSCi #searchInput {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
}
.cid-tNLjZncSCi .container-fuild {
  margin-top: 15px;
}
.cid-tNLjZncSCi .navbar-collapse {
  margin-top: 35px;
}
.cid-tNLjZnSKXM {
  background-color: #5b9791;
}
.cid-tNLjZnSKXM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNLjZnSKXM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNLjZnSKXM .mbr-text,
.cid-tNLjZnSKXM .mbr-section-btn {
  color: #ffffff;
}
.cid-tNLjZnSKXM .descarga {
  margin-left: auto;
  margin-right: auto;
}
.cid-tNLjZnSKXM .descarga a {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cid-tNLjZofSVZ {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #187a7d;
}
.cid-tNLjZofSVZ .container-fluid {
  padding: 0;
}
.cid-tNLjZofSVZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tNLjZofSVZ .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tNLjZofSVZ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tNLjZofSVZ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tNLjZofSVZ .media-container-row .foot-menu li {
  color: white !important;
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tNLjZofSVZ .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-tNLjZofSVZ .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-tNLjZofSVZ .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tNLjZofSVZ .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tNLjZofSVZ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tNLjZofSVZ .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNLjZofSVZ .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tNLjZofSVZ .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tNLjZofSVZ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tNLjZofSVZ .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tNLjZofSVZ .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tNLjZofSVZ .copyright {
  margin: 0 60px;
  border-top: 1px solid #ffffff;
  padding: 26px 0;
}
.cid-tNLjZofSVZ .copyright .mbr-text {
  margin: 0;
}
.cid-tNLjZofSVZ .mbr-section-title,
.cid-tNLjZofSVZ .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tNLjZofSVZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tNLjZofSVZ .foot-menu {
  color: #ffffff;
}
.cid-tNLjZofSVZ H5 {
  color: #ffffff;
}
.cid-tNLjZofSVZ li a {
  color: white !important;
}
.cid-tVqEHeIn2N {
  z-index: 1000;
  width: 100%;
}
.cid-tVqEHeIn2N .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tVqEHeIn2N nav.navbar {
  position: fixed;
}
.cid-tVqEHeIn2N .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVqEHeIn2N .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVqEHeIn2N .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVqEHeIn2N .dropdown-item:hover,
.cid-tVqEHeIn2N .dropdown-item:focus {
  background: #5b9791 !important;
  color: white !important;
}
.cid-tVqEHeIn2N .dropdown-item:hover span {
  color: white;
}
.cid-tVqEHeIn2N .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVqEHeIn2N .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVqEHeIn2N .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVqEHeIn2N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tVqEHeIn2N .nav-link {
  position: relative;
}
.cid-tVqEHeIn2N .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVqEHeIn2N .container {
    flex-wrap: nowrap;
  }
}
.cid-tVqEHeIn2N .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVqEHeIn2N .dropdown-menu,
.cid-tVqEHeIn2N .navbar.opened {
  background: #ffffff !important;
}
.cid-tVqEHeIn2N .nav-item:focus,
.cid-tVqEHeIn2N .nav-link:focus {
  outline: none;
}
.cid-tVqEHeIn2N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVqEHeIn2N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVqEHeIn2N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVqEHeIn2N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVqEHeIn2N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVqEHeIn2N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVqEHeIn2N .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tVqEHeIn2N .navbar.opened {
  transition: all 0.3s;
}
.cid-tVqEHeIn2N .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVqEHeIn2N .navbar .navbar-logo img {
  width: auto;
  margin-right: -10px;
}
.cid-tVqEHeIn2N .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVqEHeIn2N .navbar.collapsed {
  justify-content: center;
}
.cid-tVqEHeIn2N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVqEHeIn2N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVqEHeIn2N .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tVqEHeIn2N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVqEHeIn2N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVqEHeIn2N .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tVqEHeIn2N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVqEHeIn2N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVqEHeIn2N .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVqEHeIn2N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVqEHeIn2N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVqEHeIn2N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVqEHeIn2N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVqEHeIn2N .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tVqEHeIn2N .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVqEHeIn2N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVqEHeIn2N .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVqEHeIn2N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVqEHeIn2N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVqEHeIn2N .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVqEHeIn2N .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVqEHeIn2N .navbar.navbar-short {
  min-height: 80px;
}
.cid-tVqEHeIn2N .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tVqEHeIn2N .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVqEHeIn2N .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVqEHeIn2N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVqEHeIn2N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVqEHeIn2N .dropdown-item.active,
.cid-tVqEHeIn2N .dropdown-item:active {
  background-color: transparent;
}
.cid-tVqEHeIn2N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVqEHeIn2N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVqEHeIn2N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVqEHeIn2N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVqEHeIn2N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVqEHeIn2N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVqEHeIn2N ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVqEHeIn2N .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVqEHeIn2N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVqEHeIn2N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #15a6aa;
}
.cid-tVqEHeIn2N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVqEHeIn2N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVqEHeIn2N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVqEHeIn2N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVqEHeIn2N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVqEHeIn2N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVqEHeIn2N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVqEHeIn2N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVqEHeIn2N .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tVqEHeIn2N a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVqEHeIn2N .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVqEHeIn2N .navbar {
    height: 70px;
  }
  .cid-tVqEHeIn2N .navbar.opened {
    height: auto;
  }
  .cid-tVqEHeIn2N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVqEHeIn2N img {
  cursor: pointer;
}
.cid-tVqEHeIn2N #buscador {
  position: fixed;
  top: 0px;
  right: 8px;
}
@media screen and (max-device-width: 800px) {
  .cid-tVqEHeIn2N #buscador {
    position: relative !important;
    margin: 10px !important;
    bottom: 5px !important;
  }
  .cid-tVqEHeIn2N #searchButton {
    height: 40px;
    width: auto;
    margin-left: -40px;
    position: absolute;
  }
}
@media screen and (max-width: 800px) {
  .cid-tVqEHeIn2N #buscador {
    margin: 10px !important;
    position: relative !important;
    bottom: 5px !important;
  }
}
.cid-tVqEHeIn2N #searchButton {
  height: 40px;
  position: absolute;
  width: auto;
  margin-left: -40px;
}
.cid-tVqEHeIn2N #cools {
  border-radius: 8px;
  background-color: #001d43 !important;
}
.cid-tVqEHeIn2N #searchInput {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
}
.cid-tVqEHeIn2N .container-fuild {
  margin-top: 15px;
}
.cid-tVqEHeIn2N .navbar-collapse {
  margin-top: 35px;
}
.cid-tVqEHfsSpX {
  background-image: url("../../../assets/images/ginecologia-regenerativa-clinicas-aevo-2-2000x1334.webp");
}
.cid-tVqEHfsSpX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVqEHfsSpX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVqEHfsSpX .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tVqEHfsSpX .container-fluid {
    padding: 0 25px;
  }
}
.cid-tVqEHfsSpX .container-fluid .row {
  padding: 0;
}
.cid-tVqEHfsSpX .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-tVqEHfsSpX .title-wrapper .image-wrapper img {
  width: 108px;
  height: 108px;
  display: inline;
}
.cid-tVqEHfsSpX .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tVqEHfsSpX .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-tVqEHfsSpX .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-tVqEHfsSpX .mbr-section-title {
  color: #ffffff;
}
.cid-tVqEHfsSpX .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-tVqEHfsSpX .mbr-section-title,
.cid-tVqEHfsSpX .mbr-section-btn,
.cid-tVqEHfsSpX .image-wrapper {
  text-align: center;
  color: #15a6aa;
}
#custom-html-174 img {
  border: 2px solid white;
  width: 60px;
  height: auto;
  position: fixed;
  top: 55%;
  right: 8px;
  z-index: 999999999999999999999999 !important;
  border-radius: 8px;
}
.cid-tVqEHgVJRr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5b9791;
}
.cid-tVqEHgVJRr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVqEHgVJRr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVqEHgVJRr .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tVqEHgVJRr .mbr-text,
.cid-tVqEHgVJRr .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tVqEHgVJRr b,
.cid-tVqEHgVJRr strong {
  font-weight: 900;
}
.cid-tVqEHgVJRr .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tVqTlUBmvL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVqTlUBmvL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVqTlUBmvL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVqTlUBmvL .text-container {
  background-color: #187a7d;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tVqTlUBmvL .text-container {
    margin: 0 5%;
  }
}
.cid-tVqTlUBmvL .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tVqTlUBmvL .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tVqTlUBmvL .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tVqTlUBmvL .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tVqTlUBmvL .mbr-text {
  color: #e8e8e8;
}
.cid-tVqTlUBmvL .mbr-desc,
.cid-tVqTlUBmvL .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tVqTlUBmvL .mbr-text,
.cid-tVqTlUBmvL .text-container {
  text-align: center;
}
.cid-tVqYuvMKgu {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tVqYuvMKgu .container {
  max-width: 1312px;
}
.cid-tVqYuvMKgu .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-tVqYuvMKgu .label-text {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.cid-tVqYuvMKgu .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-tVqYuvMKgu .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tVqYuvMKgu .advantages-container {
  display: grid;
  margin-top: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 4.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-tVqYuvMKgu .advantages-container {
    grid-auto-flow: row;
  }
}
.cid-tVqYuvMKgu .advantage {
  display: flex;
  align-items: flex-start;
}
.cid-tVqYuvMKgu .advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background-color: #5b9791;
}
.cid-tVqYuvMKgu .advantage-icon span {
  color: #002549;
}
.cid-tVqYuvMKgu .advantage-text {
  color: #ffffff;
}
.cid-tVqYuvMKgu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVqYuvMKgu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVqYuvMKgu .mbr-section-title,
.cid-tVqYuvMKgu .mbr-section-btn {
  text-align: center;
}
.cid-tVqJQUIxl5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVqJQUIxl5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVqJQUIxl5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVqJQUIxl5 .nav-tabs .nav-item.open .nav-link:focus,
.cid-tVqJQUIxl5 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tVqJQUIxl5 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #5b9791;
}
@media (max-width: 767px) {
  .cid-tVqJQUIxl5 .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tVqJQUIxl5 .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tVqJQUIxl5 .nav-tabs .nav-link:not(.active) {
  color: #187a7d;
}
.cid-tVqJQUIxl5 .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tVqJQUIxl5 .nav-link,
.cid-tVqJQUIxl5 .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tVqJQUIxl5 .nav-tabs .nav-link.active {
  color: #5b9791;
  border-bottom: 3px solid #5b9791;
}
.cid-tVqJQUIxl5 H4 {
  text-align: center;
}
.cid-tVqJQUIxl5 H3 {
  text-align: center;
  color: #5b9791;
}
.cid-tVqJQUIxl5 P {
  color: #000000;
}
.cid-tVqUvvJ48O {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tVqUvvJ48O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVqUvvJ48O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVqUvvJ48O .col-title {
  margin-bottom: 32px;
}
.cid-tVqUvvJ48O .mbr-section-title {
  color: #24262b;
}
.cid-tVqUvvJ48O .mbr-section-subtitle {
  color: #24262b;
}
.cid-tVqUvvJ48O .cars-row {
  row-gap: 32px;
}
.cid-tVqUvvJ48O .card {
  border-radius: 0;
}
.cid-tVqUvvJ48O .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #5b9791;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-tVqUvvJ48O .text-wrap {
  flex-grow: 1;
}
.cid-tVqUvvJ48O .card-title {
  color: #24262b;
}
.cid-tVqUvvJ48O .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-tVqUvvJ48O .mbr-section-btn {
  margin-top: 12px;
}
.cid-tVqVANHldO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVqVANHldO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVqVANHldO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVqVANHldO .nav-tabs .nav-item.open .nav-link:focus,
.cid-tVqVANHldO .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tVqVANHldO .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #5b9791;
}
@media (max-width: 767px) {
  .cid-tVqVANHldO .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tVqVANHldO .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tVqVANHldO .nav-tabs .nav-link:not(.active) {
  color: #187a7d;
}
.cid-tVqVANHldO .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tVqVANHldO .nav-link,
.cid-tVqVANHldO .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tVqVANHldO .nav-tabs .nav-link.active {
  color: #5b9791;
  border-bottom: 3px solid #5b9791;
}
.cid-tVqVANHldO H4 {
  text-align: center;
}
.cid-tVqVANHldO H3 {
  text-align: center;
  color: #5b9791;
}
.cid-tVqVANHldO P {
  color: #000000;
}
.cid-tVqVC4HF4y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tVqVC4HF4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVqVC4HF4y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVqVC4HF4y .col-title {
  margin-bottom: 32px;
}
.cid-tVqVC4HF4y .mbr-section-title {
  color: #24262b;
}
.cid-tVqVC4HF4y .mbr-section-subtitle {
  color: #24262b;
}
.cid-tVqVC4HF4y .cars-row {
  row-gap: 32px;
}
.cid-tVqVC4HF4y .card {
  border-radius: 0;
}
.cid-tVqVC4HF4y .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #5b9791;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-tVqVC4HF4y .text-wrap {
  flex-grow: 1;
}
.cid-tVqVC4HF4y .card-title {
  color: #24262b;
}
.cid-tVqVC4HF4y .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-tVqVC4HF4y .mbr-section-btn {
  margin-top: 12px;
}
.cid-tVqWfVmL0t {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVqWfVmL0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVqWfVmL0t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVqWfVmL0t .nav-tabs .nav-item.open .nav-link:focus,
.cid-tVqWfVmL0t .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tVqWfVmL0t .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #5b9791;
}
@media (max-width: 767px) {
  .cid-tVqWfVmL0t .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tVqWfVmL0t .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tVqWfVmL0t .nav-tabs .nav-link:not(.active) {
  color: #187a7d;
}
.cid-tVqWfVmL0t .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tVqWfVmL0t .nav-link,
.cid-tVqWfVmL0t .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tVqWfVmL0t .nav-tabs .nav-link.active {
  color: #5b9791;
  border-bottom: 3px solid #5b9791;
}
.cid-tVqWfVmL0t H4 {
  text-align: center;
}
.cid-tVqWfVmL0t H3 {
  text-align: center;
  color: #5b9791;
}
.cid-tVqWfVmL0t P {
  color: #000000;
}
.cid-tVqWgKqR5t {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tVqWgKqR5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVqWgKqR5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVqWgKqR5t .col-title {
  margin-bottom: 32px;
}
.cid-tVqWgKqR5t .mbr-section-title {
  color: #24262b;
}
.cid-tVqWgKqR5t .mbr-section-subtitle {
  color: #24262b;
}
.cid-tVqWgKqR5t .cars-row {
  row-gap: 32px;
}
.cid-tVqWgKqR5t .card {
  border-radius: 0;
}
.cid-tVqWgKqR5t .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #5b9791;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-tVqWgKqR5t .text-wrap {
  flex-grow: 1;
}
.cid-tVqWgKqR5t .card-title {
  color: #24262b;
}
.cid-tVqWgKqR5t .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-tVqWgKqR5t .mbr-section-btn {
  margin-top: 12px;
}
.cid-tVqEHhUSo5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5b9791;
}
.cid-tVqEHhUSo5 .container {
  max-width: 1312px;
}
.cid-tVqEHhUSo5 .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-tVqEHhUSo5 .label-text {
  color: #ffffff;
  width: 100%;
}
.cid-tVqEHhUSo5 .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-tVqEHhUSo5 .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tVqEHhUSo5 .advantages-container {
  display: grid;
  margin-top: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 4.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-tVqEHhUSo5 .advantages-container {
    grid-auto-flow: row;
  }
}
.cid-tVqEHhUSo5 .advantage {
  display: flex;
  align-items: flex-start;
}
.cid-tVqEHhUSo5 .advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background-color: #5b9791;
}
.cid-tVqEHhUSo5 .advantage-icon span {
  color: #002549;
}
.cid-tVqEHhUSo5 .advantage-text {
  color: #ffffff;
}
.cid-tVqEHhUSo5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVqEHhUSo5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVqWTHJeGI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVqWTHJeGI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVqWTHJeGI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVqWTHJeGI .nav-tabs .nav-item.open .nav-link:focus,
.cid-tVqWTHJeGI .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tVqWTHJeGI .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #5b9791;
}
@media (max-width: 767px) {
  .cid-tVqWTHJeGI .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tVqWTHJeGI .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tVqWTHJeGI .nav-tabs .nav-link:not(.active) {
  color: #187a7d;
}
.cid-tVqWTHJeGI .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tVqWTHJeGI .nav-link,
.cid-tVqWTHJeGI .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tVqWTHJeGI .nav-tabs .nav-link.active {
  color: #5b9791;
  border-bottom: 3px solid #5b9791;
}
.cid-tVqWTHJeGI H4 {
  text-align: center;
}
.cid-tVqWTHJeGI H3 {
  text-align: center;
  color: #5b9791;
}
.cid-tVqWTHJeGI P {
  color: #000000;
}
.cid-tVqWUfy9rm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tVqWUfy9rm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVqWUfy9rm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVqWUfy9rm .col-title {
  margin-bottom: 32px;
}
.cid-tVqWUfy9rm .mbr-section-title {
  color: #24262b;
}
.cid-tVqWUfy9rm .mbr-section-subtitle {
  color: #24262b;
}
.cid-tVqWUfy9rm .cars-row {
  row-gap: 32px;
}
.cid-tVqWUfy9rm .card {
  border-radius: 0;
}
.cid-tVqWUfy9rm .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #5b9791;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-tVqWUfy9rm .text-wrap {
  flex-grow: 1;
}
.cid-tVqWUfy9rm .card-title {
  color: #24262b;
}
.cid-tVqWUfy9rm .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-tVqWUfy9rm .mbr-section-btn {
  margin-top: 12px;
}
.cid-tVr1tD5JlG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #5b9791;
}
.cid-tVr1tD5JlG .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-tVr1tD5JlG .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-tVr1tD5JlG .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVr1tD5JlG .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tVr1tD5JlG .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-tVr1tD5JlG .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-tVr1tD5JlG .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-tVr1tD5JlG .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-tVr1tD5JlG .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-tVr1tD5JlG .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 12px 35px;
  line-height: 1.0625;
}
.cid-tVr1tD5JlG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVr1tD5JlG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVqEHn8nfJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tVqEHn8nfJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVqEHn8nfJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVqEHn8nfJ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tVqEHn8nfJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tVqEHn8nfJ .container {
    padding: 0 16px;
  }
}
.cid-tVqEHn8nfJ .row {
  padding: 90px 60px;
  border-radius: 40px;
  background-color: #eff1f2;
}
@media (max-width: 992px) {
  .cid-tVqEHn8nfJ .row {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-tVqEHn8nfJ .row {
    padding: 20px 16px;
  }
}
.cid-tVqEHn8nfJ .row .image-wrapper img {
  height: 440px;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tVqEHn8nfJ .row .image-wrapper img {
    height: 300px;
  }
}
.cid-tVqEHn8nfJ iframe h2 {
  font-size: 12px !important;
}
.cid-tVqEHntiTq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #001d43;
}
.cid-tVqEHntiTq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVqEHntiTq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVqEHntiTq .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tVqEHntiTq .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tVqEHntiTq .container {
    padding: 0;
  }
}
.cid-tVqEHntiTq .row {
  justify-content: center;
}
.cid-tVqEHntiTq .title-wrapper {
  padding: 0 16px;
}
.cid-tVqEHntiTq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tVqEHntiTq .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tVqEHntiTq .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tVqEHntiTq .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tVqEHntiTq .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #5b9791;
}
.cid-tVqEHntiTq .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tVqEHntiTq .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tVqEHntiTq .mbr-section-title,
.cid-tVqEHntiTq .mbr-iconfont {
  color: #ffffff;
}
.cid-tVqEHntiTq .mbr-section-title,
.cid-tVqEHntiTq .soc-wrapper {
  text-align: center;
}
.cid-tVqEHnKyGm {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5b9791;
}
.cid-tVqEHnKyGm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVqEHnKyGm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVqEHnKyGm .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tVqEHnKyGm .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tVqEHnKyGm .container {
    padding: 0;
  }
}
.cid-tVqEHnKyGm .row {
  justify-content: center;
}
.cid-tVqEHnKyGm .title-wrapper {
  padding: 0 16px;
}
.cid-tVqEHnKyGm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tVqEHnKyGm .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tVqEHnKyGm .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tVqEHnKyGm .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tVqEHnKyGm .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #001d43;
}
.cid-tVqEHnKyGm .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tVqEHnKyGm .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tVqEHnKyGm .mbr-section-title,
.cid-tVqEHnKyGm .mbr-iconfont {
  color: #ffffff;
}
.cid-tVqEHnKyGm .mbr-section-title,
.cid-tVqEHnKyGm .soc-wrapper {
  text-align: center;
}
.cid-tVqEHo2yjj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-3.webp");
}
.cid-tVqEHo2yjj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-tVqEHo2yjj .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tVqEHo2yjj .mbr-section-title {
  color: #187a7d;
}
.cid-tVqEHo2yjj .mbr-section-subtitle {
  color: #001d43;
  margin-top: 1rem;
}
.cid-tVqEHo2yjj .form-container {
  display: flex;
  width: 100%;
}
.cid-tVqEHo2yjj .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tVqEHo2yjj form {
  width: 100%;
}
.cid-tVqEHo2yjj form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tVqEHo2yjj form h5 {
  margin: 40px 0 20px;
}
.cid-tVqEHo2yjj form p {
  color: #45494E;
}
.cid-tVqEHo2yjj form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-tVqEHo2yjj form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-tVqEHo2yjj form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-tVqEHo2yjj form .form-control {
  height: 56px;
  border: none !important;
  border-bottom: 1px solid #A2A4A7 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: #45494E;
  font-weight: 400;
}
.cid-tVqEHo2yjj form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tVqEHo2yjj form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tVqEHo2yjj form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tVqEHo2yjj form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tVqEHo2yjj form select {
  color: #A2A4A7 !important;
}
.cid-tVqEHo2yjj form textarea {
  height: 250px !important;
}
.cid-tVqEHo2yjj form input:active,
.cid-tVqEHo2yjj form textarea:active,
.cid-tVqEHo2yjj form input:focus,
.cid-tVqEHo2yjj form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-tVqEHo2yjj form input:active::-webkit-input-placeholder,
.cid-tVqEHo2yjj form textarea:active::-webkit-input-placeholder,
.cid-tVqEHo2yjj form input:focus::-webkit-input-placeholder,
.cid-tVqEHo2yjj form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tVqEHo2yjj form input:active::-moz-placeholder,
.cid-tVqEHo2yjj form textarea:active::-moz-placeholder,
.cid-tVqEHo2yjj form input:focus::-moz-placeholder,
.cid-tVqEHo2yjj form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tVqEHo2yjj form input:active:-moz-placeholder,
.cid-tVqEHo2yjj form textarea:active:-moz-placeholder,
.cid-tVqEHo2yjj form input:focus:-moz-placeholder,
.cid-tVqEHo2yjj form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tVqEHo2yjj form input:active:-ms-input-placeholder,
.cid-tVqEHo2yjj form textarea:active:-ms-input-placeholder,
.cid-tVqEHo2yjj form input:focus:-ms-input-placeholder,
.cid-tVqEHo2yjj form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tVqEHo2yjj form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-tVqEHo2yjj form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tVqEHo2yjj form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-tVqEHo2yjj form .form-control-label {
  width: 100%;
}
.cid-tVqEHo2yjj form .form-check-label {
  margin-bottom: 10px;
}
.cid-tVqEHo2yjj form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tVqEHo2yjj form .form-check-input:focus,
.cid-tVqEHo2yjj form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-tVqEHo2yjj form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-tVqEHo2yjj .mbr-section-btn button {
  background-color: #5b9791 !important;
}
.cid-tVqEHopMmY {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #187a7d;
}
.cid-tVqEHopMmY .container-fluid {
  padding: 0;
}
.cid-tVqEHopMmY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tVqEHopMmY .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tVqEHopMmY .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tVqEHopMmY .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tVqEHopMmY .media-container-row .foot-menu li {
  color: white !important;
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tVqEHopMmY .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-tVqEHopMmY .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-tVqEHopMmY .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tVqEHopMmY .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tVqEHopMmY .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tVqEHopMmY .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVqEHopMmY .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tVqEHopMmY .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tVqEHopMmY .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tVqEHopMmY .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tVqEHopMmY .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tVqEHopMmY .copyright {
  margin: 0 60px;
  border-top: 1px solid #ffffff;
  padding: 26px 0;
}
.cid-tVqEHopMmY .copyright .mbr-text {
  margin: 0;
}
.cid-tVqEHopMmY .mbr-section-title,
.cid-tVqEHopMmY .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tVqEHopMmY .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tVqEHopMmY .foot-menu {
  color: #ffffff;
}
.cid-tVqEHopMmY H5 {
  color: #ffffff;
}
.cid-tVqEHopMmY li a {
  color: white !important;
}
.cid-tVqEHoP7qJ.popup-builder {
  background-color: #ffffff;
}
.cid-tVqEHoP7qJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tVqEHoP7qJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tVqEHoP7qJ .modal-content,
.cid-tVqEHoP7qJ .modal-dialog {
  height: auto;
}
.cid-tVqEHoP7qJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tVqEHoP7qJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tVqEHoP7qJ .form-wrapper .mbr-form .form-group,
  .cid-tVqEHoP7qJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tVqEHoP7qJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tVqEHoP7qJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tVqEHoP7qJ .mbr-text {
  text-align: center;
}
.cid-tVqEHoP7qJ .pt-0 {
  padding-top: 0 !important;
}
.cid-tVqEHoP7qJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tVqEHoP7qJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tVqEHoP7qJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tVqEHoP7qJ .modal-open {
  overflow: hidden;
}
.cid-tVqEHoP7qJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tVqEHoP7qJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tVqEHoP7qJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tVqEHoP7qJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tVqEHoP7qJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tVqEHoP7qJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tVqEHoP7qJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tVqEHoP7qJ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tVqEHoP7qJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tVqEHoP7qJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tVqEHoP7qJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-tVqEHoP7qJ .modal-backdrop.show {
  opacity: .5;
}
.cid-tVqEHoP7qJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tVqEHoP7qJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tVqEHoP7qJ .modal-header {
    padding: 1rem;
  }
}
.cid-tVqEHoP7qJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tVqEHoP7qJ .modal-header .close svg {
  fill: #353535;
}
.cid-tVqEHoP7qJ .modal-header .close:hover {
  opacity: 1;
}
.cid-tVqEHoP7qJ .modal-header .close:focus {
  outline: none;
}
.cid-tVqEHoP7qJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tVqEHoP7qJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tVqEHoP7qJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tVqEHoP7qJ .modal-body {
    padding: 1rem;
  }
}
.cid-tVqEHoP7qJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tVqEHoP7qJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tVqEHoP7qJ .modal-footer {
    padding: 1rem;
  }
}
.cid-tVqEHoP7qJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tVqEHoP7qJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tVqEHoP7qJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tVqEHoP7qJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tVqEHoP7qJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tVqEHoP7qJ .modal-lg,
  .cid-tVqEHoP7qJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tVqEHoP7qJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-tVqEHoP7qJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tVqEHoP7qJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tVqEHoP7qJ .form-group {
  margin-bottom: 1rem;
}
.cid-tVqEHoP7qJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tVqEHoP7qJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tVqEHoP7qJ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tVqEHoP7qJ .mbr-section-btn {
  margin: 0;
}
.cid-tVqEHoP7qJ .mbr-section-btn .btn {
  margin: 0;
}
