body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Noto Sans Bassa Vah', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d2232a !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d2232a !important;
  border-color: #d2232a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #88171b !important;
  border-color: #88171b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #88171b !important;
  border-color: #88171b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00516d !important;
  border-color: #00516d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #001116 !important;
  border-color: #001116 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #001116 !important;
  border-color: #001116 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d2232a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #88171b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d2232a !important;
  border-color: #d2232a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00516d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #001116 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00516d !important;
  border-color: #00516d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #d2232a !important;
}
.text-secondary {
  color: #00516d !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7b1419 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000507 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d2232a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d2232a;
  border-color: #d2232a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d2232a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f6cbcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #d2232a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #d2232a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d2232a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d2232a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d2232a;
  border-bottom-color: #d2232a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #d2232a !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: #00516d !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='%23d2232a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uFk6wrDH67 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFk6wrDH67 nav.navbar {
  position: fixed;
}
.cid-uFk6wrDH67 .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;
}
.cid-uFk6wrDH67 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFk6wrDH67 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFk6wrDH67 .dropdown-item:hover,
.cid-uFk6wrDH67 .dropdown-item:focus {
  background: #d2232a !important;
  color: white !important;
}
.cid-uFk6wrDH67 .dropdown-item:hover span {
  color: white;
}
.cid-uFk6wrDH67 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFk6wrDH67 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFk6wrDH67 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFk6wrDH67 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFk6wrDH67 .nav-link {
  position: relative;
}
.cid-uFk6wrDH67 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uFk6wrDH67 .container {
    flex-wrap: wrap;
  }
}
.cid-uFk6wrDH67 .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uFk6wrDH67 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uFk6wrDH67 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFk6wrDH67 .dropdown-menu,
.cid-uFk6wrDH67 .navbar.opened {
  background: #ffffff !important;
}
.cid-uFk6wrDH67 .nav-item:focus,
.cid-uFk6wrDH67 .nav-link:focus {
  outline: none;
}
.cid-uFk6wrDH67 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFk6wrDH67 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFk6wrDH67 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFk6wrDH67 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFk6wrDH67 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFk6wrDH67 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFk6wrDH67 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uFk6wrDH67 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFk6wrDH67 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFk6wrDH67 .navbar .navbar-logo img {
  width: auto;
}
.cid-uFk6wrDH67 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFk6wrDH67 .navbar.collapsed {
  justify-content: center;
}
.cid-uFk6wrDH67 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFk6wrDH67 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFk6wrDH67 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uFk6wrDH67 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFk6wrDH67 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFk6wrDH67 .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-uFk6wrDH67 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFk6wrDH67 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFk6wrDH67 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFk6wrDH67 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFk6wrDH67 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFk6wrDH67 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFk6wrDH67 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFk6wrDH67 .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-uFk6wrDH67 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFk6wrDH67 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFk6wrDH67 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFk6wrDH67 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFk6wrDH67 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFk6wrDH67 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFk6wrDH67 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFk6wrDH67 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFk6wrDH67 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFk6wrDH67 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFk6wrDH67 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFk6wrDH67 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFk6wrDH67 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFk6wrDH67 .dropdown-item.active,
.cid-uFk6wrDH67 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFk6wrDH67 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFk6wrDH67 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFk6wrDH67 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFk6wrDH67 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFk6wrDH67 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFk6wrDH67 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFk6wrDH67 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFk6wrDH67 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFk6wrDH67 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d2232a;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFk6wrDH67 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFk6wrDH67 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFk6wrDH67 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFk6wrDH67 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFk6wrDH67 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFk6wrDH67 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFk6wrDH67 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFk6wrDH67 .navbar {
    height: 70px;
  }
  .cid-uFk6wrDH67 .navbar.opened {
    height: auto;
  }
  .cid-uFk6wrDH67 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkfQKLrhTi {
  background-image: url("../../../assets/images/404328043-7505656589485455-239371950725821486-n-720x480.jpg");
}
.cid-vkfQKLrhTi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkfQKLrhTi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkfQKLrhTi .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vkfQKLrhTi .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-vl0Q4qWGTV {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vl0Q4qWGTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl0Q4qWGTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl0Q4qWGTV .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-vl0Q4qWGTV img {
  margin: auto;
  width: 140px;
}
.cid-vl0Q4qWGTV .row {
  align-items: flex-start;
}
.cid-vl0Q4qWGTV .item-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-vl0Q4qWGTV .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-vl0Q4qWGTV .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vl0Q4qWGTV .item-wrapper {
    padding: 1rem;
  }
}
.cid-u7K4CHMfNG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7K4CHMfNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7K4CHMfNG .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-u7K4CHMfNG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7K4CHMfNG .row {
  flex-direction: row-reverse;
}
.cid-u7K4CHMfNG img {
  width: 100%;
}
.cid-uKSCeFn5ys {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKSCeFn5ys .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKSCeFn5ys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKSCeFn5ys .container {
  overflow: hidden;
}
.cid-uKSCeFn5ys .row {
  justify-content: center;
}
.cid-uKSCeFn5ys .title-wrapper {
  margin-bottom: 80px;
}
.cid-uKSCeFn5ys .title-wrapper .mbr-section-title {
  padding-top: 22px;
  margin-bottom: 0;
}
.cid-uKSCeFn5ys .video-block {
  width: 62%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uKSCeFn5ys .video-block {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-uKSCeFn5ys .video-block {
    width: 100%;
  }
}
.cid-uKSCeFn5ys .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKSCeFn5ys .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uKSCeFn5ys .app-video-wrapper::before {
  color: #d2232a;
  text-shadow: none;
}
.cid-uKSCeFn5ys .mbr-section-title {
  color: #495DFF;
}
.cid-vkJp39t91j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkJp39t91j .mbr-section-subtitle {
  color: #d2232a;
}
.cid-vkJp39t91j .mbr-text {
  color: #d2232a;
}
.cid-vl2JF9zFlH {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vl2JF9zFlH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl2JF9zFlH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl2JF9zFlH .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-vl2JF9zFlH img {
  margin: auto;
  width: 140px;
}
.cid-vl2JF9zFlH .row {
  align-items: flex-start;
}
.cid-vl2JF9zFlH .item-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-vl2JF9zFlH .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-vl2JF9zFlH .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vl2JF9zFlH .item-wrapper {
    padding: 1rem;
  }
}
.cid-vkJp9K5V6I {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vkJp9K5V6I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkJp9K5V6I .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-vkJp9K5V6I .col-title {
    margin-bottom: 20px;
  }
}
.cid-vkJp9K5V6I .mbr-section-title {
  color: #d2232a;
}
.cid-vkJp9K5V6I .mbr-text {
  color: #000000;
}
.cid-vkJp9K5V6I h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-vkJp9K5V6I h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-vkJp9K5V6I .row {
  justify-content: space-between;
}
.cid-vkJp9K5V6I .mbr-text1 {
  color: #0046c7;
}
.cid-vkJp9K5V6I img {
  object-fit: cover;
}
.cid-vkJp9K5V6I h3 {
  transition: all 0.3s;
  position: relative;
  transform: translateX(110px);
}
.cid-vkJp9K5V6I h3:hover {
  transform: translateX(0px);
  cursor: pointer;
}
.cid-vkJp9K5V6I h3:hover:before {
  opacity: 0;
}
.cid-vkJp9K5V6I h3:before {
  content: '\e96b';
  color: currentColor;
  font-family: 'Moririse2' !important;
  transition: all 0.3s;
  opacity: 1;
  border-radius: 50%;
  position: absolute;
  left: -110px;
  top: 60%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .cid-vkJp9K5V6I h3 {
    transform: translateX(0px);
  }
}
.cid-vkJp9K5V6I .mbr-section-subtitle,
.cid-vkJp9K5V6I .align {
  color: #d2232a;
}
.cid-vkJpizd7Kh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkJpizd7Kh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkJpizd7Kh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkJpizd7Kh .row {
  justify-content: center;
}
.cid-vkJpizd7Kh .container-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.cid-vkJpizd7Kh .container-wrapper .cont-wrap {
  width: 100%;
  height: 360px;
  background-color: #d2232a;
}
@media (max-width: 992px) {
  .cid-vkJpizd7Kh .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-vkJpizd7Kh .link-wrapper {
  width: 100%;
  height: 100%;
}
.cid-vkJpizd7Kh .link-wrapper:hover .text-wrapper .mbr-section-title {
  color: #d2232a;
}
.cid-vkJpizd7Kh .link-wrapper:hover .text-wrapper .icon-wrapper .mbr-iconfont {
  transform: translate(20px, 0px);
}
.cid-vkJpizd7Kh .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
}
@media (max-width: 992px) {
  .cid-vkJpizd7Kh .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-vkJpizd7Kh .text-wrapper .mbr-number {
  margin-bottom: 20px;
}
.cid-vkJpizd7Kh .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-vkJpizd7Kh .text-wrapper .mbr-text {
  margin-bottom: 22px;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-vkJpizd7Kh .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-vkJpizd7Kh .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  opacity: .5;
  display: inline-block;
  transition: all .3s ease;
}
.cid-vkJpizd7Kh .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vkJpizd7Kh .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
  }
}
.cid-vkJpizd7Kh .mbr-number {
  color: #1c314e;
}
.cid-vkJpizd7Kh .mbr-section-title,
.cid-vkJpizd7Kh .mbr-iconfont {
  color: #1c314e;
}
.cid-vkJpizd7Kh .mbr-text {
  color: #1c314e;
}
.cid-vkJpizd7Kh .mbr-section-title,
.cid-vkJpizd7Kh .icon-wrapper,
.cid-vkJpizd7Kh .mbr-iconfont {
  color: #d2232a;
}
.cid-vkJpk6p73f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkJpk6p73f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkJpk6p73f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkJpk6p73f .row {
  justify-content: center;
}
.cid-vkJpk6p73f .container-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.cid-vkJpk6p73f .container-wrapper .cont-wrap {
  width: 100%;
  height: 360px;
  background-color: #d2232a;
}
@media (max-width: 992px) {
  .cid-vkJpk6p73f .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-vkJpk6p73f .link-wrapper {
  width: 100%;
  height: 100%;
}
.cid-vkJpk6p73f .link-wrapper:hover .text-wrapper .mbr-section-title {
  color: #d2232a;
}
.cid-vkJpk6p73f .link-wrapper:hover .text-wrapper .icon-wrapper .mbr-iconfont {
  transform: translate(20px, 0px);
}
.cid-vkJpk6p73f .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
}
@media (max-width: 992px) {
  .cid-vkJpk6p73f .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-vkJpk6p73f .text-wrapper .mbr-number {
  margin-bottom: 20px;
}
.cid-vkJpk6p73f .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-vkJpk6p73f .text-wrapper .mbr-text {
  margin-bottom: 22px;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-vkJpk6p73f .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-vkJpk6p73f .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  opacity: .5;
  display: inline-block;
  transition: all .3s ease;
}
.cid-vkJpk6p73f .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vkJpk6p73f .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
  }
}
.cid-vkJpk6p73f .mbr-number {
  color: #1c314e;
}
.cid-vkJpk6p73f .mbr-section-title,
.cid-vkJpk6p73f .mbr-iconfont {
  color: #1c314e;
}
.cid-vkJpk6p73f .mbr-text {
  color: #1c314e;
  text-align: left;
}
.cid-vkJpk6p73f .mbr-section-title,
.cid-vkJpk6p73f .icon-wrapper,
.cid-vkJpk6p73f .mbr-iconfont {
  color: #d2232a;
}
.cid-vkJpWoKGlD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkJpWoKGlD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkJpWoKGlD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkJpWoKGlD .row {
  justify-content: center;
}
.cid-vkJpWoKGlD .container-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.cid-vkJpWoKGlD .container-wrapper .cont-wrap {
  width: 100%;
  height: 360px;
  background-color: #d2232a;
}
@media (max-width: 992px) {
  .cid-vkJpWoKGlD .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-vkJpWoKGlD .link-wrapper {
  width: 100%;
  height: 100%;
}
.cid-vkJpWoKGlD .link-wrapper:hover .text-wrapper .mbr-section-title {
  color: #d2232a;
}
.cid-vkJpWoKGlD .link-wrapper:hover .text-wrapper .icon-wrapper .mbr-iconfont {
  transform: translate(20px, 0px);
}
.cid-vkJpWoKGlD .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
}
@media (max-width: 992px) {
  .cid-vkJpWoKGlD .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-vkJpWoKGlD .text-wrapper .mbr-number {
  margin-bottom: 20px;
}
.cid-vkJpWoKGlD .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-vkJpWoKGlD .text-wrapper .mbr-text {
  margin-bottom: 22px;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-vkJpWoKGlD .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-vkJpWoKGlD .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  opacity: .5;
  display: inline-block;
  transition: all .3s ease;
}
.cid-vkJpWoKGlD .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vkJpWoKGlD .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
  }
}
.cid-vkJpWoKGlD .mbr-number {
  color: #1c314e;
}
.cid-vkJpWoKGlD .mbr-section-title,
.cid-vkJpWoKGlD .mbr-iconfont {
  color: #1c314e;
}
.cid-vkJpWoKGlD .mbr-text {
  color: #1c314e;
  text-align: left;
}
.cid-vkJpWoKGlD .mbr-section-title,
.cid-vkJpWoKGlD .icon-wrapper,
.cid-vkJpWoKGlD .mbr-iconfont {
  color: #d2232a;
}
.cid-vkJqhN5jgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkJqhN5jgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkJqhN5jgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkJqhN5jgU .row {
  justify-content: center;
}
.cid-vkJqhN5jgU .container-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.cid-vkJqhN5jgU .container-wrapper .cont-wrap {
  width: 100%;
  height: 360px;
  background-color: #d2232a;
}
@media (max-width: 992px) {
  .cid-vkJqhN5jgU .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-vkJqhN5jgU .link-wrapper {
  width: 100%;
  height: 100%;
}
.cid-vkJqhN5jgU .link-wrapper:hover .text-wrapper .mbr-section-title {
  color: #d2232a;
}
.cid-vkJqhN5jgU .link-wrapper:hover .text-wrapper .icon-wrapper .mbr-iconfont {
  transform: translate(20px, 0px);
}
.cid-vkJqhN5jgU .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
}
@media (max-width: 992px) {
  .cid-vkJqhN5jgU .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-vkJqhN5jgU .text-wrapper .mbr-number {
  margin-bottom: 20px;
}
.cid-vkJqhN5jgU .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-vkJqhN5jgU .text-wrapper .mbr-text {
  margin-bottom: 22px;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-vkJqhN5jgU .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-vkJqhN5jgU .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  opacity: .5;
  display: inline-block;
  transition: all .3s ease;
}
.cid-vkJqhN5jgU .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vkJqhN5jgU .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
  }
}
.cid-vkJqhN5jgU .mbr-number {
  color: #1c314e;
}
.cid-vkJqhN5jgU .mbr-section-title,
.cid-vkJqhN5jgU .mbr-iconfont {
  color: #1c314e;
}
.cid-vkJqhN5jgU .mbr-text {
  color: #1c314e;
  text-align: left;
}
.cid-vkJqhN5jgU .mbr-section-title,
.cid-vkJqhN5jgU .icon-wrapper,
.cid-vkJqhN5jgU .mbr-iconfont {
  color: #d2232a;
}
.cid-vkJpoEebCb {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vkJpoEebCb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkJpoEebCb .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-vkJpoEebCb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkJpoEebCb .row {
  flex-direction: row-reverse;
}
.cid-vkJpoEebCb img {
  width: 100%;
}
.cid-uOEBZyyAYl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOEBZyyAYl .item {
  padding-bottom: 2rem;
}
.cid-uOEBZyyAYl .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uOEBZyyAYl .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uOEBZyyAYl .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uOEBZyyAYl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uOEBZyyAYl .carousel-control,
.cid-uOEBZyyAYl .close {
  background: #1b1b1b;
}
.cid-uOEBZyyAYl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uOEBZyyAYl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uOEBZyyAYl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uOEBZyyAYl .carousel-control-next span {
  margin-left: 5px;
}
.cid-uOEBZyyAYl .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uOEBZyyAYl .close::before {
  content: '\e91a';
}
.cid-uOEBZyyAYl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uOEBZyyAYl .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uOEBZyyAYl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOEBZyyAYl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOEBZyyAYl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uOEBZyyAYl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uOEBZyyAYl .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uOEBZyyAYl .carousel-indicators li.active,
.cid-uOEBZyyAYl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uOEBZyyAYl .carousel-indicators li::after,
.cid-uOEBZyyAYl .carousel-indicators li::before {
  content: none;
}
.cid-uOEBZyyAYl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uOEBZyyAYl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uOEBZyyAYl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uOEBZyyAYl .carousel-indicators {
    display: none;
  }
}
.cid-uOEBZyyAYl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uOEBZyyAYl .carousel-inner > .active {
  display: block;
}
.cid-uOEBZyyAYl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOEBZyyAYl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uOEBZyyAYl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uOEBZyyAYl .carousel-control,
  .cid-uOEBZyyAYl .carousel-indicators,
  .cid-uOEBZyyAYl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uOEBZyyAYl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uOEBZyyAYl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uOEBZyyAYl .carousel-indicators .active,
.cid-uOEBZyyAYl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uOEBZyyAYl .carousel-indicators .active {
  background: #fff;
}
.cid-uOEBZyyAYl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uOEBZyyAYl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uOEBZyyAYl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uOEBZyyAYl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uOEBZyyAYl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uOEBZyyAYl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uOEBZyyAYl .carousel {
  width: 100%;
}
.cid-uOEBZyyAYl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uOEBZyyAYl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uOEBZyyAYl .modal.fade .modal-dialog,
.cid-uOEBZyyAYl .modal.in .modal-dialog {
  transform: none;
}
.cid-uOEBZyyAYl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uOEBZyyAYl H6 {
  text-align: center;
}
.cid-uOEBZyyAYl H4 {
  text-align: left;
}
.cid-vl2JmUSwdw {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vl2JmUSwdw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl2JmUSwdw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl2JmUSwdw .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-vl2JmUSwdw img {
  margin: auto;
  width: 140px;
}
.cid-vl2JmUSwdw .row {
  align-items: flex-start;
}
.cid-vl2JmUSwdw .item-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-vl2JmUSwdw .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-vl2JmUSwdw .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vl2JmUSwdw .item-wrapper {
    padding: 1rem;
  }
}
.cid-u7Nkwjmt54 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7Nkwjmt54 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Nkwjmt54 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7Nkwjmt54 .container {
    padding: 0 26px;
  }
}
.cid-u7Nkwjmt54 .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-u7Nkwjmt54 .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-u7Nkwjmt54 .row {
    padding: 26px;
  }
}
.cid-u7Nkwjmt54 .title-wrapper {
  margin-bottom: 50px;
}
.cid-u7Nkwjmt54 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u7Nkwjmt54 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-u7Nkwjmt54 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7Nkwjmt54 .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-u7Nkwjmt54 .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-u7Nkwjmt54 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-u7Nkwjmt54 .nav-wrapper {
  margin-bottom: 50px;
}
.cid-u7Nkwjmt54 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u7Nkwjmt54 .nav-wrapper .list {
    display: block;
  }
}
.cid-u7Nkwjmt54 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u7Nkwjmt54 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-u7Nkwjmt54 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7Nkwjmt54 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7Nkwjmt54 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-u7Nkwjmt54 .soc-wrapper {
  margin-bottom: 50px;
}
.cid-u7Nkwjmt54 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-u7Nkwjmt54 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-u7Nkwjmt54 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-u7Nkwjmt54 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-u7Nkwjmt54 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #d2232a;
}
.cid-u7Nkwjmt54 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-u7Nkwjmt54 .mbr-section-title,
.cid-u7Nkwjmt54 .title-wrapper {
  color: #d2232a;
  text-align: center;
}
.cid-u7Nkwjmt54 .list {
  color: #ffffff;
}
.cid-u7Nkwjmt54 .copyright {
  color: #d2232a;
  text-align: center;
}
.cid-u7Nkwjmt54 .list,
.cid-u7Nkwjmt54 .nav-wrapper,
.cid-u7Nkwjmt54 .soc-wrapper {
  text-align: center;
  color: #d2232a;
}
.cid-uFk6wrDH67 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFk6wrDH67 nav.navbar {
  position: fixed;
}
.cid-uFk6wrDH67 .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;
}
.cid-uFk6wrDH67 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFk6wrDH67 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFk6wrDH67 .dropdown-item:hover,
.cid-uFk6wrDH67 .dropdown-item:focus {
  background: #d2232a !important;
  color: white !important;
}
.cid-uFk6wrDH67 .dropdown-item:hover span {
  color: white;
}
.cid-uFk6wrDH67 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFk6wrDH67 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFk6wrDH67 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFk6wrDH67 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFk6wrDH67 .nav-link {
  position: relative;
}
.cid-uFk6wrDH67 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uFk6wrDH67 .container {
    flex-wrap: wrap;
  }
}
.cid-uFk6wrDH67 .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uFk6wrDH67 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uFk6wrDH67 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFk6wrDH67 .dropdown-menu,
.cid-uFk6wrDH67 .navbar.opened {
  background: #ffffff !important;
}
.cid-uFk6wrDH67 .nav-item:focus,
.cid-uFk6wrDH67 .nav-link:focus {
  outline: none;
}
.cid-uFk6wrDH67 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFk6wrDH67 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFk6wrDH67 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFk6wrDH67 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFk6wrDH67 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFk6wrDH67 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFk6wrDH67 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uFk6wrDH67 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFk6wrDH67 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFk6wrDH67 .navbar .navbar-logo img {
  width: auto;
}
.cid-uFk6wrDH67 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFk6wrDH67 .navbar.collapsed {
  justify-content: center;
}
.cid-uFk6wrDH67 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFk6wrDH67 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFk6wrDH67 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uFk6wrDH67 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFk6wrDH67 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFk6wrDH67 .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-uFk6wrDH67 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFk6wrDH67 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFk6wrDH67 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFk6wrDH67 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFk6wrDH67 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFk6wrDH67 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFk6wrDH67 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFk6wrDH67 .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-uFk6wrDH67 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFk6wrDH67 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFk6wrDH67 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFk6wrDH67 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFk6wrDH67 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFk6wrDH67 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFk6wrDH67 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFk6wrDH67 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFk6wrDH67 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFk6wrDH67 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFk6wrDH67 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFk6wrDH67 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFk6wrDH67 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFk6wrDH67 .dropdown-item.active,
.cid-uFk6wrDH67 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFk6wrDH67 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFk6wrDH67 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFk6wrDH67 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFk6wrDH67 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFk6wrDH67 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFk6wrDH67 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFk6wrDH67 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFk6wrDH67 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFk6wrDH67 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d2232a;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFk6wrDH67 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFk6wrDH67 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFk6wrDH67 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFk6wrDH67 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFk6wrDH67 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFk6wrDH67 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFk6wrDH67 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFk6wrDH67 .navbar {
    height: 70px;
  }
  .cid-uFk6wrDH67 .navbar.opened {
    height: auto;
  }
  .cid-uFk6wrDH67 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ua6mk6FOvp {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ua6mk6FOvp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6mk6FOvp .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-ua6mk6FOvp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua6mk6FOvp .row {
  flex-direction: row-reverse;
}
.cid-ua6mk6FOvp img {
  width: 100%;
}
.cid-ua6joXB2Hg {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ua6joXB2Hg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6joXB2Hg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ua6joXB2Hg .container {
    padding: 0 30px;
  }
}
.cid-ua6joXB2Hg .card {
  justify-content: center;
}
.cid-ua6joXB2Hg .content-wrapper {
  padding: 0 120px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-ua6joXB2Hg .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-ua6joXB2Hg .content-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-ua6joXB2Hg .content-wrapper .tabs-wrapper {
  width: 30%;
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .cid-ua6joXB2Hg .content-wrapper .tabs-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-ua6joXB2Hg .content-wrapper .tabs-wrapper {
    padding: 0;
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-ua6joXB2Hg .content-wrapper .tabs-wrapper .tabs-wrap {
  border-left: 1px solid #d2232a;
  padding-left: 20px;
  height: fit-content;
}
.cid-ua6joXB2Hg .content-wrapper .tabs-wrapper .tabs-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ua6joXB2Hg .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-block;
}
.cid-ua6joXB2Hg .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-top: 20px;
  display: block;
}
.cid-ua6joXB2Hg .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-ua6joXB2Hg .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  border: none;
  color: #d2232a;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-ua6joXB2Hg .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #d2232a;
  transition: all 0.3s ease-in-out;
}
.cid-ua6joXB2Hg .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
  background-color: transparent;
}
.cid-ua6joXB2Hg .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-ua6joXB2Hg .content-wrapper .text-wrapper {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-ua6joXB2Hg .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-ua6joXB2Hg .content-wrapper .text-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-ua6joXB2Hg .mbr-section-title {
  color: #254b45;
}
.cid-ua6joXB2Hg .mbr-text {
  color: #d2232a;
}
.cid-ua6joXB2Hg .mbr-section-title,
.cid-ua6joXB2Hg .tabs-wrap {
  color: #d2232a;
}
.cid-ua6ipPsSIS {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ua6ipPsSIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6ipPsSIS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ua6ipPsSIS .container {
    padding: 0 26px;
  }
}
.cid-ua6ipPsSIS .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ua6ipPsSIS .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ua6ipPsSIS .row {
    padding: 26px;
  }
}
.cid-ua6ipPsSIS .title-wrapper {
  margin-bottom: 50px;
}
.cid-ua6ipPsSIS .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ua6ipPsSIS .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ua6ipPsSIS .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ua6ipPsSIS .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ua6ipPsSIS .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-ua6ipPsSIS .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ua6ipPsSIS .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ua6ipPsSIS .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ua6ipPsSIS .nav-wrapper .list {
    display: block;
  }
}
.cid-ua6ipPsSIS .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ua6ipPsSIS .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ua6ipPsSIS .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ua6ipPsSIS .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ua6ipPsSIS .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ua6ipPsSIS .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ua6ipPsSIS .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ua6ipPsSIS .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ua6ipPsSIS .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ua6ipPsSIS .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ua6ipPsSIS .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #d2232a;
}
.cid-ua6ipPsSIS .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ua6ipPsSIS .mbr-section-title,
.cid-ua6ipPsSIS .title-wrapper {
  color: #d2232a;
  text-align: center;
}
.cid-ua6ipPsSIS .list {
  color: #ffffff;
}
.cid-ua6ipPsSIS .copyright {
  color: #d2232a;
  text-align: center;
}
.cid-ua6ipPsSIS .list,
.cid-ua6ipPsSIS .nav-wrapper,
.cid-ua6ipPsSIS .soc-wrapper {
  text-align: center;
  color: #d2232a;
}
.cid-uFk6wrDH67 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFk6wrDH67 nav.navbar {
  position: fixed;
}
.cid-uFk6wrDH67 .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;
}
.cid-uFk6wrDH67 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFk6wrDH67 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFk6wrDH67 .dropdown-item:hover,
.cid-uFk6wrDH67 .dropdown-item:focus {
  background: #d2232a !important;
  color: white !important;
}
.cid-uFk6wrDH67 .dropdown-item:hover span {
  color: white;
}
.cid-uFk6wrDH67 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFk6wrDH67 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFk6wrDH67 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFk6wrDH67 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFk6wrDH67 .nav-link {
  position: relative;
}
.cid-uFk6wrDH67 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uFk6wrDH67 .container {
    flex-wrap: wrap;
  }
}
.cid-uFk6wrDH67 .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uFk6wrDH67 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uFk6wrDH67 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFk6wrDH67 .dropdown-menu,
.cid-uFk6wrDH67 .navbar.opened {
  background: #ffffff !important;
}
.cid-uFk6wrDH67 .nav-item:focus,
.cid-uFk6wrDH67 .nav-link:focus {
  outline: none;
}
.cid-uFk6wrDH67 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFk6wrDH67 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFk6wrDH67 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFk6wrDH67 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFk6wrDH67 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFk6wrDH67 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFk6wrDH67 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uFk6wrDH67 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFk6wrDH67 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFk6wrDH67 .navbar .navbar-logo img {
  width: auto;
}
.cid-uFk6wrDH67 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFk6wrDH67 .navbar.collapsed {
  justify-content: center;
}
.cid-uFk6wrDH67 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFk6wrDH67 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFk6wrDH67 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uFk6wrDH67 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFk6wrDH67 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFk6wrDH67 .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-uFk6wrDH67 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFk6wrDH67 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFk6wrDH67 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFk6wrDH67 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFk6wrDH67 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFk6wrDH67 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFk6wrDH67 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFk6wrDH67 .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-uFk6wrDH67 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFk6wrDH67 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFk6wrDH67 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFk6wrDH67 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFk6wrDH67 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFk6wrDH67 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFk6wrDH67 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFk6wrDH67 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFk6wrDH67 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFk6wrDH67 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFk6wrDH67 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFk6wrDH67 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFk6wrDH67 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFk6wrDH67 .dropdown-item.active,
.cid-uFk6wrDH67 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFk6wrDH67 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFk6wrDH67 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFk6wrDH67 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFk6wrDH67 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFk6wrDH67 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFk6wrDH67 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFk6wrDH67 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFk6wrDH67 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFk6wrDH67 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d2232a;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFk6wrDH67 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFk6wrDH67 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFk6wrDH67 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFk6wrDH67 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFk6wrDH67 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFk6wrDH67 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFk6wrDH67 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFk6wrDH67 .navbar {
    height: 70px;
  }
  .cid-uFk6wrDH67 .navbar.opened {
    height: auto;
  }
  .cid-uFk6wrDH67 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOmUvS47pH {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOmUvS47pH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmUvS47pH .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-uOmUvS47pH .col-title {
    margin-bottom: 20px;
  }
}
.cid-uOmUvS47pH .mbr-section-title {
  color: #d2232a;
}
.cid-uOmUvS47pH .mbr-text {
  color: #000000;
}
.cid-uOmUvS47pH h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uOmUvS47pH h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uOmUvS47pH .row {
  justify-content: space-between;
}
.cid-uOmUvS47pH .mbr-text1 {
  color: #0046c7;
}
.cid-uOmUvS47pH img {
  object-fit: cover;
}
.cid-uOmUvS47pH h3 {
  transition: all 0.3s;
  position: relative;
  transform: translateX(110px);
}
.cid-uOmUvS47pH h3:hover {
  transform: translateX(0px);
  cursor: pointer;
}
.cid-uOmUvS47pH h3:hover:before {
  opacity: 0;
}
.cid-uOmUvS47pH h3:before {
  content: '\e96b';
  color: currentColor;
  font-family: 'Moririse2' !important;
  transition: all 0.3s;
  opacity: 1;
  border-radius: 50%;
  position: absolute;
  left: -110px;
  top: 60%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .cid-uOmUvS47pH h3 {
    transform: translateX(0px);
  }
}
.cid-uOmUvS47pH .mbr-section-subtitle,
.cid-uOmUvS47pH .align {
  color: #ffffff;
}
.cid-vl2JcB7G0T {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vl2JcB7G0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl2JcB7G0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl2JcB7G0T .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-vl2JcB7G0T img {
  margin: auto;
  width: 140px;
}
.cid-vl2JcB7G0T .row {
  align-items: flex-start;
}
.cid-vl2JcB7G0T .item-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-vl2JcB7G0T .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-vl2JcB7G0T .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vl2JcB7G0T .item-wrapper {
    padding: 1rem;
  }
}
.cid-uOmV42l5X3 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOmV42l5X3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmV42l5X3 .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-uOmV42l5X3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOmV42l5X3 .row {
  flex-direction: row-reverse;
}
.cid-uOmV42l5X3 img {
  width: 100%;
}
.cid-uOmTmbe9Ik {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOmTmbe9Ik .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmTmbe9Ik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmTmbe9Ik .video-wrapper iframe {
  width: 100%;
}
.cid-uOmTmbe9Ik .mbr-section-title,
.cid-uOmTmbe9Ik .mbr-section-subtitle,
.cid-uOmTmbe9Ik .mbr-text {
  text-align: center;
}
.cid-uOmTmbe9Ik .mbr-section-title {
  color: #d2232a;
}
.cid-uOmVpukw9N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOmVpukw9N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmVpukw9N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmVpukw9N .video-wrapper iframe {
  width: 100%;
}
.cid-uOmVpukw9N .mbr-section-title,
.cid-uOmVpukw9N .mbr-section-subtitle,
.cid-uOmVpukw9N .mbr-text {
  text-align: center;
}
.cid-uOmVpukw9N .mbr-section-title {
  color: #d2232a;
}
.cid-uOmVWyr8nM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOmVWyr8nM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmVWyr8nM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmVWyr8nM .video-wrapper iframe {
  width: 100%;
}
.cid-uOmVWyr8nM .mbr-section-title,
.cid-uOmVWyr8nM .mbr-section-subtitle,
.cid-uOmVWyr8nM .mbr-text {
  text-align: center;
}
.cid-uOmVWyr8nM .mbr-section-title {
  color: #d2232a;
}
.cid-uOmWrWTFhy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOmWrWTFhy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmWrWTFhy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmWrWTFhy .video-wrapper iframe {
  width: 100%;
}
.cid-uOmWrWTFhy .mbr-section-title,
.cid-uOmWrWTFhy .mbr-section-subtitle,
.cid-uOmWrWTFhy .mbr-text {
  text-align: center;
}
.cid-uOmWrWTFhy .mbr-section-title {
  color: #d2232a;
}
.cid-uOmYQ8pSzV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOmYQ8pSzV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmYQ8pSzV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmYQ8pSzV .video-wrapper iframe {
  width: 100%;
}
.cid-uOmYQ8pSzV .mbr-section-title,
.cid-uOmYQ8pSzV .mbr-section-subtitle,
.cid-uOmYQ8pSzV .mbr-text {
  text-align: center;
}
.cid-uOmYQ8pSzV .mbr-section-title {
  color: #d2232a;
}
.cid-uOmZyYGfCS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOmZyYGfCS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmZyYGfCS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmZyYGfCS .video-wrapper iframe {
  width: 100%;
}
.cid-uOmZyYGfCS .mbr-section-title,
.cid-uOmZyYGfCS .mbr-section-subtitle,
.cid-uOmZyYGfCS .mbr-text {
  text-align: center;
}
.cid-uOn2xeHDPk {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOn2xeHDPk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOn2xeHDPk .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-uOn2xeHDPk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOn2xeHDPk .row {
  flex-direction: row-reverse;
}
.cid-uOn2xeHDPk img {
  width: 100%;
}
.cid-vl2KHaaQ2T {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vl2KHaaQ2T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl2KHaaQ2T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl2KHaaQ2T .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-vl2KHaaQ2T img {
  margin: auto;
  width: 140px;
}
.cid-vl2KHaaQ2T .row {
  align-items: flex-start;
}
.cid-vl2KHaaQ2T .item-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-vl2KHaaQ2T .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-vl2KHaaQ2T .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vl2KHaaQ2T .item-wrapper {
    padding: 1rem;
  }
}
.cid-uOn28esl6W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d2232a;
}
.cid-uOn28esl6W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOn28esl6W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOn28esl6W .mbr-section-title {
  color: #ffffff;
}
.cid-uOmZYLY0IM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOmZYLY0IM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmZYLY0IM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmZYLY0IM .video-wrapper iframe {
  width: 100%;
}
.cid-uOmZYLY0IM .mbr-section-title,
.cid-uOmZYLY0IM .mbr-section-subtitle,
.cid-uOmZYLY0IM .mbr-text {
  text-align: center;
}
.cid-uOmZYLY0IM .mbr-section-title {
  color: #d2232a;
}
.cid-uOn0xypEwd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOn0xypEwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOn0xypEwd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOn0xypEwd .video-wrapper iframe {
  width: 100%;
}
.cid-uOn0xypEwd .mbr-section-title,
.cid-uOn0xypEwd .mbr-section-subtitle,
.cid-uOn0xypEwd .mbr-text {
  text-align: center;
}
.cid-uOn0xypEwd .mbr-section-title {
  color: #d2232a;
}
.cid-uOn0K1wbQB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOn0K1wbQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOn0K1wbQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOn0K1wbQB .video-wrapper iframe {
  width: 100%;
}
.cid-uOn0K1wbQB .mbr-section-title,
.cid-uOn0K1wbQB .mbr-section-subtitle,
.cid-uOn0K1wbQB .mbr-text {
  text-align: center;
}
.cid-uOn0K1wbQB .mbr-section-title {
  color: #d2232a;
}
.cid-uOn0WRhW06 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOn0WRhW06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOn0WRhW06 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOn0WRhW06 .video-wrapper iframe {
  width: 100%;
}
.cid-uOn0WRhW06 .mbr-section-title,
.cid-uOn0WRhW06 .mbr-section-subtitle,
.cid-uOn0WRhW06 .mbr-text {
  text-align: center;
}
.cid-uOn0WRhW06 .mbr-section-title {
  color: #d2232a;
}
.cid-uOn18OV2vw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOn18OV2vw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOn18OV2vw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOn18OV2vw .video-wrapper iframe {
  width: 100%;
}
.cid-uOn18OV2vw .mbr-section-title,
.cid-uOn18OV2vw .mbr-section-subtitle,
.cid-uOn18OV2vw .mbr-text {
  text-align: center;
}
.cid-uOn18OV2vw .mbr-section-title {
  color: #d2232a;
}
.cid-uOn1v46xBR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOn1v46xBR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOn1v46xBR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOn1v46xBR .video-wrapper iframe {
  width: 100%;
}
.cid-uOn1v46xBR .mbr-section-title,
.cid-uOn1v46xBR .mbr-section-subtitle,
.cid-uOn1v46xBR .mbr-text {
  text-align: center;
}
.cid-uOn3hHgUib {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOn3hHgUib .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOn3hHgUib .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-uOn3hHgUib .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOn3hHgUib .row {
  flex-direction: row-reverse;
}
.cid-uOn3hHgUib img {
  width: 100%;
}
.cid-uOn3ijOnk8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d2232a;
}
.cid-uOn3ijOnk8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOn3ijOnk8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOn3ijOnk8 .mbr-section-title {
  color: #ffffff;
}
.cid-uOECYwDuto {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOECYwDuto .item {
  padding-bottom: 2rem;
}
.cid-uOECYwDuto .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uOECYwDuto .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uOECYwDuto .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uOECYwDuto .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uOECYwDuto .carousel-control,
.cid-uOECYwDuto .close {
  background: #1b1b1b;
}
.cid-uOECYwDuto .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uOECYwDuto .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uOECYwDuto .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uOECYwDuto .carousel-control-next span {
  margin-left: 5px;
}
.cid-uOECYwDuto .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uOECYwDuto .close::before {
  content: '\e91a';
}
.cid-uOECYwDuto .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uOECYwDuto .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uOECYwDuto .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOECYwDuto .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOECYwDuto .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uOECYwDuto .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uOECYwDuto .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uOECYwDuto .carousel-indicators li.active,
.cid-uOECYwDuto .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uOECYwDuto .carousel-indicators li::after,
.cid-uOECYwDuto .carousel-indicators li::before {
  content: none;
}
.cid-uOECYwDuto .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uOECYwDuto .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uOECYwDuto .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uOECYwDuto .carousel-indicators {
    display: none;
  }
}
.cid-uOECYwDuto .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uOECYwDuto .carousel-inner > .active {
  display: block;
}
.cid-uOECYwDuto .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOECYwDuto .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uOECYwDuto .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uOECYwDuto .carousel-control,
  .cid-uOECYwDuto .carousel-indicators,
  .cid-uOECYwDuto .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uOECYwDuto .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uOECYwDuto .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uOECYwDuto .carousel-indicators .active,
.cid-uOECYwDuto .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uOECYwDuto .carousel-indicators .active {
  background: #fff;
}
.cid-uOECYwDuto .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uOECYwDuto .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uOECYwDuto .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uOECYwDuto .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uOECYwDuto .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uOECYwDuto .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uOECYwDuto .carousel {
  width: 100%;
}
.cid-uOECYwDuto .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uOECYwDuto .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uOECYwDuto .modal.fade .modal-dialog,
.cid-uOECYwDuto .modal.in .modal-dialog {
  transform: none;
}
.cid-uOECYwDuto .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uOECYwDuto H6 {
  text-align: center;
}
.cid-uOECYwDuto H4 {
  text-align: left;
}
.cid-u7Nkwjmt54 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7Nkwjmt54 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Nkwjmt54 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7Nkwjmt54 .container {
    padding: 0 26px;
  }
}
.cid-u7Nkwjmt54 .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-u7Nkwjmt54 .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-u7Nkwjmt54 .row {
    padding: 26px;
  }
}
.cid-u7Nkwjmt54 .title-wrapper {
  margin-bottom: 50px;
}
.cid-u7Nkwjmt54 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u7Nkwjmt54 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-u7Nkwjmt54 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7Nkwjmt54 .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-u7Nkwjmt54 .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-u7Nkwjmt54 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-u7Nkwjmt54 .nav-wrapper {
  margin-bottom: 50px;
}
.cid-u7Nkwjmt54 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u7Nkwjmt54 .nav-wrapper .list {
    display: block;
  }
}
.cid-u7Nkwjmt54 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u7Nkwjmt54 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-u7Nkwjmt54 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7Nkwjmt54 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7Nkwjmt54 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-u7Nkwjmt54 .soc-wrapper {
  margin-bottom: 50px;
}
.cid-u7Nkwjmt54 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-u7Nkwjmt54 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-u7Nkwjmt54 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-u7Nkwjmt54 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-u7Nkwjmt54 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #d2232a;
}
.cid-u7Nkwjmt54 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-u7Nkwjmt54 .mbr-section-title,
.cid-u7Nkwjmt54 .title-wrapper {
  color: #d2232a;
  text-align: center;
}
.cid-u7Nkwjmt54 .list {
  color: #ffffff;
}
.cid-u7Nkwjmt54 .copyright {
  color: #d2232a;
  text-align: center;
}
.cid-u7Nkwjmt54 .list,
.cid-u7Nkwjmt54 .nav-wrapper,
.cid-u7Nkwjmt54 .soc-wrapper {
  text-align: center;
  color: #d2232a;
}
.cid-vkfmOYtpkD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vkfmOYtpkD nav.navbar {
  position: fixed;
}
.cid-vkfmOYtpkD .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;
}
.cid-vkfmOYtpkD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vkfmOYtpkD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vkfmOYtpkD .dropdown-item:hover,
.cid-vkfmOYtpkD .dropdown-item:focus {
  background: #d2232a !important;
  color: white !important;
}
.cid-vkfmOYtpkD .dropdown-item:hover span {
  color: white;
}
.cid-vkfmOYtpkD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkfmOYtpkD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkfmOYtpkD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkfmOYtpkD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vkfmOYtpkD .nav-link {
  position: relative;
}
.cid-vkfmOYtpkD .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vkfmOYtpkD .container {
    flex-wrap: wrap;
  }
}
.cid-vkfmOYtpkD .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vkfmOYtpkD .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vkfmOYtpkD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vkfmOYtpkD .dropdown-menu,
.cid-vkfmOYtpkD .navbar.opened {
  background: #ffffff !important;
}
.cid-vkfmOYtpkD .nav-item:focus,
.cid-vkfmOYtpkD .nav-link:focus {
  outline: none;
}
.cid-vkfmOYtpkD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkfmOYtpkD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vkfmOYtpkD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkfmOYtpkD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkfmOYtpkD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkfmOYtpkD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkfmOYtpkD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vkfmOYtpkD .navbar.opened {
  transition: all 0.3s;
}
.cid-vkfmOYtpkD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vkfmOYtpkD .navbar .navbar-logo img {
  width: auto;
}
.cid-vkfmOYtpkD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkfmOYtpkD .navbar.collapsed {
  justify-content: center;
}
.cid-vkfmOYtpkD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkfmOYtpkD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkfmOYtpkD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vkfmOYtpkD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkfmOYtpkD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkfmOYtpkD .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-vkfmOYtpkD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkfmOYtpkD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkfmOYtpkD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkfmOYtpkD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkfmOYtpkD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkfmOYtpkD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkfmOYtpkD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkfmOYtpkD .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-vkfmOYtpkD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkfmOYtpkD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkfmOYtpkD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vkfmOYtpkD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vkfmOYtpkD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkfmOYtpkD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vkfmOYtpkD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vkfmOYtpkD .navbar.navbar-short {
  min-height: 60px;
}
.cid-vkfmOYtpkD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vkfmOYtpkD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vkfmOYtpkD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vkfmOYtpkD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkfmOYtpkD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkfmOYtpkD .dropdown-item.active,
.cid-vkfmOYtpkD .dropdown-item:active {
  background-color: transparent;
}
.cid-vkfmOYtpkD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkfmOYtpkD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkfmOYtpkD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkfmOYtpkD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vkfmOYtpkD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vkfmOYtpkD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkfmOYtpkD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vkfmOYtpkD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vkfmOYtpkD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vkfmOYtpkD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d2232a;
}
.cid-vkfmOYtpkD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vkfmOYtpkD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkfmOYtpkD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkfmOYtpkD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vkfmOYtpkD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkfmOYtpkD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkfmOYtpkD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkfmOYtpkD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkfmOYtpkD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vkfmOYtpkD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkfmOYtpkD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vkfmOYtpkD .navbar {
    height: 70px;
  }
  .cid-vkfmOYtpkD .navbar.opened {
    height: auto;
  }
  .cid-vkfmOYtpkD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkfmOWIJLn {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #d2232a;
}
.cid-vkfmOWIJLn blockquote {
  border-color: #00516d;
  border-radius: 4px;
  background-color: #d2232a;
}
.cid-vkfmOWIJLn .mbr-section-title {
  color: #ffffff;
}
.cid-vkfmOWIJLn .mbr-text {
  color: #ffffff;
}
.cid-vkKUbQqs9z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vkKUbQqs9z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkKUbQqs9z .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-vkKUbQqs9z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkKUbQqs9z .row {
  flex-direction: row-reverse;
}
.cid-vkKUbQqs9z img {
  width: 100%;
}
.cid-vl2Kwn0zxD {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vl2Kwn0zxD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl2Kwn0zxD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl2Kwn0zxD .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-vl2Kwn0zxD img {
  margin: auto;
  width: 140px;
}
.cid-vl2Kwn0zxD .row {
  align-items: flex-start;
}
.cid-vl2Kwn0zxD .item-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-vl2Kwn0zxD .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-vl2Kwn0zxD .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vl2Kwn0zxD .item-wrapper {
    padding: 1rem;
  }
}
.cid-vkfmP0aHkG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vkfmP0aHkG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkfmP0aHkG .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-vkfmP0aHkG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkfmP0aHkG .row {
  flex-direction: row-reverse;
}
.cid-vkfmP0aHkG img {
  width: 100%;
}
.cid-vkfmP70oq5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkfmP70oq5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkfmP70oq5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkfmP70oq5 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-vkfmP70oq5 .content-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-vkfmP70oq5 .content-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-vkfmP70oq5 .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-vkfmP70oq5 .content-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vkfmP70oq5 .content-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-vkfmP70oq5 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-vkfmP70oq5 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-vkfmP70oq5 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkfmP70oq5 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vkfmP70oq5 .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.cid-vkfmP70oq5 .items-wrapper .item {
  width: 33.33%;
  padding: 0 7px;
  margin-bottom: 14px;
  animation: none !important;
}
@media (max-width: 1440px) {
  .cid-vkfmP70oq5 .items-wrapper .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vkfmP70oq5 .items-wrapper .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vkfmP70oq5 .items-wrapper .item:hover .item-wrapper .card-box,
.cid-vkfmP70oq5 .items-wrapper .item:focus .item-wrapper .card-box {
  transform: translateY(0);
  background-color: #d2232a;
}
.cid-vkfmP70oq5 .items-wrapper .item:hover .item-wrapper .card-box .gradient-wrapper,
.cid-vkfmP70oq5 .items-wrapper .item:focus .item-wrapper .card-box .gradient-wrapper {
  width: 400px;
  height: 400px;
}
.cid-vkfmP70oq5 .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
}
.cid-vkfmP70oq5 .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  z-index: 2;
}
.cid-vkfmP70oq5 .items-wrapper .item .item-wrapper .item-img img {
  height: 635px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vkfmP70oq5 .items-wrapper .item .item-wrapper .item-img img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vkfmP70oq5 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vkfmP70oq5 .items-wrapper .item .item-wrapper .name-wrapper {
  position: relative;
  z-index: 1;
  padding: 46px;
  background-color: #ffffff;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-top: -2rem;
}
@media (max-width: 992px) {
  .cid-vkfmP70oq5 .items-wrapper .item .item-wrapper .name-wrapper {
    padding: 46px 18px 18px 18px;
  }
}
.cid-vkfmP70oq5 .items-wrapper .item .item-wrapper .name-wrapper .item-name {
  margin-bottom: 8px;
}
.cid-vkfmP70oq5 .items-wrapper .item .item-wrapper .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vkfmP70oq5 .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  padding: 54px 46px 46px 46px;
  background-color: #ffffff;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  transform: translateY(-100%);
  transition: all .5s ease;
  margin-top: -2rem;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkfmP70oq5 .items-wrapper .item .item-wrapper .card-box {
    padding: 54px 18px 18px 18px;
    transform: none;
    background-color: #d2232a;
  }
}
.cid-vkfmP70oq5 .items-wrapper .item .item-wrapper .card-box .gradient-wrapper {
  position: absolute;
  right: -250px;
  bottom: -250px;
  width: 0;
  height: 0;
  background-image: linear-gradient(135deg, #d2232a, #d2232a, #d2232a 45%);
  border-radius: 100%;
  filter: blur(4rem);
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vkfmP70oq5 .items-wrapper .item .item-wrapper .card-box .gradient-wrapper {
    width: 400px;
    height: 400px;
  }
}
.cid-vkfmP70oq5 .items-wrapper .item .item-wrapper .card-box .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vkfmP70oq5 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 16px;
}
.cid-vkfmP70oq5 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkfmP70oq5 .mbr-label,
.cid-vkfmP70oq5 .label-wrapper {
  color: #1a0b54;
  text-align: center;
}
.cid-vkfmP70oq5 .mbr-section-title {
  color: #1a0b54;
  text-align: center;
}
.cid-vkfmP70oq5 .item-name {
  color: #1a0b54;
  text-align: center;
}
.cid-vkfmP70oq5 .item-role {
  color: #d2232a;
  text-align: center;
}
.cid-vkfmP70oq5 .item-text {
  color: #ffffff;
}
.cid-vkfmP70oq5 .item-text,
.cid-vkfmP70oq5 .mbr-section-btn {
  text-align: left;
}
.cid-vkfmPb2DpE {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkfmPb2DpE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkfmPb2DpE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-vkfmPb2DpE .container {
    padding: 0 26px;
  }
}
.cid-vkfmPb2DpE .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-vkfmPb2DpE .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vkfmPb2DpE .row {
    padding: 26px;
  }
}
.cid-vkfmPb2DpE .title-wrapper {
  margin-bottom: 50px;
}
.cid-vkfmPb2DpE .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vkfmPb2DpE .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vkfmPb2DpE .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vkfmPb2DpE .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-vkfmPb2DpE .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vkfmPb2DpE .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-vkfmPb2DpE .nav-wrapper {
  margin-bottom: 50px;
}
.cid-vkfmPb2DpE .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vkfmPb2DpE .nav-wrapper .list {
    display: block;
  }
}
.cid-vkfmPb2DpE .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vkfmPb2DpE .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-vkfmPb2DpE .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vkfmPb2DpE .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vkfmPb2DpE .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-vkfmPb2DpE .soc-wrapper {
  margin-bottom: 50px;
}
.cid-vkfmPb2DpE .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-vkfmPb2DpE .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-vkfmPb2DpE .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-vkfmPb2DpE .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-vkfmPb2DpE .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #d2232a;
}
.cid-vkfmPb2DpE .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vkfmPb2DpE .mbr-section-title,
.cid-vkfmPb2DpE .title-wrapper {
  color: #d2232a;
  text-align: center;
}
.cid-vkfmPb2DpE .list {
  color: #ffffff;
}
.cid-vkfmPb2DpE .copyright {
  color: #d2232a;
  text-align: center;
}
.cid-vkfmPb2DpE .list,
.cid-vkfmPb2DpE .nav-wrapper,
.cid-vkfmPb2DpE .soc-wrapper {
  text-align: center;
  color: #d2232a;
}
.cid-vkIMgUsMO2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vkIMgUsMO2 nav.navbar {
  position: fixed;
}
.cid-vkIMgUsMO2 .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;
}
.cid-vkIMgUsMO2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vkIMgUsMO2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vkIMgUsMO2 .dropdown-item:hover,
.cid-vkIMgUsMO2 .dropdown-item:focus {
  background: #d2232a !important;
  color: white !important;
}
.cid-vkIMgUsMO2 .dropdown-item:hover span {
  color: white;
}
.cid-vkIMgUsMO2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkIMgUsMO2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkIMgUsMO2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkIMgUsMO2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vkIMgUsMO2 .nav-link {
  position: relative;
}
.cid-vkIMgUsMO2 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vkIMgUsMO2 .container {
    flex-wrap: wrap;
  }
}
.cid-vkIMgUsMO2 .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vkIMgUsMO2 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vkIMgUsMO2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vkIMgUsMO2 .dropdown-menu,
.cid-vkIMgUsMO2 .navbar.opened {
  background: #ffffff !important;
}
.cid-vkIMgUsMO2 .nav-item:focus,
.cid-vkIMgUsMO2 .nav-link:focus {
  outline: none;
}
.cid-vkIMgUsMO2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkIMgUsMO2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vkIMgUsMO2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkIMgUsMO2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkIMgUsMO2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkIMgUsMO2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkIMgUsMO2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vkIMgUsMO2 .navbar.opened {
  transition: all 0.3s;
}
.cid-vkIMgUsMO2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vkIMgUsMO2 .navbar .navbar-logo img {
  width: auto;
}
.cid-vkIMgUsMO2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkIMgUsMO2 .navbar.collapsed {
  justify-content: center;
}
.cid-vkIMgUsMO2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkIMgUsMO2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkIMgUsMO2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vkIMgUsMO2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkIMgUsMO2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkIMgUsMO2 .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-vkIMgUsMO2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkIMgUsMO2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkIMgUsMO2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkIMgUsMO2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkIMgUsMO2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkIMgUsMO2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkIMgUsMO2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkIMgUsMO2 .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-vkIMgUsMO2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkIMgUsMO2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkIMgUsMO2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vkIMgUsMO2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vkIMgUsMO2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkIMgUsMO2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vkIMgUsMO2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vkIMgUsMO2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vkIMgUsMO2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vkIMgUsMO2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vkIMgUsMO2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vkIMgUsMO2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkIMgUsMO2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkIMgUsMO2 .dropdown-item.active,
.cid-vkIMgUsMO2 .dropdown-item:active {
  background-color: transparent;
}
.cid-vkIMgUsMO2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkIMgUsMO2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkIMgUsMO2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkIMgUsMO2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vkIMgUsMO2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vkIMgUsMO2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkIMgUsMO2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vkIMgUsMO2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vkIMgUsMO2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vkIMgUsMO2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d2232a;
}
.cid-vkIMgUsMO2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vkIMgUsMO2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkIMgUsMO2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkIMgUsMO2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vkIMgUsMO2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkIMgUsMO2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkIMgUsMO2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkIMgUsMO2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkIMgUsMO2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vkIMgUsMO2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkIMgUsMO2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vkIMgUsMO2 .navbar {
    height: 70px;
  }
  .cid-vkIMgUsMO2 .navbar.opened {
    height: auto;
  }
  .cid-vkIMgUsMO2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkIMgVPTMk {
  background-image: url("../../../assets/images/img-5449-2047x1365.jpg");
}
.cid-vkIMgVPTMk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkIMgVPTMk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkIMgVPTMk .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vkIMgVPTMk .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-vkIMgVPTMk .mbr-text,
.cid-vkIMgVPTMk .mbr-section-btn {
  color: #00516d;
}
.cid-vkIMgVPTMk .mbr-section-title {
  color: #00516d;
}
.cid-vl2IQP2Qkc {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vl2IQP2Qkc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl2IQP2Qkc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl2IQP2Qkc .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-vl2IQP2Qkc img {
  margin: auto;
  width: 140px;
}
.cid-vl2IQP2Qkc .row {
  align-items: flex-start;
}
.cid-vl2IQP2Qkc .item-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-vl2IQP2Qkc .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-vl2IQP2Qkc .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vl2IQP2Qkc .item-wrapper {
    padding: 1rem;
  }
}
.cid-vkIMgWVViX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vkIMgWVViX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkIMgWVViX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkIMgWVViX .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vkIMgWVViX .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vkKvoXpUV0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vkKvoXpUV0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkKvoXpUV0 .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-vkKvoXpUV0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkKvoXpUV0 .row {
  flex-direction: row-reverse;
}
.cid-vkKvoXpUV0 img {
  width: 100%;
}
.cid-vkIMh4drRW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/cro-2000x2829.png");
}
.cid-vkIMh4drRW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkIMh4drRW .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-vkIMh4drRW .col-title {
    margin-bottom: 20px;
  }
}
.cid-vkIMh4drRW .mbr-section-title {
  color: #00516d;
}
.cid-vkIMh4drRW .mbr-text {
  color: #000000;
}
.cid-vkIMh4drRW h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-vkIMh4drRW h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-vkIMh4drRW .row {
  justify-content: space-between;
}
.cid-vkIMh4drRW .mbr-text1 {
  color: #0046c7;
}
.cid-vkIMh4drRW img {
  object-fit: cover;
}
.cid-vkIMh4drRW h3 {
  transition: all 0.3s;
  position: relative;
  transform: translateX(110px);
}
.cid-vkIMh4drRW h3:hover {
  transform: translateX(0px);
  cursor: pointer;
}
.cid-vkIMh4drRW h3:hover:before {
  opacity: 0;
}
.cid-vkIMh4drRW h3:before {
  content: '\e96b';
  color: currentColor;
  font-family: 'Moririse2' !important;
  transition: all 0.3s;
  opacity: 1;
  border-radius: 50%;
  position: absolute;
  left: -110px;
  top: 60%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .cid-vkIMh4drRW h3 {
    transform: translateX(0px);
  }
}
.cid-vkIMh4drRW .mbr-section-subtitle,
.cid-vkIMh4drRW .align {
  color: #d2232a;
}
.cid-vl2K8qY8k7 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vl2K8qY8k7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl2K8qY8k7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl2K8qY8k7 .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-vl2K8qY8k7 img {
  margin: auto;
  width: 140px;
}
.cid-vl2K8qY8k7 .row {
  align-items: flex-start;
}
.cid-vl2K8qY8k7 .item-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-vl2K8qY8k7 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-vl2K8qY8k7 .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vl2K8qY8k7 .item-wrapper {
    padding: 1rem;
  }
}
.cid-vkIMh5G0mS {
  background-image: url("../../../assets/images/img-5456-2048x1365.jpg");
}
.cid-vkIMh5G0mS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkIMh5G0mS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkIMh5G0mS .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vkIMh5G0mS .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-vkIMh5G0mS .mbr-text,
.cid-vkIMh5G0mS .mbr-section-btn {
  color: #00516d;
}
.cid-vkIMh5G0mS .mbr-section-title {
  color: #00516d;
}
.cid-vkIMh6MuKS {
  overflow: hidden;
  background-image: url("../../../assets/images/cro-2000x2829.png");
}
.cid-vkIMh6MuKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkIMh6MuKS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vkIMh6MuKS .container {
    padding: 0 24px;
  }
}
.cid-vkIMh6MuKS .card {
  justify-content: center;
}
.cid-vkIMh6MuKS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkIMh6MuKS .title-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-vkIMh6MuKS .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-vkIMh6MuKS .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  border: 1px solid #000000;
  border-radius: 3rem !important;
}
@media (max-width: 992px) {
  .cid-vkIMh6MuKS .image-wrapper .image-wrap {
    border-radius: 2rem !important;
  }
}
.cid-vkIMh6MuKS .image-wrapper .image-wrap img {
  width: 300px;
  height: 600px;
  border-radius: 3rem !important;
  border: 10px solid #000000;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vkIMh6MuKS .image-wrapper .image-wrap img {
    width: 200px;
    height: 400px;
    border-radius: 2rem !important;
    border: 6px solid #000000;
  }
}
.cid-vkIMh6MuKS .image-wrapper .block-wrap {
  position: absolute;
  width: 180px;
  height: 120%;
  transform: rotate(-30deg);
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vkIMh6MuKS .image-wrapper .block-wrap {
    width: 100px;
  }
}
.cid-vkIMh6MuKS .image-wrapper .mbr-iconfont {
  position: absolute;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  font-size: 56px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e43f3f;
  z-index: 2;
  display: none;
}
@media (max-width: 992px) {
  .cid-vkIMh6MuKS .image-wrapper .mbr-iconfont {
    display: none;
  }
}
.cid-vkIMh6MuKS .image-wrapper .icon_1 {
  border-radius: 1rem;
  top: 6rem;
  left: 5%;
}
.cid-vkIMh6MuKS .image-wrapper .icon_2 {
  bottom: 6rem;
  left: 5%;
}
.cid-vkIMh6MuKS .image-wrapper .icon_3 {
  bottom: 10rem;
  right: 0;
}
@media (max-width: 992px) {
  .cid-vkIMh6MuKS .text-wrapper {
    margin-top: 80px;
  }
}
.cid-vkIMh6MuKS .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkIMh6MuKS .mbr-section-title {
  color: #00516d;
}
.cid-vkIMh6MuKS .mbr-text,
.cid-vkIMh6MuKS .text-wrap {
  color: #202020;
}
.cid-vkIMh6MuKS .mbr-text {
  color: #00516d;
}
.cid-vkIMh7TdgE {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vkIMh7TdgE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkIMh7TdgE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkIMh7TdgE .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vkIMh7TdgE .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-vkIMhd4c4a {
  background-image: url("../../../assets/images/img-5429-2048x1365.jpg");
}
.cid-vkIMhd4c4a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkIMhd4c4a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkIMhd4c4a .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vkIMhd4c4a .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-vkIMhd4c4a .mbr-text,
.cid-vkIMhd4c4a .mbr-section-btn {
  color: #00516d;
}
.cid-vkIMhd4c4a .mbr-section-title {
  color: #00516d;
}
.cid-vkIMhaFYCS {
  background-image: url("../../../assets/images/cro-2000x2829.png");
}
.cid-vkIMhaFYCS .number-wrap {
  color: #00516d;
  text-align: center;
  position: relative;
}
.cid-vkIMhaFYCS .number-wrap::before {
  content: ':';
  display: block;
  font-size: 50px;
  color: #00516d;
  position: absolute;
  top: 10%;
  right: -15%;
}
@media (max-width: 992px) {
  .cid-vkIMhaFYCS .number-wrap::before {
    display: none;
  }
}
.cid-vkIMhaFYCS .row .col-3:last-child .number-wrap::before {
  content: '';
}
.cid-vkIMhaFYCS .number {
  color: #00516d;
  white-space: nowrap;
  padding-bottom: 10px;
  display: block;
}
.cid-vkIMhaFYCS .number::after {
  content: '';
  display: block;
  width: 31px;
  height: 2px;
  margin: 0 auto -12px;
  background: #00516d;
  opacity: .3;
}
.cid-vkIMhaFYCS .period {
  display: block;
  padding-top: 10px;
  font-weight: bold;
}
.cid-vkIMhaFYCS .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-vkIMhaFYCS .period {
    font-size: 0.8rem;
  }
}
.cid-vkIMhaFYCS .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-vkIMhaFYCS .btn:hover {
  box-shadow: none;
}
.cid-vkIMhaFYCS .mbr-section-btn {
  margin-top: 50px;
}
.cid-vkIMhaFYCS .mbr-section-subtitle {
  margin-bottom: 12px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-vkIMhaFYCS .mbr-section-title {
  margin-bottom: 50px;
  color: #f9f9fc;
}
.cid-vkIMhaFYCS .mbr-section-title,
.cid-vkIMhaFYCS .mbr-section-btn {
  text-align: center;
}
.cid-vl2K9MxDGz {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vl2K9MxDGz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl2K9MxDGz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl2K9MxDGz .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-vl2K9MxDGz img {
  margin: auto;
  width: 140px;
}
.cid-vl2K9MxDGz .row {
  align-items: flex-start;
}
.cid-vl2K9MxDGz .item-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-vl2K9MxDGz .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-vl2K9MxDGz .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vl2K9MxDGz .item-wrapper {
    padding: 1rem;
  }
}
.cid-vkIMhbNUW2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00516d;
}
.cid-vkIMhbNUW2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkIMhbNUW2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkIMhbNUW2 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-vkIMhbNUW2 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-vkIMhbNUW2 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-vkIMhbNUW2 .container {
    padding: 0 22px;
  }
}
.cid-vkIMhbNUW2 .row {
  justify-content: center;
}
.cid-vkIMhbNUW2 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vkIMhbNUW2 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkIMhbNUW2 .panel-group .card {
  border-radius: 0 !important;
}
.cid-vkIMhbNUW2 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #00516d;
  border-radius: 0;
  padding: 20px;
}
.cid-vkIMhbNUW2 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vkIMhbNUW2 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vkIMhbNUW2 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 16px;
}
.cid-vkIMhbNUW2 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-vkIMhbNUW2 .panel-group .card .panel-collapse .panel-body {
  padding: 15px 25px;
}
.cid-vkIMhbNUW2 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vkIMhbNUW2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vkIMhbNUW2 .panel-title-edit {
  color: #ffffff;
  text-align: left;
}
.cid-vkIMhbNUW2 .panel-text {
  color: #ffffff;
}
.cid-vkIMhofpnw {
  background-image: url("../../../assets/images/img-5450-2048x1365.jpg");
}
.cid-vkIMhofpnw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkIMhofpnw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkIMhofpnw .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vkIMhofpnw .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-vkIMhofpnw .mbr-text,
.cid-vkIMhofpnw .mbr-section-btn {
  color: #00516d;
}
.cid-vkIMhofpnw .mbr-section-title {
  color: #00516d;
}
.cid-vkIMheeAt3 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vkIMheeAt3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkIMheeAt3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkIMheeAt3 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vkIMheeAt3 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-vkIMhfnxys {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkIMhfnxys .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkIMhfnxys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vkIMhfnxys .container {
    padding: 0 24px;
  }
}
.cid-vkIMhfnxys .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vkIMhfnxys .row {
    padding: 24px;
  }
}
.cid-vkIMhfnxys .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  border-radius: .5rem;
}
.cid-vkIMhfnxys .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vkIMhfnxys .row .card {
    border: none;
  }
}
.cid-vkIMhfnxys .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vkIMhfnxys .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vkIMhfnxys .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vkIMhfnxys .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vkIMhfnxys .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vkIMhfnxys .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-vkIMhfnxys .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkIMhfnxys .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vkIMhfnxys .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vkIMhfnxys .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vkIMhfnxys .items {
  border-left: 1px solid #72716b;
}
.cid-vkIMhfnxys .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-vkIMhfnxys .items .item {
    padding: 24px;
  }
}
.cid-vkIMhfnxys .items .item:last-child {
  border: none;
}
.cid-vkIMhfnxys .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vkIMhfnxys .items .item .item-wrapper {
    display: block;
  }
}
.cid-vkIMhfnxys .items .item .item-wrapper .item-img {
  background-color: #00516d;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-vkIMhfnxys .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-vkIMhfnxys .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-vkIMhfnxys .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-vkIMhfnxys .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-vkIMhfnxys .mbr-section-title {
  color: #F9F6E0;
}
.cid-vkIMhfnxys .mbr-desc {
  color: #00516d;
  text-align: right;
}
.cid-vkIMhfnxys .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-vkIMhfnxys .card-title {
  color: #00516d;
}
.cid-vkIMhfnxys .card-text {
  color: #F9F6E0;
}
.cid-vkIMhfnxys .mbr-section-title,
.cid-vkIMhfnxys .mbr-section-btn {
  text-align: right;
  color: #00516d;
}
.cid-vkIMhhi5hV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #00516d;
}
.cid-vkIMhhi5hV .nav-tabs .nav-item.open .nav-link:focus,
.cid-vkIMhhi5hV .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vkIMhhi5hV .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-vkIMhhi5hV .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-vkIMhhi5hV .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-vkIMhhi5hV .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #d2232a;
}
.cid-vkIMhhi5hV .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vkIMhhi5hV .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-vkIMhhi5hV .nav-tabs .nav-item {
  width: 100%;
}
.cid-vkIMhhi5hV .nav-link,
.cid-vkIMhhi5hV .nav-link.active {
  padding: 1rem auto;
  background: #ffffff;
}
.cid-vkIMhhi5hV .nav-tabs .nav-link.active {
  color: #d2232a;
}
.cid-vkIMhhi5hV .tab-content {
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-vkIMhhi5hV .tab-content {
    border-radius: 30px !important;
  }
}
.cid-vkIMhhi5hV .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-vkIMhhi5hV .logo-container {
    border-right: 1px solid #d2232a;
  }
}
.cid-vkIMhhi5hV H4 {
  text-align: center;
  color: #ffffff;
}
.cid-vkIMhhi5hV H3 {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-vkIMhhi5hV .nav-link {
    font-size: 1.2rem;
  }
}
.cid-vkIMhhi5hV P {
  text-align: left;
  color: #00516d;
}
.cid-vl2KjrkdiQ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vl2KjrkdiQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl2KjrkdiQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl2KjrkdiQ .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-vl2KjrkdiQ img {
  margin: auto;
  width: 140px;
}
.cid-vl2KjrkdiQ .row {
  align-items: flex-start;
}
.cid-vl2KjrkdiQ .item-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-vl2KjrkdiQ .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-vl2KjrkdiQ .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vl2KjrkdiQ .item-wrapper {
    padding: 1rem;
  }
}
.cid-vkIMhkfSgS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkIMhkfSgS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkIMhkfSgS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vkIMhkfSgS .container {
    padding: 0 24px;
  }
}
.cid-vkIMhkfSgS .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vkIMhkfSgS .row {
    padding: 24px;
  }
}
.cid-vkIMhkfSgS .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  border-radius: .5rem;
}
.cid-vkIMhkfSgS .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vkIMhkfSgS .row .card {
    border: none;
  }
}
.cid-vkIMhkfSgS .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vkIMhkfSgS .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vkIMhkfSgS .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vkIMhkfSgS .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vkIMhkfSgS .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vkIMhkfSgS .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-vkIMhkfSgS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkIMhkfSgS .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vkIMhkfSgS .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vkIMhkfSgS .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vkIMhkfSgS .items {
  border-left: 1px solid #00516d;
}
.cid-vkIMhkfSgS .items .item {
  padding: 32px;
  border-bottom: 1px solid #00516d;
}
@media (max-width: 992px) {
  .cid-vkIMhkfSgS .items .item {
    padding: 24px;
  }
}
.cid-vkIMhkfSgS .items .item:last-child {
  border: none;
}
.cid-vkIMhkfSgS .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vkIMhkfSgS .items .item .item-wrapper {
    display: block;
  }
}
.cid-vkIMhkfSgS .items .item .item-wrapper .item-img {
  background-color: #00516d;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-vkIMhkfSgS .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-vkIMhkfSgS .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-vkIMhkfSgS .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-vkIMhkfSgS .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-vkIMhkfSgS .mbr-section-title {
  color: #F9F6E0;
}
.cid-vkIMhkfSgS .mbr-desc {
  color: #00516d;
  text-align: right;
}
.cid-vkIMhkfSgS .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-vkIMhkfSgS .card-title {
  color: #d2232a;
}
.cid-vkIMhkfSgS .card-text {
  color: #F9F6E0;
}
.cid-vkIMhkfSgS .mbr-section-title,
.cid-vkIMhkfSgS .mbr-section-btn {
  text-align: right;
  color: #00516d;
}
.cid-vkIMhml3NT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #00516d;
}
.cid-vkIMhml3NT .nav-tabs .nav-item.open .nav-link:focus,
.cid-vkIMhml3NT .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vkIMhml3NT .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-vkIMhml3NT .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-vkIMhml3NT .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-vkIMhml3NT .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #d2232a;
}
.cid-vkIMhml3NT .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vkIMhml3NT .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-vkIMhml3NT .nav-tabs .nav-item {
  width: 100%;
}
.cid-vkIMhml3NT .nav-link,
.cid-vkIMhml3NT .nav-link.active {
  padding: 1rem auto;
  background: #ffffff;
}
.cid-vkIMhml3NT .nav-tabs .nav-link.active {
  color: #d2232a;
}
.cid-vkIMhml3NT .tab-content {
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-vkIMhml3NT .tab-content {
    border-radius: 30px !important;
  }
}
.cid-vkIMhml3NT .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-vkIMhml3NT .logo-container {
    border-right: 1px solid #d2232a;
  }
}
.cid-vkIMhml3NT H4 {
  text-align: center;
  color: #ffffff;
}
.cid-vkIMhml3NT H3 {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-vkIMhml3NT .nav-link {
    font-size: 1.2rem;
  }
}
.cid-vkIMhml3NT P {
  text-align: left;
  color: #00516d;
}
.cid-vkIMhpJabp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00516d;
}
.cid-vkIMhpJabp .item {
  padding-bottom: 2rem;
}
.cid-vkIMhpJabp .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vkIMhpJabp .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vkIMhpJabp .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vkIMhpJabp .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vkIMhpJabp .carousel-control,
.cid-vkIMhpJabp .close {
  background: #1b1b1b;
}
.cid-vkIMhpJabp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vkIMhpJabp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vkIMhpJabp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vkIMhpJabp .carousel-control-next span {
  margin-left: 5px;
}
.cid-vkIMhpJabp .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vkIMhpJabp .close::before {
  content: '\e91a';
}
.cid-vkIMhpJabp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vkIMhpJabp .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vkIMhpJabp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vkIMhpJabp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vkIMhpJabp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vkIMhpJabp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vkIMhpJabp .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vkIMhpJabp .carousel-indicators li.active,
.cid-vkIMhpJabp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vkIMhpJabp .carousel-indicators li::after,
.cid-vkIMhpJabp .carousel-indicators li::before {
  content: none;
}
.cid-vkIMhpJabp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vkIMhpJabp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vkIMhpJabp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vkIMhpJabp .carousel-indicators {
    display: none;
  }
}
.cid-vkIMhpJabp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vkIMhpJabp .carousel-inner > .active {
  display: block;
}
.cid-vkIMhpJabp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vkIMhpJabp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vkIMhpJabp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vkIMhpJabp .carousel-control,
  .cid-vkIMhpJabp .carousel-indicators,
  .cid-vkIMhpJabp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vkIMhpJabp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vkIMhpJabp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vkIMhpJabp .carousel-indicators .active,
.cid-vkIMhpJabp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vkIMhpJabp .carousel-indicators .active {
  background: #fff;
}
.cid-vkIMhpJabp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vkIMhpJabp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vkIMhpJabp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vkIMhpJabp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vkIMhpJabp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vkIMhpJabp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vkIMhpJabp .carousel {
  width: 100%;
}
.cid-vkIMhpJabp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vkIMhpJabp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vkIMhpJabp .modal.fade .modal-dialog,
.cid-vkIMhpJabp .modal.in .modal-dialog {
  transform: none;
}
.cid-vkIMhpJabp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vkIMhpJabp H6 {
  text-align: center;
}
.cid-vkIMhpJabp H4 {
  text-align: left;
  color: #ffffff;
}
.cid-vkIMhuxwQq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vkIMhuxwQq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkIMhuxwQq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkIMhuxwQq .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vkIMhuxwQq .container {
    padding: 0;
  }
}
.cid-vkIMhuxwQq .row {
  margin: 0;
}
.cid-vkIMhuxwQq .row .card {
  padding: 0;
  border-radius: 16px !important;
}
.cid-vkIMhuxwQq .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-vkIMhuxwQq .google-map iframe {
    height: 350px;
  }
}
.cid-vl2KpJvjjQ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vl2KpJvjjQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl2KpJvjjQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl2KpJvjjQ .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-vl2KpJvjjQ img {
  margin: auto;
  width: 140px;
}
.cid-vl2KpJvjjQ .row {
  align-items: flex-start;
}
.cid-vl2KpJvjjQ .item-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-vl2KpJvjjQ .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-vl2KpJvjjQ .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vl2KpJvjjQ .item-wrapper {
    padding: 1rem;
  }
}
.cid-vkIMhxXUs8 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkIMhxXUs8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkIMhxXUs8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-vkIMhxXUs8 .container {
    padding: 0 26px;
  }
}
.cid-vkIMhxXUs8 .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-vkIMhxXUs8 .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vkIMhxXUs8 .row {
    padding: 26px;
  }
}
.cid-vkIMhxXUs8 .title-wrapper {
  margin-bottom: 50px;
}
.cid-vkIMhxXUs8 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vkIMhxXUs8 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vkIMhxXUs8 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vkIMhxXUs8 .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-vkIMhxXUs8 .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vkIMhxXUs8 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-vkIMhxXUs8 .nav-wrapper {
  margin-bottom: 50px;
}
.cid-vkIMhxXUs8 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vkIMhxXUs8 .nav-wrapper .list {
    display: block;
  }
}
.cid-vkIMhxXUs8 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vkIMhxXUs8 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-vkIMhxXUs8 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vkIMhxXUs8 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vkIMhxXUs8 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-vkIMhxXUs8 .soc-wrapper {
  margin-bottom: 50px;
}
.cid-vkIMhxXUs8 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-vkIMhxXUs8 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-vkIMhxXUs8 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-vkIMhxXUs8 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-vkIMhxXUs8 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #d2232a;
}
.cid-vkIMhxXUs8 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vkIMhxXUs8 .mbr-section-title,
.cid-vkIMhxXUs8 .title-wrapper {
  color: #d2232a;
  text-align: center;
}
.cid-vkIMhxXUs8 .list {
  color: #ffffff;
}
.cid-vkIMhxXUs8 .copyright {
  color: #d2232a;
  text-align: center;
}
.cid-vkIMhxXUs8 .list,
.cid-vkIMhxXUs8 .nav-wrapper,
.cid-vkIMhxXUs8 .soc-wrapper {
  text-align: center;
  color: #d2232a;
}
.cid-vkfSRwpO0C {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vkfSRwpO0C nav.navbar {
  position: fixed;
}
.cid-vkfSRwpO0C .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;
}
.cid-vkfSRwpO0C .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vkfSRwpO0C .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vkfSRwpO0C .dropdown-item:hover,
.cid-vkfSRwpO0C .dropdown-item:focus {
  background: #d2232a !important;
  color: white !important;
}
.cid-vkfSRwpO0C .dropdown-item:hover span {
  color: white;
}
.cid-vkfSRwpO0C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkfSRwpO0C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkfSRwpO0C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkfSRwpO0C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vkfSRwpO0C .nav-link {
  position: relative;
}
.cid-vkfSRwpO0C .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vkfSRwpO0C .container {
    flex-wrap: wrap;
  }
}
.cid-vkfSRwpO0C .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vkfSRwpO0C .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vkfSRwpO0C .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vkfSRwpO0C .dropdown-menu,
.cid-vkfSRwpO0C .navbar.opened {
  background: #ffffff !important;
}
.cid-vkfSRwpO0C .nav-item:focus,
.cid-vkfSRwpO0C .nav-link:focus {
  outline: none;
}
.cid-vkfSRwpO0C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkfSRwpO0C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vkfSRwpO0C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkfSRwpO0C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkfSRwpO0C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkfSRwpO0C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkfSRwpO0C .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vkfSRwpO0C .navbar.opened {
  transition: all 0.3s;
}
.cid-vkfSRwpO0C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vkfSRwpO0C .navbar .navbar-logo img {
  width: auto;
}
.cid-vkfSRwpO0C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkfSRwpO0C .navbar.collapsed {
  justify-content: center;
}
.cid-vkfSRwpO0C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkfSRwpO0C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkfSRwpO0C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vkfSRwpO0C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkfSRwpO0C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkfSRwpO0C .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-vkfSRwpO0C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkfSRwpO0C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkfSRwpO0C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkfSRwpO0C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkfSRwpO0C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkfSRwpO0C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkfSRwpO0C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkfSRwpO0C .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-vkfSRwpO0C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkfSRwpO0C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkfSRwpO0C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vkfSRwpO0C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vkfSRwpO0C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkfSRwpO0C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vkfSRwpO0C .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vkfSRwpO0C .navbar.navbar-short {
  min-height: 60px;
}
.cid-vkfSRwpO0C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vkfSRwpO0C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vkfSRwpO0C .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vkfSRwpO0C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkfSRwpO0C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkfSRwpO0C .dropdown-item.active,
.cid-vkfSRwpO0C .dropdown-item:active {
  background-color: transparent;
}
.cid-vkfSRwpO0C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkfSRwpO0C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkfSRwpO0C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkfSRwpO0C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vkfSRwpO0C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vkfSRwpO0C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkfSRwpO0C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vkfSRwpO0C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vkfSRwpO0C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vkfSRwpO0C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d2232a;
}
.cid-vkfSRwpO0C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vkfSRwpO0C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkfSRwpO0C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkfSRwpO0C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vkfSRwpO0C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkfSRwpO0C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkfSRwpO0C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkfSRwpO0C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkfSRwpO0C .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vkfSRwpO0C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkfSRwpO0C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vkfSRwpO0C .navbar {
    height: 70px;
  }
  .cid-vkfSRwpO0C .navbar.opened {
    height: auto;
  }
  .cid-vkfSRwpO0C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkfSRyrfag {
  background-image: url("../../../assets/images/img-5434-2048x1365.jpg");
}
.cid-vkfSRyrfag .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkfSRyrfag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkfSRyrfag .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vkfSRyrfag .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-vkfSRyrfag .mbr-text,
.cid-vkfSRyrfag .mbr-section-btn {
  color: #ffffff;
}
.cid-vkfSRyrfag .mbr-section-title {
  color: #ffffff;
}
.cid-vl2HSYdEdr {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vl2HSYdEdr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl2HSYdEdr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl2HSYdEdr .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-vl2HSYdEdr img {
  margin: auto;
  width: 140px;
}
.cid-vl2HSYdEdr .row {
  align-items: flex-start;
}
.cid-vl2HSYdEdr .item-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-vl2HSYdEdr .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-vl2HSYdEdr .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vl2HSYdEdr .item-wrapper {
    padding: 1rem;
  }
}
.cid-vkfSRzX8oI {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vkfSRzX8oI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkfSRzX8oI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkfSRzX8oI .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vkfSRzX8oI .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-vkJ5whedqi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vkJ5whedqi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkJ5whedqi .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-vkJ5whedqi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkJ5whedqi .row {
  flex-direction: row-reverse;
}
.cid-vkJ5whedqi img {
  width: 100%;
}
.cid-vkfSRITyss {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/back-2-2000x2829.jpg");
}
.cid-vkfSRITyss .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkfSRITyss .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-vkfSRITyss .col-title {
    margin-bottom: 20px;
  }
}
.cid-vkfSRITyss .mbr-section-title {
  color: #000000;
}
.cid-vkfSRITyss .mbr-text {
  color: #000000;
}
.cid-vkfSRITyss h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-vkfSRITyss h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-vkfSRITyss .row {
  justify-content: space-between;
}
.cid-vkfSRITyss .mbr-text1 {
  color: #0046c7;
}
.cid-vkfSRITyss img {
  object-fit: cover;
}
.cid-vkfSRITyss h3 {
  transition: all 0.3s;
  position: relative;
  transform: translateX(110px);
}
.cid-vkfSRITyss h3:hover {
  transform: translateX(0px);
  cursor: pointer;
}
.cid-vkfSRITyss h3:hover:before {
  opacity: 0;
}
.cid-vkfSRITyss h3:before {
  content: '\e96b';
  color: currentColor;
  font-family: 'Moririse2' !important;
  transition: all 0.3s;
  opacity: 1;
  border-radius: 50%;
  position: absolute;
  left: -110px;
  top: 60%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .cid-vkfSRITyss h3 {
    transform: translateX(0px);
  }
}
.cid-vkfSRITyss .mbr-section-subtitle,
.cid-vkfSRITyss .align {
  color: #d2232a;
}
.cid-vl2JNYOgqB {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vl2JNYOgqB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl2JNYOgqB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl2JNYOgqB .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-vl2JNYOgqB img {
  margin: auto;
  width: 140px;
}
.cid-vl2JNYOgqB .row {
  align-items: flex-start;
}
.cid-vl2JNYOgqB .item-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-vl2JNYOgqB .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-vl2JNYOgqB .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vl2JNYOgqB .item-wrapper {
    padding: 1rem;
  }
}
.cid-vkfSRKw3qO {
  background-image: url("../../../assets/images/img-5432-2048x1365.jpg");
}
.cid-vkfSRKw3qO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkfSRKw3qO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkfSRKw3qO .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vkfSRKw3qO .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-vkfSRKw3qO .mbr-text,
.cid-vkfSRKw3qO .mbr-section-btn {
  color: #ffffff;
}
.cid-vkfSRKw3qO .mbr-section-title {
  color: #ffffff;
}
.cid-vkfSRM0oZO {
  overflow: hidden;
  background-image: url("../../../assets/images/back-2-2000x2829.jpg");
}
.cid-vkfSRM0oZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkfSRM0oZO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vkfSRM0oZO .container {
    padding: 0 24px;
  }
}
.cid-vkfSRM0oZO .card {
  justify-content: center;
}
.cid-vkfSRM0oZO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkfSRM0oZO .title-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-vkfSRM0oZO .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-vkfSRM0oZO .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  border: 1px solid #000000;
  border-radius: 3rem !important;
}
@media (max-width: 992px) {
  .cid-vkfSRM0oZO .image-wrapper .image-wrap {
    border-radius: 2rem !important;
  }
}
.cid-vkfSRM0oZO .image-wrapper .image-wrap img {
  width: 300px;
  height: 600px;
  border-radius: 3rem !important;
  border: 10px solid #000000;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vkfSRM0oZO .image-wrapper .image-wrap img {
    width: 200px;
    height: 400px;
    border-radius: 2rem !important;
    border: 6px solid #000000;
  }
}
.cid-vkfSRM0oZO .image-wrapper .block-wrap {
  position: absolute;
  width: 180px;
  height: 120%;
  transform: rotate(-30deg);
  background-color: #d2232a;
}
@media (max-width: 992px) {
  .cid-vkfSRM0oZO .image-wrapper .block-wrap {
    width: 100px;
  }
}
.cid-vkfSRM0oZO .image-wrapper .mbr-iconfont {
  position: absolute;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  font-size: 56px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e43f3f;
  z-index: 2;
  display: none;
}
@media (max-width: 992px) {
  .cid-vkfSRM0oZO .image-wrapper .mbr-iconfont {
    display: none;
  }
}
.cid-vkfSRM0oZO .image-wrapper .icon_1 {
  border-radius: 1rem;
  top: 6rem;
  left: 5%;
}
.cid-vkfSRM0oZO .image-wrapper .icon_2 {
  bottom: 6rem;
  left: 5%;
}
.cid-vkfSRM0oZO .image-wrapper .icon_3 {
  bottom: 10rem;
  right: 0;
}
@media (max-width: 992px) {
  .cid-vkfSRM0oZO .text-wrapper {
    margin-top: 80px;
  }
}
.cid-vkfSRM0oZO .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkfSRM0oZO .mbr-section-title {
  color: #202020;
}
.cid-vkfSRM0oZO .mbr-text,
.cid-vkfSRM0oZO .text-wrap {
  color: #202020;
}
.cid-vkfSRNzrgK {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vkfSRNzrgK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkfSRNzrgK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkfSRNzrgK .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vkfSRNzrgK .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-vkfSRUodgz {
  background-image: url("../../../assets/images/img-5440-2048x1365.jpg");
}
.cid-vkfSRUodgz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkfSRUodgz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkfSRUodgz .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vkfSRUodgz .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-vkfSRUodgz .mbr-text,
.cid-vkfSRUodgz .mbr-section-btn {
  color: #ffffff;
}
.cid-vkfSRUodgz .mbr-section-title {
  color: #ffffff;
}
.cid-vkfSRQYXAq {
  background-image: url("../../../assets/images/back-2-2000x2829.jpg");
}
.cid-vkfSRQYXAq .number-wrap {
  color: #000000;
  text-align: center;
  position: relative;
}
.cid-vkfSRQYXAq .number-wrap::before {
  content: ':';
  display: block;
  font-size: 50px;
  color: #000000;
  position: absolute;
  top: 10%;
  right: -15%;
}
@media (max-width: 992px) {
  .cid-vkfSRQYXAq .number-wrap::before {
    display: none;
  }
}
.cid-vkfSRQYXAq .row .col-3:last-child .number-wrap::before {
  content: '';
}
.cid-vkfSRQYXAq .number {
  color: #000000;
  white-space: nowrap;
  padding-bottom: 10px;
  display: block;
}
.cid-vkfSRQYXAq .number::after {
  content: '';
  display: block;
  width: 31px;
  height: 2px;
  margin: 0 auto -12px;
  background: #000000;
  opacity: .3;
}
.cid-vkfSRQYXAq .period {
  display: block;
  padding-top: 10px;
  font-weight: bold;
}
.cid-vkfSRQYXAq .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-vkfSRQYXAq .period {
    font-size: 0.8rem;
  }
}
.cid-vkfSRQYXAq .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-vkfSRQYXAq .btn:hover {
  box-shadow: none;
}
.cid-vkfSRQYXAq .mbr-section-btn {
  margin-top: 50px;
}
.cid-vkfSRQYXAq .mbr-section-subtitle {
  margin-bottom: 12px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-vkfSRQYXAq .mbr-section-title {
  margin-bottom: 50px;
  color: #f9f9fc;
}
.cid-vkfSRQYXAq .mbr-section-title,
.cid-vkfSRQYXAq .mbr-section-btn {
  text-align: center;
}
.cid-vl2JQXv8ge {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vl2JQXv8ge .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl2JQXv8ge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl2JQXv8ge .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-vl2JQXv8ge img {
  margin: auto;
  width: 140px;
}
.cid-vl2JQXv8ge .row {
  align-items: flex-start;
}
.cid-vl2JQXv8ge .item-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-vl2JQXv8ge .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-vl2JQXv8ge .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vl2JQXv8ge .item-wrapper {
    padding: 1rem;
  }
}
.cid-vkfSRSFCdK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d2232a;
}
.cid-vkfSRSFCdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkfSRSFCdK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkfSRSFCdK .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-vkfSRSFCdK .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-vkfSRSFCdK .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-vkfSRSFCdK .container {
    padding: 0 22px;
  }
}
.cid-vkfSRSFCdK .row {
  justify-content: center;
}
.cid-vkfSRSFCdK .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vkfSRSFCdK .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkfSRSFCdK .panel-group .card {
  border-radius: 0 !important;
}
.cid-vkfSRSFCdK .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #00516d;
  border-radius: 0;
  padding: 20px;
}
.cid-vkfSRSFCdK .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vkfSRSFCdK .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vkfSRSFCdK .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #00516d;
  margin-left: 16px;
}
.cid-vkfSRSFCdK .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-vkfSRSFCdK .panel-group .card .panel-collapse .panel-body {
  padding: 15px 25px;
}
.cid-vkfSRSFCdK .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vkfSRSFCdK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vkfSRSFCdK .panel-title-edit {
  color: #ffffff;
  text-align: left;
}
.cid-vkfSRSFCdK .panel-text {
  color: #ffffff;
}
.cid-vkfSS8NPj5 {
  background-image: url("../../../assets/images/img-5445-2048x1365.jpg");
}
.cid-vkfSS8NPj5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkfSS8NPj5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkfSS8NPj5 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vkfSS8NPj5 .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-vkfSS8NPj5 .mbr-text,
.cid-vkfSS8NPj5 .mbr-section-btn {
  color: #ffffff;
}
.cid-vkfSS8NPj5 .mbr-section-title {
  color: #ffffff;
}
.cid-vkfSRW0CMK {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vkfSRW0CMK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkfSRW0CMK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkfSRW0CMK .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vkfSRW0CMK .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-vkfSRXI3IM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkfSRXI3IM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkfSRXI3IM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vkfSRXI3IM .container {
    padding: 0 24px;
  }
}
.cid-vkfSRXI3IM .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vkfSRXI3IM .row {
    padding: 24px;
  }
}
.cid-vkfSRXI3IM .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  border-radius: .5rem;
}
.cid-vkfSRXI3IM .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vkfSRXI3IM .row .card {
    border: none;
  }
}
.cid-vkfSRXI3IM .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vkfSRXI3IM .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vkfSRXI3IM .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vkfSRXI3IM .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vkfSRXI3IM .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vkfSRXI3IM .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-vkfSRXI3IM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkfSRXI3IM .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vkfSRXI3IM .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vkfSRXI3IM .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vkfSRXI3IM .items {
  border-left: 1px solid #72716b;
}
.cid-vkfSRXI3IM .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-vkfSRXI3IM .items .item {
    padding: 24px;
  }
}
.cid-vkfSRXI3IM .items .item:last-child {
  border: none;
}
.cid-vkfSRXI3IM .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vkfSRXI3IM .items .item .item-wrapper {
    display: block;
  }
}
.cid-vkfSRXI3IM .items .item .item-wrapper .item-img {
  background-color: #d2232a;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-vkfSRXI3IM .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-vkfSRXI3IM .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-vkfSRXI3IM .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-vkfSRXI3IM .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-vkfSRXI3IM .mbr-section-title {
  color: #F9F6E0;
}
.cid-vkfSRXI3IM .mbr-desc {
  color: #d2232a;
  text-align: right;
}
.cid-vkfSRXI3IM .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-vkfSRXI3IM .card-title {
  color: #d2232a;
}
.cid-vkfSRXI3IM .card-text {
  color: #F9F6E0;
}
.cid-vkfSRXI3IM .mbr-section-title,
.cid-vkfSRXI3IM .mbr-section-btn {
  text-align: right;
  color: #d2232a;
}
.cid-vkfSRZXfmd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d2232a;
}
.cid-vkfSRZXfmd .nav-tabs .nav-item.open .nav-link:focus,
.cid-vkfSRZXfmd .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vkfSRZXfmd .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-vkfSRZXfmd .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-vkfSRZXfmd .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-vkfSRZXfmd .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #00516d;
}
.cid-vkfSRZXfmd .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vkfSRZXfmd .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-vkfSRZXfmd .nav-tabs .nav-item {
  width: 100%;
}
.cid-vkfSRZXfmd .nav-link,
.cid-vkfSRZXfmd .nav-link.active {
  padding: 1rem auto;
  background: #ffffff;
}
.cid-vkfSRZXfmd .nav-tabs .nav-link.active {
  color: #00516d;
}
.cid-vkfSRZXfmd .tab-content {
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-vkfSRZXfmd .tab-content {
    border-radius: 30px !important;
  }
}
.cid-vkfSRZXfmd .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-vkfSRZXfmd .logo-container {
    border-right: 1px solid #00516d;
  }
}
.cid-vkfSRZXfmd H4 {
  text-align: center;
  color: #ffffff;
}
.cid-vkfSRZXfmd H3 {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-vkfSRZXfmd .nav-link {
    font-size: 1.2rem;
  }
}
.cid-vkfSRZXfmd P {
  text-align: left;
  color: #00516d;
}
.cid-vkfSS2aHf4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkfSS2aHf4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkfSS2aHf4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vkfSS2aHf4 .container {
    padding: 0 24px;
  }
}
.cid-vkfSS2aHf4 .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vkfSS2aHf4 .row {
    padding: 24px;
  }
}
.cid-vkfSS2aHf4 .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  border-radius: .5rem;
}
.cid-vkfSS2aHf4 .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vkfSS2aHf4 .row .card {
    border: none;
  }
}
.cid-vkfSS2aHf4 .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vkfSS2aHf4 .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vkfSS2aHf4 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vkfSS2aHf4 .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vkfSS2aHf4 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vkfSS2aHf4 .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-vkfSS2aHf4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkfSS2aHf4 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vkfSS2aHf4 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vkfSS2aHf4 .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vkfSS2aHf4 .items {
  border-left: 1px solid #d2232a;
}
.cid-vkfSS2aHf4 .items .item {
  padding: 32px;
  border-bottom: 1px solid #d2232a;
}
@media (max-width: 992px) {
  .cid-vkfSS2aHf4 .items .item {
    padding: 24px;
  }
}
.cid-vkfSS2aHf4 .items .item:last-child {
  border: none;
}
.cid-vkfSS2aHf4 .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vkfSS2aHf4 .items .item .item-wrapper {
    display: block;
  }
}
.cid-vkfSS2aHf4 .items .item .item-wrapper .item-img {
  background-color: #d2232a;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-vkfSS2aHf4 .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-vkfSS2aHf4 .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-vkfSS2aHf4 .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-vkfSS2aHf4 .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-vkfSS2aHf4 .mbr-section-title {
  color: #F9F6E0;
}
.cid-vkfSS2aHf4 .mbr-desc {
  color: #d2232a;
  text-align: right;
}
.cid-vkfSS2aHf4 .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-vkfSS2aHf4 .card-title {
  color: #d2232a;
}
.cid-vkfSS2aHf4 .card-text {
  color: #F9F6E0;
}
.cid-vkfSS2aHf4 .mbr-section-title,
.cid-vkfSS2aHf4 .mbr-section-btn {
  text-align: right;
  color: #d2232a;
}
.cid-vkfSS4xIzr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vkfSS4xIzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkfSS4xIzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkfSS4xIzr .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vkfSS4xIzr .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-vl2JTygED5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vl2JTygED5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl2JTygED5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl2JTygED5 .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-vl2JTygED5 img {
  margin: auto;
  width: 140px;
}
.cid-vl2JTygED5 .row {
  align-items: flex-start;
}
.cid-vl2JTygED5 .item-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-vl2JTygED5 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-vl2JTygED5 .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vl2JTygED5 .item-wrapper {
    padding: 1rem;
  }
}
.cid-vkfSS6xonC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d2232a;
}
.cid-vkfSS6xonC .nav-tabs .nav-item.open .nav-link:focus,
.cid-vkfSS6xonC .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vkfSS6xonC .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-vkfSS6xonC .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-vkfSS6xonC .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-vkfSS6xonC .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #00516d;
}
.cid-vkfSS6xonC .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vkfSS6xonC .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-vkfSS6xonC .nav-tabs .nav-item {
  width: 100%;
}
.cid-vkfSS6xonC .nav-link,
.cid-vkfSS6xonC .nav-link.active {
  padding: 1rem auto;
  background: #ffffff;
}
.cid-vkfSS6xonC .nav-tabs .nav-link.active {
  color: #00516d;
}
.cid-vkfSS6xonC .tab-content {
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-vkfSS6xonC .tab-content {
    border-radius: 30px !important;
  }
}
.cid-vkfSS6xonC .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-vkfSS6xonC .logo-container {
    border-right: 1px solid #00516d;
  }
}
.cid-vkfSS6xonC H4 {
  text-align: center;
  color: #ffffff;
}
.cid-vkfSS6xonC H3 {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-vkfSS6xonC .nav-link {
    font-size: 1.2rem;
  }
}
.cid-vkfSS6xonC P {
  text-align: left;
  color: #00516d;
}
.cid-vkfSSaV9vU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d2232a;
}
.cid-vkfSSaV9vU .item {
  padding-bottom: 2rem;
}
.cid-vkfSSaV9vU .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vkfSSaV9vU .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vkfSSaV9vU .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vkfSSaV9vU .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vkfSSaV9vU .carousel-control,
.cid-vkfSSaV9vU .close {
  background: #1b1b1b;
}
.cid-vkfSSaV9vU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vkfSSaV9vU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vkfSSaV9vU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vkfSSaV9vU .carousel-control-next span {
  margin-left: 5px;
}
.cid-vkfSSaV9vU .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vkfSSaV9vU .close::before {
  content: '\e91a';
}
.cid-vkfSSaV9vU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vkfSSaV9vU .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vkfSSaV9vU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vkfSSaV9vU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vkfSSaV9vU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vkfSSaV9vU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vkfSSaV9vU .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vkfSSaV9vU .carousel-indicators li.active,
.cid-vkfSSaV9vU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vkfSSaV9vU .carousel-indicators li::after,
.cid-vkfSSaV9vU .carousel-indicators li::before {
  content: none;
}
.cid-vkfSSaV9vU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vkfSSaV9vU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vkfSSaV9vU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vkfSSaV9vU .carousel-indicators {
    display: none;
  }
}
.cid-vkfSSaV9vU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vkfSSaV9vU .carousel-inner > .active {
  display: block;
}
.cid-vkfSSaV9vU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vkfSSaV9vU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vkfSSaV9vU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vkfSSaV9vU .carousel-control,
  .cid-vkfSSaV9vU .carousel-indicators,
  .cid-vkfSSaV9vU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vkfSSaV9vU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vkfSSaV9vU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vkfSSaV9vU .carousel-indicators .active,
.cid-vkfSSaV9vU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vkfSSaV9vU .carousel-indicators .active {
  background: #fff;
}
.cid-vkfSSaV9vU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vkfSSaV9vU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vkfSSaV9vU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vkfSSaV9vU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vkfSSaV9vU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vkfSSaV9vU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vkfSSaV9vU .carousel {
  width: 100%;
}
.cid-vkfSSaV9vU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vkfSSaV9vU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vkfSSaV9vU .modal.fade .modal-dialog,
.cid-vkfSSaV9vU .modal.in .modal-dialog {
  transform: none;
}
.cid-vkfSSaV9vU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vkfSSaV9vU H6 {
  text-align: center;
}
.cid-vkfSSaV9vU H4 {
  text-align: left;
  color: #ffffff;
}
.cid-vkfSSfmGKu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vkfSSfmGKu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkfSSfmGKu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkfSSfmGKu .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vkfSSfmGKu .container {
    padding: 0;
  }
}
.cid-vkfSSfmGKu .row {
  margin: 0;
}
.cid-vkfSSfmGKu .row .card {
  padding: 0;
  border-radius: 16px !important;
}
.cid-vkfSSfmGKu .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-vkfSSfmGKu .google-map iframe {
    height: 350px;
  }
}
.cid-vl2JVrzq64 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vl2JVrzq64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl2JVrzq64 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl2JVrzq64 .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-vl2JVrzq64 img {
  margin: auto;
  width: 140px;
}
.cid-vl2JVrzq64 .row {
  align-items: flex-start;
}
.cid-vl2JVrzq64 .item-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-vl2JVrzq64 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-vl2JVrzq64 .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vl2JVrzq64 .item-wrapper {
    padding: 1rem;
  }
}
.cid-vkfSSk4sIx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkfSSk4sIx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkfSSk4sIx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-vkfSSk4sIx .container {
    padding: 0 26px;
  }
}
.cid-vkfSSk4sIx .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-vkfSSk4sIx .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vkfSSk4sIx .row {
    padding: 26px;
  }
}
.cid-vkfSSk4sIx .title-wrapper {
  margin-bottom: 50px;
}
.cid-vkfSSk4sIx .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vkfSSk4sIx .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vkfSSk4sIx .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vkfSSk4sIx .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-vkfSSk4sIx .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vkfSSk4sIx .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-vkfSSk4sIx .nav-wrapper {
  margin-bottom: 50px;
}
.cid-vkfSSk4sIx .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vkfSSk4sIx .nav-wrapper .list {
    display: block;
  }
}
.cid-vkfSSk4sIx .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vkfSSk4sIx .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-vkfSSk4sIx .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vkfSSk4sIx .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vkfSSk4sIx .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-vkfSSk4sIx .soc-wrapper {
  margin-bottom: 50px;
}
.cid-vkfSSk4sIx .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-vkfSSk4sIx .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-vkfSSk4sIx .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-vkfSSk4sIx .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-vkfSSk4sIx .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #d2232a;
}
.cid-vkfSSk4sIx .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vkfSSk4sIx .mbr-section-title,
.cid-vkfSSk4sIx .title-wrapper {
  color: #d2232a;
  text-align: center;
}
.cid-vkfSSk4sIx .list {
  color: #ffffff;
}
.cid-vkfSSk4sIx .copyright {
  color: #d2232a;
  text-align: center;
}
.cid-vkfSSk4sIx .list,
.cid-vkfSSk4sIx .nav-wrapper,
.cid-vkfSSk4sIx .soc-wrapper {
  text-align: center;
  color: #d2232a;
}
