.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.12rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 0.98rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 0.98rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #5072b1 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #5072b1 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5072b1 !important;
  border-color: #5072b1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #738ec1 !important;
  border-color: #738ec1 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #738ec1 !important;
  border-color: #738ec1 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #5072b1 !important;
  border-color: #5072b1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #738ec1 !important;
  border-color: #738ec1 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #738ec1 !important;
  border-color: #738ec1 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #5072b1;
  color: #5072b1;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #354b76 !important;
  background-color: transparent !important;
  border-color: #354b76 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5072b1 !important;
  border-color: #5072b1 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #5072b1;
  color: #5072b1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #354b76 !important;
  background-color: transparent !important;
  border-color: #354b76 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #5072b1 !important;
  border-color: #5072b1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #5072b1 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #5072b1 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #30456b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #30456b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #5072b1;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #5072b1;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5072b1;
  border-color: #5072b1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #5072b1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a8b9d8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a8b9d8;
}
.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: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #5072b1 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #5072b1;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5072b1;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5072b1;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5072b1;
  border-bottom-color: #5072b1;
}
.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: #5072b1 !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: #ffd7ef !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='%235072b1' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uGj6teDhDo {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uGj6teDhDo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uGj6teDhDo .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uGj6teDhDo .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGj6teDhDo .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uGj6teDhDo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGj6teDhDo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGj6teDhDo .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uGj6teDhDo .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uGj6teDhDo .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uGj6teDhDo .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uGj6teDhDo .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uGj6teDhDo .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uGj6teDhDo .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uGj6teDhDo .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uGj6teDhDo .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uGj6teDhDo .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uGj6teDhDo .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGj6teDhDo .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uGj6teDhDo .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uGj6teDhDo .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uGj6teDhDo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uGj6teDhDo .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uGj6teDhDo .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGj6teDhDo .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uGj6teDhDo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGj6teDhDo .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uGj6teDhDo .nav-item:focus,
.cid-uGj6teDhDo .nav-link:focus {
  outline: none;
}
.cid-uGj6teDhDo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGj6teDhDo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGj6teDhDo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGj6teDhDo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGj6teDhDo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGj6teDhDo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGj6teDhDo .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uGj6teDhDo .navbar.opened {
  transition: all 0.3s;
}
.cid-uGj6teDhDo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGj6teDhDo .navbar .navbar-logo img {
  width: auto;
}
.cid-uGj6teDhDo .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uGj6teDhDo .navbar.collapsed {
  justify-content: center;
}
.cid-uGj6teDhDo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGj6teDhDo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGj6teDhDo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uGj6teDhDo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGj6teDhDo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGj6teDhDo .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-uGj6teDhDo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGj6teDhDo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGj6teDhDo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGj6teDhDo .navbar {
    min-height: 72px;
  }
  .cid-uGj6teDhDo .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uGj6teDhDo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGj6teDhDo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGj6teDhDo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGj6teDhDo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGj6teDhDo .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-uGj6teDhDo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGj6teDhDo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uGj6teDhDo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGj6teDhDo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGj6teDhDo .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uGj6teDhDo .dropdown-item.active,
.cid-uGj6teDhDo .dropdown-item:active {
  background-color: transparent;
}
.cid-uGj6teDhDo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGj6teDhDo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGj6teDhDo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGj6teDhDo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGj6teDhDo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uGj6teDhDo .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uGj6teDhDo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGj6teDhDo .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGj6teDhDo .navbar-buttons {
    text-align: left;
  }
}
.cid-uGj6teDhDo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGj6teDhDo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uGj6teDhDo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGj6teDhDo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGj6teDhDo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGj6teDhDo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGj6teDhDo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGj6teDhDo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGj6teDhDo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGj6teDhDo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGj6teDhDo .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uGj6teDhDo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGj6teDhDo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGj6teDhDo .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGj6teDhDo .navbar {
    height: 70px;
  }
  .cid-uGj6teDhDo .navbar.opened {
    height: auto;
  }
  .cid-uGj6teDhDo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGj6teDhDo .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uGj6teDhDo .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uGj6teDhDo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uGj6teDhDo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uGj6teDhDo .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uGj6teDhDo .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uGj6teDhDo .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uGj6teDhDo .navbar-brand {
    margin-right: auto;
  }
  .cid-uGj6teDhDo .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uGj6teDhDo .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uGj6teDhDo .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uGj6teDhDo .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uGj6teDhDo .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uGj6teDhDo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uGj6teDhDo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uGj6teDhDo .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uGj6teDhDo .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uGj6teDhDo .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uGj6teDhDo .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uGj916SunB {
  display: flex;
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uGj916SunB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGj916SunB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGj916SunB .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uGj916SunB .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uGj916SunB {
    align-items: center;
  }
  .cid-uGj916SunB .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGj916SunB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGj916SunB {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGj916SunB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGj916SunB .content-wrap {
    width: 100%;
  }
}
.cid-uGj916SunB .mbr-section-title {
  text-align: center;
  color: #5072b1;
}
.cid-uGj916SunB .mbr-text,
.cid-uGj916SunB .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-vrwmMXnyMK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vrwmMXnyMK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrwmMXnyMK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrwmMXnyMK .img-wrapper {
  text-align: center;
}
.cid-vrwmMXnyMK img {
  margin: auto;
  width: 200px;
}
.cid-vrwmMXnyMK .row {
  align-items: flex-start;
}
.cid-vrwmMXnyMK .item-wrapper {
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-vrwmMXnyMK .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vrwmMXnyMK .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vrwmMXnyMK .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vrwmMXnyMK .mbr-section-title,
.cid-vrwmMXnyMK .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vrwmMXnyMK .content-head {
  max-width: 800px;
}
.cid-vrwnI76DfW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vrwnI76DfW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrwnI76DfW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrwnI76DfW .img-wrapper {
  text-align: center;
}
.cid-vrwnI76DfW img {
  margin: auto;
  width: 200px;
}
.cid-vrwnI76DfW .row {
  align-items: flex-start;
}
.cid-vrwnI76DfW .item-wrapper {
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-vrwnI76DfW .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vrwnI76DfW .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vrwnI76DfW .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vrwnI76DfW .mbr-section-title,
.cid-vrwnI76DfW .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vrwnI76DfW .content-head {
  max-width: 800px;
}
.cid-uLlIZ2TBI0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uLlIZ2TBI0 img,
.cid-uLlIZ2TBI0 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uLlIZ2TBI0 .item:focus,
.cid-uLlIZ2TBI0 span:focus {
  outline: none;
}
.cid-uLlIZ2TBI0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLlIZ2TBI0 .item {
    margin-bottom: 1rem;
  }
}
.cid-uLlIZ2TBI0 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uLlIZ2TBI0 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uLlIZ2TBI0 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uLlIZ2TBI0 .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLlIZ2TBI0 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uLlIZ2TBI0 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uLlIZ2TBI0 .mbr-section-title {
  color: #232323;
}
.cid-uLlIZ2TBI0 .mbr-text,
.cid-uLlIZ2TBI0 .mbr-section-btn {
  text-align: center;
}
.cid-uLlIZ2TBI0 .item-title {
  text-align: left;
}
.cid-uLlIZ2TBI0 .content-head {
  max-width: 800px;
}
.cid-uLlIZ2TBI0 .mbr-text,
.cid-uLlIZ2TBI0 .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uLlIZ2TBI0 .mbr-section-title,
.cid-uLlIZ2TBI0 .mbr-section-head .mbr-section-btn {
  color: #5072b1;
}
.cid-uGoVNVvQ0l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uGoVNVvQ0l .content-head {
  max-width: 800px;
}
.cid-uGoOnzlTrT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uGoOnzlTrT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGoOnzlTrT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGoOnzlTrT .row {
  justify-content: center;
}
.cid-uGoOnzlTrT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGoOnzlTrT .item {
    margin-bottom: 1rem;
  }
}
.cid-uGoOnzlTrT .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGoOnzlTrT .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGoOnzlTrT .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uGoOnzlTrT .content-head {
  max-width: 800px;
}
.cid-uGoOnzlTrT .mbr-section-title {
  color: #5072b1;
}
.cid-uGoPKUonO3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5072b1;
  overflow: hidden;
}
.cid-vr9AdfHyDT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vr9AdfHyDT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vr9AdfHyDT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vr9AdfHyDT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vr9AdfHyDT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vr9AdfHyDT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vr9AdfHyDT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vr9AdfHyDT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vr9AdfHyDT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vr9AdfHyDT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vr9AdfHyDT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vr9AdfHyDT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vr9AdfHyDT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vr9AdfHyDT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vr9AdfHyDT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vr9AdfHyDT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vr9AdfHyDT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vr9AdfHyDT .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vr9AdfHyDT .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vr9AdfHyDT .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vr9AdfHyDT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vr9AdfHyDT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vr9AdfHyDT .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vr9AdfHyDT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vr9AdfHyDT .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vr9AdfHyDT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vr9AdfHyDT .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
}
.cid-vr9AdfHyDT .nav-item:focus,
.cid-vr9AdfHyDT .nav-link:focus {
  outline: none;
}
.cid-vr9AdfHyDT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vr9AdfHyDT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vr9AdfHyDT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vr9AdfHyDT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vr9AdfHyDT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vr9AdfHyDT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vr9AdfHyDT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vr9AdfHyDT .navbar.opened {
  transition: all 0.3s;
}
.cid-vr9AdfHyDT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vr9AdfHyDT .navbar .navbar-logo img {
  width: auto;
}
.cid-vr9AdfHyDT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vr9AdfHyDT .navbar.collapsed {
  justify-content: center;
}
.cid-vr9AdfHyDT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vr9AdfHyDT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vr9AdfHyDT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vr9AdfHyDT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vr9AdfHyDT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vr9AdfHyDT .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-vr9AdfHyDT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vr9AdfHyDT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vr9AdfHyDT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vr9AdfHyDT .navbar {
    min-height: 72px;
  }
  .cid-vr9AdfHyDT .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vr9AdfHyDT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vr9AdfHyDT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vr9AdfHyDT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vr9AdfHyDT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vr9AdfHyDT .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-vr9AdfHyDT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vr9AdfHyDT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vr9AdfHyDT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vr9AdfHyDT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vr9AdfHyDT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vr9AdfHyDT .dropdown-item.active,
.cid-vr9AdfHyDT .dropdown-item:active {
  background-color: transparent;
}
.cid-vr9AdfHyDT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vr9AdfHyDT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vr9AdfHyDT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vr9AdfHyDT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vr9AdfHyDT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vr9AdfHyDT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vr9AdfHyDT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vr9AdfHyDT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vr9AdfHyDT .navbar-buttons {
    text-align: left;
  }
}
.cid-vr9AdfHyDT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vr9AdfHyDT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vr9AdfHyDT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vr9AdfHyDT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vr9AdfHyDT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vr9AdfHyDT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vr9AdfHyDT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vr9AdfHyDT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vr9AdfHyDT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vr9AdfHyDT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vr9AdfHyDT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vr9AdfHyDT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vr9AdfHyDT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vr9AdfHyDT .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vr9AdfHyDT .navbar {
    height: 70px;
  }
  .cid-vr9AdfHyDT .navbar.opened {
    height: auto;
  }
  .cid-vr9AdfHyDT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vr9AdfHyDT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vr9AdfHyDT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vr9AdfHyDT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vr9AdfHyDT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vr9AdfHyDT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vr9AdfHyDT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vr9AdfHyDT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vr9AdfHyDT .navbar-brand {
    margin-right: auto;
  }
  .cid-vr9AdfHyDT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vr9AdfHyDT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vr9AdfHyDT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vr9AdfHyDT .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vr9AdfHyDT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vr9AdfHyDT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vr9AdfHyDT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vr9AdfHyDT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vr9AdfHyDT .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vr9AdfHyDT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vr9AdfHyDT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vr9Adg8cvR {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vr9Adg8cvR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr9Adg8cvR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vr9Adg8cvR .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vr9Adg8cvR .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vr9Adg8cvR {
    align-items: center;
  }
  .cid-vr9Adg8cvR .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vr9Adg8cvR .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vr9Adg8cvR {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vr9Adg8cvR .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vr9Adg8cvR .content-wrap {
    width: 100%;
  }
}
.cid-vr9Adg8cvR .mbr-section-title {
  text-align: center;
  color: #5072b1;
}
.cid-vr9Adg8cvR .mbr-text,
.cid-vr9Adg8cvR .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-vraYMr2Jpz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vraYMr2Jpz .image-wrap {
  width: 100%;
  position: relative;
  padding: 40px 70px;
  background-color: #000000;
}
.cid-vraYMr2Jpz .image-wrap img {
  transition: all .5s ease;
}
.cid-vraYMr2Jpz .image-wrap img:hover {
  transform: scale3d(1.1, 1.1, 1);
}
@media (max-width: 992px) {
  .cid-vraYMr2Jpz .image-wrap {
    padding: 20px 50px;
  }
}
@media (max-width: 768px) {
  .cid-vraYMr2Jpz .image-wrap {
    padding: 10px 30px;
  }
}
@media (max-width: 425px) {
  .cid-vraYMr2Jpz .image-wrap {
    padding: 10px 20px;
  }
}
.cid-vraQROHl4a {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vraQROHl4a .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vraQROHl4a .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vraQROHl4a .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vraQROHl4a P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vraQROHl4a img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vraQROHl4a .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vraQROHl4a .top,
  .cid-vraQROHl4a .top-2 {
    margin-top: 0;
  }
}
.cid-vraQSemiRs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vraQSemiRs .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vraQSemiRs .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vraQSemiRs .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vraQSemiRs P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vraQSemiRs img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vraQSemiRs .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vraQSemiRs .top,
  .cid-vraQSemiRs .top-2 {
    margin-top: 0;
  }
}
.cid-vr9FWadULp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vr9FWadULp .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vr9FWadULp .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vr9FWadULp .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vr9FWadULp P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vr9FWadULp img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vr9FWadULp .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vr9FWadULp .top,
  .cid-vr9FWadULp .top-2 {
    margin-top: 0;
  }
}
.cid-vrj1uzpErk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vrj1uzpErk .image-wrap {
  width: 100%;
  position: relative;
  padding: 40px 70px;
  background-color: #000000;
}
.cid-vrj1uzpErk .image-wrap img {
  transition: all .5s ease;
}
.cid-vrj1uzpErk .image-wrap img:hover {
  transform: scale3d(1.1, 1.1, 1);
}
@media (max-width: 992px) {
  .cid-vrj1uzpErk .image-wrap {
    padding: 20px 50px;
  }
}
@media (max-width: 768px) {
  .cid-vrj1uzpErk .image-wrap {
    padding: 10px 30px;
  }
}
@media (max-width: 425px) {
  .cid-vrj1uzpErk .image-wrap {
    padding: 10px 20px;
  }
}
.cid-vrj1LvFNgU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrj1LvFNgU .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrj1LvFNgU .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrj1LvFNgU .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrj1LvFNgU P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrj1LvFNgU img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrj1LvFNgU .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrj1LvFNgU .top,
  .cid-vrj1LvFNgU .top-2 {
    margin-top: 0;
  }
}
.cid-vrj1LXaOiZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrj1LXaOiZ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrj1LXaOiZ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrj1LXaOiZ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrj1LXaOiZ P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrj1LXaOiZ img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrj1LXaOiZ .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrj1LXaOiZ .top,
  .cid-vrj1LXaOiZ .top-2 {
    margin-top: 0;
  }
}
.cid-vrj1MtM6a1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrj1MtM6a1 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrj1MtM6a1 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrj1MtM6a1 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrj1MtM6a1 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrj1MtM6a1 img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrj1MtM6a1 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrj1MtM6a1 .top,
  .cid-vrj1MtM6a1 .top-2 {
    margin-top: 0;
  }
}
.cid-vrj1MX1qYC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrj1MX1qYC .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrj1MX1qYC .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrj1MX1qYC .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrj1MX1qYC P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrj1MX1qYC img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrj1MX1qYC .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrj1MX1qYC .top,
  .cid-vrj1MX1qYC .top-2 {
    margin-top: 0;
  }
}
.cid-vrj1NpBhsi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrj1NpBhsi .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrj1NpBhsi .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrj1NpBhsi .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrj1NpBhsi P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrj1NpBhsi img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrj1NpBhsi .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrj1NpBhsi .top,
  .cid-vrj1NpBhsi .top-2 {
    margin-top: 0;
  }
}
.cid-vrj47a6B4a {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrj47a6B4a .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrj47a6B4a .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrj47a6B4a .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrj47a6B4a P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrj47a6B4a img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrj47a6B4a .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrj47a6B4a .top,
  .cid-vrj47a6B4a .top-2 {
    margin-top: 0;
  }
}
.cid-vrj4DidTnB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrj4DidTnB .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrj4DidTnB .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrj4DidTnB .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrj4DidTnB P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrj4DidTnB img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrj4DidTnB .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrj4DidTnB .top,
  .cid-vrj4DidTnB .top-2 {
    margin-top: 0;
  }
}
.cid-vrj4RwzuiK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrj4RwzuiK .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrj4RwzuiK .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrj4RwzuiK .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrj4RwzuiK P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrj4RwzuiK img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrj4RwzuiK .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrj4RwzuiK .top,
  .cid-vrj4RwzuiK .top-2 {
    margin-top: 0;
  }
}
.cid-vrj5cJQ1Xr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vrj5cJQ1Xr .image-wrap {
  width: 100%;
  position: relative;
  padding: 40px 70px;
  background-color: #000000;
}
.cid-vrj5cJQ1Xr .image-wrap img {
  transition: all .5s ease;
}
.cid-vrj5cJQ1Xr .image-wrap img:hover {
  transform: scale3d(1.1, 1.1, 1);
}
@media (max-width: 992px) {
  .cid-vrj5cJQ1Xr .image-wrap {
    padding: 20px 50px;
  }
}
@media (max-width: 768px) {
  .cid-vrj5cJQ1Xr .image-wrap {
    padding: 10px 30px;
  }
}
@media (max-width: 425px) {
  .cid-vrj5cJQ1Xr .image-wrap {
    padding: 10px 20px;
  }
}
.cid-vrj5GGtVbP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrj5GGtVbP .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrj5GGtVbP .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrj5GGtVbP .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrj5GGtVbP P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrj5GGtVbP img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrj5GGtVbP .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrj5GGtVbP .top,
  .cid-vrj5GGtVbP .top-2 {
    margin-top: 0;
  }
}
.cid-vrj5SBvOss {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrj5SBvOss .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrj5SBvOss .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrj5SBvOss .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrj5SBvOss P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrj5SBvOss img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrj5SBvOss .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrj5SBvOss .top,
  .cid-vrj5SBvOss .top-2 {
    margin-top: 0;
  }
}
.cid-vrj69PEW2c {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrj69PEW2c .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrj69PEW2c .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrj69PEW2c .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrj69PEW2c P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrj69PEW2c img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrj69PEW2c .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrj69PEW2c .top,
  .cid-vrj69PEW2c .top-2 {
    margin-top: 0;
  }
}
.cid-vrj6m2Ujn2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrj6m2Ujn2 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrj6m2Ujn2 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrj6m2Ujn2 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrj6m2Ujn2 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrj6m2Ujn2 img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrj6m2Ujn2 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrj6m2Ujn2 .top,
  .cid-vrj6m2Ujn2 .top-2 {
    margin-top: 0;
  }
}
.cid-vrj6veTGkq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrj6veTGkq .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrj6veTGkq .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrj6veTGkq .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrj6veTGkq P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrj6veTGkq img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrj6veTGkq .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrj6veTGkq .top,
  .cid-vrj6veTGkq .top-2 {
    margin-top: 0;
  }
}
.cid-vrj6HuePY8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrj6HuePY8 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrj6HuePY8 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrj6HuePY8 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrj6HuePY8 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrj6HuePY8 img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrj6HuePY8 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrj6HuePY8 .top,
  .cid-vrj6HuePY8 .top-2 {
    margin-top: 0;
  }
}
.cid-vrj6RyVgQR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrj6RyVgQR .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrj6RyVgQR .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrj6RyVgQR .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrj6RyVgQR P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrj6RyVgQR img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrj6RyVgQR .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrj6RyVgQR .top,
  .cid-vrj6RyVgQR .top-2 {
    margin-top: 0;
  }
}
.cid-vrj723P0TS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrj723P0TS .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrj723P0TS .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrj723P0TS .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrj723P0TS P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrj723P0TS img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrj723P0TS .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrj723P0TS .top,
  .cid-vrj723P0TS .top-2 {
    margin-top: 0;
  }
}
.cid-vrj7flKaT7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrj7flKaT7 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrj7flKaT7 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrj7flKaT7 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrj7flKaT7 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrj7flKaT7 img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrj7flKaT7 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrj7flKaT7 .top,
  .cid-vrj7flKaT7 .top-2 {
    margin-top: 0;
  }
}
.cid-vrj7RPljUg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrj7RPljUg .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrj7RPljUg .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrj7RPljUg .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrj7RPljUg P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrj7RPljUg img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrj7RPljUg .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrj7RPljUg .top,
  .cid-vrj7RPljUg .top-2 {
    margin-top: 0;
  }
}
.cid-vrj807EeyE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrj807EeyE .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrj807EeyE .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrj807EeyE .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrj807EeyE P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrj807EeyE img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrj807EeyE .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrj807EeyE .top,
  .cid-vrj807EeyE .top-2 {
    margin-top: 0;
  }
}
.cid-vrj8799kvO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrj8799kvO .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrj8799kvO .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrj8799kvO .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrj8799kvO P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrj8799kvO img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrj8799kvO .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrj8799kvO .top,
  .cid-vrj8799kvO .top-2 {
    margin-top: 0;
  }
}
.cid-vrj8jOcfMw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vrj8jOcfMw .image-wrap {
  width: 100%;
  position: relative;
  padding: 40px 70px;
  background-color: #000000;
}
.cid-vrj8jOcfMw .image-wrap img {
  transition: all .5s ease;
}
.cid-vrj8jOcfMw .image-wrap img:hover {
  transform: scale3d(1.1, 1.1, 1);
}
@media (max-width: 992px) {
  .cid-vrj8jOcfMw .image-wrap {
    padding: 20px 50px;
  }
}
@media (max-width: 768px) {
  .cid-vrj8jOcfMw .image-wrap {
    padding: 10px 30px;
  }
}
@media (max-width: 425px) {
  .cid-vrj8jOcfMw .image-wrap {
    padding: 10px 20px;
  }
}
.cid-vrj9k509BU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrj9k509BU .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrj9k509BU .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrj9k509BU .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrj9k509BU P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrj9k509BU img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrj9k509BU .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrj9k509BU .top,
  .cid-vrj9k509BU .top-2 {
    margin-top: 0;
  }
}
.cid-vrj9yiKQrx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrj9yiKQrx .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrj9yiKQrx .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrj9yiKQrx .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrj9yiKQrx P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrj9yiKQrx img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrj9yiKQrx .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrj9yiKQrx .top,
  .cid-vrj9yiKQrx .top-2 {
    margin-top: 0;
  }
}
.cid-vrj9H2LNHc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrj9H2LNHc .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrj9H2LNHc .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrj9H2LNHc .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrj9H2LNHc P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrj9H2LNHc img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrj9H2LNHc .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrj9H2LNHc .top,
  .cid-vrj9H2LNHc .top-2 {
    margin-top: 0;
  }
}
.cid-vrj9SG8usr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrj9SG8usr .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrj9SG8usr .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrj9SG8usr .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrj9SG8usr P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrj9SG8usr img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrj9SG8usr .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrj9SG8usr .top,
  .cid-vrj9SG8usr .top-2 {
    margin-top: 0;
  }
}
.cid-vrja3zygOu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrja3zygOu .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrja3zygOu .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrja3zygOu .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrja3zygOu P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrja3zygOu img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrja3zygOu .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrja3zygOu .top,
  .cid-vrja3zygOu .top-2 {
    margin-top: 0;
  }
}
.cid-vrjaeTAz4o {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjaeTAz4o .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjaeTAz4o .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjaeTAz4o .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjaeTAz4o P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjaeTAz4o img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjaeTAz4o .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjaeTAz4o .top,
  .cid-vrjaeTAz4o .top-2 {
    margin-top: 0;
  }
}
.cid-vrjan9Mrsd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjan9Mrsd .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjan9Mrsd .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjan9Mrsd .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjan9Mrsd P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjan9Mrsd img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjan9Mrsd .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjan9Mrsd .top,
  .cid-vrjan9Mrsd .top-2 {
    margin-top: 0;
  }
}
.cid-vrjaxs6OqB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjaxs6OqB .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjaxs6OqB .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjaxs6OqB .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjaxs6OqB P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjaxs6OqB img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjaxs6OqB .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjaxs6OqB .top,
  .cid-vrjaxs6OqB .top-2 {
    margin-top: 0;
  }
}
.cid-vrjaHxeYvu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjaHxeYvu .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjaHxeYvu .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjaHxeYvu .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjaHxeYvu P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjaHxeYvu img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjaHxeYvu .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjaHxeYvu .top,
  .cid-vrjaHxeYvu .top-2 {
    margin-top: 0;
  }
}
.cid-vrjaPajjL0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjaPajjL0 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjaPajjL0 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjaPajjL0 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjaPajjL0 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjaPajjL0 img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjaPajjL0 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjaPajjL0 .top,
  .cid-vrjaPajjL0 .top-2 {
    margin-top: 0;
  }
}
.cid-vrjbkUzKwd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vrjbkUzKwd .image-wrap {
  width: 100%;
  position: relative;
  padding: 40px 70px;
  background-color: #000000;
}
.cid-vrjbkUzKwd .image-wrap img {
  transition: all .5s ease;
}
.cid-vrjbkUzKwd .image-wrap img:hover {
  transform: scale3d(1.1, 1.1, 1);
}
@media (max-width: 992px) {
  .cid-vrjbkUzKwd .image-wrap {
    padding: 20px 50px;
  }
}
@media (max-width: 768px) {
  .cid-vrjbkUzKwd .image-wrap {
    padding: 10px 30px;
  }
}
@media (max-width: 425px) {
  .cid-vrjbkUzKwd .image-wrap {
    padding: 10px 20px;
  }
}
.cid-vrjc9W1N8u {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjc9W1N8u .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjc9W1N8u .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjc9W1N8u .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjc9W1N8u P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjc9W1N8u img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjc9W1N8u .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjc9W1N8u .top,
  .cid-vrjc9W1N8u .top-2 {
    margin-top: 0;
  }
}
.cid-vrjcgcIVBC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjcgcIVBC .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjcgcIVBC .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjcgcIVBC .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjcgcIVBC P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjcgcIVBC img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjcgcIVBC .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjcgcIVBC .top,
  .cid-vrjcgcIVBC .top-2 {
    margin-top: 0;
  }
}
.cid-vrjcmyqUd0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjcmyqUd0 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjcmyqUd0 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjcmyqUd0 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjcmyqUd0 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjcmyqUd0 img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjcmyqUd0 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjcmyqUd0 .top,
  .cid-vrjcmyqUd0 .top-2 {
    margin-top: 0;
  }
}
.cid-vrjcrUAyIo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjcrUAyIo .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjcrUAyIo .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjcrUAyIo .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjcrUAyIo P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjcrUAyIo img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjcrUAyIo .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjcrUAyIo .top,
  .cid-vrjcrUAyIo .top-2 {
    margin-top: 0;
  }
}
.cid-vrjcxnbn28 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjcxnbn28 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjcxnbn28 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjcxnbn28 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjcxnbn28 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjcxnbn28 img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjcxnbn28 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjcxnbn28 .top,
  .cid-vrjcxnbn28 .top-2 {
    margin-top: 0;
  }
}
.cid-vrjcEc94cY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjcEc94cY .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjcEc94cY .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjcEc94cY .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjcEc94cY P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjcEc94cY img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjcEc94cY .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjcEc94cY .top,
  .cid-vrjcEc94cY .top-2 {
    margin-top: 0;
  }
}
.cid-vrjcPl1uy5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjcPl1uy5 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjcPl1uy5 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjcPl1uy5 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjcPl1uy5 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjcPl1uy5 img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjcPl1uy5 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjcPl1uy5 .top,
  .cid-vrjcPl1uy5 .top-2 {
    margin-top: 0;
  }
}
.cid-vrjcWLym0I {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjcWLym0I .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjcWLym0I .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjcWLym0I .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjcWLym0I P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjcWLym0I img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjcWLym0I .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjcWLym0I .top,
  .cid-vrjcWLym0I .top-2 {
    margin-top: 0;
  }
}
.cid-vrjd3KKaZG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjd3KKaZG .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjd3KKaZG .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjd3KKaZG .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjd3KKaZG P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjd3KKaZG img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjd3KKaZG .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjd3KKaZG .top,
  .cid-vrjd3KKaZG .top-2 {
    margin-top: 0;
  }
}
.cid-vrjd9mTIZF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjd9mTIZF .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjd9mTIZF .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjd9mTIZF .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjd9mTIZF P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjd9mTIZF img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjd9mTIZF .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjd9mTIZF .top,
  .cid-vrjd9mTIZF .top-2 {
    margin-top: 0;
  }
}
.cid-vrjdjQbBMR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vrjdjQbBMR .image-wrap {
  width: 100%;
  position: relative;
  padding: 40px 70px;
  background-color: #000000;
}
.cid-vrjdjQbBMR .image-wrap img {
  transition: all .5s ease;
}
.cid-vrjdjQbBMR .image-wrap img:hover {
  transform: scale3d(1.1, 1.1, 1);
}
@media (max-width: 992px) {
  .cid-vrjdjQbBMR .image-wrap {
    padding: 20px 50px;
  }
}
@media (max-width: 768px) {
  .cid-vrjdjQbBMR .image-wrap {
    padding: 10px 30px;
  }
}
@media (max-width: 425px) {
  .cid-vrjdjQbBMR .image-wrap {
    padding: 10px 20px;
  }
}
.cid-vrjdQ4cIPI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjdQ4cIPI .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjdQ4cIPI .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjdQ4cIPI .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjdQ4cIPI P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjdQ4cIPI img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjdQ4cIPI .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjdQ4cIPI .top,
  .cid-vrjdQ4cIPI .top-2 {
    margin-top: 0;
  }
}
.cid-vrjefTzpNR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjefTzpNR .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjefTzpNR .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjefTzpNR .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjefTzpNR P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjefTzpNR img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjefTzpNR .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjefTzpNR .top,
  .cid-vrjefTzpNR .top-2 {
    margin-top: 0;
  }
}
.cid-vrjews2jhX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjews2jhX .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjews2jhX .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjews2jhX .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjews2jhX P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjews2jhX img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjews2jhX .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjews2jhX .top,
  .cid-vrjews2jhX .top-2 {
    margin-top: 0;
  }
}
.cid-vrjeX1m6Ut {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjeX1m6Ut .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjeX1m6Ut .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjeX1m6Ut .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjeX1m6Ut P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjeX1m6Ut img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjeX1m6Ut .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjeX1m6Ut .top,
  .cid-vrjeX1m6Ut .top-2 {
    margin-top: 0;
  }
}
.cid-vrjfenv46W {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjfenv46W .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjfenv46W .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjfenv46W .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjfenv46W P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjfenv46W img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjfenv46W .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjfenv46W .top,
  .cid-vrjfenv46W .top-2 {
    margin-top: 0;
  }
}
.cid-vrjfT6e51x {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjfT6e51x .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjfT6e51x .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjfT6e51x .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjfT6e51x P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjfT6e51x img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjfT6e51x .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjfT6e51x .top,
  .cid-vrjfT6e51x .top-2 {
    margin-top: 0;
  }
}
.cid-vrjg2Cam8I {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjg2Cam8I .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjg2Cam8I .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjg2Cam8I .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjg2Cam8I P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjg2Cam8I img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjg2Cam8I .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjg2Cam8I .top,
  .cid-vrjg2Cam8I .top-2 {
    margin-top: 0;
  }
}
.cid-vrjg7IRuUv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjg7IRuUv .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjg7IRuUv .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjg7IRuUv .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjg7IRuUv P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjg7IRuUv img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjg7IRuUv .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjg7IRuUv .top,
  .cid-vrjg7IRuUv .top-2 {
    margin-top: 0;
  }
}
.cid-vrjgc2SjSm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjgc2SjSm .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjgc2SjSm .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjgc2SjSm .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjgc2SjSm P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjgc2SjSm img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjgc2SjSm .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjgc2SjSm .top,
  .cid-vrjgc2SjSm .top-2 {
    margin-top: 0;
  }
}
.cid-vrjgiHV8OQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjgiHV8OQ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjgiHV8OQ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjgiHV8OQ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjgiHV8OQ P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjgiHV8OQ img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjgiHV8OQ .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjgiHV8OQ .top,
  .cid-vrjgiHV8OQ .top-2 {
    margin-top: 0;
  }
}
.cid-vrjgo1HaOX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjgo1HaOX .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjgo1HaOX .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjgo1HaOX .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjgo1HaOX P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjgo1HaOX img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjgo1HaOX .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjgo1HaOX .top,
  .cid-vrjgo1HaOX .top-2 {
    margin-top: 0;
  }
}
.cid-vrjgsIaBbQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjgsIaBbQ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjgsIaBbQ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjgsIaBbQ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjgsIaBbQ P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjgsIaBbQ img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjgsIaBbQ .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjgsIaBbQ .top,
  .cid-vrjgsIaBbQ .top-2 {
    margin-top: 0;
  }
}
.cid-vrjkdBCKf0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjkdBCKf0 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjkdBCKf0 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjkdBCKf0 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjkdBCKf0 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjkdBCKf0 img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjkdBCKf0 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjkdBCKf0 .top,
  .cid-vrjkdBCKf0 .top-2 {
    margin-top: 0;
  }
}
.cid-vrjkmAvfeH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vrjkmAvfeH h6 {
  line-height: 1.2;
}
.cid-vrjkmAvfeH img,
.cid-vrjkmAvfeH .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vrjkmAvfeH .item:focus,
.cid-vrjkmAvfeH span:focus {
  outline: none;
}
.cid-vrjkmAvfeH .item-img a {
  cursor: pointer;
}
.cid-vrjkmAvfeH .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vrjkmAvfeH .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-vrjkmAvfeH .mbr-section-title {
  color: #000000;
}
.cid-vrjkmAvfeH .mbr-text,
.cid-vrjkmAvfeH .mbr-section-btn {
  color: #000000;
}
.cid-vrjkmAvfeH .item-title {
  color: #000000;
  text-align: center;
}
.cid-vrjkmAvfeH .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vrjkmAvfeH .item-text {
  color: #000000;
  text-align: center;
}
.cid-vrjkmAvfeH .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vrjkmAvfeH .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-vrjmhvewHB {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vrjmhvewHB h6 {
  line-height: 1.2;
}
.cid-vrjmhvewHB img,
.cid-vrjmhvewHB .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vrjmhvewHB .item:focus,
.cid-vrjmhvewHB span:focus {
  outline: none;
}
.cid-vrjmhvewHB .item-img a {
  cursor: pointer;
}
.cid-vrjmhvewHB .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vrjmhvewHB .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-vrjmhvewHB .mbr-section-title {
  color: #000000;
}
.cid-vrjmhvewHB .mbr-text,
.cid-vrjmhvewHB .mbr-section-btn {
  color: #000000;
}
.cid-vrjmhvewHB .item-title {
  color: #000000;
  text-align: center;
}
.cid-vrjmhvewHB .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vrjmhvewHB .item-text {
  color: #000000;
  text-align: center;
}
.cid-vrjmhvewHB .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vrjmhvewHB .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-vr9AdgsJ6Z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vr9AdgsJ6Z img,
.cid-vr9AdgsJ6Z .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vr9AdgsJ6Z .item:focus,
.cid-vr9AdgsJ6Z span:focus {
  outline: none;
}
.cid-vr9AdgsJ6Z .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vr9AdgsJ6Z .item {
    margin-bottom: 1rem;
  }
}
.cid-vr9AdgsJ6Z .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vr9AdgsJ6Z .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vr9AdgsJ6Z .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vr9AdgsJ6Z .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vr9AdgsJ6Z .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vr9AdgsJ6Z .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-vr9AdgsJ6Z .mbr-section-title {
  color: #232323;
}
.cid-vr9AdgsJ6Z .mbr-text,
.cid-vr9AdgsJ6Z .mbr-section-btn {
  text-align: center;
}
.cid-vr9AdgsJ6Z .item-title {
  text-align: left;
}
.cid-vr9AdgsJ6Z .content-head {
  max-width: 800px;
}
.cid-vr9AdgsJ6Z .mbr-text,
.cid-vr9AdgsJ6Z .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-vr9AdgsJ6Z .mbr-section-title,
.cid-vr9AdgsJ6Z .mbr-section-head .mbr-section-btn {
  color: #5072b1;
}
.cid-vr9AdgNKyV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vr9AdgNKyV .content-head {
  max-width: 800px;
}
.cid-vr9Adh3cUQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vr9Adh3cUQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr9Adh3cUQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vr9Adh3cUQ .row {
  justify-content: center;
}
.cid-vr9Adh3cUQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vr9Adh3cUQ .item {
    margin-bottom: 1rem;
  }
}
.cid-vr9Adh3cUQ .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vr9Adh3cUQ .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vr9Adh3cUQ .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vr9Adh3cUQ .content-head {
  max-width: 800px;
}
.cid-vr9Adh3cUQ .mbr-section-title {
  color: #5072b1;
}
.cid-vr9AdhoQsw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5072b1;
  overflow: hidden;
}
.cid-vrjnbOlY66 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vrjnbOlY66 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vrjnbOlY66 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vrjnbOlY66 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vrjnbOlY66 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vrjnbOlY66 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vrjnbOlY66 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vrjnbOlY66 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vrjnbOlY66 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vrjnbOlY66 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vrjnbOlY66 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vrjnbOlY66 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vrjnbOlY66 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vrjnbOlY66 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vrjnbOlY66 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vrjnbOlY66 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vrjnbOlY66 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vrjnbOlY66 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vrjnbOlY66 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vrjnbOlY66 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vrjnbOlY66 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vrjnbOlY66 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vrjnbOlY66 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vrjnbOlY66 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vrjnbOlY66 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vrjnbOlY66 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vrjnbOlY66 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
}
.cid-vrjnbOlY66 .nav-item:focus,
.cid-vrjnbOlY66 .nav-link:focus {
  outline: none;
}
.cid-vrjnbOlY66 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vrjnbOlY66 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vrjnbOlY66 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vrjnbOlY66 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrjnbOlY66 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vrjnbOlY66 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vrjnbOlY66 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vrjnbOlY66 .navbar.opened {
  transition: all 0.3s;
}
.cid-vrjnbOlY66 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vrjnbOlY66 .navbar .navbar-logo img {
  width: auto;
}
.cid-vrjnbOlY66 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vrjnbOlY66 .navbar.collapsed {
  justify-content: center;
}
.cid-vrjnbOlY66 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vrjnbOlY66 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vrjnbOlY66 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vrjnbOlY66 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vrjnbOlY66 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vrjnbOlY66 .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-vrjnbOlY66 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vrjnbOlY66 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vrjnbOlY66 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vrjnbOlY66 .navbar {
    min-height: 72px;
  }
  .cid-vrjnbOlY66 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vrjnbOlY66 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vrjnbOlY66 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vrjnbOlY66 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vrjnbOlY66 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vrjnbOlY66 .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-vrjnbOlY66 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vrjnbOlY66 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vrjnbOlY66 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vrjnbOlY66 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vrjnbOlY66 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vrjnbOlY66 .dropdown-item.active,
.cid-vrjnbOlY66 .dropdown-item:active {
  background-color: transparent;
}
.cid-vrjnbOlY66 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vrjnbOlY66 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vrjnbOlY66 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vrjnbOlY66 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vrjnbOlY66 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vrjnbOlY66 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vrjnbOlY66 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vrjnbOlY66 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vrjnbOlY66 .navbar-buttons {
    text-align: left;
  }
}
.cid-vrjnbOlY66 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vrjnbOlY66 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vrjnbOlY66 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vrjnbOlY66 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vrjnbOlY66 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vrjnbOlY66 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vrjnbOlY66 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrjnbOlY66 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vrjnbOlY66 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vrjnbOlY66 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrjnbOlY66 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vrjnbOlY66 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrjnbOlY66 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vrjnbOlY66 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vrjnbOlY66 .navbar {
    height: 70px;
  }
  .cid-vrjnbOlY66 .navbar.opened {
    height: auto;
  }
  .cid-vrjnbOlY66 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vrjnbOlY66 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vrjnbOlY66 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vrjnbOlY66 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vrjnbOlY66 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vrjnbOlY66 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vrjnbOlY66 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vrjnbOlY66 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vrjnbOlY66 .navbar-brand {
    margin-right: auto;
  }
  .cid-vrjnbOlY66 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vrjnbOlY66 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vrjnbOlY66 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vrjnbOlY66 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vrjnbOlY66 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vrjnbOlY66 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vrjnbOlY66 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vrjnbOlY66 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vrjnbOlY66 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vrjnbOlY66 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vrjnbOlY66 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vrjnbOZJYw {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vrjnbOZJYw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrjnbOZJYw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrjnbOZJYw .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vrjnbOZJYw .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vrjnbOZJYw {
    align-items: center;
  }
  .cid-vrjnbOZJYw .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vrjnbOZJYw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vrjnbOZJYw {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vrjnbOZJYw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vrjnbOZJYw .content-wrap {
    width: 100%;
  }
}
.cid-vrjnbOZJYw .mbr-section-title {
  text-align: center;
  color: #5072b1;
}
.cid-vrjnbOZJYw .mbr-text,
.cid-vrjnbOZJYw .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-vrjnbPqZsU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vrjnbPqZsU .image-wrap {
  width: 100%;
  position: relative;
  padding: 40px 70px;
  background-color: #000000;
}
.cid-vrjnbPqZsU .image-wrap img {
  transition: all .5s ease;
}
.cid-vrjnbPqZsU .image-wrap img:hover {
  transform: scale3d(1.1, 1.1, 1);
}
@media (max-width: 992px) {
  .cid-vrjnbPqZsU .image-wrap {
    padding: 20px 50px;
  }
}
@media (max-width: 768px) {
  .cid-vrjnbPqZsU .image-wrap {
    padding: 10px 30px;
  }
}
@media (max-width: 425px) {
  .cid-vrjnbPqZsU .image-wrap {
    padding: 10px 20px;
  }
}
.cid-vrjnbRowlm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vrjnbRowlm .image-wrap {
  width: 100%;
  position: relative;
  padding: 40px 70px;
  background-color: #000000;
}
.cid-vrjnbRowlm .image-wrap img {
  transition: all .5s ease;
}
.cid-vrjnbRowlm .image-wrap img:hover {
  transform: scale3d(1.1, 1.1, 1);
}
@media (max-width: 992px) {
  .cid-vrjnbRowlm .image-wrap {
    padding: 20px 50px;
  }
}
@media (max-width: 768px) {
  .cid-vrjnbRowlm .image-wrap {
    padding: 10px 30px;
  }
}
@media (max-width: 425px) {
  .cid-vrjnbRowlm .image-wrap {
    padding: 10px 20px;
  }
}
.cid-vrjnbRK6dY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjnbRK6dY .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjnbRK6dY .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjnbRK6dY .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjnbRK6dY P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjnbRK6dY img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjnbRK6dY .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjnbRK6dY .top,
  .cid-vrjnbRK6dY .top-2 {
    margin-top: 0;
  }
}
.cid-vrjnbS9frL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjnbS9frL .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjnbS9frL .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjnbS9frL .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjnbS9frL P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjnbS9frL img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjnbS9frL .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjnbS9frL .top,
  .cid-vrjnbS9frL .top-2 {
    margin-top: 0;
  }
}
.cid-vrjnbSwtYt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjnbSwtYt .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjnbSwtYt .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjnbSwtYt .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjnbSwtYt P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjnbSwtYt img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjnbSwtYt .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjnbSwtYt .top,
  .cid-vrjnbSwtYt .top-2 {
    margin-top: 0;
  }
}
.cid-vrjnbSSWtI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjnbSSWtI .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjnbSSWtI .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjnbSSWtI .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjnbSSWtI P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjnbSSWtI img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjnbSSWtI .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjnbSSWtI .top,
  .cid-vrjnbSSWtI .top-2 {
    margin-top: 0;
  }
}
.cid-vrjnbTgSZ7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjnbTgSZ7 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjnbTgSZ7 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjnbTgSZ7 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjnbTgSZ7 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjnbTgSZ7 img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjnbTgSZ7 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjnbTgSZ7 .top,
  .cid-vrjnbTgSZ7 .top-2 {
    margin-top: 0;
  }
}
.cid-vrjnbTBexZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjnbTBexZ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjnbTBexZ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjnbTBexZ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjnbTBexZ P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjnbTBexZ img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjnbTBexZ .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjnbTBexZ .top,
  .cid-vrjnbTBexZ .top-2 {
    margin-top: 0;
  }
}
.cid-vrjnbTZONO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjnbTZONO .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjnbTZONO .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjnbTZONO .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjnbTZONO P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjnbTZONO img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjnbTZONO .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjnbTZONO .top,
  .cid-vrjnbTZONO .top-2 {
    margin-top: 0;
  }
}
.cid-vrjnbUogYe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjnbUogYe .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjnbUogYe .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjnbUogYe .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjnbUogYe P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjnbUogYe img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjnbUogYe .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjnbUogYe .top,
  .cid-vrjnbUogYe .top-2 {
    margin-top: 0;
  }
}
.cid-vrjnciErAk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vrjnciErAk img,
.cid-vrjnciErAk .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vrjnciErAk .item:focus,
.cid-vrjnciErAk span:focus {
  outline: none;
}
.cid-vrjnciErAk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vrjnciErAk .item {
    margin-bottom: 1rem;
  }
}
.cid-vrjnciErAk .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vrjnciErAk .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vrjnciErAk .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vrjnciErAk .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vrjnciErAk .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vrjnciErAk .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-vrjnciErAk .mbr-section-title {
  color: #232323;
}
.cid-vrjnciErAk .mbr-text,
.cid-vrjnciErAk .mbr-section-btn {
  text-align: center;
}
.cid-vrjnciErAk .item-title {
  text-align: left;
}
.cid-vrjnciErAk .content-head {
  max-width: 800px;
}
.cid-vrjnciErAk .mbr-text,
.cid-vrjnciErAk .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-vrjnciErAk .mbr-section-title,
.cid-vrjnciErAk .mbr-section-head .mbr-section-btn {
  color: #5072b1;
}
.cid-vrjncjiCCv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vrjncjiCCv .content-head {
  max-width: 800px;
}
.cid-vrjncjUmh1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vrjncjUmh1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrjncjUmh1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrjncjUmh1 .row {
  justify-content: center;
}
.cid-vrjncjUmh1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vrjncjUmh1 .item {
    margin-bottom: 1rem;
  }
}
.cid-vrjncjUmh1 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vrjncjUmh1 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vrjncjUmh1 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vrjncjUmh1 .content-head {
  max-width: 800px;
}
.cid-vrjncjUmh1 .mbr-section-title {
  color: #5072b1;
}
.cid-vrjnckw8zZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5072b1;
  overflow: hidden;
}
.cid-vrjp6mYUyf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vrjp6mYUyf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vrjp6mYUyf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vrjp6mYUyf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vrjp6mYUyf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vrjp6mYUyf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vrjp6mYUyf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vrjp6mYUyf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vrjp6mYUyf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vrjp6mYUyf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vrjp6mYUyf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vrjp6mYUyf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vrjp6mYUyf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vrjp6mYUyf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vrjp6mYUyf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vrjp6mYUyf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vrjp6mYUyf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vrjp6mYUyf .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vrjp6mYUyf .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vrjp6mYUyf .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vrjp6mYUyf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vrjp6mYUyf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vrjp6mYUyf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vrjp6mYUyf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vrjp6mYUyf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vrjp6mYUyf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vrjp6mYUyf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
}
.cid-vrjp6mYUyf .nav-item:focus,
.cid-vrjp6mYUyf .nav-link:focus {
  outline: none;
}
.cid-vrjp6mYUyf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vrjp6mYUyf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vrjp6mYUyf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vrjp6mYUyf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrjp6mYUyf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vrjp6mYUyf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vrjp6mYUyf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vrjp6mYUyf .navbar.opened {
  transition: all 0.3s;
}
.cid-vrjp6mYUyf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vrjp6mYUyf .navbar .navbar-logo img {
  width: auto;
}
.cid-vrjp6mYUyf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vrjp6mYUyf .navbar.collapsed {
  justify-content: center;
}
.cid-vrjp6mYUyf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vrjp6mYUyf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vrjp6mYUyf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vrjp6mYUyf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vrjp6mYUyf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vrjp6mYUyf .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-vrjp6mYUyf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vrjp6mYUyf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vrjp6mYUyf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vrjp6mYUyf .navbar {
    min-height: 72px;
  }
  .cid-vrjp6mYUyf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vrjp6mYUyf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vrjp6mYUyf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vrjp6mYUyf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vrjp6mYUyf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vrjp6mYUyf .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-vrjp6mYUyf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vrjp6mYUyf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vrjp6mYUyf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vrjp6mYUyf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vrjp6mYUyf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vrjp6mYUyf .dropdown-item.active,
.cid-vrjp6mYUyf .dropdown-item:active {
  background-color: transparent;
}
.cid-vrjp6mYUyf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vrjp6mYUyf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vrjp6mYUyf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vrjp6mYUyf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vrjp6mYUyf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vrjp6mYUyf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vrjp6mYUyf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vrjp6mYUyf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vrjp6mYUyf .navbar-buttons {
    text-align: left;
  }
}
.cid-vrjp6mYUyf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vrjp6mYUyf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vrjp6mYUyf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vrjp6mYUyf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vrjp6mYUyf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vrjp6mYUyf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vrjp6mYUyf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrjp6mYUyf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vrjp6mYUyf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vrjp6mYUyf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrjp6mYUyf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vrjp6mYUyf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrjp6mYUyf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vrjp6mYUyf .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vrjp6mYUyf .navbar {
    height: 70px;
  }
  .cid-vrjp6mYUyf .navbar.opened {
    height: auto;
  }
  .cid-vrjp6mYUyf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vrjp6mYUyf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vrjp6mYUyf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vrjp6mYUyf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vrjp6mYUyf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vrjp6mYUyf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vrjp6mYUyf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vrjp6mYUyf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vrjp6mYUyf .navbar-brand {
    margin-right: auto;
  }
  .cid-vrjp6mYUyf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vrjp6mYUyf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vrjp6mYUyf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vrjp6mYUyf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vrjp6mYUyf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vrjp6mYUyf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vrjp6mYUyf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vrjp6mYUyf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vrjp6mYUyf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vrjp6mYUyf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vrjp6mYUyf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vrjp6nxmcn {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vrjp6nxmcn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrjp6nxmcn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrjp6nxmcn .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vrjp6nxmcn .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vrjp6nxmcn {
    align-items: center;
  }
  .cid-vrjp6nxmcn .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vrjp6nxmcn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vrjp6nxmcn {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vrjp6nxmcn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vrjp6nxmcn .content-wrap {
    width: 100%;
  }
}
.cid-vrjp6nxmcn .mbr-section-title {
  text-align: center;
  color: #5072b1;
}
.cid-vrjp6nxmcn .mbr-text,
.cid-vrjp6nxmcn .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-vrjp6o7nza {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vrjp6o7nza .image-wrap {
  width: 100%;
  position: relative;
  padding: 40px 70px;
  background-color: #000000;
}
.cid-vrjp6o7nza .image-wrap img {
  transition: all .5s ease;
}
.cid-vrjp6o7nza .image-wrap img:hover {
  transform: scale3d(1.1, 1.1, 1);
}
@media (max-width: 992px) {
  .cid-vrjp6o7nza .image-wrap {
    padding: 20px 50px;
  }
}
@media (max-width: 768px) {
  .cid-vrjp6o7nza .image-wrap {
    padding: 10px 30px;
  }
}
@media (max-width: 425px) {
  .cid-vrjp6o7nza .image-wrap {
    padding: 10px 20px;
  }
}
.cid-vrjp6sKIub {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vrjp6sKIub .image-wrap {
  width: 100%;
  position: relative;
  padding: 40px 70px;
  background-color: #000000;
}
.cid-vrjp6sKIub .image-wrap img {
  transition: all .5s ease;
}
.cid-vrjp6sKIub .image-wrap img:hover {
  transform: scale3d(1.1, 1.1, 1);
}
@media (max-width: 992px) {
  .cid-vrjp6sKIub .image-wrap {
    padding: 20px 50px;
  }
}
@media (max-width: 768px) {
  .cid-vrjp6sKIub .image-wrap {
    padding: 10px 30px;
  }
}
@media (max-width: 425px) {
  .cid-vrjp6sKIub .image-wrap {
    padding: 10px 20px;
  }
}
.cid-vrjp6t5uJq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjp6t5uJq .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjp6t5uJq .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjp6t5uJq .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjp6t5uJq P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjp6t5uJq img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjp6t5uJq .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjp6t5uJq .top,
  .cid-vrjp6t5uJq .top-2 {
    margin-top: 0;
  }
}
.cid-vrjp6trQE7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjp6trQE7 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjp6trQE7 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjp6trQE7 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjp6trQE7 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjp6trQE7 img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjp6trQE7 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjp6trQE7 .top,
  .cid-vrjp6trQE7 .top-2 {
    margin-top: 0;
  }
}
.cid-vrjp6tOsZA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjp6tOsZA .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjp6tOsZA .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjp6tOsZA .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjp6tOsZA P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjp6tOsZA img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjp6tOsZA .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjp6tOsZA .top,
  .cid-vrjp6tOsZA .top-2 {
    margin-top: 0;
  }
}
.cid-vrjp6ubVGx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjp6ubVGx .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjp6ubVGx .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjp6ubVGx .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjp6ubVGx P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjp6ubVGx img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjp6ubVGx .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjp6ubVGx .top,
  .cid-vrjp6ubVGx .top-2 {
    margin-top: 0;
  }
}
.cid-vrjp6uz5I1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjp6uz5I1 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjp6uz5I1 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjp6uz5I1 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjp6uz5I1 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjp6uz5I1 img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjp6uz5I1 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjp6uz5I1 .top,
  .cid-vrjp6uz5I1 .top-2 {
    margin-top: 0;
  }
}
.cid-vrjp6uX0Mb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjp6uX0Mb .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjp6uX0Mb .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjp6uX0Mb .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjp6uX0Mb P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjp6uX0Mb img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjp6uX0Mb .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjp6uX0Mb .top,
  .cid-vrjp6uX0Mb .top-2 {
    margin-top: 0;
  }
}
.cid-vrjp6vmsrV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjp6vmsrV .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjp6vmsrV .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjp6vmsrV .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjp6vmsrV P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjp6vmsrV img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjp6vmsrV .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjp6vmsrV .top,
  .cid-vrjp6vmsrV .top-2 {
    margin-top: 0;
  }
}
.cid-vrjp6vKa2p {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjp6vKa2p .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjp6vKa2p .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjp6vKa2p .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjp6vKa2p P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjp6vKa2p img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjp6vKa2p .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjp6vKa2p .top,
  .cid-vrjp6vKa2p .top-2 {
    margin-top: 0;
  }
}
.cid-vrjp6w7rkb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjp6w7rkb .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjp6w7rkb .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjp6w7rkb .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjp6w7rkb P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjp6w7rkb img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjp6w7rkb .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjp6w7rkb .top,
  .cid-vrjp6w7rkb .top-2 {
    margin-top: 0;
  }
}
.cid-vrjp6wuFKI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjp6wuFKI .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjp6wuFKI .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjp6wuFKI .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjp6wuFKI P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjp6wuFKI img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjp6wuFKI .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjp6wuFKI .top,
  .cid-vrjp6wuFKI .top-2 {
    margin-top: 0;
  }
}
.cid-vrjp6wSBgl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjp6wSBgl .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjp6wSBgl .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjp6wSBgl .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjp6wSBgl P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjp6wSBgl img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjp6wSBgl .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjp6wSBgl .top,
  .cid-vrjp6wSBgl .top-2 {
    margin-top: 0;
  }
}
.cid-vrjp6xfeBO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjp6xfeBO .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjp6xfeBO .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjp6xfeBO .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjp6xfeBO P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjp6xfeBO img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjp6xfeBO .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjp6xfeBO .top,
  .cid-vrjp6xfeBO .top-2 {
    margin-top: 0;
  }
}
.cid-vrjp6QHXZk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vrjp6QHXZk img,
.cid-vrjp6QHXZk .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vrjp6QHXZk .item:focus,
.cid-vrjp6QHXZk span:focus {
  outline: none;
}
.cid-vrjp6QHXZk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vrjp6QHXZk .item {
    margin-bottom: 1rem;
  }
}
.cid-vrjp6QHXZk .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vrjp6QHXZk .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vrjp6QHXZk .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vrjp6QHXZk .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vrjp6QHXZk .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vrjp6QHXZk .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-vrjp6QHXZk .mbr-section-title {
  color: #232323;
}
.cid-vrjp6QHXZk .mbr-text,
.cid-vrjp6QHXZk .mbr-section-btn {
  text-align: center;
}
.cid-vrjp6QHXZk .item-title {
  text-align: left;
}
.cid-vrjp6QHXZk .content-head {
  max-width: 800px;
}
.cid-vrjp6QHXZk .mbr-text,
.cid-vrjp6QHXZk .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-vrjp6QHXZk .mbr-section-title,
.cid-vrjp6QHXZk .mbr-section-head .mbr-section-btn {
  color: #5072b1;
}
.cid-vrjp6REwPx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vrjp6REwPx .content-head {
  max-width: 800px;
}
.cid-vrjp6SbezJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vrjp6SbezJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrjp6SbezJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrjp6SbezJ .row {
  justify-content: center;
}
.cid-vrjp6SbezJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vrjp6SbezJ .item {
    margin-bottom: 1rem;
  }
}
.cid-vrjp6SbezJ .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vrjp6SbezJ .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vrjp6SbezJ .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vrjp6SbezJ .content-head {
  max-width: 800px;
}
.cid-vrjp6SbezJ .mbr-section-title {
  color: #5072b1;
}
.cid-vrjp6SKPKS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5072b1;
  overflow: hidden;
}
.cid-vrjpDuiZEq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vrjpDuiZEq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vrjpDuiZEq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vrjpDuiZEq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vrjpDuiZEq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vrjpDuiZEq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vrjpDuiZEq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vrjpDuiZEq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vrjpDuiZEq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vrjpDuiZEq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vrjpDuiZEq .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vrjpDuiZEq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vrjpDuiZEq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vrjpDuiZEq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vrjpDuiZEq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vrjpDuiZEq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vrjpDuiZEq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vrjpDuiZEq .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vrjpDuiZEq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vrjpDuiZEq .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vrjpDuiZEq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vrjpDuiZEq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vrjpDuiZEq .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vrjpDuiZEq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vrjpDuiZEq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vrjpDuiZEq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vrjpDuiZEq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
}
.cid-vrjpDuiZEq .nav-item:focus,
.cid-vrjpDuiZEq .nav-link:focus {
  outline: none;
}
.cid-vrjpDuiZEq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vrjpDuiZEq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vrjpDuiZEq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vrjpDuiZEq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrjpDuiZEq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vrjpDuiZEq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vrjpDuiZEq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vrjpDuiZEq .navbar.opened {
  transition: all 0.3s;
}
.cid-vrjpDuiZEq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vrjpDuiZEq .navbar .navbar-logo img {
  width: auto;
}
.cid-vrjpDuiZEq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vrjpDuiZEq .navbar.collapsed {
  justify-content: center;
}
.cid-vrjpDuiZEq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vrjpDuiZEq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vrjpDuiZEq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vrjpDuiZEq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vrjpDuiZEq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vrjpDuiZEq .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-vrjpDuiZEq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vrjpDuiZEq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vrjpDuiZEq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vrjpDuiZEq .navbar {
    min-height: 72px;
  }
  .cid-vrjpDuiZEq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vrjpDuiZEq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vrjpDuiZEq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vrjpDuiZEq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vrjpDuiZEq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vrjpDuiZEq .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-vrjpDuiZEq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vrjpDuiZEq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vrjpDuiZEq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vrjpDuiZEq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vrjpDuiZEq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vrjpDuiZEq .dropdown-item.active,
.cid-vrjpDuiZEq .dropdown-item:active {
  background-color: transparent;
}
.cid-vrjpDuiZEq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vrjpDuiZEq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vrjpDuiZEq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vrjpDuiZEq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vrjpDuiZEq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vrjpDuiZEq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vrjpDuiZEq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vrjpDuiZEq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vrjpDuiZEq .navbar-buttons {
    text-align: left;
  }
}
.cid-vrjpDuiZEq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vrjpDuiZEq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vrjpDuiZEq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vrjpDuiZEq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vrjpDuiZEq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vrjpDuiZEq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vrjpDuiZEq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrjpDuiZEq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vrjpDuiZEq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vrjpDuiZEq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrjpDuiZEq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vrjpDuiZEq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrjpDuiZEq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vrjpDuiZEq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vrjpDuiZEq .navbar {
    height: 70px;
  }
  .cid-vrjpDuiZEq .navbar.opened {
    height: auto;
  }
  .cid-vrjpDuiZEq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vrjpDuiZEq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vrjpDuiZEq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vrjpDuiZEq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vrjpDuiZEq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vrjpDuiZEq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vrjpDuiZEq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vrjpDuiZEq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vrjpDuiZEq .navbar-brand {
    margin-right: auto;
  }
  .cid-vrjpDuiZEq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vrjpDuiZEq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vrjpDuiZEq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vrjpDuiZEq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vrjpDuiZEq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vrjpDuiZEq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vrjpDuiZEq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vrjpDuiZEq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vrjpDuiZEq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vrjpDuiZEq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vrjpDuiZEq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vrjpDuOWRC {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vrjpDuOWRC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrjpDuOWRC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrjpDuOWRC .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vrjpDuOWRC .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vrjpDuOWRC {
    align-items: center;
  }
  .cid-vrjpDuOWRC .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vrjpDuOWRC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vrjpDuOWRC {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vrjpDuOWRC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vrjpDuOWRC .content-wrap {
    width: 100%;
  }
}
.cid-vrjpDuOWRC .mbr-section-title {
  text-align: center;
  color: #5072b1;
}
.cid-vrjpDuOWRC .mbr-text,
.cid-vrjpDuOWRC .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-vrjpDFPQVH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vrjpDFPQVH .image-wrap {
  width: 100%;
  position: relative;
  padding: 40px 70px;
  background-color: #000000;
}
.cid-vrjpDFPQVH .image-wrap img {
  transition: all .5s ease;
}
.cid-vrjpDFPQVH .image-wrap img:hover {
  transform: scale3d(1.1, 1.1, 1);
}
@media (max-width: 992px) {
  .cid-vrjpDFPQVH .image-wrap {
    padding: 20px 50px;
  }
}
@media (max-width: 768px) {
  .cid-vrjpDFPQVH .image-wrap {
    padding: 10px 30px;
  }
}
@media (max-width: 425px) {
  .cid-vrjpDFPQVH .image-wrap {
    padding: 10px 20px;
  }
}
.cid-vrjpDGgFGw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjpDGgFGw .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjpDGgFGw .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjpDGgFGw .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjpDGgFGw P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjpDGgFGw img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjpDGgFGw .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjpDGgFGw .top,
  .cid-vrjpDGgFGw .top-2 {
    margin-top: 0;
  }
}
.cid-vrjpDGHTzI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjpDGHTzI .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjpDGHTzI .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjpDGHTzI .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjpDGHTzI P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjpDGHTzI img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjpDGHTzI .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjpDGHTzI .top,
  .cid-vrjpDGHTzI .top-2 {
    margin-top: 0;
  }
}
.cid-vrjpDH7CtP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjpDH7CtP .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjpDH7CtP .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjpDH7CtP .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjpDH7CtP P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjpDH7CtP img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjpDH7CtP .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjpDH7CtP .top,
  .cid-vrjpDH7CtP .top-2 {
    margin-top: 0;
  }
}
.cid-vrjpDHCaRN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjpDHCaRN .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjpDHCaRN .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjpDHCaRN .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjpDHCaRN P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjpDHCaRN img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjpDHCaRN .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjpDHCaRN .top,
  .cid-vrjpDHCaRN .top-2 {
    margin-top: 0;
  }
}
.cid-vrjpDI4ysg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjpDI4ysg .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjpDI4ysg .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjpDI4ysg .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjpDI4ysg P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjpDI4ysg img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjpDI4ysg .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjpDI4ysg .top,
  .cid-vrjpDI4ysg .top-2 {
    margin-top: 0;
  }
}
.cid-vrjpDINvUx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjpDINvUx .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjpDINvUx .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjpDINvUx .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjpDINvUx P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjpDINvUx img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjpDINvUx .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjpDINvUx .top,
  .cid-vrjpDINvUx .top-2 {
    margin-top: 0;
  }
}
.cid-vrjpDJs0F0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjpDJs0F0 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjpDJs0F0 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjpDJs0F0 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjpDJs0F0 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjpDJs0F0 img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjpDJs0F0 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjpDJs0F0 .top,
  .cid-vrjpDJs0F0 .top-2 {
    margin-top: 0;
  }
}
.cid-vrjpDK2pzk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjpDK2pzk .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjpDK2pzk .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjpDK2pzk .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjpDK2pzk P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjpDK2pzk img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjpDK2pzk .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjpDK2pzk .top,
  .cid-vrjpDK2pzk .top-2 {
    margin-top: 0;
  }
}
.cid-vrjpDKRqfF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjpDKRqfF .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjpDKRqfF .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjpDKRqfF .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjpDKRqfF P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjpDKRqfF img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjpDKRqfF .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjpDKRqfF .top,
  .cid-vrjpDKRqfF .top-2 {
    margin-top: 0;
  }
}
.cid-vrjpDLxqK5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjpDLxqK5 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjpDLxqK5 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjpDLxqK5 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjpDLxqK5 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjpDLxqK5 img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjpDLxqK5 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjpDLxqK5 .top,
  .cid-vrjpDLxqK5 .top-2 {
    margin-top: 0;
  }
}
.cid-vrjpDZWmqs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vrjpDZWmqs img,
.cid-vrjpDZWmqs .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vrjpDZWmqs .item:focus,
.cid-vrjpDZWmqs span:focus {
  outline: none;
}
.cid-vrjpDZWmqs .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vrjpDZWmqs .item {
    margin-bottom: 1rem;
  }
}
.cid-vrjpDZWmqs .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vrjpDZWmqs .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vrjpDZWmqs .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vrjpDZWmqs .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vrjpDZWmqs .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vrjpDZWmqs .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-vrjpDZWmqs .mbr-section-title {
  color: #232323;
}
.cid-vrjpDZWmqs .mbr-text,
.cid-vrjpDZWmqs .mbr-section-btn {
  text-align: center;
}
.cid-vrjpDZWmqs .item-title {
  text-align: left;
}
.cid-vrjpDZWmqs .content-head {
  max-width: 800px;
}
.cid-vrjpDZWmqs .mbr-text,
.cid-vrjpDZWmqs .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-vrjpDZWmqs .mbr-section-title,
.cid-vrjpDZWmqs .mbr-section-head .mbr-section-btn {
  color: #5072b1;
}
.cid-vrjpE0yjzv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vrjpE0yjzv .content-head {
  max-width: 800px;
}
.cid-vrjpE18an6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vrjpE18an6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrjpE18an6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrjpE18an6 .row {
  justify-content: center;
}
.cid-vrjpE18an6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vrjpE18an6 .item {
    margin-bottom: 1rem;
  }
}
.cid-vrjpE18an6 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vrjpE18an6 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vrjpE18an6 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vrjpE18an6 .content-head {
  max-width: 800px;
}
.cid-vrjpE18an6 .mbr-section-title {
  color: #5072b1;
}
.cid-vrjpE1HXqJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5072b1;
  overflow: hidden;
}
.cid-vrjpXyfEpX {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vrjpXyfEpX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vrjpXyfEpX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vrjpXyfEpX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vrjpXyfEpX .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vrjpXyfEpX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vrjpXyfEpX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vrjpXyfEpX .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vrjpXyfEpX .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vrjpXyfEpX .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vrjpXyfEpX .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vrjpXyfEpX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vrjpXyfEpX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vrjpXyfEpX .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vrjpXyfEpX .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vrjpXyfEpX .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vrjpXyfEpX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vrjpXyfEpX .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vrjpXyfEpX .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vrjpXyfEpX .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vrjpXyfEpX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vrjpXyfEpX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vrjpXyfEpX .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vrjpXyfEpX .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vrjpXyfEpX .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vrjpXyfEpX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vrjpXyfEpX .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
}
.cid-vrjpXyfEpX .nav-item:focus,
.cid-vrjpXyfEpX .nav-link:focus {
  outline: none;
}
.cid-vrjpXyfEpX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vrjpXyfEpX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vrjpXyfEpX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vrjpXyfEpX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrjpXyfEpX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vrjpXyfEpX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vrjpXyfEpX .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vrjpXyfEpX .navbar.opened {
  transition: all 0.3s;
}
.cid-vrjpXyfEpX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vrjpXyfEpX .navbar .navbar-logo img {
  width: auto;
}
.cid-vrjpXyfEpX .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vrjpXyfEpX .navbar.collapsed {
  justify-content: center;
}
.cid-vrjpXyfEpX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vrjpXyfEpX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vrjpXyfEpX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vrjpXyfEpX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vrjpXyfEpX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vrjpXyfEpX .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-vrjpXyfEpX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vrjpXyfEpX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vrjpXyfEpX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vrjpXyfEpX .navbar {
    min-height: 72px;
  }
  .cid-vrjpXyfEpX .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vrjpXyfEpX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vrjpXyfEpX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vrjpXyfEpX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vrjpXyfEpX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vrjpXyfEpX .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-vrjpXyfEpX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vrjpXyfEpX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vrjpXyfEpX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vrjpXyfEpX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vrjpXyfEpX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vrjpXyfEpX .dropdown-item.active,
.cid-vrjpXyfEpX .dropdown-item:active {
  background-color: transparent;
}
.cid-vrjpXyfEpX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vrjpXyfEpX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vrjpXyfEpX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vrjpXyfEpX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vrjpXyfEpX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vrjpXyfEpX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vrjpXyfEpX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vrjpXyfEpX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vrjpXyfEpX .navbar-buttons {
    text-align: left;
  }
}
.cid-vrjpXyfEpX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vrjpXyfEpX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vrjpXyfEpX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vrjpXyfEpX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vrjpXyfEpX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vrjpXyfEpX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vrjpXyfEpX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrjpXyfEpX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vrjpXyfEpX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vrjpXyfEpX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrjpXyfEpX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vrjpXyfEpX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrjpXyfEpX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vrjpXyfEpX .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vrjpXyfEpX .navbar {
    height: 70px;
  }
  .cid-vrjpXyfEpX .navbar.opened {
    height: auto;
  }
  .cid-vrjpXyfEpX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vrjpXyfEpX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vrjpXyfEpX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vrjpXyfEpX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vrjpXyfEpX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vrjpXyfEpX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vrjpXyfEpX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vrjpXyfEpX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vrjpXyfEpX .navbar-brand {
    margin-right: auto;
  }
  .cid-vrjpXyfEpX .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vrjpXyfEpX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vrjpXyfEpX .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vrjpXyfEpX .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vrjpXyfEpX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vrjpXyfEpX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vrjpXyfEpX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vrjpXyfEpX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vrjpXyfEpX .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vrjpXyfEpX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vrjpXyfEpX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vrjpXyQeo2 {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vrjpXyQeo2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrjpXyQeo2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrjpXyQeo2 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vrjpXyQeo2 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vrjpXyQeo2 {
    align-items: center;
  }
  .cid-vrjpXyQeo2 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vrjpXyQeo2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vrjpXyQeo2 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vrjpXyQeo2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vrjpXyQeo2 .content-wrap {
    width: 100%;
  }
}
.cid-vrjpXyQeo2 .mbr-section-title {
  text-align: center;
  color: #5072b1;
}
.cid-vrjpXyQeo2 .mbr-text,
.cid-vrjpXyQeo2 .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-vrjpXOj0oX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vrjpXOj0oX .image-wrap {
  width: 100%;
  position: relative;
  padding: 40px 70px;
  background-color: #000000;
}
.cid-vrjpXOj0oX .image-wrap img {
  transition: all .5s ease;
}
.cid-vrjpXOj0oX .image-wrap img:hover {
  transform: scale3d(1.1, 1.1, 1);
}
@media (max-width: 992px) {
  .cid-vrjpXOj0oX .image-wrap {
    padding: 20px 50px;
  }
}
@media (max-width: 768px) {
  .cid-vrjpXOj0oX .image-wrap {
    padding: 10px 30px;
  }
}
@media (max-width: 425px) {
  .cid-vrjpXOj0oX .image-wrap {
    padding: 10px 20px;
  }
}
.cid-vrjpXOKXTa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjpXOKXTa .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjpXOKXTa .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjpXOKXTa .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjpXOKXTa P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjpXOKXTa img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjpXOKXTa .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjpXOKXTa .top,
  .cid-vrjpXOKXTa .top-2 {
    margin-top: 0;
  }
}
.cid-vrjpXPebrW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjpXPebrW .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjpXPebrW .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjpXPebrW .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjpXPebrW P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjpXPebrW img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjpXPebrW .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjpXPebrW .top,
  .cid-vrjpXPebrW .top-2 {
    margin-top: 0;
  }
}
.cid-vrjpXPFN6z {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjpXPFN6z .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjpXPFN6z .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjpXPFN6z .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjpXPFN6z P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjpXPFN6z img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjpXPFN6z .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjpXPFN6z .top,
  .cid-vrjpXPFN6z .top-2 {
    margin-top: 0;
  }
}
.cid-vrjpXQ6llZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjpXQ6llZ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjpXQ6llZ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjpXQ6llZ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjpXQ6llZ P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjpXQ6llZ img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjpXQ6llZ .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjpXQ6llZ .top,
  .cid-vrjpXQ6llZ .top-2 {
    margin-top: 0;
  }
}
.cid-vrjpXQAZLU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjpXQAZLU .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjpXQAZLU .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjpXQAZLU .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjpXQAZLU P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjpXQAZLU img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjpXQAZLU .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjpXQAZLU .top,
  .cid-vrjpXQAZLU .top-2 {
    margin-top: 0;
  }
}
.cid-vrjpXR2N4N {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjpXR2N4N .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjpXR2N4N .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjpXR2N4N .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjpXR2N4N P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjpXR2N4N img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjpXR2N4N .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjpXR2N4N .top,
  .cid-vrjpXR2N4N .top-2 {
    margin-top: 0;
  }
}
.cid-vrjpXRvgKw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjpXRvgKw .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjpXRvgKw .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjpXRvgKw .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjpXRvgKw P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjpXRvgKw img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjpXRvgKw .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjpXRvgKw .top,
  .cid-vrjpXRvgKw .top-2 {
    margin-top: 0;
  }
}
.cid-vrjpXRXTSH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjpXRXTSH .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjpXRXTSH .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjpXRXTSH .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjpXRXTSH P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjpXRXTSH img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjpXRXTSH .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjpXRXTSH .top,
  .cid-vrjpXRXTSH .top-2 {
    margin-top: 0;
  }
}
.cid-vrjpXSo1Ng {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjpXSo1Ng .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjpXSo1Ng .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjpXSo1Ng .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjpXSo1Ng P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjpXSo1Ng img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjpXSo1Ng .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjpXSo1Ng .top,
  .cid-vrjpXSo1Ng .top-2 {
    margin-top: 0;
  }
}
.cid-vrjpXSRTFC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjpXSRTFC .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjpXSRTFC .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjpXSRTFC .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjpXSRTFC P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjpXSRTFC img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjpXSRTFC .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjpXSRTFC .top,
  .cid-vrjpXSRTFC .top-2 {
    margin-top: 0;
  }
}
.cid-vrjpY22dBf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vrjpY22dBf img,
.cid-vrjpY22dBf .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vrjpY22dBf .item:focus,
.cid-vrjpY22dBf span:focus {
  outline: none;
}
.cid-vrjpY22dBf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vrjpY22dBf .item {
    margin-bottom: 1rem;
  }
}
.cid-vrjpY22dBf .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vrjpY22dBf .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vrjpY22dBf .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vrjpY22dBf .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vrjpY22dBf .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vrjpY22dBf .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-vrjpY22dBf .mbr-section-title {
  color: #232323;
}
.cid-vrjpY22dBf .mbr-text,
.cid-vrjpY22dBf .mbr-section-btn {
  text-align: center;
}
.cid-vrjpY22dBf .item-title {
  text-align: left;
}
.cid-vrjpY22dBf .content-head {
  max-width: 800px;
}
.cid-vrjpY22dBf .mbr-text,
.cid-vrjpY22dBf .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-vrjpY22dBf .mbr-section-title,
.cid-vrjpY22dBf .mbr-section-head .mbr-section-btn {
  color: #5072b1;
}
.cid-vrjpY2DEGO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vrjpY2DEGO .content-head {
  max-width: 800px;
}
.cid-vrjpY3c37W {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vrjpY3c37W .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrjpY3c37W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrjpY3c37W .row {
  justify-content: center;
}
.cid-vrjpY3c37W .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vrjpY3c37W .item {
    margin-bottom: 1rem;
  }
}
.cid-vrjpY3c37W .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vrjpY3c37W .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vrjpY3c37W .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vrjpY3c37W .content-head {
  max-width: 800px;
}
.cid-vrjpY3c37W .mbr-section-title {
  color: #5072b1;
}
.cid-vrjpY3RUal {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5072b1;
  overflow: hidden;
}
.cid-vrjqmWT1Gu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vrjqmWT1Gu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vrjqmWT1Gu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vrjqmWT1Gu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vrjqmWT1Gu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vrjqmWT1Gu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vrjqmWT1Gu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vrjqmWT1Gu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vrjqmWT1Gu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vrjqmWT1Gu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vrjqmWT1Gu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vrjqmWT1Gu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vrjqmWT1Gu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vrjqmWT1Gu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vrjqmWT1Gu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vrjqmWT1Gu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vrjqmWT1Gu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vrjqmWT1Gu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vrjqmWT1Gu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vrjqmWT1Gu .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vrjqmWT1Gu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vrjqmWT1Gu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vrjqmWT1Gu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vrjqmWT1Gu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vrjqmWT1Gu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vrjqmWT1Gu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vrjqmWT1Gu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
}
.cid-vrjqmWT1Gu .nav-item:focus,
.cid-vrjqmWT1Gu .nav-link:focus {
  outline: none;
}
.cid-vrjqmWT1Gu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vrjqmWT1Gu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vrjqmWT1Gu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vrjqmWT1Gu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrjqmWT1Gu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vrjqmWT1Gu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vrjqmWT1Gu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vrjqmWT1Gu .navbar.opened {
  transition: all 0.3s;
}
.cid-vrjqmWT1Gu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vrjqmWT1Gu .navbar .navbar-logo img {
  width: auto;
}
.cid-vrjqmWT1Gu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vrjqmWT1Gu .navbar.collapsed {
  justify-content: center;
}
.cid-vrjqmWT1Gu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vrjqmWT1Gu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vrjqmWT1Gu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vrjqmWT1Gu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vrjqmWT1Gu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vrjqmWT1Gu .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-vrjqmWT1Gu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vrjqmWT1Gu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vrjqmWT1Gu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vrjqmWT1Gu .navbar {
    min-height: 72px;
  }
  .cid-vrjqmWT1Gu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vrjqmWT1Gu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vrjqmWT1Gu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vrjqmWT1Gu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vrjqmWT1Gu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vrjqmWT1Gu .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-vrjqmWT1Gu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vrjqmWT1Gu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vrjqmWT1Gu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vrjqmWT1Gu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vrjqmWT1Gu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vrjqmWT1Gu .dropdown-item.active,
.cid-vrjqmWT1Gu .dropdown-item:active {
  background-color: transparent;
}
.cid-vrjqmWT1Gu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vrjqmWT1Gu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vrjqmWT1Gu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vrjqmWT1Gu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vrjqmWT1Gu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vrjqmWT1Gu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vrjqmWT1Gu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vrjqmWT1Gu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vrjqmWT1Gu .navbar-buttons {
    text-align: left;
  }
}
.cid-vrjqmWT1Gu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vrjqmWT1Gu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vrjqmWT1Gu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vrjqmWT1Gu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vrjqmWT1Gu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vrjqmWT1Gu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vrjqmWT1Gu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrjqmWT1Gu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vrjqmWT1Gu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vrjqmWT1Gu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrjqmWT1Gu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vrjqmWT1Gu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrjqmWT1Gu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vrjqmWT1Gu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vrjqmWT1Gu .navbar {
    height: 70px;
  }
  .cid-vrjqmWT1Gu .navbar.opened {
    height: auto;
  }
  .cid-vrjqmWT1Gu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vrjqmWT1Gu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vrjqmWT1Gu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vrjqmWT1Gu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vrjqmWT1Gu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vrjqmWT1Gu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vrjqmWT1Gu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vrjqmWT1Gu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vrjqmWT1Gu .navbar-brand {
    margin-right: auto;
  }
  .cid-vrjqmWT1Gu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vrjqmWT1Gu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vrjqmWT1Gu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vrjqmWT1Gu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vrjqmWT1Gu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vrjqmWT1Gu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vrjqmWT1Gu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vrjqmWT1Gu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vrjqmWT1Gu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vrjqmWT1Gu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vrjqmWT1Gu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vrjqmXrz7Z {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vrjqmXrz7Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrjqmXrz7Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrjqmXrz7Z .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vrjqmXrz7Z .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vrjqmXrz7Z {
    align-items: center;
  }
  .cid-vrjqmXrz7Z .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vrjqmXrz7Z .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vrjqmXrz7Z {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vrjqmXrz7Z .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vrjqmXrz7Z .content-wrap {
    width: 100%;
  }
}
.cid-vrjqmXrz7Z .mbr-section-title {
  text-align: center;
  color: #5072b1;
}
.cid-vrjqmXrz7Z .mbr-text,
.cid-vrjqmXrz7Z .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-vrjqniCgkf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vrjqniCgkf .image-wrap {
  width: 100%;
  position: relative;
  padding: 40px 70px;
  background-color: #000000;
}
.cid-vrjqniCgkf .image-wrap img {
  transition: all .5s ease;
}
.cid-vrjqniCgkf .image-wrap img:hover {
  transform: scale3d(1.1, 1.1, 1);
}
@media (max-width: 992px) {
  .cid-vrjqniCgkf .image-wrap {
    padding: 20px 50px;
  }
}
@media (max-width: 768px) {
  .cid-vrjqniCgkf .image-wrap {
    padding: 10px 30px;
  }
}
@media (max-width: 425px) {
  .cid-vrjqniCgkf .image-wrap {
    padding: 10px 20px;
  }
}
.cid-vrjqnj6m7i {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjqnj6m7i .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjqnj6m7i .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjqnj6m7i .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjqnj6m7i P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjqnj6m7i img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjqnj6m7i .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjqnj6m7i .top,
  .cid-vrjqnj6m7i .top-2 {
    margin-top: 0;
  }
}
.cid-vrjqnjzGJu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjqnjzGJu .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjqnjzGJu .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjqnjzGJu .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjqnjzGJu P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjqnjzGJu img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjqnjzGJu .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjqnjzGJu .top,
  .cid-vrjqnjzGJu .top-2 {
    margin-top: 0;
  }
}
.cid-vrjqnk2cVs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjqnk2cVs .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjqnk2cVs .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjqnk2cVs .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjqnk2cVs P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjqnk2cVs img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjqnk2cVs .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjqnk2cVs .top,
  .cid-vrjqnk2cVs .top-2 {
    margin-top: 0;
  }
}
.cid-vrjqnkCAgg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjqnkCAgg .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjqnkCAgg .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjqnkCAgg .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjqnkCAgg P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjqnkCAgg img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjqnkCAgg .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjqnkCAgg .top,
  .cid-vrjqnkCAgg .top-2 {
    margin-top: 0;
  }
}
.cid-vrjqnl9Or6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjqnl9Or6 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjqnl9Or6 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjqnl9Or6 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjqnl9Or6 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjqnl9Or6 img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjqnl9Or6 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjqnl9Or6 .top,
  .cid-vrjqnl9Or6 .top-2 {
    margin-top: 0;
  }
}
.cid-vrjqnlE1dg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjqnlE1dg .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjqnlE1dg .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjqnlE1dg .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjqnlE1dg P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjqnlE1dg img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjqnlE1dg .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjqnlE1dg .top,
  .cid-vrjqnlE1dg .top-2 {
    margin-top: 0;
  }
}
.cid-vrjqnmGFwG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjqnmGFwG .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjqnmGFwG .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjqnmGFwG .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjqnmGFwG P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjqnmGFwG img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjqnmGFwG .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjqnmGFwG .top,
  .cid-vrjqnmGFwG .top-2 {
    margin-top: 0;
  }
}
.cid-vrjqnnbhcD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjqnnbhcD .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjqnnbhcD .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjqnnbhcD .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjqnnbhcD P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjqnnbhcD img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjqnnbhcD .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjqnnbhcD .top,
  .cid-vrjqnnbhcD .top-2 {
    margin-top: 0;
  }
}
.cid-vrjqnnGzoI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjqnnGzoI .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjqnnGzoI .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjqnnGzoI .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjqnnGzoI P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjqnnGzoI img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjqnnGzoI .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjqnnGzoI .top,
  .cid-vrjqnnGzoI .top-2 {
    margin-top: 0;
  }
}
.cid-vrjqnocHLT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjqnocHLT .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjqnocHLT .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjqnocHLT .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjqnocHLT P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjqnocHLT img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjqnocHLT .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjqnocHLT .top,
  .cid-vrjqnocHLT .top-2 {
    margin-top: 0;
  }
}
.cid-vrjqnoMINy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjqnoMINy .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjqnoMINy .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjqnoMINy .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjqnoMINy P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjqnoMINy img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjqnoMINy .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjqnoMINy .top,
  .cid-vrjqnoMINy .top-2 {
    margin-top: 0;
  }
}
.cid-vrjqnpjnM3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjqnpjnM3 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjqnpjnM3 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjqnpjnM3 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjqnpjnM3 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjqnpjnM3 img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjqnpjnM3 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjqnpjnM3 .top,
  .cid-vrjqnpjnM3 .top-2 {
    margin-top: 0;
  }
}
.cid-vrjqnpPy2u {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrjqnpPy2u .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vrjqnpPy2u .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vrjqnpPy2u .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vrjqnpPy2u P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-vrjqnpPy2u img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-vrjqnpPy2u .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-vrjqnpPy2u .top,
  .cid-vrjqnpPy2u .top-2 {
    margin-top: 0;
  }
}
.cid-vrjqnrElNU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vrjqnrElNU img,
.cid-vrjqnrElNU .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vrjqnrElNU .item:focus,
.cid-vrjqnrElNU span:focus {
  outline: none;
}
.cid-vrjqnrElNU .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vrjqnrElNU .item {
    margin-bottom: 1rem;
  }
}
.cid-vrjqnrElNU .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vrjqnrElNU .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vrjqnrElNU .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vrjqnrElNU .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vrjqnrElNU .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vrjqnrElNU .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-vrjqnrElNU .mbr-section-title {
  color: #232323;
}
.cid-vrjqnrElNU .mbr-text,
.cid-vrjqnrElNU .mbr-section-btn {
  text-align: center;
}
.cid-vrjqnrElNU .item-title {
  text-align: left;
}
.cid-vrjqnrElNU .content-head {
  max-width: 800px;
}
.cid-vrjqnrElNU .mbr-text,
.cid-vrjqnrElNU .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-vrjqnrElNU .mbr-section-title,
.cid-vrjqnrElNU .mbr-section-head .mbr-section-btn {
  color: #5072b1;
}
.cid-vrjqnsgRP5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vrjqnsgRP5 .content-head {
  max-width: 800px;
}
.cid-vrjqnsSbOb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vrjqnsSbOb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrjqnsSbOb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrjqnsSbOb .row {
  justify-content: center;
}
.cid-vrjqnsSbOb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vrjqnsSbOb .item {
    margin-bottom: 1rem;
  }
}
.cid-vrjqnsSbOb .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vrjqnsSbOb .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vrjqnsSbOb .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vrjqnsSbOb .content-head {
  max-width: 800px;
}
.cid-vrjqnsSbOb .mbr-section-title {
  color: #5072b1;
}
.cid-vrjqntscfy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5072b1;
  overflow: hidden;
}
