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: 'Jost', 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: #034ea2 !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: #034ea2 !important;
  border-color: #034ea2 !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: #01254d !important;
  border-color: #01254d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #01254d !important;
  border-color: #01254d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !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: #034ea2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #01254d !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: #034ea2 !important;
  border-color: #034ea2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !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: #ff6666 !important;
  border-color: #ff6666 !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: #034ea2 !important;
}
.text-secondary {
  color: #ff6666 !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: #011e3e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !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: #034ea2;
}
.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: #034ea2;
  border-color: #034ea2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #034ea2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #298cfb;
}
.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: #034ea2 !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: #034ea2;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #034ea2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #034ea2;
}
.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: #034ea2;
  border-bottom-color: #034ea2;
}
.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: #034ea2 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%23034ea2' %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-u7yTlyuwcq {
  z-index: 1000;
  width: 100%;
}
.cid-u7yTlyuwcq nav.navbar {
  position: fixed;
}
.cid-u7yTlyuwcq .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-u7yTlyuwcq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7yTlyuwcq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7yTlyuwcq .dropdown-item:hover,
.cid-u7yTlyuwcq .dropdown-item:focus {
  background: #034ea2 !important;
  color: white !important;
}
.cid-u7yTlyuwcq .dropdown-item:hover span {
  color: white;
}
.cid-u7yTlyuwcq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7yTlyuwcq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7yTlyuwcq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7yTlyuwcq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7yTlyuwcq .nav-link {
  position: relative;
}
.cid-u7yTlyuwcq .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7yTlyuwcq .container {
    flex-wrap: wrap;
  }
}
.cid-u7yTlyuwcq .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7yTlyuwcq .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u7yTlyuwcq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7yTlyuwcq .dropdown-menu,
.cid-u7yTlyuwcq .navbar.opened {
  background: #ffffff !important;
}
.cid-u7yTlyuwcq .nav-item:focus,
.cid-u7yTlyuwcq .nav-link:focus {
  outline: none;
}
.cid-u7yTlyuwcq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7yTlyuwcq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7yTlyuwcq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7yTlyuwcq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7yTlyuwcq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7yTlyuwcq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7yTlyuwcq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-u7yTlyuwcq .navbar.opened {
  transition: all 0.3s;
}
.cid-u7yTlyuwcq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7yTlyuwcq .navbar .navbar-logo img {
  width: auto;
}
.cid-u7yTlyuwcq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7yTlyuwcq .navbar.collapsed {
  justify-content: center;
}
.cid-u7yTlyuwcq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7yTlyuwcq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7yTlyuwcq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-u7yTlyuwcq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7yTlyuwcq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7yTlyuwcq .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-u7yTlyuwcq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7yTlyuwcq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7yTlyuwcq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7yTlyuwcq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7yTlyuwcq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7yTlyuwcq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7yTlyuwcq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7yTlyuwcq .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-u7yTlyuwcq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7yTlyuwcq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7yTlyuwcq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7yTlyuwcq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7yTlyuwcq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7yTlyuwcq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u7yTlyuwcq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u7yTlyuwcq .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7yTlyuwcq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7yTlyuwcq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7yTlyuwcq .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-u7yTlyuwcq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7yTlyuwcq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7yTlyuwcq .dropdown-item.active,
.cid-u7yTlyuwcq .dropdown-item:active {
  background-color: transparent;
}
.cid-u7yTlyuwcq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7yTlyuwcq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7yTlyuwcq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7yTlyuwcq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7yTlyuwcq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7yTlyuwcq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7yTlyuwcq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7yTlyuwcq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7yTlyuwcq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7yTlyuwcq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #034ea2;
}
.cid-u7yTlyuwcq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7yTlyuwcq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7yTlyuwcq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7yTlyuwcq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7yTlyuwcq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7yTlyuwcq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7yTlyuwcq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7yTlyuwcq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7yTlyuwcq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7yTlyuwcq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7yTlyuwcq .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-u7yTlyuwcq .navbar {
    height: 70px;
  }
  .cid-u7yTlyuwcq .navbar.opened {
    height: auto;
  }
  .cid-u7yTlyuwcq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7zc2zzOlc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/cro-2000x2829.png");
}
.cid-u7zc2zzOlc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7zc2zzOlc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7zc2zzOlc .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u7zc2zzOlc .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-u7zc2zzOlc .mbr-section-title {
  color: #034ea2;
}
.cid-u7zc2zzOlc .mbr-text,
.cid-u7zc2zzOlc .mbr-section-btn {
  color: #034ea2;
}
.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-uc5WiCkeXI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5WiCkeXI img {
  width: 160px;
  margin: auto;
}
.cid-uc5WiCkeXI .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5WiCkeXI .card {
    max-width: 25%;
  }
}
.cid-uc5WjK8m6X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5WjK8m6X img {
  width: 160px;
  margin: auto;
}
.cid-uc5WjK8m6X .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5WjK8m6X .card {
    max-width: 25%;
  }
}
.cid-uc5WPjnL0i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5WPjnL0i img {
  width: 160px;
  margin: auto;
}
.cid-uc5WPjnL0i .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5WPjnL0i .card {
    max-width: 25%;
  }
}
.cid-uc5WQvj1wv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5WQvj1wv img {
  width: 160px;
  margin: auto;
}
.cid-uc5WQvj1wv .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5WQvj1wv .card {
    max-width: 25%;
  }
}
.cid-uc5WRbhnTR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5WRbhnTR img {
  width: 160px;
  margin: auto;
}
.cid-uc5WRbhnTR .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5WRbhnTR .card {
    max-width: 25%;
  }
}
.cid-uc5WRQNOWz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uc5WRQNOWz img {
  width: 160px;
  margin: auto;
}
.cid-uc5WRQNOWz .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5WRQNOWz .card {
    max-width: 25%;
  }
}
.cid-u7zg4O4XXd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/cro-2000x2829.png");
}
.cid-u7zg4O4XXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7zg4O4XXd .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-u7zg4O4XXd .col-title {
    margin-bottom: 20px;
  }
}
.cid-u7zg4O4XXd .mbr-section-title {
  color: #034ea2;
}
.cid-u7zg4O4XXd .mbr-text {
  color: #000000;
}
.cid-u7zg4O4XXd h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-u7zg4O4XXd h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-u7zg4O4XXd .row {
  justify-content: space-between;
}
.cid-u7zg4O4XXd .mbr-text1 {
  color: #0046c7;
}
.cid-u7zg4O4XXd img {
  object-fit: cover;
}
.cid-u7zg4O4XXd h3 {
  transition: all 0.3s;
  position: relative;
  transform: translateX(110px);
}
.cid-u7zg4O4XXd h3:hover {
  transform: translateX(0px);
  cursor: pointer;
}
.cid-u7zg4O4XXd h3:hover:before {
  opacity: 0;
}
.cid-u7zg4O4XXd 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-u7zg4O4XXd h3 {
    transform: translateX(0px);
  }
}
.cid-u7zg4O4XXd .mbr-section-subtitle,
.cid-u7zg4O4XXd .align {
  color: #ffffff;
}
.cid-u7K4P3pM58 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7K4P3pM58 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7K4P3pM58 .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-u7K4P3pM58 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7K4P3pM58 .row {
  flex-direction: row-reverse;
}
.cid-u7K4P3pM58 img {
  width: 100%;
}
.cid-u7zl5jVYdF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/cro-2000x2829.png");
}
.cid-u7zl5jVYdF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7zl5jVYdF .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-u7zl5jVYdF .container {
    padding: 0 24px;
  }
}
.cid-u7zl5jVYdF .card {
  justify-content: center;
}
.cid-u7zl5jVYdF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u7zl5jVYdF .title-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-u7zl5jVYdF .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-u7zl5jVYdF .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  border: 1px solid #e43f3f;
  border-radius: 3rem !important;
}
@media (max-width: 992px) {
  .cid-u7zl5jVYdF .image-wrapper .image-wrap {
    border-radius: 2rem !important;
  }
}
.cid-u7zl5jVYdF .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-u7zl5jVYdF .image-wrapper .image-wrap img {
    width: 200px;
    height: 400px;
    border-radius: 2rem !important;
    border: 6px solid #000000;
  }
}
.cid-u7zl5jVYdF .image-wrapper .block-wrap {
  position: absolute;
  width: 180px;
  height: 120%;
  transform: rotate(-30deg);
  background-color: #e43f3f;
}
@media (max-width: 992px) {
  .cid-u7zl5jVYdF .image-wrapper .block-wrap {
    width: 100px;
  }
}
.cid-u7zl5jVYdF .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-u7zl5jVYdF .image-wrapper .mbr-iconfont {
    display: none;
  }
}
.cid-u7zl5jVYdF .image-wrapper .icon_1 {
  border-radius: 1rem;
  top: 6rem;
  left: 5%;
}
.cid-u7zl5jVYdF .image-wrapper .icon_2 {
  bottom: 6rem;
  left: 5%;
}
.cid-u7zl5jVYdF .image-wrapper .icon_3 {
  bottom: 10rem;
  right: 0;
}
@media (max-width: 992px) {
  .cid-u7zl5jVYdF .text-wrapper {
    margin-top: 80px;
  }
}
.cid-u7zl5jVYdF .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7zl5jVYdF .mbr-section-title {
  color: #034ea2;
}
.cid-u7zl5jVYdF .mbr-text,
.cid-u7zl5jVYdF .text-wrap {
  color: #202020;
}
.cid-u7zl5jVYdF .mbr-text {
  color: #034ea2;
}
.cid-u2KK65vD7B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2KK65vD7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2KK65vD7B .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-u2KK65vD7B .container {
    padding: 0 25px;
  }
}
.cid-u2KK65vD7B .row {
  justify-content: center;
}
.cid-u2KK65vD7B .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u2KK65vD7B .item:first-child .item-wrapper {
  border-top: 2px solid #034ea2;
}
.cid-u2KK65vD7B .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #034ea2;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-u2KK65vD7B .item .item-wrapper:hover .item-img img,
.cid-u2KK65vD7B .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-u2KK65vD7B .item .item-wrapper {
    display: block;
  }
}
.cid-u2KK65vD7B .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-u2KK65vD7B .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-u2KK65vD7B .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-u2KK65vD7B .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-u2KK65vD7B .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u2KK65vD7B .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-u2KK65vD7B .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-u2KK65vD7B .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-u2KK65vD7B .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-u2KK65vD7B .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ffffff;
  color: #e43f3f;
}
.cid-u2KK65vD7B .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #034ea2;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-u2KK65vD7B .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-u2KK65vD7B .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-u2KK65vD7B .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-u2KK65vD7B .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-u2KK65vD7B .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-u2KK65vD7B .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-u2KK65vD7B .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #ffffff !important;
  color: #e43f3f;
}
.cid-u2KK65vD7B .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #034ea2;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-u2KK65vD7B .mbr-section-title {
  color: #034ea2;
}
.cid-u2KK65vD7B .item-title {
  color: #ffffff;
}
.cid-u2KK65vD7B .item-desc {
  color: #ffffff;
}
.cid-u2KK65vD7B .item-subtitle {
  color: #034ea2;
}
.cid-u2KK65vD7B .item-price {
  color: #ffffff;
}
.cid-u2S1WK2W1a {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u2S1WK2W1a .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2S1WK2W1a .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-u2S1WK2W1a .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2S1WK2W1a .row {
  flex-direction: row-reverse;
}
.cid-u2S1WK2W1a img {
  width: 100%;
}
.cid-u2KTcEFzgR {
  background-image: url("../../../assets/images/cro-2000x2829.png");
}
.cid-u2KTcEFzgR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2KTcEFzgR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2KTcEFzgR .number-wrap {
  color: #034ea2;
  text-align: center;
}
.cid-u2KTcEFzgR .number {
  color: #034ea2;
}
.cid-u2KTcEFzgR .period {
  display: block;
}
.cid-u2KTcEFzgR .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-u2KTcEFzgR .period {
    font-size: 0.8rem;
  }
}
.cid-u2KTcEFzgR .btn {
  height: 100%;
  margin: 0;
}
.cid-u2KTcEFzgR .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-u2KTcEFzgR .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-u2KTcEFzgR .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #000000;
  border: 2px solid #000000;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u2KTcEFzgR .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-u2KTcEFzgR .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #000000;
  color: #ffffff;
}
.cid-u2KTcEFzgR H3 {
  color: #e43f3f;
}
.cid-u2KTcEFzgR .mbr-text,
.cid-u2KTcEFzgR .mbr-section-btn {
  color: #000000;
}
.cid-u2QnHlDJyJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u2QnHlDJyJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2QnHlDJyJ .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-u2QnHlDJyJ .container {
    padding: 0;
  }
}
.cid-u2QnHlDJyJ .row {
  margin: 0;
}
.cid-u2QnHlDJyJ .row .card {
  padding: 0;
  border-radius: 16px !important;
}
.cid-u2QnHlDJyJ .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-u2QnHlDJyJ .google-map iframe {
    height: 350px;
  }
}
.cid-u7MMIImJ7y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7MMIImJ7y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7MMIImJ7y .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-u7MMIImJ7y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7MMIImJ7y .row {
  flex-direction: row-reverse;
}
.cid-u7MMIImJ7y img {
  width: 100%;
}
.cid-u7EsTdOePy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7EsTdOePy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7EsTdOePy .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-u7EsTdOePy .container {
    padding: 0 24px;
  }
}
.cid-u7EsTdOePy .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u7EsTdOePy .row {
    padding: 24px;
  }
}
.cid-u7EsTdOePy .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  border-radius: .5rem;
}
.cid-u7EsTdOePy .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u7EsTdOePy .row .card {
    border: none;
  }
}
.cid-u7EsTdOePy .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u7EsTdOePy .content-wrapper {
    padding: 24px 0;
  }
}
.cid-u7EsTdOePy .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u7EsTdOePy .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-u7EsTdOePy .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u7EsTdOePy .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-u7EsTdOePy .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u7EsTdOePy .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u7EsTdOePy .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u7EsTdOePy .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-u7EsTdOePy .items {
  border-left: 1px solid #72716b;
}
.cid-u7EsTdOePy .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-u7EsTdOePy .items .item {
    padding: 24px;
  }
}
.cid-u7EsTdOePy .items .item:last-child {
  border: none;
}
.cid-u7EsTdOePy .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u7EsTdOePy .items .item .item-wrapper {
    display: block;
  }
}
.cid-u7EsTdOePy .items .item .item-wrapper .item-img {
  background-color: #ffffff;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-u7EsTdOePy .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-u7EsTdOePy .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-u7EsTdOePy .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-u7EsTdOePy .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-u7EsTdOePy .mbr-section-title {
  color: #F9F6E0;
}
.cid-u7EsTdOePy .mbr-desc {
  color: #034ea2;
  text-align: right;
}
.cid-u7EsTdOePy .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-u7EsTdOePy .card-title {
  color: #000000;
}
.cid-u7EsTdOePy .card-text {
  color: #F9F6E0;
}
.cid-u7EsTdOePy .mbr-section-title,
.cid-u7EsTdOePy .mbr-section-btn {
  text-align: right;
  color: #034ea2;
}
.cid-u7GKvLpjMO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u7GKvLpjMO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GKvLpjMO .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-u7GKvLpjMO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7GKvLpjMO .row {
  flex-direction: row-reverse;
}
.cid-u7GKvLpjMO img {
  width: 100%;
}
.cid-u7GHBnGzFv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7GHBnGzFv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GHBnGzFv .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-u7GHBnGzFv .container {
    padding: 0 24px;
  }
}
.cid-u7GHBnGzFv .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u7GHBnGzFv .row {
    padding: 24px;
  }
}
.cid-u7GHBnGzFv .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  border-radius: .5rem;
}
.cid-u7GHBnGzFv .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u7GHBnGzFv .row .card {
    border: none;
  }
}
.cid-u7GHBnGzFv .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u7GHBnGzFv .content-wrapper {
    padding: 24px 0;
  }
}
.cid-u7GHBnGzFv .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u7GHBnGzFv .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-u7GHBnGzFv .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u7GHBnGzFv .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-u7GHBnGzFv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u7GHBnGzFv .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u7GHBnGzFv .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u7GHBnGzFv .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-u7GHBnGzFv .items {
  border-left: 1px solid #72716b;
}
.cid-u7GHBnGzFv .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-u7GHBnGzFv .items .item {
    padding: 24px;
  }
}
.cid-u7GHBnGzFv .items .item:last-child {
  border: none;
}
.cid-u7GHBnGzFv .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u7GHBnGzFv .items .item .item-wrapper {
    display: block;
  }
}
.cid-u7GHBnGzFv .items .item .item-wrapper .item-img {
  background-color: #ffffff;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-u7GHBnGzFv .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-u7GHBnGzFv .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-u7GHBnGzFv .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-u7GHBnGzFv .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-u7GHBnGzFv .mbr-section-title {
  color: #F9F6E0;
}
.cid-u7GHBnGzFv .mbr-desc {
  color: #034ea2;
  text-align: right;
}
.cid-u7GHBnGzFv .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-u7GHBnGzFv .card-title {
  color: #000000;
}
.cid-u7GHBnGzFv .card-text {
  color: #F9F6E0;
}
.cid-u7GHBnGzFv .mbr-section-title,
.cid-u7GHBnGzFv .mbr-section-btn {
  text-align: right;
  color: #034ea2;
}
.cid-u7GN2hBGWl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u7GN2hBGWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GN2hBGWl .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-u7GN2hBGWl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7GN2hBGWl .row {
  flex-direction: row-reverse;
}
.cid-u7GN2hBGWl img {
  width: 100%;
}
.cid-u7KBr4v1PD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/cro-2000x2829.png");
}
.cid-u7KBr4v1PD .nav-tabs .nav-item.open .nav-link:focus,
.cid-u7KBr4v1PD .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-u7KBr4v1PD .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-u7KBr4v1PD .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-u7KBr4v1PD .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-u7KBr4v1PD .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: #034ea2;
}
.cid-u7KBr4v1PD .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u7KBr4v1PD .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-u7KBr4v1PD .nav-tabs .nav-item {
  width: 100%;
}
.cid-u7KBr4v1PD .nav-link,
.cid-u7KBr4v1PD .nav-link.active {
  padding: 1rem auto;
  background: #ffffff;
}
.cid-u7KBr4v1PD .nav-tabs .nav-link.active {
  color: #034ea2;
}
.cid-u7KBr4v1PD .tab-content {
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-u7KBr4v1PD .tab-content {
    border-radius: 30px !important;
  }
}
.cid-u7KBr4v1PD .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-u7KBr4v1PD .logo-container {
    border-right: 1px solid #034ea2;
  }
}
.cid-u7KBr4v1PD H4 {
  text-align: center;
  color: #ffffff;
}
.cid-u7KBr4v1PD H3 {
  text-align: center;
  color: #034ea2;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-u7KBr4v1PD .nav-link {
    font-size: 1.2rem;
  }
}
.cid-u7KBr4v1PD P {
  text-align: left;
  color: #034ea2;
}
.cid-u7KJdXELEf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7KJdXELEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7KJdXELEf .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-u7KJdXELEf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7KJdXELEf .row {
  flex-direction: row-reverse;
}
.cid-u7KJdXELEf img {
  width: 100%;
}
.cid-u7KBseF1RZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/cro-2000x2829.png");
}
.cid-u7KBseF1RZ .nav-tabs .nav-item.open .nav-link:focus,
.cid-u7KBseF1RZ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-u7KBseF1RZ .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-u7KBseF1RZ .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-u7KBseF1RZ .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-u7KBseF1RZ .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: #034ea2;
}
.cid-u7KBseF1RZ .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u7KBseF1RZ .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-u7KBseF1RZ .nav-tabs .nav-item {
  width: 100%;
}
.cid-u7KBseF1RZ .nav-link,
.cid-u7KBseF1RZ .nav-link.active {
  padding: 1rem auto;
  background: #ffffff;
}
.cid-u7KBseF1RZ .nav-tabs .nav-link.active {
  color: #034ea2;
}
.cid-u7KBseF1RZ .tab-content {
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-u7KBseF1RZ .tab-content {
    border-radius: 30px !important;
  }
}
.cid-u7KBseF1RZ .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-u7KBseF1RZ .logo-container {
    border-right: 1px solid #034ea2;
  }
}
.cid-u7KBseF1RZ H4 {
  text-align: center;
  color: #ffffff;
}
.cid-u7KBseF1RZ H3 {
  text-align: center;
  color: #034ea2;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-u7KBseF1RZ .nav-link {
    font-size: 1.2rem;
  }
}
.cid-u7KBseF1RZ P {
  text-align: left;
  color: #034ea2;
}
.cid-u7zChHB9FX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7zChHB9FX .item {
  padding-bottom: 2rem;
}
.cid-u7zChHB9FX .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u7zChHB9FX .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u7zChHB9FX .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-u7zChHB9FX .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u7zChHB9FX .carousel-control,
.cid-u7zChHB9FX .close {
  background: #1b1b1b;
}
.cid-u7zChHB9FX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u7zChHB9FX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u7zChHB9FX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u7zChHB9FX .carousel-control-next span {
  margin-left: 5px;
}
.cid-u7zChHB9FX .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-u7zChHB9FX .close::before {
  content: '\e91a';
}
.cid-u7zChHB9FX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u7zChHB9FX .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-u7zChHB9FX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7zChHB9FX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u7zChHB9FX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u7zChHB9FX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u7zChHB9FX .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-u7zChHB9FX .carousel-indicators li.active,
.cid-u7zChHB9FX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u7zChHB9FX .carousel-indicators li::after,
.cid-u7zChHB9FX .carousel-indicators li::before {
  content: none;
}
.cid-u7zChHB9FX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u7zChHB9FX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u7zChHB9FX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u7zChHB9FX .carousel-indicators {
    display: none;
  }
}
.cid-u7zChHB9FX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u7zChHB9FX .carousel-inner > .active {
  display: block;
}
.cid-u7zChHB9FX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7zChHB9FX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u7zChHB9FX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u7zChHB9FX .carousel-control,
  .cid-u7zChHB9FX .carousel-indicators,
  .cid-u7zChHB9FX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u7zChHB9FX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u7zChHB9FX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u7zChHB9FX .carousel-indicators .active,
.cid-u7zChHB9FX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u7zChHB9FX .carousel-indicators .active {
  background: #fff;
}
.cid-u7zChHB9FX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u7zChHB9FX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u7zChHB9FX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u7zChHB9FX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u7zChHB9FX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u7zChHB9FX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u7zChHB9FX .carousel {
  width: 100%;
}
.cid-u7zChHB9FX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u7zChHB9FX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u7zChHB9FX .modal.fade .modal-dialog,
.cid-u7zChHB9FX .modal.in .modal-dialog {
  transform: none;
}
.cid-u7zChHB9FX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u7zChHB9FX H6 {
  text-align: center;
}
.cid-u7NeZa5X0y {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7NeZa5X0y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7NeZa5X0y .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-u7NeZa5X0y .container {
    padding: 0 26px;
  }
}
.cid-u7NeZa5X0y .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-u7NeZa5X0y .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-u7NeZa5X0y .row {
    padding: 26px;
  }
}
.cid-u7NeZa5X0y .title-wrapper {
  margin-bottom: 50px;
}
.cid-u7NeZa5X0y .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u7NeZa5X0y .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-u7NeZa5X0y .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7NeZa5X0y .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-u7NeZa5X0y .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-u7NeZa5X0y .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-u7NeZa5X0y .nav-wrapper {
  margin-bottom: 50px;
}
.cid-u7NeZa5X0y .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u7NeZa5X0y .nav-wrapper .list {
    display: block;
  }
}
.cid-u7NeZa5X0y .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u7NeZa5X0y .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-u7NeZa5X0y .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7NeZa5X0y .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-u7NeZa5X0y .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-u7NeZa5X0y .soc-wrapper {
  margin-bottom: 50px;
}
.cid-u7NeZa5X0y .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-u7NeZa5X0y .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-u7NeZa5X0y .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-u7NeZa5X0y .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-u7NeZa5X0y .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #d2232a;
}
.cid-u7NeZa5X0y .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-u7NeZa5X0y .mbr-section-title,
.cid-u7NeZa5X0y .title-wrapper {
  color: #d2232a;
  text-align: center;
}
.cid-u7NeZa5X0y .list {
  color: #ffffff;
}
.cid-u7NeZa5X0y .copyright {
  color: #d2232a;
  text-align: center;
}
.cid-u7NeZa5X0y .list,
.cid-u7NeZa5X0y .nav-wrapper,
.cid-u7NeZa5X0y .soc-wrapper {
  text-align: center;
  color: #034ea2;
}
.cid-uacbJR353u {
  z-index: 1000;
  width: 100%;
}
.cid-uacbJR353u nav.navbar {
  position: fixed;
}
.cid-uacbJR353u .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-uacbJR353u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uacbJR353u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uacbJR353u .dropdown-item:hover,
.cid-uacbJR353u .dropdown-item:focus {
  background: #034ea2 !important;
  color: white !important;
}
.cid-uacbJR353u .dropdown-item:hover span {
  color: white;
}
.cid-uacbJR353u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uacbJR353u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uacbJR353u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uacbJR353u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uacbJR353u .nav-link {
  position: relative;
}
.cid-uacbJR353u .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uacbJR353u .container {
    flex-wrap: wrap;
  }
}
.cid-uacbJR353u .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uacbJR353u .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uacbJR353u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uacbJR353u .dropdown-menu,
.cid-uacbJR353u .navbar.opened {
  background: #ffffff !important;
}
.cid-uacbJR353u .nav-item:focus,
.cid-uacbJR353u .nav-link:focus {
  outline: none;
}
.cid-uacbJR353u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uacbJR353u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uacbJR353u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uacbJR353u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uacbJR353u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uacbJR353u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uacbJR353u .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uacbJR353u .navbar.opened {
  transition: all 0.3s;
}
.cid-uacbJR353u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uacbJR353u .navbar .navbar-logo img {
  width: auto;
}
.cid-uacbJR353u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uacbJR353u .navbar.collapsed {
  justify-content: center;
}
.cid-uacbJR353u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uacbJR353u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uacbJR353u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uacbJR353u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uacbJR353u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uacbJR353u .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-uacbJR353u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uacbJR353u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uacbJR353u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uacbJR353u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uacbJR353u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uacbJR353u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uacbJR353u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uacbJR353u .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-uacbJR353u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uacbJR353u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uacbJR353u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uacbJR353u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uacbJR353u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uacbJR353u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uacbJR353u .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uacbJR353u .navbar.navbar-short {
  min-height: 60px;
}
.cid-uacbJR353u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uacbJR353u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uacbJR353u .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-uacbJR353u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uacbJR353u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uacbJR353u .dropdown-item.active,
.cid-uacbJR353u .dropdown-item:active {
  background-color: transparent;
}
.cid-uacbJR353u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uacbJR353u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uacbJR353u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uacbJR353u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uacbJR353u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uacbJR353u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uacbJR353u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uacbJR353u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uacbJR353u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uacbJR353u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #034ea2;
}
.cid-uacbJR353u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uacbJR353u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uacbJR353u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uacbJR353u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uacbJR353u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uacbJR353u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uacbJR353u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uacbJR353u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uacbJR353u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uacbJR353u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uacbJR353u .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-uacbJR353u .navbar {
    height: 70px;
  }
  .cid-uacbJR353u .navbar.opened {
    height: auto;
  }
  .cid-uacbJR353u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uacbJPFHLZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/cro-2000x2829.png");
}
.cid-uacbJPFHLZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacbJPFHLZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uacbJPFHLZ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uacbJPFHLZ .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uacbJPFHLZ .mbr-section-title {
  color: #034ea2;
}
.cid-uacbJPFHLZ .mbr-text,
.cid-uacbJPFHLZ .mbr-section-btn {
  color: #034ea2;
}
.cid-uacbJQp6NE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uacbJQp6NE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacbJQp6NE .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-uacbJQp6NE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacbJQp6NE .row {
  flex-direction: row-reverse;
}
.cid-uacbJQp6NE img {
  width: 100%;
}
.cid-uc5XAzxFnN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5XAzxFnN img {
  width: 160px;
  margin: auto;
}
.cid-uc5XAzxFnN .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5XAzxFnN .card {
    max-width: 25%;
  }
}
.cid-uc5XCjSwys {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5XCjSwys img {
  width: 160px;
  margin: auto;
}
.cid-uc5XCjSwys .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5XCjSwys .card {
    max-width: 25%;
  }
}
.cid-uc5XKrseoa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5XKrseoa img {
  width: 160px;
  margin: auto;
}
.cid-uc5XKrseoa .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5XKrseoa .card {
    max-width: 25%;
  }
}
.cid-uc5XLcDHhQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5XLcDHhQ img {
  width: 160px;
  margin: auto;
}
.cid-uc5XLcDHhQ .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5XLcDHhQ .card {
    max-width: 25%;
  }
}
.cid-uc5XLZUvjF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5XLZUvjF img {
  width: 160px;
  margin: auto;
}
.cid-uc5XLZUvjF .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5XLZUvjF .card {
    max-width: 25%;
  }
}
.cid-uc5XMPouHB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uc5XMPouHB img {
  width: 160px;
  margin: auto;
}
.cid-uc5XMPouHB .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5XMPouHB .card {
    max-width: 25%;
  }
}
.cid-uacbJSAmyD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/cro-2000x2829.png");
}
.cid-uacbJSAmyD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacbJSAmyD .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-uacbJSAmyD .col-title {
    margin-bottom: 20px;
  }
}
.cid-uacbJSAmyD .mbr-section-title {
  color: #034ea2;
}
.cid-uacbJSAmyD .mbr-text {
  color: #000000;
}
.cid-uacbJSAmyD h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uacbJSAmyD h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uacbJSAmyD .row {
  justify-content: space-between;
}
.cid-uacbJSAmyD .mbr-text1 {
  color: #0046c7;
}
.cid-uacbJSAmyD img {
  object-fit: cover;
}
.cid-uacbJSAmyD h3 {
  transition: all 0.3s;
  position: relative;
  transform: translateX(110px);
}
.cid-uacbJSAmyD h3:hover {
  transform: translateX(0px);
  cursor: pointer;
}
.cid-uacbJSAmyD h3:hover:before {
  opacity: 0;
}
.cid-uacbJSAmyD 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-uacbJSAmyD h3 {
    transform: translateX(0px);
  }
}
.cid-uacbJSAmyD .mbr-section-subtitle,
.cid-uacbJSAmyD .align {
  color: #ffffff;
}
.cid-uacbJTdXtb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uacbJTdXtb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacbJTdXtb .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-uacbJTdXtb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacbJTdXtb .row {
  flex-direction: row-reverse;
}
.cid-uacbJTdXtb img {
  width: 100%;
}
.cid-uacbJTSZ0L {
  overflow: hidden;
  background-image: url("../../../assets/images/cro-2000x2829.png");
}
.cid-uacbJTSZ0L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacbJTSZ0L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uacbJTSZ0L .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uacbJTSZ0L .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uacbJTSZ0L .container {
    padding: 0 24px;
  }
}
.cid-uacbJTSZ0L .card {
  justify-content: center;
}
.cid-uacbJTSZ0L .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uacbJTSZ0L .title-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-uacbJTSZ0L .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-uacbJTSZ0L .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  border: 1px solid #e43f3f;
  border-radius: 3rem !important;
}
@media (max-width: 992px) {
  .cid-uacbJTSZ0L .image-wrapper .image-wrap {
    border-radius: 2rem !important;
  }
}
.cid-uacbJTSZ0L .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-uacbJTSZ0L .image-wrapper .image-wrap img {
    width: 200px;
    height: 400px;
    border-radius: 2rem !important;
    border: 6px solid #000000;
  }
}
.cid-uacbJTSZ0L .image-wrapper .block-wrap {
  position: absolute;
  width: 180px;
  height: 120%;
  transform: rotate(-30deg);
  background-color: #e43f3f;
}
@media (max-width: 992px) {
  .cid-uacbJTSZ0L .image-wrapper .block-wrap {
    width: 100px;
  }
}
.cid-uacbJTSZ0L .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-uacbJTSZ0L .image-wrapper .mbr-iconfont {
    display: none;
  }
}
.cid-uacbJTSZ0L .image-wrapper .icon_1 {
  border-radius: 1rem;
  top: 6rem;
  left: 5%;
}
.cid-uacbJTSZ0L .image-wrapper .icon_2 {
  bottom: 6rem;
  left: 5%;
}
.cid-uacbJTSZ0L .image-wrapper .icon_3 {
  bottom: 10rem;
  right: 0;
}
@media (max-width: 992px) {
  .cid-uacbJTSZ0L .text-wrapper {
    margin-top: 80px;
  }
}
.cid-uacbJTSZ0L .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uacbJTSZ0L .mbr-section-title {
  color: #034ea2;
}
.cid-uacbJTSZ0L .mbr-text,
.cid-uacbJTSZ0L .text-wrap {
  color: #202020;
}
.cid-uacbJTSZ0L .mbr-text {
  color: #034ea2;
}
.cid-uacbJVgVI2 {
  background-color: #ffffff;
}
.cid-uacbJVgVI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacbJVgVI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uacbJVgVI2 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uacbJVgVI2 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uacbJVgVI2 .container {
    padding: 0 25px;
  }
}
.cid-uacbJVgVI2 .row {
  justify-content: center;
}
.cid-uacbJVgVI2 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uacbJVgVI2 .item:first-child .item-wrapper {
  border-top: 2px solid #034ea2;
}
.cid-uacbJVgVI2 .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #034ea2;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uacbJVgVI2 .item .item-wrapper:hover .item-img img,
.cid-uacbJVgVI2 .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uacbJVgVI2 .item .item-wrapper {
    display: block;
  }
}
.cid-uacbJVgVI2 .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uacbJVgVI2 .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uacbJVgVI2 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uacbJVgVI2 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uacbJVgVI2 .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uacbJVgVI2 .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uacbJVgVI2 .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uacbJVgVI2 .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uacbJVgVI2 .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uacbJVgVI2 .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ffffff;
  color: #e43f3f;
}
.cid-uacbJVgVI2 .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #034ea2;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uacbJVgVI2 .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uacbJVgVI2 .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uacbJVgVI2 .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uacbJVgVI2 .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uacbJVgVI2 .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uacbJVgVI2 .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uacbJVgVI2 .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #ffffff !important;
  color: #e43f3f;
}
.cid-uacbJVgVI2 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #034ea2;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uacbJVgVI2 .mbr-section-title {
  color: #034ea2;
}
.cid-uacbJVgVI2 .item-title {
  color: #ffffff;
}
.cid-uacbJVgVI2 .item-desc {
  color: #ffffff;
}
.cid-uacbJVgVI2 .item-subtitle {
  color: #034ea2;
}
.cid-uacbJVgVI2 .item-price {
  color: #ffffff;
}
.cid-uacbJWjxET {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uacbJWjxET .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacbJWjxET .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-uacbJWjxET .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacbJWjxET .row {
  flex-direction: row-reverse;
}
.cid-uacbJWjxET img {
  width: 100%;
}
.cid-uacbJX5y02 {
  background-image: url("../../../assets/images/cro-2000x2829.png");
}
.cid-uacbJX5y02 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacbJX5y02 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uacbJX5y02 .number-wrap {
  color: #034ea2;
  text-align: center;
}
.cid-uacbJX5y02 .number {
  color: #034ea2;
}
.cid-uacbJX5y02 .period {
  display: block;
}
.cid-uacbJX5y02 .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-uacbJX5y02 .period {
    font-size: 0.8rem;
  }
}
.cid-uacbJX5y02 .btn {
  height: 100%;
  margin: 0;
}
.cid-uacbJX5y02 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uacbJX5y02 .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-uacbJX5y02 .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #000000;
  border: 2px solid #000000;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uacbJX5y02 .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-uacbJX5y02 .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #000000;
  color: #ffffff;
}
.cid-uacbJX5y02 H3 {
  color: #e43f3f;
}
.cid-uacbJX5y02 .mbr-text,
.cid-uacbJX5y02 .mbr-section-btn {
  color: #000000;
}
.cid-uacbJXV775 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uacbJXV775 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacbJXV775 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uacbJXV775 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uacbJXV775 .container {
    padding: 0;
  }
}
.cid-uacbJXV775 .row {
  margin: 0;
}
.cid-uacbJXV775 .row .card {
  padding: 0;
  border-radius: 16px !important;
}
.cid-uacbJXV775 .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-uacbJXV775 .google-map iframe {
    height: 350px;
  }
}
.cid-uacbJYMTHK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uacbJYMTHK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacbJYMTHK .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-uacbJYMTHK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacbJYMTHK .row {
  flex-direction: row-reverse;
}
.cid-uacbJYMTHK img {
  width: 100%;
}
.cid-uacbJZsbZR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uacbJZsbZR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacbJZsbZR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uacbJZsbZR .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uacbJZsbZR .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uacbJZsbZR .container {
    padding: 0 24px;
  }
}
.cid-uacbJZsbZR .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uacbJZsbZR .row {
    padding: 24px;
  }
}
.cid-uacbJZsbZR .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  border-radius: .5rem;
}
.cid-uacbJZsbZR .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uacbJZsbZR .row .card {
    border: none;
  }
}
.cid-uacbJZsbZR .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uacbJZsbZR .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uacbJZsbZR .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uacbJZsbZR .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uacbJZsbZR .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uacbJZsbZR .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-uacbJZsbZR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uacbJZsbZR .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uacbJZsbZR .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uacbJZsbZR .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uacbJZsbZR .items {
  border-left: 1px solid #72716b;
}
.cid-uacbJZsbZR .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uacbJZsbZR .items .item {
    padding: 24px;
  }
}
.cid-uacbJZsbZR .items .item:last-child {
  border: none;
}
.cid-uacbJZsbZR .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uacbJZsbZR .items .item .item-wrapper {
    display: block;
  }
}
.cid-uacbJZsbZR .items .item .item-wrapper .item-img {
  background-color: #ffffff;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uacbJZsbZR .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-uacbJZsbZR .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-uacbJZsbZR .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-uacbJZsbZR .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uacbJZsbZR .mbr-section-title {
  color: #F9F6E0;
}
.cid-uacbJZsbZR .mbr-desc {
  color: #034ea2;
  text-align: right;
}
.cid-uacbJZsbZR .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uacbJZsbZR .card-title {
  color: #000000;
}
.cid-uacbJZsbZR .card-text {
  color: #F9F6E0;
}
.cid-uacbJZsbZR .mbr-section-title,
.cid-uacbJZsbZR .mbr-section-btn {
  text-align: right;
  color: #034ea2;
}
.cid-uacbK0MJ6s {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uacbK0MJ6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacbK0MJ6s .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-uacbK0MJ6s .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacbK0MJ6s .row {
  flex-direction: row-reverse;
}
.cid-uacbK0MJ6s img {
  width: 100%;
}
.cid-uacbK1yCRU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uacbK1yCRU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacbK1yCRU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uacbK1yCRU .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uacbK1yCRU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uacbK1yCRU .container {
    padding: 0 24px;
  }
}
.cid-uacbK1yCRU .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uacbK1yCRU .row {
    padding: 24px;
  }
}
.cid-uacbK1yCRU .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  border-radius: .5rem;
}
.cid-uacbK1yCRU .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uacbK1yCRU .row .card {
    border: none;
  }
}
.cid-uacbK1yCRU .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uacbK1yCRU .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uacbK1yCRU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uacbK1yCRU .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uacbK1yCRU .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uacbK1yCRU .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-uacbK1yCRU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uacbK1yCRU .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uacbK1yCRU .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uacbK1yCRU .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uacbK1yCRU .items {
  border-left: 1px solid #72716b;
}
.cid-uacbK1yCRU .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uacbK1yCRU .items .item {
    padding: 24px;
  }
}
.cid-uacbK1yCRU .items .item:last-child {
  border: none;
}
.cid-uacbK1yCRU .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uacbK1yCRU .items .item .item-wrapper {
    display: block;
  }
}
.cid-uacbK1yCRU .items .item .item-wrapper .item-img {
  background-color: #ffffff;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uacbK1yCRU .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-uacbK1yCRU .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-uacbK1yCRU .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-uacbK1yCRU .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uacbK1yCRU .mbr-section-title {
  color: #F9F6E0;
}
.cid-uacbK1yCRU .mbr-desc {
  color: #034ea2;
  text-align: right;
}
.cid-uacbK1yCRU .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-uacbK1yCRU .card-title {
  color: #000000;
}
.cid-uacbK1yCRU .card-text {
  color: #F9F6E0;
}
.cid-uacbK1yCRU .mbr-section-title,
.cid-uacbK1yCRU .mbr-section-btn {
  text-align: right;
  color: #034ea2;
}
.cid-uacbK2OHvY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uacbK2OHvY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacbK2OHvY .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-uacbK2OHvY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacbK2OHvY .row {
  flex-direction: row-reverse;
}
.cid-uacbK2OHvY img {
  width: 100%;
}
.cid-uacbK3HVzd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/cro-2000x2829.png");
}
.cid-uacbK3HVzd .nav-tabs .nav-item.open .nav-link:focus,
.cid-uacbK3HVzd .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uacbK3HVzd .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-uacbK3HVzd .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uacbK3HVzd .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-uacbK3HVzd .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: #034ea2;
}
.cid-uacbK3HVzd .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uacbK3HVzd .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-uacbK3HVzd .nav-tabs .nav-item {
  width: 100%;
}
.cid-uacbK3HVzd .nav-link,
.cid-uacbK3HVzd .nav-link.active {
  padding: 1rem auto;
  background: #ffffff;
}
.cid-uacbK3HVzd .nav-tabs .nav-link.active {
  color: #034ea2;
}
.cid-uacbK3HVzd .tab-content {
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-uacbK3HVzd .tab-content {
    border-radius: 30px !important;
  }
}
.cid-uacbK3HVzd .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-uacbK3HVzd .logo-container {
    border-right: 1px solid #034ea2;
  }
}
.cid-uacbK3HVzd H4 {
  text-align: center;
  color: #034ea2;
}
.cid-uacbK3HVzd H3 {
  text-align: center;
  color: #034ea2;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-uacbK3HVzd .nav-link {
    font-size: 1.2rem;
  }
}
.cid-uacbK3HVzd P {
  text-align: left;
  color: #034ea2;
}
.cid-uacbK4W0XM {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uacbK4W0XM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacbK4W0XM .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-uacbK4W0XM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacbK4W0XM .row {
  flex-direction: row-reverse;
}
.cid-uacbK4W0XM img {
  width: 100%;
}
.cid-uacbK5N3cN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/cro-2000x2829.png");
}
.cid-uacbK5N3cN .nav-tabs .nav-item.open .nav-link:focus,
.cid-uacbK5N3cN .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uacbK5N3cN .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-uacbK5N3cN .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uacbK5N3cN .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-uacbK5N3cN .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: #034ea2;
}
.cid-uacbK5N3cN .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uacbK5N3cN .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-uacbK5N3cN .nav-tabs .nav-item {
  width: 100%;
}
.cid-uacbK5N3cN .nav-link,
.cid-uacbK5N3cN .nav-link.active {
  padding: 1rem auto;
  background: #ffffff;
}
.cid-uacbK5N3cN .nav-tabs .nav-link.active {
  color: #034ea2;
}
.cid-uacbK5N3cN .tab-content {
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-uacbK5N3cN .tab-content {
    border-radius: 30px !important;
  }
}
.cid-uacbK5N3cN .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-uacbK5N3cN .logo-container {
    border-right: 1px solid #034ea2;
  }
}
.cid-uacbK5N3cN H4 {
  text-align: center;
  color: #034ea2;
}
.cid-uacbK5N3cN H3 {
  text-align: center;
  color: #034ea2;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-uacbK5N3cN .nav-link {
    font-size: 1.2rem;
  }
}
.cid-uacbK5N3cN P {
  text-align: left;
  color: #034ea2;
}
.cid-uacbK6X75O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uacbK6X75O .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uacbK6X75O .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uacbK6X75O .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uacbK6X75O .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uacbK6X75O .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-uacbK6X75O .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uacbK6X75O .carousel-control,
.cid-uacbK6X75O .close {
  background: #1b1b1b;
}
.cid-uacbK6X75O .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uacbK6X75O .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uacbK6X75O .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uacbK6X75O .carousel-control-next span {
  margin-left: 5px;
}
.cid-uacbK6X75O .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-uacbK6X75O .close::before {
  content: '\e91a';
}
.cid-uacbK6X75O .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uacbK6X75O .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-uacbK6X75O .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uacbK6X75O .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uacbK6X75O .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uacbK6X75O .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uacbK6X75O .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-uacbK6X75O .carousel-indicators li.active,
.cid-uacbK6X75O .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uacbK6X75O .carousel-indicators li::after,
.cid-uacbK6X75O .carousel-indicators li::before {
  content: none;
}
.cid-uacbK6X75O .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uacbK6X75O .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uacbK6X75O .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uacbK6X75O .carousel-indicators {
    display: none;
  }
}
.cid-uacbK6X75O .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uacbK6X75O .carousel-inner > .active {
  display: block;
}
.cid-uacbK6X75O .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uacbK6X75O .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uacbK6X75O .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uacbK6X75O .carousel-control,
  .cid-uacbK6X75O .carousel-indicators,
  .cid-uacbK6X75O .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uacbK6X75O .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uacbK6X75O .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uacbK6X75O .carousel-indicators .active,
.cid-uacbK6X75O .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uacbK6X75O .carousel-indicators .active {
  background: #fff;
}
.cid-uacbK6X75O .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uacbK6X75O .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uacbK6X75O .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uacbK6X75O .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uacbK6X75O .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uacbK6X75O .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uacbK6X75O .carousel {
  width: 100%;
}
.cid-uacbK6X75O .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uacbK6X75O .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uacbK6X75O .modal.fade .modal-dialog,
.cid-uacbK6X75O .modal.in .modal-dialog {
  transform: none;
}
.cid-uacbK6X75O .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uacbK6X75O H6 {
  text-align: center;
}
.cid-uacbK8RiV3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uacbK8RiV3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacbK8RiV3 .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-uacbK8RiV3 .container {
    padding: 0 26px;
  }
}
.cid-uacbK8RiV3 .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uacbK8RiV3 .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uacbK8RiV3 .row {
    padding: 26px;
  }
}
.cid-uacbK8RiV3 .title-wrapper {
  margin-bottom: 50px;
}
.cid-uacbK8RiV3 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uacbK8RiV3 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uacbK8RiV3 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uacbK8RiV3 .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uacbK8RiV3 .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uacbK8RiV3 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uacbK8RiV3 .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uacbK8RiV3 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uacbK8RiV3 .nav-wrapper .list {
    display: block;
  }
}
.cid-uacbK8RiV3 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uacbK8RiV3 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uacbK8RiV3 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uacbK8RiV3 .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-uacbK8RiV3 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uacbK8RiV3 .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uacbK8RiV3 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uacbK8RiV3 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uacbK8RiV3 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uacbK8RiV3 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uacbK8RiV3 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #d2232a;
}
.cid-uacbK8RiV3 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uacbK8RiV3 .mbr-section-title,
.cid-uacbK8RiV3 .title-wrapper {
  color: #d2232a;
  text-align: center;
}
.cid-uacbK8RiV3 .list {
  color: #ffffff;
}
.cid-uacbK8RiV3 .copyright {
  color: #d2232a;
  text-align: center;
}
.cid-uacbK8RiV3 .list,
.cid-uacbK8RiV3 .nav-wrapper,
.cid-uacbK8RiV3 .soc-wrapper {
  text-align: center;
  color: #034ea2;
}
.cid-uacrGfu4Cj {
  z-index: 1000;
  width: 100%;
}
.cid-uacrGfu4Cj nav.navbar {
  position: fixed;
}
.cid-uacrGfu4Cj .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-uacrGfu4Cj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uacrGfu4Cj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uacrGfu4Cj .dropdown-item:hover,
.cid-uacrGfu4Cj .dropdown-item:focus {
  background: #034ea2 !important;
  color: white !important;
}
.cid-uacrGfu4Cj .dropdown-item:hover span {
  color: white;
}
.cid-uacrGfu4Cj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uacrGfu4Cj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uacrGfu4Cj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uacrGfu4Cj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uacrGfu4Cj .nav-link {
  position: relative;
}
.cid-uacrGfu4Cj .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uacrGfu4Cj .container {
    flex-wrap: wrap;
  }
}
.cid-uacrGfu4Cj .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uacrGfu4Cj .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uacrGfu4Cj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uacrGfu4Cj .dropdown-menu,
.cid-uacrGfu4Cj .navbar.opened {
  background: #ffffff !important;
}
.cid-uacrGfu4Cj .nav-item:focus,
.cid-uacrGfu4Cj .nav-link:focus {
  outline: none;
}
.cid-uacrGfu4Cj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uacrGfu4Cj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uacrGfu4Cj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uacrGfu4Cj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uacrGfu4Cj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uacrGfu4Cj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uacrGfu4Cj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uacrGfu4Cj .navbar.opened {
  transition: all 0.3s;
}
.cid-uacrGfu4Cj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uacrGfu4Cj .navbar .navbar-logo img {
  width: auto;
}
.cid-uacrGfu4Cj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uacrGfu4Cj .navbar.collapsed {
  justify-content: center;
}
.cid-uacrGfu4Cj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uacrGfu4Cj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uacrGfu4Cj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uacrGfu4Cj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uacrGfu4Cj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uacrGfu4Cj .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-uacrGfu4Cj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uacrGfu4Cj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uacrGfu4Cj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uacrGfu4Cj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uacrGfu4Cj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uacrGfu4Cj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uacrGfu4Cj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uacrGfu4Cj .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-uacrGfu4Cj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uacrGfu4Cj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uacrGfu4Cj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uacrGfu4Cj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uacrGfu4Cj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uacrGfu4Cj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uacrGfu4Cj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uacrGfu4Cj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uacrGfu4Cj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uacrGfu4Cj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uacrGfu4Cj .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-uacrGfu4Cj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uacrGfu4Cj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uacrGfu4Cj .dropdown-item.active,
.cid-uacrGfu4Cj .dropdown-item:active {
  background-color: transparent;
}
.cid-uacrGfu4Cj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uacrGfu4Cj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uacrGfu4Cj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uacrGfu4Cj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uacrGfu4Cj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uacrGfu4Cj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uacrGfu4Cj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uacrGfu4Cj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uacrGfu4Cj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uacrGfu4Cj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #034ea2;
}
.cid-uacrGfu4Cj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uacrGfu4Cj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uacrGfu4Cj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uacrGfu4Cj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uacrGfu4Cj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uacrGfu4Cj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uacrGfu4Cj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uacrGfu4Cj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uacrGfu4Cj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uacrGfu4Cj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uacrGfu4Cj .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-uacrGfu4Cj .navbar {
    height: 70px;
  }
  .cid-uacrGfu4Cj .navbar.opened {
    height: auto;
  }
  .cid-uacrGfu4Cj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uacrGdtaJM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/cro-2000x2829.png");
}
.cid-uacrGdtaJM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacrGdtaJM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uacrGdtaJM .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uacrGdtaJM .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uacrGdtaJM .mbr-section-title {
  color: #034ea2;
}
.cid-uacrGdtaJM .mbr-text,
.cid-uacrGdtaJM .mbr-section-btn {
  color: #034ea2;
}
.cid-uacrGepXCx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uacrGepXCx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacrGepXCx .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-uacrGepXCx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacrGepXCx .row {
  flex-direction: row-reverse;
}
.cid-uacrGepXCx img {
  width: 100%;
}
.cid-uc5X95giuT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5X95giuT img {
  width: 160px;
  margin: auto;
}
.cid-uc5X95giuT .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5X95giuT .card {
    max-width: 25%;
  }
}
.cid-uc5XahP1E1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5XahP1E1 img {
  width: 160px;
  margin: auto;
}
.cid-uc5XahP1E1 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5XahP1E1 .card {
    max-width: 25%;
  }
}
.cid-uc5XbbhQlT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5XbbhQlT img {
  width: 160px;
  margin: auto;
}
.cid-uc5XbbhQlT .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5XbbhQlT .card {
    max-width: 25%;
  }
}
.cid-uc5Xcg4gIz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5Xcg4gIz img {
  width: 160px;
  margin: auto;
}
.cid-uc5Xcg4gIz .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5Xcg4gIz .card {
    max-width: 25%;
  }
}
.cid-uc5XcWNJd2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5XcWNJd2 img {
  width: 160px;
  margin: auto;
}
.cid-uc5XcWNJd2 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5XcWNJd2 .card {
    max-width: 25%;
  }
}
.cid-uc5XdyHYTo {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uc5XdyHYTo img {
  width: 160px;
  margin: auto;
}
.cid-uc5XdyHYTo .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5XdyHYTo .card {
    max-width: 25%;
  }
}
.cid-uacrGh6mTs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/cro-2000x2829.png");
}
.cid-uacrGh6mTs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacrGh6mTs .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-uacrGh6mTs .col-title {
    margin-bottom: 20px;
  }
}
.cid-uacrGh6mTs .mbr-section-title {
  color: #034ea2;
}
.cid-uacrGh6mTs .mbr-text {
  color: #000000;
}
.cid-uacrGh6mTs h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uacrGh6mTs h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uacrGh6mTs .row {
  justify-content: space-between;
}
.cid-uacrGh6mTs .mbr-text1 {
  color: #0046c7;
}
.cid-uacrGh6mTs img {
  object-fit: cover;
}
.cid-uacrGh6mTs h3 {
  transition: all 0.3s;
  position: relative;
  transform: translateX(110px);
}
.cid-uacrGh6mTs h3:hover {
  transform: translateX(0px);
  cursor: pointer;
}
.cid-uacrGh6mTs h3:hover:before {
  opacity: 0;
}
.cid-uacrGh6mTs 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-uacrGh6mTs h3 {
    transform: translateX(0px);
  }
}
.cid-uacrGh6mTs .mbr-section-subtitle,
.cid-uacrGh6mTs .align {
  color: #ffffff;
}
.cid-uacrGhIhRn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uacrGhIhRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacrGhIhRn .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-uacrGhIhRn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacrGhIhRn .row {
  flex-direction: row-reverse;
}
.cid-uacrGhIhRn img {
  width: 100%;
}
.cid-uacrGiizX9 {
  overflow: hidden;
  background-image: url("../../../assets/images/cro-2000x2829.png");
}
.cid-uacrGiizX9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacrGiizX9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uacrGiizX9 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uacrGiizX9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uacrGiizX9 .container {
    padding: 0 24px;
  }
}
.cid-uacrGiizX9 .card {
  justify-content: center;
}
.cid-uacrGiizX9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uacrGiizX9 .title-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-uacrGiizX9 .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-uacrGiizX9 .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  border: 1px solid #e43f3f;
  border-radius: 3rem !important;
}
@media (max-width: 992px) {
  .cid-uacrGiizX9 .image-wrapper .image-wrap {
    border-radius: 2rem !important;
  }
}
.cid-uacrGiizX9 .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-uacrGiizX9 .image-wrapper .image-wrap img {
    width: 200px;
    height: 400px;
    border-radius: 2rem !important;
    border: 6px solid #000000;
  }
}
.cid-uacrGiizX9 .image-wrapper .block-wrap {
  position: absolute;
  width: 180px;
  height: 120%;
  transform: rotate(-30deg);
  background-color: #e43f3f;
}
@media (max-width: 992px) {
  .cid-uacrGiizX9 .image-wrapper .block-wrap {
    width: 100px;
  }
}
.cid-uacrGiizX9 .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-uacrGiizX9 .image-wrapper .mbr-iconfont {
    display: none;
  }
}
.cid-uacrGiizX9 .image-wrapper .icon_1 {
  border-radius: 1rem;
  top: 6rem;
  left: 5%;
}
.cid-uacrGiizX9 .image-wrapper .icon_2 {
  bottom: 6rem;
  left: 5%;
}
.cid-uacrGiizX9 .image-wrapper .icon_3 {
  bottom: 10rem;
  right: 0;
}
@media (max-width: 992px) {
  .cid-uacrGiizX9 .text-wrapper {
    margin-top: 80px;
  }
}
.cid-uacrGiizX9 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uacrGiizX9 .mbr-section-title {
  color: #034ea2;
}
.cid-uacrGiizX9 .mbr-text,
.cid-uacrGiizX9 .text-wrap {
  color: #202020;
}
.cid-uacrGiizX9 .mbr-text {
  color: #034ea2;
}
.cid-uacrGjQDNg {
  background-color: #ffffff;
}
.cid-uacrGjQDNg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacrGjQDNg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uacrGjQDNg .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uacrGjQDNg .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uacrGjQDNg .container {
    padding: 0 25px;
  }
}
.cid-uacrGjQDNg .row {
  justify-content: center;
}
.cid-uacrGjQDNg .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uacrGjQDNg .item:first-child .item-wrapper {
  border-top: 2px solid #034ea2;
}
.cid-uacrGjQDNg .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #034ea2;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uacrGjQDNg .item .item-wrapper:hover .item-img img,
.cid-uacrGjQDNg .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uacrGjQDNg .item .item-wrapper {
    display: block;
  }
}
.cid-uacrGjQDNg .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uacrGjQDNg .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uacrGjQDNg .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uacrGjQDNg .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uacrGjQDNg .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uacrGjQDNg .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uacrGjQDNg .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uacrGjQDNg .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uacrGjQDNg .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uacrGjQDNg .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ffffff;
  color: #e43f3f;
}
.cid-uacrGjQDNg .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #034ea2;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uacrGjQDNg .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uacrGjQDNg .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uacrGjQDNg .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uacrGjQDNg .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uacrGjQDNg .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uacrGjQDNg .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uacrGjQDNg .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #ffffff !important;
  color: #e43f3f;
}
.cid-uacrGjQDNg .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #034ea2;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uacrGjQDNg .mbr-section-title {
  color: #034ea2;
}
.cid-uacrGjQDNg .item-title {
  color: #ffffff;
}
.cid-uacrGjQDNg .item-desc {
  color: #ffffff;
}
.cid-uacrGjQDNg .item-subtitle {
  color: #034ea2;
}
.cid-uacrGjQDNg .item-price {
  color: #ffffff;
}
.cid-uacrGkEhcD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uacrGkEhcD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacrGkEhcD .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-uacrGkEhcD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacrGkEhcD .row {
  flex-direction: row-reverse;
}
.cid-uacrGkEhcD img {
  width: 100%;
}
.cid-uacrGliaBY {
  background-image: url("../../../assets/images/cro-2000x2829.png");
}
.cid-uacrGliaBY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacrGliaBY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uacrGliaBY .number-wrap {
  color: #034ea2;
  text-align: center;
}
.cid-uacrGliaBY .number {
  color: #034ea2;
}
.cid-uacrGliaBY .period {
  display: block;
}
.cid-uacrGliaBY .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-uacrGliaBY .period {
    font-size: 0.8rem;
  }
}
.cid-uacrGliaBY .btn {
  height: 100%;
  margin: 0;
}
.cid-uacrGliaBY .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uacrGliaBY .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-uacrGliaBY .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #000000;
  border: 2px solid #000000;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uacrGliaBY .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-uacrGliaBY .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #000000;
  color: #ffffff;
}
.cid-uacrGliaBY H3 {
  color: #e43f3f;
}
.cid-uacrGliaBY .mbr-text,
.cid-uacrGliaBY .mbr-section-btn {
  color: #000000;
}
.cid-uacrGmaZFI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uacrGmaZFI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacrGmaZFI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uacrGmaZFI .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uacrGmaZFI .container {
    padding: 0;
  }
}
.cid-uacrGmaZFI .row {
  margin: 0;
}
.cid-uacrGmaZFI .row .card {
  padding: 0;
  border-radius: 16px !important;
}
.cid-uacrGmaZFI .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-uacrGmaZFI .google-map iframe {
    height: 350px;
  }
}
.cid-uacrGnavSD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uacrGnavSD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacrGnavSD .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-uacrGnavSD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacrGnavSD .row {
  flex-direction: row-reverse;
}
.cid-uacrGnavSD img {
  width: 100%;
}
.cid-uacrGnTELK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uacrGnTELK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacrGnTELK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uacrGnTELK .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uacrGnTELK .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uacrGnTELK .container {
    padding: 0 24px;
  }
}
.cid-uacrGnTELK .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uacrGnTELK .row {
    padding: 24px;
  }
}
.cid-uacrGnTELK .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  border-radius: .5rem;
}
.cid-uacrGnTELK .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uacrGnTELK .row .card {
    border: none;
  }
}
.cid-uacrGnTELK .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uacrGnTELK .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uacrGnTELK .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uacrGnTELK .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uacrGnTELK .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uacrGnTELK .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-uacrGnTELK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uacrGnTELK .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uacrGnTELK .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uacrGnTELK .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uacrGnTELK .items {
  border-left: 1px solid #72716b;
}
.cid-uacrGnTELK .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uacrGnTELK .items .item {
    padding: 24px;
  }
}
.cid-uacrGnTELK .items .item:last-child {
  border: none;
}
.cid-uacrGnTELK .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uacrGnTELK .items .item .item-wrapper {
    display: block;
  }
}
.cid-uacrGnTELK .items .item .item-wrapper .item-img {
  background-color: #ffffff;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uacrGnTELK .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-uacrGnTELK .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-uacrGnTELK .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-uacrGnTELK .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uacrGnTELK .mbr-section-title {
  color: #F9F6E0;
}
.cid-uacrGnTELK .mbr-desc {
  color: #034ea2;
  text-align: right;
}
.cid-uacrGnTELK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uacrGnTELK .card-title {
  color: #000000;
}
.cid-uacrGnTELK .card-text {
  color: #F9F6E0;
}
.cid-uacrGnTELK .mbr-section-title,
.cid-uacrGnTELK .mbr-section-btn {
  text-align: right;
  color: #034ea2;
}
.cid-uacrGp7GNU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uacrGp7GNU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacrGp7GNU .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-uacrGp7GNU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacrGp7GNU .row {
  flex-direction: row-reverse;
}
.cid-uacrGp7GNU img {
  width: 100%;
}
.cid-uacrGq2spW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uacrGq2spW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacrGq2spW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uacrGq2spW .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uacrGq2spW .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uacrGq2spW .container {
    padding: 0 24px;
  }
}
.cid-uacrGq2spW .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uacrGq2spW .row {
    padding: 24px;
  }
}
.cid-uacrGq2spW .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  border-radius: .5rem;
}
.cid-uacrGq2spW .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uacrGq2spW .row .card {
    border: none;
  }
}
.cid-uacrGq2spW .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uacrGq2spW .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uacrGq2spW .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uacrGq2spW .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uacrGq2spW .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uacrGq2spW .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-uacrGq2spW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uacrGq2spW .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uacrGq2spW .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uacrGq2spW .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uacrGq2spW .items {
  border-left: 1px solid #72716b;
}
.cid-uacrGq2spW .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uacrGq2spW .items .item {
    padding: 24px;
  }
}
.cid-uacrGq2spW .items .item:last-child {
  border: none;
}
.cid-uacrGq2spW .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uacrGq2spW .items .item .item-wrapper {
    display: block;
  }
}
.cid-uacrGq2spW .items .item .item-wrapper .item-img {
  background-color: #ffffff;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uacrGq2spW .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-uacrGq2spW .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-uacrGq2spW .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-uacrGq2spW .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uacrGq2spW .mbr-section-title {
  color: #F9F6E0;
}
.cid-uacrGq2spW .mbr-desc {
  color: #034ea2;
  text-align: right;
}
.cid-uacrGq2spW .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-uacrGq2spW .card-title {
  color: #000000;
}
.cid-uacrGq2spW .card-text {
  color: #F9F6E0;
}
.cid-uacrGq2spW .mbr-section-title,
.cid-uacrGq2spW .mbr-section-btn {
  text-align: right;
  color: #034ea2;
}
.cid-uacrGrGk1h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uacrGrGk1h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacrGrGk1h .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-uacrGrGk1h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacrGrGk1h .row {
  flex-direction: row-reverse;
}
.cid-uacrGrGk1h img {
  width: 100%;
}
.cid-uacrGsyk7Z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/cro-2000x2829.png");
}
.cid-uacrGsyk7Z .nav-tabs .nav-item.open .nav-link:focus,
.cid-uacrGsyk7Z .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uacrGsyk7Z .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-uacrGsyk7Z .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uacrGsyk7Z .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-uacrGsyk7Z .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: #034ea2;
}
.cid-uacrGsyk7Z .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uacrGsyk7Z .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-uacrGsyk7Z .nav-tabs .nav-item {
  width: 100%;
}
.cid-uacrGsyk7Z .nav-link,
.cid-uacrGsyk7Z .nav-link.active {
  padding: 1rem auto;
  background: #ffffff;
}
.cid-uacrGsyk7Z .nav-tabs .nav-link.active {
  color: #034ea2;
}
.cid-uacrGsyk7Z .tab-content {
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-uacrGsyk7Z .tab-content {
    border-radius: 30px !important;
  }
}
.cid-uacrGsyk7Z .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-uacrGsyk7Z .logo-container {
    border-right: 1px solid #034ea2;
  }
}
.cid-uacrGsyk7Z H4 {
  text-align: center;
  color: #ffffff;
}
.cid-uacrGsyk7Z H3 {
  text-align: center;
  color: #034ea2;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-uacrGsyk7Z .nav-link {
    font-size: 1.2rem;
  }
}
.cid-uacrGsyk7Z P {
  text-align: left;
  color: #034ea2;
}
.cid-uacrGtJp2S {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uacrGtJp2S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacrGtJp2S .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-uacrGtJp2S .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacrGtJp2S .row {
  flex-direction: row-reverse;
}
.cid-uacrGtJp2S img {
  width: 100%;
}
.cid-uacrGuNeas {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/cro-2000x2829.png");
}
.cid-uacrGuNeas .nav-tabs .nav-item.open .nav-link:focus,
.cid-uacrGuNeas .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uacrGuNeas .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-uacrGuNeas .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uacrGuNeas .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-uacrGuNeas .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: #034ea2;
}
.cid-uacrGuNeas .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uacrGuNeas .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-uacrGuNeas .nav-tabs .nav-item {
  width: 100%;
}
.cid-uacrGuNeas .nav-link,
.cid-uacrGuNeas .nav-link.active {
  padding: 1rem auto;
  background: #ffffff;
}
.cid-uacrGuNeas .nav-tabs .nav-link.active {
  color: #034ea2;
}
.cid-uacrGuNeas .tab-content {
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-uacrGuNeas .tab-content {
    border-radius: 30px !important;
  }
}
.cid-uacrGuNeas .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-uacrGuNeas .logo-container {
    border-right: 1px solid #034ea2;
  }
}
.cid-uacrGuNeas H4 {
  text-align: center;
  color: #ffffff;
}
.cid-uacrGuNeas H3 {
  text-align: center;
  color: #034ea2;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-uacrGuNeas .nav-link {
    font-size: 1.2rem;
  }
}
.cid-uacrGuNeas P {
  text-align: left;
  color: #034ea2;
}
.cid-uacrGw2Bmq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uacrGw2Bmq .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uacrGw2Bmq .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uacrGw2Bmq .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uacrGw2Bmq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uacrGw2Bmq .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-uacrGw2Bmq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uacrGw2Bmq .carousel-control,
.cid-uacrGw2Bmq .close {
  background: #1b1b1b;
}
.cid-uacrGw2Bmq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uacrGw2Bmq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uacrGw2Bmq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uacrGw2Bmq .carousel-control-next span {
  margin-left: 5px;
}
.cid-uacrGw2Bmq .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-uacrGw2Bmq .close::before {
  content: '\e91a';
}
.cid-uacrGw2Bmq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uacrGw2Bmq .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-uacrGw2Bmq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uacrGw2Bmq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uacrGw2Bmq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uacrGw2Bmq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uacrGw2Bmq .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-uacrGw2Bmq .carousel-indicators li.active,
.cid-uacrGw2Bmq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uacrGw2Bmq .carousel-indicators li::after,
.cid-uacrGw2Bmq .carousel-indicators li::before {
  content: none;
}
.cid-uacrGw2Bmq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uacrGw2Bmq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uacrGw2Bmq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uacrGw2Bmq .carousel-indicators {
    display: none;
  }
}
.cid-uacrGw2Bmq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uacrGw2Bmq .carousel-inner > .active {
  display: block;
}
.cid-uacrGw2Bmq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uacrGw2Bmq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uacrGw2Bmq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uacrGw2Bmq .carousel-control,
  .cid-uacrGw2Bmq .carousel-indicators,
  .cid-uacrGw2Bmq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uacrGw2Bmq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uacrGw2Bmq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uacrGw2Bmq .carousel-indicators .active,
.cid-uacrGw2Bmq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uacrGw2Bmq .carousel-indicators .active {
  background: #fff;
}
.cid-uacrGw2Bmq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uacrGw2Bmq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uacrGw2Bmq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uacrGw2Bmq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uacrGw2Bmq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uacrGw2Bmq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uacrGw2Bmq .carousel {
  width: 100%;
}
.cid-uacrGw2Bmq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uacrGw2Bmq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uacrGw2Bmq .modal.fade .modal-dialog,
.cid-uacrGw2Bmq .modal.in .modal-dialog {
  transform: none;
}
.cid-uacrGw2Bmq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uacrGw2Bmq H6 {
  text-align: center;
}
.cid-uacrGzUmEJ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uacrGzUmEJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacrGzUmEJ .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-uacrGzUmEJ .container {
    padding: 0 26px;
  }
}
.cid-uacrGzUmEJ .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uacrGzUmEJ .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uacrGzUmEJ .row {
    padding: 26px;
  }
}
.cid-uacrGzUmEJ .title-wrapper {
  margin-bottom: 50px;
}
.cid-uacrGzUmEJ .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uacrGzUmEJ .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uacrGzUmEJ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uacrGzUmEJ .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uacrGzUmEJ .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uacrGzUmEJ .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uacrGzUmEJ .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uacrGzUmEJ .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uacrGzUmEJ .nav-wrapper .list {
    display: block;
  }
}
.cid-uacrGzUmEJ .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uacrGzUmEJ .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uacrGzUmEJ .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uacrGzUmEJ .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-uacrGzUmEJ .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uacrGzUmEJ .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uacrGzUmEJ .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uacrGzUmEJ .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uacrGzUmEJ .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uacrGzUmEJ .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uacrGzUmEJ .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #d2232a;
}
.cid-uacrGzUmEJ .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uacrGzUmEJ .mbr-section-title,
.cid-uacrGzUmEJ .title-wrapper {
  color: #d2232a;
  text-align: center;
}
.cid-uacrGzUmEJ .list {
  color: #ffffff;
}
.cid-uacrGzUmEJ .copyright {
  color: #d2232a;
  text-align: center;
}
.cid-uacrGzUmEJ .list,
.cid-uacrGzUmEJ .nav-wrapper,
.cid-uacrGzUmEJ .soc-wrapper {
  text-align: center;
  color: #034ea2;
}
