body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- 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.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #c19b76 !important;
}
.bg-success {
  background-color: #92bda3 !important;
}
.bg-info {
  background-color: #709faf !important;
}
.bg-warning {
  background-color: #2b6477 !important;
}
.bg-danger {
  background-color: #e26c5a !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #c19b76 !important;
  border-color: #c19b76 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #a17549 !important;
  border-color: #a17549 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a17549 !important;
  border-color: #a17549 !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: #2b6477 !important;
  border-color: #2b6477 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #17353f !important;
  border-color: #17353f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #17353f !important;
  border-color: #17353f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !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: #906841 !important;
  color: #906841 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #c19b76 !important;
  border-color: #c19b76 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c19b76 !important;
  border-color: #c19b76 !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: #10252c !important;
  color: #10252c !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #2b6477 !important;
  border-color: #2b6477 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2b6477 !important;
  border-color: #2b6477 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #b63420 !important;
  color: #b63420 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !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: #c19b76 !important;
}
.text-secondary {
  color: #333333 !important;
}
.text-success {
  color: #92bda3 !important;
}
.text-info {
  color: #709faf !important;
}
.text-warning {
  color: #2b6477 !important;
}
.text-danger {
  color: #e26c5a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #906841 !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: #10252c !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b63420 !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: #2b6477;
}
.alert-danger {
  background-color: #e26c5a;
}
.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: #c19b76;
  border-color: #c19b76;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #c19b76;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e9dbce;
}
.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: #5dabc4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #c19b76;
}
/* 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: #c19b76;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #c19b76;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c19b76;
  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: #c19b76;
  border-bottom-color: #c19b76;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #c19b76 !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='%23c19b76' %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;
}
.cid-uHESeP2E2a .nav-item:focus,
.cid-uHESeP2E2a .nav-link:focus {
  outline: none;
}
.cid-uHESeP2E2a a.nav-link:focus {
  color: #709faf !important;
}
.cid-uHESeP2E2a .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #a3c6d2;
}
.cid-uHESeP2E2a .navbar.opened {
  transition: all .3s;
  background: #a3c6d2 !important;
}
.cid-uHESeP2E2a .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uHESeP2E2a .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-uHESeP2E2a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHESeP2E2a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-uHESeP2E2a .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uHESeP2E2a .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uHESeP2E2a .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHESeP2E2a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHESeP2E2a .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uHESeP2E2a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHESeP2E2a .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-uHESeP2E2a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHESeP2E2a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uHESeP2E2a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uHESeP2E2a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHESeP2E2a .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uHESeP2E2a .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uHESeP2E2a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHESeP2E2a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHESeP2E2a .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-uHESeP2E2a .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uHESeP2E2a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHESeP2E2a .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uHESeP2E2a .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uHESeP2E2a .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uHESeP2E2a .navbar.navbar-short {
  background: #a3c6d2 !important;
  min-height: 60px;
}
.cid-uHESeP2E2a .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uHESeP2E2a .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uHESeP2E2a .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-uHESeP2E2a .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uHESeP2E2a .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uHESeP2E2a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHESeP2E2a .dropdown-item.active,
.cid-uHESeP2E2a .dropdown-item:active {
  background-color: transparent;
}
.cid-uHESeP2E2a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHESeP2E2a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHESeP2E2a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHESeP2E2a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uHESeP2E2a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uHESeP2E2a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHESeP2E2a ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHESeP2E2a .navbar-buttons {
  text-align: center;
}
.cid-uHESeP2E2a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHESeP2E2a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHESeP2E2a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHESeP2E2a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHESeP2E2a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHESeP2E2a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHESeP2E2a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHESeP2E2a nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHESeP2E2a nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHESeP2E2a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHESeP2E2a .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uHESeP2E2a a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uHESeP2E2a .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uHESeP2E2a .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-uHESeP2E2a .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-uHESeP2E2a .nav-link:hover,
.cid-uHESeP2E2a .icons-menu .mbr-iconfont:hover {
  color: #709faf !important;
}
.cid-uHESeP2E2a .dropdown-item:hover {
  color: #709faf !important;
}
.cid-uHESeP2E2a .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #709faf;
  transition: width 0.3s ease-in;
}
.cid-uHESeP2E2a .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uHESeP2E2a .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uHESeP2E2a .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uHESeP2E2a .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uHESeP2E2a .dropdown-menu {
    top: 100%;
  }
  .cid-uHESeP2E2a .dropdown-item {
    border-bottom: 1px solid #8c8a8a;
    box-shadow: 0px 2px 5px #d8d7d7;
    background: #d8d7d7 !important;
  }
  .cid-uHESeP2E2a .dropdown-item:hover {
    background: #bfbdbd !important;
  }
  .cid-uHESeP2E2a .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uHESeP2E2a .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uIgjxsSoR2 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/2025-foundation.jpg-2000x1206.jpg");
}
@media (max-width: 767px) {
  .cid-uIgjxsSoR2 .first-col {
    padding-bottom: 1rem;
  }
}
.cid-uIgjxsSoR2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIgjxsSoR2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIhDzj0PUk {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIhDzj0PUk .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uIhDzj0PUk .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uIhDzj0PUk .title {
    width: 100% !important;
  }
}
.cid-uIhDBpTPbM {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uIhDBpTPbM .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uIhDBpTPbM .mbr-text {
  margin: 0;
  padding: 2rem 0;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-uIhDBpTPbM .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-uHslyOyhPA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-uHslyOyhPA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHslyOyhPA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHslyOyhPA .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uHslyOyhPA .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHslyOyhPA .container {
    padding: 0;
  }
}
.cid-uHslyOyhPA .row {
  margin: 0;
}
.cid-uHslyOyhPA .card {
  border-radius: 0;
  padding: 0;
}
.cid-uHslyOyhPA .card .box-wrapper {
  background-color: #2b6477;
  height: 100%;
}
.cid-uHslyOyhPA .card .box-wrapper .mbr-box {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #a3c6d2;
  margin-bottom: 20px;
}
.cid-uHslyOyhPA .card .title-wrapper {
  padding: 145px 90px;
}
@media (max-width: 992px) {
  .cid-uHslyOyhPA .card .title-wrapper {
    padding: 30px 16px;
  }
}
.cid-uHslyOyhPA .card .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHslyOyhPA .card .title-wrapper .mbr-section-btn {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-uHslyOyhPA .card .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uHslyOyhPA .card .image-wrapper {
  padding: 90px 0;
}
@media (max-width: 992px) {
  .cid-uHslyOyhPA .card .image-wrapper {
    padding: 0;
  }
}
.cid-uHslyOyhPA .card .image-wrapper img {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHslyOyhPA .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uHslyOyhPA .mbr-text {
  color: #263652;
}
.cid-uHslyOyhPA .mbr-box {
  color: #ffffff;
}
.cid-uHsmGq8x5h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b6477;
}
.cid-uHsmGq8x5h .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uHsmGq8x5h .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uHs3CgLoDm {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHs3CgLoDm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHs3CgLoDm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHs3CgLoDm .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uHs3CgLoDm .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uHs3CgLoDm .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uHs3CgLoDm .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uHs3CgLoDm .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uHs3CgLoDm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uHs3CgLoDm .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uHs3CgLoDm .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uHs3CgLoDm .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uHs3CgLoDm .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uHs3CgLoDm .mbr-text {
  color: #ff0000;
  margin-top: 30px;
}
.cid-uHs3CgLoDm .list-box {
  width: 100%;
}
.cid-uHs3CgLoDm .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ff0000;
  transition: 0.4s all;
}
.cid-uHs3CgLoDm .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uHs3CgLoDm .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uHs3CgLoDm .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uHs3CgLoDm .list a:hover:before {
  background-position: left !important;
}
.cid-uHs3CgLoDm .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uHs3CgLoDm .news-item {
  width: 100%;
}
.cid-uHs3CgLoDm .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uHs3CgLoDm .news-title {
  color: #303030;
}
.cid-uHs3CgLoDm .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-uHESeP2E2a .nav-item:focus,
.cid-uHESeP2E2a .nav-link:focus {
  outline: none;
}
.cid-uHESeP2E2a a.nav-link:focus {
  color: #709faf !important;
}
.cid-uHESeP2E2a .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #a3c6d2;
}
.cid-uHESeP2E2a .navbar.opened {
  transition: all .3s;
  background: #a3c6d2 !important;
}
.cid-uHESeP2E2a .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uHESeP2E2a .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-uHESeP2E2a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHESeP2E2a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-uHESeP2E2a .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uHESeP2E2a .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uHESeP2E2a .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHESeP2E2a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHESeP2E2a .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uHESeP2E2a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHESeP2E2a .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-uHESeP2E2a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHESeP2E2a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uHESeP2E2a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uHESeP2E2a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHESeP2E2a .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uHESeP2E2a .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uHESeP2E2a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHESeP2E2a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHESeP2E2a .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-uHESeP2E2a .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uHESeP2E2a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHESeP2E2a .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uHESeP2E2a .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uHESeP2E2a .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uHESeP2E2a .navbar.navbar-short {
  background: #a3c6d2 !important;
  min-height: 60px;
}
.cid-uHESeP2E2a .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uHESeP2E2a .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uHESeP2E2a .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-uHESeP2E2a .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uHESeP2E2a .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uHESeP2E2a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHESeP2E2a .dropdown-item.active,
.cid-uHESeP2E2a .dropdown-item:active {
  background-color: transparent;
}
.cid-uHESeP2E2a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHESeP2E2a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHESeP2E2a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHESeP2E2a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uHESeP2E2a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uHESeP2E2a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHESeP2E2a ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHESeP2E2a .navbar-buttons {
  text-align: center;
}
.cid-uHESeP2E2a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHESeP2E2a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHESeP2E2a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHESeP2E2a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHESeP2E2a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHESeP2E2a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHESeP2E2a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHESeP2E2a nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHESeP2E2a nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHESeP2E2a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHESeP2E2a .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uHESeP2E2a a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uHESeP2E2a .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uHESeP2E2a .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-uHESeP2E2a .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-uHESeP2E2a .nav-link:hover,
.cid-uHESeP2E2a .icons-menu .mbr-iconfont:hover {
  color: #709faf !important;
}
.cid-uHESeP2E2a .dropdown-item:hover {
  color: #709faf !important;
}
.cid-uHESeP2E2a .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #709faf;
  transition: width 0.3s ease-in;
}
.cid-uHESeP2E2a .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uHESeP2E2a .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uHESeP2E2a .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uHESeP2E2a .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uHESeP2E2a .dropdown-menu {
    top: 100%;
  }
  .cid-uHESeP2E2a .dropdown-item {
    border-bottom: 1px solid #8c8a8a;
    box-shadow: 0px 2px 5px #d8d7d7;
    background: #d8d7d7 !important;
  }
  .cid-uHESeP2E2a .dropdown-item:hover {
    background: #bfbdbd !important;
  }
  .cid-uHESeP2E2a .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uHESeP2E2a .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uHsom4nP4F {
  padding-top: 135px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #487f91, #709faf);
}
.cid-uHsom4nP4F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHsom4nP4F .card-link {
  position: relative;
  width: fit-content;
}
.cid-uHsom4nP4F .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uHsom4nP4F h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uHsom4nP4F h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uHsom4nP4F .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uHsom4nP4F .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uHsom4nP4F .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-uHsom4nP4F .item-wrapper:hover .card-title,
.cid-uHsom4nP4F .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uHsom4nP4F .item-wrapper:hover span,
.cid-uHsom4nP4F .item-wrapper:hover .card-link,
.cid-uHsom4nP4F .item-wrapper:hover .card-link a {
  color: #c19b76 !important;
}
.cid-uHsom4nP4F .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uHsom4nP4F .card-title,
.cid-uHsom4nP4F .card-text,
.cid-uHsom4nP4F .card-link,
.cid-uHsom4nP4F .card-link a {
  transition: all 0.3s;
}
.cid-uHsom4nP4F .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uHsom4nP4F .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uHsom4nP4F .link-wrapper:hover {
  cursor: pointer;
}
.cid-uHsom4nP4F .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uHsom4nP4F .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uHsom4nP4F .card-title,
.cid-uHsom4nP4F .iconfont-wrapper {
  color: #2b6477;
}
.cid-uHsom4nP4F .card-text {
  color: #2b6477;
}
.cid-uHsom4nP4F .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHsom4nP4F .card-link,
.cid-uHsom4nP4F .link-icon,
.cid-uHsom4nP4F .link-align {
  color: #232323;
}
.cid-uHsom4nP4F .mbr-section-subtitle {
  text-align: left;
}
.cid-uHsom4nP4F .mbr-section-subtitle,
.cid-uHsom4nP4F .align {
  color: #232323;
}
.cid-uHsrd6YsTP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHsrd6YsTP .mbr-section-title {
  text-align: center;
  color: #2b6477;
}
.cid-uHsrd6YsTP .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uLPEXYXA1u {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uLPEXYXA1u .showAlerts {
  display: block !important;
}
.cid-uLPEXYXA1u .rowflexrev {
  display: -webkit-flex;
}
.cid-uLPEXYXA1u .title {
  margin-bottom: 2rem;
}
.cid-uLPEXYXA1u .mbr-section-subtitle {
  color: #767676;
}
.cid-uLPEXYXA1u textarea.form-control {
  min-height: 188px;
}
.cid-uLPEXYXA1u LABEL {
  color: #232323;
  display: initial;
}
.cid-uLPEXYXA1u .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uLPEXYXA1u .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uLPEXYXA1u .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uLPEXYXA1u .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uLPEXYXA1u .alert {
  margin-bottom: 0;
}
.cid-uLPEXYXA1u .alert-success {
  background-color: #70c770;
}
.cid-uLPEXYXA1u .alert-danger {
  background-color: #ff4a52;
}
.cid-uLPEXYXA1u .btn {
  display: inline-flex;
}
.cid-uLPEXYXA1u .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uLPEXYXA1u .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-uLPEXYXA1u .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-uLPEXYXA1u input[type=file]::file-selector-button {
  border: 0.75px solid #2b6477 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #2b6477 !important;
  transition: 0.3s;
}
.cid-uLPEXYXA1u input[type=file]::-webkit-file-upload-button {
  border: 0.75px solid #2b6477 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #2b6477 !important;
  transition: 0.3s;
}
.cid-uLPEXYXA1u input[type=file]::-ms-browse {
  border: 0.75px solid #2b6477 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #2b6477 !important;
  transition: 0.3s;
}
.cid-uLPEXYXA1u input,
.cid-uLPEXYXA1u option,
.cid-uLPEXYXA1u textarea {
  color: #000000;
}
.cid-uHsuiKgsGi {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #487f91, #2b6477);
}
.cid-uHsuiKgsGi .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uHsuiKgsGi .mbr-text,
.cid-uHsuiKgsGi .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uHsuiKgsGi .mbr-section-title,
.cid-uHsuiKgsGi .line {
  color: #232323;
}
.cid-uHsuiKgsGi .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uHsuiKgsGi .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uHsuiKgsGi .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-uHsuiKgsGi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uHsuiKgsGi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uHsuiKgsGi h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uHsuiKgsGi h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uHsuiKgsGi .mbr-section-subtitle,
.cid-uHsuiKgsGi .align {
  text-align: left;
  color: #ffffff;
}
.cid-uHsv2X5ngs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b6477;
}
.cid-uHsv2X5ngs .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uHsv2X5ngs .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uHs3CgLoDm {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHs3CgLoDm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHs3CgLoDm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHs3CgLoDm .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uHs3CgLoDm .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uHs3CgLoDm .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uHs3CgLoDm .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uHs3CgLoDm .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uHs3CgLoDm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uHs3CgLoDm .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uHs3CgLoDm .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uHs3CgLoDm .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uHs3CgLoDm .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uHs3CgLoDm .mbr-text {
  color: #ff0000;
  margin-top: 30px;
}
.cid-uHs3CgLoDm .list-box {
  width: 100%;
}
.cid-uHs3CgLoDm .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ff0000;
  transition: 0.4s all;
}
.cid-uHs3CgLoDm .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uHs3CgLoDm .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uHs3CgLoDm .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uHs3CgLoDm .list a:hover:before {
  background-position: left !important;
}
.cid-uHs3CgLoDm .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uHs3CgLoDm .news-item {
  width: 100%;
}
.cid-uHs3CgLoDm .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uHs3CgLoDm .news-title {
  color: #303030;
}
.cid-uHs3CgLoDm .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-uHESeP2E2a .nav-item:focus,
.cid-uHESeP2E2a .nav-link:focus {
  outline: none;
}
.cid-uHESeP2E2a a.nav-link:focus {
  color: #709faf !important;
}
.cid-uHESeP2E2a .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #a3c6d2;
}
.cid-uHESeP2E2a .navbar.opened {
  transition: all .3s;
  background: #a3c6d2 !important;
}
.cid-uHESeP2E2a .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uHESeP2E2a .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-uHESeP2E2a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHESeP2E2a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-uHESeP2E2a .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uHESeP2E2a .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uHESeP2E2a .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHESeP2E2a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHESeP2E2a .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uHESeP2E2a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHESeP2E2a .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-uHESeP2E2a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHESeP2E2a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uHESeP2E2a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uHESeP2E2a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHESeP2E2a .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uHESeP2E2a .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uHESeP2E2a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHESeP2E2a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHESeP2E2a .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-uHESeP2E2a .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uHESeP2E2a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHESeP2E2a .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uHESeP2E2a .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uHESeP2E2a .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uHESeP2E2a .navbar.navbar-short {
  background: #a3c6d2 !important;
  min-height: 60px;
}
.cid-uHESeP2E2a .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uHESeP2E2a .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uHESeP2E2a .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-uHESeP2E2a .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uHESeP2E2a .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uHESeP2E2a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHESeP2E2a .dropdown-item.active,
.cid-uHESeP2E2a .dropdown-item:active {
  background-color: transparent;
}
.cid-uHESeP2E2a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHESeP2E2a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHESeP2E2a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHESeP2E2a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uHESeP2E2a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uHESeP2E2a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHESeP2E2a ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHESeP2E2a .navbar-buttons {
  text-align: center;
}
.cid-uHESeP2E2a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHESeP2E2a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHESeP2E2a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHESeP2E2a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHESeP2E2a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHESeP2E2a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHESeP2E2a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHESeP2E2a nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHESeP2E2a nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHESeP2E2a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHESeP2E2a .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uHESeP2E2a a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uHESeP2E2a .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uHESeP2E2a .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-uHESeP2E2a .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-uHESeP2E2a .nav-link:hover,
.cid-uHESeP2E2a .icons-menu .mbr-iconfont:hover {
  color: #709faf !important;
}
.cid-uHESeP2E2a .dropdown-item:hover {
  color: #709faf !important;
}
.cid-uHESeP2E2a .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #709faf;
  transition: width 0.3s ease-in;
}
.cid-uHESeP2E2a .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uHESeP2E2a .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uHESeP2E2a .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uHESeP2E2a .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uHESeP2E2a .dropdown-menu {
    top: 100%;
  }
  .cid-uHESeP2E2a .dropdown-item {
    border-bottom: 1px solid #8c8a8a;
    box-shadow: 0px 2px 5px #d8d7d7;
    background: #d8d7d7 !important;
  }
  .cid-uHESeP2E2a .dropdown-item:hover {
    background: #bfbdbd !important;
  }
  .cid-uHESeP2E2a .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uHESeP2E2a .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uHsvGb1QSB {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uHsvGb1QSB .mbr-section-title {
  text-align: center;
  color: #2b6477;
}
.cid-uHsvGb1QSB .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uHsvGc984Q {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #2b6477;
}
.cid-uHsvGc984Q .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uHsvGc984Q .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uHswNYlOLo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/48415.jpeg-960x1280.jpg");
}
.cid-uHswNYlOLo .card .card-img {
  overflow: hidden;
}
.cid-uHswNYlOLo .card .card-img img {
  transition: all .5s;
}
.cid-uHswNYlOLo .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uHswNYlOLo .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uHswNYlOLo .card {
  display: block;
  height: 100%;
}
.cid-uHswNYlOLo .card .card-wrapper {
  height: 100%;
}
.cid-uHswNYlOLo .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-uHswNYlOLo .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-uHswNYlOLo .card .card-box .card-title {
  margin: 0;
}
.cid-uHswNYlOLo .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHswNYlOLo .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-uHswNYlOLo .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-uHswNYlOLo .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-uHswNYlOLo .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHswNYlOLo .card .card-footer .icons-list {
  margin: 0;
}
.cid-uHswNYlOLo .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-uHswNYlOLo .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-uHswNYlOLo .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-uHswNYlOLo .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-uHswNYlOLo .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-uHswNYlOLo .card-footer {
  border-top: 1px solid #efefef;
}
.cid-uHswNYlOLo .mbri-arrow-next {
  color: #709faf;
}
@media (max-width: 767px) {
  .cid-uHswNYlOLo .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHswNYlOLo .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uHswNYlOLo .card-title,
.cid-uHswNYlOLo .card-info {
  text-align: center;
}
.cid-uHswNYlOLo .card-text,
.cid-uHswNYlOLo .card-btn {
  color: #000000;
}
.cid-uHENQObKkg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b6477;
}
.cid-uHENQObKkg .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uHENQObKkg .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uHsvGcpWkH {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHsvGcpWkH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHsvGcpWkH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHsvGcpWkH .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uHsvGcpWkH .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uHsvGcpWkH .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uHsvGcpWkH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uHsvGcpWkH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uHsvGcpWkH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uHsvGcpWkH .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uHsvGcpWkH .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uHsvGcpWkH .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uHsvGcpWkH .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uHsvGcpWkH .mbr-text {
  color: #ff0000;
  margin-top: 30px;
}
.cid-uHsvGcpWkH .list-box {
  width: 100%;
}
.cid-uHsvGcpWkH .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ff0000;
  transition: 0.4s all;
}
.cid-uHsvGcpWkH .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uHsvGcpWkH .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uHsvGcpWkH .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uHsvGcpWkH .list a:hover:before {
  background-position: left !important;
}
.cid-uHsvGcpWkH .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uHsvGcpWkH .news-item {
  width: 100%;
}
.cid-uHsvGcpWkH .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uHsvGcpWkH .news-title {
  color: #303030;
}
.cid-uHsvGcpWkH .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-uHPrCcwcTr .nav-item:focus,
.cid-uHPrCcwcTr .nav-link:focus {
  outline: none;
}
.cid-uHPrCcwcTr a.nav-link:focus {
  color: #709faf !important;
}
.cid-uHPrCcwcTr .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #a3c6d2;
}
.cid-uHPrCcwcTr .navbar.opened {
  transition: all .3s;
  background: #a3c6d2 !important;
}
.cid-uHPrCcwcTr .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uHPrCcwcTr .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-uHPrCcwcTr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHPrCcwcTr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-uHPrCcwcTr .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uHPrCcwcTr .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uHPrCcwcTr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHPrCcwcTr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHPrCcwcTr .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uHPrCcwcTr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHPrCcwcTr .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-uHPrCcwcTr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHPrCcwcTr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uHPrCcwcTr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uHPrCcwcTr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHPrCcwcTr .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uHPrCcwcTr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uHPrCcwcTr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHPrCcwcTr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHPrCcwcTr .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-uHPrCcwcTr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uHPrCcwcTr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHPrCcwcTr .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uHPrCcwcTr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uHPrCcwcTr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uHPrCcwcTr .navbar.navbar-short {
  background: #a3c6d2 !important;
  min-height: 60px;
}
.cid-uHPrCcwcTr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uHPrCcwcTr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uHPrCcwcTr .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-uHPrCcwcTr .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uHPrCcwcTr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uHPrCcwcTr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHPrCcwcTr .dropdown-item.active,
.cid-uHPrCcwcTr .dropdown-item:active {
  background-color: transparent;
}
.cid-uHPrCcwcTr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHPrCcwcTr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHPrCcwcTr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHPrCcwcTr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uHPrCcwcTr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uHPrCcwcTr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHPrCcwcTr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHPrCcwcTr .navbar-buttons {
  text-align: center;
}
.cid-uHPrCcwcTr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHPrCcwcTr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHPrCcwcTr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHPrCcwcTr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHPrCcwcTr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHPrCcwcTr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHPrCcwcTr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHPrCcwcTr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHPrCcwcTr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHPrCcwcTr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHPrCcwcTr .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uHPrCcwcTr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uHPrCcwcTr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uHPrCcwcTr .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-uHPrCcwcTr .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-uHPrCcwcTr .nav-link:hover,
.cid-uHPrCcwcTr .icons-menu .mbr-iconfont:hover {
  color: #709faf !important;
}
.cid-uHPrCcwcTr .dropdown-item:hover {
  color: #709faf !important;
}
.cid-uHPrCcwcTr .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #709faf;
  transition: width 0.3s ease-in;
}
.cid-uHPrCcwcTr .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uHPrCcwcTr .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uHPrCcwcTr .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uHPrCcwcTr .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uHPrCcwcTr .dropdown-menu {
    top: 100%;
  }
  .cid-uHPrCcwcTr .dropdown-item {
    border-bottom: 1px solid #8c8a8a;
    box-shadow: 0px 2px 5px #d8d7d7;
    background: #d8d7d7 !important;
  }
  .cid-uHPrCcwcTr .dropdown-item:hover {
    background: #bfbdbd !important;
  }
  .cid-uHPrCcwcTr .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uHPrCcwcTr .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uHIuEh0Yrt {
  padding-top: 135px;
  padding-bottom: 75px;
  background-color: #709faf;
}
.cid-uHIuEh0Yrt .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uHIuEh0Yrt H4 {
  text-align: center;
}
.cid-uHPdlIdPLO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b6477;
}
.cid-uHPdlIdPLO .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uHPdlIdPLO .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uHsytCQ1Pc {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHsytCQ1Pc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHsytCQ1Pc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHsytCQ1Pc .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uHsytCQ1Pc .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uHsytCQ1Pc .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uHsytCQ1Pc .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uHsytCQ1Pc .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uHsytCQ1Pc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uHsytCQ1Pc .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uHsytCQ1Pc .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uHsytCQ1Pc .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uHsytCQ1Pc .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uHsytCQ1Pc .mbr-text {
  color: #ff0000;
  margin-top: 30px;
}
.cid-uHsytCQ1Pc .list-box {
  width: 100%;
}
.cid-uHsytCQ1Pc .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ff0000;
  transition: 0.4s all;
}
.cid-uHsytCQ1Pc .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uHsytCQ1Pc .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uHsytCQ1Pc .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uHsytCQ1Pc .list a:hover:before {
  background-position: left !important;
}
.cid-uHsytCQ1Pc .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uHsytCQ1Pc .news-item {
  width: 100%;
}
.cid-uHsytCQ1Pc .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uHsytCQ1Pc .news-title {
  color: #303030;
}
.cid-uHsytCQ1Pc .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-uHESeP2E2a .nav-item:focus,
.cid-uHESeP2E2a .nav-link:focus {
  outline: none;
}
.cid-uHESeP2E2a a.nav-link:focus {
  color: #709faf !important;
}
.cid-uHESeP2E2a .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #a3c6d2;
}
.cid-uHESeP2E2a .navbar.opened {
  transition: all .3s;
  background: #a3c6d2 !important;
}
.cid-uHESeP2E2a .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uHESeP2E2a .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-uHESeP2E2a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHESeP2E2a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-uHESeP2E2a .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uHESeP2E2a .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uHESeP2E2a .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHESeP2E2a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHESeP2E2a .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uHESeP2E2a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHESeP2E2a .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-uHESeP2E2a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHESeP2E2a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uHESeP2E2a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uHESeP2E2a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHESeP2E2a .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uHESeP2E2a .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uHESeP2E2a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHESeP2E2a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHESeP2E2a .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-uHESeP2E2a .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uHESeP2E2a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHESeP2E2a .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uHESeP2E2a .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uHESeP2E2a .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uHESeP2E2a .navbar.navbar-short {
  background: #a3c6d2 !important;
  min-height: 60px;
}
.cid-uHESeP2E2a .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uHESeP2E2a .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uHESeP2E2a .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-uHESeP2E2a .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uHESeP2E2a .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uHESeP2E2a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHESeP2E2a .dropdown-item.active,
.cid-uHESeP2E2a .dropdown-item:active {
  background-color: transparent;
}
.cid-uHESeP2E2a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHESeP2E2a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHESeP2E2a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHESeP2E2a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uHESeP2E2a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uHESeP2E2a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHESeP2E2a ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHESeP2E2a .navbar-buttons {
  text-align: center;
}
.cid-uHESeP2E2a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHESeP2E2a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHESeP2E2a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHESeP2E2a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHESeP2E2a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHESeP2E2a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHESeP2E2a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHESeP2E2a nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHESeP2E2a nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHESeP2E2a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHESeP2E2a .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uHESeP2E2a a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uHESeP2E2a .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uHESeP2E2a .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-uHESeP2E2a .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-uHESeP2E2a .nav-link:hover,
.cid-uHESeP2E2a .icons-menu .mbr-iconfont:hover {
  color: #709faf !important;
}
.cid-uHESeP2E2a .dropdown-item:hover {
  color: #709faf !important;
}
.cid-uHESeP2E2a .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #709faf;
  transition: width 0.3s ease-in;
}
.cid-uHESeP2E2a .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uHESeP2E2a .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uHESeP2E2a .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uHESeP2E2a .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uHESeP2E2a .dropdown-menu {
    top: 100%;
  }
  .cid-uHESeP2E2a .dropdown-item {
    border-bottom: 1px solid #8c8a8a;
    box-shadow: 0px 2px 5px #d8d7d7;
    background: #d8d7d7 !important;
  }
  .cid-uHESeP2E2a .dropdown-item:hover {
    background: #bfbdbd !important;
  }
  .cid-uHESeP2E2a .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uHESeP2E2a .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uHsEVkrNOr {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uHsEVkrNOr .mbr-section-title {
  text-align: center;
  color: #2b6477;
}
.cid-uHsEVkrNOr .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uHsEVlWOhy {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #2b6477;
}
.cid-uHsEVlWOhy .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uHsEVlWOhy .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uHIyzzwgyo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uHIyzzwgyo .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uHIyzzwgyo .mbr-text {
  margin: 0;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-uHIyzzwgyo .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-uHIxiW9Dea {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cbc97a;
  position: relative;
}
.cid-uHIxiW9Dea::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40%;
  width: 100%;
  background-color: #f7f7f7;
}
.cid-uHIxiW9Dea .container-fluid {
  padding: 0;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uHIxiW9Dea .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHIxiW9Dea .container {
    padding: 0 25px;
  }
}
.cid-uHIxiW9Dea .title-wrapper {
  padding: 0 45px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHIxiW9Dea .title-wrapper {
    padding: 0 25px;
  }
}
.cid-uHIxiW9Dea .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uHIxiW9Dea .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHIxiW9Dea .item:focus,
.cid-uHIxiW9Dea span:focus {
  outline: none;
}
.cid-uHIxiW9Dea .item-wrapper {
  position: relative;
}
.cid-uHIxiW9Dea .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 810px;
  max-width: 810px;
}
@media (max-width: 992px) {
  .cid-uHIxiW9Dea .embla__slide {
    min-width: 710px;
    max-width: 710px;
  }
}
@media (max-width: 767px) {
  .cid-uHIxiW9Dea .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uHIxiW9Dea .embla__slide .slide-content {
  width: 100%;
  border-radius: 0 !important;
}
.cid-uHIxiW9Dea .embla__slide .slide-content .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHIxiW9Dea .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uHIxiW9Dea .embla__button--next,
.cid-uHIxiW9Dea .embla__button--prev {
  display: flex;
}
.cid-uHIxiW9Dea .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #f0f0f0 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHIxiW9Dea .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHIxiW9Dea .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uHIxiW9Dea .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uHIxiW9Dea .embla__button.embla__button--prev:hover {
  box-shadow: inset -40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-uHIxiW9Dea .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 768px) {
  .cid-uHIxiW9Dea .embla__button.embla__button--next {
    right: 25px;
  }
}
.cid-uHIxiW9Dea .embla__button.embla__button--next:hover {
  box-shadow: inset 40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-uHIxiW9Dea .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uHIxiW9Dea .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uHIxiW9Dea .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHIxiW9Dea .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHIxiW9Dea .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHIxiW9Dea .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHIxiW9Dea .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uHIDdCZWjk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b6477;
}
.cid-uHIDdCZWjk .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uHIDdCZWjk .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uHsEVmFCX2 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHsEVmFCX2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHsEVmFCX2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHsEVmFCX2 .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uHsEVmFCX2 .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uHsEVmFCX2 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uHsEVmFCX2 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uHsEVmFCX2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uHsEVmFCX2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uHsEVmFCX2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uHsEVmFCX2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uHsEVmFCX2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uHsEVmFCX2 .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uHsEVmFCX2 .mbr-text {
  color: #ff0000;
  margin-top: 30px;
}
.cid-uHsEVmFCX2 .list-box {
  width: 100%;
}
.cid-uHsEVmFCX2 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ff0000;
  transition: 0.4s all;
}
.cid-uHsEVmFCX2 .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uHsEVmFCX2 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uHsEVmFCX2 .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uHsEVmFCX2 .list a:hover:before {
  background-position: left !important;
}
.cid-uHsEVmFCX2 .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uHsEVmFCX2 .news-item {
  width: 100%;
}
.cid-uHsEVmFCX2 .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uHsEVmFCX2 .news-title {
  color: #303030;
}
.cid-uHsEVmFCX2 .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-uHPq6zXOj6 .nav-item:focus,
.cid-uHPq6zXOj6 .nav-link:focus {
  outline: none;
}
.cid-uHPq6zXOj6 a.nav-link:focus {
  color: #709faf !important;
}
.cid-uHPq6zXOj6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #a3c6d2;
}
.cid-uHPq6zXOj6 .navbar.opened {
  transition: all .3s;
  background: #a3c6d2 !important;
}
.cid-uHPq6zXOj6 .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uHPq6zXOj6 .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-uHPq6zXOj6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHPq6zXOj6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-uHPq6zXOj6 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uHPq6zXOj6 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uHPq6zXOj6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHPq6zXOj6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHPq6zXOj6 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uHPq6zXOj6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHPq6zXOj6 .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-uHPq6zXOj6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHPq6zXOj6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uHPq6zXOj6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uHPq6zXOj6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHPq6zXOj6 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uHPq6zXOj6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uHPq6zXOj6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHPq6zXOj6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHPq6zXOj6 .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-uHPq6zXOj6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uHPq6zXOj6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHPq6zXOj6 .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uHPq6zXOj6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uHPq6zXOj6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uHPq6zXOj6 .navbar.navbar-short {
  background: #a3c6d2 !important;
  min-height: 60px;
}
.cid-uHPq6zXOj6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uHPq6zXOj6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uHPq6zXOj6 .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-uHPq6zXOj6 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uHPq6zXOj6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uHPq6zXOj6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHPq6zXOj6 .dropdown-item.active,
.cid-uHPq6zXOj6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHPq6zXOj6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHPq6zXOj6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHPq6zXOj6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHPq6zXOj6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uHPq6zXOj6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uHPq6zXOj6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHPq6zXOj6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHPq6zXOj6 .navbar-buttons {
  text-align: center;
}
.cid-uHPq6zXOj6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHPq6zXOj6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHPq6zXOj6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHPq6zXOj6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHPq6zXOj6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHPq6zXOj6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHPq6zXOj6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHPq6zXOj6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHPq6zXOj6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHPq6zXOj6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHPq6zXOj6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uHPq6zXOj6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uHPq6zXOj6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uHPq6zXOj6 .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-uHPq6zXOj6 .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-uHPq6zXOj6 .nav-link:hover,
.cid-uHPq6zXOj6 .icons-menu .mbr-iconfont:hover {
  color: #709faf !important;
}
.cid-uHPq6zXOj6 .dropdown-item:hover {
  color: #709faf !important;
}
.cid-uHPq6zXOj6 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #709faf;
  transition: width 0.3s ease-in;
}
.cid-uHPq6zXOj6 .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uHPq6zXOj6 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uHPq6zXOj6 .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uHPq6zXOj6 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uHPq6zXOj6 .dropdown-menu {
    top: 100%;
  }
  .cid-uHPq6zXOj6 .dropdown-item {
    border-bottom: 1px solid #8c8a8a;
    box-shadow: 0px 2px 5px #d8d7d7;
    background: #d8d7d7 !important;
  }
  .cid-uHPq6zXOj6 .dropdown-item:hover {
    background: #bfbdbd !important;
  }
  .cid-uHPq6zXOj6 .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uHPq6zXOj6 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uHsJZlhjrM {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #487f91;
}
.cid-uHsJZlhjrM .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uHsJZlhjrM .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uHsJZlhjrM .title {
    width: 100% !important;
  }
}
.cid-uHsJZlhjrM .mbr-section-title {
  color: #ffffff;
}
.cid-uHsK3OQYDR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #709faf;
}
.cid-uHsK3OQYDR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHsK3OQYDR .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-uHsK3OQYDR .container {
    padding: 0 30px;
  }
}
.cid-uHsK3OQYDR .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uHsK3OQYDR .content-wrapper {
    margin-bottom: 30px;
    height: auto;
  }
}
.cid-uHsK3OQYDR .content-wrapper .cards .card {
  margin-bottom: 25px;
}
.cid-uHsK3OQYDR .content-wrapper .cards .card .title-wrapper {
  margin-bottom: 25px;
}
.cid-uHsK3OQYDR .content-wrapper .cards .card .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uHsK3OQYDR .content-wrapper .cards .card .title-wrapper .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-uHsK3OQYDR .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap {
  margin-left: 16px;
  display: inline-flex;
}
.cid-uHsK3OQYDR .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-uHsK3OQYDR .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-uHsK3OQYDR .content-wrapper .cards .card .mbr-text {
  margin-bottom: 0;
}
.cid-uHsK3OQYDR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-uHsK3OQYDR .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uHsK3OQYDR .embla__slide .card-wrap {
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-uHsK3OQYDR .embla__slide .card-wrap {
    padding: 0;
  }
}
.cid-uHsK3OQYDR .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHsK3OQYDR .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uHsK3OQYDR .embla__button--next,
.cid-uHsK3OQYDR .embla__button--prev {
  display: flex;
}
.cid-uHsK3OQYDR .embla__button {
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 12px;
  background-color: #ffbf31;
  color: #808080;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .75;
}
.cid-uHsK3OQYDR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHsK3OQYDR .embla__button:hover {
  background: #ffbf31;
  color: #808080;
  opacity: 1;
}
.cid-uHsK3OQYDR .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-uHsK3OQYDR .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-uHsK3OQYDR .slider-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uHsK3OQYDR .slider-wrapper {
    padding: 0;
  }
}
.cid-uHsK3OQYDR .embla {
  position: relative;
  width: 100%;
}
.cid-uHsK3OQYDR .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uHsK3OQYDR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHsK3OQYDR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHsK3OQYDR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHsK3OQYDR .mbr-card-title {
  color: #212529;
}
.cid-uHsK3OQYDR .mbr-text {
  color: #ffffff;
}
.cid-uHsK3OQYDR .mbr-card-title,
.cid-uHsK3OQYDR .title-wrapper {
  color: #ffffff;
}
.cid-uHsHG1btRs {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHsHG1btRs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHsHG1btRs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHsHG1btRs .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uHsHG1btRs .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uHsHG1btRs .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uHsHG1btRs .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uHsHG1btRs .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uHsHG1btRs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uHsHG1btRs .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uHsHG1btRs .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uHsHG1btRs .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uHsHG1btRs .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uHsHG1btRs .mbr-text {
  color: #ff0000;
  margin-top: 30px;
}
.cid-uHsHG1btRs .list-box {
  width: 100%;
}
.cid-uHsHG1btRs .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ff0000;
  transition: 0.4s all;
}
.cid-uHsHG1btRs .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uHsHG1btRs .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uHsHG1btRs .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uHsHG1btRs .list a:hover:before {
  background-position: left !important;
}
.cid-uHsHG1btRs .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uHsHG1btRs .news-item {
  width: 100%;
}
.cid-uHsHG1btRs .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uHsHG1btRs .news-title {
  color: #303030;
}
.cid-uHsHG1btRs .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-uHESeP2E2a .nav-item:focus,
.cid-uHESeP2E2a .nav-link:focus {
  outline: none;
}
.cid-uHESeP2E2a a.nav-link:focus {
  color: #709faf !important;
}
.cid-uHESeP2E2a .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #a3c6d2;
}
.cid-uHESeP2E2a .navbar.opened {
  transition: all .3s;
  background: #a3c6d2 !important;
}
.cid-uHESeP2E2a .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uHESeP2E2a .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-uHESeP2E2a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHESeP2E2a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-uHESeP2E2a .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uHESeP2E2a .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uHESeP2E2a .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHESeP2E2a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHESeP2E2a .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uHESeP2E2a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHESeP2E2a .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-uHESeP2E2a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHESeP2E2a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uHESeP2E2a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uHESeP2E2a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHESeP2E2a .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uHESeP2E2a .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uHESeP2E2a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHESeP2E2a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHESeP2E2a .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-uHESeP2E2a .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uHESeP2E2a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHESeP2E2a .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uHESeP2E2a .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uHESeP2E2a .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uHESeP2E2a .navbar.navbar-short {
  background: #a3c6d2 !important;
  min-height: 60px;
}
.cid-uHESeP2E2a .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uHESeP2E2a .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uHESeP2E2a .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-uHESeP2E2a .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uHESeP2E2a .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uHESeP2E2a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHESeP2E2a .dropdown-item.active,
.cid-uHESeP2E2a .dropdown-item:active {
  background-color: transparent;
}
.cid-uHESeP2E2a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHESeP2E2a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHESeP2E2a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHESeP2E2a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uHESeP2E2a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uHESeP2E2a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHESeP2E2a ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHESeP2E2a .navbar-buttons {
  text-align: center;
}
.cid-uHESeP2E2a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHESeP2E2a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHESeP2E2a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHESeP2E2a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHESeP2E2a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHESeP2E2a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHESeP2E2a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHESeP2E2a nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHESeP2E2a nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHESeP2E2a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHESeP2E2a .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uHESeP2E2a a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uHESeP2E2a .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uHESeP2E2a .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-uHESeP2E2a .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-uHESeP2E2a .nav-link:hover,
.cid-uHESeP2E2a .icons-menu .mbr-iconfont:hover {
  color: #709faf !important;
}
.cid-uHESeP2E2a .dropdown-item:hover {
  color: #709faf !important;
}
.cid-uHESeP2E2a .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #709faf;
  transition: width 0.3s ease-in;
}
.cid-uHESeP2E2a .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uHESeP2E2a .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uHESeP2E2a .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uHESeP2E2a .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uHESeP2E2a .dropdown-menu {
    top: 100%;
  }
  .cid-uHESeP2E2a .dropdown-item {
    border-bottom: 1px solid #8c8a8a;
    box-shadow: 0px 2px 5px #d8d7d7;
    background: #d8d7d7 !important;
  }
  .cid-uHESeP2E2a .dropdown-item:hover {
    background: #bfbdbd !important;
  }
  .cid-uHESeP2E2a .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uHESeP2E2a .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-rzMj5gUn1z {
  background-image: url("../../../assets/images/dec54490.jpg-600x800.jpg");
}
.cid-rzMj5gUn1z .mbr-arrow {
  background: #709faf !important;
  opacity: .7;
}
.cid-rzMj5gUn1z .mbr-arrow i {
  color: #ffffff !important;
}
.cid-rzMj5gUn1z .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-rzMj5gUn1z .mbr-section-subtitle,
.cid-rzMj5gUn1z .underline {
  color: #ffffff;
  text-align: left;
}
.cid-rzMj5gUn1z .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uHrAkGssrH {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #487f91;
}
.cid-uHrAkGssrH .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uHrAkGssrH .mbr-text {
  margin: 0;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-uHrAkGssrH .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-rzMk2pOnIb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/48415.jpeg-960x1280.jpg");
}
.cid-rzMk2pOnIb .card .card-img {
  overflow: hidden;
}
.cid-rzMk2pOnIb .card .card-img img {
  transition: all .5s;
}
.cid-rzMk2pOnIb .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-rzMk2pOnIb .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rzMk2pOnIb .card {
  display: block;
  height: 100%;
}
.cid-rzMk2pOnIb .card .card-wrapper {
  height: 100%;
}
.cid-rzMk2pOnIb .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-rzMk2pOnIb .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-rzMk2pOnIb .card .card-box .card-title {
  margin: 0;
}
.cid-rzMk2pOnIb .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMk2pOnIb .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-rzMk2pOnIb .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-rzMk2pOnIb .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-rzMk2pOnIb .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMk2pOnIb .card .card-footer .icons-list {
  margin: 0;
}
.cid-rzMk2pOnIb .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-rzMk2pOnIb .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-rzMk2pOnIb .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-rzMk2pOnIb .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-rzMk2pOnIb .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-rzMk2pOnIb .card-footer {
  border-top: 1px solid #efefef;
}
.cid-rzMk2pOnIb .mbri-arrow-next {
  color: #709faf;
}
@media (max-width: 767px) {
  .cid-rzMk2pOnIb .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-rzMk2pOnIb .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-rzMk2pOnIb .card-title,
.cid-rzMk2pOnIb .card-info {
  text-align: center;
}
.cid-uHOUt8PHUt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b6477;
}
.cid-uHOUt8PHUt .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uHOUt8PHUt .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uHs3CgLoDm {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHs3CgLoDm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHs3CgLoDm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHs3CgLoDm .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uHs3CgLoDm .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uHs3CgLoDm .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uHs3CgLoDm .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uHs3CgLoDm .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uHs3CgLoDm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uHs3CgLoDm .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uHs3CgLoDm .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uHs3CgLoDm .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uHs3CgLoDm .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uHs3CgLoDm .mbr-text {
  color: #ff0000;
  margin-top: 30px;
}
.cid-uHs3CgLoDm .list-box {
  width: 100%;
}
.cid-uHs3CgLoDm .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ff0000;
  transition: 0.4s all;
}
.cid-uHs3CgLoDm .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uHs3CgLoDm .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uHs3CgLoDm .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uHs3CgLoDm .list a:hover:before {
  background-position: left !important;
}
.cid-uHs3CgLoDm .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uHs3CgLoDm .news-item {
  width: 100%;
}
.cid-uHs3CgLoDm .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uHs3CgLoDm .news-title {
  color: #303030;
}
.cid-uHs3CgLoDm .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-uHIGGty90x .nav-item:focus,
.cid-uHIGGty90x .nav-link:focus {
  outline: none;
}
.cid-uHIGGty90x a.nav-link:focus {
  color: #709faf !important;
}
.cid-uHIGGty90x .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #a3c6d2;
}
.cid-uHIGGty90x .navbar.opened {
  transition: all .3s;
  background: #a3c6d2 !important;
}
.cid-uHIGGty90x .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uHIGGty90x .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-uHIGGty90x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHIGGty90x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-uHIGGty90x .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uHIGGty90x .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uHIGGty90x .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHIGGty90x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHIGGty90x .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uHIGGty90x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHIGGty90x .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-uHIGGty90x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHIGGty90x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uHIGGty90x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uHIGGty90x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHIGGty90x .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uHIGGty90x .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uHIGGty90x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHIGGty90x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHIGGty90x .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-uHIGGty90x .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uHIGGty90x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHIGGty90x .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uHIGGty90x .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uHIGGty90x .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uHIGGty90x .navbar.navbar-short {
  background: #a3c6d2 !important;
  min-height: 60px;
}
.cid-uHIGGty90x .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uHIGGty90x .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uHIGGty90x .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-uHIGGty90x .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uHIGGty90x .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uHIGGty90x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHIGGty90x .dropdown-item.active,
.cid-uHIGGty90x .dropdown-item:active {
  background-color: transparent;
}
.cid-uHIGGty90x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHIGGty90x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHIGGty90x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHIGGty90x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uHIGGty90x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uHIGGty90x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHIGGty90x ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHIGGty90x .navbar-buttons {
  text-align: center;
}
.cid-uHIGGty90x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHIGGty90x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHIGGty90x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHIGGty90x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHIGGty90x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHIGGty90x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHIGGty90x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHIGGty90x nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHIGGty90x nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHIGGty90x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHIGGty90x .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uHIGGty90x a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uHIGGty90x .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uHIGGty90x .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-uHIGGty90x .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-uHIGGty90x .nav-link:hover,
.cid-uHIGGty90x .icons-menu .mbr-iconfont:hover {
  color: #709faf !important;
}
.cid-uHIGGty90x .dropdown-item:hover {
  color: #709faf !important;
}
.cid-uHIGGty90x .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #709faf;
  transition: width 0.3s ease-in;
}
.cid-uHIGGty90x .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uHIGGty90x .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uHIGGty90x .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uHIGGty90x .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uHIGGty90x .dropdown-menu {
    top: 100%;
  }
  .cid-uHIGGty90x .dropdown-item {
    border-bottom: 1px solid #8c8a8a;
    box-shadow: 0px 2px 5px #d8d7d7;
    background: #d8d7d7 !important;
  }
  .cid-uHIGGty90x .dropdown-item:hover {
    background: #bfbdbd !important;
  }
  .cid-uHIGGty90x .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uHIGGty90x .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uHIGGuiO3F {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uHIGGuiO3F .mbr-section-title {
  text-align: center;
  color: #2b6477;
}
.cid-uHIGGuiO3F .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uHIGGuzuQS {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #2b6477;
}
.cid-uHIGGuzuQS .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uHIGGuzuQS .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uHIGGuQc1Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uHIGGuQc1Q .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uHIGGuQc1Q .mbr-text {
  margin: 0;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-uHIGGuQc1Q .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-uHIGGv9fu6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cbc97a;
  position: relative;
}
.cid-uHIGGv9fu6::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40%;
  width: 100%;
  background-color: #f7f7f7;
}
.cid-uHIGGv9fu6 .container-fluid {
  padding: 0;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uHIGGv9fu6 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHIGGv9fu6 .container {
    padding: 0 25px;
  }
}
.cid-uHIGGv9fu6 .title-wrapper {
  padding: 0 45px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHIGGv9fu6 .title-wrapper {
    padding: 0 25px;
  }
}
.cid-uHIGGv9fu6 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uHIGGv9fu6 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHIGGv9fu6 .item:focus,
.cid-uHIGGv9fu6 span:focus {
  outline: none;
}
.cid-uHIGGv9fu6 .item-wrapper {
  position: relative;
}
.cid-uHIGGv9fu6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 810px;
  max-width: 810px;
}
@media (max-width: 992px) {
  .cid-uHIGGv9fu6 .embla__slide {
    min-width: 710px;
    max-width: 710px;
  }
}
@media (max-width: 767px) {
  .cid-uHIGGv9fu6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uHIGGv9fu6 .embla__slide .slide-content {
  width: 100%;
  border-radius: 0 !important;
}
.cid-uHIGGv9fu6 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHIGGv9fu6 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uHIGGv9fu6 .embla__button--next,
.cid-uHIGGv9fu6 .embla__button--prev {
  display: flex;
}
.cid-uHIGGv9fu6 .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #f0f0f0 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHIGGv9fu6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHIGGv9fu6 .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uHIGGv9fu6 .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uHIGGv9fu6 .embla__button.embla__button--prev:hover {
  box-shadow: inset -40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-uHIGGv9fu6 .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 768px) {
  .cid-uHIGGv9fu6 .embla__button.embla__button--next {
    right: 25px;
  }
}
.cid-uHIGGv9fu6 .embla__button.embla__button--next:hover {
  box-shadow: inset 40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-uHIGGv9fu6 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uHIGGv9fu6 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uHIGGv9fu6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHIGGv9fu6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHIGGv9fu6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHIGGv9fu6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHIGGv9fu6 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uHIGGw50ug {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b6477;
}
.cid-uHIGGw50ug .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uHIGGw50ug .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uHIGGwl7Z0 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHIGGwl7Z0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHIGGwl7Z0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHIGGwl7Z0 .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uHIGGwl7Z0 .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uHIGGwl7Z0 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uHIGGwl7Z0 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uHIGGwl7Z0 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uHIGGwl7Z0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uHIGGwl7Z0 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uHIGGwl7Z0 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uHIGGwl7Z0 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uHIGGwl7Z0 .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uHIGGwl7Z0 .mbr-text {
  color: #ff0000;
  margin-top: 30px;
}
.cid-uHIGGwl7Z0 .list-box {
  width: 100%;
}
.cid-uHIGGwl7Z0 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ff0000;
  transition: 0.4s all;
}
.cid-uHIGGwl7Z0 .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uHIGGwl7Z0 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uHIGGwl7Z0 .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uHIGGwl7Z0 .list a:hover:before {
  background-position: left !important;
}
.cid-uHIGGwl7Z0 .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uHIGGwl7Z0 .news-item {
  width: 100%;
}
.cid-uHIGGwl7Z0 .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uHIGGwl7Z0 .news-title {
  color: #303030;
}
.cid-uHIGGwl7Z0 .copyright {
  margin-top: 20px;
  color: #303030;
}
