.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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))));
  }
  .display-7 {
    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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #ffffff !important;
}
.bg-success {
  background-color: #0054a6 !important;
}
.bg-info {
  background-color: #b60607 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #f7f7f7 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #004696 !important;
  border-color: #004696 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #005ec9 !important;
  border-color: #005ec9 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #005ec9 !important;
  border-color: #005ec9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #b60607 !important;
  border-color: #b60607 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #e70809 !important;
  border-color: #e70809 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #e70809 !important;
  border-color: #e70809 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0054a6 !important;
  border-color: #0054a6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #006ed9 !important;
  border-color: #006ed9 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #006ed9 !important;
  border-color: #006ed9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #787878 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #004696;
  color: #004696;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #001e3f !important;
  background-color: transparent !important;
  border-color: #001e3f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #004696 !important;
  border-color: #004696 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #b60607;
  color: #b60607;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #620304 !important;
  background-color: transparent !important;
  border-color: #620304 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b60607 !important;
  border-color: #b60607 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0054a6;
  color: #0054a6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #00284f !important;
  background-color: transparent !important;
  border-color: #00284f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0054a6 !important;
  border-color: #0054a6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f7f7f7;
  color: #f7f7f7;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #cccccc !important;
  background-color: transparent !important;
  border-color: #cccccc !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #787878 !important;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !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: #ffffff !important;
}
.text-secondary {
  color: #004696 !important;
}
.text-success {
  color: #0054a6 !important;
}
.text-info {
  color: #b60607 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #f7f7f7 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #001630 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #002040 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #530303 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c4c4c4 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b60607;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #f7f7f7;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #2694ff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f94344;
}
.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: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !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: #004696 !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='%23ffffff' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.footer {
  font-family: 'Manrope', sans-serif;
  font-size: 0.7rem;
  line-height: 1.5;
}
.footer > .mbr-iconfont {
  font-size: 0.7rem;
}
.small-text {
  font-family: 'Manrope', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.small-text > .mbr-iconfont {
  font-size: 0.8rem;
}
.new-menu {
  font-family: 'Manrope', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.new-menu > .mbr-iconfont {
  font-size: 0.8rem;
}
.cid-vbWy6auQK8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vbWy6auQK8 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vbWy6auQK8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbWy6auQK8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbWy6auQK8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vbWy6auQK8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vbWy6auQK8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vbWy6auQK8 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vbWy6auQK8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vbWy6auQK8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 70, 150, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #004696;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vbWy6auQK8 .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #004696;
  background: rgba(0, 70, 150, 0.9) !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .nav-item:focus,
.cid-vbWy6auQK8 .nav-link:focus {
  outline: none;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbWy6auQK8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbWy6auQK8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vbWy6auQK8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vbWy6auQK8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbWy6auQK8 .navbar .navbar-logo img {
  width: auto;
}
.cid-vbWy6auQK8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vbWy6auQK8 .navbar.collapsed {
  justify-content: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbWy6auQK8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbWy6auQK8 .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: 41%;
}
.cid-vbWy6auQK8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar {
    min-height: 72px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbWy6auQK8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbWy6auQK8 .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: 40%;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbWy6auQK8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbWy6auQK8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vbWy6auQK8 .dropdown-item.active,
.cid-vbWy6auQK8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vbWy6auQK8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #004696;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vbWy6auQK8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbWy6auQK8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .navbar-buttons {
    text-align: left;
  }
}
.cid-vbWy6auQK8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vbWy6auQK8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbWy6auQK8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbWy6auQK8 .navbar {
    height: 70px;
  }
  .cid-vbWy6auQK8 .navbar.opened {
    height: auto;
  }
  .cid-vbWy6auQK8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vbWy6auQK8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vbWy6auQK8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar-brand {
    margin-right: auto;
  }
  .cid-vbWy6auQK8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #004696;
    opacity: 1;
    border-color: rgba(0, 70, 150, 0.9) !important;
    background: rgba(0, 70, 150, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vbWy6auQK8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vbIGefD70E {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/home-hero20background-1-1536x1024.png");
}
.cid-vbIGefD70E .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbIGefD70E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbIGefD70E .mbr-section-title {
  color: #ffffff;
}
.cid-vbIGefD70E .mbr-text,
.cid-vbIGefD70E .mbr-section-btn {
  color: #ffffff;
}
.cid-vbdDJbRqiY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbdDJbRqiY .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vbdDJbRqiY img,
.cid-vbdDJbRqiY .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vbdDJbRqiY .item:focus,
.cid-vbdDJbRqiY span:focus {
  outline: none;
}
.cid-vbdDJbRqiY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vbdDJbRqiY .item {
    margin-bottom: 1rem;
  }
}
.cid-vbdDJbRqiY .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vbdDJbRqiY .mbr-section-title {
  color: #004696;
  text-align: center;
}
.cid-vbdDJbRqiY .mbr-text,
.cid-vbdDJbRqiY .mbr-section-btn {
  color: #0054a6;
  text-align: justify;
}
.cid-vbdDJbRqiY .item-title {
  color: #0054a6;
  text-align: justify;
}
.cid-vbdDJbRqiY .content-head {
  max-width: 800px;
}
.cid-vbdDJbRqiY .mbr-section-subtitle {
  color: #08579f;
  text-align: center;
}
.cid-vbWj0q7jYQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbWj0q7jYQ img,
.cid-vbWj0q7jYQ .item-img {
  width: 100%;
}
.cid-vbWj0q7jYQ .item:focus,
.cid-vbWj0q7jYQ span:focus {
  outline: none;
}
.cid-vbWj0q7jYQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vbWj0q7jYQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vbWj0q7jYQ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vbWj0q7jYQ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vbWj0q7jYQ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vbWj0q7jYQ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vbWj0q7jYQ .item-wrapper {
  background: transparent;
}
.cid-vbWj0q7jYQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vbWj0q7jYQ .mbr-section-title {
  color: #0054a6;
}
.cid-vbWj0q7jYQ .mbr-text,
.cid-vbWj0q7jYQ .mbr-section-btn {
  text-align: left;
  color: #08579f;
}
.cid-vbWj0q7jYQ .item-title {
  text-align: left;
  color: #08579f;
}
.cid-vbWj0q7jYQ .item-subtitle {
  text-align: justify;
  color: #08579f;
}
.cid-vbWj0q7jYQ .mbr-section-subtitle {
  color: #0054a6;
}
.cid-vbgWuMBiKY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/protorq-1080x1080.jpeg");
}
.cid-vbgWuMBiKY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbgWuMBiKY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbgWuMBiKY .mbr-section-title {
  color: #ffffff;
}
.cid-vbgWuMBiKY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vbJ0a2AAKd {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vbJ0a2AAKd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbJ0a2AAKd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbJ0a2AAKd .mbr-section-subtitle {
  color: #08579f;
}
.cid-vbJ0a2AAKd .mbr-section-title {
  color: #0054a6;
  text-align: justify;
}
.cid-vbe4EygDT3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbe4EygDT3 img,
.cid-vbe4EygDT3 .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vbe4EygDT3 .item:focus,
.cid-vbe4EygDT3 span:focus {
  outline: none;
}
.cid-vbe4EygDT3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vbe4EygDT3 .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-vbe4EygDT3 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-vbe4EygDT3 .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-vbe4EygDT3 .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-vbe4EygDT3 .item-content {
    padding: 1rem 0;
  }
}
.cid-vbe4EygDT3 .mbr-section-title {
  color: #004696;
}
.cid-vbe4EygDT3 .item-title {
  color: #004696;
}
.cid-vbe4EygDT3 .item-subtitle {
  color: #bec2cf;
}
.cid-vbe4EygDT3 .mbr-text,
.cid-vbe4EygDT3 .mbr-section-btn {
  color: #004696;
}
.cid-vbe4EygDT3 .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-vbebAh8mMx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbebAh8mMx img,
.cid-vbebAh8mMx .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vbebAh8mMx .item:focus,
.cid-vbebAh8mMx span:focus {
  outline: none;
}
.cid-vbebAh8mMx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vbebAh8mMx .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-vbebAh8mMx .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-vbebAh8mMx .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-vbebAh8mMx .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-vbebAh8mMx .item-content {
    padding: 1rem 0;
  }
}
.cid-vbebAh8mMx .mbr-section-title {
  color: #004696;
}
.cid-vbebAh8mMx .item-title {
  color: #0054a6;
}
.cid-vbebAh8mMx .item-subtitle {
  color: #bec2cf;
}
.cid-vbebAh8mMx .mbr-text,
.cid-vbebAh8mMx .mbr-section-btn {
  color: #0054a6;
}
.cid-vbebAh8mMx .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-vbJ3XEZu5B {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/home20-20section20breaker-1536x1024.png");
}
.cid-vbJ3XEZu5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbJ3XEZu5B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbJ3XEZu5B .mbr-text {
  color: #767676;
}
.cid-vbJ3XEZu5B .mbr-section-subtitle {
  color: #767676;
}
.cid-vbJ3XEZu5B .title .num {
  width: 100%;
  display: block;
}
.cid-vbJ3XEZu5B .title .card-title {
  z-index: 1;
}
.cid-vbJ3XEZu5B .num {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vbJ3XEZu5B * {
    text-align: center !important;
  }
  .cid-vbJ3XEZu5B .content-column {
    margin-bottom: 2rem;
  }
}
.cid-vbJ3XEZu5B .mbr-text,
.cid-vbJ3XEZu5B .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vbJ3XEZu5B .mbr-section-title,
.cid-vbJ3XEZu5B .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vbX2TENXaX {
  overflow: hidden !important;
  background-image: url("../../../assets/images/zigwheels20protorq20tire20review201-1536x1024.png");
}
.cid-vbX2TENXaX .container-fluid {
  padding: 0 3rem;
}
.cid-vbX2TENXaX .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-vbX2TENXaX .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vbJBWoyg4P {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbJBWoyg4P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbJBWoyg4P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbJBWoyg4P .mbr-section-title {
  color: #0054a6;
}
.cid-vbJBWoyg4P .mbr-text,
.cid-vbJBWoyg4P .mbr-section-btn {
  color: #0054a6;
}
.cid-vjL4AxHx23 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #0054a6;
}
.cid-vjL4AxHx23 .item:focus,
.cid-vjL4AxHx23 span:focus {
  outline: none;
}
.cid-vjL4AxHx23 .item {
  cursor: pointer;
}
.cid-vjL4AxHx23 .grid-container {
  grid-row-gap: 1rem;
}
@media (max-width: 767px) {
  .cid-vjL4AxHx23 .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-vjL4AxHx23 .grid-container-1,
.cid-vjL4AxHx23 .grid-container-2 {
  gap: 0 1rem;
}
@media (max-width: 767px) {
  .cid-vjL4AxHx23 .grid-container-1,
  .cid-vjL4AxHx23 .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-vjL4AxHx23 .mbr-section-title {
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
}
.cid-vjL4AxHx23 .content-head {
  max-width: 800px;
}
.cid-vjL4AxHx23 .container,
.cid-vjL4AxHx23 .container-fluid {
  overflow: hidden;
}
.cid-vjL4AxHx23 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vjL4AxHx23 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vjL4AxHx23 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vjL4AxHx23 .grid-item img {
    height: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-vjL4AxHx23 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-vjL4AxHx23 .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vjL4AxHx23 .grid-item img {
    height: 150px;
  }
}
.cid-vjL4AxHx23 .grid-container-1,
.cid-vjL4AxHx23 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vjL4AxHx23 .grid-container-1 {
  align-items: flex-end;
}
.cid-vjL4AxHx23 .grid-container-2 {
  align-items: flex-start;
}
.cid-vjRLxGKVtQ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjRLxGKVtQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjRLxGKVtQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjRLxGKVtQ .mbr-section-title {
  color: #0054a6;
}
.cid-vjRLxGKVtQ .mbr-text,
.cid-vjRLxGKVtQ .mbr-section-btn {
  color: #0054a6;
}
.cid-vgYHchdVz8 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-vgYHchdVz8 h3 {
  margin-bottom: 0 !important;
}
.cid-vgYHchdVz8 figcaption {
  position: relative;
}
.cid-vgYHchdVz8 figcaption .wrap {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  padding: 1rem 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-vgYHchdVz8 img {
  width: 100%;
  transition: all 3s;
  opacity: 0.5;
}
@media (min-width: 767px) {
  .cid-vgYHchdVz8 .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgYHchdVz8 .image-block-1 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgYHchdVz8 .img-big {
    height: 100%;
  }
  .cid-vgYHchdVz8 .image-block-1 {
    height: 100%;
  }
}
.cid-vgYHchdVz8 .image-block-2 {
  margin-bottom: 2rem;
}
.cid-vgYHchdVz8 .image-block {
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
  position: relative;
  background-color: #000;
}
.cid-vgYHchdVz8 .image-block:hover {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
.cid-vgYHchdVz8 H4 {
  color: #ffffff;
}
.cid-vbJKlSMXNA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbJKlSMXNA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbJKlSMXNA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbJKlSMXNA .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-vbJKlSMXNA .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vbJKlSMXNA .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbJKlSMXNA .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vbJKlSMXNA .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbJKlSMXNA .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vbJKlSMXNA .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-vbJKlSMXNA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbJKlSMXNA .card-title {
  color: #0054a6;
}
.cid-vbJKlSMXNA .mbr-text,
.cid-vbJKlSMXNA .mbr-section-btn {
  color: #0054a6;
}
.cid-vjXsWEXSQB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjXsWEXSQB .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vjXsWEXSQB .social-row .soc-item {
  margin: 8px;
}
.cid-vjXsWEXSQB .social-row .soc-item a:hover .mbr-iconfont,
.cid-vjXsWEXSQB .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vjXsWEXSQB .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-vjXsWEXSQB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjXsWEXSQB .mbr-section-title {
  color: #ffffff;
}
.cid-vjXsWEXSQB .mbr-section-title,
.cid-vjXsWEXSQB .social-list {
  color: #000000;
}
.cid-vboN2p7kc6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #004696;
}
.cid-vboN2p7kc6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboN2p7kc6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboN2p7kc6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vboN2p7kc6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vboN2p7kc6 .row {
    text-align: center;
  }
  .cid-vboN2p7kc6 .social-row {
    justify-content: center;
  }
}
.cid-vboN2p7kc6 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vboN2p7kc6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vboN2p7kc6 .list {
    margin-bottom: 0rem;
  }
}
.cid-vboN2p7kc6 .mbr-text {
  color: #ffffff;
}
.cid-vboN2p7kc6 .mbr-iconfont {
  color: black;
}
.cid-vbWy6auQK8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vbWy6auQK8 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vbWy6auQK8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbWy6auQK8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbWy6auQK8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vbWy6auQK8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vbWy6auQK8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vbWy6auQK8 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vbWy6auQK8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vbWy6auQK8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 70, 150, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #004696;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vbWy6auQK8 .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #004696;
  background: rgba(0, 70, 150, 0.9) !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .nav-item:focus,
.cid-vbWy6auQK8 .nav-link:focus {
  outline: none;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbWy6auQK8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbWy6auQK8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vbWy6auQK8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vbWy6auQK8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbWy6auQK8 .navbar .navbar-logo img {
  width: auto;
}
.cid-vbWy6auQK8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vbWy6auQK8 .navbar.collapsed {
  justify-content: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbWy6auQK8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbWy6auQK8 .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: 41%;
}
.cid-vbWy6auQK8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar {
    min-height: 72px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbWy6auQK8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbWy6auQK8 .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: 40%;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbWy6auQK8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbWy6auQK8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vbWy6auQK8 .dropdown-item.active,
.cid-vbWy6auQK8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vbWy6auQK8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #004696;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vbWy6auQK8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbWy6auQK8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .navbar-buttons {
    text-align: left;
  }
}
.cid-vbWy6auQK8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vbWy6auQK8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbWy6auQK8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbWy6auQK8 .navbar {
    height: 70px;
  }
  .cid-vbWy6auQK8 .navbar.opened {
    height: auto;
  }
  .cid-vbWy6auQK8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vbWy6auQK8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vbWy6auQK8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar-brand {
    margin-right: auto;
  }
  .cid-vbWy6auQK8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #004696;
    opacity: 1;
    border-color: rgba(0, 70, 150, 0.9) !important;
    background: rgba(0, 70, 150, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vbWy6auQK8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vboCJakdbV {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/hero20bg-1920x1080.png");
}
.cid-vboCJakdbV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboCJakdbV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboCJakdbV .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vboCJakdbV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vboCJakdbV .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vboCJakdbV .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vboCJakdbV .mbr-label {
  color: #ffffff;
}
.cid-vboCJakdbV .mbr-text {
  color: #ffffff;
}
.cid-vboCJakdbV .mbr-text,
.cid-vboCJakdbV .mbr-section-btn {
  color: #ffffff;
}
.cid-vblFVK9LHQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0054a6;
}
.cid-vblFVK9LHQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vblFVK9LHQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vblFVK9LHQ .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vblFVK9LHQ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vblFVK9LHQ .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vblFVK9LHQ .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vblFVK9LHQ .mbr-label {
  color: #ffffff;
}
.cid-vblFVK9LHQ .mbr-text {
  color: #ffffff;
}
.cid-vblFVK9LHQ .mbr-text,
.cid-vblFVK9LHQ .mbr-section-btn {
  color: #ffffff;
}
.cid-vbJQ1Tqal0 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbJQ1Tqal0 .item-wrapper {
  position: relative;
}
.cid-vbJQ1Tqal0 .features-image {
  padding-top: 45px;
}
.cid-vbJQ1Tqal0 .features-image:first-child {
  padding-top: 0px;
}
.cid-vbJQ1Tqal0 .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-vbJQ1Tqal0 .features-image:nth-child(3) {
  padding-top: 0px;
}
@media (max-width: 990px) {
  .cid-vbJQ1Tqal0 .features-image:nth-child(3) {
    padding-top: 45px;
  }
}
@media (max-width: 574px) {
  .cid-vbJQ1Tqal0 .features-image:nth-child(2) {
    padding-top: 45px;
  }
}
.cid-vbJQ1Tqal0 .card {
  padding: 0px 10px;
  width: auto;
  border-radius: 0;
}
.cid-vbJQ1Tqal0 .card.align-center {
  position: absolute;
  left: 20px;
  top: 20px;
}
.cid-vbJQ1Tqal0 .name {
  margin-top: 27px;
  color: #111213;
}
.cid-vbJQ1Tqal0 .price {
  margin-top: 1px;
  color: #52586a;
  margin-bottom: 7px;
}
.cid-vbJQ1Tqal0 .mbr-section-subtitle {
  color: #111213;
  text-align: left;
  margin-bottom: 35px;
}
.cid-vbJQ1Tqal0 .mbr-section-title {
  text-align: center;
  color: #b18161;
  padding-bottom: 20px;
  margin: auto;
  text-transform: uppercase;
}
.cid-vbJQ1Tqal0 .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.cid-vbJQ1Tqal0 .item-img:hover .inner {
  transform: scale(1.1, 1.1);
}
.cid-vbJQ1Tqal0 .mbr-iconfont::before {
  font-size: 14px;
}
.cid-vbJQ1Tqal0 .tag1 {
  background-color: #3f37c9;
}
.cid-vbJQ1Tqal0 .tag2 {
  background-color: #111213;
}
.cid-vbJQ1Tqal0 .tag3 {
  background-color: #e4281f;
}
.cid-vbJQ1Tqal0 .desc1,
.cid-vbJQ1Tqal0 .iconfont-wrapper {
  color: #ffffff;
}
.cid-vbJQ1Tqal0 .name,
.cid-vbJQ1Tqal0 .iconfont-wrapper,
.cid-vbJQ1Tqal0 .price {
  color: #08579f;
}
.cid-vbocJGYBbD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/divider20e20blue-1209x56.png");
}
.cid-vbocJGYBbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbocJGYBbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbocJGYBbD .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vbocJGYBbD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbocJGYBbD .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbocJGYBbD .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbocJGYBbD .mbr-label {
  color: #ffffff;
}
.cid-vbocJGYBbD .mbr-text {
  color: #ffffff;
}
.cid-vbocJGYBbD .mbr-text,
.cid-vbocJGYBbD .mbr-section-btn {
  color: #ffffff;
}
.cid-vbJRGqX6g7 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbJRGqX6g7 .item-wrapper {
  position: relative;
}
.cid-vbJRGqX6g7 .features-image {
  padding-top: 45px;
}
.cid-vbJRGqX6g7 .features-image:first-child {
  padding-top: 0px;
}
.cid-vbJRGqX6g7 .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-vbJRGqX6g7 .features-image:nth-child(3) {
  padding-top: 0px;
}
@media (max-width: 990px) {
  .cid-vbJRGqX6g7 .features-image:nth-child(3) {
    padding-top: 45px;
  }
}
@media (max-width: 574px) {
  .cid-vbJRGqX6g7 .features-image:nth-child(2) {
    padding-top: 45px;
  }
}
.cid-vbJRGqX6g7 .card {
  padding: 0px 10px;
  width: auto;
  border-radius: 0;
}
.cid-vbJRGqX6g7 .card.align-center {
  position: absolute;
  left: 20px;
  top: 20px;
}
.cid-vbJRGqX6g7 .name {
  margin-top: 27px;
  color: #111213;
}
.cid-vbJRGqX6g7 .price {
  margin-top: 1px;
  color: #52586a;
  margin-bottom: 7px;
}
.cid-vbJRGqX6g7 .mbr-section-subtitle {
  color: #111213;
  text-align: left;
  margin-bottom: 35px;
}
.cid-vbJRGqX6g7 .mbr-section-title {
  text-align: center;
  color: #b18161;
  padding-bottom: 20px;
  margin: auto;
  text-transform: uppercase;
}
.cid-vbJRGqX6g7 .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.cid-vbJRGqX6g7 .item-img:hover .inner {
  transform: scale(1.1, 1.1);
}
.cid-vbJRGqX6g7 .mbr-iconfont::before {
  font-size: 14px;
}
.cid-vbJRGqX6g7 .tag1 {
  background-color: #3f37c9;
}
.cid-vbJRGqX6g7 .tag2 {
  background-color: #111213;
}
.cid-vbJRGqX6g7 .tag3 {
  background-color: #e4281f;
}
.cid-vbJRGqX6g7 .desc1,
.cid-vbJRGqX6g7 .iconfont-wrapper {
  color: #ffffff;
}
.cid-vbJRGqX6g7 .name,
.cid-vbJRGqX6g7 .iconfont-wrapper,
.cid-vbJRGqX6g7 .price {
  color: #08579f;
}
.cid-vboetYv3WM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/divider20e20blue-1209x56.png");
}
.cid-vboetYv3WM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboetYv3WM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboetYv3WM .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vboetYv3WM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vboetYv3WM .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vboetYv3WM .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vboetYv3WM .mbr-label {
  color: #ffffff;
}
.cid-vboetYv3WM .mbr-text {
  color: #ffffff;
}
.cid-vboetYv3WM .mbr-text,
.cid-vboetYv3WM .mbr-section-btn {
  color: #ffffff;
}
.cid-vbJSWTmlBP {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbJSWTmlBP .item-wrapper {
  position: relative;
}
.cid-vbJSWTmlBP .features-image {
  padding-top: 45px;
}
.cid-vbJSWTmlBP .features-image:first-child {
  padding-top: 0px;
}
.cid-vbJSWTmlBP .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-vbJSWTmlBP .features-image:nth-child(3) {
  padding-top: 0px;
}
@media (max-width: 990px) {
  .cid-vbJSWTmlBP .features-image:nth-child(3) {
    padding-top: 45px;
  }
}
@media (max-width: 574px) {
  .cid-vbJSWTmlBP .features-image:nth-child(2) {
    padding-top: 45px;
  }
}
.cid-vbJSWTmlBP .card {
  padding: 0px 10px;
  width: auto;
  border-radius: 0;
}
.cid-vbJSWTmlBP .card.align-center {
  position: absolute;
  left: 20px;
  top: 20px;
}
.cid-vbJSWTmlBP .name {
  margin-top: 27px;
  color: #111213;
}
.cid-vbJSWTmlBP .price {
  margin-top: 1px;
  color: #52586a;
  margin-bottom: 7px;
}
.cid-vbJSWTmlBP .mbr-section-subtitle {
  color: #111213;
  text-align: left;
  margin-bottom: 35px;
}
.cid-vbJSWTmlBP .mbr-section-title {
  text-align: center;
  color: #b18161;
  padding-bottom: 20px;
  margin: auto;
  text-transform: uppercase;
}
.cid-vbJSWTmlBP .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.cid-vbJSWTmlBP .item-img:hover .inner {
  transform: scale(1.1, 1.1);
}
.cid-vbJSWTmlBP .mbr-iconfont::before {
  font-size: 14px;
}
.cid-vbJSWTmlBP .tag1 {
  background-color: #3f37c9;
}
.cid-vbJSWTmlBP .tag2 {
  background-color: #111213;
}
.cid-vbJSWTmlBP .tag3 {
  background-color: #e4281f;
}
.cid-vbJSWTmlBP .desc1,
.cid-vbJSWTmlBP .iconfont-wrapper {
  color: #ffffff;
}
.cid-vbJSWTmlBP .name,
.cid-vbJSWTmlBP .iconfont-wrapper,
.cid-vbJSWTmlBP .price {
  color: #08579f;
}
.cid-vbofPjEPi4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/divider20e20blue-1209x56.png");
}
.cid-vbofPjEPi4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbofPjEPi4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbofPjEPi4 .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vbofPjEPi4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbofPjEPi4 .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbofPjEPi4 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbofPjEPi4 .mbr-label {
  color: #ffffff;
}
.cid-vbofPjEPi4 .mbr-text {
  color: #ffffff;
}
.cid-vbofPjEPi4 .mbr-text,
.cid-vbofPjEPi4 .mbr-section-btn {
  color: #ffffff;
}
.cid-vbJTKFh0yo {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbJTKFh0yo .item-wrapper {
  position: relative;
}
.cid-vbJTKFh0yo .features-image {
  padding-top: 45px;
}
.cid-vbJTKFh0yo .features-image:first-child {
  padding-top: 0px;
}
.cid-vbJTKFh0yo .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-vbJTKFh0yo .features-image:nth-child(3) {
  padding-top: 0px;
}
@media (max-width: 990px) {
  .cid-vbJTKFh0yo .features-image:nth-child(3) {
    padding-top: 45px;
  }
}
@media (max-width: 574px) {
  .cid-vbJTKFh0yo .features-image:nth-child(2) {
    padding-top: 45px;
  }
}
.cid-vbJTKFh0yo .card {
  padding: 0px 10px;
  width: auto;
  border-radius: 0;
}
.cid-vbJTKFh0yo .card.align-center {
  position: absolute;
  left: 20px;
  top: 20px;
}
.cid-vbJTKFh0yo .name {
  margin-top: 27px;
  color: #111213;
}
.cid-vbJTKFh0yo .price {
  margin-top: 1px;
  color: #52586a;
  margin-bottom: 7px;
}
.cid-vbJTKFh0yo .mbr-section-subtitle {
  color: #111213;
  text-align: left;
  margin-bottom: 35px;
}
.cid-vbJTKFh0yo .mbr-section-title {
  text-align: center;
  color: #b18161;
  padding-bottom: 20px;
  margin: auto;
  text-transform: uppercase;
}
.cid-vbJTKFh0yo .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.cid-vbJTKFh0yo .item-img:hover .inner {
  transform: scale(1.1, 1.1);
}
.cid-vbJTKFh0yo .mbr-iconfont::before {
  font-size: 14px;
}
.cid-vbJTKFh0yo .tag1 {
  background-color: #3f37c9;
}
.cid-vbJTKFh0yo .tag2 {
  background-color: #111213;
}
.cid-vbJTKFh0yo .tag3 {
  background-color: #e4281f;
}
.cid-vbJTKFh0yo .desc1,
.cid-vbJTKFh0yo .iconfont-wrapper {
  color: #ffffff;
}
.cid-vbJTKFh0yo .name,
.cid-vbJTKFh0yo .iconfont-wrapper,
.cid-vbJTKFh0yo .price {
  color: #08579f;
}
.cid-vboN2p7kc6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #004696;
}
.cid-vboN2p7kc6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboN2p7kc6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboN2p7kc6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vboN2p7kc6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vboN2p7kc6 .row {
    text-align: center;
  }
  .cid-vboN2p7kc6 .social-row {
    justify-content: center;
  }
}
.cid-vboN2p7kc6 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vboN2p7kc6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vboN2p7kc6 .list {
    margin-bottom: 0rem;
  }
}
.cid-vboN2p7kc6 .mbr-text {
  color: #ffffff;
}
.cid-vboN2p7kc6 .mbr-iconfont {
  color: black;
}
.cid-vjXsWEXSQB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjXsWEXSQB .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vjXsWEXSQB .social-row .soc-item {
  margin: 8px;
}
.cid-vjXsWEXSQB .social-row .soc-item a:hover .mbr-iconfont,
.cid-vjXsWEXSQB .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vjXsWEXSQB .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-vjXsWEXSQB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjXsWEXSQB .mbr-section-title {
  color: #ffffff;
}
.cid-vjXsWEXSQB .mbr-section-title,
.cid-vjXsWEXSQB .social-list {
  color: #000000;
}
.cid-vbWy6auQK8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vbWy6auQK8 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vbWy6auQK8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbWy6auQK8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbWy6auQK8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vbWy6auQK8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vbWy6auQK8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vbWy6auQK8 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vbWy6auQK8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vbWy6auQK8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 70, 150, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #004696;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vbWy6auQK8 .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #004696;
  background: rgba(0, 70, 150, 0.9) !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .nav-item:focus,
.cid-vbWy6auQK8 .nav-link:focus {
  outline: none;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbWy6auQK8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbWy6auQK8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vbWy6auQK8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vbWy6auQK8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbWy6auQK8 .navbar .navbar-logo img {
  width: auto;
}
.cid-vbWy6auQK8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vbWy6auQK8 .navbar.collapsed {
  justify-content: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbWy6auQK8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbWy6auQK8 .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: 41%;
}
.cid-vbWy6auQK8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar {
    min-height: 72px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbWy6auQK8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbWy6auQK8 .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: 40%;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbWy6auQK8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbWy6auQK8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vbWy6auQK8 .dropdown-item.active,
.cid-vbWy6auQK8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vbWy6auQK8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #004696;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vbWy6auQK8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbWy6auQK8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .navbar-buttons {
    text-align: left;
  }
}
.cid-vbWy6auQK8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vbWy6auQK8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbWy6auQK8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbWy6auQK8 .navbar {
    height: 70px;
  }
  .cid-vbWy6auQK8 .navbar.opened {
    height: auto;
  }
  .cid-vbWy6auQK8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vbWy6auQK8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vbWy6auQK8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar-brand {
    margin-right: auto;
  }
  .cid-vbWy6auQK8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #004696;
    opacity: 1;
    border-color: rgba(0, 70, 150, 0.9) !important;
    background: rgba(0, 70, 150, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vbWy6auQK8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vbG1wokpyw {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/reviewsbg2-1536x1024.png");
}
.cid-vbG1wokpyw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbG1wokpyw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbG1wokpyw .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vbG1wokpyw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbG1wokpyw .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbG1wokpyw .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbG1wokpyw .mbr-label {
  color: #ffffff;
}
.cid-vbG1wokpyw .mbr-text {
  color: #ffffff;
}
.cid-vbG1wokpyw .mbr-text,
.cid-vbG1wokpyw .mbr-section-btn {
  color: #ffffff;
}
.cid-vbXKFpCYgi {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/beeconnectbgtirebluebg-4-1920x540.png");
}
.cid-vbXKFpCYgi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbXKFpCYgi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbXKFpCYgi .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vbXKFpCYgi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbXKFpCYgi .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbXKFpCYgi .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbXKFpCYgi .mbr-label {
  color: #ffffff;
  text-align: right;
}
.cid-vbXKFpCYgi .mbr-text {
  color: #ffffff;
}
.cid-vbXKFpCYgi .mbr-text,
.cid-vbXKFpCYgi .mbr-section-btn {
  color: #ffffff;
}
.cid-vbG15ybBNY {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/beeconnectreviewheaderpic-1536x1024.png");
}
.cid-vbG15ybBNY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbG15ybBNY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbG15ybBNY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vbG15ybBNY .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vbG15ybBNY .embla__slide .slide-content {
  width: 100%;
}
.cid-vbG15ybBNY .embla__slide .slide-content .item-wrapper .rating-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-vbG15ybBNY .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.cid-vbG15ybBNY .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
}
.cid-vbG15ybBNY .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-vbG15ybBNY .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vbG15ybBNY .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vbG15ybBNY .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vbG15ybBNY .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vbG15ybBNY .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vbG15ybBNY .embla__button--next,
.cid-vbG15ybBNY .embla__button--prev {
  display: flex;
}
.cid-vbG15ybBNY .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #08579f !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vbG15ybBNY .embla__button {
    bottom: 0;
  }
}
.cid-vbG15ybBNY .embla__button:hover {
  background-color: #e4281f !important;
  color: #ffffff !important;
}
.cid-vbG15ybBNY .embla__button:disabled {
  opacity: .5 !important;
  background-color: #08579f !important;
  color: #ffffff !important;
}
.cid-vbG15ybBNY .embla__button.embla__button--prev {
  left: 0;
}
.cid-vbG15ybBNY .embla__button.embla__button--next {
  right: 0;
}
.cid-vbG15ybBNY .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 10%;
}
@media (max-width: 992px) {
  .cid-vbG15ybBNY .embla {
    padding: 0;
    padding-bottom: 4rem;
  }
}
.cid-vbG15ybBNY .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vbG15ybBNY .embla__viewport {
    padding: 0;
  }
}
.cid-vbG15ybBNY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vbG15ybBNY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vbG15ybBNY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vbG15ybBNY .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vbG15ybBNY .item-text {
  color: #ffffff;
}
.cid-vbG15ybBNY .item-name {
  color: #ffffff;
}
.cid-vbG15ybBNY .item-role {
  color: #ffffff;
}
.cid-vbG15ybBNY .mbr-star {
  color: #f5b614;
}
.cid-vbG15ybBNY .item-name,
.cid-vbG15ybBNY .person-wrapper {
  color: #ffffff;
}
.cid-vbh2cVzJD2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbh2cVzJD2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbh2cVzJD2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbh2cVzJD2 .items-wrapper {
  margin: 0 -20px;
}
.cid-vbh2cVzJD2 .items-wrapper .item {
  padding: 0 20px;
}
.cid-vbh2cVzJD2 .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vbh2cVzJD2 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vbh2cVzJD2 .item .item-wrapper .item-img {
  margin-bottom: 24px;
}
.cid-vbh2cVzJD2 .item .item-wrapper .item-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vbh2cVzJD2 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vbh2cVzJD2 .item .item-wrapper .item-date {
  margin-bottom: 6px;
}
.cid-vbh2cVzJD2 .item .item-wrapper .item-title {
  margin-bottom: 0;
}
.cid-vbh2cVzJD2 .item .item-wrapper .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vbh2cVzJD2 .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-vbh2cVzJD2 .item .item-wrapper .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-vbh2cVzJD2 .item-date {
  color: #08579f;
}
.cid-vbh2cVzJD2 .item-title {
  color: #ffffff;
}
.cid-vbh2cVzJD2 .item-text {
  color: #a8a8a8;
}
.cid-vbh2cVzJD2 .item-title,
.cid-vbh2cVzJD2 .mbr-section-btn {
  color: #08579f;
}
.cid-vbXN3PGJwy {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/roadhoundbgblue-1920x540.png");
}
.cid-vbXN3PGJwy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbXN3PGJwy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbXN3PGJwy .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vbXN3PGJwy .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbXN3PGJwy .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbXN3PGJwy .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbXN3PGJwy .mbr-label {
  color: #ffffff;
  text-align: right;
}
.cid-vbXN3PGJwy .mbr-text {
  color: #ffffff;
}
.cid-vbXN3PGJwy .mbr-text,
.cid-vbXN3PGJwy .mbr-section-btn {
  color: #ffffff;
}
.cid-vbGdSiHUSN {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/roadhoundbgwetasphalt-1536x1024.png");
}
.cid-vbGdSiHUSN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbGdSiHUSN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbGdSiHUSN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vbGdSiHUSN .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vbGdSiHUSN .embla__slide .slide-content {
  width: 100%;
}
.cid-vbGdSiHUSN .embla__slide .slide-content .item-wrapper .rating-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-vbGdSiHUSN .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.cid-vbGdSiHUSN .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
}
.cid-vbGdSiHUSN .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-vbGdSiHUSN .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vbGdSiHUSN .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vbGdSiHUSN .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vbGdSiHUSN .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vbGdSiHUSN .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vbGdSiHUSN .embla__button--next,
.cid-vbGdSiHUSN .embla__button--prev {
  display: flex;
}
.cid-vbGdSiHUSN .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #08579f !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vbGdSiHUSN .embla__button {
    bottom: 0;
  }
}
.cid-vbGdSiHUSN .embla__button:hover {
  background-color: #e4281f !important;
  color: #ffffff !important;
}
.cid-vbGdSiHUSN .embla__button:disabled {
  opacity: .5 !important;
  background-color: #08579f !important;
  color: #ffffff !important;
}
.cid-vbGdSiHUSN .embla__button.embla__button--prev {
  left: 0;
}
.cid-vbGdSiHUSN .embla__button.embla__button--next {
  right: 0;
}
.cid-vbGdSiHUSN .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 10%;
}
@media (max-width: 992px) {
  .cid-vbGdSiHUSN .embla {
    padding: 0;
    padding-bottom: 4rem;
  }
}
.cid-vbGdSiHUSN .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vbGdSiHUSN .embla__viewport {
    padding: 0;
  }
}
.cid-vbGdSiHUSN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vbGdSiHUSN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vbGdSiHUSN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vbGdSiHUSN .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vbGdSiHUSN .item-text {
  color: #ffffff;
}
.cid-vbGdSiHUSN .item-name {
  color: #ffffff;
}
.cid-vbGdSiHUSN .item-role {
  color: #ffffff;
}
.cid-vbGdSiHUSN .mbr-star {
  color: #f5b614;
}
.cid-vbGdSiHUSN .item-name,
.cid-vbGdSiHUSN .person-wrapper {
  color: #ffffff;
}
.cid-vbGhsp5BRQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbGhsp5BRQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbGhsp5BRQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbGhsp5BRQ .items-wrapper {
  margin: 0 -20px;
}
.cid-vbGhsp5BRQ .items-wrapper .item {
  padding: 0 20px;
}
.cid-vbGhsp5BRQ .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vbGhsp5BRQ .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vbGhsp5BRQ .item .item-wrapper .item-img {
  margin-bottom: 24px;
}
.cid-vbGhsp5BRQ .item .item-wrapper .item-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vbGhsp5BRQ .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vbGhsp5BRQ .item .item-wrapper .item-date {
  margin-bottom: 6px;
}
.cid-vbGhsp5BRQ .item .item-wrapper .item-title {
  margin-bottom: 0;
}
.cid-vbGhsp5BRQ .item .item-wrapper .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vbGhsp5BRQ .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-vbGhsp5BRQ .item .item-wrapper .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-vbGhsp5BRQ .item-date {
  color: #08579f;
}
.cid-vbGhsp5BRQ .item-title {
  color: #ffffff;
}
.cid-vbGhsp5BRQ .item-text {
  color: #a8a8a8;
}
.cid-vbGhsp5BRQ .item-title,
.cid-vbGhsp5BRQ .mbr-section-btn {
  color: #08579f;
}
.cid-vbXQ84IqFV {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/protorq20extreme20header20for20reviewpage-1536x432.png");
}
.cid-vbXQ84IqFV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbXQ84IqFV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbXQ84IqFV .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vbXQ84IqFV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbXQ84IqFV .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbXQ84IqFV .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbXQ84IqFV .mbr-label {
  color: #ffffff;
  text-align: right;
}
.cid-vbXQ84IqFV .mbr-text {
  color: #ffffff;
}
.cid-vbXQ84IqFV .mbr-text,
.cid-vbXQ84IqFV .mbr-section-btn {
  color: #ffffff;
}
.cid-vjVXuJJMFz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/protorq20on20aprilia20tuono20457-1200x788.png");
}
.cid-vjVXuJJMFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjVXuJJMFz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjVXuJJMFz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vjVXuJJMFz .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vjVXuJJMFz .embla__slide .slide-content {
  width: 100%;
}
.cid-vjVXuJJMFz .embla__slide .slide-content .item-wrapper .rating-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-vjVXuJJMFz .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.cid-vjVXuJJMFz .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
}
.cid-vjVXuJJMFz .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-vjVXuJJMFz .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vjVXuJJMFz .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vjVXuJJMFz .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vjVXuJJMFz .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vjVXuJJMFz .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vjVXuJJMFz .embla__button--next,
.cid-vjVXuJJMFz .embla__button--prev {
  display: flex;
}
.cid-vjVXuJJMFz .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #08579f !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vjVXuJJMFz .embla__button {
    bottom: 0;
  }
}
.cid-vjVXuJJMFz .embla__button:hover {
  background-color: #e4281f !important;
  color: #ffffff !important;
}
.cid-vjVXuJJMFz .embla__button:disabled {
  opacity: .5 !important;
  background-color: #08579f !important;
  color: #ffffff !important;
}
.cid-vjVXuJJMFz .embla__button.embla__button--prev {
  left: 0;
}
.cid-vjVXuJJMFz .embla__button.embla__button--next {
  right: 0;
}
.cid-vjVXuJJMFz .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 10%;
}
@media (max-width: 992px) {
  .cid-vjVXuJJMFz .embla {
    padding: 0;
    padding-bottom: 4rem;
  }
}
.cid-vjVXuJJMFz .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vjVXuJJMFz .embla__viewport {
    padding: 0;
  }
}
.cid-vjVXuJJMFz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vjVXuJJMFz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vjVXuJJMFz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vjVXuJJMFz .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vjVXuJJMFz .item-text {
  color: #ffffff;
}
.cid-vjVXuJJMFz .item-name {
  color: #ffffff;
}
.cid-vjVXuJJMFz .item-role {
  color: #ffffff;
}
.cid-vjVXuJJMFz .mbr-star {
  color: #f5b614;
}
.cid-vjVXuJJMFz .item-name,
.cid-vjVXuJJMFz .person-wrapper {
  color: #ffffff;
}
.cid-vbGuIlyea6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbGuIlyea6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbGuIlyea6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbGuIlyea6 .items-wrapper {
  margin: 0 -20px;
}
.cid-vbGuIlyea6 .items-wrapper .item {
  padding: 0 20px;
}
.cid-vbGuIlyea6 .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vbGuIlyea6 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vbGuIlyea6 .item .item-wrapper .item-img {
  margin-bottom: 24px;
}
.cid-vbGuIlyea6 .item .item-wrapper .item-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vbGuIlyea6 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vbGuIlyea6 .item .item-wrapper .item-date {
  margin-bottom: 6px;
}
.cid-vbGuIlyea6 .item .item-wrapper .item-title {
  margin-bottom: 0;
}
.cid-vbGuIlyea6 .item .item-wrapper .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vbGuIlyea6 .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-vbGuIlyea6 .item .item-wrapper .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-vbGuIlyea6 .item-date {
  color: #08579f;
}
.cid-vbGuIlyea6 .item-title {
  color: #ffffff;
}
.cid-vbGuIlyea6 .item-text {
  color: #a8a8a8;
}
.cid-vbGuIlyea6 .item-title,
.cid-vbGuIlyea6 .mbr-section-btn {
  color: #08579f;
}
.cid-vjVRyDPe1P {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/offroadbgblue-2-1920x540.png");
}
.cid-vjVRyDPe1P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjVRyDPe1P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjVRyDPe1P .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vjVRyDPe1P .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjVRyDPe1P .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vjVRyDPe1P .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vjVRyDPe1P .mbr-label {
  color: #ffffff;
  text-align: right;
}
.cid-vjVRyDPe1P .mbr-text {
  color: #ffffff;
}
.cid-vjVRyDPe1P .mbr-text,
.cid-vjVRyDPe1P .mbr-section-btn {
  color: #ffffff;
}
.cid-vbGrOKkZz2 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/climberxcreviewbg-1536x1024.png");
}
.cid-vbGrOKkZz2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbGrOKkZz2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbGrOKkZz2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vbGrOKkZz2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vbGrOKkZz2 .embla__slide .slide-content {
  width: 100%;
}
.cid-vbGrOKkZz2 .embla__slide .slide-content .item-wrapper .rating-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-vbGrOKkZz2 .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.cid-vbGrOKkZz2 .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
}
.cid-vbGrOKkZz2 .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-vbGrOKkZz2 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vbGrOKkZz2 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vbGrOKkZz2 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vbGrOKkZz2 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vbGrOKkZz2 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vbGrOKkZz2 .embla__button--next,
.cid-vbGrOKkZz2 .embla__button--prev {
  display: flex;
}
.cid-vbGrOKkZz2 .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #08579f !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vbGrOKkZz2 .embla__button {
    bottom: 0;
  }
}
.cid-vbGrOKkZz2 .embla__button:hover {
  background-color: #e4281f !important;
  color: #ffffff !important;
}
.cid-vbGrOKkZz2 .embla__button:disabled {
  opacity: .5 !important;
  background-color: #08579f !important;
  color: #ffffff !important;
}
.cid-vbGrOKkZz2 .embla__button.embla__button--prev {
  left: 0;
}
.cid-vbGrOKkZz2 .embla__button.embla__button--next {
  right: 0;
}
.cid-vbGrOKkZz2 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 10%;
}
@media (max-width: 992px) {
  .cid-vbGrOKkZz2 .embla {
    padding: 0;
    padding-bottom: 4rem;
  }
}
.cid-vbGrOKkZz2 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vbGrOKkZz2 .embla__viewport {
    padding: 0;
  }
}
.cid-vbGrOKkZz2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vbGrOKkZz2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vbGrOKkZz2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vbGrOKkZz2 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vbGrOKkZz2 .item-text {
  color: #ffffff;
}
.cid-vbGrOKkZz2 .item-name {
  color: #ffffff;
}
.cid-vbGrOKkZz2 .item-role {
  color: #ffffff;
}
.cid-vbGrOKkZz2 .mbr-star {
  color: #f5b614;
}
.cid-vbGrOKkZz2 .item-name,
.cid-vbGrOKkZz2 .person-wrapper {
  color: #ffffff;
}
.cid-vjVRCYBFnh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjVRCYBFnh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjVRCYBFnh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjVRCYBFnh .items-wrapper {
  margin: 0 -20px;
}
.cid-vjVRCYBFnh .items-wrapper .item {
  padding: 0 20px;
}
.cid-vjVRCYBFnh .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vjVRCYBFnh .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vjVRCYBFnh .item .item-wrapper .item-img {
  margin-bottom: 24px;
}
.cid-vjVRCYBFnh .item .item-wrapper .item-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vjVRCYBFnh .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vjVRCYBFnh .item .item-wrapper .item-date {
  margin-bottom: 6px;
}
.cid-vjVRCYBFnh .item .item-wrapper .item-title {
  margin-bottom: 0;
}
.cid-vjVRCYBFnh .item .item-wrapper .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vjVRCYBFnh .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-vjVRCYBFnh .item .item-wrapper .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-vjVRCYBFnh .item-date {
  color: #08579f;
}
.cid-vjVRCYBFnh .item-title {
  color: #ffffff;
}
.cid-vjVRCYBFnh .item-text {
  color: #a8a8a8;
}
.cid-vjVRCYBFnh .item-title,
.cid-vjVRCYBFnh .mbr-section-btn {
  color: #08579f;
}
.cid-vbXU6E7koN {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/trailhoundstrbgblue-1920x540.png");
}
.cid-vbXU6E7koN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbXU6E7koN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbXU6E7koN .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vbXU6E7koN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbXU6E7koN .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbXU6E7koN .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbXU6E7koN .mbr-label {
  color: #ffffff;
  text-align: right;
}
.cid-vbXU6E7koN .mbr-text {
  color: #ffffff;
}
.cid-vbXU6E7koN .mbr-text,
.cid-vbXU6E7koN .mbr-section-btn {
  color: #ffffff;
}
.cid-vbGBCO4mZ6 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/trailhoundstrreviewbg-1536x1024.png");
}
.cid-vbGBCO4mZ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbGBCO4mZ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbGBCO4mZ6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vbGBCO4mZ6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vbGBCO4mZ6 .embla__slide .slide-content {
  width: 100%;
}
.cid-vbGBCO4mZ6 .embla__slide .slide-content .item-wrapper .rating-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-vbGBCO4mZ6 .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.cid-vbGBCO4mZ6 .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
}
.cid-vbGBCO4mZ6 .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-vbGBCO4mZ6 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vbGBCO4mZ6 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vbGBCO4mZ6 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vbGBCO4mZ6 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vbGBCO4mZ6 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vbGBCO4mZ6 .embla__button--next,
.cid-vbGBCO4mZ6 .embla__button--prev {
  display: flex;
}
.cid-vbGBCO4mZ6 .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #08579f !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vbGBCO4mZ6 .embla__button {
    bottom: 0;
  }
}
.cid-vbGBCO4mZ6 .embla__button:hover {
  background-color: #e4281f !important;
  color: #ffffff !important;
}
.cid-vbGBCO4mZ6 .embla__button:disabled {
  opacity: .5 !important;
  background-color: #08579f !important;
  color: #ffffff !important;
}
.cid-vbGBCO4mZ6 .embla__button.embla__button--prev {
  left: 0;
}
.cid-vbGBCO4mZ6 .embla__button.embla__button--next {
  right: 0;
}
.cid-vbGBCO4mZ6 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 10%;
}
@media (max-width: 992px) {
  .cid-vbGBCO4mZ6 .embla {
    padding: 0;
    padding-bottom: 4rem;
  }
}
.cid-vbGBCO4mZ6 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vbGBCO4mZ6 .embla__viewport {
    padding: 0;
  }
}
.cid-vbGBCO4mZ6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vbGBCO4mZ6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vbGBCO4mZ6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vbGBCO4mZ6 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vbGBCO4mZ6 .item-text {
  color: #ffffff;
}
.cid-vbGBCO4mZ6 .item-name {
  color: #ffffff;
}
.cid-vbGBCO4mZ6 .item-role {
  color: #ffffff;
}
.cid-vbGBCO4mZ6 .mbr-star {
  color: #f5b614;
}
.cid-vbGBCO4mZ6 .item-name,
.cid-vbGBCO4mZ6 .person-wrapper {
  color: #ffffff;
}
.cid-vbGCwAmzI1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbGCwAmzI1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbGCwAmzI1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbGCwAmzI1 .items-wrapper {
  margin: 0 -20px;
}
.cid-vbGCwAmzI1 .items-wrapper .item {
  padding: 0 20px;
}
.cid-vbGCwAmzI1 .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vbGCwAmzI1 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vbGCwAmzI1 .item .item-wrapper .item-img {
  margin-bottom: 24px;
}
.cid-vbGCwAmzI1 .item .item-wrapper .item-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vbGCwAmzI1 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vbGCwAmzI1 .item .item-wrapper .item-date {
  margin-bottom: 6px;
}
.cid-vbGCwAmzI1 .item .item-wrapper .item-title {
  margin-bottom: 0;
}
.cid-vbGCwAmzI1 .item .item-wrapper .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vbGCwAmzI1 .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-vbGCwAmzI1 .item .item-wrapper .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-vbGCwAmzI1 .item-date {
  color: #08579f;
}
.cid-vbGCwAmzI1 .item-title {
  color: #ffffff;
}
.cid-vbGCwAmzI1 .item-text {
  color: #a8a8a8;
}
.cid-vbGCwAmzI1 .item-title,
.cid-vbGCwAmzI1 .mbr-section-btn {
  color: #08579f;
}
.cid-vboN2p7kc6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #004696;
}
.cid-vboN2p7kc6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboN2p7kc6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboN2p7kc6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vboN2p7kc6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vboN2p7kc6 .row {
    text-align: center;
  }
  .cid-vboN2p7kc6 .social-row {
    justify-content: center;
  }
}
.cid-vboN2p7kc6 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vboN2p7kc6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vboN2p7kc6 .list {
    margin-bottom: 0rem;
  }
}
.cid-vboN2p7kc6 .mbr-text {
  color: #ffffff;
}
.cid-vboN2p7kc6 .mbr-iconfont {
  color: black;
}
.cid-vjXsWEXSQB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjXsWEXSQB .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vjXsWEXSQB .social-row .soc-item {
  margin: 8px;
}
.cid-vjXsWEXSQB .social-row .soc-item a:hover .mbr-iconfont,
.cid-vjXsWEXSQB .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vjXsWEXSQB .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-vjXsWEXSQB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjXsWEXSQB .mbr-section-title {
  color: #ffffff;
}
.cid-vjXsWEXSQB .mbr-section-title,
.cid-vjXsWEXSQB .social-list {
  color: #000000;
}
.cid-vbWy6auQK8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vbWy6auQK8 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vbWy6auQK8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbWy6auQK8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbWy6auQK8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vbWy6auQK8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vbWy6auQK8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vbWy6auQK8 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vbWy6auQK8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vbWy6auQK8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 70, 150, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #004696;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vbWy6auQK8 .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #004696;
  background: rgba(0, 70, 150, 0.9) !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .nav-item:focus,
.cid-vbWy6auQK8 .nav-link:focus {
  outline: none;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbWy6auQK8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbWy6auQK8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vbWy6auQK8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vbWy6auQK8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbWy6auQK8 .navbar .navbar-logo img {
  width: auto;
}
.cid-vbWy6auQK8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vbWy6auQK8 .navbar.collapsed {
  justify-content: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbWy6auQK8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbWy6auQK8 .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: 41%;
}
.cid-vbWy6auQK8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar {
    min-height: 72px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbWy6auQK8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbWy6auQK8 .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: 40%;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbWy6auQK8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbWy6auQK8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vbWy6auQK8 .dropdown-item.active,
.cid-vbWy6auQK8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vbWy6auQK8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #004696;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vbWy6auQK8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbWy6auQK8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .navbar-buttons {
    text-align: left;
  }
}
.cid-vbWy6auQK8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vbWy6auQK8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbWy6auQK8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbWy6auQK8 .navbar {
    height: 70px;
  }
  .cid-vbWy6auQK8 .navbar.opened {
    height: auto;
  }
  .cid-vbWy6auQK8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vbWy6auQK8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vbWy6auQK8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar-brand {
    margin-right: auto;
  }
  .cid-vbWy6auQK8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #004696;
    opacity: 1;
    border-color: rgba(0, 70, 150, 0.9) !important;
    background: rgba(0, 70, 150, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vbWy6auQK8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vbFEKrMCb4 {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/distributorspage20bg-1536x1024.png");
}
.cid-vbFEKrMCb4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbFEKrMCb4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbFEKrMCb4 .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vbFEKrMCb4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbFEKrMCb4 .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbFEKrMCb4 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbFEKrMCb4 .mbr-label {
  color: #ffffff;
}
.cid-vbFEKrMCb4 .mbr-text {
  color: #ffffff;
}
.cid-vbFEKrMCb4 .mbr-text,
.cid-vbFEKrMCb4 .mbr-section-btn {
  color: #ffffff;
}
.cid-vbYcA4qfeg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/divider20e20blue-1209x56.png");
}
.cid-vbYcA4qfeg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbYcA4qfeg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbYcA4qfeg .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vbYcA4qfeg .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbYcA4qfeg .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbYcA4qfeg .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbYcA4qfeg .mbr-label {
  color: #ffffff;
  text-align: justify;
}
.cid-vbYcA4qfeg .mbr-text {
  color: #ffffff;
}
.cid-vbYcA4qfeg .mbr-text,
.cid-vbYcA4qfeg .mbr-section-btn {
  color: #ffffff;
}
.cid-vbFOCFEC6C {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbFOCFEC6C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbFOCFEC6C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbFOCFEC6C .row {
  margin: 0 -20px;
}
.cid-vbFOCFEC6C .row .card {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vbFOCFEC6C .content-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vbFOCFEC6C .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vbFOCFEC6C .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vbFOCFEC6C .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbFOCFEC6C .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbFOCFEC6C .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbFOCFEC6C .panel-group .card {
  position: relative;
  padding: 8px 0 12px;
  border-bottom: 1px solid #004696;
  transition: all .3s ease;
  border-radius: 0 !important;
}
.cid-vbFOCFEC6C .panel-group .card:hover {
  border-bottom: 1px solid #ffffff;
}
.cid-vbFOCFEC6C .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vbFOCFEC6C .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 0 12px;
}
@media (max-width: 992px) {
  .cid-vbFOCFEC6C .panel-group .card .card-header .panel-title {
    padding: 8px 0 4px;
  }
}
.cid-vbFOCFEC6C .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vbFOCFEC6C .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vbFOCFEC6C .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  color: #004696;
}
.cid-vbFOCFEC6C .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vbFOCFEC6C .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vbFOCFEC6C .panel-group .card .panel-collapse .panel-body .panel-text {
    margin-bottom: 4px;
  }
}
.cid-vbFOCFEC6C .mbr-label {
  color: #a8a8a8;
}
.cid-vbFOCFEC6C .mbr-section-title {
  color: #ffffff;
}
.cid-vbFOCFEC6C .mbr-text {
  color: #ffffff;
}
.cid-vbFOCFEC6C .panel-title-edit {
  color: #004696;
}
.cid-vbFOCFEC6C .panel-text {
  color: #a8a8a8;
}
.cid-vbFOCFEC6C .mbr-section-title,
.cid-vbFOCFEC6C .mbr-section-btn {
  color: #004696;
}
.cid-vbFOCFEC6C .mbr-text,
.cid-vbFOCFEC6C .text-wrapper {
  color: #004696;
}
.cid-vbFOCFEC6C .panel-text,
.cid-vbFOCFEC6C .panel-body {
  color: #004696;
}
.cid-vbFUPYeW66 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbFUPYeW66 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbFUPYeW66 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbFUPYeW66 .row {
  margin: 0 -20px;
}
.cid-vbFUPYeW66 .row .card {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vbFUPYeW66 .content-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vbFUPYeW66 .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vbFUPYeW66 .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vbFUPYeW66 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbFUPYeW66 .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbFUPYeW66 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbFUPYeW66 .panel-group .card {
  position: relative;
  padding: 8px 0 12px;
  border-bottom: 1px solid #004696;
  transition: all .3s ease;
  border-radius: 0 !important;
}
.cid-vbFUPYeW66 .panel-group .card:hover {
  border-bottom: 1px solid #ffffff;
}
.cid-vbFUPYeW66 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vbFUPYeW66 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 0 12px;
}
@media (max-width: 992px) {
  .cid-vbFUPYeW66 .panel-group .card .card-header .panel-title {
    padding: 8px 0 4px;
  }
}
.cid-vbFUPYeW66 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vbFUPYeW66 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vbFUPYeW66 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  color: #004696;
}
.cid-vbFUPYeW66 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vbFUPYeW66 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vbFUPYeW66 .panel-group .card .panel-collapse .panel-body .panel-text {
    margin-bottom: 4px;
  }
}
.cid-vbFUPYeW66 .mbr-label {
  color: #a8a8a8;
}
.cid-vbFUPYeW66 .mbr-section-title {
  color: #ffffff;
}
.cid-vbFUPYeW66 .mbr-text {
  color: #ffffff;
}
.cid-vbFUPYeW66 .panel-title-edit {
  color: #004696;
}
.cid-vbFUPYeW66 .panel-text {
  color: #a8a8a8;
}
.cid-vbFUPYeW66 .mbr-section-title,
.cid-vbFUPYeW66 .mbr-section-btn {
  color: #004696;
}
.cid-vbFUPYeW66 .mbr-text,
.cid-vbFUPYeW66 .text-wrapper {
  color: #004696;
}
.cid-vbFUPYeW66 .panel-text,
.cid-vbFUPYeW66 .panel-body {
  color: #004696;
}
.cid-vbFXkHE4cF {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vbFXkHE4cF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbFXkHE4cF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbFXkHE4cF .row {
  margin: 0 -20px;
}
.cid-vbFXkHE4cF .row .card {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vbFXkHE4cF .content-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vbFXkHE4cF .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vbFXkHE4cF .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vbFXkHE4cF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbFXkHE4cF .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbFXkHE4cF .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbFXkHE4cF .panel-group .card {
  position: relative;
  padding: 8px 0 12px;
  border-bottom: 1px solid #004696;
  transition: all .3s ease;
  border-radius: 0 !important;
}
.cid-vbFXkHE4cF .panel-group .card:hover {
  border-bottom: 1px solid #ffffff;
}
.cid-vbFXkHE4cF .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vbFXkHE4cF .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 0 12px;
}
@media (max-width: 992px) {
  .cid-vbFXkHE4cF .panel-group .card .card-header .panel-title {
    padding: 8px 0 4px;
  }
}
.cid-vbFXkHE4cF .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vbFXkHE4cF .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vbFXkHE4cF .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  color: #004696;
}
.cid-vbFXkHE4cF .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vbFXkHE4cF .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vbFXkHE4cF .panel-group .card .panel-collapse .panel-body .panel-text {
    margin-bottom: 4px;
  }
}
.cid-vbFXkHE4cF .mbr-label {
  color: #a8a8a8;
}
.cid-vbFXkHE4cF .mbr-section-title {
  color: #ffffff;
}
.cid-vbFXkHE4cF .mbr-text {
  color: #ffffff;
}
.cid-vbFXkHE4cF .panel-title-edit {
  color: #004696;
}
.cid-vbFXkHE4cF .panel-text {
  color: #a8a8a8;
}
.cid-vbFXkHE4cF .mbr-section-title,
.cid-vbFXkHE4cF .mbr-section-btn {
  color: #004696;
}
.cid-vbFXkHE4cF .mbr-text,
.cid-vbFXkHE4cF .text-wrapper {
  color: #004696;
}
.cid-vbFXkHE4cF .panel-text,
.cid-vbFXkHE4cF .panel-body {
  color: #004696;
}
.cid-vbY8DcMRbD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/divider20e20blue-1209x56.png");
}
.cid-vbY8DcMRbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbY8DcMRbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbY8DcMRbD .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vbY8DcMRbD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbY8DcMRbD .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbY8DcMRbD .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbY8DcMRbD .mbr-label {
  color: #ffffff;
  text-align: justify;
}
.cid-vbY8DcMRbD .mbr-text {
  color: #ffffff;
}
.cid-vbY8DcMRbD .mbr-text,
.cid-vbY8DcMRbD .mbr-section-btn {
  color: #ffffff;
}
.cid-vbYbah9l7g {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vbYbah9l7g .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbYbah9l7g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbYbah9l7g .row {
  margin: 0 -20px;
}
.cid-vbYbah9l7g .row .card {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vbYbah9l7g .content-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vbYbah9l7g .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vbYbah9l7g .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vbYbah9l7g .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbYbah9l7g .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbYbah9l7g .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbYbah9l7g .panel-group .card {
  position: relative;
  padding: 8px 0 12px;
  border-bottom: 1px solid #004696;
  transition: all .3s ease;
  border-radius: 0 !important;
}
.cid-vbYbah9l7g .panel-group .card:hover {
  border-bottom: 1px solid #ffffff;
}
.cid-vbYbah9l7g .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vbYbah9l7g .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 0 12px;
}
@media (max-width: 992px) {
  .cid-vbYbah9l7g .panel-group .card .card-header .panel-title {
    padding: 8px 0 4px;
  }
}
.cid-vbYbah9l7g .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vbYbah9l7g .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vbYbah9l7g .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  color: #004696;
}
.cid-vbYbah9l7g .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vbYbah9l7g .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vbYbah9l7g .panel-group .card .panel-collapse .panel-body .panel-text {
    margin-bottom: 4px;
  }
}
.cid-vbYbah9l7g .mbr-label {
  color: #a8a8a8;
}
.cid-vbYbah9l7g .mbr-section-title {
  color: #ffffff;
}
.cid-vbYbah9l7g .mbr-text {
  color: #ffffff;
}
.cid-vbYbah9l7g .panel-title-edit {
  color: #004696;
}
.cid-vbYbah9l7g .panel-text {
  color: #a8a8a8;
}
.cid-vbYbah9l7g .mbr-section-title,
.cid-vbYbah9l7g .mbr-section-btn {
  color: #004696;
}
.cid-vbYbah9l7g .mbr-text,
.cid-vbYbah9l7g .text-wrapper {
  color: #004696;
}
.cid-vbYbah9l7g .panel-text,
.cid-vbYbah9l7g .panel-body {
  color: #004696;
}
.cid-vbYd9NkL03 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/divider20e20blue-1209x56.png");
}
.cid-vbYd9NkL03 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbYd9NkL03 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbYd9NkL03 .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vbYd9NkL03 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbYd9NkL03 .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbYd9NkL03 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbYd9NkL03 .mbr-label {
  color: #ffffff;
  text-align: justify;
}
.cid-vbYd9NkL03 .mbr-text {
  color: #ffffff;
}
.cid-vbYd9NkL03 .mbr-text,
.cid-vbYd9NkL03 .mbr-section-btn {
  color: #ffffff;
}
.cid-vbYoqtZDor {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vbYoqtZDor .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbYoqtZDor .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbYoqtZDor .row {
  margin: 0 -20px;
}
.cid-vbYoqtZDor .row .card {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vbYoqtZDor .content-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vbYoqtZDor .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vbYoqtZDor .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vbYoqtZDor .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbYoqtZDor .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbYoqtZDor .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbYoqtZDor .panel-group .card {
  position: relative;
  padding: 8px 0 12px;
  border-bottom: 1px solid #004696;
  transition: all .3s ease;
  border-radius: 0 !important;
}
.cid-vbYoqtZDor .panel-group .card:hover {
  border-bottom: 1px solid #ffffff;
}
.cid-vbYoqtZDor .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vbYoqtZDor .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 0 12px;
}
@media (max-width: 992px) {
  .cid-vbYoqtZDor .panel-group .card .card-header .panel-title {
    padding: 8px 0 4px;
  }
}
.cid-vbYoqtZDor .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vbYoqtZDor .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vbYoqtZDor .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  color: #004696;
}
.cid-vbYoqtZDor .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vbYoqtZDor .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vbYoqtZDor .panel-group .card .panel-collapse .panel-body .panel-text {
    margin-bottom: 4px;
  }
}
.cid-vbYoqtZDor .mbr-label {
  color: #a8a8a8;
}
.cid-vbYoqtZDor .mbr-section-title {
  color: #ffffff;
}
.cid-vbYoqtZDor .mbr-text {
  color: #ffffff;
}
.cid-vbYoqtZDor .panel-title-edit {
  color: #004696;
}
.cid-vbYoqtZDor .panel-text {
  color: #a8a8a8;
}
.cid-vbYoqtZDor .mbr-section-title,
.cid-vbYoqtZDor .mbr-section-btn {
  color: #004696;
}
.cid-vbYoqtZDor .mbr-text,
.cid-vbYoqtZDor .text-wrapper {
  color: #004696;
}
.cid-vbYoqtZDor .panel-text,
.cid-vbYoqtZDor .panel-body {
  color: #004696;
}
.cid-vboN2p7kc6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #004696;
}
.cid-vboN2p7kc6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboN2p7kc6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboN2p7kc6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vboN2p7kc6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vboN2p7kc6 .row {
    text-align: center;
  }
  .cid-vboN2p7kc6 .social-row {
    justify-content: center;
  }
}
.cid-vboN2p7kc6 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vboN2p7kc6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vboN2p7kc6 .list {
    margin-bottom: 0rem;
  }
}
.cid-vboN2p7kc6 .mbr-text {
  color: #ffffff;
}
.cid-vboN2p7kc6 .mbr-iconfont {
  color: black;
}
.cid-vjXsWEXSQB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjXsWEXSQB .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vjXsWEXSQB .social-row .soc-item {
  margin: 8px;
}
.cid-vjXsWEXSQB .social-row .soc-item a:hover .mbr-iconfont,
.cid-vjXsWEXSQB .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vjXsWEXSQB .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-vjXsWEXSQB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjXsWEXSQB .mbr-section-title {
  color: #ffffff;
}
.cid-vjXsWEXSQB .mbr-section-title,
.cid-vjXsWEXSQB .social-list {
  color: #000000;
}
.cid-vbWy6auQK8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vbWy6auQK8 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vbWy6auQK8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbWy6auQK8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbWy6auQK8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vbWy6auQK8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vbWy6auQK8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vbWy6auQK8 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vbWy6auQK8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vbWy6auQK8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 70, 150, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #004696;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vbWy6auQK8 .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #004696;
  background: rgba(0, 70, 150, 0.9) !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .nav-item:focus,
.cid-vbWy6auQK8 .nav-link:focus {
  outline: none;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbWy6auQK8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbWy6auQK8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vbWy6auQK8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vbWy6auQK8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbWy6auQK8 .navbar .navbar-logo img {
  width: auto;
}
.cid-vbWy6auQK8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vbWy6auQK8 .navbar.collapsed {
  justify-content: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbWy6auQK8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbWy6auQK8 .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: 41%;
}
.cid-vbWy6auQK8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar {
    min-height: 72px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbWy6auQK8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbWy6auQK8 .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: 40%;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbWy6auQK8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbWy6auQK8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vbWy6auQK8 .dropdown-item.active,
.cid-vbWy6auQK8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vbWy6auQK8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #004696;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vbWy6auQK8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbWy6auQK8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .navbar-buttons {
    text-align: left;
  }
}
.cid-vbWy6auQK8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vbWy6auQK8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbWy6auQK8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbWy6auQK8 .navbar {
    height: 70px;
  }
  .cid-vbWy6auQK8 .navbar.opened {
    height: auto;
  }
  .cid-vbWy6auQK8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vbWy6auQK8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vbWy6auQK8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar-brand {
    margin-right: auto;
  }
  .cid-vbWy6auQK8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #004696;
    opacity: 1;
    border-color: rgba(0, 70, 150, 0.9) !important;
    background: rgba(0, 70, 150, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vbWy6auQK8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vbK61EzoSD {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/events20bg-1536x1024.png");
}
.cid-vbK61EzoSD .mbr-overlay {
  background-color: #121212;
  opacity: 0.5;
}
.cid-vbK61EzoSD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbK61EzoSD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbK61EzoSD .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vbK61EzoSD .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vbK61EzoSD {
    align-items: center;
  }
  .cid-vbK61EzoSD .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vbK61EzoSD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vbK61EzoSD {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vbK61EzoSD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vbK61EzoSD .content-wrap {
    width: 100%;
  }
}
.cid-vbK61EzoSD .mbr-section-title {
  text-align: justify;
}
.cid-vbK61EzoSD .mbr-text,
.cid-vbK61EzoSD .mbr-section-btn {
  text-align: justify;
}
.cid-vbKHu8yP05 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbKHu8yP05 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbKHu8yP05 .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-vbKHu8yP05 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vbKHu8yP05 .row {
  flex-direction: row-reverse;
}
.cid-vbKHu8yP05 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vbKHu8yP05 .text-wrapper {
    padding: 2rem;
  }
}
.cid-vbKHu8yP05 .mbr-section-title {
  color: #0054a6;
}
.cid-vbKHu8yP05 .mbr-text {
  color: #08579f;
}
.cid-vbKHu8yP05 .mbr-description {
  color: #08579f;
  text-align: justify;
}
.cid-vbKIQM0Ean {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbKIQM0Ean .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbKIQM0Ean .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-vbKIQM0Ean .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vbKIQM0Ean img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vbKIQM0Ean .text-wrapper {
    padding: 2rem;
  }
}
.cid-vbKIQM0Ean .mbr-section-title {
  color: #0054a6;
}
.cid-vbKIQM0Ean .mbr-text {
  color: #08579f;
}
.cid-vbKIQM0Ean .mbr-description {
  color: #08579f;
  text-align: justify;
}
.cid-vbYhSeX5y2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/divider20e20blue-1209x56.png");
}
.cid-vbYhSeX5y2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbYhSeX5y2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbYhSeX5y2 .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vbYhSeX5y2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbYhSeX5y2 .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbYhSeX5y2 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbYhSeX5y2 .mbr-label {
  color: #ffffff;
  text-align: justify;
}
.cid-vbYhSeX5y2 .mbr-text {
  color: #ffffff;
}
.cid-vbYhSeX5y2 .mbr-text,
.cid-vbYhSeX5y2 .mbr-section-btn {
  color: #ffffff;
}
.cid-vbVsGyIhJq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbVsGyIhJq img,
.cid-vbVsGyIhJq .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vbVsGyIhJq .item:focus,
.cid-vbVsGyIhJq span:focus {
  outline: none;
}
.cid-vbVsGyIhJq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vbVsGyIhJq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vbVsGyIhJq .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vbVsGyIhJq .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vbVsGyIhJq .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vbVsGyIhJq .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vbVsGyIhJq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vbVsGyIhJq .mbr-section-title {
  color: #0054a6;
  text-align: justify;
}
.cid-vbVsGyIhJq .mbr-text,
.cid-vbVsGyIhJq .mbr-section-btn {
  text-align: left;
}
.cid-vbVsGyIhJq .item-title {
  text-align: left;
}
.cid-vbVsGyIhJq .item-subtitle {
  text-align: left;
  color: #08579f;
}
.cid-vbVsGyIhJq .mbr-section-subtitle {
  color: #08579f;
  text-align: justify;
}
.cid-vbYik8u8aF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/divider20e20blue-1209x56.png");
}
.cid-vbYik8u8aF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbYik8u8aF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbYik8u8aF .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vbYik8u8aF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbYik8u8aF .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbYik8u8aF .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbYik8u8aF .mbr-label {
  color: #ffffff;
  text-align: justify;
}
.cid-vbYik8u8aF .mbr-text {
  color: #ffffff;
}
.cid-vbYik8u8aF .mbr-text,
.cid-vbYik8u8aF .mbr-section-btn {
  color: #ffffff;
}
.cid-vbKTCsfDrq {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vbKTCsfDrq H1 {
  color: #0054a6;
  text-align: center;
}
.cid-vbKTCsfDrq .mbr-text,
.cid-vbKTCsfDrq .mbr-section-btn {
  color: #2572b8;
  text-align: center;
}
.cid-vbKT47lPue {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vbKT47lPue .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vbKT47lPue .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbKT47lPue .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vbKT47lPue .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vbKT47lPue .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vbKT47lPue .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vbKT47lPue .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-vbKT47lPue .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-vbKT47lPue .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vbR3jQn6Fq {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vbR3jQn6Fq .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vbR3jQn6Fq .panel-group {
  width: 100%;
}
.cid-vbR3jQn6Fq .panel-text,
.cid-vbR3jQn6Fq .header-text,
.cid-vbR3jQn6Fq .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-vbR3jQn6Fq .card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  margin-bottom: .5rem;
  border: none;
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vbR3jQn6Fq .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-vbR3jQn6Fq .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  line-height: normal;
}
.cid-vbR3jQn6Fq .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vbR3jQn6Fq .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-vbR3jQn6Fq .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-vbR3jQn6Fq .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #188ef4;
}
.cid-vbR3jQn6Fq .card .card-header a.panel-title[aria-expanded="true"] .header-text {
  color: #ffffff !important;
}
.cid-vbR3jQn6Fq .card .panel-body {
  background: #ffffff;
}
.cid-vbR3jQn6Fq .sign {
  color: #232323;
}
.cid-vbR3jQn6Fq .mbr-section-title {
  color: #0054a6;
}
.cid-vbR3jQn6Fq .header-text {
  color: #08579f;
}
.cid-vbR3jQn6Fq .panel-text {
  color: #2572b8;
}
.cid-vbR3jQn6Fq .mbr-section-subtitle {
  color: #2572b8;
}
.cid-vbYiAeZLF8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/divider20e20blue-1209x56.png");
}
.cid-vbYiAeZLF8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbYiAeZLF8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbYiAeZLF8 .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vbYiAeZLF8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbYiAeZLF8 .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbYiAeZLF8 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbYiAeZLF8 .mbr-label {
  color: #ffffff;
  text-align: justify;
}
.cid-vbYiAeZLF8 .mbr-text {
  color: #ffffff;
}
.cid-vbYiAeZLF8 .mbr-text,
.cid-vbYiAeZLF8 .mbr-section-btn {
  color: #ffffff;
}
.cid-vbKKxm3aZJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbKKxm3aZJ img,
.cid-vbKKxm3aZJ .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vbKKxm3aZJ .item:focus,
.cid-vbKKxm3aZJ span:focus {
  outline: none;
}
.cid-vbKKxm3aZJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vbKKxm3aZJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vbKKxm3aZJ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vbKKxm3aZJ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vbKKxm3aZJ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vbKKxm3aZJ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vbKKxm3aZJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vbKKxm3aZJ .mbr-section-title {
  color: #0054a6;
  text-align: justify;
}
.cid-vbKKxm3aZJ .mbr-text,
.cid-vbKKxm3aZJ .mbr-section-btn {
  text-align: left;
}
.cid-vbKKxm3aZJ .item-title {
  text-align: left;
}
.cid-vbKKxm3aZJ .item-subtitle {
  text-align: left;
  color: #08579f;
}
.cid-vbKKxm3aZJ .mbr-section-subtitle {
  color: #08579f;
  text-align: justify;
}
.cid-vbYiFUB9s0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/divider20e20blue-1209x56.png");
}
.cid-vbYiFUB9s0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbYiFUB9s0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbYiFUB9s0 .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vbYiFUB9s0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbYiFUB9s0 .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbYiFUB9s0 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbYiFUB9s0 .mbr-label {
  color: #ffffff;
  text-align: justify;
}
.cid-vbYiFUB9s0 .mbr-text {
  color: #ffffff;
}
.cid-vbYiFUB9s0 .mbr-text,
.cid-vbYiFUB9s0 .mbr-section-btn {
  color: #ffffff;
}
.cid-vbVizgw4lQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbVizgw4lQ img,
.cid-vbVizgw4lQ .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vbVizgw4lQ .item:focus,
.cid-vbVizgw4lQ span:focus {
  outline: none;
}
.cid-vbVizgw4lQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vbVizgw4lQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vbVizgw4lQ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vbVizgw4lQ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vbVizgw4lQ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vbVizgw4lQ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vbVizgw4lQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vbVizgw4lQ .mbr-section-title {
  color: #0054a6;
  text-align: justify;
}
.cid-vbVizgw4lQ .mbr-text,
.cid-vbVizgw4lQ .mbr-section-btn {
  text-align: left;
}
.cid-vbVizgw4lQ .item-title {
  text-align: left;
}
.cid-vbVizgw4lQ .item-subtitle {
  text-align: left;
  color: #08579f;
}
.cid-vbVizgw4lQ .mbr-section-subtitle {
  color: #08579f;
  text-align: justify;
}
.cid-vbVizgw4lQ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-vbYiTwLxdN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/divider20e20blue-1209x56.png");
}
.cid-vbYiTwLxdN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbYiTwLxdN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbYiTwLxdN .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vbYiTwLxdN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbYiTwLxdN .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbYiTwLxdN .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbYiTwLxdN .mbr-label {
  color: #ffffff;
  text-align: left;
}
.cid-vbYiTwLxdN .mbr-text {
  color: #ffffff;
}
.cid-vbYiTwLxdN .mbr-text,
.cid-vbYiTwLxdN .mbr-section-btn {
  color: #ffffff;
}
.cid-vbYjuroCv4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbYjuroCv4 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  margin: 0;
  margin-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vbYjuroCv4 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbYjuroCv4 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vbYjuroCv4 .mbr-section-maintitle {
  color: #0054a6;
}
.cid-vbYjuroCv4 .mbr-section-maintext,
.cid-vbYjuroCv4 .btn-move {
  color: #08579f;
}
.cid-vbYjuroCv4 .mbr-section-title {
  color: #0054a6;
}
.cid-vbYjuroCv4 .mbr-section-subtitle {
  color: #0054a6;
}
.cid-vbYjuroCv4 .mbr-section-text {
  color: #08579f;
}
.cid-vgY3I2oO9c {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-vgY3I2oO9c h3 {
  margin-bottom: 0 !important;
}
.cid-vgY3I2oO9c figcaption {
  position: relative;
}
.cid-vgY3I2oO9c figcaption .wrap {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  padding: 1rem 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-vgY3I2oO9c img {
  width: 100%;
  transition: all 3s;
  opacity: 0.5;
}
@media (min-width: 767px) {
  .cid-vgY3I2oO9c .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgY3I2oO9c .image-block-1 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgY3I2oO9c .img-big {
    height: 100%;
  }
  .cid-vgY3I2oO9c .image-block-1 {
    height: 100%;
  }
}
.cid-vgY3I2oO9c .image-block-2 {
  margin-bottom: 2rem;
}
.cid-vgY3I2oO9c .image-block {
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
  position: relative;
  background-color: #000;
}
.cid-vgY3I2oO9c .image-block:hover {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
.cid-vgYgqHbCSe {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-vgYgqHbCSe h3 {
  margin-bottom: 0 !important;
}
.cid-vgYgqHbCSe figcaption {
  position: relative;
}
.cid-vgYgqHbCSe figcaption .wrap {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  padding: 1rem 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-vgYgqHbCSe img {
  width: 100%;
  transition: all 3s;
  opacity: 0.5;
}
@media (min-width: 767px) {
  .cid-vgYgqHbCSe .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgYgqHbCSe .image-block-1 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgYgqHbCSe .img-big {
    height: 100%;
  }
  .cid-vgYgqHbCSe .image-block-1 {
    height: 100%;
  }
}
.cid-vgYgqHbCSe .image-block-2 {
  margin-bottom: 2rem;
}
.cid-vgYgqHbCSe .image-block {
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
  position: relative;
  background-color: #000;
}
.cid-vgYgqHbCSe .image-block:hover {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
.cid-vgYpoUeXNx {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-vgYpoUeXNx h3 {
  margin-bottom: 0 !important;
}
.cid-vgYpoUeXNx figcaption {
  position: relative;
}
.cid-vgYpoUeXNx figcaption .wrap {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  padding: 1rem 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-vgYpoUeXNx img {
  width: 100%;
  transition: all 3s;
  opacity: 0.5;
}
@media (min-width: 767px) {
  .cid-vgYpoUeXNx .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgYpoUeXNx .image-block-1 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgYpoUeXNx .img-big {
    height: 100%;
  }
  .cid-vgYpoUeXNx .image-block-1 {
    height: 100%;
  }
}
.cid-vgYpoUeXNx .image-block-2 {
  margin-bottom: 2rem;
}
.cid-vgYpoUeXNx .image-block {
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
  position: relative;
  background-color: #000;
}
.cid-vgYpoUeXNx .image-block:hover {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
.cid-vjXuVMpCzX {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjXuVMpCzX .item:focus,
.cid-vjXuVMpCzX span:focus {
  outline: none;
}
.cid-vjXuVMpCzX .item {
  cursor: pointer;
}
.cid-vjXuVMpCzX .grid-container {
  grid-row-gap: 1rem;
}
@media (max-width: 767px) {
  .cid-vjXuVMpCzX .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-vjXuVMpCzX .grid-container-1,
.cid-vjXuVMpCzX .grid-container-2 {
  gap: 0 1rem;
}
@media (max-width: 767px) {
  .cid-vjXuVMpCzX .grid-container-1,
  .cid-vjXuVMpCzX .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-vjXuVMpCzX .mbr-section-title {
  margin-bottom: 40px;
  color: #01529c;
  text-align: center;
}
.cid-vjXuVMpCzX .content-head {
  max-width: 800px;
}
.cid-vjXuVMpCzX .container,
.cid-vjXuVMpCzX .container-fluid {
  overflow: hidden;
}
.cid-vjXuVMpCzX .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vjXuVMpCzX .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vjXuVMpCzX .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vjXuVMpCzX .grid-item img {
    height: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-vjXuVMpCzX .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-vjXuVMpCzX .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vjXuVMpCzX .grid-item img {
    height: 150px;
  }
}
.cid-vjXuVMpCzX .grid-container-1,
.cid-vjXuVMpCzX .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vjXuVMpCzX .grid-container-1 {
  align-items: flex-end;
}
.cid-vjXuVMpCzX .grid-container-2 {
  align-items: flex-start;
}
.cid-vboN2p7kc6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #004696;
}
.cid-vboN2p7kc6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboN2p7kc6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboN2p7kc6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vboN2p7kc6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vboN2p7kc6 .row {
    text-align: center;
  }
  .cid-vboN2p7kc6 .social-row {
    justify-content: center;
  }
}
.cid-vboN2p7kc6 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vboN2p7kc6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vboN2p7kc6 .list {
    margin-bottom: 0rem;
  }
}
.cid-vboN2p7kc6 .mbr-text {
  color: #ffffff;
}
.cid-vboN2p7kc6 .mbr-iconfont {
  color: black;
}
.cid-vjXsWEXSQB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjXsWEXSQB .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vjXsWEXSQB .social-row .soc-item {
  margin: 8px;
}
.cid-vjXsWEXSQB .social-row .soc-item a:hover .mbr-iconfont,
.cid-vjXsWEXSQB .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vjXsWEXSQB .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-vjXsWEXSQB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjXsWEXSQB .mbr-section-title {
  color: #ffffff;
}
.cid-vjXsWEXSQB .mbr-section-title,
.cid-vjXsWEXSQB .social-list {
  color: #000000;
}
.cid-vbWy6auQK8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vbWy6auQK8 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vbWy6auQK8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbWy6auQK8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbWy6auQK8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vbWy6auQK8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vbWy6auQK8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vbWy6auQK8 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vbWy6auQK8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vbWy6auQK8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 70, 150, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #004696;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vbWy6auQK8 .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #004696;
  background: rgba(0, 70, 150, 0.9) !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .nav-item:focus,
.cid-vbWy6auQK8 .nav-link:focus {
  outline: none;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbWy6auQK8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbWy6auQK8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vbWy6auQK8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vbWy6auQK8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbWy6auQK8 .navbar .navbar-logo img {
  width: auto;
}
.cid-vbWy6auQK8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vbWy6auQK8 .navbar.collapsed {
  justify-content: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbWy6auQK8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbWy6auQK8 .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: 41%;
}
.cid-vbWy6auQK8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar {
    min-height: 72px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbWy6auQK8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbWy6auQK8 .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: 40%;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbWy6auQK8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbWy6auQK8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vbWy6auQK8 .dropdown-item.active,
.cid-vbWy6auQK8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vbWy6auQK8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #004696;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vbWy6auQK8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbWy6auQK8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .navbar-buttons {
    text-align: left;
  }
}
.cid-vbWy6auQK8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vbWy6auQK8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbWy6auQK8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbWy6auQK8 .navbar {
    height: 70px;
  }
  .cid-vbWy6auQK8 .navbar.opened {
    height: auto;
  }
  .cid-vbWy6auQK8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vbWy6auQK8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vbWy6auQK8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar-brand {
    margin-right: auto;
  }
  .cid-vbWy6auQK8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #004696;
    opacity: 1;
    border-color: rgba(0, 70, 150, 0.9) !important;
    background: rgba(0, 70, 150, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vbWy6auQK8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vbIH3jtpCD {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/aboutusbg-1536x1024.png");
}
.cid-vbIH3jtpCD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbIH3jtpCD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbIH3jtpCD .mbr-section-title {
  color: #ffffff;
}
.cid-vbIH3jtpCD .mbr-text,
.cid-vbIH3jtpCD .mbr-section-btn {
  color: #ffffff;
}
.cid-vbRLiwvqHN {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vbRLiwvqHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbRLiwvqHN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbRLiwvqHN .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vbRLiwvqHN .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vbRLiwvqHN .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vbRLiwvqHN .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vbRLiwvqHN .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vbRLiwvqHN .row {
  flex-direction: row-reverse;
}
.cid-vbRLiwvqHN .image-wrapper {
  padding: 0 1rem;
}
.cid-vbRLiwvqHN img,
.cid-vbRLiwvqHN .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vbRLiwvqHN img,
  .cid-vbRLiwvqHN .image-wrapper {
    max-height: 350px;
  }
}
.cid-vbRLiwvqHN .mbr-section-title {
  color: #08579f;
}
.cid-vbRLiwvqHN .mbr-text {
  color: #000000;
}
.cid-vbRLiwvqHN .mbr-text,
.cid-vbRLiwvqHN .mbr-section-btn {
  color: #2572b8;
}
.cid-vbRM4O7wNF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vbRM4O7wNF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vbRM4O7wNF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbRM4O7wNF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vbRM4O7wNF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vbRM4O7wNF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vbRM4O7wNF .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vbRM4O7wNF .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-vbRM4O7wNF .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-vbRM4O7wNF .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vbYqSwsVR4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/divider20e20blue-1209x56.png");
}
.cid-vbYqSwsVR4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbYqSwsVR4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbYqSwsVR4 .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vbYqSwsVR4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbYqSwsVR4 .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbYqSwsVR4 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbYqSwsVR4 .mbr-label {
  color: #ffffff;
  text-align: justify;
}
.cid-vbYqSwsVR4 .mbr-text {
  color: #ffffff;
}
.cid-vbYqSwsVR4 .mbr-text,
.cid-vbYqSwsVR4 .mbr-section-btn {
  color: #ffffff;
}
.cid-vbWNCe2NiV {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbWNCe2NiV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbWNCe2NiV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbWNCe2NiV .mbr-section-title {
  color: #0054a6;
}
.cid-vbWNCe2NiV .mbr-section-subtitle {
  color: #08579f;
}
.cid-vbRt89E6AA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vbRt89E6AA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vbRt89E6AA .row {
  flex-direction: row-reverse;
}
.cid-vbRt89E6AA img {
  width: 100%;
}
.cid-vbRQWi4t7i {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vbRQWi4t7i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbRQWi4t7i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbRQWi4t7i .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vbRQWi4t7i .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vbRQWi4t7i .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vbRQWi4t7i .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vbRQWi4t7i .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vbRQWi4t7i .row {
  flex-direction: row-reverse;
}
.cid-vbRQWi4t7i .image-wrapper {
  padding: 0 1rem;
}
.cid-vbRQWi4t7i img,
.cid-vbRQWi4t7i .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vbRQWi4t7i img,
  .cid-vbRQWi4t7i .image-wrapper {
    max-height: 350px;
  }
}
.cid-vbRQWi4t7i .mbr-section-title {
  color: #08579f;
}
.cid-vbRQWi4t7i .mbr-text {
  color: #000000;
}
.cid-vbRQWi4t7i .mbr-text,
.cid-vbRQWi4t7i .mbr-section-btn {
  color: #2572b8;
}
.cid-vbYq3Wsedc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/divider20e20blue-1209x56.png");
}
.cid-vbYq3Wsedc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbYq3Wsedc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbYq3Wsedc .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vbYq3Wsedc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbYq3Wsedc .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbYq3Wsedc .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbYq3Wsedc .mbr-label {
  color: #ffffff;
  text-align: justify;
}
.cid-vbYq3Wsedc .mbr-text {
  color: #ffffff;
}
.cid-vbYq3Wsedc .mbr-text,
.cid-vbYq3Wsedc .mbr-section-btn {
  color: #ffffff;
}
.cid-vbRXcYZgBP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbRXcYZgBP img {
  width: 120px;
  margin: auto;
}
.cid-vbRXcYZgBP .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vbRXcYZgBP .card {
    max-width: 15%;
  }
}
.cid-vbRXcYZgBP .mbr-section-title {
  color: #08579f;
}
.cid-vbRXcYZgBP .mbr-section-subtitle {
  color: #2572b8;
}
.cid-vbUvFYab0a {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbUvFYab0a .mbr-section-title {
  text-align: center;
  color: #08579f;
}
.cid-vbUvFYab0a .mbr-section-subtitle {
  text-align: center;
  color: #2572b8;
}
.cid-vbS5EUgLTj {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbS5EUgLTj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbS5EUgLTj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbS5EUgLTj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vbS5EUgLTj .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vbS5EUgLTj .embla__slide .slide-content {
  width: 100%;
}
.cid-vbS5EUgLTj .embla__slide .slide-content .item-wrapper .rating-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-vbS5EUgLTj .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.cid-vbS5EUgLTj .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
}
.cid-vbS5EUgLTj .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-vbS5EUgLTj .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vbS5EUgLTj .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vbS5EUgLTj .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vbS5EUgLTj .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vbS5EUgLTj .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vbS5EUgLTj .embla__button--next,
.cid-vbS5EUgLTj .embla__button--prev {
  display: flex;
}
.cid-vbS5EUgLTj .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #08579f !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vbS5EUgLTj .embla__button {
    bottom: 0;
  }
}
.cid-vbS5EUgLTj .embla__button:hover {
  background-color: #e4281f !important;
  color: #ffffff !important;
}
.cid-vbS5EUgLTj .embla__button:disabled {
  opacity: .5 !important;
  background-color: #08579f !important;
  color: #ffffff !important;
}
.cid-vbS5EUgLTj .embla__button.embla__button--prev {
  left: 0;
}
.cid-vbS5EUgLTj .embla__button.embla__button--next {
  right: 0;
}
.cid-vbS5EUgLTj .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 10%;
}
@media (max-width: 992px) {
  .cid-vbS5EUgLTj .embla {
    padding: 0;
    padding-bottom: 4rem;
  }
}
.cid-vbS5EUgLTj .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vbS5EUgLTj .embla__viewport {
    padding: 0;
  }
}
.cid-vbS5EUgLTj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vbS5EUgLTj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vbS5EUgLTj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vbS5EUgLTj .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vbS5EUgLTj .item-text {
  color: #2572b8;
}
.cid-vbS5EUgLTj .item-name {
  color: #ffffff;
}
.cid-vbS5EUgLTj .item-role {
  color: #a8a8a8;
}
.cid-vbS5EUgLTj .mbr-star {
  color: #f5b614;
}
.cid-vbS5EUgLTj .item-name,
.cid-vbS5EUgLTj .person-wrapper {
  color: #08579f;
}
.cid-vbYpSTyrGo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/divider20e20blue-1209x56.png");
}
.cid-vbYpSTyrGo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbYpSTyrGo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbYpSTyrGo .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vbYpSTyrGo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbYpSTyrGo .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbYpSTyrGo .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbYpSTyrGo .mbr-label {
  color: #ffffff;
  text-align: justify;
}
.cid-vbYpSTyrGo .mbr-text {
  color: #ffffff;
}
.cid-vbYpSTyrGo .mbr-text,
.cid-vbYpSTyrGo .mbr-section-btn {
  color: #ffffff;
}
.cid-vbWjmemwlk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbWjmemwlk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbWjmemwlk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbWjmemwlk .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vbWjmemwlk .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vbWjmemwlk .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vbWjmemwlk .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vbWjmemwlk .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vbWjmemwlk .row {
  flex-direction: row-reverse;
}
.cid-vbWjmemwlk .image-wrapper {
  padding: 0 1rem;
}
.cid-vbWjmemwlk img,
.cid-vbWjmemwlk .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vbWjmemwlk img,
  .cid-vbWjmemwlk .image-wrapper {
    max-height: 350px;
  }
}
.cid-vbWjmemwlk .mbr-section-title {
  color: #08579f;
}
.cid-vbWjmemwlk .mbr-text {
  color: #000000;
}
.cid-vbWjmemwlk .mbr-text,
.cid-vbWjmemwlk .mbr-section-btn {
  color: #2572b8;
}
.cid-vbYtxHsm9n {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/divider20e20blue-1209x56.png");
}
.cid-vbYtxHsm9n .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbYtxHsm9n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbYtxHsm9n .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vbYtxHsm9n .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbYtxHsm9n .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbYtxHsm9n .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbYtxHsm9n .mbr-label {
  color: #ffffff;
  text-align: justify;
}
.cid-vbYtxHsm9n .mbr-text {
  color: #ffffff;
}
.cid-vbYtxHsm9n .mbr-text,
.cid-vbYtxHsm9n .mbr-section-btn {
  color: #ffffff;
}
.cid-vboN2p7kc6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #004696;
}
.cid-vboN2p7kc6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboN2p7kc6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboN2p7kc6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vboN2p7kc6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vboN2p7kc6 .row {
    text-align: center;
  }
  .cid-vboN2p7kc6 .social-row {
    justify-content: center;
  }
}
.cid-vboN2p7kc6 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vboN2p7kc6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vboN2p7kc6 .list {
    margin-bottom: 0rem;
  }
}
.cid-vboN2p7kc6 .mbr-text {
  color: #ffffff;
}
.cid-vboN2p7kc6 .mbr-iconfont {
  color: black;
}
.cid-vjXsWEXSQB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjXsWEXSQB .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vjXsWEXSQB .social-row .soc-item {
  margin: 8px;
}
.cid-vjXsWEXSQB .social-row .soc-item a:hover .mbr-iconfont,
.cid-vjXsWEXSQB .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vjXsWEXSQB .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-vjXsWEXSQB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjXsWEXSQB .mbr-section-title {
  color: #ffffff;
}
.cid-vjXsWEXSQB .mbr-section-title,
.cid-vjXsWEXSQB .social-list {
  color: #000000;
}
.cid-vbWy6auQK8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vbWy6auQK8 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vbWy6auQK8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbWy6auQK8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbWy6auQK8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vbWy6auQK8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vbWy6auQK8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vbWy6auQK8 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vbWy6auQK8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vbWy6auQK8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 70, 150, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #004696;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vbWy6auQK8 .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #004696;
  background: rgba(0, 70, 150, 0.9) !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .nav-item:focus,
.cid-vbWy6auQK8 .nav-link:focus {
  outline: none;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbWy6auQK8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbWy6auQK8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vbWy6auQK8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vbWy6auQK8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbWy6auQK8 .navbar .navbar-logo img {
  width: auto;
}
.cid-vbWy6auQK8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vbWy6auQK8 .navbar.collapsed {
  justify-content: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbWy6auQK8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbWy6auQK8 .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: 41%;
}
.cid-vbWy6auQK8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar {
    min-height: 72px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbWy6auQK8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbWy6auQK8 .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: 40%;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbWy6auQK8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbWy6auQK8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vbWy6auQK8 .dropdown-item.active,
.cid-vbWy6auQK8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vbWy6auQK8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #004696;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vbWy6auQK8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbWy6auQK8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .navbar-buttons {
    text-align: left;
  }
}
.cid-vbWy6auQK8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vbWy6auQK8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbWy6auQK8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbWy6auQK8 .navbar {
    height: 70px;
  }
  .cid-vbWy6auQK8 .navbar.opened {
    height: auto;
  }
  .cid-vbWy6auQK8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vbWy6auQK8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vbWy6auQK8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar-brand {
    margin-right: auto;
  }
  .cid-vbWy6auQK8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #004696;
    opacity: 1;
    border-color: rgba(0, 70, 150, 0.9) !important;
    background: rgba(0, 70, 150, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vbWy6auQK8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vbii9gk2BD {
  padding-top: 135px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/bc2-1-2000x1333.jpeg");
}
.cid-vbii9gk2BD .row {
  position: relative;
}
.cid-vbii9gk2BD .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-vbii9gk2BD .row {
    margin: 0 2rem;
  }
}
.cid-vbii9gk2BD .row {
  padding-left: 6rem;
}
.cid-vbii9gk2BD h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-vbii9gk2BD .content-wrapper {
  max-width: 600px;
}
.cid-vbii9gk2BD H1 {
  color: #ffffff;
}
.cid-vbii9gk2BD .mbr-text,
.cid-vbii9gk2BD .mbr-section-btn {
  color: #ffffff;
}
.cid-vbii9gk2BD H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-vbii9gk2BD .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-vbii9gk2BD h4 {
    left: 3rem;
  }
  .cid-vbii9gk2BD .row {
    padding-left: 3rem;
  }
}
.cid-vbii9gk2BD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbii9gk2BD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbii9gk2BD H4 {
  color: #ffffff;
  text-align: center;
}
.cid-vbyx1quVQO {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mg-9500-2000x1333.jpg");
}
.cid-vbyx1quVQO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbyx1quVQO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbyx1quVQO .row {
  margin: 0 -20px;
}
.cid-vbyx1quVQO .row .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vbyx1quVQO .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbyx1quVQO .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-vbyx1quVQO .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px 6px;
  background-color: #ffffff;
}
.cid-vbyx1quVQO .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  margin-right: 8px;
  font-size: 18px;
}
.cid-vbyx1quVQO .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vbyx1quVQO .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vbyx1quVQO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbyx1quVQO .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbyx1quVQO .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbyx1quVQO .image-wrapper {
  padding: 24px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vbyx1quVQO .image-wrapper {
    padding: 16px;
  }
}
.cid-vbyx1quVQO .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbyx1quVQO .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-vbyx1quVQO .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vbyx1quVQO .image-wrapper img {
    height: 350px;
  }
}
.cid-vbyx1quVQO .mbr-section-title {
  color: #ffffff;
}
.cid-vbyx1quVQO .mbr-label {
  color: #004696;
}
.cid-vbyx1quVQO .mbr-text {
  color: #ffffff;
}
.cid-vbyUKK4UDZ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vbyUKK4UDZ .mbr-section-title {
  color: #004696;
}
.cid-vbyUKK4UDZ .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-vbyUKK4UDZ .mbr-text {
  color: #8d97ad;
}
.cid-vbyUKK4UDZ .nav {
  border: none;
}
.cid-vbyUKK4UDZ .nav-tabs {
  display: table;
  width: 100%;
}
.cid-vbyUKK4UDZ .nav-tabs .nav-item {
  display: table-cell;
}
.cid-vbyUKK4UDZ .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-vbyUKK4UDZ .tab-content {
  margin-top: 3rem;
}
.cid-vbyUKK4UDZ .nav-tabs .nav-link {
  display: flex;
  color: #ffffff;
  box-sizing: border-box;
  font-style: normal;
  background: #0054a6;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-vbyUKK4UDZ .nav-tabs .nav-link:hover {
  background-color: #b60607;
  color: #ffffff;
}
.cid-vbyUKK4UDZ .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #b60607;
  border-bottom: none;
}
.cid-vbyUKK4UDZ .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbyUKK4UDZ .nav-item {
    display: table-row !important;
  }
}
.cid-vbyUKK4UDZ .mbr-text,
.cid-vbyUKK4UDZ .mbr-section-btn {
  color: #004696;
}
.cid-vbyUKK4UDZ .title-content {
  color: #004696;
}
.cid-vbyA3pI5LV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbyA3pI5LV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbyA3pI5LV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbyA3pI5LV .card-wrapper {
  padding: 40px 0;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vbyA3pI5LV .card-wrapper {
    padding: 16px;
  }
}
.cid-vbyA3pI5LV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 280px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .cid-vbyA3pI5LV .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vbyA3pI5LV .embla__slide .slide-content {
  width: 100%;
}
.cid-vbyA3pI5LV .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vbyA3pI5LV .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vbyA3pI5LV .embla__button--next,
.cid-vbyA3pI5LV .embla__button--prev {
  display: flex;
}
.cid-vbyA3pI5LV .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #b60607 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vbyA3pI5LV .embla__button {
    bottom: 0;
  }
}
.cid-vbyA3pI5LV .embla__button:hover {
  background-color: #b60607 !important;
  color: #004696 !important;
}
.cid-vbyA3pI5LV .embla__button:disabled {
  opacity: .5 !important;
  background-color: #b60607 !important;
  color: #ffffff !important;
}
.cid-vbyA3pI5LV .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-vbyA3pI5LV .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-vbyA3pI5LV .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-vbyA3pI5LV .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-vbyA3pI5LV .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vbyA3pI5LV .embla {
    padding: 0;
    padding-bottom: 4rem;
  }
}
.cid-vbyA3pI5LV .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vbyA3pI5LV .embla__viewport {
    padding: 0;
  }
}
.cid-vbyA3pI5LV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vbyA3pI5LV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vbyA3pI5LV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vbyA3pI5LV .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vbyA3pI5LV .item-text {
  color: #000000;
}
.cid-vbyA3pI5LV .item-name {
  color: #000000;
}
.cid-vbyA3pI5LV .item-role {
  color: #767676;
}
.cid-vbyA3pI5LV .mbr-star {
  color: #f5b614;
}
.cid-vbz45QRMB3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vbz45QRMB3 .container-fluid {
  padding: 0 3rem;
}
.cid-vbz45QRMB3 .mbr-section-subtitle {
  color: #004696;
}
.cid-vbz45QRMB3 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vbz45QRMB3 .table-wrapper {
  margin: 0 auto;
}
.cid-vbz45QRMB3 .head-item {
  min-width: 70px;
}
.cid-vbz45QRMB3 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vbz45QRMB3 table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #b60607;
  color: white;
  vertical-align: middle;
}
.cid-vbz45QRMB3 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-vbz45QRMB3 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-vbz45QRMB3 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vbz45QRMB3 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-vbz45QRMB3 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-vbz45QRMB3 .dataTables_wrapper {
  display: block;
}
.cid-vbz45QRMB3 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-vbz45QRMB3 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vbz45QRMB3 .head-item:after,
.cid-vbz45QRMB3 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-vbz45QRMB3 .dataTables_filter {
    text-align: center;
  }
  .cid-vbz45QRMB3 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-vbz45QRMB3 .dataTables_filter {
    text-align: center;
  }
  .cid-vbz45QRMB3 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-vbz45QRMB3 .table-wrapper {
    width: 100% !important;
  }
  .cid-vbz45QRMB3 .container-fluid {
    padding: 0 1rem;
  }
  .cid-vbz45QRMB3 table th,
  .cid-vbz45QRMB3 table td {
    padding: 0.75rem;
  }
}
.cid-vbz45QRMB3 .mbr-section-title,
.cid-vbz45QRMB3 .underline {
  color: #004696;
}
.cid-vbz45QRMB3 .body-item {
  color: #004696;
}
.cid-vbz45QRMB3 LABEL {
  color: #004696;
}
.cid-vbz45QRMB3 .info {
  color: #004696;
}
.cid-vboN2p7kc6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #004696;
}
.cid-vboN2p7kc6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboN2p7kc6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboN2p7kc6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vboN2p7kc6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vboN2p7kc6 .row {
    text-align: center;
  }
  .cid-vboN2p7kc6 .social-row {
    justify-content: center;
  }
}
.cid-vboN2p7kc6 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vboN2p7kc6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vboN2p7kc6 .list {
    margin-bottom: 0rem;
  }
}
.cid-vboN2p7kc6 .mbr-text {
  color: #ffffff;
}
.cid-vboN2p7kc6 .mbr-iconfont {
  color: black;
}
.cid-vjXsWEXSQB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjXsWEXSQB .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vjXsWEXSQB .social-row .soc-item {
  margin: 8px;
}
.cid-vjXsWEXSQB .social-row .soc-item a:hover .mbr-iconfont,
.cid-vjXsWEXSQB .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vjXsWEXSQB .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-vjXsWEXSQB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjXsWEXSQB .mbr-section-title {
  color: #ffffff;
}
.cid-vjXsWEXSQB .mbr-section-title,
.cid-vjXsWEXSQB .social-list {
  color: #000000;
}
.cid-vbWy6auQK8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vbWy6auQK8 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vbWy6auQK8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbWy6auQK8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbWy6auQK8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vbWy6auQK8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vbWy6auQK8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vbWy6auQK8 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vbWy6auQK8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vbWy6auQK8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 70, 150, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #004696;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vbWy6auQK8 .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #004696;
  background: rgba(0, 70, 150, 0.9) !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .nav-item:focus,
.cid-vbWy6auQK8 .nav-link:focus {
  outline: none;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbWy6auQK8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbWy6auQK8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vbWy6auQK8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vbWy6auQK8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbWy6auQK8 .navbar .navbar-logo img {
  width: auto;
}
.cid-vbWy6auQK8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vbWy6auQK8 .navbar.collapsed {
  justify-content: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbWy6auQK8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbWy6auQK8 .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: 41%;
}
.cid-vbWy6auQK8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar {
    min-height: 72px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbWy6auQK8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbWy6auQK8 .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: 40%;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbWy6auQK8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbWy6auQK8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vbWy6auQK8 .dropdown-item.active,
.cid-vbWy6auQK8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vbWy6auQK8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #004696;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vbWy6auQK8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbWy6auQK8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .navbar-buttons {
    text-align: left;
  }
}
.cid-vbWy6auQK8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vbWy6auQK8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbWy6auQK8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbWy6auQK8 .navbar {
    height: 70px;
  }
  .cid-vbWy6auQK8 .navbar.opened {
    height: auto;
  }
  .cid-vbWy6auQK8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vbWy6auQK8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vbWy6auQK8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar-brand {
    margin-right: auto;
  }
  .cid-vbWy6auQK8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #004696;
    opacity: 1;
    border-color: rgba(0, 70, 150, 0.9) !important;
    background: rgba(0, 70, 150, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vbWy6auQK8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vbzaaC6wQp {
  padding-top: 135px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/bee20sport20image-2000x1502.jpeg");
}
.cid-vbzaaC6wQp .row {
  position: relative;
}
.cid-vbzaaC6wQp .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-vbzaaC6wQp .row {
    margin: 0 2rem;
  }
}
.cid-vbzaaC6wQp .row {
  padding-left: 6rem;
}
.cid-vbzaaC6wQp h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-vbzaaC6wQp .content-wrapper {
  max-width: 600px;
}
.cid-vbzaaC6wQp H1 {
  color: #ffffff;
}
.cid-vbzaaC6wQp .mbr-text,
.cid-vbzaaC6wQp .mbr-section-btn {
  color: #ffffff;
}
.cid-vbzaaC6wQp H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-vbzaaC6wQp .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-vbzaaC6wQp h4 {
    left: 3rem;
  }
  .cid-vbzaaC6wQp .row {
    padding-left: 3rem;
  }
}
.cid-vbzaaC6wQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbzaaC6wQp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbzaaC6wQp H4 {
  color: #ffffff;
  text-align: center;
}
.cid-vbzaaABdKD {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bee20sport20for20bg2-1536x2048.jpeg");
}
.cid-vbzaaABdKD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbzaaABdKD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbzaaABdKD .row {
  margin: 0 -20px;
}
.cid-vbzaaABdKD .row .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vbzaaABdKD .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbzaaABdKD .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-vbzaaABdKD .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px 6px;
  background-color: #ffffff;
}
.cid-vbzaaABdKD .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  margin-right: 8px;
  font-size: 18px;
}
.cid-vbzaaABdKD .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vbzaaABdKD .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vbzaaABdKD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbzaaABdKD .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbzaaABdKD .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbzaaABdKD .image-wrapper {
  padding: 24px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vbzaaABdKD .image-wrapper {
    padding: 16px;
  }
}
.cid-vbzaaABdKD .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbzaaABdKD .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-vbzaaABdKD .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vbzaaABdKD .image-wrapper img {
    height: 350px;
  }
}
.cid-vbzaaABdKD .mbr-section-title {
  color: #ffffff;
}
.cid-vbzaaABdKD .mbr-label {
  color: #004696;
}
.cid-vbzaaABdKD .mbr-text {
  color: #ffffff;
}
.cid-vbzaaABdKD .mbr-section-title,
.cid-vbzaaABdKD .mbr-section-btn {
  color: #ffffff;
}
.cid-vbzaaCwv2D {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vbzaaCwv2D .mbr-section-title {
  color: #004696;
}
.cid-vbzaaCwv2D .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-vbzaaCwv2D .mbr-text {
  color: #8d97ad;
}
.cid-vbzaaCwv2D .nav {
  border: none;
}
.cid-vbzaaCwv2D .nav-tabs {
  display: table;
  width: 100%;
}
.cid-vbzaaCwv2D .nav-tabs .nav-item {
  display: table-cell;
}
.cid-vbzaaCwv2D .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-vbzaaCwv2D .tab-content {
  margin-top: 3rem;
}
.cid-vbzaaCwv2D .nav-tabs .nav-link {
  display: flex;
  color: #ffffff;
  box-sizing: border-box;
  font-style: normal;
  background: #0054a6;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-vbzaaCwv2D .nav-tabs .nav-link:hover {
  background-color: #b60607;
  color: #ffffff;
}
.cid-vbzaaCwv2D .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #b60607;
  border-bottom: none;
}
.cid-vbzaaCwv2D .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbzaaCwv2D .nav-item {
    display: table-row !important;
  }
}
.cid-vbzaaCwv2D .mbr-text,
.cid-vbzaaCwv2D .mbr-section-btn {
  color: #004696;
}
.cid-vbzaaCwv2D .title-content {
  color: #004696;
}
.cid-vbzaaDbvkC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbzaaDbvkC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbzaaDbvkC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbzaaDbvkC .card-wrapper {
  padding: 40px 0;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vbzaaDbvkC .card-wrapper {
    padding: 16px;
  }
}
.cid-vbzaaDbvkC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 280px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .cid-vbzaaDbvkC .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vbzaaDbvkC .embla__slide .slide-content {
  width: 100%;
}
.cid-vbzaaDbvkC .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vbzaaDbvkC .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vbzaaDbvkC .embla__button--next,
.cid-vbzaaDbvkC .embla__button--prev {
  display: flex;
}
.cid-vbzaaDbvkC .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #b60607 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vbzaaDbvkC .embla__button {
    bottom: 0;
  }
}
.cid-vbzaaDbvkC .embla__button:hover {
  background-color: #b60607 !important;
  color: #004696 !important;
}
.cid-vbzaaDbvkC .embla__button:disabled {
  opacity: .5 !important;
  background-color: #b60607 !important;
  color: #ffffff !important;
}
.cid-vbzaaDbvkC .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-vbzaaDbvkC .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-vbzaaDbvkC .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-vbzaaDbvkC .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-vbzaaDbvkC .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vbzaaDbvkC .embla {
    padding: 0;
    padding-bottom: 4rem;
  }
}
.cid-vbzaaDbvkC .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vbzaaDbvkC .embla__viewport {
    padding: 0;
  }
}
.cid-vbzaaDbvkC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vbzaaDbvkC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vbzaaDbvkC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vbzaaDbvkC .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vbzaaDbvkC .item-text {
  color: #000000;
}
.cid-vbzaaDbvkC .item-name {
  color: #000000;
}
.cid-vbzaaDbvkC .item-role {
  color: #767676;
}
.cid-vbzaaDbvkC .mbr-star {
  color: #f5b614;
}
.cid-vbzaaDRplI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vbzaaDRplI .container-fluid {
  padding: 0 3rem;
}
.cid-vbzaaDRplI .mbr-section-subtitle {
  color: #004696;
}
.cid-vbzaaDRplI .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vbzaaDRplI .table-wrapper {
  margin: 0 auto;
}
.cid-vbzaaDRplI .head-item {
  min-width: 70px;
}
.cid-vbzaaDRplI table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vbzaaDRplI table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #b60607;
  color: white;
  vertical-align: middle;
}
.cid-vbzaaDRplI table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-vbzaaDRplI .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-vbzaaDRplI .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vbzaaDRplI .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-vbzaaDRplI .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-vbzaaDRplI .dataTables_wrapper {
  display: block;
}
.cid-vbzaaDRplI .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-vbzaaDRplI .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vbzaaDRplI .head-item:after,
.cid-vbzaaDRplI .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-vbzaaDRplI .dataTables_filter {
    text-align: center;
  }
  .cid-vbzaaDRplI .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-vbzaaDRplI .dataTables_filter {
    text-align: center;
  }
  .cid-vbzaaDRplI .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-vbzaaDRplI .table-wrapper {
    width: 100% !important;
  }
  .cid-vbzaaDRplI .container-fluid {
    padding: 0 1rem;
  }
  .cid-vbzaaDRplI table th,
  .cid-vbzaaDRplI table td {
    padding: 0.75rem;
  }
}
.cid-vbzaaDRplI .mbr-section-title,
.cid-vbzaaDRplI .underline {
  color: #004696;
}
.cid-vbzaaDRplI .body-item {
  color: #004696;
}
.cid-vbzaaDRplI LABEL {
  color: #004696;
}
.cid-vbzaaDRplI .info {
  color: #004696;
}
.cid-vbzaaFSU0J {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #004696;
}
.cid-vbzaaFSU0J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbzaaFSU0J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbzaaFSU0J .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vbzaaFSU0J .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vbzaaFSU0J .row {
    text-align: center;
  }
  .cid-vbzaaFSU0J .social-row {
    justify-content: center;
  }
}
.cid-vbzaaFSU0J .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vbzaaFSU0J .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbzaaFSU0J .list {
    margin-bottom: 0rem;
  }
}
.cid-vbzaaFSU0J .mbr-text {
  color: #ffffff;
}
.cid-vbzaaFSU0J .mbr-iconfont {
  color: black;
}
.cid-vjXsWEXSQB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjXsWEXSQB .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vjXsWEXSQB .social-row .soc-item {
  margin: 8px;
}
.cid-vjXsWEXSQB .social-row .soc-item a:hover .mbr-iconfont,
.cid-vjXsWEXSQB .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vjXsWEXSQB .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-vjXsWEXSQB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjXsWEXSQB .mbr-section-title {
  color: #ffffff;
}
.cid-vjXsWEXSQB .mbr-section-title,
.cid-vjXsWEXSQB .social-list {
  color: #000000;
}
.cid-vbWy6auQK8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vbWy6auQK8 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vbWy6auQK8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbWy6auQK8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbWy6auQK8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vbWy6auQK8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vbWy6auQK8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vbWy6auQK8 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vbWy6auQK8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vbWy6auQK8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 70, 150, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #004696;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vbWy6auQK8 .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #004696;
  background: rgba(0, 70, 150, 0.9) !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .nav-item:focus,
.cid-vbWy6auQK8 .nav-link:focus {
  outline: none;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbWy6auQK8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbWy6auQK8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vbWy6auQK8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vbWy6auQK8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbWy6auQK8 .navbar .navbar-logo img {
  width: auto;
}
.cid-vbWy6auQK8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vbWy6auQK8 .navbar.collapsed {
  justify-content: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbWy6auQK8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbWy6auQK8 .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: 41%;
}
.cid-vbWy6auQK8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar {
    min-height: 72px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbWy6auQK8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbWy6auQK8 .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: 40%;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbWy6auQK8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbWy6auQK8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vbWy6auQK8 .dropdown-item.active,
.cid-vbWy6auQK8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vbWy6auQK8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #004696;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vbWy6auQK8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbWy6auQK8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .navbar-buttons {
    text-align: left;
  }
}
.cid-vbWy6auQK8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vbWy6auQK8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbWy6auQK8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbWy6auQK8 .navbar {
    height: 70px;
  }
  .cid-vbWy6auQK8 .navbar.opened {
    height: auto;
  }
  .cid-vbWy6auQK8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vbWy6auQK8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vbWy6auQK8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar-brand {
    margin-right: auto;
  }
  .cid-vbWy6auQK8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #004696;
    opacity: 1;
    border-color: rgba(0, 70, 150, 0.9) !important;
    background: rgba(0, 70, 150, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vbWy6auQK8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vbzkhGZVYJ {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/bee20wild20front20tire-2000x1333.jpeg");
}
.cid-vbzkhGZVYJ .row {
  position: relative;
}
.cid-vbzkhGZVYJ .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-vbzkhGZVYJ .row {
    margin: 0 2rem;
  }
}
.cid-vbzkhGZVYJ .row {
  padding-left: 6rem;
}
.cid-vbzkhGZVYJ h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-vbzkhGZVYJ .content-wrapper {
  max-width: 600px;
}
.cid-vbzkhGZVYJ H1 {
  color: #ffffff;
}
.cid-vbzkhGZVYJ .mbr-text,
.cid-vbzkhGZVYJ .mbr-section-btn {
  color: #ffffff;
}
.cid-vbzkhGZVYJ H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-vbzkhGZVYJ .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-vbzkhGZVYJ h4 {
    left: 3rem;
  }
  .cid-vbzkhGZVYJ .row {
    padding-left: 3rem;
  }
}
.cid-vbzkhGZVYJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbzkhGZVYJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbzkhGZVYJ H4 {
  color: #ffffff;
  text-align: center;
}
.cid-vbzkhGaP6d {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bee20wild20133a5204-migliorato-nr-2000x1333.jpeg");
}
.cid-vbzkhGaP6d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbzkhGaP6d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbzkhGaP6d .row {
  margin: 0 -20px;
}
.cid-vbzkhGaP6d .row .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vbzkhGaP6d .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbzkhGaP6d .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-vbzkhGaP6d .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px 6px;
  background-color: #ffffff;
}
.cid-vbzkhGaP6d .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  margin-right: 8px;
  font-size: 18px;
}
.cid-vbzkhGaP6d .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vbzkhGaP6d .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vbzkhGaP6d .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbzkhGaP6d .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbzkhGaP6d .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbzkhGaP6d .image-wrapper {
  padding: 24px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vbzkhGaP6d .image-wrapper {
    padding: 16px;
  }
}
.cid-vbzkhGaP6d .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbzkhGaP6d .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-vbzkhGaP6d .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vbzkhGaP6d .image-wrapper img {
    height: 350px;
  }
}
.cid-vbzkhGaP6d .mbr-section-title {
  color: #ffffff;
}
.cid-vbzkhGaP6d .mbr-label {
  color: #004696;
}
.cid-vbzkhGaP6d .mbr-text {
  color: #ffffff;
}
.cid-vbzkhGaP6d .mbr-section-title,
.cid-vbzkhGaP6d .mbr-section-btn {
  color: #ffffff;
}
.cid-vbzkhHcqfP {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vbzkhHcqfP .mbr-section-title {
  color: #004696;
}
.cid-vbzkhHcqfP .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-vbzkhHcqfP .mbr-text {
  color: #8d97ad;
}
.cid-vbzkhHcqfP .nav {
  border: none;
}
.cid-vbzkhHcqfP .nav-tabs {
  display: table;
  width: 100%;
}
.cid-vbzkhHcqfP .nav-tabs .nav-item {
  display: table-cell;
}
.cid-vbzkhHcqfP .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-vbzkhHcqfP .tab-content {
  margin-top: 3rem;
}
.cid-vbzkhHcqfP .nav-tabs .nav-link {
  display: flex;
  color: #ffffff;
  box-sizing: border-box;
  font-style: normal;
  background: #0054a6;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-vbzkhHcqfP .nav-tabs .nav-link:hover {
  background-color: #b60607;
  color: #ffffff;
}
.cid-vbzkhHcqfP .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #b60607;
  border-bottom: none;
}
.cid-vbzkhHcqfP .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbzkhHcqfP .nav-item {
    display: table-row !important;
  }
}
.cid-vbzkhHcqfP .mbr-text,
.cid-vbzkhHcqfP .mbr-section-btn {
  color: #004696;
}
.cid-vbzkhHcqfP .title-content {
  color: #004696;
}
.cid-vbzkhHFRzz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbzkhHFRzz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbzkhHFRzz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbzkhHFRzz .card-wrapper {
  padding: 40px 0;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vbzkhHFRzz .card-wrapper {
    padding: 16px;
  }
}
.cid-vbzkhHFRzz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 280px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .cid-vbzkhHFRzz .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vbzkhHFRzz .embla__slide .slide-content {
  width: 100%;
}
.cid-vbzkhHFRzz .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vbzkhHFRzz .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vbzkhHFRzz .embla__button--next,
.cid-vbzkhHFRzz .embla__button--prev {
  display: flex;
}
.cid-vbzkhHFRzz .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #b60607 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vbzkhHFRzz .embla__button {
    bottom: 0;
  }
}
.cid-vbzkhHFRzz .embla__button:hover {
  background-color: #b60607 !important;
  color: #004696 !important;
}
.cid-vbzkhHFRzz .embla__button:disabled {
  opacity: .5 !important;
  background-color: #b60607 !important;
  color: #ffffff !important;
}
.cid-vbzkhHFRzz .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-vbzkhHFRzz .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-vbzkhHFRzz .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-vbzkhHFRzz .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-vbzkhHFRzz .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vbzkhHFRzz .embla {
    padding: 0;
    padding-bottom: 4rem;
  }
}
.cid-vbzkhHFRzz .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vbzkhHFRzz .embla__viewport {
    padding: 0;
  }
}
.cid-vbzkhHFRzz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vbzkhHFRzz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vbzkhHFRzz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vbzkhHFRzz .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vbzkhHFRzz .item-text {
  color: #000000;
}
.cid-vbzkhHFRzz .item-name {
  color: #000000;
}
.cid-vbzkhHFRzz .item-role {
  color: #767676;
}
.cid-vbzkhHFRzz .mbr-star {
  color: #f5b614;
}
.cid-vbzkhIguYA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vbzkhIguYA .container-fluid {
  padding: 0 3rem;
}
.cid-vbzkhIguYA .mbr-section-subtitle {
  color: #004696;
}
.cid-vbzkhIguYA .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vbzkhIguYA .table-wrapper {
  margin: 0 auto;
}
.cid-vbzkhIguYA .head-item {
  min-width: 70px;
}
.cid-vbzkhIguYA table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vbzkhIguYA table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #b60607;
  color: white;
  vertical-align: middle;
}
.cid-vbzkhIguYA table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-vbzkhIguYA .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-vbzkhIguYA .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vbzkhIguYA .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-vbzkhIguYA .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-vbzkhIguYA .dataTables_wrapper {
  display: block;
}
.cid-vbzkhIguYA .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-vbzkhIguYA .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vbzkhIguYA .head-item:after,
.cid-vbzkhIguYA .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-vbzkhIguYA .dataTables_filter {
    text-align: center;
  }
  .cid-vbzkhIguYA .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-vbzkhIguYA .dataTables_filter {
    text-align: center;
  }
  .cid-vbzkhIguYA .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-vbzkhIguYA .table-wrapper {
    width: 100% !important;
  }
  .cid-vbzkhIguYA .container-fluid {
    padding: 0 1rem;
  }
  .cid-vbzkhIguYA table th,
  .cid-vbzkhIguYA table td {
    padding: 0.75rem;
  }
}
.cid-vbzkhIguYA .mbr-section-title,
.cid-vbzkhIguYA .underline {
  color: #004696;
}
.cid-vbzkhIguYA .body-item {
  color: #004696;
}
.cid-vbzkhIguYA LABEL {
  color: #004696;
}
.cid-vbzkhIguYA .info {
  color: #004696;
}
.cid-vbzkhINuZZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #004696;
}
.cid-vbzkhINuZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbzkhINuZZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbzkhINuZZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vbzkhINuZZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vbzkhINuZZ .row {
    text-align: center;
  }
  .cid-vbzkhINuZZ .social-row {
    justify-content: center;
  }
}
.cid-vbzkhINuZZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vbzkhINuZZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbzkhINuZZ .list {
    margin-bottom: 0rem;
  }
}
.cid-vbzkhINuZZ .mbr-text {
  color: #ffffff;
}
.cid-vbzkhINuZZ .mbr-iconfont {
  color: black;
}
.cid-vjXsWEXSQB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjXsWEXSQB .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vjXsWEXSQB .social-row .soc-item {
  margin: 8px;
}
.cid-vjXsWEXSQB .social-row .soc-item a:hover .mbr-iconfont,
.cid-vjXsWEXSQB .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vjXsWEXSQB .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-vjXsWEXSQB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjXsWEXSQB .mbr-section-title {
  color: #ffffff;
}
.cid-vjXsWEXSQB .mbr-section-title,
.cid-vjXsWEXSQB .social-list {
  color: #000000;
}
.cid-vbWy6auQK8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vbWy6auQK8 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vbWy6auQK8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbWy6auQK8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbWy6auQK8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vbWy6auQK8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vbWy6auQK8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vbWy6auQK8 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vbWy6auQK8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vbWy6auQK8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 70, 150, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #004696;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vbWy6auQK8 .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #004696;
  background: rgba(0, 70, 150, 0.9) !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .nav-item:focus,
.cid-vbWy6auQK8 .nav-link:focus {
  outline: none;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbWy6auQK8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbWy6auQK8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vbWy6auQK8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vbWy6auQK8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbWy6auQK8 .navbar .navbar-logo img {
  width: auto;
}
.cid-vbWy6auQK8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vbWy6auQK8 .navbar.collapsed {
  justify-content: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbWy6auQK8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbWy6auQK8 .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: 41%;
}
.cid-vbWy6auQK8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar {
    min-height: 72px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbWy6auQK8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbWy6auQK8 .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: 40%;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbWy6auQK8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbWy6auQK8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vbWy6auQK8 .dropdown-item.active,
.cid-vbWy6auQK8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vbWy6auQK8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #004696;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vbWy6auQK8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbWy6auQK8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .navbar-buttons {
    text-align: left;
  }
}
.cid-vbWy6auQK8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vbWy6auQK8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbWy6auQK8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbWy6auQK8 .navbar {
    height: 70px;
  }
  .cid-vbWy6auQK8 .navbar.opened {
    height: auto;
  }
  .cid-vbWy6auQK8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vbWy6auQK8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vbWy6auQK8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar-brand {
    margin-right: auto;
  }
  .cid-vbWy6auQK8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #004696;
    opacity: 1;
    border-color: rgba(0, 70, 150, 0.9) !important;
    background: rgba(0, 70, 150, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vbWy6auQK8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vbAGCpbtQq {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/trailhound20scr20review20by20acervone2-1080x1350.jpeg");
}
.cid-vbAGCpbtQq .row {
  position: relative;
}
.cid-vbAGCpbtQq .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-vbAGCpbtQq .row {
    margin: 0 2rem;
  }
}
.cid-vbAGCpbtQq .row {
  padding-left: 6rem;
}
.cid-vbAGCpbtQq h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-vbAGCpbtQq .content-wrapper {
  max-width: 600px;
}
.cid-vbAGCpbtQq H1 {
  color: #ffffff;
}
.cid-vbAGCpbtQq .mbr-text,
.cid-vbAGCpbtQq .mbr-section-btn {
  color: #ffffff;
}
.cid-vbAGCpbtQq H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-vbAGCpbtQq .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-vbAGCpbtQq h4 {
    left: 3rem;
  }
  .cid-vbAGCpbtQq .row {
    padding-left: 3rem;
  }
}
.cid-vbAGCpbtQq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbAGCpbtQq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbAGCpbtQq H4 {
  color: #ffffff;
  text-align: center;
}
.cid-vbAGCoMHxJ {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/trailhound20str1-2000x3006.jpeg");
}
.cid-vbAGCoMHxJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbAGCoMHxJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbAGCoMHxJ .row {
  margin: 0 -20px;
}
.cid-vbAGCoMHxJ .row .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vbAGCoMHxJ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbAGCoMHxJ .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-vbAGCoMHxJ .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px 6px;
  background-color: #ffffff;
}
.cid-vbAGCoMHxJ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  margin-right: 8px;
  font-size: 18px;
}
.cid-vbAGCoMHxJ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vbAGCoMHxJ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vbAGCoMHxJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbAGCoMHxJ .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbAGCoMHxJ .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbAGCoMHxJ .image-wrapper {
  padding: 24px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vbAGCoMHxJ .image-wrapper {
    padding: 16px;
  }
}
.cid-vbAGCoMHxJ .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbAGCoMHxJ .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-vbAGCoMHxJ .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vbAGCoMHxJ .image-wrapper img {
    height: 350px;
  }
}
.cid-vbAGCoMHxJ .mbr-section-title {
  color: #ffffff;
}
.cid-vbAGCoMHxJ .mbr-label {
  color: #004696;
}
.cid-vbAGCoMHxJ .mbr-text {
  color: #ffffff;
}
.cid-vbAGCoMHxJ .mbr-section-title,
.cid-vbAGCoMHxJ .mbr-section-btn {
  color: #ffffff;
}
.cid-vbAGCoMHxJ P {
  color: #ffffff;
}
.cid-vbAGCpwDao {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vbAGCpwDao .mbr-section-title {
  color: #004696;
}
.cid-vbAGCpwDao .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-vbAGCpwDao .mbr-text {
  color: #8d97ad;
}
.cid-vbAGCpwDao .nav {
  border: none;
}
.cid-vbAGCpwDao .nav-tabs {
  display: table;
  width: 100%;
}
.cid-vbAGCpwDao .nav-tabs .nav-item {
  display: table-cell;
}
.cid-vbAGCpwDao .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-vbAGCpwDao .tab-content {
  margin-top: 3rem;
}
.cid-vbAGCpwDao .nav-tabs .nav-link {
  display: flex;
  color: #ffffff;
  box-sizing: border-box;
  font-style: normal;
  background: #0054a6;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-vbAGCpwDao .nav-tabs .nav-link:hover {
  background-color: #b60607;
  color: #ffffff;
}
.cid-vbAGCpwDao .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #b60607;
  border-bottom: none;
}
.cid-vbAGCpwDao .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbAGCpwDao .nav-item {
    display: table-row !important;
  }
}
.cid-vbAGCpwDao .mbr-text,
.cid-vbAGCpwDao .mbr-section-btn {
  color: #004696;
}
.cid-vbAGCpwDao .title-content {
  color: #004696;
}
.cid-vbAGCq0UBt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbAGCq0UBt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbAGCq0UBt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbAGCq0UBt .card-wrapper {
  padding: 40px 0;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vbAGCq0UBt .card-wrapper {
    padding: 16px;
  }
}
.cid-vbAGCq0UBt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 280px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .cid-vbAGCq0UBt .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vbAGCq0UBt .embla__slide .slide-content {
  width: 100%;
}
.cid-vbAGCq0UBt .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vbAGCq0UBt .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vbAGCq0UBt .embla__button--next,
.cid-vbAGCq0UBt .embla__button--prev {
  display: flex;
}
.cid-vbAGCq0UBt .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #b60607 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vbAGCq0UBt .embla__button {
    bottom: 0;
  }
}
.cid-vbAGCq0UBt .embla__button:hover {
  background-color: #b60607 !important;
  color: #ffffff !important;
}
.cid-vbAGCq0UBt .embla__button:disabled {
  opacity: .5 !important;
  background-color: #b60607 !important;
  color: #ffffff !important;
}
.cid-vbAGCq0UBt .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-vbAGCq0UBt .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-vbAGCq0UBt .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-vbAGCq0UBt .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-vbAGCq0UBt .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vbAGCq0UBt .embla {
    padding: 0;
    padding-bottom: 4rem;
  }
}
.cid-vbAGCq0UBt .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vbAGCq0UBt .embla__viewport {
    padding: 0;
  }
}
.cid-vbAGCq0UBt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vbAGCq0UBt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vbAGCq0UBt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vbAGCq0UBt .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vbAGCq0UBt .item-text {
  color: #000000;
}
.cid-vbAGCq0UBt .item-name {
  color: #000000;
}
.cid-vbAGCq0UBt .item-role {
  color: #767676;
}
.cid-vbAGCq0UBt .mbr-star {
  color: #f5b614;
}
.cid-vbAGCqImz7 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vbAGCqImz7 .container-fluid {
  padding: 0 3rem;
}
.cid-vbAGCqImz7 .mbr-section-subtitle {
  color: #004696;
}
.cid-vbAGCqImz7 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vbAGCqImz7 .table-wrapper {
  margin: 0 auto;
}
.cid-vbAGCqImz7 .head-item {
  min-width: 70px;
}
.cid-vbAGCqImz7 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vbAGCqImz7 table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #b60607;
  color: white;
  vertical-align: middle;
}
.cid-vbAGCqImz7 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-vbAGCqImz7 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-vbAGCqImz7 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vbAGCqImz7 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-vbAGCqImz7 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-vbAGCqImz7 .dataTables_wrapper {
  display: block;
}
.cid-vbAGCqImz7 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-vbAGCqImz7 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vbAGCqImz7 .head-item:after,
.cid-vbAGCqImz7 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-vbAGCqImz7 .dataTables_filter {
    text-align: center;
  }
  .cid-vbAGCqImz7 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-vbAGCqImz7 .dataTables_filter {
    text-align: center;
  }
  .cid-vbAGCqImz7 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-vbAGCqImz7 .table-wrapper {
    width: 100% !important;
  }
  .cid-vbAGCqImz7 .container-fluid {
    padding: 0 1rem;
  }
  .cid-vbAGCqImz7 table th,
  .cid-vbAGCqImz7 table td {
    padding: 0.75rem;
  }
}
.cid-vbAGCqImz7 .mbr-section-title,
.cid-vbAGCqImz7 .underline {
  color: #004696;
}
.cid-vbAGCqImz7 .body-item {
  color: #004696;
}
.cid-vbAGCqImz7 LABEL {
  color: #004696;
}
.cid-vbAGCqImz7 .info {
  color: #004696;
}
.cid-vbAGCrro6f {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #004696;
}
.cid-vbAGCrro6f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbAGCrro6f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbAGCrro6f .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vbAGCrro6f .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vbAGCrro6f .row {
    text-align: center;
  }
  .cid-vbAGCrro6f .social-row {
    justify-content: center;
  }
}
.cid-vbAGCrro6f .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vbAGCrro6f .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbAGCrro6f .list {
    margin-bottom: 0rem;
  }
}
.cid-vbAGCrro6f .mbr-text {
  color: #ffffff;
}
.cid-vbAGCrro6f .mbr-iconfont {
  color: black;
}
.cid-vjXsWEXSQB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjXsWEXSQB .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vjXsWEXSQB .social-row .soc-item {
  margin: 8px;
}
.cid-vjXsWEXSQB .social-row .soc-item a:hover .mbr-iconfont,
.cid-vjXsWEXSQB .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vjXsWEXSQB .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-vjXsWEXSQB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjXsWEXSQB .mbr-section-title {
  color: #ffffff;
}
.cid-vjXsWEXSQB .mbr-section-title,
.cid-vjXsWEXSQB .social-list {
  color: #000000;
}
.cid-vbWy6auQK8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vbWy6auQK8 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vbWy6auQK8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbWy6auQK8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbWy6auQK8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vbWy6auQK8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vbWy6auQK8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vbWy6auQK8 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vbWy6auQK8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vbWy6auQK8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 70, 150, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #004696;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vbWy6auQK8 .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #004696;
  background: rgba(0, 70, 150, 0.9) !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .nav-item:focus,
.cid-vbWy6auQK8 .nav-link:focus {
  outline: none;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbWy6auQK8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbWy6auQK8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vbWy6auQK8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vbWy6auQK8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbWy6auQK8 .navbar .navbar-logo img {
  width: auto;
}
.cid-vbWy6auQK8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vbWy6auQK8 .navbar.collapsed {
  justify-content: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbWy6auQK8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbWy6auQK8 .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: 41%;
}
.cid-vbWy6auQK8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar {
    min-height: 72px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbWy6auQK8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbWy6auQK8 .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: 40%;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbWy6auQK8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbWy6auQK8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vbWy6auQK8 .dropdown-item.active,
.cid-vbWy6auQK8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vbWy6auQK8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #004696;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vbWy6auQK8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbWy6auQK8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .navbar-buttons {
    text-align: left;
  }
}
.cid-vbWy6auQK8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vbWy6auQK8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbWy6auQK8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbWy6auQK8 .navbar {
    height: 70px;
  }
  .cid-vbWy6auQK8 .navbar.opened {
    height: auto;
  }
  .cid-vbWy6auQK8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vbWy6auQK8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vbWy6auQK8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar-brand {
    margin-right: auto;
  }
  .cid-vbWy6auQK8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #004696;
    opacity: 1;
    border-color: rgba(0, 70, 150, 0.9) !important;
    background: rgba(0, 70, 150, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vbWy6auQK8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vbAPh9LsBK {
  padding-top: 135px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/2-7-940x788.png");
}
.cid-vbAPh9LsBK .row {
  position: relative;
}
.cid-vbAPh9LsBK .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-vbAPh9LsBK .row {
    margin: 0 2rem;
  }
}
.cid-vbAPh9LsBK .row {
  padding-left: 6rem;
}
.cid-vbAPh9LsBK h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-vbAPh9LsBK .content-wrapper {
  max-width: 600px;
}
.cid-vbAPh9LsBK H1 {
  color: #ffffff;
}
.cid-vbAPh9LsBK .mbr-text,
.cid-vbAPh9LsBK .mbr-section-btn {
  color: #ffffff;
}
.cid-vbAPh9LsBK H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-vbAPh9LsBK .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-vbAPh9LsBK h4 {
    left: 3rem;
  }
  .cid-vbAPh9LsBK .row {
    padding-left: 3rem;
  }
}
.cid-vbAPh9LsBK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbAPh9LsBK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbAPh9LsBK H4 {
  color: #ffffff;
  text-align: center;
}
.cid-vbAPh9bHbJ {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/trailhound20wild-940x788.png");
}
.cid-vbAPh9bHbJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbAPh9bHbJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbAPh9bHbJ .row {
  margin: 0 -20px;
}
.cid-vbAPh9bHbJ .row .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vbAPh9bHbJ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbAPh9bHbJ .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-vbAPh9bHbJ .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px 6px;
  background-color: #ffffff;
}
.cid-vbAPh9bHbJ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  margin-right: 8px;
  font-size: 18px;
}
.cid-vbAPh9bHbJ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vbAPh9bHbJ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vbAPh9bHbJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbAPh9bHbJ .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbAPh9bHbJ .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbAPh9bHbJ .image-wrapper {
  padding: 24px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vbAPh9bHbJ .image-wrapper {
    padding: 16px;
  }
}
.cid-vbAPh9bHbJ .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbAPh9bHbJ .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-vbAPh9bHbJ .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vbAPh9bHbJ .image-wrapper img {
    height: 350px;
  }
}
.cid-vbAPh9bHbJ .mbr-section-title {
  color: #ffffff;
}
.cid-vbAPh9bHbJ .mbr-label {
  color: #004696;
}
.cid-vbAPh9bHbJ .mbr-text {
  color: #ffffff;
}
.cid-vbAPh9bHbJ .mbr-section-title,
.cid-vbAPh9bHbJ .mbr-section-btn {
  color: #ffffff;
}
.cid-vbAPh9bHbJ P {
  color: #ffffff;
}
.cid-vbAPhajfUx {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vbAPhajfUx .mbr-section-title {
  color: #004696;
}
.cid-vbAPhajfUx .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-vbAPhajfUx .mbr-text {
  color: #8d97ad;
}
.cid-vbAPhajfUx .nav {
  border: none;
}
.cid-vbAPhajfUx .nav-tabs {
  display: table;
  width: 100%;
}
.cid-vbAPhajfUx .nav-tabs .nav-item {
  display: table-cell;
}
.cid-vbAPhajfUx .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-vbAPhajfUx .tab-content {
  margin-top: 3rem;
}
.cid-vbAPhajfUx .nav-tabs .nav-link {
  display: flex;
  color: #ffffff;
  box-sizing: border-box;
  font-style: normal;
  background: #0054a6;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-vbAPhajfUx .nav-tabs .nav-link:hover {
  background-color: #b60607;
  color: #ffffff;
}
.cid-vbAPhajfUx .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #b60607;
  border-bottom: none;
}
.cid-vbAPhajfUx .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbAPhajfUx .nav-item {
    display: table-row !important;
  }
}
.cid-vbAPhajfUx .mbr-text,
.cid-vbAPhajfUx .mbr-section-btn {
  color: #004696;
}
.cid-vbAPhajfUx .title-content {
  color: #004696;
}
.cid-vbAPhb6OPO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbAPhb6OPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbAPhb6OPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbAPhb6OPO .card-wrapper {
  padding: 40px 0;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vbAPhb6OPO .card-wrapper {
    padding: 16px;
  }
}
.cid-vbAPhb6OPO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 280px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .cid-vbAPhb6OPO .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vbAPhb6OPO .embla__slide .slide-content {
  width: 100%;
}
.cid-vbAPhb6OPO .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vbAPhb6OPO .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vbAPhb6OPO .embla__button--next,
.cid-vbAPhb6OPO .embla__button--prev {
  display: flex;
}
.cid-vbAPhb6OPO .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #b60607 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vbAPhb6OPO .embla__button {
    bottom: 0;
  }
}
.cid-vbAPhb6OPO .embla__button:hover {
  background-color: #b60607 !important;
  color: #ffffff !important;
}
.cid-vbAPhb6OPO .embla__button:disabled {
  opacity: .5 !important;
  background-color: #b60607 !important;
  color: #ffffff !important;
}
.cid-vbAPhb6OPO .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-vbAPhb6OPO .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-vbAPhb6OPO .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-vbAPhb6OPO .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-vbAPhb6OPO .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vbAPhb6OPO .embla {
    padding: 0;
    padding-bottom: 4rem;
  }
}
.cid-vbAPhb6OPO .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vbAPhb6OPO .embla__viewport {
    padding: 0;
  }
}
.cid-vbAPhb6OPO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vbAPhb6OPO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vbAPhb6OPO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vbAPhb6OPO .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vbAPhb6OPO .item-text {
  color: #000000;
}
.cid-vbAPhb6OPO .item-name {
  color: #000000;
}
.cid-vbAPhb6OPO .item-role {
  color: #767676;
}
.cid-vbAPhb6OPO .mbr-star {
  color: #f5b614;
}
.cid-vbAPhcgrs2 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vbAPhcgrs2 .container-fluid {
  padding: 0 3rem;
}
.cid-vbAPhcgrs2 .mbr-section-subtitle {
  color: #004696;
}
.cid-vbAPhcgrs2 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vbAPhcgrs2 .table-wrapper {
  margin: 0 auto;
}
.cid-vbAPhcgrs2 .head-item {
  min-width: 70px;
}
.cid-vbAPhcgrs2 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vbAPhcgrs2 table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #b60607;
  color: white;
  vertical-align: middle;
}
.cid-vbAPhcgrs2 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-vbAPhcgrs2 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-vbAPhcgrs2 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vbAPhcgrs2 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-vbAPhcgrs2 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-vbAPhcgrs2 .dataTables_wrapper {
  display: block;
}
.cid-vbAPhcgrs2 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-vbAPhcgrs2 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vbAPhcgrs2 .head-item:after,
.cid-vbAPhcgrs2 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-vbAPhcgrs2 .dataTables_filter {
    text-align: center;
  }
  .cid-vbAPhcgrs2 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-vbAPhcgrs2 .dataTables_filter {
    text-align: center;
  }
  .cid-vbAPhcgrs2 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-vbAPhcgrs2 .table-wrapper {
    width: 100% !important;
  }
  .cid-vbAPhcgrs2 .container-fluid {
    padding: 0 1rem;
  }
  .cid-vbAPhcgrs2 table th,
  .cid-vbAPhcgrs2 table td {
    padding: 0.75rem;
  }
}
.cid-vbAPhcgrs2 .mbr-section-title,
.cid-vbAPhcgrs2 .underline {
  color: #004696;
}
.cid-vbAPhcgrs2 .body-item {
  color: #004696;
}
.cid-vbAPhcgrs2 LABEL {
  color: #004696;
}
.cid-vbAPhcgrs2 .info {
  color: #004696;
}
.cid-vbAPhddUrQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #004696;
}
.cid-vbAPhddUrQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbAPhddUrQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbAPhddUrQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vbAPhddUrQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vbAPhddUrQ .row {
    text-align: center;
  }
  .cid-vbAPhddUrQ .social-row {
    justify-content: center;
  }
}
.cid-vbAPhddUrQ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vbAPhddUrQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbAPhddUrQ .list {
    margin-bottom: 0rem;
  }
}
.cid-vbAPhddUrQ .mbr-text {
  color: #ffffff;
}
.cid-vbAPhddUrQ .mbr-iconfont {
  color: black;
}
.cid-vjXsWEXSQB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjXsWEXSQB .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vjXsWEXSQB .social-row .soc-item {
  margin: 8px;
}
.cid-vjXsWEXSQB .social-row .soc-item a:hover .mbr-iconfont,
.cid-vjXsWEXSQB .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vjXsWEXSQB .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-vjXsWEXSQB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjXsWEXSQB .mbr-section-title {
  color: #ffffff;
}
.cid-vjXsWEXSQB .mbr-section-title,
.cid-vjXsWEXSQB .social-list {
  color: #000000;
}
.cid-vbWy6auQK8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vbWy6auQK8 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vbWy6auQK8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbWy6auQK8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbWy6auQK8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vbWy6auQK8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vbWy6auQK8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vbWy6auQK8 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vbWy6auQK8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vbWy6auQK8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 70, 150, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #004696;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vbWy6auQK8 .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #004696;
  background: rgba(0, 70, 150, 0.9) !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .nav-item:focus,
.cid-vbWy6auQK8 .nav-link:focus {
  outline: none;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbWy6auQK8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbWy6auQK8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vbWy6auQK8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vbWy6auQK8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbWy6auQK8 .navbar .navbar-logo img {
  width: auto;
}
.cid-vbWy6auQK8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vbWy6auQK8 .navbar.collapsed {
  justify-content: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbWy6auQK8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbWy6auQK8 .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: 41%;
}
.cid-vbWy6auQK8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar {
    min-height: 72px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbWy6auQK8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbWy6auQK8 .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: 40%;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbWy6auQK8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbWy6auQK8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vbWy6auQK8 .dropdown-item.active,
.cid-vbWy6auQK8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vbWy6auQK8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #004696;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vbWy6auQK8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbWy6auQK8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .navbar-buttons {
    text-align: left;
  }
}
.cid-vbWy6auQK8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vbWy6auQK8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbWy6auQK8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbWy6auQK8 .navbar {
    height: 70px;
  }
  .cid-vbWy6auQK8 .navbar.opened {
    height: auto;
  }
  .cid-vbWy6auQK8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vbWy6auQK8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vbWy6auQK8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar-brand {
    margin-right: auto;
  }
  .cid-vbWy6auQK8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #004696;
    opacity: 1;
    border-color: rgba(0, 70, 150, 0.9) !important;
    background: rgba(0, 70, 150, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vbWy6auQK8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vbBbwCqEst {
  padding-top: 135px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/climber20xc20fly-1080x1080.png");
}
.cid-vbBbwCqEst .row {
  position: relative;
}
.cid-vbBbwCqEst .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-vbBbwCqEst .row {
    margin: 0 2rem;
  }
}
.cid-vbBbwCqEst .row {
  padding-left: 6rem;
}
.cid-vbBbwCqEst h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-vbBbwCqEst .content-wrapper {
  max-width: 600px;
}
.cid-vbBbwCqEst H1 {
  color: #ffffff;
}
.cid-vbBbwCqEst .mbr-text,
.cid-vbBbwCqEst .mbr-section-btn {
  color: #ffffff;
}
.cid-vbBbwCqEst H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-vbBbwCqEst .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-vbBbwCqEst h4 {
    left: 3rem;
  }
  .cid-vbBbwCqEst .row {
    padding-left: 3rem;
  }
}
.cid-vbBbwCqEst .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBbwCqEst .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBbwCqEst H4 {
  color: #ffffff;
  text-align: center;
}
.cid-vbBbwC0ZoV {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/climber20xc20model-1080x1020.png");
}
.cid-vbBbwC0ZoV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBbwC0ZoV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBbwC0ZoV .row {
  margin: 0 -20px;
}
.cid-vbBbwC0ZoV .row .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vbBbwC0ZoV .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbBbwC0ZoV .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-vbBbwC0ZoV .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px 6px;
  background-color: #ffffff;
}
.cid-vbBbwC0ZoV .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  margin-right: 8px;
  font-size: 18px;
}
.cid-vbBbwC0ZoV .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vbBbwC0ZoV .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vbBbwC0ZoV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbBbwC0ZoV .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbBbwC0ZoV .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbBbwC0ZoV .image-wrapper {
  padding: 24px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vbBbwC0ZoV .image-wrapper {
    padding: 16px;
  }
}
.cid-vbBbwC0ZoV .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBbwC0ZoV .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-vbBbwC0ZoV .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vbBbwC0ZoV .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBbwC0ZoV .mbr-section-title {
  color: #ffffff;
}
.cid-vbBbwC0ZoV .mbr-label {
  color: #004696;
}
.cid-vbBbwC0ZoV .mbr-text {
  color: #ffffff;
}
.cid-vbBbwC0ZoV .mbr-section-title,
.cid-vbBbwC0ZoV .mbr-section-btn {
  color: #ffffff;
}
.cid-vbBbwC0ZoV P {
  color: #ffffff;
}
.cid-vbBbwCKZtT {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vbBbwCKZtT .mbr-section-title {
  color: #004696;
}
.cid-vbBbwCKZtT .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-vbBbwCKZtT .mbr-text {
  color: #8d97ad;
}
.cid-vbBbwCKZtT .nav {
  border: none;
}
.cid-vbBbwCKZtT .nav-tabs {
  display: table;
  width: 100%;
}
.cid-vbBbwCKZtT .nav-tabs .nav-item {
  display: table-cell;
}
.cid-vbBbwCKZtT .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-vbBbwCKZtT .tab-content {
  margin-top: 3rem;
}
.cid-vbBbwCKZtT .nav-tabs .nav-link {
  display: flex;
  color: #ffffff;
  box-sizing: border-box;
  font-style: normal;
  background: #0054a6;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-vbBbwCKZtT .nav-tabs .nav-link:hover {
  background-color: #b60607;
  color: #ffffff;
}
.cid-vbBbwCKZtT .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #b60607;
  border-bottom: none;
}
.cid-vbBbwCKZtT .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbBbwCKZtT .nav-item {
    display: table-row !important;
  }
}
.cid-vbBbwCKZtT .mbr-text,
.cid-vbBbwCKZtT .mbr-section-btn {
  color: #004696;
}
.cid-vbBbwCKZtT .title-content {
  color: #004696;
}
.cid-vbBbwDrzQA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbBbwDrzQA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBbwDrzQA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBbwDrzQA .card-wrapper {
  padding: 40px 0;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vbBbwDrzQA .card-wrapper {
    padding: 16px;
  }
}
.cid-vbBbwDrzQA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 280px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .cid-vbBbwDrzQA .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vbBbwDrzQA .embla__slide .slide-content {
  width: 100%;
}
.cid-vbBbwDrzQA .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vbBbwDrzQA .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vbBbwDrzQA .embla__button--next,
.cid-vbBbwDrzQA .embla__button--prev {
  display: flex;
}
.cid-vbBbwDrzQA .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #b60607 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vbBbwDrzQA .embla__button {
    bottom: 0;
  }
}
.cid-vbBbwDrzQA .embla__button:hover {
  background-color: #b60607 !important;
  color: #ffffff !important;
}
.cid-vbBbwDrzQA .embla__button:disabled {
  opacity: .5 !important;
  background-color: #b60607 !important;
  color: #ffffff !important;
}
.cid-vbBbwDrzQA .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-vbBbwDrzQA .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-vbBbwDrzQA .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-vbBbwDrzQA .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-vbBbwDrzQA .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vbBbwDrzQA .embla {
    padding: 0;
    padding-bottom: 4rem;
  }
}
.cid-vbBbwDrzQA .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vbBbwDrzQA .embla__viewport {
    padding: 0;
  }
}
.cid-vbBbwDrzQA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vbBbwDrzQA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vbBbwDrzQA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vbBbwDrzQA .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vbBbwDrzQA .item-text {
  color: #000000;
}
.cid-vbBbwDrzQA .item-name {
  color: #000000;
}
.cid-vbBbwDrzQA .item-role {
  color: #767676;
}
.cid-vbBbwDrzQA .mbr-star {
  color: #f5b614;
}
.cid-vbBbwEdvEQ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vbBbwEdvEQ .container-fluid {
  padding: 0 3rem;
}
.cid-vbBbwEdvEQ .mbr-section-subtitle {
  color: #004696;
}
.cid-vbBbwEdvEQ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vbBbwEdvEQ .table-wrapper {
  margin: 0 auto;
}
.cid-vbBbwEdvEQ .head-item {
  min-width: 70px;
}
.cid-vbBbwEdvEQ table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vbBbwEdvEQ table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #b60607;
  color: white;
  vertical-align: middle;
}
.cid-vbBbwEdvEQ table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-vbBbwEdvEQ .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-vbBbwEdvEQ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vbBbwEdvEQ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-vbBbwEdvEQ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-vbBbwEdvEQ .dataTables_wrapper {
  display: block;
}
.cid-vbBbwEdvEQ .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-vbBbwEdvEQ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vbBbwEdvEQ .head-item:after,
.cid-vbBbwEdvEQ .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-vbBbwEdvEQ .dataTables_filter {
    text-align: center;
  }
  .cid-vbBbwEdvEQ .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-vbBbwEdvEQ .dataTables_filter {
    text-align: center;
  }
  .cid-vbBbwEdvEQ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-vbBbwEdvEQ .table-wrapper {
    width: 100% !important;
  }
  .cid-vbBbwEdvEQ .container-fluid {
    padding: 0 1rem;
  }
  .cid-vbBbwEdvEQ table th,
  .cid-vbBbwEdvEQ table td {
    padding: 0.75rem;
  }
}
.cid-vbBbwEdvEQ .mbr-section-title,
.cid-vbBbwEdvEQ .underline {
  color: #004696;
}
.cid-vbBbwEdvEQ .body-item {
  color: #004696;
}
.cid-vbBbwEdvEQ LABEL {
  color: #004696;
}
.cid-vbBbwEdvEQ .info {
  color: #004696;
}
.cid-vbBbwEWCK0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #004696;
}
.cid-vbBbwEWCK0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBbwEWCK0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBbwEWCK0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vbBbwEWCK0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vbBbwEWCK0 .row {
    text-align: center;
  }
  .cid-vbBbwEWCK0 .social-row {
    justify-content: center;
  }
}
.cid-vbBbwEWCK0 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vbBbwEWCK0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbBbwEWCK0 .list {
    margin-bottom: 0rem;
  }
}
.cid-vbBbwEWCK0 .mbr-text {
  color: #ffffff;
}
.cid-vbBbwEWCK0 .mbr-iconfont {
  color: black;
}
.cid-vjXsWEXSQB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjXsWEXSQB .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vjXsWEXSQB .social-row .soc-item {
  margin: 8px;
}
.cid-vjXsWEXSQB .social-row .soc-item a:hover .mbr-iconfont,
.cid-vjXsWEXSQB .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vjXsWEXSQB .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-vjXsWEXSQB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjXsWEXSQB .mbr-section-title {
  color: #ffffff;
}
.cid-vjXsWEXSQB .mbr-section-title,
.cid-vjXsWEXSQB .social-list {
  color: #000000;
}
.cid-vbWy6auQK8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vbWy6auQK8 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vbWy6auQK8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbWy6auQK8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbWy6auQK8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vbWy6auQK8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vbWy6auQK8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vbWy6auQK8 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vbWy6auQK8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vbWy6auQK8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 70, 150, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #004696;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vbWy6auQK8 .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #004696;
  background: rgba(0, 70, 150, 0.9) !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .nav-item:focus,
.cid-vbWy6auQK8 .nav-link:focus {
  outline: none;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbWy6auQK8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbWy6auQK8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vbWy6auQK8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vbWy6auQK8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbWy6auQK8 .navbar .navbar-logo img {
  width: auto;
}
.cid-vbWy6auQK8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vbWy6auQK8 .navbar.collapsed {
  justify-content: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbWy6auQK8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbWy6auQK8 .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: 41%;
}
.cid-vbWy6auQK8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar {
    min-height: 72px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbWy6auQK8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbWy6auQK8 .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: 40%;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbWy6auQK8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbWy6auQK8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vbWy6auQK8 .dropdown-item.active,
.cid-vbWy6auQK8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vbWy6auQK8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #004696;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vbWy6auQK8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbWy6auQK8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .navbar-buttons {
    text-align: left;
  }
}
.cid-vbWy6auQK8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vbWy6auQK8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbWy6auQK8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbWy6auQK8 .navbar {
    height: 70px;
  }
  .cid-vbWy6auQK8 .navbar.opened {
    height: auto;
  }
  .cid-vbWy6auQK8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vbWy6auQK8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vbWy6auQK8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar-brand {
    margin-right: auto;
  }
  .cid-vbWy6auQK8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #004696;
    opacity: 1;
    border-color: rgba(0, 70, 150, 0.9) !important;
    background: rgba(0, 70, 150, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vbWy6auQK8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vbDyH7XCrm {
  padding-top: 135px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1-6-940x788.png");
}
.cid-vbDyH7XCrm .row {
  position: relative;
}
.cid-vbDyH7XCrm .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-vbDyH7XCrm .row {
    margin: 0 2rem;
  }
}
.cid-vbDyH7XCrm .row {
  padding-left: 6rem;
}
.cid-vbDyH7XCrm h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-vbDyH7XCrm .content-wrapper {
  max-width: 600px;
}
.cid-vbDyH7XCrm H1 {
  color: #ffffff;
}
.cid-vbDyH7XCrm .mbr-text,
.cid-vbDyH7XCrm .mbr-section-btn {
  color: #ffffff;
}
.cid-vbDyH7XCrm H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-vbDyH7XCrm .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-vbDyH7XCrm h4 {
    left: 3rem;
  }
  .cid-vbDyH7XCrm .row {
    padding-left: 3rem;
  }
}
.cid-vbDyH7XCrm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbDyH7XCrm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbDyH7XCrm H4 {
  color: #ffffff;
  text-align: center;
}
.cid-vbDyH7mI7b {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/climberxcr20bg-1208x692.png");
}
.cid-vbDyH7mI7b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbDyH7mI7b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbDyH7mI7b .row {
  margin: 0 -20px;
}
.cid-vbDyH7mI7b .row .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vbDyH7mI7b .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbDyH7mI7b .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-vbDyH7mI7b .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px 6px;
  background-color: #ffffff;
}
.cid-vbDyH7mI7b .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  margin-right: 8px;
  font-size: 18px;
}
.cid-vbDyH7mI7b .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vbDyH7mI7b .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vbDyH7mI7b .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbDyH7mI7b .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbDyH7mI7b .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbDyH7mI7b .image-wrapper {
  padding: 24px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vbDyH7mI7b .image-wrapper {
    padding: 16px;
  }
}
.cid-vbDyH7mI7b .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbDyH7mI7b .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-vbDyH7mI7b .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vbDyH7mI7b .image-wrapper img {
    height: 350px;
  }
}
.cid-vbDyH7mI7b .mbr-section-title {
  color: #ffffff;
}
.cid-vbDyH7mI7b .mbr-label {
  color: #004696;
}
.cid-vbDyH7mI7b .mbr-text {
  color: #ffffff;
}
.cid-vbDyH7mI7b .mbr-section-title,
.cid-vbDyH7mI7b .mbr-section-btn {
  color: #ffffff;
}
.cid-vbDyH7mI7b P {
  color: #ffffff;
}
.cid-vbDyH8pAR0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vbDyH8pAR0 .mbr-section-title {
  color: #004696;
}
.cid-vbDyH8pAR0 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-vbDyH8pAR0 .mbr-text {
  color: #8d97ad;
}
.cid-vbDyH8pAR0 .nav {
  border: none;
}
.cid-vbDyH8pAR0 .nav-tabs {
  display: table;
  width: 100%;
}
.cid-vbDyH8pAR0 .nav-tabs .nav-item {
  display: table-cell;
}
.cid-vbDyH8pAR0 .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-vbDyH8pAR0 .tab-content {
  margin-top: 3rem;
}
.cid-vbDyH8pAR0 .nav-tabs .nav-link {
  display: flex;
  color: #ffffff;
  box-sizing: border-box;
  font-style: normal;
  background: #0054a6;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-vbDyH8pAR0 .nav-tabs .nav-link:hover {
  background-color: #b60607;
  color: #ffffff;
}
.cid-vbDyH8pAR0 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #b60607;
  border-bottom: none;
}
.cid-vbDyH8pAR0 .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbDyH8pAR0 .nav-item {
    display: table-row !important;
  }
}
.cid-vbDyH8pAR0 .mbr-text,
.cid-vbDyH8pAR0 .mbr-section-btn {
  color: #004696;
}
.cid-vbDyH8pAR0 .title-content {
  color: #004696;
}
.cid-vbDyH98Q5u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbDyH98Q5u .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbDyH98Q5u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbDyH98Q5u .card-wrapper {
  padding: 40px 0;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vbDyH98Q5u .card-wrapper {
    padding: 16px;
  }
}
.cid-vbDyH98Q5u .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 280px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .cid-vbDyH98Q5u .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vbDyH98Q5u .embla__slide .slide-content {
  width: 100%;
}
.cid-vbDyH98Q5u .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vbDyH98Q5u .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vbDyH98Q5u .embla__button--next,
.cid-vbDyH98Q5u .embla__button--prev {
  display: flex;
}
.cid-vbDyH98Q5u .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #b60607 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vbDyH98Q5u .embla__button {
    bottom: 0;
  }
}
.cid-vbDyH98Q5u .embla__button:hover {
  background-color: #b60607 !important;
  color: #ffffff !important;
}
.cid-vbDyH98Q5u .embla__button:disabled {
  opacity: .5 !important;
  background-color: #b60607 !important;
  color: #ffffff !important;
}
.cid-vbDyH98Q5u .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-vbDyH98Q5u .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-vbDyH98Q5u .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-vbDyH98Q5u .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-vbDyH98Q5u .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vbDyH98Q5u .embla {
    padding: 0;
    padding-bottom: 4rem;
  }
}
.cid-vbDyH98Q5u .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vbDyH98Q5u .embla__viewport {
    padding: 0;
  }
}
.cid-vbDyH98Q5u .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vbDyH98Q5u .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vbDyH98Q5u .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vbDyH98Q5u .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vbDyH98Q5u .item-text {
  color: #000000;
}
.cid-vbDyH98Q5u .item-name {
  color: #000000;
}
.cid-vbDyH98Q5u .item-role {
  color: #767676;
}
.cid-vbDyH98Q5u .mbr-star {
  color: #f5b614;
}
.cid-vbDyHaa9yp {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vbDyHaa9yp .container-fluid {
  padding: 0 3rem;
}
.cid-vbDyHaa9yp .mbr-section-subtitle {
  color: #004696;
}
.cid-vbDyHaa9yp .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vbDyHaa9yp .table-wrapper {
  margin: 0 auto;
}
.cid-vbDyHaa9yp .head-item {
  min-width: 70px;
  text-align: justify;
}
.cid-vbDyHaa9yp table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vbDyHaa9yp table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #b60607;
  color: white;
  vertical-align: middle;
}
.cid-vbDyHaa9yp table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-vbDyHaa9yp .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-vbDyHaa9yp .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vbDyHaa9yp .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-vbDyHaa9yp .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-vbDyHaa9yp .dataTables_wrapper {
  display: block;
}
.cid-vbDyHaa9yp .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-vbDyHaa9yp .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vbDyHaa9yp .head-item:after,
.cid-vbDyHaa9yp .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-vbDyHaa9yp .dataTables_filter {
    text-align: center;
  }
  .cid-vbDyHaa9yp .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-vbDyHaa9yp .dataTables_filter {
    text-align: center;
  }
  .cid-vbDyHaa9yp .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-vbDyHaa9yp .table-wrapper {
    width: 100% !important;
  }
  .cid-vbDyHaa9yp .container-fluid {
    padding: 0 1rem;
  }
  .cid-vbDyHaa9yp table th,
  .cid-vbDyHaa9yp table td {
    padding: 0.75rem;
  }
}
.cid-vbDyHaa9yp .mbr-section-title,
.cid-vbDyHaa9yp .underline {
  color: #004696;
}
.cid-vbDyHaa9yp .body-item {
  color: #004696;
  text-align: justify;
}
.cid-vbDyHaa9yp LABEL {
  color: #004696;
}
.cid-vbDyHaa9yp .info {
  color: #004696;
}
.cid-vbDyHblS3J {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #004696;
}
.cid-vbDyHblS3J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbDyHblS3J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbDyHblS3J .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vbDyHblS3J .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vbDyHblS3J .row {
    text-align: center;
  }
  .cid-vbDyHblS3J .social-row {
    justify-content: center;
  }
}
.cid-vbDyHblS3J .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vbDyHblS3J .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbDyHblS3J .list {
    margin-bottom: 0rem;
  }
}
.cid-vbDyHblS3J .mbr-text {
  color: #ffffff;
}
.cid-vbDyHblS3J .mbr-iconfont {
  color: black;
}
.cid-vjXsWEXSQB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjXsWEXSQB .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vjXsWEXSQB .social-row .soc-item {
  margin: 8px;
}
.cid-vjXsWEXSQB .social-row .soc-item a:hover .mbr-iconfont,
.cid-vjXsWEXSQB .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vjXsWEXSQB .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-vjXsWEXSQB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjXsWEXSQB .mbr-section-title {
  color: #ffffff;
}
.cid-vjXsWEXSQB .mbr-section-title,
.cid-vjXsWEXSQB .social-list {
  color: #000000;
}
.cid-vbWy6auQK8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vbWy6auQK8 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vbWy6auQK8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbWy6auQK8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbWy6auQK8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vbWy6auQK8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vbWy6auQK8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vbWy6auQK8 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vbWy6auQK8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vbWy6auQK8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 70, 150, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #004696;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vbWy6auQK8 .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #004696;
  background: rgba(0, 70, 150, 0.9) !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .nav-item:focus,
.cid-vbWy6auQK8 .nav-link:focus {
  outline: none;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbWy6auQK8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbWy6auQK8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vbWy6auQK8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vbWy6auQK8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbWy6auQK8 .navbar .navbar-logo img {
  width: auto;
}
.cid-vbWy6auQK8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vbWy6auQK8 .navbar.collapsed {
  justify-content: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbWy6auQK8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbWy6auQK8 .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: 41%;
}
.cid-vbWy6auQK8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar {
    min-height: 72px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbWy6auQK8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbWy6auQK8 .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: 40%;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbWy6auQK8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbWy6auQK8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vbWy6auQK8 .dropdown-item.active,
.cid-vbWy6auQK8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vbWy6auQK8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #004696;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vbWy6auQK8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbWy6auQK8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .navbar-buttons {
    text-align: left;
  }
}
.cid-vbWy6auQK8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vbWy6auQK8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbWy6auQK8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbWy6auQK8 .navbar {
    height: 70px;
  }
  .cid-vbWy6auQK8 .navbar.opened {
    height: auto;
  }
  .cid-vbWy6auQK8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vbWy6auQK8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vbWy6auQK8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar-brand {
    margin-right: auto;
  }
  .cid-vbWy6auQK8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #004696;
    opacity: 1;
    border-color: rgba(0, 70, 150, 0.9) !important;
    background: rgba(0, 70, 150, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vbWy6auQK8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vbE2ghtrgz {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/1-4-940x788.png");
}
.cid-vbE2ghtrgz .row {
  position: relative;
}
.cid-vbE2ghtrgz .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-vbE2ghtrgz .row {
    margin: 0 2rem;
  }
}
.cid-vbE2ghtrgz .row {
  padding-left: 6rem;
}
.cid-vbE2ghtrgz h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-vbE2ghtrgz .content-wrapper {
  max-width: 600px;
}
.cid-vbE2ghtrgz H1 {
  color: #ffffff;
}
.cid-vbE2ghtrgz .mbr-text,
.cid-vbE2ghtrgz .mbr-section-btn {
  color: #ffffff;
}
.cid-vbE2ghtrgz H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-vbE2ghtrgz .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-vbE2ghtrgz h4 {
    left: 3rem;
  }
  .cid-vbE2ghtrgz .row {
    padding-left: 3rem;
  }
}
.cid-vbE2ghtrgz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbE2ghtrgz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbE2ghtrgz H4 {
  color: #ffffff;
  text-align: center;
}
.cid-vbE2gh8oob {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/3-5-940x788.png");
}
.cid-vbE2gh8oob .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbE2gh8oob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbE2gh8oob .row {
  margin: 0 -20px;
}
.cid-vbE2gh8oob .row .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vbE2gh8oob .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbE2gh8oob .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-vbE2gh8oob .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px 6px;
  background-color: #ffffff;
}
.cid-vbE2gh8oob .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  margin-right: 8px;
  font-size: 18px;
}
.cid-vbE2gh8oob .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vbE2gh8oob .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vbE2gh8oob .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbE2gh8oob .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbE2gh8oob .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbE2gh8oob .image-wrapper {
  padding: 24px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vbE2gh8oob .image-wrapper {
    padding: 16px;
  }
}
.cid-vbE2gh8oob .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbE2gh8oob .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-vbE2gh8oob .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vbE2gh8oob .image-wrapper img {
    height: 350px;
  }
}
.cid-vbE2gh8oob .mbr-section-title {
  color: #ffffff;
}
.cid-vbE2gh8oob .mbr-label {
  color: #004696;
}
.cid-vbE2gh8oob .mbr-text {
  color: #ffffff;
}
.cid-vbE2gh8oob .mbr-section-title,
.cid-vbE2gh8oob .mbr-section-btn {
  color: #ffffff;
}
.cid-vbE2gh8oob P {
  color: #ffffff;
}
.cid-vbE2ghNuFg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vbE2ghNuFg .mbr-section-title {
  color: #004696;
}
.cid-vbE2ghNuFg .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-vbE2ghNuFg .mbr-text {
  color: #8d97ad;
}
.cid-vbE2ghNuFg .nav {
  border: none;
}
.cid-vbE2ghNuFg .nav-tabs {
  display: table;
  width: 100%;
}
.cid-vbE2ghNuFg .nav-tabs .nav-item {
  display: table-cell;
}
.cid-vbE2ghNuFg .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-vbE2ghNuFg .tab-content {
  margin-top: 3rem;
}
.cid-vbE2ghNuFg .nav-tabs .nav-link {
  display: flex;
  color: #ffffff;
  box-sizing: border-box;
  font-style: normal;
  background: #0054a6;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-vbE2ghNuFg .nav-tabs .nav-link:hover {
  background-color: #b60607;
  color: #ffffff;
}
.cid-vbE2ghNuFg .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #b60607;
  border-bottom: none;
}
.cid-vbE2ghNuFg .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbE2ghNuFg .nav-item {
    display: table-row !important;
  }
}
.cid-vbE2ghNuFg .mbr-text,
.cid-vbE2ghNuFg .mbr-section-btn {
  color: #004696;
}
.cid-vbE2ghNuFg .title-content {
  color: #004696;
}
.cid-vbE2gicIqd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbE2gicIqd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbE2gicIqd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbE2gicIqd .card-wrapper {
  padding: 40px 0;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vbE2gicIqd .card-wrapper {
    padding: 16px;
  }
}
.cid-vbE2gicIqd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 280px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .cid-vbE2gicIqd .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vbE2gicIqd .embla__slide .slide-content {
  width: 100%;
}
.cid-vbE2gicIqd .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vbE2gicIqd .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vbE2gicIqd .embla__button--next,
.cid-vbE2gicIqd .embla__button--prev {
  display: flex;
}
.cid-vbE2gicIqd .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #b60607 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vbE2gicIqd .embla__button {
    bottom: 0;
  }
}
.cid-vbE2gicIqd .embla__button:hover {
  background-color: #b60607 !important;
  color: #ffffff !important;
}
.cid-vbE2gicIqd .embla__button:disabled {
  opacity: .5 !important;
  background-color: #b60607 !important;
  color: #ffffff !important;
}
.cid-vbE2gicIqd .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-vbE2gicIqd .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-vbE2gicIqd .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-vbE2gicIqd .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-vbE2gicIqd .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vbE2gicIqd .embla {
    padding: 0;
    padding-bottom: 4rem;
  }
}
.cid-vbE2gicIqd .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vbE2gicIqd .embla__viewport {
    padding: 0;
  }
}
.cid-vbE2gicIqd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vbE2gicIqd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vbE2gicIqd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vbE2gicIqd .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vbE2gicIqd .item-text {
  color: #000000;
}
.cid-vbE2gicIqd .item-name {
  color: #000000;
}
.cid-vbE2gicIqd .item-role {
  color: #767676;
}
.cid-vbE2gicIqd .mbr-star {
  color: #f5b614;
}
.cid-vbE2giJGEV {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vbE2giJGEV .container-fluid {
  padding: 0 3rem;
}
.cid-vbE2giJGEV .mbr-section-subtitle {
  color: #004696;
}
.cid-vbE2giJGEV .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vbE2giJGEV .table-wrapper {
  margin: 0 auto;
}
.cid-vbE2giJGEV .head-item {
  min-width: 70px;
}
.cid-vbE2giJGEV table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vbE2giJGEV table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #b60607;
  color: white;
  vertical-align: middle;
}
.cid-vbE2giJGEV table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-vbE2giJGEV .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-vbE2giJGEV .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vbE2giJGEV .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-vbE2giJGEV .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-vbE2giJGEV .dataTables_wrapper {
  display: block;
}
.cid-vbE2giJGEV .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-vbE2giJGEV .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vbE2giJGEV .head-item:after,
.cid-vbE2giJGEV .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-vbE2giJGEV .dataTables_filter {
    text-align: center;
  }
  .cid-vbE2giJGEV .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-vbE2giJGEV .dataTables_filter {
    text-align: center;
  }
  .cid-vbE2giJGEV .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-vbE2giJGEV .table-wrapper {
    width: 100% !important;
  }
  .cid-vbE2giJGEV .container-fluid {
    padding: 0 1rem;
  }
  .cid-vbE2giJGEV table th,
  .cid-vbE2giJGEV table td {
    padding: 0.75rem;
  }
}
.cid-vbE2giJGEV .mbr-section-title,
.cid-vbE2giJGEV .underline {
  color: #004696;
}
.cid-vbE2giJGEV .body-item {
  color: #004696;
}
.cid-vbE2giJGEV LABEL {
  color: #004696;
}
.cid-vbE2giJGEV .info {
  color: #004696;
}
.cid-vbE2gjnLKg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #004696;
}
.cid-vbE2gjnLKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbE2gjnLKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbE2gjnLKg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vbE2gjnLKg .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vbE2gjnLKg .row {
    text-align: center;
  }
  .cid-vbE2gjnLKg .social-row {
    justify-content: center;
  }
}
.cid-vbE2gjnLKg .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vbE2gjnLKg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbE2gjnLKg .list {
    margin-bottom: 0rem;
  }
}
.cid-vbE2gjnLKg .mbr-text {
  color: #ffffff;
}
.cid-vbE2gjnLKg .mbr-iconfont {
  color: black;
}
.cid-vjXsWEXSQB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjXsWEXSQB .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vjXsWEXSQB .social-row .soc-item {
  margin: 8px;
}
.cid-vjXsWEXSQB .social-row .soc-item a:hover .mbr-iconfont,
.cid-vjXsWEXSQB .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vjXsWEXSQB .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-vjXsWEXSQB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjXsWEXSQB .mbr-section-title {
  color: #ffffff;
}
.cid-vjXsWEXSQB .mbr-section-title,
.cid-vjXsWEXSQB .social-list {
  color: #000000;
}
.cid-vbWy6auQK8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vbWy6auQK8 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vbWy6auQK8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbWy6auQK8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbWy6auQK8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vbWy6auQK8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vbWy6auQK8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vbWy6auQK8 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vbWy6auQK8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vbWy6auQK8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 70, 150, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #004696;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vbWy6auQK8 .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #004696;
  background: rgba(0, 70, 150, 0.9) !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .nav-item:focus,
.cid-vbWy6auQK8 .nav-link:focus {
  outline: none;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbWy6auQK8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbWy6auQK8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vbWy6auQK8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vbWy6auQK8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbWy6auQK8 .navbar .navbar-logo img {
  width: auto;
}
.cid-vbWy6auQK8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vbWy6auQK8 .navbar.collapsed {
  justify-content: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbWy6auQK8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbWy6auQK8 .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: 41%;
}
.cid-vbWy6auQK8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar {
    min-height: 72px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbWy6auQK8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbWy6auQK8 .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: 40%;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbWy6auQK8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbWy6auQK8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vbWy6auQK8 .dropdown-item.active,
.cid-vbWy6auQK8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vbWy6auQK8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #004696;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vbWy6auQK8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbWy6auQK8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .navbar-buttons {
    text-align: left;
  }
}
.cid-vbWy6auQK8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vbWy6auQK8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbWy6auQK8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbWy6auQK8 .navbar {
    height: 70px;
  }
  .cid-vbWy6auQK8 .navbar.opened {
    height: auto;
  }
  .cid-vbWy6auQK8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vbWy6auQK8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vbWy6auQK8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar-brand {
    margin-right: auto;
  }
  .cid-vbWy6auQK8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #004696;
    opacity: 1;
    border-color: rgba(0, 70, 150, 0.9) !important;
    background: rgba(0, 70, 150, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vbWy6auQK8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vbEcsLR9aZ {
  padding-top: 150px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/5-5-940x788.png");
}
.cid-vbEcsLR9aZ .row {
  position: relative;
}
.cid-vbEcsLR9aZ .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-vbEcsLR9aZ .row {
    margin: 0 2rem;
  }
}
.cid-vbEcsLR9aZ .row {
  padding-left: 6rem;
}
.cid-vbEcsLR9aZ h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-vbEcsLR9aZ .content-wrapper {
  max-width: 600px;
}
.cid-vbEcsLR9aZ H1 {
  color: #ffffff;
}
.cid-vbEcsLR9aZ .mbr-text,
.cid-vbEcsLR9aZ .mbr-section-btn {
  color: #ffffff;
}
.cid-vbEcsLR9aZ H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-vbEcsLR9aZ .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-vbEcsLR9aZ h4 {
    left: 3rem;
  }
  .cid-vbEcsLR9aZ .row {
    padding-left: 3rem;
  }
}
.cid-vbEcsLR9aZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbEcsLR9aZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbEcsLR9aZ H4 {
  color: #ffffff;
  text-align: center;
}
.cid-vbEcsLdqHR {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1-5-940x788.png");
}
.cid-vbEcsLdqHR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbEcsLdqHR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbEcsLdqHR .row {
  margin: 0 -20px;
}
.cid-vbEcsLdqHR .row .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vbEcsLdqHR .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbEcsLdqHR .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-vbEcsLdqHR .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px 6px;
  background-color: #ffffff;
}
.cid-vbEcsLdqHR .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  margin-right: 8px;
  font-size: 18px;
}
.cid-vbEcsLdqHR .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vbEcsLdqHR .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vbEcsLdqHR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbEcsLdqHR .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbEcsLdqHR .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbEcsLdqHR .image-wrapper {
  padding: 24px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vbEcsLdqHR .image-wrapper {
    padding: 16px;
  }
}
.cid-vbEcsLdqHR .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbEcsLdqHR .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-vbEcsLdqHR .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vbEcsLdqHR .image-wrapper img {
    height: 350px;
  }
}
.cid-vbEcsLdqHR .mbr-section-title {
  color: #ffffff;
}
.cid-vbEcsLdqHR .mbr-label {
  color: #004696;
}
.cid-vbEcsLdqHR .mbr-text {
  color: #ffffff;
}
.cid-vbEcsLdqHR .mbr-section-title,
.cid-vbEcsLdqHR .mbr-section-btn {
  color: #ffffff;
}
.cid-vbEcsLdqHR P {
  color: #ffffff;
}
.cid-vbEcsMkPrB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vbEcsMkPrB .mbr-section-title {
  color: #004696;
}
.cid-vbEcsMkPrB .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-vbEcsMkPrB .mbr-text {
  color: #8d97ad;
}
.cid-vbEcsMkPrB .nav {
  border: none;
}
.cid-vbEcsMkPrB .nav-tabs {
  display: table;
  width: 100%;
}
.cid-vbEcsMkPrB .nav-tabs .nav-item {
  display: table-cell;
}
.cid-vbEcsMkPrB .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-vbEcsMkPrB .tab-content {
  margin-top: 3rem;
}
.cid-vbEcsMkPrB .nav-tabs .nav-link {
  display: flex;
  color: #ffffff;
  box-sizing: border-box;
  font-style: normal;
  background: #0054a6;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-vbEcsMkPrB .nav-tabs .nav-link:hover {
  background-color: #b60607;
  color: #ffffff;
}
.cid-vbEcsMkPrB .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #b60607;
  border-bottom: none;
}
.cid-vbEcsMkPrB .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbEcsMkPrB .nav-item {
    display: table-row !important;
  }
}
.cid-vbEcsMkPrB .mbr-text,
.cid-vbEcsMkPrB .mbr-section-btn {
  color: #004696;
}
.cid-vbEcsMkPrB .title-content {
  color: #004696;
}
.cid-vbEcsMXkX2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbEcsMXkX2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbEcsMXkX2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbEcsMXkX2 .card-wrapper {
  padding: 40px 0;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vbEcsMXkX2 .card-wrapper {
    padding: 16px;
  }
}
.cid-vbEcsMXkX2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 280px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .cid-vbEcsMXkX2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vbEcsMXkX2 .embla__slide .slide-content {
  width: 100%;
}
.cid-vbEcsMXkX2 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vbEcsMXkX2 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vbEcsMXkX2 .embla__button--next,
.cid-vbEcsMXkX2 .embla__button--prev {
  display: flex;
}
.cid-vbEcsMXkX2 .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #b60607 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vbEcsMXkX2 .embla__button {
    bottom: 0;
  }
}
.cid-vbEcsMXkX2 .embla__button:hover {
  background-color: #b60607 !important;
  color: #ffffff !important;
}
.cid-vbEcsMXkX2 .embla__button:disabled {
  opacity: .5 !important;
  background-color: #b60607 !important;
  color: #ffffff !important;
}
.cid-vbEcsMXkX2 .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-vbEcsMXkX2 .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-vbEcsMXkX2 .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-vbEcsMXkX2 .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-vbEcsMXkX2 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vbEcsMXkX2 .embla {
    padding: 0;
    padding-bottom: 4rem;
  }
}
.cid-vbEcsMXkX2 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vbEcsMXkX2 .embla__viewport {
    padding: 0;
  }
}
.cid-vbEcsMXkX2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vbEcsMXkX2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vbEcsMXkX2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vbEcsMXkX2 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vbEcsMXkX2 .item-text {
  color: #000000;
}
.cid-vbEcsMXkX2 .item-name {
  color: #000000;
}
.cid-vbEcsMXkX2 .item-role {
  color: #767676;
}
.cid-vbEcsMXkX2 .mbr-star {
  color: #f5b614;
}
.cid-vbEcsNBUUy {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vbEcsNBUUy .container-fluid {
  padding: 0 3rem;
}
.cid-vbEcsNBUUy .mbr-section-subtitle {
  color: #004696;
}
.cid-vbEcsNBUUy .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vbEcsNBUUy .table-wrapper {
  margin: 0 auto;
}
.cid-vbEcsNBUUy .head-item {
  min-width: 70px;
}
.cid-vbEcsNBUUy table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vbEcsNBUUy table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #b60607;
  color: white;
  vertical-align: middle;
}
.cid-vbEcsNBUUy table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-vbEcsNBUUy .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-vbEcsNBUUy .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vbEcsNBUUy .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-vbEcsNBUUy .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-vbEcsNBUUy .dataTables_wrapper {
  display: block;
}
.cid-vbEcsNBUUy .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-vbEcsNBUUy .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vbEcsNBUUy .head-item:after,
.cid-vbEcsNBUUy .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-vbEcsNBUUy .dataTables_filter {
    text-align: center;
  }
  .cid-vbEcsNBUUy .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-vbEcsNBUUy .dataTables_filter {
    text-align: center;
  }
  .cid-vbEcsNBUUy .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-vbEcsNBUUy .table-wrapper {
    width: 100% !important;
  }
  .cid-vbEcsNBUUy .container-fluid {
    padding: 0 1rem;
  }
  .cid-vbEcsNBUUy table th,
  .cid-vbEcsNBUUy table td {
    padding: 0.75rem;
  }
}
.cid-vbEcsNBUUy .mbr-section-title,
.cid-vbEcsNBUUy .underline {
  color: #004696;
}
.cid-vbEcsNBUUy .body-item {
  color: #004696;
}
.cid-vbEcsNBUUy LABEL {
  color: #004696;
}
.cid-vbEcsNBUUy .info {
  color: #004696;
}
.cid-vbEcsOinF6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #004696;
}
.cid-vbEcsOinF6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbEcsOinF6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbEcsOinF6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vbEcsOinF6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vbEcsOinF6 .row {
    text-align: center;
  }
  .cid-vbEcsOinF6 .social-row {
    justify-content: center;
  }
}
.cid-vbEcsOinF6 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vbEcsOinF6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbEcsOinF6 .list {
    margin-bottom: 0rem;
  }
}
.cid-vbEcsOinF6 .mbr-text {
  color: #ffffff;
}
.cid-vbEcsOinF6 .mbr-iconfont {
  color: black;
}
.cid-vjXsWEXSQB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjXsWEXSQB .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vjXsWEXSQB .social-row .soc-item {
  margin: 8px;
}
.cid-vjXsWEXSQB .social-row .soc-item a:hover .mbr-iconfont,
.cid-vjXsWEXSQB .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vjXsWEXSQB .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-vjXsWEXSQB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjXsWEXSQB .mbr-section-title {
  color: #ffffff;
}
.cid-vjXsWEXSQB .mbr-section-title,
.cid-vjXsWEXSQB .social-list {
  color: #000000;
}
.cid-vbWy6auQK8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vbWy6auQK8 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vbWy6auQK8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbWy6auQK8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbWy6auQK8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vbWy6auQK8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vbWy6auQK8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vbWy6auQK8 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vbWy6auQK8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vbWy6auQK8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 70, 150, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #004696;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vbWy6auQK8 .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #004696;
  background: rgba(0, 70, 150, 0.9) !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .nav-item:focus,
.cid-vbWy6auQK8 .nav-link:focus {
  outline: none;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbWy6auQK8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbWy6auQK8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vbWy6auQK8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vbWy6auQK8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbWy6auQK8 .navbar .navbar-logo img {
  width: auto;
}
.cid-vbWy6auQK8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vbWy6auQK8 .navbar.collapsed {
  justify-content: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbWy6auQK8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbWy6auQK8 .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: 41%;
}
.cid-vbWy6auQK8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar {
    min-height: 72px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbWy6auQK8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbWy6auQK8 .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: 40%;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbWy6auQK8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbWy6auQK8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vbWy6auQK8 .dropdown-item.active,
.cid-vbWy6auQK8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vbWy6auQK8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #004696;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vbWy6auQK8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbWy6auQK8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .navbar-buttons {
    text-align: left;
  }
}
.cid-vbWy6auQK8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vbWy6auQK8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbWy6auQK8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbWy6auQK8 .navbar {
    height: 70px;
  }
  .cid-vbWy6auQK8 .navbar.opened {
    height: auto;
  }
  .cid-vbWy6auQK8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vbWy6auQK8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vbWy6auQK8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar-brand {
    margin-right: auto;
  }
  .cid-vbWy6auQK8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #004696;
    opacity: 1;
    border-color: rgba(0, 70, 150, 0.9) !important;
    background: rgba(0, 70, 150, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vbWy6auQK8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vbAuPDdKin {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/trailhound20scr20review20by20acervone2-1080x1350.jpeg");
}
.cid-vbAuPDdKin .row {
  position: relative;
}
.cid-vbAuPDdKin .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-vbAuPDdKin .row {
    margin: 0 2rem;
  }
}
.cid-vbAuPDdKin .row {
  padding-left: 6rem;
}
.cid-vbAuPDdKin h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-vbAuPDdKin .content-wrapper {
  max-width: 600px;
}
.cid-vbAuPDdKin H1 {
  color: #ffffff;
}
.cid-vbAuPDdKin .mbr-text,
.cid-vbAuPDdKin .mbr-section-btn {
  color: #ffffff;
}
.cid-vbAuPDdKin H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-vbAuPDdKin .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-vbAuPDdKin h4 {
    left: 3rem;
  }
  .cid-vbAuPDdKin .row {
    padding-left: 3rem;
  }
}
.cid-vbAuPDdKin .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbAuPDdKin .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbAuPDdKin H4 {
  color: #ffffff;
  text-align: center;
}
.cid-vbAuPCTUQ9 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/3-1-940x788.png");
}
.cid-vbAuPCTUQ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbAuPCTUQ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbAuPCTUQ9 .row {
  margin: 0 -20px;
}
.cid-vbAuPCTUQ9 .row .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vbAuPCTUQ9 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbAuPCTUQ9 .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-vbAuPCTUQ9 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px 6px;
  background-color: #ffffff;
}
.cid-vbAuPCTUQ9 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  margin-right: 8px;
  font-size: 18px;
}
.cid-vbAuPCTUQ9 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vbAuPCTUQ9 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vbAuPCTUQ9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbAuPCTUQ9 .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbAuPCTUQ9 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbAuPCTUQ9 .image-wrapper {
  padding: 24px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vbAuPCTUQ9 .image-wrapper {
    padding: 16px;
  }
}
.cid-vbAuPCTUQ9 .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbAuPCTUQ9 .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-vbAuPCTUQ9 .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vbAuPCTUQ9 .image-wrapper img {
    height: 350px;
  }
}
.cid-vbAuPCTUQ9 .mbr-section-title {
  color: #ffffff;
}
.cid-vbAuPCTUQ9 .mbr-label {
  color: #004696;
}
.cid-vbAuPCTUQ9 .mbr-text {
  color: #ffffff;
}
.cid-vbAuPCTUQ9 .mbr-section-title,
.cid-vbAuPCTUQ9 .mbr-section-btn {
  color: #ffffff;
}
.cid-vbAuPDwT4s {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vbAuPDwT4s .mbr-section-title {
  color: #004696;
}
.cid-vbAuPDwT4s .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-vbAuPDwT4s .mbr-text {
  color: #8d97ad;
}
.cid-vbAuPDwT4s .nav {
  border: none;
}
.cid-vbAuPDwT4s .nav-tabs {
  display: table;
  width: 100%;
}
.cid-vbAuPDwT4s .nav-tabs .nav-item {
  display: table-cell;
}
.cid-vbAuPDwT4s .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-vbAuPDwT4s .tab-content {
  margin-top: 3rem;
}
.cid-vbAuPDwT4s .nav-tabs .nav-link {
  display: flex;
  color: #ffffff;
  box-sizing: border-box;
  font-style: normal;
  background: #0054a6;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-vbAuPDwT4s .nav-tabs .nav-link:hover {
  background-color: #b60607;
  color: #ffffff;
}
.cid-vbAuPDwT4s .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #b60607;
  border-bottom: none;
}
.cid-vbAuPDwT4s .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbAuPDwT4s .nav-item {
    display: table-row !important;
  }
}
.cid-vbAuPDwT4s .mbr-text,
.cid-vbAuPDwT4s .mbr-section-btn {
  color: #004696;
}
.cid-vbAuPDwT4s .title-content {
  color: #004696;
}
.cid-vbAuPE3NSc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbAuPE3NSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbAuPE3NSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbAuPE3NSc .card-wrapper {
  padding: 40px 0;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vbAuPE3NSc .card-wrapper {
    padding: 16px;
  }
}
.cid-vbAuPE3NSc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 280px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .cid-vbAuPE3NSc .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vbAuPE3NSc .embla__slide .slide-content {
  width: 100%;
}
.cid-vbAuPE3NSc .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vbAuPE3NSc .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vbAuPE3NSc .embla__button--next,
.cid-vbAuPE3NSc .embla__button--prev {
  display: flex;
}
.cid-vbAuPE3NSc .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #ffffff !important;
  color: #121212 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-vbAuPE3NSc .embla__button {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-vbAuPE3NSc .embla__button {
    bottom: 0;
  }
}
.cid-vbAuPE3NSc .embla__button:hover {
  background-color: #b60607 !important;
  color: #ffffff !important;
}
.cid-vbAuPE3NSc .embla__button:disabled {
  opacity: .5 !important;
  background-color: #ffffff !important;
  color: #121212 !important;
}
.cid-vbAuPE3NSc .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-vbAuPE3NSc .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-vbAuPE3NSc .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-vbAuPE3NSc .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-vbAuPE3NSc .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vbAuPE3NSc .embla {
    padding: 0;
  }
}
.cid-vbAuPE3NSc .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vbAuPE3NSc .embla__viewport {
    padding: 0;
  }
}
.cid-vbAuPE3NSc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vbAuPE3NSc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vbAuPE3NSc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vbAuPE3NSc .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vbAuPE3NSc .item-text {
  color: #000000;
}
.cid-vbAuPE3NSc .item-name {
  color: #000000;
}
.cid-vbAuPE3NSc .item-role {
  color: #767676;
}
.cid-vbAuPE3NSc .mbr-star {
  color: #f5b614;
}
.cid-vbAuPETawT {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vbAuPETawT .container-fluid {
  padding: 0 3rem;
}
.cid-vbAuPETawT .mbr-section-subtitle {
  color: #004696;
}
.cid-vbAuPETawT .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vbAuPETawT .table-wrapper {
  margin: 0 auto;
}
.cid-vbAuPETawT .head-item {
  min-width: 70px;
}
.cid-vbAuPETawT table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vbAuPETawT table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #b60607;
  color: white;
  vertical-align: middle;
}
.cid-vbAuPETawT table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-vbAuPETawT .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-vbAuPETawT .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vbAuPETawT .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-vbAuPETawT .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-vbAuPETawT .dataTables_wrapper {
  display: block;
}
.cid-vbAuPETawT .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-vbAuPETawT .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vbAuPETawT .head-item:after,
.cid-vbAuPETawT .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-vbAuPETawT .dataTables_filter {
    text-align: center;
  }
  .cid-vbAuPETawT .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-vbAuPETawT .dataTables_filter {
    text-align: center;
  }
  .cid-vbAuPETawT .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-vbAuPETawT .table-wrapper {
    width: 100% !important;
  }
  .cid-vbAuPETawT .container-fluid {
    padding: 0 1rem;
  }
  .cid-vbAuPETawT table th,
  .cid-vbAuPETawT table td {
    padding: 0.75rem;
  }
}
.cid-vbAuPETawT .mbr-section-title,
.cid-vbAuPETawT .underline {
  color: #004696;
}
.cid-vbAuPETawT .body-item {
  color: #004696;
}
.cid-vbAuPETawT LABEL {
  color: #004696;
}
.cid-vbAuPETawT .info {
  color: #004696;
}
.cid-vbAuPFERON {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #004696;
}
.cid-vbAuPFERON .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbAuPFERON .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbAuPFERON .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vbAuPFERON .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vbAuPFERON .row {
    text-align: center;
  }
  .cid-vbAuPFERON .social-row {
    justify-content: center;
  }
}
.cid-vbAuPFERON .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vbAuPFERON .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbAuPFERON .list {
    margin-bottom: 0rem;
  }
}
.cid-vbAuPFERON .mbr-text {
  color: #ffffff;
}
.cid-vbAuPFERON .mbr-iconfont {
  color: black;
}
.cid-vjXsWEXSQB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjXsWEXSQB .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vjXsWEXSQB .social-row .soc-item {
  margin: 8px;
}
.cid-vjXsWEXSQB .social-row .soc-item a:hover .mbr-iconfont,
.cid-vjXsWEXSQB .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vjXsWEXSQB .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-vjXsWEXSQB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjXsWEXSQB .mbr-section-title {
  color: #ffffff;
}
.cid-vjXsWEXSQB .mbr-section-title,
.cid-vjXsWEXSQB .social-list {
  color: #000000;
}
.cid-vbWy6auQK8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vbWy6auQK8 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vbWy6auQK8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbWy6auQK8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbWy6auQK8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vbWy6auQK8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vbWy6auQK8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vbWy6auQK8 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vbWy6auQK8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vbWy6auQK8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 70, 150, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #004696;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vbWy6auQK8 .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #004696;
  background: rgba(0, 70, 150, 0.9) !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .nav-item:focus,
.cid-vbWy6auQK8 .nav-link:focus {
  outline: none;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbWy6auQK8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbWy6auQK8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vbWy6auQK8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vbWy6auQK8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbWy6auQK8 .navbar .navbar-logo img {
  width: auto;
}
.cid-vbWy6auQK8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vbWy6auQK8 .navbar.collapsed {
  justify-content: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbWy6auQK8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbWy6auQK8 .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: 41%;
}
.cid-vbWy6auQK8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar {
    min-height: 72px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbWy6auQK8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbWy6auQK8 .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: 40%;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbWy6auQK8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbWy6auQK8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vbWy6auQK8 .dropdown-item.active,
.cid-vbWy6auQK8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vbWy6auQK8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #004696;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vbWy6auQK8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbWy6auQK8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .navbar-buttons {
    text-align: left;
  }
}
.cid-vbWy6auQK8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vbWy6auQK8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbWy6auQK8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbWy6auQK8 .navbar {
    height: 70px;
  }
  .cid-vbWy6auQK8 .navbar.opened {
    height: auto;
  }
  .cid-vbWy6auQK8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vbWy6auQK8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vbWy6auQK8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar-brand {
    margin-right: auto;
  }
  .cid-vbWy6auQK8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #004696;
    opacity: 1;
    border-color: rgba(0, 70, 150, 0.9) !important;
    background: rgba(0, 70, 150, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vbWy6auQK8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vbUXuEa6YH {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/contactusbg-2-1536x1024.png");
}
.cid-vbUXuEa6YH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbUXuEa6YH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbUXuEa6YH .mbr-section-title {
  color: #ffffff;
}
.cid-vbUXuEa6YH .mbr-text,
.cid-vbUXuEa6YH .mbr-section-btn {
  color: #ffffff;
}
.cid-vbUXuEa6YH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vbYh3PCwKm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/divider20e20blue-1209x56.png");
}
.cid-vbYh3PCwKm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbYh3PCwKm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbYh3PCwKm .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vbYh3PCwKm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbYh3PCwKm .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbYh3PCwKm .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbYh3PCwKm .mbr-label {
  color: #ffffff;
  text-align: justify;
}
.cid-vbYh3PCwKm .mbr-text {
  color: #ffffff;
}
.cid-vbYh3PCwKm .mbr-text,
.cid-vbYh3PCwKm .mbr-section-btn {
  color: #ffffff;
}
.cid-vbUYLzqjk5 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbUYLzqjk5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbUYLzqjk5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbUYLzqjk5 .row {
  margin: 0 -20px;
}
.cid-vbUYLzqjk5 .row .card {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vbUYLzqjk5 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbUYLzqjk5 .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vbUYLzqjk5 .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vbUYLzqjk5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbUYLzqjk5 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #08579f;
}
.cid-vbUYLzqjk5 .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-vbUYLzqjk5 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbUYLzqjk5 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 4px;
}
.cid-vbUYLzqjk5 .form-wrap .dragArea.row .form-group .form-control {
  padding: 14px 16px;
  background-color: transparent;
  border: none !important;
  border-bottom: 1px solid #2a2a2a !important;
  box-shadow: none;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vbUYLzqjk5 .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 16px;
  }
}
.cid-vbUYLzqjk5 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #a8a8a8;
}
.cid-vbUYLzqjk5 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbUYLzqjk5 .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #ffffff !important;
}
.cid-vbUYLzqjk5 .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vbUYLzqjk5 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbUYLzqjk5 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
}
.cid-vbUYLzqjk5 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vbUYLzqjk5 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-vbUYLzqjk5 .mbr-label {
  color: #2572b8;
}
.cid-vbUYLzqjk5 .mbr-section-title {
  color: #0054a6;
}
.cid-vbUYLzqjk5 .mbr-text {
  color: #ffffff;
}
.cid-vbUYLzqjk5 label {
  color: #ffffff;
}
.cid-vbUYLzqjk5 .mbr-text,
.cid-vbUYLzqjk5 .text-wrapper {
  color: #08579f;
}
.cid-vbUYLzqjk5 LABEL {
  color: #2572b8;
}
.cid-vbYh99mg0o {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/divider20e20blue-1209x56.png");
}
.cid-vbYh99mg0o .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbYh99mg0o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbYh99mg0o .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vbYh99mg0o .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbYh99mg0o .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbYh99mg0o .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbYh99mg0o .mbr-label {
  color: #ffffff;
  text-align: justify;
}
.cid-vbYh99mg0o .mbr-text {
  color: #ffffff;
}
.cid-vbYh99mg0o .mbr-text,
.cid-vbYh99mg0o .mbr-section-btn {
  color: #ffffff;
}
.cid-vbUYIVWScl {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbUYIVWScl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbUYIVWScl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbUYIVWScl .row {
  margin: 0 -20px;
}
.cid-vbUYIVWScl .row .card {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vbUYIVWScl .content-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vbUYIVWScl .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vbUYIVWScl .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vbUYIVWScl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbUYIVWScl .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbUYIVWScl .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbUYIVWScl .panel-group .card {
  position: relative;
  padding: 8px 0 12px;
  border-bottom: 1px solid #2572b8;
  transition: all .3s ease;
  border-radius: 0 !important;
}
.cid-vbUYIVWScl .panel-group .card:hover {
  border-bottom: 1px solid #2572b8;
}
.cid-vbUYIVWScl .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vbUYIVWScl .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 0 12px;
}
@media (max-width: 992px) {
  .cid-vbUYIVWScl .panel-group .card .card-header .panel-title {
    padding: 8px 0 4px;
  }
}
.cid-vbUYIVWScl .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vbUYIVWScl .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vbUYIVWScl .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  color: #2572b8;
}
.cid-vbUYIVWScl .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vbUYIVWScl .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vbUYIVWScl .panel-group .card .panel-collapse .panel-body .panel-text {
    margin-bottom: 4px;
  }
}
.cid-vbUYIVWScl .mbr-label {
  color: #2572b8;
}
.cid-vbUYIVWScl .mbr-section-title {
  color: #ffffff;
}
.cid-vbUYIVWScl .mbr-text {
  color: #ffffff;
}
.cid-vbUYIVWScl .panel-title-edit {
  color: #08579f;
}
.cid-vbUYIVWScl .panel-text {
  color: #a8a8a8;
}
.cid-vbUYIVWScl .mbr-section-title,
.cid-vbUYIVWScl .mbr-section-btn {
  color: #0054a6;
}
.cid-vbUYIVWScl .mbr-text,
.cid-vbUYIVWScl .text-wrapper {
  color: #2572b8;
}
.cid-vbUYIVWScl .panel-text,
.cid-vbUYIVWScl .panel-body {
  color: #2572b8;
}
.cid-vbVenJvEMx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbVenJvEMx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbVenJvEMx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbVenJvEMx .row {
  margin: 0 -20px;
}
.cid-vbVenJvEMx .row .card {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vbVenJvEMx .content-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vbVenJvEMx .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vbVenJvEMx .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vbVenJvEMx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbVenJvEMx .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbVenJvEMx .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbVenJvEMx .panel-group .card {
  position: relative;
  padding: 8px 0 12px;
  border-bottom: 1px solid #2572b8;
  transition: all .3s ease;
  border-radius: 0 !important;
}
.cid-vbVenJvEMx .panel-group .card:hover {
  border-bottom: 1px solid #2572b8;
}
.cid-vbVenJvEMx .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vbVenJvEMx .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 0 12px;
}
@media (max-width: 992px) {
  .cid-vbVenJvEMx .panel-group .card .card-header .panel-title {
    padding: 8px 0 4px;
  }
}
.cid-vbVenJvEMx .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vbVenJvEMx .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vbVenJvEMx .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  color: #2572b8;
}
.cid-vbVenJvEMx .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vbVenJvEMx .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vbVenJvEMx .panel-group .card .panel-collapse .panel-body .panel-text {
    margin-bottom: 4px;
  }
}
.cid-vbVenJvEMx .mbr-label {
  color: #2572b8;
}
.cid-vbVenJvEMx .mbr-section-title {
  color: #ffffff;
}
.cid-vbVenJvEMx .mbr-text {
  color: #ffffff;
}
.cid-vbVenJvEMx .panel-title-edit {
  color: #08579f;
}
.cid-vbVenJvEMx .panel-text {
  color: #a8a8a8;
}
.cid-vbVenJvEMx .mbr-section-title,
.cid-vbVenJvEMx .mbr-section-btn {
  color: #2572b8;
}
.cid-vbVenJvEMx .mbr-text,
.cid-vbVenJvEMx .text-wrapper {
  color: #2572b8;
}
.cid-vbVenJvEMx .panel-text,
.cid-vbVenJvEMx .panel-body {
  color: #2572b8;
}
.cid-vbUM5R7n5C {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #004696;
}
.cid-vbUM5R7n5C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbUM5R7n5C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbUM5R7n5C .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vbUM5R7n5C .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vbUM5R7n5C .row {
    text-align: center;
  }
  .cid-vbUM5R7n5C .social-row {
    justify-content: center;
  }
}
.cid-vbUM5R7n5C .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vbUM5R7n5C .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbUM5R7n5C .list {
    margin-bottom: 0rem;
  }
}
.cid-vbUM5R7n5C .mbr-text {
  color: #ffffff;
}
.cid-vbUM5R7n5C .mbr-iconfont {
  color: black;
}
.cid-vjXsWEXSQB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjXsWEXSQB .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vjXsWEXSQB .social-row .soc-item {
  margin: 8px;
}
.cid-vjXsWEXSQB .social-row .soc-item a:hover .mbr-iconfont,
.cid-vjXsWEXSQB .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vjXsWEXSQB .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-vjXsWEXSQB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjXsWEXSQB .mbr-section-title {
  color: #ffffff;
}
.cid-vjXsWEXSQB .mbr-section-title,
.cid-vjXsWEXSQB .social-list {
  color: #000000;
}
.cid-vbWy6auQK8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vbWy6auQK8 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vbWy6auQK8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbWy6auQK8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbWy6auQK8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbWy6auQK8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vbWy6auQK8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vbWy6auQK8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vbWy6auQK8 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vbWy6auQK8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vbWy6auQK8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 70, 150, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #004696;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vbWy6auQK8 .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #004696;
  background: rgba(0, 70, 150, 0.9) !important;
  border-radius: 4px !important;
}
.cid-vbWy6auQK8 .nav-item:focus,
.cid-vbWy6auQK8 .nav-link:focus {
  outline: none;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbWy6auQK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbWy6auQK8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbWy6auQK8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbWy6auQK8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vbWy6auQK8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vbWy6auQK8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbWy6auQK8 .navbar .navbar-logo img {
  width: auto;
}
.cid-vbWy6auQK8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vbWy6auQK8 .navbar.collapsed {
  justify-content: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbWy6auQK8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbWy6auQK8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbWy6auQK8 .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: 41%;
}
.cid-vbWy6auQK8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbWy6auQK8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbWy6auQK8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbWy6auQK8 .navbar {
    min-height: 72px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbWy6auQK8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbWy6auQK8 .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: 40%;
  }
  .cid-vbWy6auQK8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbWy6auQK8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vbWy6auQK8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbWy6auQK8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbWy6auQK8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vbWy6auQK8 .dropdown-item.active,
.cid-vbWy6auQK8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vbWy6auQK8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbWy6auQK8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #004696;
}
.cid-vbWy6auQK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vbWy6auQK8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbWy6auQK8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .navbar-buttons {
    text-align: left;
  }
}
.cid-vbWy6auQK8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWy6auQK8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbWy6auQK8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWy6auQK8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vbWy6auQK8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbWy6auQK8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vbWy6auQK8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbWy6auQK8 .navbar {
    height: 70px;
  }
  .cid-vbWy6auQK8 .navbar.opened {
    height: auto;
  }
  .cid-vbWy6auQK8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vbWy6auQK8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vbWy6auQK8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vbWy6auQK8 .navbar-brand {
    margin-right: auto;
  }
  .cid-vbWy6auQK8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #004696;
    opacity: 1;
    border-color: rgba(0, 70, 150, 0.9) !important;
    background: rgba(0, 70, 150, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vbWy6auQK8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vbWy6auQK8 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbWy6auQK8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vbWy6auQK8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vbVyFotkL4 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/phillauncheventsbg-night-1536x1024.png");
}
.cid-vbVyFotkL4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbVyFotkL4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbVyFotkL4 .mbr-section-title {
  color: #ffffff;
}
.cid-vbVyFotkL4 .mbr-text,
.cid-vbVyFotkL4 .mbr-section-btn {
  color: #ffffff;
}
.cid-vbVyFotkL4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vbYrYtSEgR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/divider20e20blue-1209x56.png");
}
.cid-vbYrYtSEgR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbYrYtSEgR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbYrYtSEgR .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vbYrYtSEgR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbYrYtSEgR .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbYrYtSEgR .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbYrYtSEgR .mbr-label {
  color: #ffffff;
  text-align: justify;
}
.cid-vbYrYtSEgR .mbr-text {
  color: #ffffff;
}
.cid-vbYrYtSEgR .mbr-text,
.cid-vbYrYtSEgR .mbr-section-btn {
  color: #ffffff;
}
.cid-vbVCPT0cIT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vbVCPT0cIT .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vbVCPT0cIT H2 {
  color: #0054a6;
}
.cid-vbVCPT0cIT H3 {
  color: #2572b8;
}
.cid-vbVCPT0cIT .mbr-text,
.cid-vbVCPT0cIT .mbr-section-btn {
  color: #2572b8;
}
.cid-vbVCPT0cIT .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-vbVCPT0cIT .md-pb {
    padding-bottom: 2rem;
  }
  .cid-vbVCPT0cIT .photo {
    width: 100%;
  }
}
.cid-vbVCPT0cIT .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-vbVBDjPxVc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vbVBDjPxVc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vbVBDjPxVc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbVBDjPxVc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vbVBDjPxVc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vbVBDjPxVc .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vbVBDjPxVc .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vbVBDjPxVc .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-vbVBDjPxVc .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-vbVBDjPxVc .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vbX7PfYLu0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vbX7PfYLu0 .mbr-media {
  position: relative;
}
.cid-vbX7PfYLu0 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-vbX7PfYLu0 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-vbX7PfYLu0 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-vbX7PfYLu0 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vbX7PfYLu0 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vbX7PfYLu0 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vbX7PfYLu0 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vbX7PfYLu0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vbX7PfYLu0 .mbr-section-title {
  color: #FFFFFF;
}
.cid-vbX7PfYLu0 .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vbYsdeeyqb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/divider20e20blue-1209x56.png");
}
.cid-vbYsdeeyqb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbYsdeeyqb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbYsdeeyqb .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vbYsdeeyqb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbYsdeeyqb .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbYsdeeyqb .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbYsdeeyqb .mbr-label {
  color: #ffffff;
  text-align: justify;
}
.cid-vbYsdeeyqb .mbr-text {
  color: #ffffff;
}
.cid-vbYsdeeyqb .mbr-text,
.cid-vbYsdeeyqb .mbr-section-btn {
  color: #ffffff;
}
.cid-vbRGqrq4bJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vbRGqrq4bJ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vbRGqrq4bJ H2 {
  color: #0054a6;
}
.cid-vbRGqrq4bJ H3 {
  color: #2572b8;
}
.cid-vbRGqrq4bJ .mbr-text,
.cid-vbRGqrq4bJ .mbr-section-btn {
  color: #2572b8;
}
.cid-vbRGqrq4bJ .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-vbRGqrq4bJ .md-pb {
    padding-bottom: 2rem;
  }
  .cid-vbRGqrq4bJ .photo {
    width: 100%;
  }
}
.cid-vbRGqrq4bJ .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-vbVFFrCBbw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vbVFFrCBbw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vbVFFrCBbw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbVFFrCBbw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vbVFFrCBbw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vbVFFrCBbw .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vbVFFrCBbw .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vbVFFrCBbw .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-vbVFFrCBbw .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-vbVFFrCBbw .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vbYxmRlSaQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/divider20e20blue-1209x56.png");
}
.cid-vbYxmRlSaQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbYxmRlSaQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbYxmRlSaQ .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vbYxmRlSaQ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbYxmRlSaQ .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbYxmRlSaQ .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbYxmRlSaQ .mbr-label {
  color: #ffffff;
  text-align: justify;
}
.cid-vbYxmRlSaQ .mbr-text {
  color: #ffffff;
}
.cid-vbYxmRlSaQ .mbr-text,
.cid-vbYxmRlSaQ .mbr-section-btn {
  color: #ffffff;
}
.cid-vbRGkksNuc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #004696;
}
.cid-vbRGkksNuc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbRGkksNuc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbRGkksNuc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vbRGkksNuc .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vbRGkksNuc .row {
    text-align: center;
  }
  .cid-vbRGkksNuc .social-row {
    justify-content: center;
  }
}
.cid-vbRGkksNuc .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vbRGkksNuc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbRGkksNuc .list {
    margin-bottom: 0rem;
  }
}
.cid-vbRGkksNuc .mbr-text {
  color: #ffffff;
}
.cid-vbRGkksNuc .mbr-iconfont {
  color: black;
}
.cid-vjXsWEXSQB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjXsWEXSQB .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vjXsWEXSQB .social-row .soc-item {
  margin: 8px;
}
.cid-vjXsWEXSQB .social-row .soc-item a:hover .mbr-iconfont,
.cid-vjXsWEXSQB .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vjXsWEXSQB .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-vjXsWEXSQB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjXsWEXSQB .mbr-section-title {
  color: #ffffff;
}
.cid-vjXsWEXSQB .mbr-section-title,
.cid-vjXsWEXSQB .social-list {
  color: #000000;
}
