.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'DM Serif Text', serif;
  font-size: 4rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'DM Serif Text', serif;
  font-size: 3.54rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.425rem;
}
.display-4 {
  font-family: 'DM Serif Text', serif;
  font-size: 1rem;
  line-height: 2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'DM Serif Text', serif;
  font-size: 2.1rem;
  line-height: 1.15;
}
.display-5 > .mbr-iconfont {
  font-size: 2.625rem;
}
.display-7 {
  font-family: 'Lora', serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.832rem;
    font-size: calc( 1.889rem + (3.54 - 1.889) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.889rem + (3.54 - 1.889) * ((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.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6f94aa !important;
}
.bg-success {
  background-color: #44cc44 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #8bcbf2 !important;
}
.bg-danger {
  background-color: #ff8055 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6f94aa !important;
  border-color: #6f94aa !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #8facbd !important;
  border-color: #8facbd !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8facbd !important;
  border-color: #8facbd !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #44cc44 !important;
  border-color: #44cc44 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #6cd76c !important;
  border-color: #6cd76c !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6cd76c !important;
  border-color: #6cd76c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #8bcbf2 !important;
  border-color: #8bcbf2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #b9e0f7 !important;
  border-color: #b9e0f7 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b9e0f7 !important;
  border-color: #b9e0f7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff8055 !important;
  border-color: #ff8055 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffa688 !important;
  border-color: #ffa688 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffa688 !important;
  border-color: #ffa688 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6f94aa;
  color: #6f94aa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #48687a !important;
  background-color: transparent !important;
  border-color: #48687a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6f94aa !important;
  border-color: #6f94aa !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #44cc44;
  color: #44cc44;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #289228 !important;
  background-color: transparent !important;
  border-color: #289228 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #44cc44 !important;
  border-color: #44cc44 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #8bcbf2;
  color: #8bcbf2;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #3da8e9 !important;
  background-color: transparent !important;
  border-color: #3da8e9 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #8bcbf2 !important;
  border-color: #8bcbf2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff8055;
  color: #ff8055;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fd4000 !important;
  background-color: transparent !important;
  border-color: #fd4000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8055 !important;
  border-color: #ff8055 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6f94aa !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #44cc44 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #8bcbf2 !important;
}
.text-danger {
  color: #ff8055 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #425f71 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #248624 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #2fa2e8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ee3c00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6f94aa;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #8bcbf2;
}
.alert-danger {
  background-color: #ff8055;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6f94aa;
  border-color: #6f94aa;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6f94aa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bfd0d9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e4f8e4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lora', serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6f94aa !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lora', serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #6f94aa;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6f94aa;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6f94aa;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6f94aa;
  border-bottom-color: #6f94aa;
}
.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: #6f94aa !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: #000000 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236f94aa' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn,
.mbr-section-btn-main {
  width: 100%;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 18px 40px;
  border-radius: 9999px !important;
  transition: all 0.7s ease-in-out;
  font-weight: 400 !important;
  overflow: hidden;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  width: 70px;
  height: 70px;
  min-width: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #6f94aa;
  border-radius: 100%;
  color: #000000 !important;
  margin-right: -18px;
  margin-left: 12rem;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn .mbr-iconfont,
  .mbr-section-btn-main .btn .mbr-iconfont {
    margin-left: 2rem;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: inset -600px 0 0 #6f94aa;
}
.mbr-section-btn .btn-primary .mbr-iconfont,
.mbr-section-btn-main .btn-primary .mbr-iconfont {
  background-color: #000000;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  color: #ffffff !important;
  box-shadow: inset -600px 0 0 #000000;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  color: #000000 !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #000000 !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  color: #000000 !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: none !important;
}
.cid-v3Du1PfBeg .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-v3Du1PfBeg .btn {
  white-space: nowrap;
}
.cid-v3Du1PfBeg .nav-link,
.cid-v3Du1PfBeg .icons-menu .mbr-iconfont,
.cid-v3Du1PfBeg .dropdown-item {
  transition: all 0.1s;
}
.cid-v3Du1PfBeg .nav-link:hover,
.cid-v3Du1PfBeg .icons-menu .mbr-iconfont:hover,
.cid-v3Du1PfBeg .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 992px) {
  .cid-v3Du1PfBeg .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-v3Du1PfBeg .container {
  display: flex;
  margin: auto;
}
.cid-v3Du1PfBeg .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #fffff5;
}
.cid-v3Du1PfBeg .navbar.opened {
  transition: all 0.3s;
}
.cid-v3Du1PfBeg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3Du1PfBeg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3Du1PfBeg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3Du1PfBeg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3Du1PfBeg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v3Du1PfBeg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3Du1PfBeg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3Du1PfBeg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v3Du1PfBeg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3Du1PfBeg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3Du1PfBeg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3Du1PfBeg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3Du1PfBeg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3Du1PfBeg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3Du1PfBeg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3Du1PfBeg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v3Du1PfBeg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v3Du1PfBeg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3Du1PfBeg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3Du1PfBeg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3Du1PfBeg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v3Du1PfBeg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3Du1PfBeg .navbar.navbar-short {
  background: #fffff5 !important;
  min-height: 60px;
}
.cid-v3Du1PfBeg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v3Du1PfBeg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v3Du1PfBeg .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-v3Du1PfBeg .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-v3Du1PfBeg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3Du1PfBeg .mbr-iconfont {
  color: #02050a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3Du1PfBeg .navbar-caption {
  padding-right: 4rem;
}
.cid-v3Du1PfBeg .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-v3Du1PfBeg .dropdown-menu,
.cid-v3Du1PfBeg .navbar.opened {
  background: #fffff5 !important;
}
.cid-v3Du1PfBeg .nav-item:focus,
.cid-v3Du1PfBeg .nav-link:focus {
  outline: none;
}
.cid-v3Du1PfBeg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3Du1PfBeg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3Du1PfBeg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v3Du1PfBeg .dropdown .dropdown-menu .dropdown-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-v3Du1PfBeg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3Du1PfBeg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-v3Du1PfBeg .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3Du1PfBeg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3Du1PfBeg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3Du1PfBeg .dropdown-item.active,
.cid-v3Du1PfBeg .dropdown-item:active {
  background-color: transparent;
}
.cid-v3Du1PfBeg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3Du1PfBeg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3Du1PfBeg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3Du1PfBeg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffff5;
}
.cid-v3Du1PfBeg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3Du1PfBeg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3Du1PfBeg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v3Du1PfBeg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3Du1PfBeg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3Du1PfBeg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Du1PfBeg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3Du1PfBeg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3Du1PfBeg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Du1PfBeg .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v3Du1PfBeg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3Du1PfBeg .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-v3Du1PfBeg .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3Du1PfBeg .navbar {
    height: 77px;
  }
  .cid-v3Du1PfBeg .navbar.opened {
    height: auto;
  }
  .cid-v3Du1PfBeg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3Du1PfBeg .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-v3MpFaEkJB {
  padding-top: 12rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/slide-1928x789.jpg");
}
.cid-v3MpFaEkJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3MpFaEkJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3MpFaEkJB .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v3MpFaEkJB .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v3MpFaEkJB .container {
    padding: 0 15px;
  }
}
.cid-v3MpFaEkJB .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v3MpFaEkJB .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v3MpFaEkJB .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-v3MpFaEkJB .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #05517d;
}
.cid-v3MpFaEkJB .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #05517d;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-v3MpFaEkJB .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-v3MpFaEkJB .mbr-section-title {
  color: #131c28;
}
.cid-v3MpFaEkJB .mbr-desc {
  color: #131c28;
}
.cid-v3MpFaEkJB .mbr-section-title,
.cid-v3MpFaEkJB .mbr-section-btn {
  color: #fffff5;
}
.cid-v3H44dopc3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #05517d;
}
.cid-v3H44dopc3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3H44dopc3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3H44dopc3 .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-v3H44dopc3 .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-v3H44dopc3 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v3H44dopc3 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v3H44dopc3 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3H44dopc3 .items-wrapper .item {
  margin-bottom: 16px;
}
.cid-v3H44dopc3 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3H44dopc3 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v3H44dopc3 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v3H44dopc3 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
}
.cid-v3H44dopc3 .items-wrapper .item .item-wrapper .title-wrap {
  padding: 16px 16px 24px 16px;
}
@media (max-width: 992px) {
  .cid-v3H44dopc3 .items-wrapper .item .item-wrapper .title-wrap {
    padding: 16px 20px 24px 20px;
  }
}
.cid-v3H44dopc3 .items-wrapper .item .item-wrapper .title-wrap .title-box {
  display: inline-flex;
  align-items: center;
}
.cid-v3H44dopc3 .items-wrapper .item .item-wrapper .title-wrap .title-box .dot-wrapper {
  display: inline-flex;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #1d4476;
  margin-right: 16px;
}
.cid-v3H44dopc3 .items-wrapper .item .item-wrapper .title-wrap .title-box .item-title {
  margin-bottom: 0;
}
.cid-v3H44dopc3 .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
  background-color: #e1e1e1;
}
@media (max-width: 992px) {
  .cid-v3H44dopc3 .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-v3H44dopc3 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v3H44dopc3 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}
.cid-v3H44dopc3 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v3H44dopc3 .mbr-label {
  color: #e1e1e1;
}
.cid-v3H44dopc3 .mbr-section-title {
  color: #fffff5;
}
.cid-v3H44dopc3 .mbr-text,
.cid-v3H44dopc3 .text-wrapper {
  color: #e1e1e1;
}
.cid-v3H44dopc3 .item-title {
  color: #000000;
}
.cid-v3H44dopc3 .item-text {
  color: #454545;
}
.cid-v3H44dopc3 .item-title,
.cid-v3H44dopc3 .title-wrap {
  color: #000000;
}
.cid-v3H44dopc3 .item-text,
.cid-v3H44dopc3 .mbr-section-btn {
  color: #000000;
}
.cid-v3w5J3KC26 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #05517d;
}
.cid-v3w5J3KC26 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3w5J3KC26 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3w5J3KC26 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #05517d;
}
@media (max-width: 992px) {
  .cid-v3w5J3KC26 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-v3w5J3KC26 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v3w5J3KC26 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-v3w5J3KC26 .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v3w5J3KC26 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3w5J3KC26 .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  border: 3px solid #e1e1e1;
  box-shadow: 4px 4px 0 0 #e1e1e1;
  background-color: #e1e1e1;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-v3w5J3KC26 .content-wrapper .card-wrapper {
    width: 100%;
  }
}
.cid-v3w5J3KC26 .mbr-section-title {
  color: #050f0f;
  text-align: center;
}
.cid-v3uGxbbkbW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #05517d;
}
.cid-v3uGxbbkbW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3uGxbbkbW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v3uGxbbkbW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v3uGxbbkbW .row {
  flex-direction: row-reverse;
}
.cid-v3uGxbbkbW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v3uGxbbkbW .text-wrapper {
    padding: 2rem;
  }
}
.cid-v3uGxbbkbW .mbr-section-title {
  color: #ffffff;
}
.cid-v3uGxbbkbW .mbr-text {
  color: #e1e1e1;
}
.cid-v3v0r8rLS3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ballena-1921x696.jpg");
}
.cid-v3v0r8rLS3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3v0r8rLS3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3v0r8rLS3 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-v3v0r8rLS3 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-v3v0r8rLS3 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v3v0r8rLS3 .container {
    padding: 0 20px;
  }
}
.cid-v3v0r8rLS3 .row {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v3v0r8rLS3 .title-wrapper {
  margin-bottom: 40px;
}
.cid-v3v0r8rLS3 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-v3v0r8rLS3 .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-v3v0r8rLS3 .text-wrapper .text-wrap .mbr-text {
  width: 40%;
  display: inline-flex;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v3v0r8rLS3 .text-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v3v0r8rLS3 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-v3v0r8rLS3 .mbr-section-title {
  color: #000000;
}
.cid-v3v0r8rLS3 .mbr-desc {
  color: #000000;
}
.cid-v3v0r8rLS3 .mbr-text {
  color: #9a9a9a;
}
.cid-v3v0r8rLS3 .mbr-section-title,
.cid-v3v0r8rLS3 .mbr-section-btn {
  color: #f2f2f2;
}
.cid-v3uOU4hFqP {
  padding-top: 4rem;
  padding-bottom: 1rem;
  position: relative;
  background-color: #05517d;
}
.cid-v3uOU4hFqP .mbr-section-title {
  margin-bottom: 18px;
  color: #ffffff;
  text-align: left;
}
.cid-v3uOU4hFqP .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-v3uOU4hFqP .mbr-text {
  color: #ffffff;
}
.cid-v3uOU4hFqP img,
.cid-v3uOU4hFqP .item-img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  height: 400px;
}
.cid-v3uOU4hFqP .item {
  margin-bottom: 65px;
}
.cid-v3uOU4hFqP .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v3uOU4hFqP .card_info {
  margin-bottom: 12px;
}
.cid-v3uOU4hFqP .card_title {
  color: #ffffff;
  line-height: 1.2727em;
  margin-bottom: 18px;
}
.cid-v3uOU4hFqP .card_text {
  color: #ffffff;
  margin-top: 4px;
}
.cid-v3uOU4hFqP .item-img {
  margin-bottom: 30px;
  overflow: hidden;
}
.cid-v3uOU4hFqP .item-img:hover img {
  transform: translateX(7px) scale(1.05);
}
.cid-v3uOU4hFqP .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-v3uOU4hFqP .linkBtn a:after,
.cid-v3uOU4hFqP .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-v3uOU4hFqP .linkBtn a:before {
  left: 0;
}
.cid-v3uOU4hFqP .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-v3uOU4hFqP .linkBtn a:hover:before,
.cid-v3uOU4hFqP .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-v3uOU4hFqP .card_date {
  color: #e1e1e1;
}
.cid-v3uK9XYR1F {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #05517d;
}
.cid-v3uK9XYR1F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3uK9XYR1F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3uK9XYR1F .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-v3uK9XYR1F .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v3uK9XYR1F .mbr-name {
  color: #858585;
}
.cid-v3uK9XYR1F .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v3uK9XYR1F .mbr-section-btn {
  text-align: center;
}
.cid-v3Cg3l20XS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/paisaje-1904x700.jpg");
}
.cid-v3Cg3l20XS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Cg3l20XS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Cg3l20XS .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-v3Cg3l20XS .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-v3Cg3l20XS .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v3Cg3l20XS .container {
    padding: 0 20px;
  }
}
.cid-v3Cg3l20XS .row {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v3Cg3l20XS .title-wrapper {
  margin-bottom: 40px;
}
.cid-v3Cg3l20XS .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-v3Cg3l20XS .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-v3Cg3l20XS .text-wrapper .text-wrap .mbr-text {
  width: 40%;
  display: inline-flex;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v3Cg3l20XS .text-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v3Cg3l20XS .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-v3Cg3l20XS .mbr-section-title {
  color: #000000;
}
.cid-v3Cg3l20XS .mbr-desc {
  color: #000000;
}
.cid-v3Cg3l20XS .mbr-text {
  color: #9a9a9a;
}
.cid-v3Cg3l20XS .mbr-section-title,
.cid-v3Cg3l20XS .mbr-section-btn {
  color: #f2f2f2;
}
.cid-v3GR4ghPQB {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #05517d;
}
.cid-v3GR4ghPQB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-v3GR4ghPQB .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v3GR4ghPQB .embla__slide .slide-content {
  width: 100%;
}
.cid-v3GR4ghPQB .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-v3GR4ghPQB .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3GR4ghPQB .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v3GR4ghPQB .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-v3GR4ghPQB .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-v3GR4ghPQB .embla__button--next,
.cid-v3GR4ghPQB .embla__button--prev {
  display: flex;
}
.cid-v3GR4ghPQB .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-v3GR4ghPQB .embla__button {
    display: none;
  }
}
.cid-v3GR4ghPQB .embla__button:hover {
  opacity: .7 !important;
}
.cid-v3GR4ghPQB .embla__button.embla__button--prev {
  right: 48px;
}
.cid-v3GR4ghPQB .embla__button.embla__button--next {
  right: 0;
}
.cid-v3GR4ghPQB .embla {
  position: relative;
  width: 100%;
}
.cid-v3GR4ghPQB .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v3GR4ghPQB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3GR4ghPQB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3GR4ghPQB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3GR4ghPQB .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v3GR4ghPQB .item-desc {
  color: #ffffff;
}
.cid-v3wiR9LLaj {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/footer-1920x704.jpg");
}
.cid-v3wiR9LLaj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3wiR9LLaj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3wiR9LLaj .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-v3wiR9LLaj .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-v3wiR9LLaj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v3wiR9LLaj .container {
    padding: 0 20px;
  }
}
.cid-v3wiR9LLaj .row {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v3wiR9LLaj .title-wrapper {
  margin-bottom: 40px;
}
.cid-v3wiR9LLaj .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-v3wiR9LLaj .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-v3wiR9LLaj .text-wrapper .text-wrap .mbr-text {
  width: 40%;
  display: inline-flex;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v3wiR9LLaj .text-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v3wiR9LLaj .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-v3wiR9LLaj .mbr-section-title {
  color: #000000;
}
.cid-v3wiR9LLaj .mbr-desc {
  color: #000000;
}
.cid-v3wiR9LLaj .mbr-text {
  color: #9a9a9a;
}
.cid-v3wiR9LLaj .mbr-section-title,
.cid-v3wiR9LLaj .mbr-section-btn {
  color: #f2f2f2;
  text-align: center;
}
.cid-v3I2njIMMw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #05517d;
}
.cid-v3I2njIMMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3I2njIMMw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3I2njIMMw .card-wrapper {
  padding: 32px 64px;
  background-color: #05517d;
}
@media (max-width: 1440px) {
  .cid-v3I2njIMMw .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v3I2njIMMw .card-wrapper {
    padding: 24px;
  }
}
.cid-v3I2njIMMw .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v3I2njIMMw .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3I2njIMMw .card-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-v3I2njIMMw .card-wrapper .nav-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-v3I2njIMMw .card-wrapper .nav-wrapper .list .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: transparent;
  margin: 4px;
  border: 1px solid #05517d;
  transition: all 0.3s ease-in-out;
}
.cid-v3I2njIMMw .card-wrapper .nav-wrapper .list .item-tag:hover,
.cid-v3I2njIMMw .card-wrapper .nav-wrapper .list .item-tag:focus {
  background-color: #fffff5;
  border: 1px solid #fffff5;
  color: #02050a;
}
.cid-v3I2njIMMw .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v3I2njIMMw .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-v3I2njIMMw .list,
.cid-v3I2njIMMw .nav-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v3I2njIMMw .mbr-copy {
  color: #e1e1e1;
  text-align: center;
}
.cid-v3I2njIMMw .list,
.cid-v3I2njIMMw .item-wrap,
.cid-v3I2njIMMw .nav-wrapper {
  color: #fffff5;
}
.cid-v3Du1PfBeg .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-v3Du1PfBeg .btn {
  white-space: nowrap;
}
.cid-v3Du1PfBeg .nav-link,
.cid-v3Du1PfBeg .icons-menu .mbr-iconfont,
.cid-v3Du1PfBeg .dropdown-item {
  transition: all 0.1s;
}
.cid-v3Du1PfBeg .nav-link:hover,
.cid-v3Du1PfBeg .icons-menu .mbr-iconfont:hover,
.cid-v3Du1PfBeg .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 992px) {
  .cid-v3Du1PfBeg .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-v3Du1PfBeg .container {
  display: flex;
  margin: auto;
}
.cid-v3Du1PfBeg .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #fffff5;
}
.cid-v3Du1PfBeg .navbar.opened {
  transition: all 0.3s;
}
.cid-v3Du1PfBeg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3Du1PfBeg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3Du1PfBeg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3Du1PfBeg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3Du1PfBeg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v3Du1PfBeg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3Du1PfBeg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3Du1PfBeg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v3Du1PfBeg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3Du1PfBeg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3Du1PfBeg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3Du1PfBeg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3Du1PfBeg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3Du1PfBeg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3Du1PfBeg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3Du1PfBeg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v3Du1PfBeg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v3Du1PfBeg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3Du1PfBeg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3Du1PfBeg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3Du1PfBeg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v3Du1PfBeg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3Du1PfBeg .navbar.navbar-short {
  background: #fffff5 !important;
  min-height: 60px;
}
.cid-v3Du1PfBeg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v3Du1PfBeg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v3Du1PfBeg .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-v3Du1PfBeg .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-v3Du1PfBeg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3Du1PfBeg .mbr-iconfont {
  color: #02050a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3Du1PfBeg .navbar-caption {
  padding-right: 4rem;
}
.cid-v3Du1PfBeg .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-v3Du1PfBeg .dropdown-menu,
.cid-v3Du1PfBeg .navbar.opened {
  background: #fffff5 !important;
}
.cid-v3Du1PfBeg .nav-item:focus,
.cid-v3Du1PfBeg .nav-link:focus {
  outline: none;
}
.cid-v3Du1PfBeg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3Du1PfBeg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3Du1PfBeg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v3Du1PfBeg .dropdown .dropdown-menu .dropdown-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-v3Du1PfBeg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3Du1PfBeg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-v3Du1PfBeg .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3Du1PfBeg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3Du1PfBeg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3Du1PfBeg .dropdown-item.active,
.cid-v3Du1PfBeg .dropdown-item:active {
  background-color: transparent;
}
.cid-v3Du1PfBeg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3Du1PfBeg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3Du1PfBeg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3Du1PfBeg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffff5;
}
.cid-v3Du1PfBeg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3Du1PfBeg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3Du1PfBeg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v3Du1PfBeg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3Du1PfBeg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3Du1PfBeg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Du1PfBeg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3Du1PfBeg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3Du1PfBeg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Du1PfBeg .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v3Du1PfBeg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3Du1PfBeg .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-v3Du1PfBeg .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3Du1PfBeg .navbar {
    height: 77px;
  }
  .cid-v3Du1PfBeg .navbar.opened {
    height: auto;
  }
  .cid-v3Du1PfBeg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3Du1PfBeg .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-v3wNZbg7Tr {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #05517d;
}
.cid-v3wNZbg7Tr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3wNZbg7Tr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3wNZbg7Tr .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v3wNZbg7Tr .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v3wNZbg7Tr .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v3wNZbg7Tr .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v3wNZbg7Tr .container {
    padding: 0 24px;
  }
}
.cid-v3wNZbg7Tr .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-v3wNZbg7Tr .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3wNZbg7Tr .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3wNZbg7Tr .image-wrapper img {
    height: 400px;
  }
}
.cid-v3wNZbg7Tr .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 992px) {
  .cid-v3wNZbg7Tr .content-wrapper {
    padding: 24px;
  }
}
.cid-v3wNZbg7Tr .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-v3wNZbg7Tr .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-v3wNZbg7Tr .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3wNZbg7Tr .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-v3wNZbg7Tr .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-v3wNZbg7Tr .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-v3wNZbg7Tr .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-v3wNZbg7Tr .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  padding: 16px;
}
.cid-v3wNZbg7Tr .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-v3wNZbg7Tr .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-v3wNZbg7Tr .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-v3wNZbg7Tr .mbr-section-title {
  color: #18212d;
}
.cid-v3wNZbg7Tr .mbr-section-subtitle {
  color: #18212d;
}
.cid-v3wNZbg7Tr .mbr-desc {
  color: #18212d;
}
.cid-v3wNZbg7Tr .mbr-text_1 {
  color: #18212d;
}
.cid-v3wNZbg7Tr .mbr-text_2 {
  color: #18212d;
}
.cid-v3wNZbg7Tr .mbr-role {
  color: #18212d;
}
.cid-v3wNZbg7Tr .mbr-name {
  color: #18212d;
}
.cid-v3GU7c7MRQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-v3GU7c7MRQ .nav-tabs .nav-item.open .nav-link:focus,
.cid-v3GU7c7MRQ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-v3GU7c7MRQ .nav-tabs {
  -webkit-flex-wrap: wrap;
  justify-content: center;
  flex-wrap: wrap;
  border: 0;
}
.cid-v3GU7c7MRQ .nav-tabs .nav-item {
  padding: 0.25rem 1rem;
}
.cid-v3GU7c7MRQ .nav-tabs .nav-link {
  border-radius: 0 !important;
  font-style: normal;
  font-weight: 500;
  color: #02050a !important;
  transition: all .5s;
}
.cid-v3GU7c7MRQ .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #05517d !important;
}
.cid-v3GU7c7MRQ .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #05517d !important;
  font-style: normal;
}
.cid-v3GU7c7MRQ .nav-link {
  border: none;
  border-bottom: 3px solid #000000 !important;
}
.cid-v3GU7c7MRQ .nav-link:hover {
  border: none;
  border-bottom: 3px solid #05517d !important;
}
.cid-v3GU7c7MRQ .nav-link.active {
  border: none;
  border-bottom: 3px solid #05517d !important;
}
.cid-v3GU7c7MRQ P {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-v3GU7c7MRQ .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-v3GU7c7MRQ .mbr-text,
  .cid-v3GU7c7MRQ .nav-link {
    text-align: center;
  }
}
.cid-v3GU7c7MRQ H2 {
  text-align: center;
}
.cid-v3GU7c7MRQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GU7c7MRQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3wO3rnTfg {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #05517d;
}
.cid-v3wO3rnTfg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3wO3rnTfg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3wO3rnTfg .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-v3wO3rnTfg .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-v3wO3rnTfg .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v3wO3rnTfg .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v3wO3rnTfg .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v3wO3rnTfg .container {
    padding: 0 24px;
  }
}
.cid-v3wO3rnTfg .row {
  justify-content: space-between;
}
.cid-v3wO3rnTfg .desc-wrapper {
  border-top: 1px solid #edeceb;
}
.cid-v3wO3rnTfg .desc-wrapper .mbr-desc {
  padding-top: 16px;
  margin-bottom: 30px;
}
.cid-v3wO3rnTfg .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: 70%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v3wO3rnTfg .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v3wO3rnTfg .title-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3wO3rnTfg .title-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-v3wO3rnTfg .mbr-section-title {
  color: #18212d;
}
.cid-v3wO3rnTfg .mbr-desc {
  color: #18212d;
}
.cid-v3wO3rnTfg .mbr-text {
  color: #9a9a9a;
}
.cid-v3wO3rnTfg .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-v3wO3rnTfg .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3wO3rnTfg .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3wO3rnTfg .image-wrapper img {
    height: 400px;
  }
}
.cid-v3wO3rnTfg .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 992px) {
  .cid-v3wO3rnTfg .content-wrapper {
    padding: 24px;
  }
}
.cid-v3wO3rnTfg .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-v3wO3rnTfg .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-v3wO3rnTfg .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3wO3rnTfg .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-v3wO3rnTfg .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-v3wO3rnTfg .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-v3wO3rnTfg .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-v3wO3rnTfg .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  padding: 16px;
}
.cid-v3wO3rnTfg .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-v3wO3rnTfg .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-v3wO3rnTfg .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-v3wO3rnTfg .mbr-section-subtitle {
  color: #18212d;
}
.cid-v3wO3rnTfg .mbr-text_1 {
  color: #18212d;
}
.cid-v3wO3rnTfg .mbr-text_2 {
  color: #18212d;
}
.cid-v3wO3rnTfg .mbr-role {
  color: #18212d;
}
.cid-v3wO3rnTfg .mbr-name {
  color: #18212d;
}
.cid-v3yysMYTLx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #05517d;
}
.cid-v3yysMYTLx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3yysMYTLx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3yysMYTLx .title-wrapper {
  margin-bottom: 40px;
}
.cid-v3yysMYTLx .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-v3yysMYTLx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3yysMYTLx .mbr-section-btn .btn::after,
.cid-v3yysMYTLx .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #05517d 150%);
}
.cid-v3yysMYTLx .mbr-section-btn .btn:hover,
.cid-v3yysMYTLx .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v3yysMYTLx .mbr-section-btn .btn:hover::after,
.cid-v3yysMYTLx .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #05517d 150%);
  opacity: 1;
}
.cid-v3yysMYTLx .items-wrapper {
  margin: 0 -20px;
}
.cid-v3yysMYTLx .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
  transform: translateY(40px);
}
@media (max-width: 992px) {
  .cid-v3yysMYTLx .items-wrapper .item {
    margin-bottom: 20px;
    transform: none;
  }
  .cid-v3yysMYTLx .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v3yysMYTLx .items-wrapper .item:nth-child(2n) {
  transform: translateY(0);
}
@media (max-width: 992px) {
  .cid-v3yysMYTLx .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-v3yysMYTLx .items-wrapper .item:hover .item-wrapper .item-img .image-wrap img,
.cid-v3yysMYTLx .items-wrapper .item:focus .item-wrapper .item-img .image-wrap img {
  transform: scale(1.06) translateX(0);
}
.cid-v3yysMYTLx .items-wrapper .item:hover .item-wrapper .item-img .image-wrap::before,
.cid-v3yysMYTLx .items-wrapper .item:focus .item-wrapper .item-img .image-wrap::before {
  opacity: 1;
}
.cid-v3yysMYTLx .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border-radius: 0 !important;
}
.cid-v3yysMYTLx .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: -40px;
}
.cid-v3yysMYTLx .items-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
}
.cid-v3yysMYTLx .items-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 315px;
  object-fit: cover;
  transition: all .3s ease;
  border-radius: 0 !important;
  transform: scale(1.06) translateX(-8px);
}
.cid-v3yysMYTLx .items-wrapper .item .item-wrapper .item-img .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(transparent 40%, #597077);
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease;
}
.cid-v3yysMYTLx .items-wrapper .item .item-wrapper .item-img .icon-card {
  position: absolute;
  left: 50px;
  bottom: -1rem;
  background-color: #dfe6ea;
  border-radius: 3rem 3rem 0 0 !important;
  z-index: 2;
  padding: 10px;
}
.cid-v3yysMYTLx .items-wrapper .item .item-wrapper .item-img .icon-card .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 16px;
  background-color: #05517d;
  color: #ffffff;
  border-radius: 100%;
  transition: all .3s ease;
}
.cid-v3yysMYTLx .items-wrapper .item .item-wrapper .item-img .icon-card:hover .mbr-iconfont,
.cid-v3yysMYTLx .items-wrapper .item .item-wrapper .item-img .icon-card:focus .mbr-iconfont {
  color: #00b4ff;
}
.cid-v3yysMYTLx .items-wrapper .item .item-wrapper .item-img .icon-card .svg1 {
  position: absolute;
  bottom: 15px;
  right: -27px;
  transform: rotate(-90deg);
  width: 28px;
}
.cid-v3yysMYTLx .items-wrapper .item .item-wrapper .item-img .icon-card .svg1 path {
  fill: #dfe6ea;
}
.cid-v3yysMYTLx .items-wrapper .item .item-wrapper .item-img .icon-card .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 28px;
  bottom: 15px;
  left: -27px;
}
.cid-v3yysMYTLx .items-wrapper .item .item-wrapper .item-img .icon-card .svg2 path {
  fill: #dfe6ea;
}
.cid-v3yysMYTLx .items-wrapper .item .item-wrapper .item-content {
  padding: 80px 40px 40px 40px;
  border: 2px solid #6f94aa;
  background-color: #dfe6ea;
}
@media (max-width: 992px) {
  .cid-v3yysMYTLx .items-wrapper .item .item-wrapper .item-content {
    padding: 80px 20px 20px 20px;
  }
}
.cid-v3yysMYTLx .items-wrapper .item .item-wrapper .item-content .item-name {
  margin-bottom: 16px;
}
.cid-v3yysMYTLx .items-wrapper .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-v3yysMYTLx .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-v3yysMYTLx .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-bottom: 0;
  }
}
.cid-v3yysMYTLx .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  padding: 17px 20px;
  margin-bottom: 0;
}
.cid-v3yysMYTLx .mbr-section-title {
  color: #ffffff;
}
.cid-v3yysMYTLx .mbr-tag {
  color: #05517d;
}
.cid-v3yysMYTLx .mbr-text {
  color: #ffffff;
}
.cid-v3yysMYTLx .item-name {
  color: #ffffff;
}
.cid-v3yysMYTLx .item-role {
  color: #454545;
}
.cid-v3yysMYTLx .mbr-section-title,
.cid-v3yysMYTLx .main-btn {
  color: #ffffff;
}
.cid-v3yysMYTLx .item-name,
.cid-v3yysMYTLx .item-btn {
  color: #000000;
}
.cid-v3I2njIMMw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #05517d;
}
.cid-v3I2njIMMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3I2njIMMw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3I2njIMMw .card-wrapper {
  padding: 32px 64px;
  background-color: #05517d;
}
@media (max-width: 1440px) {
  .cid-v3I2njIMMw .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v3I2njIMMw .card-wrapper {
    padding: 24px;
  }
}
.cid-v3I2njIMMw .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v3I2njIMMw .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3I2njIMMw .card-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-v3I2njIMMw .card-wrapper .nav-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-v3I2njIMMw .card-wrapper .nav-wrapper .list .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: transparent;
  margin: 4px;
  border: 1px solid #05517d;
  transition: all 0.3s ease-in-out;
}
.cid-v3I2njIMMw .card-wrapper .nav-wrapper .list .item-tag:hover,
.cid-v3I2njIMMw .card-wrapper .nav-wrapper .list .item-tag:focus {
  background-color: #fffff5;
  border: 1px solid #fffff5;
  color: #02050a;
}
.cid-v3I2njIMMw .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v3I2njIMMw .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-v3I2njIMMw .list,
.cid-v3I2njIMMw .nav-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v3I2njIMMw .mbr-copy {
  color: #e1e1e1;
  text-align: center;
}
.cid-v3I2njIMMw .list,
.cid-v3I2njIMMw .item-wrap,
.cid-v3I2njIMMw .nav-wrapper {
  color: #fffff5;
}
.cid-v3Du1PfBeg .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-v3Du1PfBeg .btn {
  white-space: nowrap;
}
.cid-v3Du1PfBeg .nav-link,
.cid-v3Du1PfBeg .icons-menu .mbr-iconfont,
.cid-v3Du1PfBeg .dropdown-item {
  transition: all 0.1s;
}
.cid-v3Du1PfBeg .nav-link:hover,
.cid-v3Du1PfBeg .icons-menu .mbr-iconfont:hover,
.cid-v3Du1PfBeg .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 992px) {
  .cid-v3Du1PfBeg .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-v3Du1PfBeg .container {
  display: flex;
  margin: auto;
}
.cid-v3Du1PfBeg .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #fffff5;
}
.cid-v3Du1PfBeg .navbar.opened {
  transition: all 0.3s;
}
.cid-v3Du1PfBeg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3Du1PfBeg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3Du1PfBeg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3Du1PfBeg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3Du1PfBeg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v3Du1PfBeg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3Du1PfBeg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3Du1PfBeg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v3Du1PfBeg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3Du1PfBeg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3Du1PfBeg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3Du1PfBeg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3Du1PfBeg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3Du1PfBeg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3Du1PfBeg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3Du1PfBeg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v3Du1PfBeg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v3Du1PfBeg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3Du1PfBeg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3Du1PfBeg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3Du1PfBeg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v3Du1PfBeg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3Du1PfBeg .navbar.navbar-short {
  background: #fffff5 !important;
  min-height: 60px;
}
.cid-v3Du1PfBeg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v3Du1PfBeg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v3Du1PfBeg .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-v3Du1PfBeg .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-v3Du1PfBeg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3Du1PfBeg .mbr-iconfont {
  color: #02050a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3Du1PfBeg .navbar-caption {
  padding-right: 4rem;
}
.cid-v3Du1PfBeg .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-v3Du1PfBeg .dropdown-menu,
.cid-v3Du1PfBeg .navbar.opened {
  background: #fffff5 !important;
}
.cid-v3Du1PfBeg .nav-item:focus,
.cid-v3Du1PfBeg .nav-link:focus {
  outline: none;
}
.cid-v3Du1PfBeg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3Du1PfBeg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3Du1PfBeg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v3Du1PfBeg .dropdown .dropdown-menu .dropdown-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-v3Du1PfBeg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3Du1PfBeg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-v3Du1PfBeg .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3Du1PfBeg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3Du1PfBeg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3Du1PfBeg .dropdown-item.active,
.cid-v3Du1PfBeg .dropdown-item:active {
  background-color: transparent;
}
.cid-v3Du1PfBeg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3Du1PfBeg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3Du1PfBeg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3Du1PfBeg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffff5;
}
.cid-v3Du1PfBeg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3Du1PfBeg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3Du1PfBeg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v3Du1PfBeg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3Du1PfBeg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3Du1PfBeg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Du1PfBeg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3Du1PfBeg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3Du1PfBeg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Du1PfBeg .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v3Du1PfBeg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3Du1PfBeg .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-v3Du1PfBeg .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3Du1PfBeg .navbar {
    height: 77px;
  }
  .cid-v3Du1PfBeg .navbar.opened {
    height: auto;
  }
  .cid-v3Du1PfBeg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3Du1PfBeg .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-v3yB1Pnc35 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #05517d;
}
.cid-v3yB1Pnc35 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3yB1Pnc35 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3yB1Pnc35 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v3yB1Pnc35 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v3yB1Pnc35 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v3yB1Pnc35 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v3yB1Pnc35 .container {
    padding: 0 24px;
  }
}
.cid-v3yB1Pnc35 .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-v3yB1Pnc35 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3yB1Pnc35 .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3yB1Pnc35 .image-wrapper img {
    height: 400px;
  }
}
.cid-v3yB1Pnc35 .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 992px) {
  .cid-v3yB1Pnc35 .content-wrapper {
    padding: 24px;
  }
}
.cid-v3yB1Pnc35 .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-v3yB1Pnc35 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-v3yB1Pnc35 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3yB1Pnc35 .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-v3yB1Pnc35 .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-v3yB1Pnc35 .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-v3yB1Pnc35 .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-v3yB1Pnc35 .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  padding: 16px;
}
.cid-v3yB1Pnc35 .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-v3yB1Pnc35 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-v3yB1Pnc35 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-v3yB1Pnc35 .mbr-section-title {
  color: #18212d;
}
.cid-v3yB1Pnc35 .mbr-section-subtitle {
  color: #18212d;
}
.cid-v3yB1Pnc35 .mbr-desc {
  color: #18212d;
}
.cid-v3yB1Pnc35 .mbr-text_1 {
  color: #18212d;
}
.cid-v3yB1Pnc35 .mbr-text_2 {
  color: #18212d;
}
.cid-v3yB1Pnc35 .mbr-role {
  color: #18212d;
}
.cid-v3yB1Pnc35 .mbr-name {
  color: #18212d;
}
.cid-v3I1DnAF5a {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #05517d;
}
.cid-v3I1DnAF5a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3I1DnAF5a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3I1DnAF5a .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v3I1DnAF5a .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v3I1DnAF5a .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v3I1DnAF5a .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v3I1DnAF5a .container {
    padding: 0 24px;
  }
}
.cid-v3I1DnAF5a .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-v3I1DnAF5a .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3I1DnAF5a .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3I1DnAF5a .image-wrapper img {
    height: 400px;
  }
}
.cid-v3I1DnAF5a .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 992px) {
  .cid-v3I1DnAF5a .content-wrapper {
    padding: 24px;
  }
}
.cid-v3I1DnAF5a .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-v3I1DnAF5a .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-v3I1DnAF5a .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3I1DnAF5a .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-v3I1DnAF5a .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-v3I1DnAF5a .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-v3I1DnAF5a .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-v3I1DnAF5a .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  padding: 16px;
}
.cid-v3I1DnAF5a .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-v3I1DnAF5a .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-v3I1DnAF5a .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-v3I1DnAF5a .mbr-section-title {
  color: #18212d;
}
.cid-v3I1DnAF5a .mbr-section-subtitle {
  color: #18212d;
}
.cid-v3I1DnAF5a .mbr-desc {
  color: #18212d;
}
.cid-v3I1DnAF5a .mbr-text_1 {
  color: #18212d;
}
.cid-v3I1DnAF5a .mbr-text_2 {
  color: #18212d;
}
.cid-v3I1DnAF5a .mbr-role {
  color: #18212d;
}
.cid-v3I1DnAF5a .mbr-name {
  color: #18212d;
}
.cid-v3I2njIMMw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #05517d;
}
.cid-v3I2njIMMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3I2njIMMw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3I2njIMMw .card-wrapper {
  padding: 32px 64px;
  background-color: #05517d;
}
@media (max-width: 1440px) {
  .cid-v3I2njIMMw .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v3I2njIMMw .card-wrapper {
    padding: 24px;
  }
}
.cid-v3I2njIMMw .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v3I2njIMMw .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3I2njIMMw .card-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-v3I2njIMMw .card-wrapper .nav-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-v3I2njIMMw .card-wrapper .nav-wrapper .list .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: transparent;
  margin: 4px;
  border: 1px solid #05517d;
  transition: all 0.3s ease-in-out;
}
.cid-v3I2njIMMw .card-wrapper .nav-wrapper .list .item-tag:hover,
.cid-v3I2njIMMw .card-wrapper .nav-wrapper .list .item-tag:focus {
  background-color: #fffff5;
  border: 1px solid #fffff5;
  color: #02050a;
}
.cid-v3I2njIMMw .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v3I2njIMMw .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-v3I2njIMMw .list,
.cid-v3I2njIMMw .nav-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v3I2njIMMw .mbr-copy {
  color: #e1e1e1;
  text-align: center;
}
.cid-v3I2njIMMw .list,
.cid-v3I2njIMMw .item-wrap,
.cid-v3I2njIMMw .nav-wrapper {
  color: #fffff5;
}
.cid-v3Du1PfBeg .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-v3Du1PfBeg .btn {
  white-space: nowrap;
}
.cid-v3Du1PfBeg .nav-link,
.cid-v3Du1PfBeg .icons-menu .mbr-iconfont,
.cid-v3Du1PfBeg .dropdown-item {
  transition: all 0.1s;
}
.cid-v3Du1PfBeg .nav-link:hover,
.cid-v3Du1PfBeg .icons-menu .mbr-iconfont:hover,
.cid-v3Du1PfBeg .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 992px) {
  .cid-v3Du1PfBeg .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-v3Du1PfBeg .container {
  display: flex;
  margin: auto;
}
.cid-v3Du1PfBeg .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #fffff5;
}
.cid-v3Du1PfBeg .navbar.opened {
  transition: all 0.3s;
}
.cid-v3Du1PfBeg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3Du1PfBeg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3Du1PfBeg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3Du1PfBeg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3Du1PfBeg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v3Du1PfBeg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3Du1PfBeg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3Du1PfBeg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v3Du1PfBeg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3Du1PfBeg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3Du1PfBeg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3Du1PfBeg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3Du1PfBeg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3Du1PfBeg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3Du1PfBeg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3Du1PfBeg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v3Du1PfBeg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v3Du1PfBeg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3Du1PfBeg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3Du1PfBeg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3Du1PfBeg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v3Du1PfBeg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3Du1PfBeg .navbar.navbar-short {
  background: #fffff5 !important;
  min-height: 60px;
}
.cid-v3Du1PfBeg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v3Du1PfBeg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v3Du1PfBeg .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-v3Du1PfBeg .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-v3Du1PfBeg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3Du1PfBeg .mbr-iconfont {
  color: #02050a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3Du1PfBeg .navbar-caption {
  padding-right: 4rem;
}
.cid-v3Du1PfBeg .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-v3Du1PfBeg .dropdown-menu,
.cid-v3Du1PfBeg .navbar.opened {
  background: #fffff5 !important;
}
.cid-v3Du1PfBeg .nav-item:focus,
.cid-v3Du1PfBeg .nav-link:focus {
  outline: none;
}
.cid-v3Du1PfBeg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3Du1PfBeg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3Du1PfBeg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v3Du1PfBeg .dropdown .dropdown-menu .dropdown-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-v3Du1PfBeg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3Du1PfBeg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-v3Du1PfBeg .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3Du1PfBeg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3Du1PfBeg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3Du1PfBeg .dropdown-item.active,
.cid-v3Du1PfBeg .dropdown-item:active {
  background-color: transparent;
}
.cid-v3Du1PfBeg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3Du1PfBeg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3Du1PfBeg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3Du1PfBeg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffff5;
}
.cid-v3Du1PfBeg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3Du1PfBeg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3Du1PfBeg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v3Du1PfBeg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3Du1PfBeg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3Du1PfBeg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Du1PfBeg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3Du1PfBeg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3Du1PfBeg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Du1PfBeg .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v3Du1PfBeg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3Du1PfBeg .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-v3Du1PfBeg .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3Du1PfBeg .navbar {
    height: 77px;
  }
  .cid-v3Du1PfBeg .navbar.opened {
    height: auto;
  }
  .cid-v3Du1PfBeg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3Du1PfBeg .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-v3CywxViJL {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #05517d;
}
.cid-v3CywxViJL .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v3CywxViJL .mbr-section-subtitle {
  color: #e1e1e1;
  text-align: left;
}
.cid-v3CywxViJL .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v3CywxViJL .mbr-card-title {
  color: #e1e1e1;
  text-align: left;
}
.cid-v3CywxViJL .mbr-card-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v3CywxViJL .mbr-text,
.cid-v3CywxViJL .item .mbr-section-btn {
  text-align: left;
  color: #e1e1e1;
}
.cid-v3I2njIMMw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #05517d;
}
.cid-v3I2njIMMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3I2njIMMw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3I2njIMMw .card-wrapper {
  padding: 32px 64px;
  background-color: #05517d;
}
@media (max-width: 1440px) {
  .cid-v3I2njIMMw .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v3I2njIMMw .card-wrapper {
    padding: 24px;
  }
}
.cid-v3I2njIMMw .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v3I2njIMMw .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3I2njIMMw .card-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-v3I2njIMMw .card-wrapper .nav-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-v3I2njIMMw .card-wrapper .nav-wrapper .list .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: transparent;
  margin: 4px;
  border: 1px solid #05517d;
  transition: all 0.3s ease-in-out;
}
.cid-v3I2njIMMw .card-wrapper .nav-wrapper .list .item-tag:hover,
.cid-v3I2njIMMw .card-wrapper .nav-wrapper .list .item-tag:focus {
  background-color: #fffff5;
  border: 1px solid #fffff5;
  color: #02050a;
}
.cid-v3I2njIMMw .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v3I2njIMMw .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-v3I2njIMMw .list,
.cid-v3I2njIMMw .nav-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v3I2njIMMw .mbr-copy {
  color: #e1e1e1;
  text-align: center;
}
.cid-v3I2njIMMw .list,
.cid-v3I2njIMMw .item-wrap,
.cid-v3I2njIMMw .nav-wrapper {
  color: #fffff5;
}
.cid-v3Du1PfBeg .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-v3Du1PfBeg .btn {
  white-space: nowrap;
}
.cid-v3Du1PfBeg .nav-link,
.cid-v3Du1PfBeg .icons-menu .mbr-iconfont,
.cid-v3Du1PfBeg .dropdown-item {
  transition: all 0.1s;
}
.cid-v3Du1PfBeg .nav-link:hover,
.cid-v3Du1PfBeg .icons-menu .mbr-iconfont:hover,
.cid-v3Du1PfBeg .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 992px) {
  .cid-v3Du1PfBeg .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-v3Du1PfBeg .container {
  display: flex;
  margin: auto;
}
.cid-v3Du1PfBeg .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #fffff5;
}
.cid-v3Du1PfBeg .navbar.opened {
  transition: all 0.3s;
}
.cid-v3Du1PfBeg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3Du1PfBeg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3Du1PfBeg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3Du1PfBeg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3Du1PfBeg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v3Du1PfBeg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3Du1PfBeg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3Du1PfBeg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v3Du1PfBeg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3Du1PfBeg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3Du1PfBeg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3Du1PfBeg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3Du1PfBeg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3Du1PfBeg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3Du1PfBeg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3Du1PfBeg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v3Du1PfBeg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v3Du1PfBeg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3Du1PfBeg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3Du1PfBeg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3Du1PfBeg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v3Du1PfBeg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3Du1PfBeg .navbar.navbar-short {
  background: #fffff5 !important;
  min-height: 60px;
}
.cid-v3Du1PfBeg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v3Du1PfBeg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v3Du1PfBeg .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-v3Du1PfBeg .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-v3Du1PfBeg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3Du1PfBeg .mbr-iconfont {
  color: #02050a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3Du1PfBeg .navbar-caption {
  padding-right: 4rem;
}
.cid-v3Du1PfBeg .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-v3Du1PfBeg .dropdown-menu,
.cid-v3Du1PfBeg .navbar.opened {
  background: #fffff5 !important;
}
.cid-v3Du1PfBeg .nav-item:focus,
.cid-v3Du1PfBeg .nav-link:focus {
  outline: none;
}
.cid-v3Du1PfBeg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3Du1PfBeg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3Du1PfBeg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v3Du1PfBeg .dropdown .dropdown-menu .dropdown-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-v3Du1PfBeg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3Du1PfBeg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-v3Du1PfBeg .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3Du1PfBeg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3Du1PfBeg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3Du1PfBeg .dropdown-item.active,
.cid-v3Du1PfBeg .dropdown-item:active {
  background-color: transparent;
}
.cid-v3Du1PfBeg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3Du1PfBeg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3Du1PfBeg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3Du1PfBeg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffff5;
}
.cid-v3Du1PfBeg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3Du1PfBeg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3Du1PfBeg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v3Du1PfBeg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3Du1PfBeg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3Du1PfBeg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Du1PfBeg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3Du1PfBeg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3Du1PfBeg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Du1PfBeg .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v3Du1PfBeg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3Du1PfBeg .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-v3Du1PfBeg .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3Du1PfBeg .navbar {
    height: 77px;
  }
  .cid-v3Du1PfBeg .navbar.opened {
    height: auto;
  }
  .cid-v3Du1PfBeg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3Du1PfBeg .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-v3CK7y3O6D {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #05517d;
}
.cid-v3CK7y3O6D .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3CK7y3O6D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3CK7y3O6D .card-wrapper {
  position: relative;
  background-color: #fffff5;
  padding: 160px 48px;
  margin: 6px 0;
}
@media (max-width: 1440px) {
  .cid-v3CK7y3O6D .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v3CK7y3O6D .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-v3CK7y3O6D .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-v3CK7y3O6D .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 48px;
  }
}
.cid-v3CK7y3O6D .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 75%;
  max-width: 75%;
}
.cid-v3CK7y3O6D .embla__slide:nth-child(2n) {
  min-width: 40%;
  max-width: 40%;
}
.cid-v3CK7y3O6D .embla__slide:nth-child(3n) {
  min-width: 100%;
  max-width: 100%;
}
.cid-v3CK7y3O6D .embla__slide:nth-child(4n) {
  min-width: 40%;
  max-width: 40%;
}
.cid-v3CK7y3O6D .embla__slide:nth-child(5n) {
  min-width: 60%;
  max-width: 60%;
}
.cid-v3CK7y3O6D .embla__slide:nth-child(6n) {
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-v3CK7y3O6D .embla__slide {
    min-width: 100% !important;
    max-width: 100% !important;
  }
}
.cid-v3CK7y3O6D .embla__slide .slide-content {
  width: 100%;
}
.cid-v3CK7y3O6D .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v3CK7y3O6D .embla__slide .slide-content .item-wrapper .item-img img {
    height: 480px;
  }
}
@media (max-width: 992px) {
  .cid-v3CK7y3O6D .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v3CK7y3O6D .embla__button--next,
.cid-v3CK7y3O6D .embla__button--prev {
  display: flex;
}
.cid-v3CK7y3O6D .embla__button {
  bottom: 45%;
  width: 64px;
  height: 64px;
  font-size: 32px;
  background-color: #f5f8ff !important;
  color: #02050a !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 1540px) {
  .cid-v3CK7y3O6D .embla__button {
    bottom: 0;
  }
}
.cid-v3CK7y3O6D .embla__button:hover {
  opacity: .8 !important;
}
.cid-v3CK7y3O6D .embla__button:disabled {
  opacity: .2 !important;
}
.cid-v3CK7y3O6D .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 1540px) {
  .cid-v3CK7y3O6D .embla__button.embla__button--prev {
    left: auto;
    margin-left: -74px;
  }
}
.cid-v3CK7y3O6D .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 1540px) {
  .cid-v3CK7y3O6D .embla__button.embla__button--next {
    right: auto;
    margin-right: -74px;
  }
}
.cid-v3CK7y3O6D .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1540px) {
  .cid-v3CK7y3O6D .embla {
    padding-bottom: 8rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-v3CK7y3O6D .embla {
    padding-bottom: 6rem;
  }
}
.cid-v3CK7y3O6D .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v3CK7y3O6D .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3CK7y3O6D .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3CK7y3O6D .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3CK7y3O6D .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v3CK7y3O6D .mbr-section-title,
.cid-v3CK7y3O6D .title-wrapper {
  color: #000000;
  text-align: left;
}
.cid-v3GQZHNgLC {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #05517d;
}
.cid-v3GQZHNgLC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-v3GQZHNgLC .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v3GQZHNgLC .embla__slide .slide-content {
  width: 100%;
}
.cid-v3GQZHNgLC .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-v3GQZHNgLC .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3GQZHNgLC .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v3GQZHNgLC .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-v3GQZHNgLC .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-v3GQZHNgLC .embla__button--next,
.cid-v3GQZHNgLC .embla__button--prev {
  display: flex;
}
.cid-v3GQZHNgLC .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-v3GQZHNgLC .embla__button {
    display: none;
  }
}
.cid-v3GQZHNgLC .embla__button:hover {
  opacity: .7 !important;
}
.cid-v3GQZHNgLC .embla__button.embla__button--prev {
  right: 48px;
}
.cid-v3GQZHNgLC .embla__button.embla__button--next {
  right: 0;
}
.cid-v3GQZHNgLC .embla {
  position: relative;
  width: 100%;
}
.cid-v3GQZHNgLC .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v3GQZHNgLC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3GQZHNgLC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3GQZHNgLC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3GQZHNgLC .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v3GQZHNgLC .item-desc {
  color: #ffffff;
}
.cid-v3I2njIMMw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #05517d;
}
.cid-v3I2njIMMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3I2njIMMw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3I2njIMMw .card-wrapper {
  padding: 32px 64px;
  background-color: #05517d;
}
@media (max-width: 1440px) {
  .cid-v3I2njIMMw .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v3I2njIMMw .card-wrapper {
    padding: 24px;
  }
}
.cid-v3I2njIMMw .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v3I2njIMMw .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3I2njIMMw .card-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-v3I2njIMMw .card-wrapper .nav-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-v3I2njIMMw .card-wrapper .nav-wrapper .list .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: transparent;
  margin: 4px;
  border: 1px solid #05517d;
  transition: all 0.3s ease-in-out;
}
.cid-v3I2njIMMw .card-wrapper .nav-wrapper .list .item-tag:hover,
.cid-v3I2njIMMw .card-wrapper .nav-wrapper .list .item-tag:focus {
  background-color: #fffff5;
  border: 1px solid #fffff5;
  color: #02050a;
}
.cid-v3I2njIMMw .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v3I2njIMMw .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-v3I2njIMMw .list,
.cid-v3I2njIMMw .nav-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v3I2njIMMw .mbr-copy {
  color: #e1e1e1;
  text-align: center;
}
.cid-v3I2njIMMw .list,
.cid-v3I2njIMMw .item-wrap,
.cid-v3I2njIMMw .nav-wrapper {
  color: #fffff5;
}
.cid-v3Du1PfBeg .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-v3Du1PfBeg .btn {
  white-space: nowrap;
}
.cid-v3Du1PfBeg .nav-link,
.cid-v3Du1PfBeg .icons-menu .mbr-iconfont,
.cid-v3Du1PfBeg .dropdown-item {
  transition: all 0.1s;
}
.cid-v3Du1PfBeg .nav-link:hover,
.cid-v3Du1PfBeg .icons-menu .mbr-iconfont:hover,
.cid-v3Du1PfBeg .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 992px) {
  .cid-v3Du1PfBeg .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-v3Du1PfBeg .container {
  display: flex;
  margin: auto;
}
.cid-v3Du1PfBeg .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #fffff5;
}
.cid-v3Du1PfBeg .navbar.opened {
  transition: all 0.3s;
}
.cid-v3Du1PfBeg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3Du1PfBeg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3Du1PfBeg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3Du1PfBeg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3Du1PfBeg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v3Du1PfBeg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3Du1PfBeg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3Du1PfBeg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v3Du1PfBeg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3Du1PfBeg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3Du1PfBeg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3Du1PfBeg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3Du1PfBeg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3Du1PfBeg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3Du1PfBeg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3Du1PfBeg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v3Du1PfBeg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v3Du1PfBeg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3Du1PfBeg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3Du1PfBeg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3Du1PfBeg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v3Du1PfBeg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3Du1PfBeg .navbar.navbar-short {
  background: #fffff5 !important;
  min-height: 60px;
}
.cid-v3Du1PfBeg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v3Du1PfBeg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v3Du1PfBeg .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-v3Du1PfBeg .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-v3Du1PfBeg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3Du1PfBeg .mbr-iconfont {
  color: #02050a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3Du1PfBeg .navbar-caption {
  padding-right: 4rem;
}
.cid-v3Du1PfBeg .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-v3Du1PfBeg .dropdown-menu,
.cid-v3Du1PfBeg .navbar.opened {
  background: #fffff5 !important;
}
.cid-v3Du1PfBeg .nav-item:focus,
.cid-v3Du1PfBeg .nav-link:focus {
  outline: none;
}
.cid-v3Du1PfBeg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3Du1PfBeg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3Du1PfBeg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v3Du1PfBeg .dropdown .dropdown-menu .dropdown-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-v3Du1PfBeg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3Du1PfBeg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-v3Du1PfBeg .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3Du1PfBeg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3Du1PfBeg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3Du1PfBeg .dropdown-item.active,
.cid-v3Du1PfBeg .dropdown-item:active {
  background-color: transparent;
}
.cid-v3Du1PfBeg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3Du1PfBeg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3Du1PfBeg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3Du1PfBeg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffff5;
}
.cid-v3Du1PfBeg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3Du1PfBeg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3Du1PfBeg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v3Du1PfBeg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3Du1PfBeg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3Du1PfBeg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Du1PfBeg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3Du1PfBeg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3Du1PfBeg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Du1PfBeg .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v3Du1PfBeg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3Du1PfBeg .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-v3Du1PfBeg .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3Du1PfBeg .navbar {
    height: 77px;
  }
  .cid-v3Du1PfBeg .navbar.opened {
    height: auto;
  }
  .cid-v3Du1PfBeg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3Du1PfBeg .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-v3Df4q6rit {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #05517d;
  overflow: hidden;
}
.cid-v3Df4q6rit .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Df4q6rit .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Df4q6rit .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v3Df4q6rit .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-v3Df4q6rit .container {
    padding: 0 30px;
  }
}
.cid-v3Df4q6rit .card {
  justify-content: center;
}
.cid-v3Df4q6rit .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-v3Df4q6rit .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-v3Df4q6rit .content-wrapper {
    padding: 0;
  }
}
.cid-v3Df4q6rit .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-v3Df4q6rit .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-v3Df4q6rit .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-v3Df4q6rit .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-v3Df4q6rit .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-v3Df4q6rit .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-v3Df4q6rit .mbr-desc {
  color: #254b45;
}
.cid-v3Df4q6rit .mbr-section-title {
  color: #254b45;
}
.cid-v3Df4q6rit .mbr-text {
  color: #e1e1e1;
}
.cid-v3Df4q6rit .mbr-section-title,
.cid-v3Df4q6rit .mbr-section-btn {
  color: #ffffff;
}
.cid-v3Df4q6rit .mbr-desc,
.cid-v3Df4q6rit .desc-wrapper {
  color: #e1e1e1;
}
.cid-v3DhXv2uUx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dfe6ea;
  overflow: hidden;
}
.cid-v3DhXv2uUx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DhXv2uUx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DhXv2uUx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v3DhXv2uUx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-v3DhXv2uUx .container {
    padding: 0 30px;
  }
}
.cid-v3DhXv2uUx .card {
  justify-content: center;
}
.cid-v3DhXv2uUx .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-v3DhXv2uUx .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-v3DhXv2uUx .content-wrapper {
    padding: 0;
  }
}
.cid-v3DhXv2uUx .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-v3DhXv2uUx .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-v3DhXv2uUx .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #05517d;
}
@media (max-width: 992px) {
  .cid-v3DhXv2uUx .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-v3DhXv2uUx .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-v3DhXv2uUx .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-v3DhXv2uUx .mbr-desc {
  color: #254b45;
}
.cid-v3DhXv2uUx .mbr-section-title {
  color: #254b45;
}
.cid-v3DhXv2uUx .mbr-text {
  color: #05517d;
}
.cid-v3DhXv2uUx .mbr-section-title,
.cid-v3DhXv2uUx .mbr-section-btn {
  color: #000000;
}
.cid-v3DhXv2uUx .mbr-desc,
.cid-v3DhXv2uUx .desc-wrapper {
  color: #05517d;
}
.cid-v3DhWzJ8Av {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #05517d;
  overflow: hidden;
}
.cid-v3DhWzJ8Av .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DhWzJ8Av .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DhWzJ8Av .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v3DhWzJ8Av .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-v3DhWzJ8Av .container {
    padding: 0 30px;
  }
}
.cid-v3DhWzJ8Av .card {
  justify-content: center;
}
.cid-v3DhWzJ8Av .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-v3DhWzJ8Av .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-v3DhWzJ8Av .content-wrapper {
    padding: 0;
  }
}
.cid-v3DhWzJ8Av .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-v3DhWzJ8Av .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-v3DhWzJ8Av .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-v3DhWzJ8Av .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-v3DhWzJ8Av .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-v3DhWzJ8Av .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-v3DhWzJ8Av .mbr-desc {
  color: #254b45;
}
.cid-v3DhWzJ8Av .mbr-section-title {
  color: #254b45;
}
.cid-v3DhWzJ8Av .mbr-text {
  color: #e1e1e1;
}
.cid-v3DhWzJ8Av .mbr-section-title,
.cid-v3DhWzJ8Av .mbr-section-btn {
  color: #ffffff;
}
.cid-v3DhWzJ8Av .mbr-desc,
.cid-v3DhWzJ8Av .desc-wrapper {
  color: #e1e1e1;
}
.cid-v3DhX2uAOo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dfe6ea;
  overflow: hidden;
}
.cid-v3DhX2uAOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DhX2uAOo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DhX2uAOo .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v3DhX2uAOo .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-v3DhX2uAOo .container {
    padding: 0 30px;
  }
}
.cid-v3DhX2uAOo .card {
  justify-content: center;
}
.cid-v3DhX2uAOo .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-v3DhX2uAOo .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-v3DhX2uAOo .content-wrapper {
    padding: 0;
  }
}
.cid-v3DhX2uAOo .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-v3DhX2uAOo .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-v3DhX2uAOo .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #05517d;
}
@media (max-width: 992px) {
  .cid-v3DhX2uAOo .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-v3DhX2uAOo .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-v3DhX2uAOo .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-v3DhX2uAOo .mbr-desc {
  color: #254b45;
}
.cid-v3DhX2uAOo .mbr-section-title {
  color: #254b45;
}
.cid-v3DhX2uAOo .mbr-text {
  color: #05517d;
}
.cid-v3DhX2uAOo .mbr-section-title,
.cid-v3DhX2uAOo .mbr-section-btn {
  color: #000000;
}
.cid-v3DhX2uAOo .mbr-desc,
.cid-v3DhX2uAOo .desc-wrapper {
  color: #05517d;
}
.cid-v3GJdeQa11 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #05517d;
  overflow: hidden;
}
.cid-v3GJdeQa11 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GJdeQa11 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GJdeQa11 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v3GJdeQa11 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-v3GJdeQa11 .container {
    padding: 0 30px;
  }
}
.cid-v3GJdeQa11 .card {
  justify-content: center;
}
.cid-v3GJdeQa11 .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-v3GJdeQa11 .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-v3GJdeQa11 .content-wrapper {
    padding: 0;
  }
}
.cid-v3GJdeQa11 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-v3GJdeQa11 .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-v3GJdeQa11 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-v3GJdeQa11 .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-v3GJdeQa11 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-v3GJdeQa11 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-v3GJdeQa11 .mbr-desc {
  color: #254b45;
}
.cid-v3GJdeQa11 .mbr-section-title {
  color: #254b45;
}
.cid-v3GJdeQa11 .mbr-text {
  color: #e1e1e1;
}
.cid-v3GJdeQa11 .mbr-section-title,
.cid-v3GJdeQa11 .mbr-section-btn {
  color: #ffffff;
}
.cid-v3GJdeQa11 .mbr-desc,
.cid-v3GJdeQa11 .desc-wrapper {
  color: #e1e1e1;
}
.cid-v3DhXRwBPR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dfe6ea;
  overflow: hidden;
}
.cid-v3DhXRwBPR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DhXRwBPR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DhXRwBPR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v3DhXRwBPR .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-v3DhXRwBPR .container {
    padding: 0 30px;
  }
}
.cid-v3DhXRwBPR .card {
  justify-content: center;
}
.cid-v3DhXRwBPR .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-v3DhXRwBPR .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-v3DhXRwBPR .content-wrapper {
    padding: 0;
  }
}
.cid-v3DhXRwBPR .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-v3DhXRwBPR .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-v3DhXRwBPR .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #05517d;
}
@media (max-width: 992px) {
  .cid-v3DhXRwBPR .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-v3DhXRwBPR .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-v3DhXRwBPR .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-v3DhXRwBPR .mbr-desc {
  color: #254b45;
}
.cid-v3DhXRwBPR .mbr-section-title {
  color: #254b45;
}
.cid-v3DhXRwBPR .mbr-text {
  color: #05517d;
}
.cid-v3DhXRwBPR .mbr-section-title,
.cid-v3DhXRwBPR .mbr-section-btn {
  color: #000000;
}
.cid-v3DhXRwBPR .mbr-desc,
.cid-v3DhXRwBPR .desc-wrapper {
  color: #05517d;
}
.cid-v3I2njIMMw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #05517d;
}
.cid-v3I2njIMMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3I2njIMMw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3I2njIMMw .card-wrapper {
  padding: 32px 64px;
  background-color: #05517d;
}
@media (max-width: 1440px) {
  .cid-v3I2njIMMw .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v3I2njIMMw .card-wrapper {
    padding: 24px;
  }
}
.cid-v3I2njIMMw .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v3I2njIMMw .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3I2njIMMw .card-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-v3I2njIMMw .card-wrapper .nav-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-v3I2njIMMw .card-wrapper .nav-wrapper .list .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: transparent;
  margin: 4px;
  border: 1px solid #05517d;
  transition: all 0.3s ease-in-out;
}
.cid-v3I2njIMMw .card-wrapper .nav-wrapper .list .item-tag:hover,
.cid-v3I2njIMMw .card-wrapper .nav-wrapper .list .item-tag:focus {
  background-color: #fffff5;
  border: 1px solid #fffff5;
  color: #02050a;
}
.cid-v3I2njIMMw .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v3I2njIMMw .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-v3I2njIMMw .list,
.cid-v3I2njIMMw .nav-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v3I2njIMMw .mbr-copy {
  color: #e1e1e1;
  text-align: center;
}
.cid-v3I2njIMMw .list,
.cid-v3I2njIMMw .item-wrap,
.cid-v3I2njIMMw .nav-wrapper {
  color: #fffff5;
}
.cid-v3GFOfGaxV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-v3GFOfGaxV .btn {
  white-space: nowrap;
}
.cid-v3GFOfGaxV .nav-link,
.cid-v3GFOfGaxV .icons-menu .mbr-iconfont,
.cid-v3GFOfGaxV .dropdown-item {
  transition: all 0.1s;
}
.cid-v3GFOfGaxV .nav-link:hover,
.cid-v3GFOfGaxV .icons-menu .mbr-iconfont:hover,
.cid-v3GFOfGaxV .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 992px) {
  .cid-v3GFOfGaxV .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-v3GFOfGaxV .container {
  display: flex;
  margin: auto;
}
.cid-v3GFOfGaxV .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #fffff5;
}
.cid-v3GFOfGaxV .navbar.opened {
  transition: all 0.3s;
}
.cid-v3GFOfGaxV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3GFOfGaxV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3GFOfGaxV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3GFOfGaxV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3GFOfGaxV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v3GFOfGaxV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3GFOfGaxV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3GFOfGaxV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v3GFOfGaxV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3GFOfGaxV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3GFOfGaxV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3GFOfGaxV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3GFOfGaxV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3GFOfGaxV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3GFOfGaxV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3GFOfGaxV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v3GFOfGaxV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v3GFOfGaxV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3GFOfGaxV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3GFOfGaxV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3GFOfGaxV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v3GFOfGaxV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3GFOfGaxV .navbar.navbar-short {
  background: #fffff5 !important;
  min-height: 60px;
}
.cid-v3GFOfGaxV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v3GFOfGaxV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v3GFOfGaxV .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-v3GFOfGaxV .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-v3GFOfGaxV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3GFOfGaxV .mbr-iconfont {
  color: #02050a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3GFOfGaxV .navbar-caption {
  padding-right: 4rem;
}
.cid-v3GFOfGaxV .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-v3GFOfGaxV .dropdown-menu,
.cid-v3GFOfGaxV .navbar.opened {
  background: #fffff5 !important;
}
.cid-v3GFOfGaxV .nav-item:focus,
.cid-v3GFOfGaxV .nav-link:focus {
  outline: none;
}
.cid-v3GFOfGaxV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3GFOfGaxV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3GFOfGaxV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v3GFOfGaxV .dropdown .dropdown-menu .dropdown-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-v3GFOfGaxV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3GFOfGaxV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-v3GFOfGaxV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3GFOfGaxV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3GFOfGaxV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3GFOfGaxV .dropdown-item.active,
.cid-v3GFOfGaxV .dropdown-item:active {
  background-color: transparent;
}
.cid-v3GFOfGaxV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3GFOfGaxV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3GFOfGaxV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3GFOfGaxV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffff5;
}
.cid-v3GFOfGaxV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3GFOfGaxV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3GFOfGaxV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v3GFOfGaxV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3GFOfGaxV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3GFOfGaxV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3GFOfGaxV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3GFOfGaxV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3GFOfGaxV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3GFOfGaxV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3GFOfGaxV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3GFOfGaxV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3GFOfGaxV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3GFOfGaxV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3GFOfGaxV .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v3GFOfGaxV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3GFOfGaxV .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-v3GFOfGaxV .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3GFOfGaxV .navbar {
    height: 77px;
  }
  .cid-v3GFOfGaxV .navbar.opened {
    height: auto;
  }
  .cid-v3GFOfGaxV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3GFOfGaxV .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-v3GFoGeS66 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-v3GFoGeS66 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GFoGeS66 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GFoGeS66 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v3GFoGeS66 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v3GFoGeS66 .container {
    padding: 0 14px;
  }
}
.cid-v3GFoGeS66 .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-v3GFoGeS66 .google-map iframe {
    height: 300px;
  }
}
.cid-v3I4lJOGTx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #05517d;
}
.cid-v3I4lJOGTx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3I4lJOGTx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3I4lJOGTx .title-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto 40px;
}
@media (max-width: 1440px) {
  .cid-v3I4lJOGTx .title-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v3I4lJOGTx .title-wrapper {
    width: 100%;
    margin: 0 0 32px;
  }
}
.cid-v3I4lJOGTx .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-v3I4lJOGTx .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v3I4lJOGTx .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3I4lJOGTx .item {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v3I4lJOGTx .item {
    margin-bottom: 20px;
  }
}
.cid-v3I4lJOGTx .item::before {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(180deg, #fffff5, #fffff5 50%, #fffff5);
  box-shadow: 0 0.5px 0.0625rem 0 #fffff5;
}
@media (max-width: 992px) {
  .cid-v3I4lJOGTx .item::before {
    display: none;
  }
}
.cid-v3I4lJOGTx .item:nth-child(3n)::before {
  display: none;
}
.cid-v3I4lJOGTx .item .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v3I4lJOGTx .item .item-wrapper {
    padding: 0;
  }
}
.cid-v3I4lJOGTx .item .item-wrapper .item-text {
  margin-bottom: 0;
  width: 100%;
}
.cid-v3I4lJOGTx .btn-wrapper {
  margin-top: -8%;
}
.cid-v3I4lJOGTx .mbr-label {
  color: #e1e1e1;
  text-align: center;
}
.cid-v3I4lJOGTx .mbr-section-title {
  color: #fffff5;
  text-align: center;
}
.cid-v3I4lJOGTx .mbr-text,
.cid-v3I4lJOGTx .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-v3I4lJOGTx .item-text {
  color: #e1e1e1;
  text-align: center;
}
.cid-v3I2njIMMw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #05517d;
}
.cid-v3I2njIMMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3I2njIMMw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3I2njIMMw .card-wrapper {
  padding: 32px 64px;
  background-color: #05517d;
}
@media (max-width: 1440px) {
  .cid-v3I2njIMMw .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v3I2njIMMw .card-wrapper {
    padding: 24px;
  }
}
.cid-v3I2njIMMw .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v3I2njIMMw .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3I2njIMMw .card-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-v3I2njIMMw .card-wrapper .nav-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-v3I2njIMMw .card-wrapper .nav-wrapper .list .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: transparent;
  margin: 4px;
  border: 1px solid #05517d;
  transition: all 0.3s ease-in-out;
}
.cid-v3I2njIMMw .card-wrapper .nav-wrapper .list .item-tag:hover,
.cid-v3I2njIMMw .card-wrapper .nav-wrapper .list .item-tag:focus {
  background-color: #fffff5;
  border: 1px solid #fffff5;
  color: #02050a;
}
.cid-v3I2njIMMw .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v3I2njIMMw .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-v3I2njIMMw .list,
.cid-v3I2njIMMw .nav-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v3I2njIMMw .mbr-copy {
  color: #e1e1e1;
  text-align: center;
}
.cid-v3I2njIMMw .list,
.cid-v3I2njIMMw .item-wrap,
.cid-v3I2njIMMw .nav-wrapper {
  color: #fffff5;
}
.cid-v3Du1PfBeg .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-v3Du1PfBeg .btn {
  white-space: nowrap;
}
.cid-v3Du1PfBeg .nav-link,
.cid-v3Du1PfBeg .icons-menu .mbr-iconfont,
.cid-v3Du1PfBeg .dropdown-item {
  transition: all 0.1s;
}
.cid-v3Du1PfBeg .nav-link:hover,
.cid-v3Du1PfBeg .icons-menu .mbr-iconfont:hover,
.cid-v3Du1PfBeg .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 992px) {
  .cid-v3Du1PfBeg .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-v3Du1PfBeg .container {
  display: flex;
  margin: auto;
}
.cid-v3Du1PfBeg .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #fffff5;
}
.cid-v3Du1PfBeg .navbar.opened {
  transition: all 0.3s;
}
.cid-v3Du1PfBeg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3Du1PfBeg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3Du1PfBeg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3Du1PfBeg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3Du1PfBeg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v3Du1PfBeg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3Du1PfBeg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3Du1PfBeg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v3Du1PfBeg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3Du1PfBeg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3Du1PfBeg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3Du1PfBeg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3Du1PfBeg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3Du1PfBeg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3Du1PfBeg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3Du1PfBeg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v3Du1PfBeg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v3Du1PfBeg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3Du1PfBeg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3Du1PfBeg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3Du1PfBeg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v3Du1PfBeg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3Du1PfBeg .navbar.navbar-short {
  background: #fffff5 !important;
  min-height: 60px;
}
.cid-v3Du1PfBeg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v3Du1PfBeg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v3Du1PfBeg .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-v3Du1PfBeg .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-v3Du1PfBeg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3Du1PfBeg .mbr-iconfont {
  color: #02050a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3Du1PfBeg .navbar-caption {
  padding-right: 4rem;
}
.cid-v3Du1PfBeg .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-v3Du1PfBeg .dropdown-menu,
.cid-v3Du1PfBeg .navbar.opened {
  background: #fffff5 !important;
}
.cid-v3Du1PfBeg .nav-item:focus,
.cid-v3Du1PfBeg .nav-link:focus {
  outline: none;
}
.cid-v3Du1PfBeg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3Du1PfBeg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3Du1PfBeg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v3Du1PfBeg .dropdown .dropdown-menu .dropdown-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-v3Du1PfBeg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3Du1PfBeg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-v3Du1PfBeg .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3Du1PfBeg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3Du1PfBeg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3Du1PfBeg .dropdown-item.active,
.cid-v3Du1PfBeg .dropdown-item:active {
  background-color: transparent;
}
.cid-v3Du1PfBeg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3Du1PfBeg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3Du1PfBeg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3Du1PfBeg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffff5;
}
.cid-v3Du1PfBeg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3Du1PfBeg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3Du1PfBeg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v3Du1PfBeg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3Du1PfBeg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3Du1PfBeg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3Du1PfBeg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Du1PfBeg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3Du1PfBeg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3Du1PfBeg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Du1PfBeg .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v3Du1PfBeg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3Du1PfBeg .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-v3Du1PfBeg .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3Du1PfBeg .navbar {
    height: 77px;
  }
  .cid-v3Du1PfBeg .navbar.opened {
    height: auto;
  }
  .cid-v3Du1PfBeg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3Du1PfBeg .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-v3NgScpH8j {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v3NgScpH8j input,
.cid-v3NgScpH8j textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-v3NgScpH8j input:focus,
.cid-v3NgScpH8j textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-v3NgScpH8j .form-control,
.cid-v3NgScpH8j .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #b6c6cf;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v3NgScpH8j input::-webkit-input-placeholder,
.cid-v3NgScpH8j textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-v3NgScpH8j input:-moz-placeholder,
.cid-v3NgScpH8j textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-v3NgScpH8j .jq-selectbox li,
.cid-v3NgScpH8j .jq-selectbox li {
  background-color: #ffffff;
}
.cid-v3NgScpH8j .jq-selectbox li:hover,
.cid-v3NgScpH8j .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-v3NgScpH8j .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v3NgScpH8j .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v3NgScpH8j .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-v3NgScpH8j .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-v3NgScpH8j .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-v3NgScpH8j .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-v3NgScpH8j .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-v3NgScpH8j .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-v3NgScpH8j .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-v3NgScpH8j .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-v3NgScpH8j .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-v3NgScpH8j .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-v3NgScpH8j .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-v3NgScpH8j .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-v3NgScpH8j .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-v3NgScpH8j .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-v3NgScpH8j .entry-content .text-box {
  padding: 0rem;
}
.cid-v3NgScpH8j .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-v3NgScpH8j .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-v3NgScpH8j .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-v3NgScpH8j .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-v3NgScpH8j .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-v3NgScpH8j .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-v3NgScpH8j .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-v3NgScpH8j .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-v3NgScpH8j .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-v3NgScpH8j .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-v3NgScpH8j .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v3NgScpH8j .entry-content .contact {
  margin-top: 30px;
}
.cid-v3NgScpH8j .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-v3NgScpH8j .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-v3NgScpH8j .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-v3NgScpH8j .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-v3NgScpH8j .entry-content .contact .btn-black:hover {
  background-color: #6f94aa !important;
  border-color: #6f94aa !important;
}
.cid-v3NgScpH8j .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-v3NgScpH8j .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-v3NgScpH8j .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-v3NgScpH8j .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-v3NgScpH8j .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-v3NgScpH8j .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-v3NgScpH8j .progress_elements .progress1 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-v3NgScpH8j .progress_elements .progress2 progress::after {
  left: 73%;
  border: 3px solid #4f87fb;
}
.cid-v3NgScpH8j .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-v3NgScpH8j .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-v3NgScpH8j progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-v3NgScpH8j .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v3NgScpH8j .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v3NgScpH8j .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v3NgScpH8j .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v3NgScpH8j .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-v3NgScpH8j .progressbar-title p {
  color: #6d7a8c;
}
.cid-v3NgScpH8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3NgScpH8j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3NgScpH8j .entry-content .capabilities .capabilities-text {
  color: #237ab3;
  text-align: left;
}
.cid-v3NgScpH8j .entry-content .capabilities .capabilities-title,
.cid-v3NgScpH8j .entry-content .capabilities .mbr-list .list {
  color: #237ab3;
}
.cid-v3NgScpH8j .entry-content .text-box .card-title {
  color: #237ab3;
}
.cid-v3NgScpH8j .entry-content .text-box .doc-descr {
  color: #000000;
}
.cid-v3NgScpH8j .entry-content .capabilities .mbr-list .list li {
  color: #000000;
}
.cid-v3NgScpH8j .team-left-inner .team-info-block .team-title {
  color: #237ab3;
}
.cid-v3NgScpH8j .team-left-inner .team-info-block .team-designation {
  color: #05517d;
}
.cid-v3I2njIMMw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #05517d;
}
.cid-v3I2njIMMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3I2njIMMw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3I2njIMMw .card-wrapper {
  padding: 32px 64px;
  background-color: #05517d;
}
@media (max-width: 1440px) {
  .cid-v3I2njIMMw .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v3I2njIMMw .card-wrapper {
    padding: 24px;
  }
}
.cid-v3I2njIMMw .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v3I2njIMMw .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3I2njIMMw .card-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-v3I2njIMMw .card-wrapper .nav-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-v3I2njIMMw .card-wrapper .nav-wrapper .list .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: transparent;
  margin: 4px;
  border: 1px solid #05517d;
  transition: all 0.3s ease-in-out;
}
.cid-v3I2njIMMw .card-wrapper .nav-wrapper .list .item-tag:hover,
.cid-v3I2njIMMw .card-wrapper .nav-wrapper .list .item-tag:focus {
  background-color: #fffff5;
  border: 1px solid #fffff5;
  color: #02050a;
}
.cid-v3I2njIMMw .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v3I2njIMMw .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-v3I2njIMMw .list,
.cid-v3I2njIMMw .nav-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v3I2njIMMw .mbr-copy {
  color: #e1e1e1;
  text-align: center;
}
.cid-v3I2njIMMw .list,
.cid-v3I2njIMMw .item-wrap,
.cid-v3I2njIMMw .nav-wrapper {
  color: #fffff5;
}
