body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .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: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #463f37 !important;
}
.bg-success {
  background-color: #3ebcc8 !important;
}
.bg-info {
  background-color: #e23e39 !important;
}
.bg-warning {
  background-color: #013bfe !important;
}
.bg-danger {
  background-color: #f8e885 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #463f37 !important;
  border-color: #463f37 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1b1815 !important;
  border-color: #1b1815 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1b1815 !important;
  border-color: #1b1815 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #27335b !important;
  border-color: #27335b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #101525 !important;
  border-color: #101525 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #101525 !important;
  border-color: #101525 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e23e39 !important;
  border-color: #e23e39 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #b41f1a !important;
  border-color: #b41f1a !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b41f1a !important;
  border-color: #b41f1a !important;
}
.btn-success,
.btn-success:active {
  background-color: #3ebcc8 !important;
  border-color: #3ebcc8 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #298790 !important;
  border-color: #298790 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #298790 !important;
  border-color: #298790 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #013bfe !important;
  border-color: #013bfe !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #0129b2 !important;
  border-color: #0129b2 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0129b2 !important;
  border-color: #0129b2 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f8e885 !important;
  border-color: #f8e885 !important;
  color: #776807 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #776807 !important;
  background-color: #f4da3d !important;
  border-color: #f4da3d !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #776807 !important;
  background-color: #f4da3d !important;
  border-color: #f4da3d !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0d0c0a;
  color: #0d0c0a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #463f37;
  border-color: #463f37;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #463f37 !important;
  border-color: #463f37 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #080b14;
  color: #080b14;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #27335b;
  border-color: #27335b;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #27335b !important;
  border-color: #27335b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #9e1b17;
  color: #9e1b17;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #e23e39;
  border-color: #e23e39;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e23e39 !important;
  border-color: #e23e39 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #23757d;
  color: #23757d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #3ebcc8;
  border-color: #3ebcc8;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3ebcc8 !important;
  border-color: #3ebcc8 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #012398;
  color: #012398;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #013bfe;
  border-color: #013bfe;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #013bfe !important;
  border-color: #013bfe !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #f2d625;
  color: #f2d625;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #776807;
  background-color: #f8e885;
  border-color: #f8e885;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #776807 !important;
  background-color: #f8e885 !important;
  border-color: #f8e885 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #463f37 !important;
}
.text-secondary {
  color: #27335b !important;
}
.text-success {
  color: #3ebcc8 !important;
}
.text-info {
  color: #e23e39 !important;
}
.text-warning {
  color: #013bfe !important;
}
.text-danger {
  color: #f8e885 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0d0c0a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #080b14 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #23757d !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #9e1b17 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #012398 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f2d625 !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: #e23e39;
}
.alert-warning {
  background-color: #013bfe;
}
.alert-danger {
  background-color: #f8e885;
}
.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 {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-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: #463f37;
  border-color: #463f37;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #463f37;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bbb2a8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a1dee4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fcebeb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ccd8ff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #463f37;
}
/* 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;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@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: #463f37;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #463f37;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #463f37;
  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: #463f37;
  border-bottom-color: #463f37;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #463f37 !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: #27335b !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: 100px;
  height: 100px;
  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='%23463f37' %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.3;
}
.cid-sdmXsuWaRJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdmXsuWaRJ .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sdmXsuWaRJ .nav-item,
.cid-sdmXsuWaRJ .nav-link,
.cid-sdmXsuWaRJ .navbar-caption {
  font-weight: normal;
}
.cid-sdmXsuWaRJ .nav-item:focus,
.cid-sdmXsuWaRJ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sdmXsuWaRJ .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sdmXsuWaRJ .nav-item .nav-link {
    position: relative;
  }
  .cid-sdmXsuWaRJ .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sdmXsuWaRJ .nav-item:hover .nav-link:before,
  .cid-sdmXsuWaRJ .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sdmXsuWaRJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sdmXsuWaRJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdmXsuWaRJ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sdmXsuWaRJ .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sdmXsuWaRJ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdmXsuWaRJ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdmXsuWaRJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #463f37;
}
.cid-sdmXsuWaRJ .navbar.opened {
  transition: all .3s;
  background: #463f37 !important;
}
.cid-sdmXsuWaRJ .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sdmXsuWaRJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sdmXsuWaRJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdmXsuWaRJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdmXsuWaRJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sdmXsuWaRJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdmXsuWaRJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdmXsuWaRJ .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-sdmXsuWaRJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdmXsuWaRJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdmXsuWaRJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdmXsuWaRJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdmXsuWaRJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sdmXsuWaRJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdmXsuWaRJ .navbar.navbar-short {
  background: #463f37 !important;
  min-height: 60px;
}
.cid-sdmXsuWaRJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdmXsuWaRJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdmXsuWaRJ .navbar-brand {
  -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-sdmXsuWaRJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdmXsuWaRJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdmXsuWaRJ .dropdown-item.active,
.cid-sdmXsuWaRJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sdmXsuWaRJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdmXsuWaRJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdmXsuWaRJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdmXsuWaRJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #463f37;
  z-index: 2;
}
.cid-sdmXsuWaRJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdmXsuWaRJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdmXsuWaRJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdmXsuWaRJ .navbar-buttons {
  text-align: center;
}
.cid-sdmXsuWaRJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdmXsuWaRJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sdmXsuWaRJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdmXsuWaRJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdmXsuWaRJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdmXsuWaRJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdmXsuWaRJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdmXsuWaRJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdmXsuWaRJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdmXsuWaRJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdmXsuWaRJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdmXsuWaRJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdmXsuWaRJ .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #27335b;
  display: inline-flex;
}
.cid-sdmXsuWaRJ .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sdmXsuWaRJ .soc-item {
  margin: .5rem .3rem;
}
.cid-sdmXsuWaRJ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdmXsuWaRJ a.nav-link .mbr-iconfont-btn,
.cid-sdmXsuWaRJ a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sdmXsuWaRJ a.nav-link:hover .mbr-iconfont-btn,
.cid-sdmXsuWaRJ a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sdmXsuWaRJ a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdmXsuWaRJ .navbar {
    height: 77px;
  }
  .cid-sdmXsuWaRJ .navbar.opened {
    height: auto;
  }
  .cid-sdmXsuWaRJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRMlSblsg9 {
  background-image: url("../../../assets/images/home-2000x1334.jpg");
}
.cid-uRSa1UZoiO {
  background: #fbfbe3;
  padding-top: 75px;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .cid-uRSa1UZoiO {
    padding-top: 25px;
    padding-bottom: 0px;
  }
}
.cid-uRSa1UZoiO .container-fluid {
  padding: 0 2rem;
  max-width: 1200px;
}
.cid-uRSa1UZoiO .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uRSa1UZoiO .container-fluid {
    padding: 0 1rem;
  }
  .cid-uRSa1UZoiO .video-block {
    width: 100% !important;
  }
}
.cid-undxUPDYDF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fbfbe3;
}
@media (max-width: 767px) {
  .cid-undxUPDYDF .mbr-text {
    text-align: center;
  }
}
.cid-undxUPDYDF .container-fluid {
  padding: 0;
}
.cid-undxUPDYDF .media-content {
  max-width: 880px;
  margin: auto;
  padding: 1rem;
}
.cid-undxUPDYDF img {
  height: 100%;
  object-fit: cover;
}
.cid-undxUPDYDF .mbr-figure {
  height: 100%;
}
.cid-undxUPDYDF .col-lg-6 {
  padding: 0;
}
.cid-undxUPDYDF .row {
  margin: 0;
}
.cid-undxUPDYDF .mbr-fallback-image.disabled {
  display: none;
}
.cid-undxUPDYDF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj10Cl2ZQd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uj10Cl2ZQd .card-wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
}
.cid-uj10Cl2ZQd .card-wrapper:hover .card-title {
  color: #27335b;
}
.cid-uj10Cl2ZQd img {
  border-radius: 8px;
  height: auto;
  object-fit: cover;
  max-width: 100%;
}
.cid-uj10Cl2ZQd .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uj10Cl2ZQd .wrapper {
  background: #fbfbe3;
  padding: 5rem;
  border-radius: 8px;
}
@media (max-width: 1600px) {
  .cid-uj10Cl2ZQd .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uj10Cl2ZQd .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uj10Cl2ZQd .card-number {
  padding-right: 1rem;
  text-align: center;
  min-width: 60px;
  color: #3e4863;
}
.cid-uj10Cl2ZQd .card-title {
  transition: all 0.3s;
  color: #27335b;
}
@media (max-width: 992px) {
  .cid-uj10Cl2ZQd .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-uj10Cl2ZQd span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-uj10Cl2ZQd .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uj10Cl2ZQd .main-text {
  color: #000000;
}
.cid-uj10Cl2ZQd .card-text {
  color: #000000;
}
.cid-uj10Cl2ZQd .main-sub-title,
.cid-uj10Cl2ZQd .align-wrapper {
  color: #33358c;
}
.cid-uj10Cl2ZQd .main-title {
  color: #27335b;
}
.cid-uRMq0lARRA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRMq0lARRA .mbr-section-subtitle {
  color: #e23e39;
  text-align: center;
}
.cid-uRMq0lARRA .mbr-text {
  color: #27335b;
  text-align: center;
}
.cid-uRMrYzN37B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uRMrYzN37B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRMrYzN37B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRMrYzN37B ul {
  padding-left: 1.5rem;
}
.cid-uRMrYzN37B ul li {
  padding-bottom: 0.5rem;
}
.cid-uRMrYzN37B .mbr-text3 {
  line-height: 1.2;
}
.cid-uRMrYzN37B p {
  line-height: 1.2;
}
.cid-uRMrYzN37B .round {
  position: absolute;
  top: -900px;
  left: -20%;
  width: 140%;
  height: 1700px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background: #232323;
}
@media (max-width: 992px) {
  .cid-uRMrYzN37B .round {
    top: -700px;
    height: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-uRMrYzN37B .round {
    height: 600px;
    top: -100px;
  }
}
.cid-uRMrYzN37B .line {
  width: 100%;
  height: 2px;
  opacity: 0.4;
  background: currentColor;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-uRMrYzN37B .col-lg-3 {
  border-top: 2px solid lightgray;
  padding-top: 1rem;
}
.cid-uRMrYzN37B .mbr-text {
  line-height: 1.2;
  color: #000000;
}
.cid-uRMrYzN37B .card-wrapper {
  overflow: hidden;
  background: #f3f6f9;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-uRMrYzN37B .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uRMrYzN37B .image-wrapper {
  padding: 0 1rem;
}
.cid-uRMrYzN37B .mbr-section-title {
  color: #27335b;
}
.cid-uRMrYzN37B .mbr-text,
.cid-uRMrYzN37B .mbr-section-btn {
  color: #f0466a;
}
.cid-uRMrYzN37B .mbr-card-title {
  color: #f0466a;
}
.cid-uRMrYzN37B .mbr-card-title,
.cid-uRMrYzN37B .line {
  color: #e23e39;
}
.cid-uRMrYzN37B .mbr-section-text {
  color: #e23e39;
}
.cid-uRMuCeedGP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e23e39;
}
.cid-uRMuCeedGP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRMuCeedGP .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-uRMuCeedGP .container {
    padding: 0;
  }
}
.cid-uRMuCeedGP .row {
  margin: 0;
}
.cid-uRMuCeedGP .card {
  padding: 0;
}
.cid-uRMuCeedGP .card .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uRMuCeedGP .card .image-wrapper img {
  height: 740px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRMuCeedGP .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uRMuCeedGP .card .images-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uRMuCeedGP .card .images-wrapper .images-wrap img {
  height: 280px;
  object-fit: cover;
}
.cid-uRMuCeedGP .card .title-wrapper {
  padding: 0 150px;
}
.cid-uRMuCeedGP .card .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRMuCeedGP .card .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uRMuCeedGP .card .title-wrapper {
    padding: 0 90px;
  }
}
@media (max-width: 992px) {
  .cid-uRMuCeedGP .card .title-wrapper {
    padding: 40px 16px;
  }
}
.cid-uRMuCeedGP .mbr-section-title {
  color: #263a5c;
}
.cid-uRMuCeedGP .mbr-text {
  color: #ffffff;
}
.cid-uRMuCeedGP .mbr-section-title,
.cid-uRMuCeedGP .mbr-section-btn {
  color: #ffffff;
}
.cid-uRRKxaqt8I {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #27335b;
}
.cid-uRRKxaqt8I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRKxaqt8I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRKxaqt8I .col-title {
  margin-bottom: 20px;
}
.cid-uRRKxaqt8I .mbr-section-title {
  color: #ffffff;
}
.cid-uRRKxaqt8I .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-uRRKxaqt8I .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uRRKxaqt8I .cards-container {
    padding: 0 20px !important;
  }
}
.cid-uRRKxaqt8I .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 15px;
  width: 25%;
}
@media (max-width: 991px) {
  .cid-uRRKxaqt8I .card {
    width: 50%;
  }
}
.cid-uRRKxaqt8I .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uRSb5VcPca {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #27335b;
}
.cid-uRSb5VcPca .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSb5VcPca .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSb5VcPca .col-title {
  margin-bottom: 20px;
}
.cid-uRSb5VcPca .mbr-section-title {
  color: #ffffff;
}
.cid-uRSb5VcPca .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-uRSb5VcPca .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uRSb5VcPca .cards-container {
    padding: 0 20px !important;
  }
}
.cid-uRSb5VcPca .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 15px;
  width: 25%;
}
@media (max-width: 991px) {
  .cid-uRSb5VcPca .card {
    width: 50%;
  }
}
.cid-uRSb5VcPca .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uRRKD8mKPl {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #27335b;
}
.cid-uRRKD8mKPl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRKD8mKPl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRKD8mKPl .col-title {
  margin-bottom: 20px;
}
.cid-uRRKD8mKPl .mbr-section-title {
  color: #ffffff;
}
.cid-uRRKD8mKPl .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-uRRKD8mKPl .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uRRKD8mKPl .cards-container {
    padding: 0 20px !important;
  }
}
.cid-uRRKD8mKPl .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 15px;
  width: 25%;
}
@media (max-width: 991px) {
  .cid-uRRKD8mKPl .card {
    width: 50%;
  }
}
.cid-uRRKD8mKPl .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uOhnXOwckl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #27335b;
}
.cid-uOhnXOwckl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOhnXOwckl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOhnXOwckl .col-title {
  margin-bottom: 20px;
}
.cid-uOhnXOwckl .mbr-section-title {
  color: #ffffff;
}
.cid-uOhnXOwckl .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-uOhnXOwckl .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uOhnXOwckl .cards-container {
    padding: 0 20px !important;
  }
}
.cid-uOhnXOwckl .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 15px;
  width: 25%;
}
@media (max-width: 991px) {
  .cid-uOhnXOwckl .card {
    width: 50%;
  }
}
.cid-uOhnXOwckl .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-undvvSP4jV {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #27335b;
}
.cid-undvvSP4jV .mbr-fallback-image.disabled {
  display: none;
}
.cid-undvvSP4jV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-undvvSP4jV .col-title {
  margin-bottom: 20px;
}
.cid-undvvSP4jV .mbr-section-title {
  color: #112B6D;
}
.cid-undvvSP4jV .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-undvvSP4jV .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-undvvSP4jV .cards-container {
    padding: 0 20px !important;
  }
}
.cid-undvvSP4jV .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 15px;
  width: 25%;
}
@media (max-width: 991px) {
  .cid-undvvSP4jV .card {
    width: 50%;
  }
}
.cid-undvvSP4jV .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-ufn4yPXLWI {
  padding-top: 60px;
  padding-bottom: 90px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ufn4yPXLWI .mbr-iconfont-social {
  font-size: 32px;
  color: #27335b;
}
.cid-ufn4yPXLWI .social-list a:focus {
  text-decoration: none;
}
.cid-uOVN3rbM25 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #27335b;
}
@media (max-width: 767px) {
  .cid-uOVN3rbM25 .content {
    text-align: center;
  }
  .cid-uOVN3rbM25 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uOVN3rbM25 .logo-subtitle {
  color: #8d97ad;
}
.cid-uOVN3rbM25 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOVN3rbM25 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uOVN3rbM25 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uOVN3rbM25 .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uOVN3rbM25 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uOVN3rbM25 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-uOVN3rbM25 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uOVN3rbM25 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uOVN3rbM25 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uOVN3rbM25 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uOVN3rbM25 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uOVN3rbM25 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uOVN3rbM25 .list-item {
  display: flex;
}
.cid-uOVN3rbM25 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uOVN3rbM25 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uOVN3rbM25 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uOVN3rbM25 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-uOVN3rbM25 .logo-subtitle,
.cid-uOVN3rbM25 .media-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uOVN3rbM25 .column-title {
  text-align: left;
  color: #ffffff;
}
.cid-uOVN3rbM25 .mbr-text {
  color: #ffffff;
}
.cid-uOVN3rbM25 P {
  color: #ffffff;
}
.cid-sdnhcy0ZJv .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdnhcy0ZJv .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sdnhcy0ZJv .nav-item,
.cid-sdnhcy0ZJv .nav-link,
.cid-sdnhcy0ZJv .navbar-caption {
  font-weight: normal;
}
.cid-sdnhcy0ZJv .nav-item:focus,
.cid-sdnhcy0ZJv .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sdnhcy0ZJv .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sdnhcy0ZJv .nav-item .nav-link {
    position: relative;
  }
  .cid-sdnhcy0ZJv .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sdnhcy0ZJv .nav-item:hover .nav-link:before,
  .cid-sdnhcy0ZJv .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sdnhcy0ZJv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sdnhcy0ZJv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdnhcy0ZJv .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sdnhcy0ZJv .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sdnhcy0ZJv .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdnhcy0ZJv .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdnhcy0ZJv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #463f37;
}
.cid-sdnhcy0ZJv .navbar.opened {
  transition: all .3s;
  background: #463f37 !important;
}
.cid-sdnhcy0ZJv .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sdnhcy0ZJv .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sdnhcy0ZJv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdnhcy0ZJv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdnhcy0ZJv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sdnhcy0ZJv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdnhcy0ZJv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdnhcy0ZJv .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-sdnhcy0ZJv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdnhcy0ZJv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdnhcy0ZJv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdnhcy0ZJv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdnhcy0ZJv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sdnhcy0ZJv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdnhcy0ZJv .navbar.navbar-short {
  background: #463f37 !important;
  min-height: 60px;
}
.cid-sdnhcy0ZJv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdnhcy0ZJv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdnhcy0ZJv .navbar-brand {
  -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-sdnhcy0ZJv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdnhcy0ZJv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdnhcy0ZJv .dropdown-item.active,
.cid-sdnhcy0ZJv .dropdown-item:active {
  background-color: transparent;
}
.cid-sdnhcy0ZJv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdnhcy0ZJv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdnhcy0ZJv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdnhcy0ZJv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #463f37;
  z-index: 2;
}
.cid-sdnhcy0ZJv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdnhcy0ZJv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdnhcy0ZJv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdnhcy0ZJv .navbar-buttons {
  text-align: center;
}
.cid-sdnhcy0ZJv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdnhcy0ZJv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sdnhcy0ZJv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdnhcy0ZJv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdnhcy0ZJv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdnhcy0ZJv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdnhcy0ZJv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdnhcy0ZJv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdnhcy0ZJv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdnhcy0ZJv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdnhcy0ZJv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdnhcy0ZJv a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdnhcy0ZJv .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #27335b;
  display: inline-flex;
}
.cid-sdnhcy0ZJv .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sdnhcy0ZJv .soc-item {
  margin: .5rem .3rem;
}
.cid-sdnhcy0ZJv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdnhcy0ZJv a.nav-link .mbr-iconfont-btn,
.cid-sdnhcy0ZJv a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sdnhcy0ZJv a.nav-link:hover .mbr-iconfont-btn,
.cid-sdnhcy0ZJv a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sdnhcy0ZJv a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdnhcy0ZJv .navbar {
    height: 77px;
  }
  .cid-sdnhcy0ZJv .navbar.opened {
    height: auto;
  }
  .cid-sdnhcy0ZJv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufnr6xdjyI {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ufnr6xdjyI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ufnr6xdjyI .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-ufnr6xdjyI .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-ufnsjLOMrJ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ufnsjLOMrJ .title_block {
  margin-bottom: 50px;
}
.cid-ufnsjLOMrJ .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-ufnsjLOMrJ .mbr-section-title {
  color: #232323;
}
.cid-ufnsjLOMrJ .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(70, 63, 55, 0.4);
  background-image: linear-gradient(40deg, #463f37 0%, #7f7264 100%);
}
.cid-ufnsjLOMrJ .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(62, 188, 200, 0.4);
  background-image: linear-gradient(40deg, #3ebcc8 0%, #8dd8df 100%);
}
.cid-ufnsjLOMrJ .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(1, 59, 254, 0.4);
  background-image: linear-gradient(40deg, #013bfe 0%, #6789fe 100%);
}
.cid-ufnsjLOMrJ .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(248, 232, 133, 0.4);
  background-image: linear-gradient(40deg, #f8e885 0%, #fefae5 100%);
}
.cid-ufnsjLOMrJ .item:nth-child(5) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(226, 62, 57, 0.4);
  background-image: linear-gradient(40deg, #e23e39 0%, #ef9592 100%);
}
.cid-ufnsjLOMrJ .item:nth-child(6) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(39, 51, 91, 0.4);
  background-image: linear-gradient(40deg, #27335b 0%, #465ba2 100%);
}
.cid-ufnsjLOMrJ .iconfont-wrapper {
  left: 50%;
  top: -35px;
  width: 70px;
  height: 70px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  transform: translateX(-50%);
}
.cid-ufnsjLOMrJ .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 34px;
  line-height: 70px;
}
.cid-ufnsjLOMrJ .card_wrap {
  padding: 45px;
  padding-top: 65px;
  margin-top: 60px;
  border-radius: 5px;
  position: relative;
  background-color: #e1e1e1;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-ufnsjLOMrJ .card_wrap:hover {
  transform: translateY(-16px);
}
.cid-ufnsjLOMrJ .card_title {
  margin-bottom: 20px;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-ufnsjLOMrJ .title_block {
    margin-bottom: 30px;
  }
  .cid-ufnsjLOMrJ .card_wrap {
    padding: 35px;
    padding-top: 65px;
  }
}
.cid-uOVN3rbM25 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #27335b;
}
@media (max-width: 767px) {
  .cid-uOVN3rbM25 .content {
    text-align: center;
  }
  .cid-uOVN3rbM25 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uOVN3rbM25 .logo-subtitle {
  color: #8d97ad;
}
.cid-uOVN3rbM25 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOVN3rbM25 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uOVN3rbM25 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uOVN3rbM25 .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uOVN3rbM25 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uOVN3rbM25 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-uOVN3rbM25 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uOVN3rbM25 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uOVN3rbM25 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uOVN3rbM25 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uOVN3rbM25 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uOVN3rbM25 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uOVN3rbM25 .list-item {
  display: flex;
}
.cid-uOVN3rbM25 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uOVN3rbM25 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uOVN3rbM25 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uOVN3rbM25 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-uOVN3rbM25 .logo-subtitle,
.cid-uOVN3rbM25 .media-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uOVN3rbM25 .column-title {
  text-align: left;
  color: #ffffff;
}
.cid-uOVN3rbM25 .mbr-text {
  color: #ffffff;
}
.cid-uOVN3rbM25 P {
  color: #ffffff;
}
.cid-ufnu2aFyfC .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ufnu2aFyfC .navbar-buttons {
  flex-wrap: wrap;
}
.cid-ufnu2aFyfC .nav-item,
.cid-ufnu2aFyfC .nav-link,
.cid-ufnu2aFyfC .navbar-caption {
  font-weight: normal;
}
.cid-ufnu2aFyfC .nav-item:focus,
.cid-ufnu2aFyfC .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ufnu2aFyfC .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-ufnu2aFyfC .nav-item .nav-link {
    position: relative;
  }
  .cid-ufnu2aFyfC .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-ufnu2aFyfC .nav-item:hover .nav-link:before,
  .cid-ufnu2aFyfC .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-ufnu2aFyfC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-ufnu2aFyfC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufnu2aFyfC .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-ufnu2aFyfC .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ufnu2aFyfC .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ufnu2aFyfC .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ufnu2aFyfC .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #463f37;
}
.cid-ufnu2aFyfC .navbar.opened {
  transition: all .3s;
  background: #463f37 !important;
}
.cid-ufnu2aFyfC .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-ufnu2aFyfC .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ufnu2aFyfC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufnu2aFyfC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufnu2aFyfC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ufnu2aFyfC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufnu2aFyfC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufnu2aFyfC .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-ufnu2aFyfC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ufnu2aFyfC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufnu2aFyfC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufnu2aFyfC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ufnu2aFyfC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ufnu2aFyfC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ufnu2aFyfC .navbar.navbar-short {
  background: #463f37 !important;
  min-height: 60px;
}
.cid-ufnu2aFyfC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufnu2aFyfC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ufnu2aFyfC .navbar-brand {
  -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-ufnu2aFyfC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufnu2aFyfC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufnu2aFyfC .dropdown-item.active,
.cid-ufnu2aFyfC .dropdown-item:active {
  background-color: transparent;
}
.cid-ufnu2aFyfC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufnu2aFyfC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufnu2aFyfC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufnu2aFyfC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #463f37;
  z-index: 2;
}
.cid-ufnu2aFyfC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufnu2aFyfC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufnu2aFyfC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ufnu2aFyfC .navbar-buttons {
  text-align: center;
}
.cid-ufnu2aFyfC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ufnu2aFyfC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ufnu2aFyfC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ufnu2aFyfC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ufnu2aFyfC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ufnu2aFyfC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ufnu2aFyfC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ufnu2aFyfC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ufnu2aFyfC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ufnu2aFyfC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ufnu2aFyfC .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ufnu2aFyfC a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ufnu2aFyfC .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #27335b;
  display: inline-flex;
}
.cid-ufnu2aFyfC .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-ufnu2aFyfC .soc-item {
  margin: .5rem .3rem;
}
.cid-ufnu2aFyfC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ufnu2aFyfC a.nav-link .mbr-iconfont-btn,
.cid-ufnu2aFyfC a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-ufnu2aFyfC a.nav-link:hover .mbr-iconfont-btn,
.cid-ufnu2aFyfC a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-ufnu2aFyfC a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ufnu2aFyfC .navbar {
    height: 77px;
  }
  .cid-ufnu2aFyfC .navbar.opened {
    height: auto;
  }
  .cid-ufnu2aFyfC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRQGi4tSot {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/golde-bridge-da-nang-scaled-2000x1334.jpg");
}
.cid-uRQGi4tSot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQGi4tSot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQGi4tSot .content-wrapper .mbr-label {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRQGi4tSot .content-wrapper .mbr-label {
    margin-bottom: 40px;
  }
}
.cid-uRQGi4tSot .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uRQGi4tSot .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .cid-uRQGi4tSot .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uRQGi4tSot .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRQGi4tSot .mbr-label {
  color: #ffffff;
}
.cid-uRQGi4tSot .mbr-section-title {
  color: #ffffff;
}
.cid-uRQGi4tSot .mbr-text {
  color: #ffffff;
}
.cid-uRQPiVYSvD {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #fbfbe3;
}
.cid-uRQPiVYSvD img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-uRQPiVYSvD .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uRQPiVYSvD .card-wrapper {
  background: #ffffff;
  padding: 3rem;
}
.cid-uRQPiVYSvD .card-wrapper:hover {
  background: linear-gradient(to left, #27335b, #463f37);
}
.cid-uRQPiVYSvD .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-uRQPiVYSvD .icon-wrapper {
  padding: 0 1rem;
}
.cid-uRQPiVYSvD .card-box {
  padding-top: 2rem;
}
.cid-uRQPiVYSvD .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #27335b, #463f37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uRQPiVYSvD .card-title {
  color: #000000;
}
.cid-uRQPiVYSvD .mbr-subtitle {
  color: #000000;
}
.cid-uRQPiVYSvD .main-title {
  color: #27335b;
}
.cid-uRQPiVYSvD .main-subtitle {
  color: #e23e39;
}
.cid-uRQPiVYSvD .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uRQPiVYSvD .card:hover {
  transform: translateY(-10px);
}
.cid-uRQPiVYSvD .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uRQPiVYSvD .card:hover .card-title,
.cid-uRQPiVYSvD .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-uRQPiVYSvD .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-uRQPiVYSvD .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uRQPiVYSvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQPiVYSvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufnu2cY8ms {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #fbfbe3;
}
@media (min-width: 992px) {
  .cid-ufnu2cY8ms .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ufnu2cY8ms .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ufnu2cY8ms .mbr-text {
    text-align: center;
  }
}
.cid-ufnu2cY8ms H1 {
  color: #232323;
}
.cid-ufnu2cY8ms .mbr-text,
.cid-ufnu2cY8ms .mbr-section-btn {
  color: #232323;
}
.cid-ufnu2cY8ms H2 {
  color: #e23e39;
}
.cid-ufnu2cY8ms H3 {
  color: #000000;
}
.cid-uRQYm6PqDC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #949081;
}
.cid-uRQYm6PqDC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQYm6PqDC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQYm6PqDC .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uRQYm6PqDC .container-fluid {
    padding: 0 12px;
  }
}
.cid-uRQYm6PqDC .container-fluid .row {
  padding: 0;
}
.cid-uRQYm6PqDC .row {
  margin-top: 0;
}
.cid-uRQYm6PqDC .card {
  padding: 0;
}
.cid-uRQYm6PqDC .card .title-wrapper {
  padding: 64px 28px 64px 28px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRQYm6PqDC .card .title-wrapper {
    padding: 48px 20px;
  }
}
.cid-uRQYm6PqDC .card .title-wrapper .title-wrap {
  position: sticky;
  top: 5rem;
}
@media (max-width: 992px) {
  .cid-uRQYm6PqDC .card .title-wrapper .title-wrap {
    position: static;
  }
}
.cid-uRQYm6PqDC .card .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 28px;
}
.cid-uRQYm6PqDC .card .title-wrapper .title-wrap .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uRQYm6PqDC .card .title-wrapper .title-wrap .image-wrapper img {
  height: 560px;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uRQYm6PqDC .card .title-wrapper .title-wrap .image-wrapper img {
    height: 450px;
  }
}
.cid-uRQYm6PqDC .card .card-wrapper {
  border-radius: 5px;
  margin: 0 3px 3px 3px;
  padding: 24px;
  background-color: #e23e39;
  -webkit-flex: auto;
}
.cid-uRQYm6PqDC .card .card-wrapper:first-child {
  margin-top: 3px;
}
@media (max-width: 992px) {
  .cid-uRQYm6PqDC .card .card-wrapper {
    padding: 48px 20px;
  }
}
.cid-uRQYm6PqDC .card .card-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uRQYm6PqDC .card .card-wrapper .mbr-card-title {
  margin-bottom: 24px;
}
.cid-uRQYm6PqDC .card .card-wrapper .mbr-text {
  margin-bottom: 42px;
}
.cid-uRQYm6PqDC .card .card-wrapper .date-wrapper .mbr-date {
  display: inline-flex;
  justify-content: center;
  padding: 8px 10px;
  align-items: center;
  margin: 0;
  border-radius: 30px;
  border: 1px solid #e15427;
}
.cid-uRQYm6PqDC .mbr-section-title {
  color: #000000;
}
.cid-uRQYm6PqDC .mbr-desc {
  color: #ffffff;
}
.cid-uRQYm6PqDC .mbr-card-title {
  color: #ffffff;
}
.cid-uRQYm6PqDC .mbr-text {
  color: #ffffff;
}
.cid-uRQYm6PqDC .mbr-date {
  color: #e15427;
}
.cid-uRRbxnwMpb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e23e39;
}
.cid-uRRbxnwMpb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRbxnwMpb .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-uRRbxnwMpb .container {
    padding: 0 24px;
  }
}
.cid-uRRbxnwMpb .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uRRbxnwMpb .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRRbxnwMpb .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRRbxnwMpb .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uRRbxnwMpb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRRbxnwMpb .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uRRbxnwMpb .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #e23e39 0%, transparent 100%);
}
.cid-uRRbxnwMpb .content-wrapper .mbr-section-btn .btn:hover,
.cid-uRRbxnwMpb .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #e23e39 !important;
  border-color: #e23e39 !important;
}
.cid-uRRbxnwMpb .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uRRbxnwMpb .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uRRbxnwMpb .decor-wrapper .decor_1 {
  background-color: #f8e885;
}
.cid-uRRbxnwMpb .decor-wrapper .decor_2 {
  background-color: #fb8fc9;
}
.cid-uRRbxnwMpb .decor-wrapper .decor_3 {
  background-color: #7f89e9;
}
.cid-uRRbxnwMpb .decor-wrapper .decor_4 {
  background-color: #82ebff;
}
.cid-uRRbxnwMpb .mbr-section-title {
  color: #141414;
}
.cid-uRRbxnwMpb .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uRRbxnwMpb .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uRRbxnwMpb .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uRRbxnwMpb .mbr-section-title,
.cid-uRRbxnwMpb .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uOVN3rbM25 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #27335b;
}
@media (max-width: 767px) {
  .cid-uOVN3rbM25 .content {
    text-align: center;
  }
  .cid-uOVN3rbM25 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uOVN3rbM25 .logo-subtitle {
  color: #8d97ad;
}
.cid-uOVN3rbM25 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOVN3rbM25 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uOVN3rbM25 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uOVN3rbM25 .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uOVN3rbM25 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uOVN3rbM25 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-uOVN3rbM25 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uOVN3rbM25 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uOVN3rbM25 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uOVN3rbM25 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uOVN3rbM25 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uOVN3rbM25 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uOVN3rbM25 .list-item {
  display: flex;
}
.cid-uOVN3rbM25 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uOVN3rbM25 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uOVN3rbM25 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uOVN3rbM25 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-uOVN3rbM25 .logo-subtitle,
.cid-uOVN3rbM25 .media-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uOVN3rbM25 .column-title {
  text-align: left;
  color: #ffffff;
}
.cid-uOVN3rbM25 .mbr-text {
  color: #ffffff;
}
.cid-uOVN3rbM25 P {
  color: #ffffff;
}
.cid-uiB4pDthOw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uiB4pDthOw .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uiB4pDthOw .nav-item,
.cid-uiB4pDthOw .nav-link,
.cid-uiB4pDthOw .navbar-caption {
  font-weight: normal;
}
.cid-uiB4pDthOw .nav-item:focus,
.cid-uiB4pDthOw .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uiB4pDthOw .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uiB4pDthOw .nav-item .nav-link {
    position: relative;
  }
  .cid-uiB4pDthOw .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uiB4pDthOw .nav-item:hover .nav-link:before,
  .cid-uiB4pDthOw .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uiB4pDthOw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uiB4pDthOw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiB4pDthOw .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uiB4pDthOw .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uiB4pDthOw .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uiB4pDthOw .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uiB4pDthOw .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #463f37;
}
.cid-uiB4pDthOw .navbar.opened {
  transition: all .3s;
  background: #463f37 !important;
}
.cid-uiB4pDthOw .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-uiB4pDthOw .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uiB4pDthOw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiB4pDthOw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiB4pDthOw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uiB4pDthOw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiB4pDthOw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiB4pDthOw .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-uiB4pDthOw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uiB4pDthOw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uiB4pDthOw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uiB4pDthOw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uiB4pDthOw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uiB4pDthOw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uiB4pDthOw .navbar.navbar-short {
  background: #463f37 !important;
  min-height: 60px;
}
.cid-uiB4pDthOw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uiB4pDthOw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uiB4pDthOw .navbar-brand {
  -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-uiB4pDthOw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiB4pDthOw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiB4pDthOw .dropdown-item.active,
.cid-uiB4pDthOw .dropdown-item:active {
  background-color: transparent;
}
.cid-uiB4pDthOw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uiB4pDthOw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiB4pDthOw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiB4pDthOw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #463f37;
  z-index: 2;
}
.cid-uiB4pDthOw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uiB4pDthOw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiB4pDthOw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uiB4pDthOw .navbar-buttons {
  text-align: center;
}
.cid-uiB4pDthOw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uiB4pDthOw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uiB4pDthOw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uiB4pDthOw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uiB4pDthOw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uiB4pDthOw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uiB4pDthOw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiB4pDthOw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uiB4pDthOw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uiB4pDthOw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiB4pDthOw .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uiB4pDthOw a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uiB4pDthOw .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #27335b;
  display: inline-flex;
}
.cid-uiB4pDthOw .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uiB4pDthOw .soc-item {
  margin: .5rem .3rem;
}
.cid-uiB4pDthOw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uiB4pDthOw a.nav-link .mbr-iconfont-btn,
.cid-uiB4pDthOw a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uiB4pDthOw a.nav-link:hover .mbr-iconfont-btn,
.cid-uiB4pDthOw a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uiB4pDthOw a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uiB4pDthOw .navbar {
    height: 77px;
  }
  .cid-uiB4pDthOw .navbar.opened {
    height: auto;
  }
  .cid-uiB4pDthOw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRRyMiYfWS {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/faq-1792x1024.png");
}
.cid-uRRyMiYfWS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRyMiYfWS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRyMiYfWS .content-wrapper .mbr-label {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRRyMiYfWS .content-wrapper .mbr-label {
    margin-bottom: 40px;
  }
}
.cid-uRRyMiYfWS .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uRRyMiYfWS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .cid-uRRyMiYfWS .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uRRyMiYfWS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRRyMiYfWS .mbr-label {
  color: #ffffff;
}
.cid-uRRyMiYfWS .mbr-section-title {
  color: #ffffff;
}
.cid-uRRyMiYfWS .mbr-text {
  color: #ffffff;
}
.cid-uiB4GVg6La {
  padding-top: 15px;
  padding-bottom: 90px;
  position: relative;
  background-color: #ffffff;
}
.cid-uiB4GVg6La p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uiB4GVg6La .panel-title {
  border-bottom: 2px solid #e23e39;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uiB4GVg6La .collapsed {
  border: none;
}
.cid-uiB4GVg6La .collapsed span {
  transform: rotate(0deg);
}
.cid-uiB4GVg6La span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #27335b, #463f37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uiB4GVg6La .panel-body {
  padding-top: 0.5rem;
}
.cid-uiB4GVg6La .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uiB4GVg6La .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #e23e39;
  padding: 0;
}
.cid-uiB4GVg6La .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uiB4GVg6La .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uiB4GVg6La .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uiB4GVg6La .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uiB4GVg6La .panel-text {
  color: #191919;
}
.cid-uiB4GVg6La H4 {
  color: #ffffff;
}
.cid-uiB4GVg6La H2 {
  color: #191919;
}
.cid-uiB4GVg6La .mbr-section-text {
  color: #191919;
}
.cid-uOVN3rbM25 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #27335b;
}
@media (max-width: 767px) {
  .cid-uOVN3rbM25 .content {
    text-align: center;
  }
  .cid-uOVN3rbM25 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uOVN3rbM25 .logo-subtitle {
  color: #8d97ad;
}
.cid-uOVN3rbM25 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOVN3rbM25 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uOVN3rbM25 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uOVN3rbM25 .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uOVN3rbM25 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uOVN3rbM25 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-uOVN3rbM25 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uOVN3rbM25 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uOVN3rbM25 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uOVN3rbM25 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uOVN3rbM25 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uOVN3rbM25 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uOVN3rbM25 .list-item {
  display: flex;
}
.cid-uOVN3rbM25 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uOVN3rbM25 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uOVN3rbM25 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uOVN3rbM25 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-uOVN3rbM25 .logo-subtitle,
.cid-uOVN3rbM25 .media-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uOVN3rbM25 .column-title {
  text-align: left;
  color: #ffffff;
}
.cid-uOVN3rbM25 .mbr-text {
  color: #ffffff;
}
.cid-uOVN3rbM25 P {
  color: #ffffff;
}
.cid-uj9sGf3IvD .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uj9sGf3IvD .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uj9sGf3IvD .nav-item,
.cid-uj9sGf3IvD .nav-link,
.cid-uj9sGf3IvD .navbar-caption {
  font-weight: normal;
}
.cid-uj9sGf3IvD .nav-item:focus,
.cid-uj9sGf3IvD .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uj9sGf3IvD .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uj9sGf3IvD .nav-item .nav-link {
    position: relative;
  }
  .cid-uj9sGf3IvD .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uj9sGf3IvD .nav-item:hover .nav-link:before,
  .cid-uj9sGf3IvD .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uj9sGf3IvD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uj9sGf3IvD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uj9sGf3IvD .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uj9sGf3IvD .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uj9sGf3IvD .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uj9sGf3IvD .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uj9sGf3IvD .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #463f37;
}
.cid-uj9sGf3IvD .navbar.opened {
  transition: all .3s;
  background: #463f37 !important;
}
.cid-uj9sGf3IvD .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-uj9sGf3IvD .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uj9sGf3IvD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uj9sGf3IvD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uj9sGf3IvD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uj9sGf3IvD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uj9sGf3IvD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uj9sGf3IvD .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-uj9sGf3IvD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uj9sGf3IvD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uj9sGf3IvD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uj9sGf3IvD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uj9sGf3IvD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uj9sGf3IvD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uj9sGf3IvD .navbar.navbar-short {
  background: #463f37 !important;
  min-height: 60px;
}
.cid-uj9sGf3IvD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uj9sGf3IvD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uj9sGf3IvD .navbar-brand {
  -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-uj9sGf3IvD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uj9sGf3IvD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uj9sGf3IvD .dropdown-item.active,
.cid-uj9sGf3IvD .dropdown-item:active {
  background-color: transparent;
}
.cid-uj9sGf3IvD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uj9sGf3IvD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uj9sGf3IvD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uj9sGf3IvD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #463f37;
  z-index: 2;
}
.cid-uj9sGf3IvD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uj9sGf3IvD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uj9sGf3IvD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uj9sGf3IvD .navbar-buttons {
  text-align: center;
}
.cid-uj9sGf3IvD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uj9sGf3IvD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uj9sGf3IvD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uj9sGf3IvD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uj9sGf3IvD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uj9sGf3IvD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uj9sGf3IvD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uj9sGf3IvD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uj9sGf3IvD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uj9sGf3IvD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uj9sGf3IvD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uj9sGf3IvD a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uj9sGf3IvD .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #27335b;
  display: inline-flex;
}
.cid-uj9sGf3IvD .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uj9sGf3IvD .soc-item {
  margin: .5rem .3rem;
}
.cid-uj9sGf3IvD .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uj9sGf3IvD a.nav-link .mbr-iconfont-btn,
.cid-uj9sGf3IvD a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uj9sGf3IvD a.nav-link:hover .mbr-iconfont-btn,
.cid-uj9sGf3IvD a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uj9sGf3IvD a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uj9sGf3IvD .navbar {
    height: 77px;
  }
  .cid-uj9sGf3IvD .navbar.opened {
    height: auto;
  }
  .cid-uj9sGf3IvD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRRGiBJ0CS {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/vnf-volunteers-1280x853.jpg");
}
.cid-uRRGiBJ0CS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRGiBJ0CS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRGiBJ0CS .content-wrapper .mbr-label {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRRGiBJ0CS .content-wrapper .mbr-label {
    margin-bottom: 40px;
  }
}
.cid-uRRGiBJ0CS .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uRRGiBJ0CS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .cid-uRRGiBJ0CS .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uRRGiBJ0CS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRRGiBJ0CS .mbr-label {
  color: #ffffff;
}
.cid-uRRGiBJ0CS .mbr-section-title {
  color: #ffffff;
}
.cid-uRRGiBJ0CS .mbr-text {
  color: #ffffff;
}
.cid-uj9sGfZN3S {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uj9sGfZN3S .mbr-section-subtitle {
  color: #e23e39;
}
.cid-uj9sGfZN3S .mbr-text {
  color: #000000;
}
.cid-uRRGV75IbO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRRGV75IbO .mbr-section-subtitle {
  color: #e23e39;
}
.cid-uRRGV75IbO .mbr-text {
  color: #000000;
}
.cid-uRRGV75IbO .mbr-section-title {
  color: #e23e39;
}
.cid-uRRH9pfjXD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRRH9pfjXD .mbr-section-subtitle {
  color: #e23e39;
}
.cid-uRRH9pfjXD .mbr-text {
  color: #000000;
}
.cid-uRRH9pfjXD .mbr-section-title {
  color: #e23e39;
}
.cid-uRRHicTfUb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRRHicTfUb .mbr-section-subtitle {
  color: #e23e39;
}
.cid-uRRHicTfUb .mbr-text {
  color: #000000;
}
.cid-uRRHicTfUb .mbr-section-title {
  color: #e23e39;
}
.cid-uRRHrApO1k {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRRHrApO1k .mbr-section-subtitle {
  color: #e23e39;
}
.cid-uRRHrApO1k .mbr-text {
  color: #000000;
}
.cid-uRRHrApO1k .mbr-section-title {
  color: #e23e39;
}
.cid-uRRHyIRobz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRRHyIRobz .mbr-section-subtitle {
  color: #e23e39;
}
.cid-uRRHyIRobz .mbr-text {
  color: #000000;
}
.cid-uRRHyIRobz .mbr-section-title {
  color: #e23e39;
}
.cid-uRRHGHZzcA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRRHGHZzcA .mbr-section-subtitle {
  color: #e23e39;
}
.cid-uRRHGHZzcA .mbr-text {
  color: #000000;
}
.cid-uRRHGHZzcA .mbr-section-title {
  color: #e23e39;
}
.cid-uRRHLQrtEU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRRHLQrtEU .mbr-section-subtitle {
  color: #e23e39;
}
.cid-uRRHLQrtEU .mbr-text {
  color: #000000;
}
.cid-uRRHLQrtEU .mbr-section-title {
  color: #27335b;
}
.cid-uOVN3rbM25 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #27335b;
}
@media (max-width: 767px) {
  .cid-uOVN3rbM25 .content {
    text-align: center;
  }
  .cid-uOVN3rbM25 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uOVN3rbM25 .logo-subtitle {
  color: #8d97ad;
}
.cid-uOVN3rbM25 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOVN3rbM25 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uOVN3rbM25 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uOVN3rbM25 .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uOVN3rbM25 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uOVN3rbM25 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-uOVN3rbM25 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uOVN3rbM25 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uOVN3rbM25 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uOVN3rbM25 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uOVN3rbM25 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uOVN3rbM25 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uOVN3rbM25 .list-item {
  display: flex;
}
.cid-uOVN3rbM25 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uOVN3rbM25 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uOVN3rbM25 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uOVN3rbM25 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-uOVN3rbM25 .logo-subtitle,
.cid-uOVN3rbM25 .media-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uOVN3rbM25 .column-title {
  text-align: left;
  color: #ffffff;
}
.cid-uOVN3rbM25 .mbr-text {
  color: #ffffff;
}
.cid-uOVN3rbM25 P {
  color: #ffffff;
}
.cid-sdmXsuWaRJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdmXsuWaRJ .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sdmXsuWaRJ .nav-item,
.cid-sdmXsuWaRJ .nav-link,
.cid-sdmXsuWaRJ .navbar-caption {
  font-weight: normal;
}
.cid-sdmXsuWaRJ .nav-item:focus,
.cid-sdmXsuWaRJ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sdmXsuWaRJ .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sdmXsuWaRJ .nav-item .nav-link {
    position: relative;
  }
  .cid-sdmXsuWaRJ .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sdmXsuWaRJ .nav-item:hover .nav-link:before,
  .cid-sdmXsuWaRJ .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sdmXsuWaRJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sdmXsuWaRJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdmXsuWaRJ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sdmXsuWaRJ .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sdmXsuWaRJ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdmXsuWaRJ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdmXsuWaRJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #463f37;
}
.cid-sdmXsuWaRJ .navbar.opened {
  transition: all .3s;
  background: #463f37 !important;
}
.cid-sdmXsuWaRJ .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sdmXsuWaRJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sdmXsuWaRJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdmXsuWaRJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdmXsuWaRJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sdmXsuWaRJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdmXsuWaRJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdmXsuWaRJ .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-sdmXsuWaRJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdmXsuWaRJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdmXsuWaRJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdmXsuWaRJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdmXsuWaRJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sdmXsuWaRJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdmXsuWaRJ .navbar.navbar-short {
  background: #463f37 !important;
  min-height: 60px;
}
.cid-sdmXsuWaRJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdmXsuWaRJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdmXsuWaRJ .navbar-brand {
  -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-sdmXsuWaRJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdmXsuWaRJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdmXsuWaRJ .dropdown-item.active,
.cid-sdmXsuWaRJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sdmXsuWaRJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdmXsuWaRJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdmXsuWaRJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdmXsuWaRJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #463f37;
  z-index: 2;
}
.cid-sdmXsuWaRJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdmXsuWaRJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdmXsuWaRJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdmXsuWaRJ .navbar-buttons {
  text-align: center;
}
.cid-sdmXsuWaRJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdmXsuWaRJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sdmXsuWaRJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdmXsuWaRJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdmXsuWaRJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdmXsuWaRJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdmXsuWaRJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdmXsuWaRJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdmXsuWaRJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdmXsuWaRJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdmXsuWaRJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdmXsuWaRJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdmXsuWaRJ .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #27335b;
  display: inline-flex;
}
.cid-sdmXsuWaRJ .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sdmXsuWaRJ .soc-item {
  margin: .5rem .3rem;
}
.cid-sdmXsuWaRJ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdmXsuWaRJ a.nav-link .mbr-iconfont-btn,
.cid-sdmXsuWaRJ a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sdmXsuWaRJ a.nav-link:hover .mbr-iconfont-btn,
.cid-sdmXsuWaRJ a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sdmXsuWaRJ a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdmXsuWaRJ .navbar {
    height: 77px;
  }
  .cid-sdmXsuWaRJ .navbar.opened {
    height: auto;
  }
  .cid-sdmXsuWaRJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOhe9ABgyH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOhe9ABgyH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOhe9ABgyH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOhe9ABgyH .col-title {
  margin-bottom: 20px;
}
.cid-uOhe9ABgyH .mbr-section-title {
  color: #112B6D;
}
.cid-uOhe9ABgyH .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-uOhe9ABgyH .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uOhe9ABgyH .cards-container {
    padding: 0 20px !important;
  }
}
.cid-uOhe9ABgyH .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 15px;
  width: 25%;
}
@media (max-width: 991px) {
  .cid-uOhe9ABgyH .card {
    width: 50%;
  }
}
.cid-uOhe9ABgyH .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uOheHJ1NHD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOheHJ1NHD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOheHJ1NHD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOheHJ1NHD .col-title {
  margin-bottom: 20px;
}
.cid-uOheHJ1NHD .mbr-section-title {
  color: #112B6D;
}
.cid-uOheHJ1NHD .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-uOheHJ1NHD .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uOheHJ1NHD .cards-container {
    padding: 0 20px !important;
  }
}
.cid-uOheHJ1NHD .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 15px;
  width: 25%;
}
@media (max-width: 991px) {
  .cid-uOheHJ1NHD .card {
    width: 50%;
  }
}
.cid-uOheHJ1NHD .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uOheUv7yrB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uOheUv7yrB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOheUv7yrB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uOheUv7yrB .container {
    padding: 0 16px;
  }
}
.cid-uOheUv7yrB .row {
  position: relative;
}
.cid-uOheUv7yrB .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uOheUv7yrB .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-uOheUv7yrB .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOheUv7yrB .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uOheUv7yrB .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uOheUv7yrB .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #463f37 !important;
}
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #27335b !important;
}
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3ebcc8 !important;
}
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #e23e39 !important;
}
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #013bfe !important;
}
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #f8e885 !important;
}
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uOheUv7yrB .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uOheUv7yrB .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uOheUv7yrB .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #3ebcc8 -10%, transparent 80%);
}
.cid-uOheUv7yrB .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-uOheUv7yrB .items-wrapper {
    margin-left: 0;
  }
}
.cid-uOheUv7yrB .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uOheUv7yrB .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uOheUv7yrB .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uOheUv7yrB .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-uOheUv7yrB .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uOheUv7yrB .mbr-section-title {
  color: #000000;
}
.cid-uOheUv7yrB .mbr-text {
  color: #6f6f6f;
}
.cid-uOheUv7yrB .item-title {
  color: #000000;
}
.cid-uOheUv7yrB .item-text {
  color: #000000;
}
.cid-uOhhp4ifdR {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-uOhhp4ifdR .mbr-section-subtitle {
  color: #767676;
}
.cid-uOhhp4ifdR H2 {
  color: #ffffff;
}
.cid-uOhhpxQOXp {
  background: #333333;
  padding-top: 15px;
  padding-bottom: 60px;
}
.cid-uOhhpxQOXp .image-block {
  margin: auto;
}
.cid-uOhhpxQOXp figcaption {
  position: relative;
}
.cid-uOhhpxQOXp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uOhhpxQOXp .image-block {
    width: 100% !important;
  }
}
.cid-uOhiJxfLaV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOhiJxfLaV .mbr-section-subtitle {
  color: #14191e;
  text-align: center;
}
.cid-uOhiJxfLaV .mbr-text {
  color: #120c01;
  text-align: center;
}
.cid-uOhiKmwHC8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOhiKmwHC8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOhiKmwHC8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOhiKmwHC8 .title .num {
  width: 100%;
  display: block;
}
.cid-uOhiKmwHC8 .title .card-title {
  z-index: 1;
}
.cid-uOhiKmwHC8 .item-wrapper {
  margin-bottom: 2rem;
}
.cid-uOhiKmwHC8 .num {
  color: #232323;
}
.cid-uOhiKmwHC8 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOhiKmwHC8 .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uOhiKmwHC8 * {
    text-align: center !important;
  }
  .cid-uOhiKmwHC8 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uOhiKmwHC8 .content-head {
  max-width: 800px;
}
.cid-uOhiKmwHC8 .mbr-section-title,
.cid-uOhiKmwHC8 .card-box {
  text-align: left;
}
.cid-uXUrLWQ7Jf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fbfbe3;
}
.cid-uXUrLWQ7Jf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUrLWQ7Jf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUrLWQ7Jf .content-wrapper {
  padding: 80px 90px;
  background-color: #fbfbe3;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uXUrLWQ7Jf .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXUrLWQ7Jf .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uXUrLWQ7Jf .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uXUrLWQ7Jf .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uXUrLWQ7Jf .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uXUrLWQ7Jf .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uXUrLWQ7Jf .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uXUrLWQ7Jf .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uXUrLWQ7Jf .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uXUrLWQ7Jf .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uXUrLWQ7Jf .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uXUrLWQ7Jf .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uXUrLWQ7Jf .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uXUrLWQ7Jf .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uXUrLWQ7Jf .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uXUrLWQ7Jf .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uXUrLWQ7Jf .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uXUrLWQ7Jf .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uXUrLWQ7Jf .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uXUrLWQ7Jf .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uXUrLWQ7Jf .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uXUrLWQ7Jf .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uXUrLWQ7Jf .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uXUrLWQ7Jf .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uXUrLWQ7Jf .mbr-section-title {
  color: #050f0f;
}
.cid-uXUrLWQ7Jf .mbr-text {
  color: #050f0f;
}
.cid-uXUrLWQ7Jf .panel-title-edit {
  color: #050f0f;
}
.cid-uXUrLWQ7Jf .panel-text {
  color: #050f0f;
}
.cid-uOhiKWLchr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOhiKWLchr .mbr-section-subtitle {
  color: #14191e;
  text-align: center;
}
.cid-uOhiKWLchr .mbr-text {
  color: #120c01;
  text-align: center;
}
.cid-uOhnIXsCLH {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uOhnIXsCLH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOhnIXsCLH .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-uOhnIXsCLH .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #ffffff;
  z-index: -1;
}
.cid-uOhnIXsCLH img {
  border-radius: 1rem;
}
.cid-uOhnIXsCLH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOhnIXsCLH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOhnIXsCLH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uOhnIXsCLH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uOhnIXsCLH .mbr-section-title {
  color: #19303d;
}
.cid-uOhnIXsCLH .mbr-section-subtitle,
.cid-uOhnIXsCLH .subtitle-wrap {
  color: #19303d;
}
.cid-uOhnIXsCLH .mbr-text,
.cid-uOhnIXsCLH .mbr-section-btn {
  color: #000000;
}
.cid-uOhjIVRiJX {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/map3panteion-1651x603.png");
}
.cid-uOVN3rbM25 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #27335b;
}
@media (max-width: 767px) {
  .cid-uOVN3rbM25 .content {
    text-align: center;
  }
  .cid-uOVN3rbM25 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uOVN3rbM25 .logo-subtitle {
  color: #8d97ad;
}
.cid-uOVN3rbM25 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOVN3rbM25 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uOVN3rbM25 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uOVN3rbM25 .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uOVN3rbM25 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uOVN3rbM25 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-uOVN3rbM25 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uOVN3rbM25 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uOVN3rbM25 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uOVN3rbM25 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uOVN3rbM25 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uOVN3rbM25 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uOVN3rbM25 .list-item {
  display: flex;
}
.cid-uOVN3rbM25 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uOVN3rbM25 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uOVN3rbM25 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uOVN3rbM25 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-uOVN3rbM25 .logo-subtitle,
.cid-uOVN3rbM25 .media-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uOVN3rbM25 .column-title {
  text-align: left;
  color: #ffffff;
}
.cid-uOVN3rbM25 .mbr-text {
  color: #ffffff;
}
.cid-uOVN3rbM25 P {
  color: #ffffff;
}
.cid-uQEvZzQjzR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQEvZzQjzR .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uQEvZzQjzR .nav-item,
.cid-uQEvZzQjzR .nav-link,
.cid-uQEvZzQjzR .navbar-caption {
  font-weight: normal;
}
.cid-uQEvZzQjzR .nav-item:focus,
.cid-uQEvZzQjzR .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uQEvZzQjzR .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uQEvZzQjzR .nav-item .nav-link {
    position: relative;
  }
  .cid-uQEvZzQjzR .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uQEvZzQjzR .nav-item:hover .nav-link:before,
  .cid-uQEvZzQjzR .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uQEvZzQjzR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uQEvZzQjzR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQEvZzQjzR .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uQEvZzQjzR .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uQEvZzQjzR .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQEvZzQjzR .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQEvZzQjzR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #463f37;
}
.cid-uQEvZzQjzR .navbar.opened {
  transition: all .3s;
  background: #463f37 !important;
}
.cid-uQEvZzQjzR .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-uQEvZzQjzR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uQEvZzQjzR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQEvZzQjzR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQEvZzQjzR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQEvZzQjzR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQEvZzQjzR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQEvZzQjzR .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-uQEvZzQjzR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQEvZzQjzR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQEvZzQjzR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQEvZzQjzR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQEvZzQjzR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQEvZzQjzR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQEvZzQjzR .navbar.navbar-short {
  background: #463f37 !important;
  min-height: 60px;
}
.cid-uQEvZzQjzR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQEvZzQjzR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQEvZzQjzR .navbar-brand {
  -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-uQEvZzQjzR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQEvZzQjzR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQEvZzQjzR .dropdown-item.active,
.cid-uQEvZzQjzR .dropdown-item:active {
  background-color: transparent;
}
.cid-uQEvZzQjzR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQEvZzQjzR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQEvZzQjzR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQEvZzQjzR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #463f37;
  z-index: 2;
}
.cid-uQEvZzQjzR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQEvZzQjzR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQEvZzQjzR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQEvZzQjzR .navbar-buttons {
  text-align: center;
}
.cid-uQEvZzQjzR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQEvZzQjzR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQEvZzQjzR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQEvZzQjzR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQEvZzQjzR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQEvZzQjzR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQEvZzQjzR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQEvZzQjzR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQEvZzQjzR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQEvZzQjzR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQEvZzQjzR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQEvZzQjzR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQEvZzQjzR .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #27335b;
  display: inline-flex;
}
.cid-uQEvZzQjzR .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uQEvZzQjzR .soc-item {
  margin: .5rem .3rem;
}
.cid-uQEvZzQjzR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQEvZzQjzR a.nav-link .mbr-iconfont-btn,
.cid-uQEvZzQjzR a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uQEvZzQjzR a.nav-link:hover .mbr-iconfont-btn,
.cid-uQEvZzQjzR a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uQEvZzQjzR a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQEvZzQjzR .navbar {
    height: 77px;
  }
  .cid-uQEvZzQjzR .navbar.opened {
    height: auto;
  }
  .cid-uQEvZzQjzR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQEvZAvBl8 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQEvZAvBl8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQEvZAvBl8 .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uQEvZAvBl8 .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-uQEwb9iDGd {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uQEwb9iDGd .mbr-text,
.cid-uQEwb9iDGd blockquote {
  color: #767676;
}
.cid-uQEvZBbiS5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #27335b;
}
@media (max-width: 767px) {
  .cid-uQEvZBbiS5 .content {
    text-align: center;
  }
  .cid-uQEvZBbiS5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uQEvZBbiS5 .logo-subtitle {
  color: #8d97ad;
}
.cid-uQEvZBbiS5 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQEvZBbiS5 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uQEvZBbiS5 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uQEvZBbiS5 .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uQEvZBbiS5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uQEvZBbiS5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-uQEvZBbiS5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uQEvZBbiS5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uQEvZBbiS5 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uQEvZBbiS5 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uQEvZBbiS5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uQEvZBbiS5 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uQEvZBbiS5 .list-item {
  display: flex;
}
.cid-uQEvZBbiS5 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uQEvZBbiS5 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uQEvZBbiS5 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uQEvZBbiS5 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-uQEvZBbiS5 .logo-subtitle,
.cid-uQEvZBbiS5 .media-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uQEvZBbiS5 .column-title {
  text-align: left;
  color: #ffffff;
}
.cid-uQEvZBbiS5 .mbr-text {
  color: #ffffff;
}
.cid-uQEvZBbiS5 P {
  color: #ffffff;
}
