body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6078a2 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #91bf2c !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6078a2 !important;
  border-color: #6078a2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #3f506c !important;
  border-color: #3f506c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3f506c !important;
  border-color: #3f506c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #937a5a !important;
  border-color: #937a5a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #5d4d39 !important;
  border-color: #5d4d39 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #5d4d39 !important;
  border-color: #5d4d39 !important;
}
.btn-info,
.btn-info:active {
  background-color: #91bf2c !important;
  border-color: #91bf2c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #5c791c !important;
  border-color: #5c791c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5c791c !important;
  border-color: #5c791c !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6078a2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #3f506c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6078a2 !important;
  border-color: #6078a2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #937a5a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #5d4d39 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #937a5a !important;
  border-color: #937a5a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #91bf2c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #5c791c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #91bf2c !important;
  border-color: #91bf2c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6078a2 !important;
}
.text-secondary {
  color: #937a5a !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #91bf2c !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #3a4862 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #544533 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #526c19 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6078a2;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #91bf2c;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6078a2;
  border-color: #6078a2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6078a2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b0bcd1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c7e387;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6078a2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #6078a2;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6078a2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6078a2;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6078a2;
  border-bottom-color: #6078a2;
}
.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: #6078a2 !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: #937a5a !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236078a2' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-ukMhlbwcy5 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ukMhlbwcy5 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ukMhlbwcy5 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ukMhlbwcy5 .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #07102b;
  display: flex;
  flex-direction: column;
}
.cid-ukMhlbwcy5 .navbar.opened {
  transition: all 0.2s;
  background: #07102b !important;
}
.cid-ukMhlbwcy5 .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ukMhlbwcy5 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ukMhlbwcy5 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ukMhlbwcy5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukMhlbwcy5 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ukMhlbwcy5 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #6078a2;
}
.cid-ukMhlbwcy5 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ukMhlbwcy5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukMhlbwcy5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-ukMhlbwcy5 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ukMhlbwcy5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukMhlbwcy5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukMhlbwcy5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ukMhlbwcy5 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ukMhlbwcy5 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ukMhlbwcy5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukMhlbwcy5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ukMhlbwcy5 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ukMhlbwcy5 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ukMhlbwcy5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukMhlbwcy5 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ukMhlbwcy5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukMhlbwcy5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukMhlbwcy5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ukMhlbwcy5 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ukMhlbwcy5 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ukMhlbwcy5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukMhlbwcy5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ukMhlbwcy5 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ukMhlbwcy5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ukMhlbwcy5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ukMhlbwcy5 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ukMhlbwcy5 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ukMhlbwcy5 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ukMhlbwcy5 .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-ukMhlbwcy5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ukMhlbwcy5 .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-ukMhlbwcy5 .navbar-brand {
  height: 8rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-ukMhlbwcy5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukMhlbwcy5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukMhlbwcy5 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ukMhlbwcy5 .dropdown-item.active,
.cid-ukMhlbwcy5 .dropdown-item:active {
  background-color: transparent;
}
.cid-ukMhlbwcy5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-ukMhlbwcy5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukMhlbwcy5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukMhlbwcy5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #07102b;
}
.cid-ukMhlbwcy5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ukMhlbwcy5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukMhlbwcy5 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ukMhlbwcy5 .navbar-buttons {
  text-align: center;
}
.cid-ukMhlbwcy5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ukMhlbwcy5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #91bf2c;
}
.cid-ukMhlbwcy5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukMhlbwcy5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ukMhlbwcy5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ukMhlbwcy5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukMhlbwcy5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukMhlbwcy5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-ukMhlbwcy5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-ukMhlbwcy5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukMhlbwcy5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-ukMhlbwcy5 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-ukMhlbwcy5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ukMhlbwcy5 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ukMhlbwcy5 .nav-link:hover,
.cid-ukMhlbwcy5 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ukMhlbwcy5 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-ukMhlbwcy5 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ukMhlbwcy5 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ulUig4DceB {
  background-image: url("../../../assets/images/entrada-loretta-2.jpg");
}
.cid-ulUig4DceB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulUig4DceB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulUig4DceB .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ulUig4DceB .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-ulUig4DceB .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-ulUig4DceB .mbr-section-title {
  color: #ffffff;
}
.cid-uk2Fog7gCJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/banner-callejon-1.jpg");
}
.cid-uk2Fog7gCJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk2Fog7gCJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukdxhWfSu3 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ukdxhWfSu3 img {
  object-fit: cover;
}
.cid-usHlDquH4k {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-usHlDquH4k .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHlDquH4k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4mk4ttzF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uF4mk4ttzF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4mk4ttzF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uF4mk4ttzF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF4mk4ttzF .row {
  flex-direction: row-reverse;
}
.cid-uF4mk4ttzF img {
  width: 100%;
}
.cid-ukdybEtAhK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f5f7;
}
.cid-ukdybEtAhK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukdybEtAhK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ukdybEtAhK .container {
    padding: 0 20px;
  }
}
.cid-ukdybEtAhK .image-wrapper {
  position: relative;
  padding: 0 100px 60px 50px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ukdybEtAhK .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-ukdybEtAhK .image-wrapper .image_1 {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ukdybEtAhK .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-ukdybEtAhK .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 240px;
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukdybEtAhK .image-wrapper .image_2 {
    display: none;
  }
}
.cid-ukdybEtAhK .image-wrapper .image_3 {
  position: absolute;
  bottom: 10%;
  left: 0;
  height: 180px;
  max-width: 160px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukdybEtAhK .image-wrapper .image_3 {
    display: none;
  }
}
.cid-ukdybEtAhK .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-ukdybEtAhK .title-wrapper .title-wrap {
  padding-left: 42px;
}
.cid-ukdybEtAhK .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-ukdybEtAhK .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-ukdybEtAhK .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-ukdybEtAhK .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-ukdybEtAhK .mbr-section-title {
  color: #000000;
}
.cid-ukdybEtAhK .mbr-text {
  color: #6a6e71;
}
.cid-ukMsSDlVbN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fondohojazul-1.jpg");
}
.cid-ukMsSDlVbN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMsSDlVbN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMsSDlVbN .row {
  justify-content: center;
}
.cid-ukMsSDlVbN .title-row {
  position: relative;
  z-index: 11;
  margin-bottom: -20px;
}
@media (max-width: 767px) {
  .cid-ukMsSDlVbN .title-row {
    margin-bottom: 20px;
  }
}
.cid-ukMsSDlVbN .mbr-section-title {
  color: #ffffff;
}
.cid-ukMsSDlVbN .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 12px;
}
.cid-ukMsSDlVbN .img-container {
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
.cid-ukMsSDlVbN .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
}
.cid-ukMsSDlVbN .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-ukMsSDlVbN .img-row {
  position: relative;
}
.cid-ukMsSDlVbN .circle-blur {
  position: absolute;
  display: block;
  width: 300px;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .9;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-ukMsSDlVbN .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-ukMsSDlVbN .circle-blur1 {
  top: 0;
  left: 40%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-ukMsSDlVbN .circle-blur2 {
  bottom: 0;
  right: 10%;
  background-image: linear-gradient(132deg, #78ec80 27%, #78ec80 50%, #78ec80 79%);
}
.cid-ulfiNUWsrm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c3252;
  overflow: hidden;
}
.cid-ulfiNUWsrm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulfiNUWsrm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ulfiNUWsrm .container {
    padding: 0 22px;
  }
}
.cid-ulfiNUWsrm .row {
  justify-content: space-between;
}
.cid-ulfiNUWsrm .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ulfiNUWsrm .tabs-wrap .nav.nav-tabs {
  display: inline-block;
  width: fit-content;
  border: none;
}
@media (max-width: 992px) {
  .cid-ulfiNUWsrm .tabs-wrap .nav.nav-tabs {
    display: block;
    width: 100%;
  }
}
.cid-ulfiNUWsrm .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0;
}
.cid-ulfiNUWsrm .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  padding: 15px 80px 15px 20px;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-ulfiNUWsrm .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 15px 20px;
  }
}
@media (max-width: 768px) {
  .cid-ulfiNUWsrm .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 15px 0;
  }
}
.cid-ulfiNUWsrm .tabs-wrap .nav.nav-tabs .nav-item .nav-link .card-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  margin-right: 32px;
  margin-bottom: 0;
  min-width: 40px;
}
@media (max-width: 1200px) {
  .cid-ulfiNUWsrm .tabs-wrap .nav.nav-tabs .nav-item .nav-link .card-number {
    margin-right: 16px;
  }
}
.cid-ulfiNUWsrm .tabs-wrap .nav.nav-tabs .nav-item .nav-link .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(45deg);
  margin-left: 30px;
  color: #00d0f3;
  opacity: 0;
}
@media (max-width: 1200px) {
  .cid-ulfiNUWsrm .tabs-wrap .nav.nav-tabs .nav-item .nav-link .icon-wrapper .mbr-iconfont {
    margin-left: 16px;
  }
}
.cid-ulfiNUWsrm .tabs-wrap .nav.nav-tabs .nav-item:hover .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-ulfiNUWsrm .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #00d0f3;
  border-bottom: 1px solid #00d0f3;
}
.cid-ulfiNUWsrm .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active .card-number {
  -webkit-text-stroke-color: #00d0f3;
}
.cid-ulfiNUWsrm .content-wrapper {
  padding-top: 40px;
}
.cid-ulfiNUWsrm .content-wrapper .card-text {
  margin-bottom: 32px;
}
.cid-ulfiNUWsrm .content-wrapper .image-wrapper img {
  height: 645px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ulfiNUWsrm .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ulfiNUWsrm .mbr-section-title {
  color: #ffffff;
}
.cid-ulfiNUWsrm .card-text {
  color: #ffffff;
}
.cid-ulfYuMMuhQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #6078a2;
}
.cid-ulfYuMMuhQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulfYuMMuhQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulfYuMMuhQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulfYuMMuhQ .row {
  flex-direction: row-reverse;
}
.cid-ulfYuMMuhQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ulfYuMMuhQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-ulfYuMMuhQ .mbr-section-title {
  color: #ffffff;
}
.cid-ulfYuMMuhQ .mbr-text {
  color: #ffffff;
}
.cid-uEplIReZkM {
  display: flex;
  background-image: url("../../../assets/images/img-7814-2-hd.jpg");
}
.cid-uEplIReZkM .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-uEplIReZkM .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uEplIReZkM {
    align-items: flex-end;
  }
  .cid-uEplIReZkM .row {
    justify-content: flex-start;
  }
  .cid-uEplIReZkM .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEplIReZkM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uEplIReZkM {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uEplIReZkM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uEplIReZkM .content-wrap {
    width: 100%;
  }
}
.cid-ulgI4xAHrT {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulgI4xAHrT .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uF4peWR8PG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uF4peWR8PG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4peWR8PG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uF4peWR8PG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF4peWR8PG .row {
  flex-direction: row-reverse;
}
.cid-uF4peWR8PG img {
  width: 100%;
}
.cid-uX4OuJcDuI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c3252;
}
.cid-uX4OuJcDuI .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uX4OuJcDuI .mbr-text {
  color: #ffffff;
}
.cid-ullXdrrCOA {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1c3252;
}
.cid-ullXdrrCOA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ullXdrrCOA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ullXdrrCOA .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ullXdrrCOA .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-ullXdrrCOA .mbr-section-title {
  color: #937a5a;
}
.cid-ullXdrrCOA .mbr-text,
.cid-ullXdrrCOA .mbr-section-btn {
  color: #ffffff;
}
.cid-ullVUdTKWW {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1c3252;
}
.cid-ullVUdTKWW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ullVUdTKWW .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-ullVUdTKWW .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ullVUdTKWW .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-ullVUdTKWW .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ullVUdTKWW h5 {
  margin: 0;
}
.cid-ullVUdTKWW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ullVUdTKWW .iconfont-wrapper {
  position: relative;
}
.cid-ullVUdTKWW .iconfont-wrapper:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #937a5a;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-ullVUdTKWW .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #6078a2;
  width: 100px;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-ullVUdTKWW .card-title,
.cid-ullVUdTKWW .iconfont-wrapper {
  color: #ffffff;
}
.cid-ullVUdTKWW .card-text {
  color: #000000;
}
.cid-ullVUdTKWW .mbr-section-title {
  color: #ffffff;
}
.cid-unZc7jAxlH {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1c3252;
}
.cid-unZc7jAxlH .mbr-fallback-image.disabled {
  display: none;
}
.cid-unZc7jAxlH .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-unZc7jAxlH .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unZc7jAxlH .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-unZc7jAxlH .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-unZc7jAxlH h5 {
  margin: 0;
}
.cid-unZc7jAxlH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unZc7jAxlH .iconfont-wrapper {
  position: relative;
}
.cid-unZc7jAxlH .iconfont-wrapper:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #937a5a;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-unZc7jAxlH .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #6078a2;
  width: 100px;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-unZc7jAxlH .card-title,
.cid-unZc7jAxlH .iconfont-wrapper {
  color: #ffffff;
}
.cid-unZc7jAxlH .card-text {
  color: #000000;
}
.cid-unZc7jAxlH .mbr-section-title {
  color: #ffffff;
}
.cid-ullUByyFQh {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #1c3252;
}
.cid-ullUByyFQh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ullUByyFQh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ullUByyFQh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ullUByyFQh .row {
  flex-direction: row-reverse;
}
.cid-ullUByyFQh img {
  width: 100%;
}
.cid-ulm3yFX4mj {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fondobarraocre.jpg");
}
.cid-ulm3yFX4mj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulm3yFX4mj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulm3yFX4mj .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ulm3yFX4mj .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-ulm3yFX4mj .mbr-section-title {
  color: #937a5a;
}
.cid-unZM49L70A {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unZM49L70A .mbr-fallback-image.disabled {
  display: none;
}
.cid-unZM49L70A .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-unZM49L70A .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unZM49L70A .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-unZM49L70A .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-unZM49L70A h5 {
  margin: 0;
}
.cid-unZM49L70A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unZM49L70A .iconfont-wrapper {
  position: relative;
}
.cid-unZM49L70A .iconfont-wrapper:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #91bf2c;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-unZM49L70A .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #6078a2;
  width: 100px;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-unZM49L70A .card-title,
.cid-unZM49L70A .iconfont-wrapper {
  color: #000000;
}
.cid-unZM49L70A .card-text {
  color: #000000;
}
.cid-unZM49L70A .mbr-section-title {
  color: #000000;
}
.cid-unZM5vhg3a {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unZM5vhg3a .mbr-fallback-image.disabled {
  display: none;
}
.cid-unZM5vhg3a .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-unZM5vhg3a .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unZM5vhg3a .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-unZM5vhg3a .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-unZM5vhg3a h5 {
  margin: 0;
}
.cid-unZM5vhg3a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unZM5vhg3a .iconfont-wrapper {
  position: relative;
}
.cid-unZM5vhg3a .iconfont-wrapper:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #91bf2c;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-unZM5vhg3a .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #6078a2;
  width: 100px;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-unZM5vhg3a .card-title,
.cid-unZM5vhg3a .iconfont-wrapper {
  color: #000000;
}
.cid-unZM5vhg3a .card-text {
  color: #000000;
}
.cid-unZM5vhg3a .mbr-section-title {
  color: #000000;
}
.cid-ulm3A5OIAn {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ulm3A5OIAn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulm3A5OIAn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulm3A5OIAn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulm3A5OIAn .row {
  flex-direction: row-reverse;
}
.cid-ulm3A5OIAn img {
  width: 100%;
}
.cid-uOXez7pnPg {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fondobarraocre-1.jpg");
}
.cid-uOXez7pnPg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXez7pnPg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXez7pnPg .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uOXez7pnPg .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uOXez7pnPg .mbr-section-title {
  color: #937a5a;
}
.cid-uOXeCHdXQi {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOXeCHdXQi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXeCHdXQi .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOXeCHdXQi .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOXeCHdXQi .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOXeCHdXQi .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uOXeCHdXQi h5 {
  margin: 0;
}
.cid-uOXeCHdXQi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXeCHdXQi .iconfont-wrapper {
  position: relative;
}
.cid-uOXeCHdXQi .iconfont-wrapper:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #91bf2c;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-uOXeCHdXQi .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #6078a2;
  width: 100px;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOXeCHdXQi .card-title,
.cid-uOXeCHdXQi .iconfont-wrapper {
  color: #000000;
}
.cid-uOXeCHdXQi .card-text {
  color: #000000;
}
.cid-uOXeCHdXQi .mbr-section-title {
  color: #000000;
}
.cid-uOXeAW0sLS {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOXeAW0sLS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXeAW0sLS .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOXeAW0sLS .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOXeAW0sLS .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOXeAW0sLS .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uOXeAW0sLS h5 {
  margin: 0;
}
.cid-uOXeAW0sLS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXeAW0sLS .iconfont-wrapper {
  position: relative;
}
.cid-uOXeAW0sLS .iconfont-wrapper:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #91bf2c;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-uOXeAW0sLS .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #6078a2;
  width: 100px;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOXeAW0sLS .card-title,
.cid-uOXeAW0sLS .iconfont-wrapper {
  color: #000000;
}
.cid-uOXeAW0sLS .card-text {
  color: #000000;
}
.cid-uOXeAW0sLS .mbr-section-title {
  color: #000000;
}
.cid-uOXeDZwSaF {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOXeDZwSaF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXeDZwSaF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uOXeDZwSaF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOXeDZwSaF .row {
  flex-direction: row-reverse;
}
.cid-uOXeDZwSaF img {
  width: 100%;
}
.cid-ullTvUejxj {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fondoplanta.jpg");
}
.cid-ullTvUejxj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ullTvUejxj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ullTvUejxj .content-wrapper {
  background: #1c3252;
}
@media (max-width: 991px) {
  .cid-ullTvUejxj .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ullTvUejxj .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ullTvUejxj .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ullTvUejxj .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ullTvUejxj .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ullTvUejxj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ullTvUejxj .card-title {
  color: #ffffff;
}
.cid-ullTvUejxj .mbr-text,
.cid-ullTvUejxj .mbr-section-btn {
  color: #ffffff;
}
.cid-ukMlH1frl8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ukMlH1frl8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ukMlH1frl8 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ukMlH1frl8 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ukMlH1frl8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ukMlH1frl8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ukMlH1frl8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ukMlH1frl8 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ukMlH1frl8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ukMlH1frl8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ukMlH1frl8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ukMlH1frl8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ukMlH1frl8 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ukMlH1frl8 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ukMlH1frl8 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ukMhlbwcy5 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ukMhlbwcy5 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ukMhlbwcy5 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ukMhlbwcy5 .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #07102b;
  display: flex;
  flex-direction: column;
}
.cid-ukMhlbwcy5 .navbar.opened {
  transition: all 0.2s;
  background: #07102b !important;
}
.cid-ukMhlbwcy5 .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ukMhlbwcy5 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ukMhlbwcy5 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ukMhlbwcy5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukMhlbwcy5 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ukMhlbwcy5 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #6078a2;
}
.cid-ukMhlbwcy5 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ukMhlbwcy5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukMhlbwcy5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-ukMhlbwcy5 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ukMhlbwcy5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukMhlbwcy5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukMhlbwcy5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ukMhlbwcy5 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ukMhlbwcy5 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ukMhlbwcy5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukMhlbwcy5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ukMhlbwcy5 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ukMhlbwcy5 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ukMhlbwcy5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukMhlbwcy5 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ukMhlbwcy5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukMhlbwcy5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukMhlbwcy5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ukMhlbwcy5 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ukMhlbwcy5 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ukMhlbwcy5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukMhlbwcy5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ukMhlbwcy5 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ukMhlbwcy5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ukMhlbwcy5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ukMhlbwcy5 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ukMhlbwcy5 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ukMhlbwcy5 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ukMhlbwcy5 .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-ukMhlbwcy5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ukMhlbwcy5 .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-ukMhlbwcy5 .navbar-brand {
  height: 8rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-ukMhlbwcy5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukMhlbwcy5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukMhlbwcy5 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ukMhlbwcy5 .dropdown-item.active,
.cid-ukMhlbwcy5 .dropdown-item:active {
  background-color: transparent;
}
.cid-ukMhlbwcy5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-ukMhlbwcy5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukMhlbwcy5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukMhlbwcy5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #07102b;
}
.cid-ukMhlbwcy5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ukMhlbwcy5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukMhlbwcy5 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ukMhlbwcy5 .navbar-buttons {
  text-align: center;
}
.cid-ukMhlbwcy5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ukMhlbwcy5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #91bf2c;
}
.cid-ukMhlbwcy5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukMhlbwcy5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ukMhlbwcy5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ukMhlbwcy5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukMhlbwcy5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukMhlbwcy5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-ukMhlbwcy5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-ukMhlbwcy5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukMhlbwcy5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-ukMhlbwcy5 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-ukMhlbwcy5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ukMhlbwcy5 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ukMhlbwcy5 .nav-link:hover,
.cid-ukMhlbwcy5 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ukMhlbwcy5 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-ukMhlbwcy5 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ukMhlbwcy5 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uHeBP6weCY {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uHeBP6weCY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uHeBP6weCY #imagearq {
  width: 110%;
  margin-left: -15px;
  margin-bottom: 10px;
}
.cid-uHeBP6weCY .img-wrap {
  height: 100%;
}
.cid-uHeBP6weCY .img-wrap .wrapper {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.cid-uHeBP6weCY .img-wrap .wrapper .overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: #279e64;
  opacity: 0;
  pointer-events: none;
}
.cid-uHeBP6weCY .img-wrap .wrapper .box {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-30%);
}
.cid-uHeBP6weCY .img-wrap .wrapper .box .mbr-media {
  z-index: 2;
}
.cid-uHeBP6weCY .img-wrap .wrapper .box .mbr-media .icon-wrap {
  position: relative;
  display: inline-flex;
  width: 0px;
  height: 0px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 100%;
}
.cid-uHeBP6weCY .img-wrap .wrapper .box .mbr-media .icon-wrap::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  -webkit-animation: pulse-border 1.5s ease-out infinite;
  animation: pulse-border 1.5s ease-out infinite;
}
.cid-uHeBP6weCY .img-wrap .wrapper .box .mbr-media .icon-wrap span {
  padding-left: 4px;
  font-size: 15px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff;
}
.cid-uHeBP6weCY .img-wrap .wrapper .box .mbr-media .icon-wrap span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uHeBP6weCY .img-wrap .wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-uHeBP6weCY input,
.cid-uHeBP6weCY textarea {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-radius: 3px;
  padding: 13px 20px;
  line-height: 4.28;
  height: 60px;
  font-size: 14px;
  color: #937a5a;
}
.cid-uHeBP6weCY input:focus,
.cid-uHeBP6weCY textarea:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
}
.cid-uHeBP6weCY .form-control,
.cid-uHeBP6weCY .field-input {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #6d7a8c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  font-weight: 400;
}
.cid-uHeBP6weCY .form-control:hover,
.cid-uHeBP6weCY .field-input:hover,
.cid-uHeBP6weCY .form-control:focus,
.cid-uHeBP6weCY .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uHeBP6weCY input::-webkit-input-placeholder,
.cid-uHeBP6weCY textarea::-webkit-input-placeholder {
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uHeBP6weCY input:-moz-placeholder,
.cid-uHeBP6weCY textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-uHeBP6weCY .jq-selectbox li,
.cid-uHeBP6weCY .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHeBP6weCY .jq-selectbox li:hover,
.cid-uHeBP6weCY .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHeBP6weCY .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff !important;
}
.cid-uHeBP6weCY .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff !important;
}
.cid-uHeBP6weCY .form {
  padding: 38px 40px 45px;
}
.cid-uHeBP6weCY .form .mbr-subtitle {
  color: #6592e6;
}
.cid-uHeBP6weCY .form .mbr-section-title {
  color: #6592e6;
}
.cid-uHeBP6weCY .form .mbr-text {
  margin-top: 20px;
  color: #6592e6;
}
.cid-uHeBP6weCY textarea {
  min-height: 105px;
  line-height: normal;
}
.cid-uHeBP6weCY .mbr-section-btn {
  margin: 0;
}
.cid-uHeBP6weCY .mbr-section-btn .btn {
  width: 100%;
  text-align: center;
  margin: 0 !important;
}
.cid-uHeBP6weCY .mbr-section-btn .btn:hover {
  color: #40b0bf;
}
.cid-uHeBP6weCY .second {
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-uHeBP6weCY .mbr-section-title {
    text-align: left;
  }
  .cid-uHeBP6weCY .second {
    margin-top: 30px;
  }
}
.cid-uHeBP6weCY .mbr-form {
  background-color: #6078a2;
}
.cid-uHeBP6weCY .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(18, 80, 103, 0.5);
  width: 100%;
  height: 100%;
}
.cid-uHeBP6weCY .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uHeBP6weCY .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uHeBP6weCY a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uHeBP6weCY a.close:hover {
  color: #ffffff;
}
@-webkit-keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-uHeBP6weCY .second {
    padding-left: 0;
  }
}
.cid-uHeBP6weCY .form .mbr-section-title,
.cid-uHeBP6weCY .mbr-section-btn {
  color: #ffffff;
}
.cid-uHeBP6weCY .mbr-form .mbr-subtitle,
.cid-uHeBP6weCY .mbr-section-btn {
  color: #ffffff;
}
.cid-uHeCFzxiF1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uHeCFzxiF1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHeCFzxiF1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHeCFzxiF1 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uHeCFzxiF1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uHeCFzxiF1 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uHeCFzxiF1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uHeCFzxiF1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uHeCE1druT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHeCE1druT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHeCE1druT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHeCE1druT .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uHeCE1druT .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uHeCE1druT .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHeCE1druT .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uHeCE1druT .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6078a2;
}
.cid-ukMlH1frl8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ukMlH1frl8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ukMlH1frl8 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ukMlH1frl8 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ukMlH1frl8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ukMlH1frl8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ukMlH1frl8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ukMlH1frl8 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ukMlH1frl8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ukMlH1frl8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ukMlH1frl8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ukMlH1frl8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ukMlH1frl8 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ukMlH1frl8 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ukMlH1frl8 .media-container-row .row-copirayt p {
  width: 100%;
}
