body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Gilda Display', serif;
  font-size: 4.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Gilda Display', serif;
  font-size: 3.4rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.44rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Gilda Display', serif;
  font-size: 1.9rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.04rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #c64935 !important;
}
.bg-success {
  background-color: #92bda3 !important;
}
.bg-info {
  background-color: #709faf !important;
}
.bg-warning {
  background-color: #b7b6b6 !important;
}
.bg-danger {
  background-color: #c64935 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #c64935 !important;
  border-color: #c64935 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #8a3325 !important;
  border-color: #8a3325 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8a3325 !important;
  border-color: #8a3325 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #709faf !important;
  border-color: #709faf !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #c64935 !important;
  border-color: #c64935 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #8a3325 !important;
  border-color: #8a3325 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8a3325 !important;
  border-color: #8a3325 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #762b1f !important;
  color: #762b1f !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #c64935 !important;
  border-color: #c64935 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c64935 !important;
  border-color: #c64935 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #426977 !important;
  color: #426977 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #58916f !important;
  color: #58916f !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #848383 !important;
  color: #848383 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #762b1f !important;
  color: #762b1f !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #c64935 !important;
  border-color: #c64935 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c64935 !important;
  border-color: #c64935 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #c64935 !important;
}
.text-secondary {
  color: #333333 !important;
}
.text-success {
  color: #92bda3 !important;
}
.text-info {
  color: #709faf !important;
}
.text-warning {
  color: #b7b6b6 !important;
}
.text-danger {
  color: #c64935 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #762b1f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #58916f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #426977 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #848383 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #762b1f !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #709faf;
}
.alert-warning {
  background-color: #b7b6b6;
}
.alert-danger {
  background-color: #c64935;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c64935;
  border-color: #c64935;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #c64935;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e3a297;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1ede6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c2d6dd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f6f6f6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e3a297;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #c64935;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form1 .input-group-btn a.btn {
  border-radius: 0 !important;
}
.form1 .input-group-btn button[type="submit"] {
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #c64935;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #c64935;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c64935;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c64935;
  border-bottom-color: #c64935;
}
.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: #c64935 !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: #333333 !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%;
}
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='%23c64935' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-rzMgHGam4n .nav-item:focus,
.cid-rzMgHGam4n .nav-link:focus {
  outline: none;
}
.cid-rzMgHGam4n a.nav-link:focus {
  color: #ffffff !important;
}
.cid-rzMgHGam4n .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #131943;
}
.cid-rzMgHGam4n .navbar.opened {
  transition: all .3s;
  background: #131943 !important;
}
.cid-rzMgHGam4n .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-rzMgHGam4n .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-rzMgHGam4n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rzMgHGam4n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-rzMgHGam4n .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-rzMgHGam4n .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rzMgHGam4n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-rzMgHGam4n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rzMgHGam4n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rzMgHGam4n .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-rzMgHGam4n .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rzMgHGam4n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rzMgHGam4n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rzMgHGam4n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rzMgHGam4n .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rzMgHGam4n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rzMgHGam4n .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-rzMgHGam4n .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-rzMgHGam4n .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rzMgHGam4n .navbar.navbar-short {
  background: #131943 !important;
  min-height: 60px;
}
.cid-rzMgHGam4n .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rzMgHGam4n .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rzMgHGam4n .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rzMgHGam4n .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-rzMgHGam4n .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-rzMgHGam4n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rzMgHGam4n .dropdown-item.active,
.cid-rzMgHGam4n .dropdown-item:active {
  background-color: transparent;
}
.cid-rzMgHGam4n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rzMgHGam4n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rzMgHGam4n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rzMgHGam4n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-rzMgHGam4n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-rzMgHGam4n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzMgHGam4n ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rzMgHGam4n .navbar-buttons {
  text-align: center;
}
.cid-rzMgHGam4n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzMgHGam4n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rzMgHGam4n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzMgHGam4n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMgHGam4n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMgHGam4n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzMgHGam4n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMgHGam4n nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzMgHGam4n nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzMgHGam4n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMgHGam4n .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rzMgHGam4n a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-rzMgHGam4n .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rzMgHGam4n .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rzMgHGam4n .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-rzMgHGam4n .nav-link:hover,
.cid-rzMgHGam4n .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-rzMgHGam4n .dropdown-item:hover {
  color: #487f91 !important;
}
.cid-rzMgHGam4n .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-rzMgHGam4n .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-rzMgHGam4n .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-rzMgHGam4n .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-rzMgHGam4n .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-rzMgHGam4n .dropdown-menu {
    top: 100%;
  }
  .cid-rzMgHGam4n .dropdown-item {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 2px 5px #2e3565;
    background: #2e3565 !important;
  }
  .cid-rzMgHGam4n .dropdown-item:hover {
    background: #1e2342 !important;
  }
  .cid-rzMgHGam4n .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-rzMgHGam4n .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-vlwUoPJ1hI {
  background: #232323;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-vlwUoPJ1hI .image-block {
  position: relative;
  margin: auto;
}
.cid-vlwUoPJ1hI .image-block img {
  width: 100%;
}
.cid-vlwUoPJ1hI .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-vlwUoPJ1hI .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-vlwWYlbCAE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vlwWYlbCAE .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vlwWYlbCAE .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-vlwWYlbCAE .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-vlHaTU3ufc {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: #f4f4f4;
}
.cid-vlHaTU3ufc .item:focus,
.cid-vlHaTU3ufc span:focus {
  outline: none;
}
.cid-vlHaTU3ufc .item {
  cursor: pointer;
}
.cid-vlHaTU3ufc .grid-container {
  grid-row-gap: 8px;
}
@media (max-width: 767px) {
  .cid-vlHaTU3ufc .grid-container {
    grid-row-gap: 8px;
  }
}
.cid-vlHaTU3ufc .grid-container-1,
.cid-vlHaTU3ufc .grid-container-2 {
  gap: 0 8px;
}
@media (max-width: 767px) {
  .cid-vlHaTU3ufc .grid-container-1,
  .cid-vlHaTU3ufc .grid-container-2 {
    gap: 0 8px;
  }
}
.cid-vlHaTU3ufc .mbr-section-title {
  margin: 40px 0;
  color: #0027ba;
  text-align: center;
}
.cid-vlHaTU3ufc .content-head {
  max-width: 800px;
}
.cid-vlHaTU3ufc .container,
.cid-vlHaTU3ufc .container-fluid {
  overflow: hidden;
}
.cid-vlHaTU3ufc .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vlHaTU3ufc .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vlHaTU3ufc .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vlHaTU3ufc .grid-item img {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-vlHaTU3ufc .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-vlHaTU3ufc .grid-item img {
    min-width: 35vw;
    height: 200px;
  }
}
@media (max-width: 425px) {
  .cid-vlHaTU3ufc .grid-item img {
    min-width: 35vw;
    height: 140px;
  }
}
.cid-vlHaTU3ufc .grid-container-1,
.cid-vlHaTU3ufc .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vlHaTU3ufc .grid-container-1 {
  align-items: flex-end;
}
.cid-vlHaTU3ufc .grid-container-2 {
  align-items: flex-start;
}
.cid-vlHl9Pu85O {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6c8ab;
}
.cid-vlHl9Pu85O .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-vlHl9Pu85O .card-img {
  overflow: hidden;
  border-radius: 0 !important;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.cid-vlHl9Pu85O .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-vlHl9Pu85O .card-box {
  background: #ffffff;
  padding: 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vlHl9Pu85O .link {
  letter-spacing: 2px;
  color: #9f2b19;
}
.cid-vlHl9Pu85O .card.first-card,
.cid-vlHl9Pu85O .card.third-card {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .cid-vlHl9Pu85O .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vlHl9Pu85O .card {
    padding-bottom: 2rem;
  }
}
.cid-vlHl9Pu85O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlHl9Pu85O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlHl9Pu85O .main-title {
  color: #4e140b;
}
.cid-vlHl9Pu85O .card-title {
  color: #4e140b;
}
.cid-rzMgJD6sEt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #131943;
}
.cid-rzMgJD6sEt .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-rzMgJD6sEt .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMgJD6sEt .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rzMgJD6sEt .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-rzMgJD6sEt .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-rzMgJD6sEt .brown {
  color: #c19b76;
}
.cid-rzMgJD6sEt .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMgJD6sEt .paragraphs-wrapper .first-paragraph,
.cid-rzMgJD6sEt .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-rzMgJD6sEt .text-element {
    padding-bottom: 0;
  }
  .cid-rzMgJD6sEt .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzMgJD6sEt .paragraphs-wrapper .first-paragraph,
  .cid-rzMgJD6sEt .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-rzMgJD6sEt .first-paragraph,
  .cid-rzMgJD6sEt .second-paragraph {
    width: 50%;
  }
  .cid-rzMgJD6sEt .first-paragraph {
    padding-right: .5rem;
  }
  .cid-rzMgJD6sEt .second-paragraph {
    padding-left: .5rem;
  }
  .cid-rzMgJD6sEt .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rzMgJD6sEt .mbr-section-title,
  .cid-rzMgJD6sEt .mbr-section-btn {
    text-align: left;
  }
}
.cid-vlx8qe2F0j {
  padding-top: 45px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/dulovits-cardenas3-1178x648.jpg");
}
.cid-vlx8qe2F0j .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-vlx8qe2F0j .form-head {
  background: #efefef;
  padding: 2rem;
}
.cid-vlx8qe2F0j .form1 {
  background: #e6c8ab;
  padding: 2rem;
}
.cid-vlx8qe2F0j .form-group {
  margin-bottom: 1rem;
}
.cid-vlx8qe2F0j .form-control {
  border: none !important;
  border-radius: 0;
  padding: 0.5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-vlx8qe2F0j textarea.form-control {
  min-height: 96px;
}
.cid-vlx8qe2F0j .input-group-btn {
  width: 100%;
}
.cid-vlx8qe2F0j .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-vlx8qe2F0j .form-control-label {
  color: #333333;
  font-size: 1rem;
  font-weight: 100 !important;
}
@media (max-width: 767px) {
  .cid-vlx8qe2F0j .form1 {
    padding: 1.5rem;
  }
}
.cid-vlx8qe2F0j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlx8qe2F0j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlx8qe2F0j LABEL {
  color: #4e140b;
}
.cid-vmLWPIIGAa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dac468;
}
.cid-vmLWPIIGAa .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-vmLWPIIGAa .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #c64935;
}
.cid-vmLWPIIGAa .svg-top .st0 {
  fill: #dac468;
}
@media (max-width: 992px) {
  .cid-vmLWPIIGAa .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-vmLWPIIGAa .text-content {
    max-width: none;
  }
}
.cid-vmLWPIIGAa .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #1a449a;
  border: 2px solid #1a449a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vmLWPIIGAa .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vmLWPIIGAa .mbr-iconfont-social:hover {
  background-color: #1a449a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vmLWPIIGAa .icons {
    justify-content: center !important;
  }
  .cid-vmLWPIIGAa .text-content * {
    text-align: center;
  }
}
.cid-vmLWPIIGAa P {
  color: #9f2b19;
  text-align: center;
}
.cid-vmLWPIIGAa .mbr-section-title {
  color: #9f2b19;
  text-align: center;
}
.cid-rzMi9GHrgW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vlxOycIYe6 .nav-item:focus,
.cid-vlxOycIYe6 .nav-link:focus {
  outline: none;
}
.cid-vlxOycIYe6 a.nav-link:focus {
  color: #ffffff !important;
}
.cid-vlxOycIYe6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #131943;
}
.cid-vlxOycIYe6 .navbar.opened {
  transition: all .3s;
  background: #131943 !important;
}
.cid-vlxOycIYe6 .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-vlxOycIYe6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-vlxOycIYe6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vlxOycIYe6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-vlxOycIYe6 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vlxOycIYe6 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-vlxOycIYe6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vlxOycIYe6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vlxOycIYe6 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-vlxOycIYe6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vlxOycIYe6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vlxOycIYe6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vlxOycIYe6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-vlxOycIYe6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vlxOycIYe6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vlxOycIYe6 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-vlxOycIYe6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vlxOycIYe6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vlxOycIYe6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vlxOycIYe6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vlxOycIYe6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vlxOycIYe6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vlxOycIYe6 .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-vlxOycIYe6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-vlxOycIYe6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vlxOycIYe6 .navbar.navbar-short {
  background: #131943 !important;
  min-height: 60px;
}
.cid-vlxOycIYe6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vlxOycIYe6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vlxOycIYe6 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vlxOycIYe6 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-vlxOycIYe6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-vlxOycIYe6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlxOycIYe6 .dropdown-item.active,
.cid-vlxOycIYe6 .dropdown-item:active {
  background-color: transparent;
}
.cid-vlxOycIYe6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vlxOycIYe6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vlxOycIYe6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vlxOycIYe6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-vlxOycIYe6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-vlxOycIYe6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vlxOycIYe6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vlxOycIYe6 .navbar-buttons {
  text-align: center;
}
.cid-vlxOycIYe6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vlxOycIYe6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vlxOycIYe6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vlxOycIYe6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vlxOycIYe6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vlxOycIYe6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vlxOycIYe6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vlxOycIYe6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vlxOycIYe6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vlxOycIYe6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vlxOycIYe6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vlxOycIYe6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-vlxOycIYe6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vlxOycIYe6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-vlxOycIYe6 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-vlxOycIYe6 .nav-link:hover,
.cid-vlxOycIYe6 .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-vlxOycIYe6 .dropdown-item:hover {
  color: #487f91 !important;
}
.cid-vlxOycIYe6 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-vlxOycIYe6 .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-vlxOycIYe6 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-vlxOycIYe6 .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-vlxOycIYe6 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-vlxOycIYe6 .dropdown-menu {
    top: 100%;
  }
  .cid-vlxOycIYe6 .dropdown-item {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 2px 5px #2e3565;
    background: #2e3565 !important;
  }
  .cid-vlxOycIYe6 .dropdown-item:hover {
    background: #1e2342 !important;
  }
  .cid-vlxOycIYe6 .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-vlxOycIYe6 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-vlxOydDe6L {
  background: #ffffff;
}
.cid-vlxOydDe6L .image-block {
  position: relative;
  margin: auto;
  width: 100% !important;
}
.cid-vlxOydDe6L .image-block img {
  width: 100%;
}
.cid-vlxOydDe6L .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-vlxOydDe6L .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-vlxSgAq8ng {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #a89d6c;
}
.cid-vlxSgAq8ng .item {
  padding-bottom: 2rem;
}
.cid-vlxSgAq8ng .item-wrapper {
  position: relative;
}
.cid-vlxSgAq8ng .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vlxSgAq8ng .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vlxSgAq8ng .carousel-control,
.cid-vlxSgAq8ng .close {
  background: #1b1b1b;
}
.cid-vlxSgAq8ng .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vlxSgAq8ng .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vlxSgAq8ng .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vlxSgAq8ng .carousel-control-next span {
  margin-left: 5px;
}
.cid-vlxSgAq8ng .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vlxSgAq8ng .close::before {
  content: '\e91a';
}
.cid-vlxSgAq8ng .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vlxSgAq8ng .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vlxSgAq8ng .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vlxSgAq8ng .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vlxSgAq8ng .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vlxSgAq8ng .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vlxSgAq8ng .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vlxSgAq8ng .carousel-indicators li.active,
.cid-vlxSgAq8ng .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vlxSgAq8ng .carousel-indicators li::after,
.cid-vlxSgAq8ng .carousel-indicators li::before {
  content: none;
}
.cid-vlxSgAq8ng .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vlxSgAq8ng .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vlxSgAq8ng .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vlxSgAq8ng .carousel-indicators {
    display: none;
  }
}
.cid-vlxSgAq8ng .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vlxSgAq8ng .carousel-inner > .active {
  display: block;
}
.cid-vlxSgAq8ng .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vlxSgAq8ng .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vlxSgAq8ng .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vlxSgAq8ng .carousel-control,
  .cid-vlxSgAq8ng .carousel-indicators,
  .cid-vlxSgAq8ng .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vlxSgAq8ng .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vlxSgAq8ng .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vlxSgAq8ng .carousel-indicators .active,
.cid-vlxSgAq8ng .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vlxSgAq8ng .carousel-indicators .active {
  background: #fff;
}
.cid-vlxSgAq8ng .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vlxSgAq8ng .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vlxSgAq8ng .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vlxSgAq8ng .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vlxSgAq8ng .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vlxSgAq8ng .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vlxSgAq8ng .carousel {
  width: 100%;
}
.cid-vlxSgAq8ng .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vlxSgAq8ng .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vlxSgAq8ng .modal.fade .modal-dialog,
.cid-vlxSgAq8ng .modal.in .modal-dialog {
  transform: none;
}
.cid-vlxSgAq8ng .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vlxSgAq8ng H6 {
  text-align: center;
}
.cid-vlxSgAq8ng H3 {
  color: #4e140b;
}
.cid-vlxSgAq8ng H4 {
  text-align: center;
}
.cid-vlynNsHkU0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/img-20191031-wa0066-540x748.jpeg");
}
.cid-vlynNsHkU0 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-vlynNsHkU0 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-vlynNsHkU0 .card .card-header {
  background: #c19b76;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vlynNsHkU0 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-vlynNsHkU0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vlynNsHkU0 .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vlynNsHkU0 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 20px;
}
.cid-vlynNsHkU0 .card .panel-body {
  background: #ffffff;
}
.cid-vlynNsHkU0 .card .panel-body .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vlynNsHkU0 .card-header h4,
  .cid-vlynNsHkU0 .panel-body {
    padding: 1rem !important;
  }
}
.cid-vlynNsHkU0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlynNsHkU0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlynNsHkU0 H4 {
  color: #232323;
}
.cid-vlynNsHkU0 H2 {
  color: #232323;
}
.cid-vlxOyfmWwQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #131943;
}
.cid-vlxOyfmWwQ .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-vlxOyfmWwQ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vlxOyfmWwQ .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-vlxOyfmWwQ .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-vlxOyfmWwQ .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-vlxOyfmWwQ .brown {
  color: #c19b76;
}
.cid-vlxOyfmWwQ .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vlxOyfmWwQ .paragraphs-wrapper .first-paragraph,
.cid-vlxOyfmWwQ .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vlxOyfmWwQ .text-element {
    padding-bottom: 0;
  }
  .cid-vlxOyfmWwQ .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vlxOyfmWwQ .paragraphs-wrapper .first-paragraph,
  .cid-vlxOyfmWwQ .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-vlxOyfmWwQ .first-paragraph,
  .cid-vlxOyfmWwQ .second-paragraph {
    width: 50%;
  }
  .cid-vlxOyfmWwQ .first-paragraph {
    padding-right: .5rem;
  }
  .cid-vlxOyfmWwQ .second-paragraph {
    padding-left: .5rem;
  }
  .cid-vlxOyfmWwQ .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vlxOyfmWwQ .mbr-section-title,
  .cid-vlxOyfmWwQ .mbr-section-btn {
    text-align: left;
  }
}
.cid-vlCqnryaVs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vlCqnryaVs .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vlCqnryaVs .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-vlCqnryaVs .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
}
.cid-vlCqnryaVs .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .cid-vlCqnryaVs .image-element {
    padding-right: 0;
  }
}
.cid-vlCqnryaVs .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vlCqnryaVs .mbr-section-subtitle,
.cid-vlCqnryaVs .mbr-text {
  color: #878787;
}
.cid-vlCqnryaVs .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vlCqnryaVs .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vlCqnryaVs .text-element {
    padding-top: 0;
  }
}
.cid-vlCqnryaVs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlCqnryaVs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlxOyfVioM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/photo-2023-06-01-19-03-45-750x427.jpg");
}
.cid-vlxOyfVioM .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-vlxOyfVioM .testimonials-container {
  margin: 0 auto;
}
.cid-vlxOyfVioM .testimonials-container .testimonials-item:not(:first-child) {
  margin-top: 3rem;
}
.cid-vlxOyfVioM .testimonials-container .testimonials-item:nth-child(2n) .user.row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-vlxOyfVioM .testimonials-container .testimonials-item:nth-child(2n) .user.row .testimonials-caption {
    text-align: right;
    padding: 2rem 0 2rem 2rem;
  }
}
.cid-vlxOyfVioM .testimonials-container .testimonials-item .user {
  background: #c19b76;
}
.cid-vlxOyfVioM .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-vlxOyfVioM .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto;
  border-radius: 50%;
}
.cid-vlxOyfVioM .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-vlxOyfVioM .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-vlxOyfVioM .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-vlxOyfVioM .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-vlxOye8NMS {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-vlxOye8NMS .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vlxOye8NMS .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-vlxOye8NMS .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-vmM0HQsCxP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dac468;
}
.cid-vmM0HQsCxP .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-vmM0HQsCxP .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #c64935;
}
.cid-vmM0HQsCxP .svg-top .st0 {
  fill: #dac468;
}
@media (max-width: 992px) {
  .cid-vmM0HQsCxP .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-vmM0HQsCxP .text-content {
    max-width: none;
  }
}
.cid-vmM0HQsCxP .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #1a449a;
  border: 2px solid #1a449a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vmM0HQsCxP .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vmM0HQsCxP .mbr-iconfont-social:hover {
  background-color: #1a449a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vmM0HQsCxP .icons {
    justify-content: center !important;
  }
  .cid-vmM0HQsCxP .text-content * {
    text-align: center;
  }
}
.cid-vmM0HQsCxP P {
  color: #9f2b19;
  text-align: center;
}
.cid-vmM0HQsCxP .mbr-section-title {
  color: #9f2b19;
  text-align: center;
}
.cid-vlxOyhe5uM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-vlCYBdvSRs .nav-item:focus,
.cid-vlCYBdvSRs .nav-link:focus {
  outline: none;
}
.cid-vlCYBdvSRs a.nav-link:focus {
  color: #ffffff !important;
}
.cid-vlCYBdvSRs .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #131943;
}
.cid-vlCYBdvSRs .navbar.opened {
  transition: all .3s;
  background: #131943 !important;
}
.cid-vlCYBdvSRs .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-vlCYBdvSRs .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-vlCYBdvSRs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vlCYBdvSRs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-vlCYBdvSRs .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vlCYBdvSRs .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-vlCYBdvSRs .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vlCYBdvSRs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vlCYBdvSRs .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-vlCYBdvSRs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vlCYBdvSRs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vlCYBdvSRs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vlCYBdvSRs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-vlCYBdvSRs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vlCYBdvSRs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vlCYBdvSRs .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-vlCYBdvSRs .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vlCYBdvSRs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vlCYBdvSRs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vlCYBdvSRs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vlCYBdvSRs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vlCYBdvSRs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vlCYBdvSRs .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-vlCYBdvSRs .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-vlCYBdvSRs .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vlCYBdvSRs .navbar.navbar-short {
  background: #131943 !important;
  min-height: 60px;
}
.cid-vlCYBdvSRs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vlCYBdvSRs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vlCYBdvSRs .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vlCYBdvSRs .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-vlCYBdvSRs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-vlCYBdvSRs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlCYBdvSRs .dropdown-item.active,
.cid-vlCYBdvSRs .dropdown-item:active {
  background-color: transparent;
}
.cid-vlCYBdvSRs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vlCYBdvSRs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vlCYBdvSRs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vlCYBdvSRs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-vlCYBdvSRs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-vlCYBdvSRs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vlCYBdvSRs ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vlCYBdvSRs .navbar-buttons {
  text-align: center;
}
.cid-vlCYBdvSRs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vlCYBdvSRs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vlCYBdvSRs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vlCYBdvSRs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vlCYBdvSRs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vlCYBdvSRs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vlCYBdvSRs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vlCYBdvSRs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vlCYBdvSRs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vlCYBdvSRs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vlCYBdvSRs .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vlCYBdvSRs a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-vlCYBdvSRs .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vlCYBdvSRs .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-vlCYBdvSRs .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-vlCYBdvSRs .nav-link:hover,
.cid-vlCYBdvSRs .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-vlCYBdvSRs .dropdown-item:hover {
  color: #487f91 !important;
}
.cid-vlCYBdvSRs .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-vlCYBdvSRs .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-vlCYBdvSRs .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-vlCYBdvSRs .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-vlCYBdvSRs .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-vlCYBdvSRs .dropdown-menu {
    top: 100%;
  }
  .cid-vlCYBdvSRs .dropdown-item {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 2px 5px #2e3565;
    background: #2e3565 !important;
  }
  .cid-vlCYBdvSRs .dropdown-item:hover {
    background: #1e2342 !important;
  }
  .cid-vlCYBdvSRs .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-vlCYBdvSRs .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-vlD3a7w0yX {
  background-image: url("../../../assets/images/lanzamiento-mejorada-alta-no-tan-896x820.png");
}
.cid-vlD3a7w0yX .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-vlD3a7w0yX .mbr-arrow i {
  color: #ffffff !important;
}
.cid-vlD3a7w0yX .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-vlD3a7w0yX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlD3a7w0yX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlDtarVaZ8 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vlDtarVaZ8 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-vlDtarVaZ8 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vlDtarVaZ8 .title {
    width: 100% !important;
  }
}
.cid-vlDy9hAiTj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vlDE8vbSPc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vlDE8vbSPc .item {
  padding-bottom: 2rem;
}
.cid-vlDE8vbSPc .item-wrapper {
  position: relative;
}
.cid-vlDE8vbSPc .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vlDE8vbSPc .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vlDE8vbSPc .carousel-control,
.cid-vlDE8vbSPc .close {
  background: #1b1b1b;
}
.cid-vlDE8vbSPc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vlDE8vbSPc .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vlDE8vbSPc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vlDE8vbSPc .carousel-control-next span {
  margin-left: 5px;
}
.cid-vlDE8vbSPc .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vlDE8vbSPc .close::before {
  content: '\e91a';
}
.cid-vlDE8vbSPc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vlDE8vbSPc .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vlDE8vbSPc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vlDE8vbSPc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vlDE8vbSPc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vlDE8vbSPc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vlDE8vbSPc .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vlDE8vbSPc .carousel-indicators li.active,
.cid-vlDE8vbSPc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vlDE8vbSPc .carousel-indicators li::after,
.cid-vlDE8vbSPc .carousel-indicators li::before {
  content: none;
}
.cid-vlDE8vbSPc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vlDE8vbSPc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vlDE8vbSPc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vlDE8vbSPc .carousel-indicators {
    display: none;
  }
}
.cid-vlDE8vbSPc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vlDE8vbSPc .carousel-inner > .active {
  display: block;
}
.cid-vlDE8vbSPc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vlDE8vbSPc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vlDE8vbSPc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vlDE8vbSPc .carousel-control,
  .cid-vlDE8vbSPc .carousel-indicators,
  .cid-vlDE8vbSPc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vlDE8vbSPc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vlDE8vbSPc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vlDE8vbSPc .carousel-indicators .active,
.cid-vlDE8vbSPc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vlDE8vbSPc .carousel-indicators .active {
  background: #fff;
}
.cid-vlDE8vbSPc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vlDE8vbSPc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vlDE8vbSPc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vlDE8vbSPc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vlDE8vbSPc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vlDE8vbSPc .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vlDE8vbSPc .carousel {
  width: 100%;
}
.cid-vlDE8vbSPc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vlDE8vbSPc .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vlDE8vbSPc .modal.fade .modal-dialog,
.cid-vlDE8vbSPc .modal.in .modal-dialog {
  transform: none;
}
.cid-vlDE8vbSPc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vlDE8vbSPc H6 {
  text-align: center;
}
.cid-vlDE8vbSPc H3 {
  color: #be1212;
}
.cid-vlDCRocLKP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vlDBTBirin {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vlDBTBirin .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vlDBTBirin .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-vlDBTBirin .item-wrapper {
  position: relative;
}
.cid-vlDBTBirin .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vlDBTBirin .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vlDBTBirin .carousel-control,
.cid-vlDBTBirin .close {
  background: #1b1b1b;
}
.cid-vlDBTBirin .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vlDBTBirin .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vlDBTBirin .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vlDBTBirin .carousel-control-next span {
  margin-left: 5px;
}
.cid-vlDBTBirin .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vlDBTBirin .close::before {
  content: '\e91a';
}
.cid-vlDBTBirin .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vlDBTBirin .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vlDBTBirin .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vlDBTBirin .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vlDBTBirin .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vlDBTBirin .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vlDBTBirin .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vlDBTBirin .carousel-indicators li.active,
.cid-vlDBTBirin .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vlDBTBirin .carousel-indicators li::after,
.cid-vlDBTBirin .carousel-indicators li::before {
  content: none;
}
.cid-vlDBTBirin .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vlDBTBirin .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vlDBTBirin .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vlDBTBirin .carousel-indicators {
    display: none;
  }
}
.cid-vlDBTBirin .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vlDBTBirin .carousel-inner > .active {
  display: block;
}
.cid-vlDBTBirin .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vlDBTBirin .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vlDBTBirin .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vlDBTBirin .carousel-control,
  .cid-vlDBTBirin .carousel-indicators,
  .cid-vlDBTBirin .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vlDBTBirin .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vlDBTBirin .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vlDBTBirin .carousel-indicators .active,
.cid-vlDBTBirin .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vlDBTBirin .carousel-indicators .active {
  background: #fff;
}
.cid-vlDBTBirin .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vlDBTBirin .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vlDBTBirin .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vlDBTBirin .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vlDBTBirin .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vlDBTBirin .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vlDBTBirin .carousel {
  width: 100%;
}
.cid-vlDBTBirin .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vlDBTBirin .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vlDBTBirin .modal.fade .modal-dialog,
.cid-vlDBTBirin .modal.in .modal-dialog {
  transform: none;
}
.cid-vlDBTBirin .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vlDBTBirin H6 {
  text-align: center;
}
.cid-vlDBTBirin H3 {
  color: #be1212;
}
.cid-vlDG8RX88f {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vlDG8RX88f .mbr-text {
  text-align: left;
}
.cid-vlDGD8iPys {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vlDGD8iPys .mbr-text {
  text-align: left;
}
.cid-vlDJXqPZ1H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vlDJXqPZ1H .item {
  padding-bottom: 2rem;
}
.cid-vlDJXqPZ1H .item-wrapper {
  position: relative;
}
.cid-vlDJXqPZ1H .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vlDJXqPZ1H .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vlDJXqPZ1H .carousel-control,
.cid-vlDJXqPZ1H .close {
  background: #1b1b1b;
}
.cid-vlDJXqPZ1H .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vlDJXqPZ1H .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vlDJXqPZ1H .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vlDJXqPZ1H .carousel-control-next span {
  margin-left: 5px;
}
.cid-vlDJXqPZ1H .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vlDJXqPZ1H .close::before {
  content: '\e91a';
}
.cid-vlDJXqPZ1H .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vlDJXqPZ1H .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vlDJXqPZ1H .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vlDJXqPZ1H .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vlDJXqPZ1H .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vlDJXqPZ1H .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vlDJXqPZ1H .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vlDJXqPZ1H .carousel-indicators li.active,
.cid-vlDJXqPZ1H .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vlDJXqPZ1H .carousel-indicators li::after,
.cid-vlDJXqPZ1H .carousel-indicators li::before {
  content: none;
}
.cid-vlDJXqPZ1H .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vlDJXqPZ1H .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vlDJXqPZ1H .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vlDJXqPZ1H .carousel-indicators {
    display: none;
  }
}
.cid-vlDJXqPZ1H .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vlDJXqPZ1H .carousel-inner > .active {
  display: block;
}
.cid-vlDJXqPZ1H .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vlDJXqPZ1H .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vlDJXqPZ1H .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vlDJXqPZ1H .carousel-control,
  .cid-vlDJXqPZ1H .carousel-indicators,
  .cid-vlDJXqPZ1H .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vlDJXqPZ1H .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vlDJXqPZ1H .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vlDJXqPZ1H .carousel-indicators .active,
.cid-vlDJXqPZ1H .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vlDJXqPZ1H .carousel-indicators .active {
  background: #fff;
}
.cid-vlDJXqPZ1H .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vlDJXqPZ1H .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vlDJXqPZ1H .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vlDJXqPZ1H .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vlDJXqPZ1H .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vlDJXqPZ1H .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vlDJXqPZ1H .carousel {
  width: 100%;
}
.cid-vlDJXqPZ1H .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vlDJXqPZ1H .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vlDJXqPZ1H .modal.fade .modal-dialog,
.cid-vlDJXqPZ1H .modal.in .modal-dialog {
  transform: none;
}
.cid-vlDJXqPZ1H .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vlDJXqPZ1H H6 {
  text-align: center;
}
.cid-vlDJXqPZ1H H3 {
  color: #be1212;
}
.cid-vlDSoJpDns {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vlDSoJpDns .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-vlDSoJpDns .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vlDSoJpDns .title {
    width: 100% !important;
  }
}
.cid-vlDSoJpDns .mbr-section-title {
  color: #ffffff;
}
.cid-vlDSoJpDns .mbr-text,
.cid-vlDSoJpDns .mbr-section-btn {
  color: #d8d7d7;
}
.cid-vlCYBjFdzG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vlCYBjFdzG .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-vlCYBjFdzG .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vlCYBjFdzG .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-vlCYBjFdzG .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-vlCYBjFdzG .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-vlCYBjFdzG .brown {
  color: #c19b76;
}
.cid-vlCYBjFdzG .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vlCYBjFdzG .paragraphs-wrapper .first-paragraph,
.cid-vlCYBjFdzG .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vlCYBjFdzG .text-element {
    padding-bottom: 0;
  }
  .cid-vlCYBjFdzG .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vlCYBjFdzG .paragraphs-wrapper .first-paragraph,
  .cid-vlCYBjFdzG .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-vlCYBjFdzG .first-paragraph,
  .cid-vlCYBjFdzG .second-paragraph {
    width: 50%;
  }
  .cid-vlCYBjFdzG .first-paragraph {
    padding-right: .5rem;
  }
  .cid-vlCYBjFdzG .second-paragraph {
    padding-left: .5rem;
  }
  .cid-vlCYBjFdzG .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vlCYBjFdzG .mbr-section-title,
  .cid-vlCYBjFdzG .mbr-section-btn {
    text-align: left;
  }
}
.cid-vlCYBjFdzG .mbr-text,
.cid-vlCYBjFdzG .mbr-section-btn {
  color: #b7b6b6;
}
.cid-vlDV0nS4px {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-vlDV0nS4px .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vlDV0nS4px .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-vlDV0nS4px .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vlDV0nS4px .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-vlDV0nS4px .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-vlDV0nS4px .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-vlDV0nS4px .brown {
  color: #c19b76;
}
.cid-vlDV0nS4px .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vlDV0nS4px .paragraphs-wrapper .first-paragraph,
.cid-vlDV0nS4px .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vlDV0nS4px .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-vlDV0nS4px .text-element {
    padding-top: 0;
  }
  .cid-vlDV0nS4px .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vlDV0nS4px .paragraphs-wrapper .first-paragraph,
  .cid-vlDV0nS4px .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-vlDV0nS4px .first-paragraph,
  .cid-vlDV0nS4px .second-paragraph {
    width: 50%;
  }
  .cid-vlDV0nS4px .first-paragraph {
    padding-right: .5rem;
  }
  .cid-vlDV0nS4px .second-paragraph {
    padding-left: .5rem;
  }
  .cid-vlDV0nS4px .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vlDV0nS4px .mbr-section-title,
  .cid-vlDV0nS4px .mbr-section-btn {
    text-align: left;
  }
}
.cid-vlDV0nS4px .mbr-text,
.cid-vlDV0nS4px .mbr-section-btn {
  color: #b7b6b6;
}
.cid-vlDXOuRT4V {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vlDXOuRT4V .mbr-text {
  text-align: left;
  color: #b7b6b6;
}
.cid-vlDZexMU3m {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-vlDZexMU3m .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vlDZexMU3m .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-vlDZexMU3m .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vlDZexMU3m .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-vlDZexMU3m .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-vlDZexMU3m .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-vlDZexMU3m .brown {
  color: #c19b76;
}
.cid-vlDZexMU3m .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vlDZexMU3m .paragraphs-wrapper .first-paragraph,
.cid-vlDZexMU3m .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vlDZexMU3m .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-vlDZexMU3m .text-element {
    padding-top: 0;
  }
  .cid-vlDZexMU3m .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vlDZexMU3m .paragraphs-wrapper .first-paragraph,
  .cid-vlDZexMU3m .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-vlDZexMU3m .first-paragraph,
  .cid-vlDZexMU3m .second-paragraph {
    width: 50%;
  }
  .cid-vlDZexMU3m .first-paragraph {
    padding-right: .5rem;
  }
  .cid-vlDZexMU3m .second-paragraph {
    padding-left: .5rem;
  }
  .cid-vlDZexMU3m .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vlDZexMU3m .mbr-section-title,
  .cid-vlDZexMU3m .mbr-section-btn {
    text-align: left;
  }
}
.cid-vlDZexMU3m .mbr-text,
.cid-vlDZexMU3m .mbr-section-btn {
  color: #b7b6b6;
}
.cid-vlCYBlvoUS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vlCYBlvoUS .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vlCYBlvoUS .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-vlCYBlvoUS .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-vlGjH0ZdOO {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #a89d6c;
}
.cid-vlGjH0ZdOO .underline .line {
  width: 2rem;
  height: 1px;
  background: #000000;
  display: inline-block;
}
.cid-vlGjH0ZdOO .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vlGjH0ZdOO .title {
    width: 100% !important;
  }
}
.cid-vlGjH0ZdOO .mbr-section-title {
  color: #232323;
}
.cid-vlGjH0ZdOO .mbr-section-subtitle,
.cid-vlGjH0ZdOO .underline {
  color: #232323;
}
.cid-vlGowRyLqh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #a89d6c;
}
.cid-vlGowRyLqh .item {
  padding-bottom: 2rem;
}
.cid-vlGowRyLqh .item-wrapper {
  position: relative;
}
.cid-vlGowRyLqh .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vlGowRyLqh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vlGowRyLqh .carousel-control,
.cid-vlGowRyLqh .close {
  background: #1b1b1b;
}
.cid-vlGowRyLqh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vlGowRyLqh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vlGowRyLqh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vlGowRyLqh .carousel-control-next span {
  margin-left: 5px;
}
.cid-vlGowRyLqh .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vlGowRyLqh .close::before {
  content: '\e91a';
}
.cid-vlGowRyLqh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vlGowRyLqh .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vlGowRyLqh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vlGowRyLqh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vlGowRyLqh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vlGowRyLqh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vlGowRyLqh .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vlGowRyLqh .carousel-indicators li.active,
.cid-vlGowRyLqh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vlGowRyLqh .carousel-indicators li::after,
.cid-vlGowRyLqh .carousel-indicators li::before {
  content: none;
}
.cid-vlGowRyLqh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vlGowRyLqh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vlGowRyLqh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vlGowRyLqh .carousel-indicators {
    display: none;
  }
}
.cid-vlGowRyLqh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vlGowRyLqh .carousel-inner > .active {
  display: block;
}
.cid-vlGowRyLqh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vlGowRyLqh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vlGowRyLqh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vlGowRyLqh .carousel-control,
  .cid-vlGowRyLqh .carousel-indicators,
  .cid-vlGowRyLqh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vlGowRyLqh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vlGowRyLqh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vlGowRyLqh .carousel-indicators .active,
.cid-vlGowRyLqh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vlGowRyLqh .carousel-indicators .active {
  background: #fff;
}
.cid-vlGowRyLqh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vlGowRyLqh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vlGowRyLqh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vlGowRyLqh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vlGowRyLqh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vlGowRyLqh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vlGowRyLqh .carousel {
  width: 100%;
}
.cid-vlGowRyLqh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vlGowRyLqh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vlGowRyLqh .modal.fade .modal-dialog,
.cid-vlGowRyLqh .modal.in .modal-dialog {
  transform: none;
}
.cid-vlGowRyLqh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vlGowRyLqh H6 {
  text-align: center;
}
.cid-vlGowRyLqh H3 {
  color: #be1212;
}
.cid-vlGkppiJ39 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a89d6c;
}
.cid-vlGkppiJ39 .mbr-text {
  color: #232323;
}
.cid-vlGl6ooxCD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #a89d6c;
}
.cid-vlGl6ooxCD .item {
  padding-bottom: 2rem;
}
.cid-vlGl6ooxCD .item-wrapper {
  position: relative;
}
.cid-vlGl6ooxCD .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vlGl6ooxCD .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vlGl6ooxCD .carousel-control,
.cid-vlGl6ooxCD .close {
  background: #1b1b1b;
}
.cid-vlGl6ooxCD .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vlGl6ooxCD .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vlGl6ooxCD .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vlGl6ooxCD .carousel-control-next span {
  margin-left: 5px;
}
.cid-vlGl6ooxCD .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vlGl6ooxCD .close::before {
  content: '\e91a';
}
.cid-vlGl6ooxCD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vlGl6ooxCD .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vlGl6ooxCD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vlGl6ooxCD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vlGl6ooxCD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vlGl6ooxCD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vlGl6ooxCD .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vlGl6ooxCD .carousel-indicators li.active,
.cid-vlGl6ooxCD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vlGl6ooxCD .carousel-indicators li::after,
.cid-vlGl6ooxCD .carousel-indicators li::before {
  content: none;
}
.cid-vlGl6ooxCD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vlGl6ooxCD .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vlGl6ooxCD .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vlGl6ooxCD .carousel-indicators {
    display: none;
  }
}
.cid-vlGl6ooxCD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vlGl6ooxCD .carousel-inner > .active {
  display: block;
}
.cid-vlGl6ooxCD .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vlGl6ooxCD .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vlGl6ooxCD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vlGl6ooxCD .carousel-control,
  .cid-vlGl6ooxCD .carousel-indicators,
  .cid-vlGl6ooxCD .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vlGl6ooxCD .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vlGl6ooxCD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vlGl6ooxCD .carousel-indicators .active,
.cid-vlGl6ooxCD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vlGl6ooxCD .carousel-indicators .active {
  background: #fff;
}
.cid-vlGl6ooxCD .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vlGl6ooxCD .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vlGl6ooxCD .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vlGl6ooxCD .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vlGl6ooxCD .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vlGl6ooxCD .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vlGl6ooxCD .carousel {
  width: 100%;
}
.cid-vlGl6ooxCD .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vlGl6ooxCD .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vlGl6ooxCD .modal.fade .modal-dialog,
.cid-vlGl6ooxCD .modal.in .modal-dialog {
  transform: none;
}
.cid-vlGl6ooxCD .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vlGl6ooxCD H6 {
  text-align: center;
}
.cid-vlGl6ooxCD H3 {
  color: #be1212;
}
.cid-vlGnJcvt4W {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #a89d6c;
}
.cid-vlGnJcvt4W .mbr-text {
  text-align: left;
  color: #232323;
}
.cid-vmM0URMpys {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fcfcfc;
}
.cid-vmM0URMpys .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-vmM0URMpys .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #c64935;
}
.cid-vmM0URMpys .svg-top .st0 {
  fill: #fcfcfc;
}
@media (max-width: 992px) {
  .cid-vmM0URMpys .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-vmM0URMpys .text-content {
    max-width: none;
  }
}
.cid-vmM0URMpys .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #1a449a;
  border: 2px solid #1a449a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vmM0URMpys .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vmM0URMpys .mbr-iconfont-social:hover {
  background-color: #1a449a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vmM0URMpys .icons {
    justify-content: center !important;
  }
  .cid-vmM0URMpys .text-content * {
    text-align: center;
  }
}
.cid-vmM0URMpys P {
  color: #9f2b19;
  text-align: center;
}
.cid-vmM0URMpys .mbr-section-title {
  color: #9f2b19;
  text-align: center;
}
.cid-vlCYBlWJvA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #131943;
}
.cid-vlGt4AjqPr .nav-item:focus,
.cid-vlGt4AjqPr .nav-link:focus {
  outline: none;
}
.cid-vlGt4AjqPr a.nav-link:focus {
  color: #ffffff !important;
}
.cid-vlGt4AjqPr .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #131943;
}
.cid-vlGt4AjqPr .navbar.opened {
  transition: all .3s;
  background: #131943 !important;
}
.cid-vlGt4AjqPr .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-vlGt4AjqPr .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-vlGt4AjqPr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vlGt4AjqPr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-vlGt4AjqPr .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vlGt4AjqPr .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-vlGt4AjqPr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vlGt4AjqPr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vlGt4AjqPr .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-vlGt4AjqPr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vlGt4AjqPr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vlGt4AjqPr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vlGt4AjqPr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-vlGt4AjqPr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vlGt4AjqPr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vlGt4AjqPr .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-vlGt4AjqPr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vlGt4AjqPr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vlGt4AjqPr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vlGt4AjqPr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vlGt4AjqPr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vlGt4AjqPr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vlGt4AjqPr .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-vlGt4AjqPr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-vlGt4AjqPr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vlGt4AjqPr .navbar.navbar-short {
  background: #131943 !important;
  min-height: 60px;
}
.cid-vlGt4AjqPr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vlGt4AjqPr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vlGt4AjqPr .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vlGt4AjqPr .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-vlGt4AjqPr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-vlGt4AjqPr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlGt4AjqPr .dropdown-item.active,
.cid-vlGt4AjqPr .dropdown-item:active {
  background-color: transparent;
}
.cid-vlGt4AjqPr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vlGt4AjqPr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vlGt4AjqPr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vlGt4AjqPr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-vlGt4AjqPr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-vlGt4AjqPr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vlGt4AjqPr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vlGt4AjqPr .navbar-buttons {
  text-align: center;
}
.cid-vlGt4AjqPr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vlGt4AjqPr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vlGt4AjqPr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vlGt4AjqPr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vlGt4AjqPr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vlGt4AjqPr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vlGt4AjqPr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vlGt4AjqPr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vlGt4AjqPr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vlGt4AjqPr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vlGt4AjqPr .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vlGt4AjqPr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-vlGt4AjqPr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vlGt4AjqPr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-vlGt4AjqPr .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-vlGt4AjqPr .nav-link:hover,
.cid-vlGt4AjqPr .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-vlGt4AjqPr .dropdown-item:hover {
  color: #487f91 !important;
}
.cid-vlGt4AjqPr .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-vlGt4AjqPr .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-vlGt4AjqPr .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-vlGt4AjqPr .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-vlGt4AjqPr .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-vlGt4AjqPr .dropdown-menu {
    top: 100%;
  }
  .cid-vlGt4AjqPr .dropdown-item {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 2px 5px #2e3565;
    background: #2e3565 !important;
  }
  .cid-vlGt4AjqPr .dropdown-item:hover {
    background: #1e2342 !important;
  }
  .cid-vlGt4AjqPr .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-vlGt4AjqPr .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-vlGt4Bukss {
  background-image: url("../../../assets/images/leo-argentina-1169x790.jpg");
}
.cid-vlGt4Bukss .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-vlGt4Bukss .mbr-arrow i {
  color: #ffffff !important;
}
.cid-vlGt4Bukss .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-vlGt4Bukss .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlGt4Bukss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlGQ0vw7cw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vlGQ0vw7cw .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-vlGQ0vw7cw .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vlGQ0vw7cw .title {
    width: 100% !important;
  }
}
.cid-vlGQ0vw7cw .mbr-section-title {
  text-align: justify;
}
.cid-vlGTC4Q67H {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #709faf;
}
.cid-vlGTC4Q67H .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlGTC4Q67H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlGTC4Q67H .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vlGTC4Q67H .item-wrapper {
  background-color: #ececec;
  border-radius: 4px;
}
.cid-vlGTC4Q67H .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vlGTC4Q67H .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vlGTC4Q67H .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-vlGTC4Q67H .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vlGTC4Q67H .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vlGTC4Q67H .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vlGTC4Q67H .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vlGTC4Q67H .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-vlGTC4Q67H .card-subtitle {
  color: #232323;
}
.cid-vlGQfYjXli {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vlGQfYjXli .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-vlGQfYjXli .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vlGQfYjXli .title {
    width: 100% !important;
  }
}
.cid-vlGQfYjXli .mbr-section-title {
  text-align: justify;
}
.cid-vlGRV851wZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #709faf;
}
.cid-vlGRV851wZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlGRV851wZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlGRV851wZ .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vlGRV851wZ .item-wrapper {
  background-color: #ececec;
  border-radius: 4px;
}
.cid-vlGRV851wZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vlGRV851wZ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vlGRV851wZ .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-vlGRV851wZ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vlGRV851wZ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vlGRV851wZ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vlGRV851wZ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vlGRV851wZ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-vlGRV851wZ .card-subtitle DIV {
  text-align: left;
}
.cid-vlGRV851wZ .card-title {
  color: #232323;
}
.cid-vm11jVmRLX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vm11jVmRLX .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-vm11jVmRLX .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vm11jVmRLX .title {
    width: 100% !important;
  }
}
.cid-vm11jVmRLX .mbr-section-title {
  text-align: justify;
}
.cid-vm11hLyCGm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #709faf;
}
.cid-vm11hLyCGm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm11hLyCGm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm11hLyCGm .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vm11hLyCGm .item-wrapper {
  background-color: #ececec;
  border-radius: 4px;
}
.cid-vm11hLyCGm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vm11hLyCGm .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vm11hLyCGm .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-vm11hLyCGm .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vm11hLyCGm .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vm11hLyCGm .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vm11hLyCGm .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vm11hLyCGm .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-vm11hLyCGm .card-subtitle DIV {
  text-align: left;
}
.cid-vm11hLyCGm .card-title {
  color: #232323;
}
.cid-vmoQb6d2ck {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vmoQb6d2ck .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-vmoQb6d2ck .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vmoQb6d2ck .title {
    width: 100% !important;
  }
}
.cid-vmoQb6d2ck .mbr-section-title {
  text-align: justify;
}
.cid-vmoQhy5ZNm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #709faf;
}
.cid-vmoQhy5ZNm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmoQhy5ZNm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmoQhy5ZNm .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vmoQhy5ZNm .item-wrapper {
  background-color: #ececec;
  border-radius: 4px;
}
.cid-vmoQhy5ZNm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vmoQhy5ZNm .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vmoQhy5ZNm .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-vmoQhy5ZNm .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vmoQhy5ZNm .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vmoQhy5ZNm .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vmoQhy5ZNm .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vmoQhy5ZNm .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-vmoQhy5ZNm .card-subtitle DIV {
  text-align: left;
}
.cid-vmoQhy5ZNm .card-title {
  color: #232323;
}
.cid-vmyXpkRUHE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vmyXpkRUHE .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-vmyXpkRUHE .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vmyXpkRUHE .title {
    width: 100% !important;
  }
}
.cid-vmyXpkRUHE .mbr-section-title {
  text-align: justify;
}
.cid-vmyXtvbLS2 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #709faf;
}
.cid-vmyXtvbLS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmyXtvbLS2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmyXtvbLS2 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vmyXtvbLS2 .item-wrapper {
  background-color: #ececec;
  border-radius: 4px;
}
.cid-vmyXtvbLS2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vmyXtvbLS2 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vmyXtvbLS2 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-vmyXtvbLS2 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vmyXtvbLS2 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vmyXtvbLS2 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vmyXtvbLS2 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vmyXtvbLS2 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-vmyXtvbLS2 .card-subtitle DIV {
  text-align: left;
}
.cid-vmM1agAdCo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dac468;
}
.cid-vmM1agAdCo .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-vmM1agAdCo .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #c64935;
}
.cid-vmM1agAdCo .svg-top .st0 {
  fill: #dac468;
}
@media (max-width: 992px) {
  .cid-vmM1agAdCo .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-vmM1agAdCo .text-content {
    max-width: none;
  }
}
.cid-vmM1agAdCo .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #1a449a;
  border: 2px solid #1a449a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vmM1agAdCo .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vmM1agAdCo .mbr-iconfont-social:hover {
  background-color: #1a449a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vmM1agAdCo .icons {
    justify-content: center !important;
  }
  .cid-vmM1agAdCo .text-content * {
    text-align: center;
  }
}
.cid-vmM1agAdCo P {
  color: #9f2b19;
  text-align: center;
}
.cid-vmM1agAdCo .mbr-section-title {
  color: #9f2b19;
  text-align: center;
}
.cid-vlGt4MXY6u {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #131943;
}
.cid-vlH7a5bxLS .nav-item:focus,
.cid-vlH7a5bxLS .nav-link:focus {
  outline: none;
}
.cid-vlH7a5bxLS a.nav-link:focus {
  color: #ffffff !important;
}
.cid-vlH7a5bxLS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #131943;
}
.cid-vlH7a5bxLS .navbar.opened {
  transition: all .3s;
  background: #131943 !important;
}
.cid-vlH7a5bxLS .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-vlH7a5bxLS .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-vlH7a5bxLS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vlH7a5bxLS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-vlH7a5bxLS .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vlH7a5bxLS .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-vlH7a5bxLS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vlH7a5bxLS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vlH7a5bxLS .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-vlH7a5bxLS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vlH7a5bxLS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vlH7a5bxLS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vlH7a5bxLS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-vlH7a5bxLS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vlH7a5bxLS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vlH7a5bxLS .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-vlH7a5bxLS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vlH7a5bxLS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vlH7a5bxLS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vlH7a5bxLS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vlH7a5bxLS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vlH7a5bxLS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vlH7a5bxLS .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-vlH7a5bxLS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-vlH7a5bxLS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vlH7a5bxLS .navbar.navbar-short {
  background: #131943 !important;
  min-height: 60px;
}
.cid-vlH7a5bxLS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vlH7a5bxLS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vlH7a5bxLS .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vlH7a5bxLS .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-vlH7a5bxLS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-vlH7a5bxLS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlH7a5bxLS .dropdown-item.active,
.cid-vlH7a5bxLS .dropdown-item:active {
  background-color: transparent;
}
.cid-vlH7a5bxLS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vlH7a5bxLS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vlH7a5bxLS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vlH7a5bxLS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-vlH7a5bxLS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-vlH7a5bxLS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vlH7a5bxLS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vlH7a5bxLS .navbar-buttons {
  text-align: center;
}
.cid-vlH7a5bxLS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vlH7a5bxLS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vlH7a5bxLS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vlH7a5bxLS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vlH7a5bxLS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vlH7a5bxLS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vlH7a5bxLS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vlH7a5bxLS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vlH7a5bxLS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vlH7a5bxLS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vlH7a5bxLS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vlH7a5bxLS a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-vlH7a5bxLS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vlH7a5bxLS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-vlH7a5bxLS .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-vlH7a5bxLS .nav-link:hover,
.cid-vlH7a5bxLS .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-vlH7a5bxLS .dropdown-item:hover {
  color: #487f91 !important;
}
.cid-vlH7a5bxLS .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-vlH7a5bxLS .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-vlH7a5bxLS .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-vlH7a5bxLS .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-vlH7a5bxLS .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-vlH7a5bxLS .dropdown-menu {
    top: 100%;
  }
  .cid-vlH7a5bxLS .dropdown-item {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 2px 5px #2e3565;
    background: #2e3565 !important;
  }
  .cid-vlH7a5bxLS .dropdown-item:hover {
    background: #1e2342 !important;
  }
  .cid-vlH7a5bxLS .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-vlH7a5bxLS .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-vlH7AI63Gc {
  background-image: url("../../../assets/images/julian-arbelaez-960x466.jpg");
}
.cid-vlH7AI63Gc .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-vlH7AI63Gc .mbr-arrow i {
  color: #ffffff !important;
}
.cid-vlH7AI63Gc .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-vlH7AI63Gc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlH7AI63Gc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlH7a6KFlN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6c8ab;
}
.cid-vlH7a6KFlN .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-vlH7a6KFlN .card-img {
  overflow: hidden;
  border-radius: 0 !important;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.cid-vlH7a6KFlN .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-vlH7a6KFlN .card-box {
  background: #ffffff;
  padding: 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vlH7a6KFlN .link {
  letter-spacing: 2px;
  color: #9f2b19;
}
.cid-vlH7a6KFlN .card.second-card {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .cid-vlH7a6KFlN .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vlH7a6KFlN .card {
    padding-bottom: 2rem;
  }
}
.cid-vlH7a6KFlN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlH7a6KFlN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlH7a6KFlN .main-title {
  color: #4e140b;
}
.cid-vlH7a6KFlN .card-title {
  color: #4e140b;
}
.cid-vlH7a6p1xB {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vlH7a6p1xB .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vlH7a6p1xB .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-vlH7a6p1xB .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-vmM0BdHhJv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dac468;
}
.cid-vmM0BdHhJv .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-vmM0BdHhJv .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #c64935;
}
.cid-vmM0BdHhJv .svg-top .st0 {
  fill: #dac468;
}
@media (max-width: 992px) {
  .cid-vmM0BdHhJv .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-vmM0BdHhJv .text-content {
    max-width: none;
  }
}
.cid-vmM0BdHhJv .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #1a449a;
  border: 2px solid #1a449a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vmM0BdHhJv .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vmM0BdHhJv .mbr-iconfont-social:hover {
  background-color: #1a449a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vmM0BdHhJv .icons {
    justify-content: center !important;
  }
  .cid-vmM0BdHhJv .text-content * {
    text-align: center;
  }
}
.cid-vmM0BdHhJv P {
  color: #9f2b19;
  text-align: center;
}
.cid-vmM0BdHhJv .mbr-section-title {
  color: #9f2b19;
  text-align: center;
}
.cid-vlH7a8F6Pw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
