.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #e7e7e7;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 7.8rem;
  line-height: .9;
}
.display-1 > .mbr-iconfont {
  font-size: 9.75rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5.8rem;
  line-height: .9;
}
.display-2 > .mbr-iconfont {
  font-size: 7.25rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.8rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-7 > .mbr-iconfont {
  font-size: 2.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.46rem;
    font-size: calc( 3.38rem + (7.8 - 3.38) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.38rem + (7.8 - 3.38) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.64rem;
    font-size: calc( 2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f86a2d !important;
}
.bg-success {
  background-color: #60e1a5 !important;
}
.bg-info {
  background-color: #4cd9f5 !important;
}
.bg-warning {
  background-color: #ffd042 !important;
}
.bg-danger {
  background-color: #f86a2d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f86a2d !important;
  border-color: #f86a2d !important;
  color: #250c01 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fcc2a8 !important;
  border-color: #fcc2a8 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #250c01 !important;
  background-color: #fcc2a8 !important;
  border-color: #fcc2a8 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #9b80ff !important;
  border-color: #9b80ff !important;
  color: #1b0080 !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: #1b0080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #4cd9f5 !important;
  border-color: #4cd9f5 !important;
  color: #03353f !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #c5f3fc !important;
  border-color: #c5f3fc !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #03353f !important;
  background-color: #c5f3fc !important;
  border-color: #c5f3fc !important;
}
.btn-success,
.btn-success:active {
  background-color: #60e1a5 !important;
  border-color: #60e1a5 !important;
  color: #0a3823 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #cbf5e2 !important;
  border-color: #cbf5e2 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0a3823 !important;
  background-color: #cbf5e2 !important;
  border-color: #cbf5e2 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd042 !important;
  border-color: #ffd042 !important;
  color: #423200 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fff0c2 !important;
  border-color: #fff0c2 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #423200 !important;
  background-color: #fff0c2 !important;
  border-color: #fff0c2 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f86a2d !important;
  border-color: #f86a2d !important;
  color: #250c01 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fcc2a8 !important;
  border-color: #fcc2a8 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #250c01 !important;
  background-color: #fcc2a8 !important;
  border-color: #fcc2a8 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !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: #636363 !important;
  border-color: #636363 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #636363 !important;
  border-color: #636363 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f86a2d;
  color: #f86a2d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c84107 !important;
  background-color: transparent !important;
  border-color: #c84107 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f86a2d !important;
  border-color: #f86a2d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #9b80ff;
  color: #9b80ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #5729ff !important;
  background-color: transparent !important;
  border-color: #5729ff !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #9b80ff !important;
  border-color: #9b80ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #4cd9f5;
  color: #4cd9f5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0cbbde !important;
  background-color: transparent !important;
  border-color: #0cbbde !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4cd9f5 !important;
  border-color: #4cd9f5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #60e1a5;
  color: #60e1a5;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #25c57b !important;
  background-color: transparent !important;
  border-color: #25c57b !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #60e1a5 !important;
  border-color: #60e1a5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffd042;
  color: #ffd042;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #eab000 !important;
  background-color: transparent !important;
  border-color: #eab000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #423200 !important;
  background-color: #ffd042 !important;
  border-color: #ffd042 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f86a2d;
  color: #f86a2d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c84107 !important;
  background-color: transparent !important;
  border-color: #c84107 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f86a2d !important;
  border-color: #f86a2d !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: #f86a2d !important;
}
.text-secondary {
  color: #9b80ff !important;
}
.text-success {
  color: #60e1a5 !important;
}
.text-info {
  color: #4cd9f5 !important;
}
.text-warning {
  color: #ffd042 !important;
}
.text-danger {
  color: #f86a2d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b93c06 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4b1aff !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #23b873 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0cafcf !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #dba500 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b93c06 !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: #f86a2d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4cd9f5;
}
.alert-warning {
  background-color: #ffd042;
}
.alert-danger {
  background-color: #f86a2d;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f86a2d;
  border-color: #f86a2d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f86a2d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff6f2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff6f2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f86a2d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #f86a2d;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f86a2d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f86a2d;
}
.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: #f86a2d;
  border-bottom-color: #f86a2d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f86a2d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #9b80ff !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='%23f86a2d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 16px 32px;
  font-weight: 400 !important;
  border-radius: 80px !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 8px 18px;
  }
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 20px;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-width: 3px !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn-primary-outline,
  .mbr-section-btn-main .btn-primary-outline,
  .mbr-section-btn .btn-secondary-outline,
  .mbr-section-btn-main .btn-secondary-outline,
  .mbr-section-btn .btn-success-outline,
  .mbr-section-btn-main .btn-success-outline,
  .mbr-section-btn .btn-info-outline,
  .mbr-section-btn-main .btn-info-outline,
  .mbr-section-btn .btn-warning-outline,
  .mbr-section-btn-main .btn-warning-outline,
  .mbr-section-btn .btn-danger-outline,
  .mbr-section-btn-main .btn-danger-outline,
  .mbr-section-btn .btn-black-outline,
  .mbr-section-btn-main .btn-black-outline,
  .mbr-section-btn .btn-white-outline,
  .mbr-section-btn-main .btn-white-outline {
    border-width: 2px !important;
  }
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.card-box {
  border-radius: 52px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .card-box {
    border-radius: 35px !important;
  }
}
.nav-item .nav-link {
  border-radius: 80px !important;
}
.image-wrap::before {
  border-radius: 52px !important;
}
@media (max-width: 992px) {
  .image-wrap::before {
    border-radius: 35px !important;
  }
}
.cid-uF3y5CD76o {
  z-index: 1000;
  width: 100%;
}
.cid-uF3y5CD76o nav.navbar {
  position: fixed;
}
.cid-uF3y5CD76o .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF3y5CD76o .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uF3y5CD76o .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uF3y5CD76o .dropdown-item:hover,
.cid-uF3y5CD76o .dropdown-item:focus {
  background: #f86a2d !important;
  color: white !important;
}
.cid-uF3y5CD76o .dropdown-item:hover span {
  color: white;
}
.cid-uF3y5CD76o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uF3y5CD76o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uF3y5CD76o .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uF3y5CD76o .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uF3y5CD76o .nav-link {
  position: relative;
}
.cid-uF3y5CD76o .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uF3y5CD76o .container {
    flex-wrap: nowrap;
  }
}
.cid-uF3y5CD76o .dropdown-menu,
.cid-uF3y5CD76o .navbar.opened {
  background: #e7e7e7 !important;
}
.cid-uF3y5CD76o .nav-item:focus,
.cid-uF3y5CD76o .nav-link:focus {
  outline: none;
}
.cid-uF3y5CD76o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF3y5CD76o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF3y5CD76o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF3y5CD76o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF3y5CD76o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF3y5CD76o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF3y5CD76o .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-uF3y5CD76o .navbar.opened {
  transition: all 0.3s;
}
.cid-uF3y5CD76o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF3y5CD76o .navbar .navbar-logo img {
  width: auto;
}
.cid-uF3y5CD76o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF3y5CD76o .navbar.collapsed {
  justify-content: center;
}
.cid-uF3y5CD76o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF3y5CD76o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF3y5CD76o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uF3y5CD76o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF3y5CD76o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF3y5CD76o .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-uF3y5CD76o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF3y5CD76o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF3y5CD76o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF3y5CD76o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF3y5CD76o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF3y5CD76o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF3y5CD76o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF3y5CD76o .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-uF3y5CD76o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF3y5CD76o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF3y5CD76o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF3y5CD76o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF3y5CD76o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF3y5CD76o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uF3y5CD76o .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uF3y5CD76o .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-uF3y5CD76o .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uF3y5CD76o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF3y5CD76o .dropdown-item.active,
.cid-uF3y5CD76o .dropdown-item:active {
  background-color: transparent;
}
.cid-uF3y5CD76o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF3y5CD76o .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF3y5CD76o .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF3y5CD76o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7e7e7;
}
.cid-uF3y5CD76o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF3y5CD76o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF3y5CD76o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF3y5CD76o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF3y5CD76o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF3y5CD76o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7e7e7;
}
.cid-uF3y5CD76o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF3y5CD76o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF3y5CD76o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF3y5CD76o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF3y5CD76o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF3y5CD76o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF3y5CD76o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF3y5CD76o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF3y5CD76o .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uF3y5CD76o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF3y5CD76o .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF3y5CD76o .navbar {
    height: 70px;
  }
  .cid-uF3y5CD76o .navbar.opened {
    height: auto;
  }
  .cid-uF3y5CD76o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF3y5CD76o .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-uF3y5CD76o .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: rgba(231, 231, 231, 0.3);
}
.cid-uF3y5CD76o .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uF3y5CD76o .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-uF3y5CD76o .navbar-nav .nav-link:hover {
  background-color: #f86a2d;
  color: #e7e7e7 !important;
  box-shadow: 2px 0 0 #f86a2d, 0 1px 0 #f86a2d, -2px 0 0 #f86a2d, 0 -1px 0 #f86a2d;
}
@media (min-width: 992px) {
  .cid-uF3y5CD76o .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-uF3y5CD76o .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uF3y5CD76o .navbar {
    padding: 5px 0 !important;
  }
  .cid-uF3y5CD76o .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-uF3y5CD76o .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #e7e7e7;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
    background: rgba(231, 231, 231, 0.3);
  }
  .cid-uF3y5CD76o .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-uF3y5CD76o .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-uF3y5CD76o .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-uF3y5CD76o .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-uF3y5CD76o .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uF3y5CD76o .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-uF3y5CD76o .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f86a2d !important;
    box-shadow: none;
  }
  .cid-uF3y5CD76o .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-uF3y5CD76o .btn-container {
    display: none;
  }
}
.cid-uOyVVpa1tV {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #e7e7e7;
}
.cid-uOyVVpa1tV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOyVVpa1tV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOyVVpa1tV .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uOyVVpa1tV .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uOyVVpa1tV .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uOyVVpa1tV .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uOyVVpa1tV .title-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #e7e7e7 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uOyVVpa1tV .mbr-section-title {
  color: #ffffff;
}
.cid-uOyVVpa1tV .mbr-section-title,
.cid-uOyVVpa1tV .title-wrapper {
  color: #161616;
}
.cid-uFTeQbetqs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e7e7e7;
}
.cid-uFTeQbetqs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTeQbetqs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTeQbetqs .content-wrapper {
  padding: 75px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 800px;
}
@media (max-width: 1440px) {
  .cid-uFTeQbetqs .content-wrapper {
    padding: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uFTeQbetqs .content-wrapper {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uFTeQbetqs .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFTeQbetqs .content-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e7e7e7;
  opacity: 0.7;
  pointer-events: none;
  z-index: 1;
}
.cid-uFTeQbetqs .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFTeQbetqs .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFTeQbetqs .content-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uFTeQbetqs .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFTeQbetqs .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFTeQbetqs .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uFTeQbetqs .mbr-section-title {
  color: #000000;
}
.cid-uFTeQbetqs .mbr-text {
  color: #000000;
}
.cid-uFTeQbetqs .mbr-text,
.cid-uFTeQbetqs .text-wrapper {
  text-align: left;
}
.cid-uFUwkOAyod {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFUwkOAyod .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFUwkOAyod .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFUwkOAyod .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFUwkOAyod .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFUwkOAyod .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFUwkOAyod .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFUwkOAyod .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uFUwkOAyod .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFUwkOAyod .image-wrapper img {
    height: 350px;
  }
}
.cid-uFUwkOAyod .mbr-section-title {
  color: #ffffff;
}
.cid-uFUwkOAyod .mbr-text {
  color: #ffffff;
}
.cid-uFqafrROYq {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uFqafrROYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqafrROYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqafrROYq .row {
  justify-content: center;
}
.cid-uFqafrROYq .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFqafrROYq .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFqafrROYq .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uFqafrROYq .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFqafrROYq .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFqafrROYq .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFqafrROYq .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFqafrROYq .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uFqafrROYq .mbr-label,
.cid-uFqafrROYq .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFqafrROYq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFqafrROYq .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFqafrROYq .mbr-text,
.cid-uFqafrROYq .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFqafrROYq .mbr-section-title,
.cid-uFqafrROYq .mbr-section-btn {
  text-align: center;
}
.cid-uFqakGLvw8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e7e7e7;
}
.cid-uFqakGLvw8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqakGLvw8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqakGLvw8 .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uFqakGLvw8 .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uFqakGLvw8 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFqakGLvw8 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFqakGLvw8 .item .item-wrapper {
  height: 100%;
}
.cid-uFqakGLvw8 .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 28px;
  min-height: 560px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFqakGLvw8 .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uFqakGLvw8 .item .item-wrapper .card-box .item-title_1,
.cid-uFqakGLvw8 .item .item-wrapper .card-box .item-title_2,
.cid-uFqakGLvw8 .item .item-wrapper .card-box .item-title_3 {
  margin-bottom: 32px;
}
.cid-uFqakGLvw8 .item .item-wrapper .card-box .tags-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFqakGLvw8 .item .item-wrapper .card-box .tags-wrapper .list .item-wrap {
  padding: 16px 32px;
  border-radius: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 10px 0;
  border: 3px solid #000000;
}
@media (max-width: 992px) {
  .cid-uFqakGLvw8 .item .item-wrapper .card-box .tags-wrapper .list .item-wrap {
    padding: 8px 18px;
    border: 2px solid #000000;
  }
}
.cid-uFqakGLvw8 .item .item-wrapper .card-box .item-text_2,
.cid-uFqakGLvw8 .item .item-wrapper .card-box .item-text_3 {
  margin-bottom: 0;
}
.cid-uFqakGLvw8 .item .item-wrapper .card_1 {
  background-color: #ffffff;
}
.cid-uFqakGLvw8 .item .item-wrapper .card_2 {
  background-color: #f86a2d;
}
.cid-uFqakGLvw8 .item .item-wrapper .card_3 {
  background-color: #a6a6a6;
}
.cid-uFqakGLvw8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFqakGLvw8 .list {
  color: #000000;
}
.cid-uFqakGLvw8 .item-title_1 {
  color: #000000;
}
.cid-uFqakGLvw8 .item-title_2 {
  color: #000000;
}
.cid-uFqakGLvw8 .item-title_3 {
  color: #000000;
}
.cid-uFqakGLvw8 .item-text_2 {
  color: #000000;
}
.cid-uFqakGLvw8 .item-text_3 {
  color: #000000;
}
.cid-uFqbwj0DvU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e7e7e7;
}
.cid-uFqbwj0DvU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqbwj0DvU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqbwj0DvU .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uFqbwj0DvU .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uFqbwj0DvU .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFqbwj0DvU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFqbwj0DvU .item .item-wrapper {
  height: 100%;
}
.cid-uFqbwj0DvU .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 28px;
  min-height: 560px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFqbwj0DvU .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uFqbwj0DvU .item .item-wrapper .card-box .item-title_1,
.cid-uFqbwj0DvU .item .item-wrapper .card-box .item-title_2,
.cid-uFqbwj0DvU .item .item-wrapper .card-box .item-title_3 {
  margin-bottom: 32px;
}
.cid-uFqbwj0DvU .item .item-wrapper .card-box .tags-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFqbwj0DvU .item .item-wrapper .card-box .tags-wrapper .list .item-wrap {
  padding: 16px 32px;
  border-radius: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 10px 0;
  border: 3px solid #000000;
}
@media (max-width: 992px) {
  .cid-uFqbwj0DvU .item .item-wrapper .card-box .tags-wrapper .list .item-wrap {
    padding: 8px 18px;
    border: 2px solid #000000;
  }
}
.cid-uFqbwj0DvU .item .item-wrapper .card-box .item-text_2,
.cid-uFqbwj0DvU .item .item-wrapper .card-box .item-text_3 {
  margin-bottom: 0;
}
.cid-uFqbwj0DvU .item .item-wrapper .card_1 {
  background-color: #ffffff;
}
.cid-uFqbwj0DvU .item .item-wrapper .card_2 {
  background-color: #f86a2d;
}
.cid-uFqbwj0DvU .item .item-wrapper .card_3 {
  background-color: #a6a6a6;
}
.cid-uFqbwj0DvU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFqbwj0DvU .list {
  color: #000000;
}
.cid-uFqbwj0DvU .item-title_1 {
  color: #000000;
}
.cid-uFqbwj0DvU .item-title_2 {
  color: #000000;
}
.cid-uFqbwj0DvU .item-title_3 {
  color: #000000;
}
.cid-uFqbwj0DvU .item-text_2 {
  color: #000000;
}
.cid-uFqbwj0DvU .item-text_3 {
  color: #000000;
}
.cid-uFq6u3ApH6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e7e7e7;
}
.cid-uFq6u3ApH6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFq6u3ApH6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFq6u3ApH6 .mbr-desc {
  margin-bottom: 15px;
}
.cid-uFq6u3ApH6 .tabs-wrapper {
  background-color: #a6a6a6;
  border-radius: 6rem 6rem  0 0;
  padding: 35px 60px 225px;
  text-align: center;
}
@media (max-width: 1200px) {
  .cid-uFq6u3ApH6 .tabs-wrapper {
    padding: 35px 30px 225px;
  }
}
@media (max-width: 992px) {
  .cid-uFq6u3ApH6 .tabs-wrapper {
    padding: 35px 16px 225px;
    border-radius: 2rem 2rem 0 0;
  }
}
.cid-uFq6u3ApH6 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uFq6u3ApH6 .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 10px 20px;
  border: none;
  border-radius: 0;
  display: block;
  margin: 0;
}
.cid-uFq6u3ApH6 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #000000;
  padding: 0;
  border: none;
  margin-bottom: 0;
}
.cid-uFq6u3ApH6 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
}
.cid-uFq6u3ApH6 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-uFq6u3ApH6 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-uFq6u3ApH6 .tab-content {
  background-color: #f3f3f3;
  border-radius: 6rem;
  margin-top: -190px;
  padding: 110px 60px;
}
@media (max-width: 1200px) {
  .cid-uFq6u3ApH6 .tab-content {
    padding: 70px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFq6u3ApH6 .tab-content {
    padding: 16px;
    border-radius: 2rem;
  }
}
.cid-uFq6u3ApH6 .tab-content .tab-pane .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFq6u3ApH6 .tab-content .tab-pane .content-wrap {
    display: block;
    margin-bottom: 15px;
  }
}
.cid-uFq6u3ApH6 .tab-content .tab-pane .content-wrap .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uFq6u3ApH6 .tab-content .tab-pane .content-wrap .image-wrapper {
    width: 100%;
    margin-bottom: 35px;
  }
}
.cid-uFq6u3ApH6 .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uFq6u3ApH6 .tab-content .tab-pane .content-wrap .image-wrapper img {
    border-radius: 1rem;
  }
}
.cid-uFq6u3ApH6 .tab-content .tab-pane .content-wrap .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uFq6u3ApH6 .tab-content .tab-pane .content-wrap .text-wrapper {
    width: 100%;
  }
}
.cid-uFq6u3ApH6 .tab-content .tab-pane .content-wrap .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uFq6u3ApH6 .tab-content .tab-pane .content-wrap .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uFq6u3ApH6 .card {
  justify-content: center;
}
.cid-uFq6u3ApH6 .item-title {
  color: #000000;
}
.cid-uFq6u3ApH6 .item-text {
  color: #000000;
}
.cid-uFZX0dOedG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e7e7e7;
}
.cid-uFZX0dOedG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZX0dOedG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZX0dOedG .card-box__top {
  display: flex;
  justify-content: space-between;
  align-items: top;
}
@media (max-width: 1600px) {
  .cid-uFZX0dOedG .card-box__top {
    flex-direction: column-reverse;
  }
}
.cid-uFZX0dOedG .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFZX0dOedG .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uFZX0dOedG .card-text {
  padding-top: 10rem;
}
@media (max-width: 992px) {
  .cid-uFZX0dOedG .card-text {
    padding-top: 5rem;
  }
}
.cid-uFZX0dOedG .item-wrapper {
  background: #a6a6a6;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 1px #f86a2d;
  transition: all ease-in-out 0.3s;
}
.cid-uFZX0dOedG .item-wrapper:hover {
  background-color: #f86a2d;
  transition: all ease-in-out 0.3s;
}
.cid-uFZX0dOedG .item-wrapper:hover .card-title,
.cid-uFZX0dOedG .item-wrapper:hover .card-text,
.cid-uFZX0dOedG .item-wrapper:hover .mbr-iconfont {
  color: #ffffff !important;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uFZX0dOedG .item-wrapper {
    padding: 1rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uFZX0dOedG .item-wrapper {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.cid-uFZX0dOedG .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #144774;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 1700px) {
  .cid-uFZX0dOedG .mbr-iconfont {
    font-size: 3rem;
    margin-left: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-uFZX0dOedG .mbr-section-title {
  color: #161616;
}
.cid-uFZX0dOedG .mbr-section-subtitle {
  color: #144774;
}
.cid-uFZX0dOedG .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uFZX0dOedG .card-box .item-footer {
  margin-top: auto;
}
.cid-uFZX0dOedG .content-head {
  max-width: 800px;
}
.cid-uFZX0dOedG .card-title,
.cid-uFZX0dOedG .iconfont-wrapper {
  color: #161616;
  text-align: center;
}
.cid-uFZX0dOedG .card-text,
.cid-uFZX0dOedG .item .mbr-section-btn {
  color: #144774;
}
.cid-uFZYkAlapc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFZYkAlapc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZYkAlapc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZYkAlapc .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFZYkAlapc .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFZYkAlapc .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFZYkAlapc .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFZYkAlapc .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uFZYkAlapc .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFZYkAlapc .image-wrapper img {
    height: 350px;
  }
}
.cid-uFZYkAlapc .mbr-section-title {
  color: #ffffff;
}
.cid-uFZYkAlapc .mbr-text {
  color: #ffffff;
}
.cid-uXrG3lJwpU {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXrG3lJwpU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXrG3lJwpU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXrG3lJwpU .row {
  justify-content: center;
}
.cid-uXrG3lJwpU .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uXrG3lJwpU .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXrG3lJwpU .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uXrG3lJwpU .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXrG3lJwpU .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uXrG3lJwpU .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXrG3lJwpU .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXrG3lJwpU .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uXrG3lJwpU .mbr-label,
.cid-uXrG3lJwpU .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXrG3lJwpU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXrG3lJwpU .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uXrG3lJwpU .mbr-text,
.cid-uXrG3lJwpU .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXrG3lJwpU .mbr-section-title,
.cid-uXrG3lJwpU .mbr-section-btn {
  text-align: center;
}
.cid-uGzKaQOnXH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGzKaQOnXH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzKaQOnXH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzKaQOnXH .row {
  justify-content: center;
}
.cid-uGzKaQOnXH .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGzKaQOnXH .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uGzKaQOnXH .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGzKaQOnXH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGzKaQOnXH .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGzKaQOnXH .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uGzKaQOnXH .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uGzKaQOnXH .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGzKaQOnXH .content-wrapper .social {
  margin-top: 22px;
}
.cid-uGzKaQOnXH .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uGzKaQOnXH .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uGzKaQOnXH .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uGzKaQOnXH .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGzKaQOnXH .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #f86a2d, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGzKaQOnXH .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uGzKaQOnXH .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGzKaQOnXH .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGzKaQOnXH .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uGzKaQOnXH .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uGzKaQOnXH .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uGzKaQOnXH .mbr-section-title {
  color: #ffffff;
}
.cid-uGzKaQOnXH .mbr-text {
  color: #ffffff;
}
.cid-uGzKaQOnXH .mbr-desc {
  color: #ffffff;
}
.cid-uGzKaQOnXH .list {
  color: #ffffff;
}
.cid-uFTpvxVAmx {
  z-index: 1000;
  width: 100%;
}
.cid-uFTpvxVAmx nav.navbar {
  position: fixed;
}
.cid-uFTpvxVAmx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTpvxVAmx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTpvxVAmx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTpvxVAmx .dropdown-item:hover,
.cid-uFTpvxVAmx .dropdown-item:focus {
  background: #f86a2d !important;
  color: white !important;
}
.cid-uFTpvxVAmx .dropdown-item:hover span {
  color: white;
}
.cid-uFTpvxVAmx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTpvxVAmx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTpvxVAmx .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTpvxVAmx .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTpvxVAmx .nav-link {
  position: relative;
}
.cid-uFTpvxVAmx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTpvxVAmx .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTpvxVAmx .dropdown-menu,
.cid-uFTpvxVAmx .navbar.opened {
  background: #e7e7e7 !important;
}
.cid-uFTpvxVAmx .nav-item:focus,
.cid-uFTpvxVAmx .nav-link:focus {
  outline: none;
}
.cid-uFTpvxVAmx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTpvxVAmx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTpvxVAmx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTpvxVAmx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTpvxVAmx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTpvxVAmx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTpvxVAmx .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-uFTpvxVAmx .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTpvxVAmx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTpvxVAmx .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTpvxVAmx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTpvxVAmx .navbar.collapsed {
  justify-content: center;
}
.cid-uFTpvxVAmx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTpvxVAmx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFTpvxVAmx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uFTpvxVAmx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTpvxVAmx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTpvxVAmx .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-uFTpvxVAmx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTpvxVAmx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTpvxVAmx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTpvxVAmx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTpvxVAmx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTpvxVAmx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTpvxVAmx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTpvxVAmx .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-uFTpvxVAmx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTpvxVAmx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTpvxVAmx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTpvxVAmx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTpvxVAmx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTpvxVAmx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFTpvxVAmx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFTpvxVAmx .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-uFTpvxVAmx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uFTpvxVAmx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTpvxVAmx .dropdown-item.active,
.cid-uFTpvxVAmx .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTpvxVAmx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTpvxVAmx .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTpvxVAmx .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTpvxVAmx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7e7e7;
}
.cid-uFTpvxVAmx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTpvxVAmx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTpvxVAmx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTpvxVAmx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTpvxVAmx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTpvxVAmx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7e7e7;
}
.cid-uFTpvxVAmx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTpvxVAmx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTpvxVAmx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTpvxVAmx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTpvxVAmx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTpvxVAmx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTpvxVAmx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTpvxVAmx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTpvxVAmx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTpvxVAmx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTpvxVAmx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFTpvxVAmx .navbar {
    height: 70px;
  }
  .cid-uFTpvxVAmx .navbar.opened {
    height: auto;
  }
  .cid-uFTpvxVAmx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFTpvxVAmx .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-uFTpvxVAmx .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: rgba(231, 231, 231, 0.3);
}
.cid-uFTpvxVAmx .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFTpvxVAmx .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-uFTpvxVAmx .navbar-nav .nav-link:hover {
  background-color: #f86a2d;
  color: #e7e7e7 !important;
  box-shadow: 2px 0 0 #f86a2d, 0 1px 0 #f86a2d, -2px 0 0 #f86a2d, 0 -1px 0 #f86a2d;
}
@media (min-width: 992px) {
  .cid-uFTpvxVAmx .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-uFTpvxVAmx .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uFTpvxVAmx .navbar {
    padding: 5px 0 !important;
  }
  .cid-uFTpvxVAmx .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-uFTpvxVAmx .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #e7e7e7;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
    background: rgba(231, 231, 231, 0.3);
  }
  .cid-uFTpvxVAmx .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-uFTpvxVAmx .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-uFTpvxVAmx .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-uFTpvxVAmx .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-uFTpvxVAmx .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uFTpvxVAmx .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-uFTpvxVAmx .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f86a2d !important;
    box-shadow: none;
  }
  .cid-uFTpvxVAmx .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-uFTpvxVAmx .btn-container {
    display: none;
  }
}
.cid-uFVidvvhH4 {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #e7e7e7;
}
.cid-uFVidvvhH4 .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uFVidvvhH4 .display-1 {
    font-size: 5rem;
  }
}
.cid-uFVidvvhH4 h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uFVidvvhH4 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFVidvvhH4 .display-1 {
    font-size: 2.8rem;
  }
  .cid-uFVidvvhH4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFVidvvhH4 .content-wrap {
    width: 100%;
  }
}
.cid-uFVidvvhH4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVidvvhH4 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uFVidvvhH4 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uFVidvvhH4 {
    align-items: center;
  }
  .cid-uFVidvvhH4 .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFVidvvhH4 .content-wrap {
    min-width: 50%;
  }
}
.cid-uFVidvvhH4 .mbr-section-title {
  text-align: left;
  color: #221b35;
}
.cid-uFVidvvhH4 .mbr-text,
.cid-uFVidvvhH4 .mbr-section-btn {
  text-align: center;
  color: #221b35;
}
.cid-uFVgi8d4dh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e7e7e7;
}
.cid-uFVgi8d4dh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVgi8d4dh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVgi8d4dh .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFVgi8d4dh .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFVgi8d4dh .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uFVgi8d4dh .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uFVgi8d4dh .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-uFVgi8d4dh .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-uFVgi8d4dh .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uFVgi8d4dh .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uFVgi8d4dh .items-wrap .card_2 {
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uFVgi8d4dh .items-wrap .card_2 {
    padding-top: 0;
  }
}
.cid-uFVgi8d4dh .items-wrap .card_3 {
  padding-top: 400px;
}
@media (max-width: 992px) {
  .cid-uFVgi8d4dh .items-wrap .card_3 {
    padding-top: 0;
  }
}
.cid-uFVgi8d4dh .item .item-wrapper .card-box {
  padding: 42px 28px;
  background-color: #000000;
  min-height: 600px;
}
@media (max-width: 992px) {
  .cid-uFVgi8d4dh .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uFVgi8d4dh .item .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-uFVgi8d4dh .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uFVgi8d4dh .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uFVgi8d4dh .mbr-section-title {
  color: #000000;
}
.cid-uFVgi8d4dh .item-title {
  color: #ffffff;
}
.cid-uFVgi8d4dh .item-number {
  color: #ffffff;
}
.cid-uFVgi8d4dh .item-text {
  color: #ffffff;
}
.cid-uFVgj48utO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uFVgj48utO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVgj48utO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVgj48utO .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFVgj48utO .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFVgj48utO .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uFVgj48utO .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uFVgj48utO .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-uFVgj48utO .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-uFVgj48utO .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uFVgj48utO .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uFVgj48utO .items-wrap .card_2 {
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uFVgj48utO .items-wrap .card_2 {
    padding-top: 0;
  }
}
.cid-uFVgj48utO .items-wrap .card_3 {
  padding-top: 400px;
}
@media (max-width: 992px) {
  .cid-uFVgj48utO .items-wrap .card_3 {
    padding-top: 0;
  }
}
.cid-uFVgj48utO .item .item-wrapper .card-box {
  padding: 42px 28px;
  background-color: #000000;
  min-height: 600px;
}
@media (max-width: 992px) {
  .cid-uFVgj48utO .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uFVgj48utO .item .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-uFVgj48utO .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uFVgj48utO .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uFVgj48utO .mbr-section-title {
  color: #000000;
}
.cid-uFVgj48utO .item-title {
  color: #ffffff;
}
.cid-uFVgj48utO .item-number {
  color: #ffffff;
}
.cid-uFVgj48utO .item-text {
  color: #ffffff;
}
.cid-uFTpvywBn7 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uFTpvywBn7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTpvywBn7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTpvywBn7 .row {
  justify-content: center;
}
.cid-uFTpvywBn7 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFTpvywBn7 .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFTpvywBn7 .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uFTpvywBn7 .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFTpvywBn7 .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFTpvywBn7 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFTpvywBn7 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFTpvywBn7 .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uFTpvywBn7 .mbr-label,
.cid-uFTpvywBn7 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFTpvywBn7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFTpvywBn7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFTpvywBn7 .mbr-text,
.cid-uFTpvywBn7 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFTpvywBn7 .mbr-section-title,
.cid-uFTpvywBn7 .mbr-section-btn {
  text-align: center;
}
.cid-uFTpvA7xNF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFTpvA7xNF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTpvA7xNF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTpvA7xNF .row {
  justify-content: center;
}
.cid-uFTpvA7xNF .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFTpvA7xNF .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uFTpvA7xNF .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFTpvA7xNF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFTpvA7xNF .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFTpvA7xNF .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFTpvA7xNF .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uFTpvA7xNF .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFTpvA7xNF .content-wrapper .social {
  margin-top: 22px;
}
.cid-uFTpvA7xNF .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uFTpvA7xNF .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uFTpvA7xNF .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFTpvA7xNF .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFTpvA7xNF .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #f86a2d, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFTpvA7xNF .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uFTpvA7xNF .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFTpvA7xNF .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFTpvA7xNF .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uFTpvA7xNF .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uFTpvA7xNF .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uFTpvA7xNF .mbr-section-title {
  color: #ffffff;
}
.cid-uFTpvA7xNF .mbr-text {
  color: #ffffff;
}
.cid-uFTpvA7xNF .mbr-desc {
  color: #ffffff;
}
.cid-uFTpvA7xNF .list {
  color: #ffffff;
}
.cid-uFTpISTe3n {
  z-index: 1000;
  width: 100%;
}
.cid-uFTpISTe3n nav.navbar {
  position: fixed;
}
.cid-uFTpISTe3n .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTpISTe3n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTpISTe3n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTpISTe3n .dropdown-item:hover,
.cid-uFTpISTe3n .dropdown-item:focus {
  background: #f86a2d !important;
  color: white !important;
}
.cid-uFTpISTe3n .dropdown-item:hover span {
  color: white;
}
.cid-uFTpISTe3n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTpISTe3n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTpISTe3n .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTpISTe3n .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTpISTe3n .nav-link {
  position: relative;
}
.cid-uFTpISTe3n .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTpISTe3n .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTpISTe3n .dropdown-menu,
.cid-uFTpISTe3n .navbar.opened {
  background: #e7e7e7 !important;
}
.cid-uFTpISTe3n .nav-item:focus,
.cid-uFTpISTe3n .nav-link:focus {
  outline: none;
}
.cid-uFTpISTe3n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTpISTe3n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTpISTe3n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTpISTe3n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTpISTe3n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTpISTe3n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTpISTe3n .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-uFTpISTe3n .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTpISTe3n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTpISTe3n .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTpISTe3n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTpISTe3n .navbar.collapsed {
  justify-content: center;
}
.cid-uFTpISTe3n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTpISTe3n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFTpISTe3n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uFTpISTe3n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTpISTe3n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTpISTe3n .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-uFTpISTe3n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTpISTe3n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTpISTe3n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTpISTe3n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTpISTe3n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTpISTe3n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTpISTe3n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTpISTe3n .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-uFTpISTe3n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTpISTe3n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTpISTe3n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTpISTe3n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTpISTe3n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTpISTe3n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFTpISTe3n .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFTpISTe3n .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-uFTpISTe3n .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uFTpISTe3n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTpISTe3n .dropdown-item.active,
.cid-uFTpISTe3n .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTpISTe3n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTpISTe3n .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTpISTe3n .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTpISTe3n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7e7e7;
}
.cid-uFTpISTe3n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTpISTe3n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTpISTe3n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTpISTe3n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTpISTe3n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTpISTe3n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7e7e7;
}
.cid-uFTpISTe3n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTpISTe3n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTpISTe3n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTpISTe3n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTpISTe3n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTpISTe3n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTpISTe3n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTpISTe3n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTpISTe3n .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTpISTe3n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTpISTe3n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFTpISTe3n .navbar {
    height: 70px;
  }
  .cid-uFTpISTe3n .navbar.opened {
    height: auto;
  }
  .cid-uFTpISTe3n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFTpISTe3n .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-uFTpISTe3n .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: rgba(231, 231, 231, 0.3);
}
.cid-uFTpISTe3n .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFTpISTe3n .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-uFTpISTe3n .navbar-nav .nav-link:hover {
  background-color: #f86a2d;
  color: #e7e7e7 !important;
  box-shadow: 2px 0 0 #f86a2d, 0 1px 0 #f86a2d, -2px 0 0 #f86a2d, 0 -1px 0 #f86a2d;
}
@media (min-width: 992px) {
  .cid-uFTpISTe3n .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-uFTpISTe3n .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uFTpISTe3n .navbar {
    padding: 5px 0 !important;
  }
  .cid-uFTpISTe3n .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-uFTpISTe3n .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #e7e7e7;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
    background: rgba(231, 231, 231, 0.3);
  }
  .cid-uFTpISTe3n .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-uFTpISTe3n .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-uFTpISTe3n .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-uFTpISTe3n .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-uFTpISTe3n .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uFTpISTe3n .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-uFTpISTe3n .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f86a2d !important;
    box-shadow: none;
  }
  .cid-uFTpISTe3n .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-uFTpISTe3n .btn-container {
    display: none;
  }
}
.cid-uG0ggaSBli {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #e7e7e7;
}
.cid-uG0ggaSBli .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uG0ggaSBli .display-1 {
    font-size: 5rem;
  }
}
.cid-uG0ggaSBli h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uG0ggaSBli {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uG0ggaSBli .display-1 {
    font-size: 2.8rem;
  }
  .cid-uG0ggaSBli .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uG0ggaSBli .content-wrap {
    width: 100%;
  }
}
.cid-uG0ggaSBli .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0ggaSBli .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uG0ggaSBli .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uG0ggaSBli {
    align-items: center;
  }
  .cid-uG0ggaSBli .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uG0ggaSBli .content-wrap {
    min-width: 50%;
  }
}
.cid-uG0ggaSBli .mbr-section-title {
  text-align: left;
  color: #221b35;
}
.cid-uG0ggaSBli .mbr-text,
.cid-uG0ggaSBli .mbr-section-btn {
  text-align: center;
  color: #221b35;
}
.cid-uFTpISDf2Y {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e7e7e7;
}
.cid-uFTpISDf2Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTpISDf2Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTpISDf2Y .content-wrapper {
  padding: 75px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 800px;
}
@media (max-width: 1440px) {
  .cid-uFTpISDf2Y .content-wrapper {
    padding: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uFTpISDf2Y .content-wrapper {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uFTpISDf2Y .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFTpISDf2Y .content-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
.cid-uFTpISDf2Y .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFTpISDf2Y .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFTpISDf2Y .content-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uFTpISDf2Y .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFTpISDf2Y .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFTpISDf2Y .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uFTpISDf2Y .mbr-section-title {
  color: #000000;
}
.cid-uFTpISDf2Y .mbr-text {
  color: #000000;
}
.cid-uLd66Kekgq {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uLd66Kekgq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLd66Kekgq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLd66Kekgq .card {
  justify-content: center;
}
.cid-uLd66Kekgq .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uLd66Kekgq .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uLd66Kekgq .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uLd66Kekgq .content-wrapper .mbr-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uLd66Kekgq .content-wrapper .mbr-section-btn {
    margin-bottom: 22px;
  }
}
.cid-uLd66Kekgq .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uLd66Kekgq .content-wrapper .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uLd66Kekgq .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uLd66Kekgq .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLd66Kekgq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uLd66Kekgq .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uLd66Kekgq .image-wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uLd66Kekgq .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uLd66Kekgq .image-wrapper {
    padding-right: 0;
  }
}
.cid-uLd66Kekgq .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLd66Kekgq .image-wrapper img {
    box-shadow: -5px 5px 0 0 #ffffff;
    height: 350px;
  }
}
.cid-uLd66Kekgq .mbr-section-title {
  color: #ffffff;
}
.cid-uLd66Kekgq .mbr-tag {
  color: #ffffff;
}
.cid-uLd66Kekgq .mbr-text {
  color: #ffffff;
}
.cid-uFTpITziE4 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uFTpITziE4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTpITziE4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTpITziE4 .row {
  justify-content: center;
}
.cid-uFTpITziE4 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFTpITziE4 .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFTpITziE4 .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uFTpITziE4 .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFTpITziE4 .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFTpITziE4 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFTpITziE4 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFTpITziE4 .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uFTpITziE4 .mbr-label,
.cid-uFTpITziE4 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFTpITziE4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFTpITziE4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFTpITziE4 .mbr-text,
.cid-uFTpITziE4 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFTpITziE4 .mbr-section-title,
.cid-uFTpITziE4 .mbr-section-btn {
  text-align: center;
}
.cid-uFTpITLJEO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e7e7e7;
}
.cid-uFTpITLJEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTpITLJEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTpITLJEO .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uFTpITLJEO .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uFTpITLJEO .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFTpITLJEO .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFTpITLJEO .item .item-wrapper {
  height: 100%;
}
.cid-uFTpITLJEO .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 28px;
  min-height: 560px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFTpITLJEO .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uFTpITLJEO .item .item-wrapper .card-box .item-title_1,
.cid-uFTpITLJEO .item .item-wrapper .card-box .item-title_2,
.cid-uFTpITLJEO .item .item-wrapper .card-box .item-title_3 {
  margin-bottom: 32px;
}
.cid-uFTpITLJEO .item .item-wrapper .card-box .tags-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFTpITLJEO .item .item-wrapper .card-box .tags-wrapper .list .item-wrap {
  padding: 16px 32px;
  border-radius: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 10px 0;
  border: 3px solid #000000;
}
@media (max-width: 992px) {
  .cid-uFTpITLJEO .item .item-wrapper .card-box .tags-wrapper .list .item-wrap {
    padding: 8px 18px;
    border: 2px solid #000000;
  }
}
.cid-uFTpITLJEO .item .item-wrapper .card-box .item-text_2,
.cid-uFTpITLJEO .item .item-wrapper .card-box .item-text_3 {
  margin-bottom: 0;
}
.cid-uFTpITLJEO .item .item-wrapper .card_1 {
  background-color: #ffffff;
}
.cid-uFTpITLJEO .item .item-wrapper .card_2 {
  background-color: #f86a2d;
}
.cid-uFTpITLJEO .item .item-wrapper .card_3 {
  background-color: #a6a6a6;
}
.cid-uFTpITLJEO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFTpITLJEO .list {
  color: #000000;
}
.cid-uFTpITLJEO .item-title_1 {
  color: #000000;
}
.cid-uFTpITLJEO .item-title_2 {
  color: #000000;
}
.cid-uFTpITLJEO .item-title_3 {
  color: #000000;
}
.cid-uFTpITLJEO .item-text_2 {
  color: #000000;
}
.cid-uFTpITLJEO .item-text_3 {
  color: #000000;
}
.cid-uFTpIUcISE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e7e7e7;
}
.cid-uFTpIUcISE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTpIUcISE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTpIUcISE .mbr-desc {
  margin-bottom: 15px;
}
.cid-uFTpIUcISE .tabs-wrapper {
  background-color: #a6a6a6;
  border-radius: 6rem 6rem  0 0;
  padding: 35px 60px 225px;
  text-align: center;
}
@media (max-width: 1200px) {
  .cid-uFTpIUcISE .tabs-wrapper {
    padding: 35px 30px 225px;
  }
}
@media (max-width: 992px) {
  .cid-uFTpIUcISE .tabs-wrapper {
    padding: 35px 16px 225px;
    border-radius: 2rem 2rem 0 0;
  }
}
.cid-uFTpIUcISE .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uFTpIUcISE .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 10px 20px;
  border: none;
  border-radius: 0;
  display: block;
  margin: 0;
}
.cid-uFTpIUcISE .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #000000;
  padding: 0;
  border: none;
  margin-bottom: 0;
}
.cid-uFTpIUcISE .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
}
.cid-uFTpIUcISE .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-uFTpIUcISE .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-uFTpIUcISE .tab-content {
  background-color: #f3f3f3;
  border-radius: 6rem;
  margin-top: -190px;
  padding: 110px 60px;
}
@media (max-width: 1200px) {
  .cid-uFTpIUcISE .tab-content {
    padding: 70px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFTpIUcISE .tab-content {
    padding: 16px;
    border-radius: 2rem;
  }
}
.cid-uFTpIUcISE .tab-content .tab-pane .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFTpIUcISE .tab-content .tab-pane .content-wrap {
    display: block;
    margin-bottom: 15px;
  }
}
.cid-uFTpIUcISE .tab-content .tab-pane .content-wrap .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uFTpIUcISE .tab-content .tab-pane .content-wrap .image-wrapper {
    width: 100%;
    margin-bottom: 35px;
  }
}
.cid-uFTpIUcISE .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uFTpIUcISE .tab-content .tab-pane .content-wrap .image-wrapper img {
    border-radius: 1rem;
  }
}
.cid-uFTpIUcISE .tab-content .tab-pane .content-wrap .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uFTpIUcISE .tab-content .tab-pane .content-wrap .text-wrapper {
    width: 100%;
  }
}
.cid-uFTpIUcISE .tab-content .tab-pane .content-wrap .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uFTpIUcISE .tab-content .tab-pane .content-wrap .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uFTpIUcISE .card {
  justify-content: center;
}
.cid-uFTpIUcISE .item-title {
  color: #000000;
}
.cid-uFTpIUcISE .item-text {
  color: #000000;
}
.cid-uFV71NBGsL {
  background-color: #e7e7e7;
}
.cid-uFV71NBGsL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFV71NBGsL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFV71NBGsL .items-wrap {
  justify-content: space-between;
}
.cid-uFV71NBGsL .content-wrapper {
  padding: 96px;
  background-color: #a6a6a6;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-uFV71NBGsL .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uFV71NBGsL .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-uFV71NBGsL .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFV71NBGsL .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFV71NBGsL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFV71NBGsL .address-wrapper {
  padding: 96px;
  background-color: #161616;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uFV71NBGsL .address-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uFV71NBGsL .address-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
  }
}
.cid-uFV71NBGsL .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uFV71NBGsL .google-map {
  height: 100%;
}
.cid-uFV71NBGsL .google-map iframe {
  height: 400px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uFV71NBGsL .google-map iframe {
    height: 350px;
  }
}
.cid-uFV71NBGsL .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFV71NBGsL .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uFV71NBGsL .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uFV71NBGsL .mbr-section-title {
  color: #191c25;
}
.cid-uFV71NBGsL .mbr-text {
  color: #ffffff;
}
.cid-uFV71NBGsL .mbr-address {
  color: #ffffff;
}
.cid-uFV71NBGsL .mbr-number_2,
.cid-uFV71NBGsL .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uFV71NBGsL .mbr-section-title,
.cid-uFV71NBGsL .mbr-section-btn {
  color: #ffffff;
}
.cid-uFVaMRmEcT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(45deg, #161616 -20%, #000000 40%, #f86a2d 200%);
}
@media (max-width: 768px) {
  .cid-uFVaMRmEcT {
    background-image: linear-gradient(45deg, #161616 -60%, #000000 40%, #f86a2d 200%);
  }
}
.cid-uFVaMRmEcT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVaMRmEcT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVaMRmEcT .row {
  justify-content: space-between;
}
.cid-uFVaMRmEcT .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFVaMRmEcT .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uFVaMRmEcT .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFVaMRmEcT .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-uFVaMRmEcT .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uFVaMRmEcT .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uFVaMRmEcT .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uFVaMRmEcT .mbr-section-title {
  color: #ffffff;
}
.cid-uFVaMRmEcT .item-title {
  color: #ffffff;
}
.cid-uFVaMRmEcT .item-text {
  color: #ffffff;
}
.cid-uFVbOPtje6 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFVbOPtje6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVbOPtje6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVbOPtje6 .row {
  justify-content: center;
}
.cid-uFVbOPtje6 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFVbOPtje6 .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFVbOPtje6 .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uFVbOPtje6 .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFVbOPtje6 .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFVbOPtje6 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFVbOPtje6 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFVbOPtje6 .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uFVbOPtje6 .mbr-label,
.cid-uFVbOPtje6 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFVbOPtje6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFVbOPtje6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uFVbOPtje6 .mbr-text,
.cid-uFVbOPtje6 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFVbOPtje6 .mbr-section-title,
.cid-uFVbOPtje6 .mbr-section-btn {
  text-align: center;
}
.cid-uFVbGcZHwv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFVbGcZHwv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVbGcZHwv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVbGcZHwv .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFVbGcZHwv .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFVbGcZHwv .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFVbGcZHwv .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFVbGcZHwv .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uFVbGcZHwv .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFVbGcZHwv .image-wrapper img {
    height: 350px;
  }
}
.cid-uFVbGcZHwv .mbr-section-title {
  color: #ffffff;
}
.cid-uFVbGcZHwv .mbr-text {
  color: #ffffff;
}
.cid-uFVcUodgWw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFVcUodgWw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVcUodgWw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVcUodgWw .row {
  justify-content: center;
}
.cid-uFVcUodgWw .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFVcUodgWw .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFVcUodgWw .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uFVcUodgWw .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFVcUodgWw .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFVcUodgWw .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFVcUodgWw .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFVcUodgWw .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uFVcUodgWw .mbr-label,
.cid-uFVcUodgWw .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFVcUodgWw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFVcUodgWw .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFVcUodgWw .mbr-text,
.cid-uFVcUodgWw .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFVcUodgWw .mbr-section-title,
.cid-uFVcUodgWw .mbr-section-btn {
  text-align: center;
}
.cid-uFTpIV7QNX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFTpIV7QNX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTpIV7QNX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTpIV7QNX .row {
  justify-content: center;
}
.cid-uFTpIV7QNX .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFTpIV7QNX .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uFTpIV7QNX .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFTpIV7QNX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFTpIV7QNX .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFTpIV7QNX .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFTpIV7QNX .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uFTpIV7QNX .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFTpIV7QNX .content-wrapper .social {
  margin-top: 22px;
}
.cid-uFTpIV7QNX .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uFTpIV7QNX .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uFTpIV7QNX .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFTpIV7QNX .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFTpIV7QNX .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #f86a2d, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFTpIV7QNX .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uFTpIV7QNX .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFTpIV7QNX .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFTpIV7QNX .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uFTpIV7QNX .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uFTpIV7QNX .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uFTpIV7QNX .mbr-section-title {
  color: #ffffff;
}
.cid-uFTpIV7QNX .mbr-text {
  color: #ffffff;
}
.cid-uFTpIV7QNX .mbr-desc {
  color: #ffffff;
}
.cid-uFTpIV7QNX .list {
  color: #ffffff;
}
.cid-uFTpO2PchP {
  z-index: 1000;
  width: 100%;
}
.cid-uFTpO2PchP nav.navbar {
  position: fixed;
}
.cid-uFTpO2PchP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTpO2PchP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTpO2PchP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTpO2PchP .dropdown-item:hover,
.cid-uFTpO2PchP .dropdown-item:focus {
  background: #f86a2d !important;
  color: white !important;
}
.cid-uFTpO2PchP .dropdown-item:hover span {
  color: white;
}
.cid-uFTpO2PchP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTpO2PchP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTpO2PchP .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTpO2PchP .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTpO2PchP .nav-link {
  position: relative;
}
.cid-uFTpO2PchP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTpO2PchP .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTpO2PchP .dropdown-menu,
.cid-uFTpO2PchP .navbar.opened {
  background: #e7e7e7 !important;
}
.cid-uFTpO2PchP .nav-item:focus,
.cid-uFTpO2PchP .nav-link:focus {
  outline: none;
}
.cid-uFTpO2PchP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTpO2PchP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTpO2PchP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTpO2PchP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTpO2PchP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTpO2PchP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTpO2PchP .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-uFTpO2PchP .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTpO2PchP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTpO2PchP .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTpO2PchP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTpO2PchP .navbar.collapsed {
  justify-content: center;
}
.cid-uFTpO2PchP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTpO2PchP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFTpO2PchP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uFTpO2PchP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTpO2PchP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTpO2PchP .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-uFTpO2PchP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTpO2PchP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTpO2PchP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTpO2PchP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTpO2PchP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTpO2PchP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTpO2PchP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTpO2PchP .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-uFTpO2PchP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTpO2PchP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTpO2PchP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTpO2PchP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTpO2PchP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTpO2PchP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFTpO2PchP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFTpO2PchP .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-uFTpO2PchP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uFTpO2PchP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTpO2PchP .dropdown-item.active,
.cid-uFTpO2PchP .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTpO2PchP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTpO2PchP .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTpO2PchP .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTpO2PchP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7e7e7;
}
.cid-uFTpO2PchP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTpO2PchP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTpO2PchP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTpO2PchP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTpO2PchP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTpO2PchP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7e7e7;
}
.cid-uFTpO2PchP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTpO2PchP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTpO2PchP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTpO2PchP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTpO2PchP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTpO2PchP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTpO2PchP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTpO2PchP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTpO2PchP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTpO2PchP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTpO2PchP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFTpO2PchP .navbar {
    height: 70px;
  }
  .cid-uFTpO2PchP .navbar.opened {
    height: auto;
  }
  .cid-uFTpO2PchP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFTpO2PchP .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-uFTpO2PchP .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: rgba(231, 231, 231, 0.3);
}
.cid-uFTpO2PchP .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFTpO2PchP .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-uFTpO2PchP .navbar-nav .nav-link:hover {
  background-color: #f86a2d;
  color: #e7e7e7 !important;
  box-shadow: 2px 0 0 #f86a2d, 0 1px 0 #f86a2d, -2px 0 0 #f86a2d, 0 -1px 0 #f86a2d;
}
@media (min-width: 992px) {
  .cid-uFTpO2PchP .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-uFTpO2PchP .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uFTpO2PchP .navbar {
    padding: 5px 0 !important;
  }
  .cid-uFTpO2PchP .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-uFTpO2PchP .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #e7e7e7;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
    background: rgba(231, 231, 231, 0.3);
  }
  .cid-uFTpO2PchP .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-uFTpO2PchP .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-uFTpO2PchP .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-uFTpO2PchP .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-uFTpO2PchP .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uFTpO2PchP .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-uFTpO2PchP .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f86a2d !important;
    box-shadow: none;
  }
  .cid-uFTpO2PchP .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-uFTpO2PchP .btn-container {
    display: none;
  }
}
.cid-uG0gY7TouN {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #e7e7e7;
}
.cid-uG0gY7TouN .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uG0gY7TouN .display-1 {
    font-size: 5rem;
  }
}
.cid-uG0gY7TouN h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uG0gY7TouN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uG0gY7TouN .display-1 {
    font-size: 2.8rem;
  }
  .cid-uG0gY7TouN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uG0gY7TouN .content-wrap {
    width: 100%;
  }
}
.cid-uG0gY7TouN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0gY7TouN .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uG0gY7TouN .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uG0gY7TouN {
    align-items: center;
  }
  .cid-uG0gY7TouN .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uG0gY7TouN .content-wrap {
    min-width: 50%;
  }
}
.cid-uG0gY7TouN .mbr-section-title {
  text-align: left;
  color: #221b35;
}
.cid-uG0gY7TouN .mbr-text,
.cid-uG0gY7TouN .mbr-section-btn {
  text-align: center;
  color: #221b35;
}
.cid-uFTpO2AD1y {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e7e7e7;
}
.cid-uFTpO2AD1y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTpO2AD1y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTpO2AD1y .content-wrapper {
  padding: 75px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 800px;
}
@media (max-width: 1440px) {
  .cid-uFTpO2AD1y .content-wrapper {
    padding: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uFTpO2AD1y .content-wrapper {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uFTpO2AD1y .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFTpO2AD1y .content-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e7e7e7;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
.cid-uFTpO2AD1y .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFTpO2AD1y .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFTpO2AD1y .content-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uFTpO2AD1y .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFTpO2AD1y .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFTpO2AD1y .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uFTpO2AD1y .mbr-section-title {
  color: #000000;
}
.cid-uFTpO2AD1y .mbr-text {
  color: #000000;
}
.cid-uG0hKuIU9L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uG0hKuIU9L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0hKuIU9L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0hKuIU9L .row {
  justify-content: center;
}
.cid-uG0hKuIU9L .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG0hKuIU9L .label-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uG0hKuIU9L .label-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uG0hKuIU9L .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uG0hKuIU9L .items-wrapper {
    gap: 48px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uG0hKuIU9L .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 48px 16px;
  }
}
@media (max-width: 768px) {
  .cid-uG0hKuIU9L .items-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uG0hKuIU9L .item {
    margin-bottom: 48px;
  }
}
.cid-uG0hKuIU9L .item .item-wrapper {
  height: 100%;
}
.cid-uG0hKuIU9L .item .item-wrapper .date-wrapper {
  padding-bottom: 60px;
  border-bottom: 3px solid #f86a2d;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG0hKuIU9L .item .item-wrapper .date-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.cid-uG0hKuIU9L .item .item-wrapper .date-wrapper .card-year {
  margin-bottom: 0;
}
.cid-uG0hKuIU9L .item .item-wrapper .date-wrapper .card-date {
  margin-bottom: 0;
}
.cid-uG0hKuIU9L .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uG0hKuIU9L .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-uG0hKuIU9L .item .item-wrapper .card-box .list {
  margin-bottom: 0;
  padding-left: 22px;
}
.cid-uG0hKuIU9L .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 12px;
}
.cid-uG0hKuIU9L .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uG0hKuIU9L .item .item-wrapper .card-box .list .item-wrap::marker {
  color: #f86a2d;
}
.cid-uG0hKuIU9L .mbr-label {
  color: #f86a2d;
}
.cid-uG0hKuIU9L .card-year {
  color: #f86a2d;
}
.cid-uG0hKuIU9L .card-date {
  color: #ffffff;
}
.cid-uG0hKuIU9L .card-title {
  color: #ffffff;
}
.cid-uG0hKuIU9L .list {
  color: #ffffff;
}
.cid-uG0joilNsv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uG0joilNsv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0joilNsv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0joilNsv .row {
  justify-content: center;
}
.cid-uG0joilNsv .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG0joilNsv .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uG0joilNsv .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uG0joilNsv .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uG0joilNsv .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG0joilNsv .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG0joilNsv .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uG0joilNsv .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uG0joilNsv .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uG0joilNsv .items-wrapper {
    display: block;
  }
}
.cid-uG0joilNsv .item {
  transform: rotate(-3deg);
}
@media (max-width: 1200px) {
  .cid-uG0joilNsv .item {
    transform: none;
  }
}
.cid-uG0joilNsv .item:nth-child(2n) {
  transform: translateY(5px) rotate(0);
}
@media (max-width: 1200px) {
  .cid-uG0joilNsv .item:nth-child(2n) {
    transform: none;
  }
}
.cid-uG0joilNsv .item:nth-child(3n) {
  transform: rotate(2.7deg);
}
@media (max-width: 1200px) {
  .cid-uG0joilNsv .item:nth-child(3n) {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uG0joilNsv .item {
    margin-bottom: 16px;
  }
}
.cid-uG0joilNsv .item .item-wrapper {
  height: 100%;
  background-color: #f86a2d;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uG0joilNsv .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uG0joilNsv .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uG0joilNsv .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG0joilNsv .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-uG0joilNsv .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG0joilNsv .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uG0joilNsv .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 230px;
  color: #000000;
}
@media (max-width: 1440px) {
  .cid-uG0joilNsv .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 180px;
  }
}
@media (max-width: 1200px) {
  .cid-uG0joilNsv .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 120px;
  }
}
.cid-uG0joilNsv .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uG0joilNsv .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uG0joilNsv .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uG0joilNsv .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uG0joilNsv .mbr-section-title {
  color: #ffffff;
}
.cid-uG0joilNsv .mbr-text,
.cid-uG0joilNsv .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uG0joilNsv .card-title {
  color: #000000;
}
.cid-uG0joilNsv .card-text {
  color: #000000;
}
.cid-uG0joilNsv .iconfont-wrapper {
  text-align: center;
}
.cid-uG0joilNsv .mbr-section-title,
.cid-uG0joilNsv .mbr-section-btn {
  text-align: center;
}
.cid-uG0mJWMR4X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 70%, #f86a2d 110%);
}
.cid-uG0mJWMR4X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0mJWMR4X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0mJWMR4X .row {
  justify-content: center;
}
.cid-uG0mJWMR4X .card-wrapper {
  display: flex;
  background-color: #161616;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uG0mJWMR4X .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uG0mJWMR4X .card-wrapper .content-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uG0mJWMR4X .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uG0mJWMR4X .card-wrapper .content-wrapper .tag-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG0mJWMR4X .card-wrapper .content-wrapper .tag-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uG0mJWMR4X .card-wrapper .content-wrapper .tag-wrapper .item-wrap {
  display: inline-flex;
  background-color: #2c2f35;
  padding: 6px 10px;
}
.cid-uG0mJWMR4X .card-wrapper .content-wrapper .mbr-date {
  margin-bottom: 22px;
}
.cid-uG0mJWMR4X .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uG0mJWMR4X .card-wrapper .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uG0mJWMR4X .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 12px;
}
.cid-uG0mJWMR4X .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uG0mJWMR4X .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uG0mJWMR4X .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uG0mJWMR4X .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uG0mJWMR4X .card-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uG0mJWMR4X .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uG0mJWMR4X .item-wrap {
  color: #ffffff;
}
.cid-uG0mJWMR4X .mbr-date {
  color: #ffffff;
}
.cid-uG0mJWMR4X .mbr-section-title {
  color: #ffffff;
}
.cid-uG0mJWMR4X .mbr-name {
  color: #ffffff;
}
.cid-uFTpO3nqRE {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uFTpO3nqRE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTpO3nqRE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTpO3nqRE .row {
  justify-content: center;
}
.cid-uFTpO3nqRE .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFTpO3nqRE .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFTpO3nqRE .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uFTpO3nqRE .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFTpO3nqRE .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFTpO3nqRE .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFTpO3nqRE .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFTpO3nqRE .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uFTpO3nqRE .mbr-label,
.cid-uFTpO3nqRE .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFTpO3nqRE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFTpO3nqRE .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFTpO3nqRE .mbr-text,
.cid-uFTpO3nqRE .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFTpO3nqRE .mbr-section-title,
.cid-uFTpO3nqRE .mbr-section-btn {
  text-align: center;
}
.cid-uFTpO4PK04 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFTpO4PK04 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTpO4PK04 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTpO4PK04 .row {
  justify-content: center;
}
.cid-uFTpO4PK04 .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFTpO4PK04 .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uFTpO4PK04 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFTpO4PK04 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFTpO4PK04 .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFTpO4PK04 .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFTpO4PK04 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uFTpO4PK04 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFTpO4PK04 .content-wrapper .social {
  margin-top: 22px;
}
.cid-uFTpO4PK04 .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uFTpO4PK04 .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uFTpO4PK04 .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFTpO4PK04 .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFTpO4PK04 .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #f86a2d, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFTpO4PK04 .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uFTpO4PK04 .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFTpO4PK04 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFTpO4PK04 .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uFTpO4PK04 .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uFTpO4PK04 .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uFTpO4PK04 .mbr-section-title {
  color: #ffffff;
}
.cid-uFTpO4PK04 .mbr-text {
  color: #ffffff;
}
.cid-uFTpO4PK04 .mbr-desc {
  color: #ffffff;
}
.cid-uFTpO4PK04 .list {
  color: #ffffff;
}
.cid-uFTpSPOPPb {
  z-index: 1000;
  width: 100%;
}
.cid-uFTpSPOPPb nav.navbar {
  position: fixed;
}
.cid-uFTpSPOPPb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTpSPOPPb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTpSPOPPb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTpSPOPPb .dropdown-item:hover,
.cid-uFTpSPOPPb .dropdown-item:focus {
  background: #f86a2d !important;
  color: white !important;
}
.cid-uFTpSPOPPb .dropdown-item:hover span {
  color: white;
}
.cid-uFTpSPOPPb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTpSPOPPb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTpSPOPPb .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTpSPOPPb .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTpSPOPPb .nav-link {
  position: relative;
}
.cid-uFTpSPOPPb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTpSPOPPb .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTpSPOPPb .dropdown-menu,
.cid-uFTpSPOPPb .navbar.opened {
  background: #e7e7e7 !important;
}
.cid-uFTpSPOPPb .nav-item:focus,
.cid-uFTpSPOPPb .nav-link:focus {
  outline: none;
}
.cid-uFTpSPOPPb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTpSPOPPb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTpSPOPPb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTpSPOPPb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTpSPOPPb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTpSPOPPb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTpSPOPPb .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-uFTpSPOPPb .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTpSPOPPb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTpSPOPPb .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTpSPOPPb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTpSPOPPb .navbar.collapsed {
  justify-content: center;
}
.cid-uFTpSPOPPb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTpSPOPPb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFTpSPOPPb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uFTpSPOPPb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTpSPOPPb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTpSPOPPb .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-uFTpSPOPPb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTpSPOPPb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTpSPOPPb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTpSPOPPb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTpSPOPPb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTpSPOPPb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTpSPOPPb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTpSPOPPb .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-uFTpSPOPPb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTpSPOPPb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTpSPOPPb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTpSPOPPb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTpSPOPPb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTpSPOPPb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFTpSPOPPb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFTpSPOPPb .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-uFTpSPOPPb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uFTpSPOPPb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTpSPOPPb .dropdown-item.active,
.cid-uFTpSPOPPb .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTpSPOPPb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTpSPOPPb .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTpSPOPPb .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTpSPOPPb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7e7e7;
}
.cid-uFTpSPOPPb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTpSPOPPb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTpSPOPPb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTpSPOPPb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTpSPOPPb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTpSPOPPb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7e7e7;
}
.cid-uFTpSPOPPb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTpSPOPPb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTpSPOPPb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTpSPOPPb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTpSPOPPb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTpSPOPPb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTpSPOPPb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTpSPOPPb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTpSPOPPb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTpSPOPPb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTpSPOPPb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFTpSPOPPb .navbar {
    height: 70px;
  }
  .cid-uFTpSPOPPb .navbar.opened {
    height: auto;
  }
  .cid-uFTpSPOPPb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFTpSPOPPb .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-uFTpSPOPPb .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: rgba(231, 231, 231, 0.3);
}
.cid-uFTpSPOPPb .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFTpSPOPPb .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-uFTpSPOPPb .navbar-nav .nav-link:hover {
  background-color: #f86a2d;
  color: #e7e7e7 !important;
  box-shadow: 2px 0 0 #f86a2d, 0 1px 0 #f86a2d, -2px 0 0 #f86a2d, 0 -1px 0 #f86a2d;
}
@media (min-width: 992px) {
  .cid-uFTpSPOPPb .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-uFTpSPOPPb .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uFTpSPOPPb .navbar {
    padding: 5px 0 !important;
  }
  .cid-uFTpSPOPPb .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-uFTpSPOPPb .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #e7e7e7;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
    background: rgba(231, 231, 231, 0.3);
  }
  .cid-uFTpSPOPPb .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-uFTpSPOPPb .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-uFTpSPOPPb .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-uFTpSPOPPb .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-uFTpSPOPPb .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uFTpSPOPPb .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-uFTpSPOPPb .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f86a2d !important;
    box-shadow: none;
  }
  .cid-uFTpSPOPPb .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-uFTpSPOPPb .btn-container {
    display: none;
  }
}
.cid-uG0nX59viM {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #e7e7e7;
}
.cid-uG0nX59viM .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uG0nX59viM .display-1 {
    font-size: 5rem;
  }
}
.cid-uG0nX59viM h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uG0nX59viM {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uG0nX59viM .display-1 {
    font-size: 2.8rem;
  }
  .cid-uG0nX59viM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uG0nX59viM .content-wrap {
    width: 100%;
  }
}
.cid-uG0nX59viM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0nX59viM .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uG0nX59viM .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uG0nX59viM {
    align-items: center;
  }
  .cid-uG0nX59viM .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uG0nX59viM .content-wrap {
    min-width: 50%;
  }
}
.cid-uG0nX59viM .mbr-section-title {
  text-align: left;
  color: #221b35;
}
.cid-uG0nX59viM .mbr-text,
.cid-uG0nX59viM .mbr-section-btn {
  text-align: center;
  color: #221b35;
}
.cid-uFTpSPwLhO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e7e7e7;
}
.cid-uFTpSPwLhO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTpSPwLhO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTpSPwLhO .content-wrapper {
  padding: 75px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 800px;
}
@media (max-width: 1440px) {
  .cid-uFTpSPwLhO .content-wrapper {
    padding: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uFTpSPwLhO .content-wrapper {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uFTpSPwLhO .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFTpSPwLhO .content-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e7e7e7;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
.cid-uFTpSPwLhO .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFTpSPwLhO .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFTpSPwLhO .content-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uFTpSPwLhO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFTpSPwLhO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFTpSPwLhO .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uFTpSPwLhO .mbr-section-title {
  color: #000000;
}
.cid-uFTpSPwLhO .mbr-text {
  color: #000000;
}
.cid-uG0GQ1z2di {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uG0GQ1z2di .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0GQ1z2di .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0GQ1z2di .row {
  justify-content: center;
}
.cid-uG0GQ1z2di .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG0GQ1z2di .label-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uG0GQ1z2di .label-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uG0GQ1z2di .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uG0GQ1z2di .items-wrapper {
    gap: 48px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uG0GQ1z2di .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 48px 16px;
  }
}
@media (max-width: 768px) {
  .cid-uG0GQ1z2di .items-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uG0GQ1z2di .item {
    margin-bottom: 48px;
  }
}
.cid-uG0GQ1z2di .item .item-wrapper {
  height: 100%;
}
.cid-uG0GQ1z2di .item .item-wrapper .date-wrapper {
  padding-bottom: 60px;
  border-bottom: 3px solid #f86a2d;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG0GQ1z2di .item .item-wrapper .date-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.cid-uG0GQ1z2di .item .item-wrapper .date-wrapper .card-year {
  margin-bottom: 0;
}
.cid-uG0GQ1z2di .item .item-wrapper .date-wrapper .card-date {
  margin-bottom: 0;
}
.cid-uG0GQ1z2di .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uG0GQ1z2di .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-uG0GQ1z2di .item .item-wrapper .card-box .list {
  margin-bottom: 0;
  padding-left: 22px;
}
.cid-uG0GQ1z2di .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 12px;
}
.cid-uG0GQ1z2di .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uG0GQ1z2di .item .item-wrapper .card-box .list .item-wrap::marker {
  color: #f86a2d;
}
.cid-uG0GQ1z2di .mbr-label {
  color: #f86a2d;
}
.cid-uG0GQ1z2di .card-year {
  color: #f86a2d;
}
.cid-uG0GQ1z2di .card-date {
  color: #ffffff;
}
.cid-uG0GQ1z2di .card-title {
  color: #ffffff;
}
.cid-uG0GQ1z2di .list {
  color: #ffffff;
}
.cid-uG0HYCtMwT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 70%, #f86a2d 110%);
}
.cid-uG0HYCtMwT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0HYCtMwT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0HYCtMwT .row {
  justify-content: center;
}
.cid-uG0HYCtMwT .card-wrapper {
  display: flex;
  background-color: #161616;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uG0HYCtMwT .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uG0HYCtMwT .card-wrapper .content-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uG0HYCtMwT .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uG0HYCtMwT .card-wrapper .content-wrapper .tag-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG0HYCtMwT .card-wrapper .content-wrapper .tag-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uG0HYCtMwT .card-wrapper .content-wrapper .tag-wrapper .item-wrap {
  display: inline-flex;
  background-color: #2c2f35;
  padding: 6px 10px;
}
.cid-uG0HYCtMwT .card-wrapper .content-wrapper .mbr-date {
  margin-bottom: 22px;
}
.cid-uG0HYCtMwT .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uG0HYCtMwT .card-wrapper .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uG0HYCtMwT .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 12px;
}
.cid-uG0HYCtMwT .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uG0HYCtMwT .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uG0HYCtMwT .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uG0HYCtMwT .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uG0HYCtMwT .card-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uG0HYCtMwT .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uG0HYCtMwT .item-wrap {
  color: #ffffff;
}
.cid-uG0HYCtMwT .mbr-date {
  color: #ffffff;
}
.cid-uG0HYCtMwT .mbr-section-title {
  color: #ffffff;
}
.cid-uG0HYCtMwT .mbr-name {
  color: #ffffff;
}
.cid-uFTpSQpEii {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uFTpSQpEii .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTpSQpEii .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTpSQpEii .row {
  justify-content: center;
}
.cid-uFTpSQpEii .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFTpSQpEii .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFTpSQpEii .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uFTpSQpEii .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFTpSQpEii .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFTpSQpEii .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFTpSQpEii .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFTpSQpEii .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uFTpSQpEii .mbr-label,
.cid-uFTpSQpEii .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFTpSQpEii .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFTpSQpEii .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uFTpSQpEii .mbr-text,
.cid-uFTpSQpEii .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uFTpSQpEii .mbr-section-title,
.cid-uFTpSQpEii .mbr-section-btn {
  text-align: left;
}
.cid-uFTpSS1qLp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFTpSS1qLp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTpSS1qLp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTpSS1qLp .row {
  justify-content: center;
}
.cid-uFTpSS1qLp .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFTpSS1qLp .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uFTpSS1qLp .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFTpSS1qLp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFTpSS1qLp .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFTpSS1qLp .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFTpSS1qLp .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uFTpSS1qLp .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFTpSS1qLp .content-wrapper .social {
  margin-top: 22px;
}
.cid-uFTpSS1qLp .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uFTpSS1qLp .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uFTpSS1qLp .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFTpSS1qLp .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFTpSS1qLp .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #f86a2d, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFTpSS1qLp .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uFTpSS1qLp .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFTpSS1qLp .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFTpSS1qLp .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uFTpSS1qLp .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uFTpSS1qLp .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uFTpSS1qLp .mbr-section-title {
  color: #ffffff;
}
.cid-uFTpSS1qLp .mbr-text {
  color: #ffffff;
}
.cid-uFTpSS1qLp .mbr-desc {
  color: #ffffff;
}
.cid-uFTpSS1qLp .list {
  color: #ffffff;
}
.cid-uFTpXkgyLP {
  z-index: 1000;
  width: 100%;
}
.cid-uFTpXkgyLP nav.navbar {
  position: fixed;
}
.cid-uFTpXkgyLP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTpXkgyLP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTpXkgyLP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTpXkgyLP .dropdown-item:hover,
.cid-uFTpXkgyLP .dropdown-item:focus {
  background: #f86a2d !important;
  color: white !important;
}
.cid-uFTpXkgyLP .dropdown-item:hover span {
  color: white;
}
.cid-uFTpXkgyLP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTpXkgyLP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTpXkgyLP .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTpXkgyLP .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTpXkgyLP .nav-link {
  position: relative;
}
.cid-uFTpXkgyLP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTpXkgyLP .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTpXkgyLP .dropdown-menu,
.cid-uFTpXkgyLP .navbar.opened {
  background: #e7e7e7 !important;
}
.cid-uFTpXkgyLP .nav-item:focus,
.cid-uFTpXkgyLP .nav-link:focus {
  outline: none;
}
.cid-uFTpXkgyLP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTpXkgyLP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTpXkgyLP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTpXkgyLP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTpXkgyLP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTpXkgyLP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTpXkgyLP .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-uFTpXkgyLP .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTpXkgyLP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTpXkgyLP .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTpXkgyLP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTpXkgyLP .navbar.collapsed {
  justify-content: center;
}
.cid-uFTpXkgyLP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTpXkgyLP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFTpXkgyLP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uFTpXkgyLP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTpXkgyLP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTpXkgyLP .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-uFTpXkgyLP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTpXkgyLP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTpXkgyLP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTpXkgyLP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTpXkgyLP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTpXkgyLP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTpXkgyLP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTpXkgyLP .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-uFTpXkgyLP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTpXkgyLP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTpXkgyLP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTpXkgyLP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTpXkgyLP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTpXkgyLP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFTpXkgyLP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFTpXkgyLP .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-uFTpXkgyLP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uFTpXkgyLP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTpXkgyLP .dropdown-item.active,
.cid-uFTpXkgyLP .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTpXkgyLP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTpXkgyLP .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTpXkgyLP .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTpXkgyLP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7e7e7;
}
.cid-uFTpXkgyLP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTpXkgyLP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTpXkgyLP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTpXkgyLP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTpXkgyLP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTpXkgyLP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7e7e7;
}
.cid-uFTpXkgyLP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTpXkgyLP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTpXkgyLP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTpXkgyLP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTpXkgyLP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTpXkgyLP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTpXkgyLP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTpXkgyLP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTpXkgyLP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTpXkgyLP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTpXkgyLP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFTpXkgyLP .navbar {
    height: 70px;
  }
  .cid-uFTpXkgyLP .navbar.opened {
    height: auto;
  }
  .cid-uFTpXkgyLP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFTpXkgyLP .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-uFTpXkgyLP .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: rgba(231, 231, 231, 0.3);
}
.cid-uFTpXkgyLP .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFTpXkgyLP .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-uFTpXkgyLP .navbar-nav .nav-link:hover {
  background-color: #f86a2d;
  color: #e7e7e7 !important;
  box-shadow: 2px 0 0 #f86a2d, 0 1px 0 #f86a2d, -2px 0 0 #f86a2d, 0 -1px 0 #f86a2d;
}
@media (min-width: 992px) {
  .cid-uFTpXkgyLP .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-uFTpXkgyLP .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uFTpXkgyLP .navbar {
    padding: 5px 0 !important;
  }
  .cid-uFTpXkgyLP .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-uFTpXkgyLP .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #e7e7e7;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
    background: rgba(231, 231, 231, 0.3);
  }
  .cid-uFTpXkgyLP .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-uFTpXkgyLP .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-uFTpXkgyLP .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-uFTpXkgyLP .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-uFTpXkgyLP .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uFTpXkgyLP .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-uFTpXkgyLP .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f86a2d !important;
    box-shadow: none;
  }
  .cid-uFTpXkgyLP .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-uFTpXkgyLP .btn-container {
    display: none;
  }
}
.cid-uG0Kx4Nlxf {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #e7e7e7;
}
.cid-uG0Kx4Nlxf .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uG0Kx4Nlxf .display-1 {
    font-size: 5rem;
  }
}
.cid-uG0Kx4Nlxf h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uG0Kx4Nlxf {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uG0Kx4Nlxf .display-1 {
    font-size: 2.8rem;
  }
  .cid-uG0Kx4Nlxf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uG0Kx4Nlxf .content-wrap {
    width: 100%;
  }
}
.cid-uG0Kx4Nlxf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0Kx4Nlxf .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uG0Kx4Nlxf .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uG0Kx4Nlxf {
    align-items: center;
  }
  .cid-uG0Kx4Nlxf .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uG0Kx4Nlxf .content-wrap {
    min-width: 50%;
  }
}
.cid-uG0Kx4Nlxf .mbr-section-title {
  text-align: left;
  color: #221b35;
}
.cid-uG0Kx4Nlxf .mbr-text,
.cid-uG0Kx4Nlxf .mbr-section-btn {
  text-align: center;
  color: #221b35;
}
.cid-uFTpXjZqki {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e7e7e7;
}
.cid-uFTpXjZqki .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTpXjZqki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTpXjZqki .content-wrapper {
  padding: 75px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 800px;
}
@media (max-width: 1440px) {
  .cid-uFTpXjZqki .content-wrapper {
    padding: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uFTpXjZqki .content-wrapper {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uFTpXjZqki .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFTpXjZqki .content-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e7e7e7;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
.cid-uFTpXjZqki .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFTpXjZqki .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFTpXjZqki .content-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uFTpXjZqki .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFTpXjZqki .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFTpXjZqki .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uFTpXjZqki .mbr-section-title {
  color: #000000;
}
.cid-uFTpXjZqki .mbr-text {
  color: #000000;
}
.cid-uG0Lm1Ovn0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uG0Lm1Ovn0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0Lm1Ovn0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0Lm1Ovn0 .row {
  justify-content: center;
}
.cid-uG0Lm1Ovn0 .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG0Lm1Ovn0 .label-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uG0Lm1Ovn0 .label-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uG0Lm1Ovn0 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uG0Lm1Ovn0 .items-wrapper {
    gap: 48px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uG0Lm1Ovn0 .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 48px 16px;
  }
}
@media (max-width: 768px) {
  .cid-uG0Lm1Ovn0 .items-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uG0Lm1Ovn0 .item {
    margin-bottom: 48px;
  }
}
.cid-uG0Lm1Ovn0 .item .item-wrapper {
  height: 100%;
}
.cid-uG0Lm1Ovn0 .item .item-wrapper .date-wrapper {
  padding-bottom: 60px;
  border-bottom: 3px solid #f86a2d;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG0Lm1Ovn0 .item .item-wrapper .date-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.cid-uG0Lm1Ovn0 .item .item-wrapper .date-wrapper .card-year {
  margin-bottom: 0;
}
.cid-uG0Lm1Ovn0 .item .item-wrapper .date-wrapper .card-date {
  margin-bottom: 0;
}
.cid-uG0Lm1Ovn0 .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uG0Lm1Ovn0 .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-uG0Lm1Ovn0 .item .item-wrapper .card-box .list {
  margin-bottom: 0;
  padding-left: 22px;
}
.cid-uG0Lm1Ovn0 .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 12px;
}
.cid-uG0Lm1Ovn0 .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uG0Lm1Ovn0 .item .item-wrapper .card-box .list .item-wrap::marker {
  color: #f86a2d;
}
.cid-uG0Lm1Ovn0 .mbr-label {
  color: #f86a2d;
}
.cid-uG0Lm1Ovn0 .card-year {
  color: #f86a2d;
}
.cid-uG0Lm1Ovn0 .card-date {
  color: #ffffff;
}
.cid-uG0Lm1Ovn0 .card-title {
  color: #ffffff;
}
.cid-uG0Lm1Ovn0 .list {
  color: #ffffff;
}
.cid-uFTpXkTyE4 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uFTpXkTyE4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTpXkTyE4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTpXkTyE4 .row {
  justify-content: center;
}
.cid-uFTpXkTyE4 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFTpXkTyE4 .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFTpXkTyE4 .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uFTpXkTyE4 .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFTpXkTyE4 .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFTpXkTyE4 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFTpXkTyE4 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFTpXkTyE4 .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uFTpXkTyE4 .mbr-label,
.cid-uFTpXkTyE4 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFTpXkTyE4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFTpXkTyE4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFTpXkTyE4 .mbr-text,
.cid-uFTpXkTyE4 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFTpXkTyE4 .mbr-section-title,
.cid-uFTpXkTyE4 .mbr-section-btn {
  text-align: center;
}
.cid-uFTpXmpxA3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFTpXmpxA3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTpXmpxA3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTpXmpxA3 .row {
  justify-content: center;
}
.cid-uFTpXmpxA3 .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFTpXmpxA3 .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uFTpXmpxA3 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFTpXmpxA3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFTpXmpxA3 .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFTpXmpxA3 .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFTpXmpxA3 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uFTpXmpxA3 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFTpXmpxA3 .content-wrapper .social {
  margin-top: 22px;
}
.cid-uFTpXmpxA3 .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uFTpXmpxA3 .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uFTpXmpxA3 .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFTpXmpxA3 .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFTpXmpxA3 .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #f86a2d, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFTpXmpxA3 .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uFTpXmpxA3 .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFTpXmpxA3 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFTpXmpxA3 .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uFTpXmpxA3 .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uFTpXmpxA3 .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uFTpXmpxA3 .mbr-section-title {
  color: #ffffff;
}
.cid-uFTpXmpxA3 .mbr-text {
  color: #ffffff;
}
.cid-uFTpXmpxA3 .mbr-desc {
  color: #ffffff;
}
.cid-uFTpXmpxA3 .list {
  color: #ffffff;
}
.cid-uFTq05UUHM {
  z-index: 1000;
  width: 100%;
}
.cid-uFTq05UUHM nav.navbar {
  position: fixed;
}
.cid-uFTq05UUHM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTq05UUHM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTq05UUHM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTq05UUHM .dropdown-item:hover,
.cid-uFTq05UUHM .dropdown-item:focus {
  background: #f86a2d !important;
  color: white !important;
}
.cid-uFTq05UUHM .dropdown-item:hover span {
  color: white;
}
.cid-uFTq05UUHM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTq05UUHM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTq05UUHM .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTq05UUHM .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTq05UUHM .nav-link {
  position: relative;
}
.cid-uFTq05UUHM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTq05UUHM .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTq05UUHM .dropdown-menu,
.cid-uFTq05UUHM .navbar.opened {
  background: #e7e7e7 !important;
}
.cid-uFTq05UUHM .nav-item:focus,
.cid-uFTq05UUHM .nav-link:focus {
  outline: none;
}
.cid-uFTq05UUHM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTq05UUHM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTq05UUHM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTq05UUHM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTq05UUHM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTq05UUHM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTq05UUHM .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-uFTq05UUHM .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTq05UUHM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTq05UUHM .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTq05UUHM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTq05UUHM .navbar.collapsed {
  justify-content: center;
}
.cid-uFTq05UUHM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTq05UUHM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFTq05UUHM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uFTq05UUHM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTq05UUHM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTq05UUHM .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-uFTq05UUHM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTq05UUHM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTq05UUHM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTq05UUHM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTq05UUHM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTq05UUHM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTq05UUHM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTq05UUHM .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-uFTq05UUHM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTq05UUHM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTq05UUHM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTq05UUHM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTq05UUHM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTq05UUHM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFTq05UUHM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFTq05UUHM .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-uFTq05UUHM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uFTq05UUHM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTq05UUHM .dropdown-item.active,
.cid-uFTq05UUHM .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTq05UUHM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTq05UUHM .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTq05UUHM .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTq05UUHM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7e7e7;
}
.cid-uFTq05UUHM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTq05UUHM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTq05UUHM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTq05UUHM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTq05UUHM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTq05UUHM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7e7e7;
}
.cid-uFTq05UUHM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTq05UUHM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTq05UUHM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTq05UUHM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTq05UUHM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTq05UUHM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTq05UUHM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTq05UUHM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTq05UUHM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTq05UUHM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTq05UUHM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFTq05UUHM .navbar {
    height: 70px;
  }
  .cid-uFTq05UUHM .navbar.opened {
    height: auto;
  }
  .cid-uFTq05UUHM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFTq05UUHM .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-uFTq05UUHM .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: rgba(231, 231, 231, 0.3);
}
.cid-uFTq05UUHM .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFTq05UUHM .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-uFTq05UUHM .navbar-nav .nav-link:hover {
  background-color: #f86a2d;
  color: #e7e7e7 !important;
  box-shadow: 2px 0 0 #f86a2d, 0 1px 0 #f86a2d, -2px 0 0 #f86a2d, 0 -1px 0 #f86a2d;
}
@media (min-width: 992px) {
  .cid-uFTq05UUHM .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-uFTq05UUHM .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uFTq05UUHM .navbar {
    padding: 5px 0 !important;
  }
  .cid-uFTq05UUHM .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-uFTq05UUHM .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #e7e7e7;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
    background: rgba(231, 231, 231, 0.3);
  }
  .cid-uFTq05UUHM .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-uFTq05UUHM .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-uFTq05UUHM .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-uFTq05UUHM .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-uFTq05UUHM .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uFTq05UUHM .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-uFTq05UUHM .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f86a2d !important;
    box-shadow: none;
  }
  .cid-uFTq05UUHM .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-uFTq05UUHM .btn-container {
    display: none;
  }
}
.cid-uG0MD0AjzP {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #e7e7e7;
}
.cid-uG0MD0AjzP .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uG0MD0AjzP .display-1 {
    font-size: 5rem;
  }
}
.cid-uG0MD0AjzP h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uG0MD0AjzP {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uG0MD0AjzP .display-1 {
    font-size: 2.8rem;
  }
  .cid-uG0MD0AjzP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uG0MD0AjzP .content-wrap {
    width: 100%;
  }
}
.cid-uG0MD0AjzP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0MD0AjzP .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uG0MD0AjzP .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uG0MD0AjzP {
    align-items: center;
  }
  .cid-uG0MD0AjzP .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uG0MD0AjzP .content-wrap {
    min-width: 50%;
  }
}
.cid-uG0MD0AjzP .mbr-section-title {
  text-align: left;
  color: #221b35;
}
.cid-uG0MD0AjzP .mbr-text,
.cid-uG0MD0AjzP .mbr-section-btn {
  text-align: center;
  color: #221b35;
}
.cid-uFTq05ER7D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e7e7e7;
}
.cid-uFTq05ER7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTq05ER7D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTq05ER7D .content-wrapper {
  padding: 75px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 800px;
}
@media (max-width: 1440px) {
  .cid-uFTq05ER7D .content-wrapper {
    padding: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uFTq05ER7D .content-wrapper {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uFTq05ER7D .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFTq05ER7D .content-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e7e7e7;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
.cid-uFTq05ER7D .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFTq05ER7D .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFTq05ER7D .content-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uFTq05ER7D .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFTq05ER7D .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFTq05ER7D .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uFTq05ER7D .mbr-section-title {
  color: #000000;
}
.cid-uFTq05ER7D .mbr-text {
  color: #000000;
}
.cid-uG4UmHU1GK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uG4UmHU1GK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG4UmHU1GK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG4UmHU1GK .row {
  justify-content: center;
}
.cid-uG4UmHU1GK .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG4UmHU1GK .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uG4UmHU1GK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uG4UmHU1GK .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uG4UmHU1GK .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uG4UmHU1GK .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uG4UmHU1GK .items-wrapper {
    display: block;
  }
}
.cid-uG4UmHU1GK .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uG4UmHU1GK .item {
    margin-bottom: 16px;
  }
}
.cid-uG4UmHU1GK .item:hover .item-wrapper .item-img img,
.cid-uG4UmHU1GK .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uG4UmHU1GK .item .item-wrapper {
  height: 100%;
  border: 3px solid #a6a6a6;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uG4UmHU1GK .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uG4UmHU1GK .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uG4UmHU1GK .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uG4UmHU1GK .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uG4UmHU1GK .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uG4UmHU1GK .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uG4UmHU1GK .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uG4UmHU1GK .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uG4UmHU1GK .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG4UmHU1GK .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uG4UmHU1GK .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uG4UmHU1GK .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uG4UmHU1GK .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uG4UmHU1GK .mbr-section-title {
  color: #ffffff;
}
.cid-uG4UmHU1GK .card-name {
  color: #f86a2d;
}
.cid-uG4UmHU1GK .card-role {
  color: #f86a2d;
}
.cid-uG4UmHU1GK .card-text {
  color: #ffffff;
}
.cid-uG4UmHU1GK .mbr-tag {
  color: #000000;
}
.cid-uG4XerTfHe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uG4XerTfHe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG4XerTfHe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG4XerTfHe .row {
  justify-content: center;
}
.cid-uG4XerTfHe .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG4XerTfHe .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uG4XerTfHe .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uG4XerTfHe .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uG4XerTfHe .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uG4XerTfHe .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uG4XerTfHe .items-wrapper {
    display: block;
  }
}
.cid-uG4XerTfHe .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uG4XerTfHe .item {
    margin-bottom: 16px;
  }
}
.cid-uG4XerTfHe .item:hover .item-wrapper .item-img img,
.cid-uG4XerTfHe .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uG4XerTfHe .item .item-wrapper {
  height: 100%;
  border: 3px solid #a6a6a6;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uG4XerTfHe .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uG4XerTfHe .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uG4XerTfHe .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uG4XerTfHe .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uG4XerTfHe .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uG4XerTfHe .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uG4XerTfHe .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uG4XerTfHe .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uG4XerTfHe .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG4XerTfHe .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uG4XerTfHe .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uG4XerTfHe .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uG4XerTfHe .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uG4XerTfHe .mbr-section-title {
  color: #ffffff;
}
.cid-uG4XerTfHe .card-name {
  color: #f86a2d;
}
.cid-uG4XerTfHe .card-role {
  color: #f86a2d;
}
.cid-uG4XerTfHe .card-text {
  color: #ffffff;
}
.cid-uG4XerTfHe .mbr-tag {
  color: #000000;
}
.cid-uG51AI1OT8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uG51AI1OT8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG51AI1OT8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG51AI1OT8 .items-wrap {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uG51AI1OT8 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uG51AI1OT8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uG51AI1OT8 .title-wrapper .mbr-section-title span {
  color: #f86a2d;
}
.cid-uG51AI1OT8 .item {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uG51AI1OT8 .item {
    margin-bottom: 14px;
  }
}
.cid-uG51AI1OT8 .item .item-wrapper {
  border: 1px solid #323046;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uG51AI1OT8 .item .item-wrapper {
    display: block;
  }
}
.cid-uG51AI1OT8 .item .item-wrapper .item-content {
  padding: 24px;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uG51AI1OT8 .item .item-wrapper .item-content {
    padding: 14px;
    width: 100%;
  }
}
.cid-uG51AI1OT8 .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uG51AI1OT8 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uG51AI1OT8 .item .item-wrapper .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uG51AI1OT8 .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uG51AI1OT8 .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uG51AI1OT8 .item .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uG51AI1OT8 .mbr-section-title {
  color: #ffffff;
}
.cid-uG51AI1OT8 .item-title {
  color: #ffffff;
}
.cid-uG51AI1OT8 .item-text {
  color: #161616;
  text-align: center;
}
.cid-uG56psWtmz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-uG56psWtmz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG56psWtmz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG56psWtmz .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG56psWtmz .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uG56psWtmz .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uG56psWtmz .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uG56psWtmz .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uG56psWtmz .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG56psWtmz .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG56psWtmz .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uG56psWtmz .item {
  padding: 0 32px;
  margin-bottom: 64px;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uG56psWtmz .item {
    margin-bottom: 28px;
    margin-top: 0;
  }
}
.cid-uG56psWtmz .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uG56psWtmz .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uG56psWtmz .item:nth-child(3n) {
  margin-top: 0;
}
.cid-uG56psWtmz .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uG56psWtmz .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-uG56psWtmz .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uG56psWtmz .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-uG56psWtmz .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uG56psWtmz .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uG56psWtmz .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uG56psWtmz .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uG56psWtmz .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uG56psWtmz .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-uG56psWtmz .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uG56psWtmz .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uG56psWtmz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uG56psWtmz .mbr-text,
.cid-uG56psWtmz .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uG56psWtmz .mbr-desc,
.cid-uG56psWtmz .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uG56psWtmz .item-title {
  color: #ffffff;
}
.cid-uG56psWtmz .item-text {
  color: #ffffff;
}
.cid-uFTq06tkZW {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uFTq06tkZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTq06tkZW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTq06tkZW .row {
  justify-content: center;
}
.cid-uFTq06tkZW .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFTq06tkZW .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFTq06tkZW .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uFTq06tkZW .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFTq06tkZW .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFTq06tkZW .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFTq06tkZW .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFTq06tkZW .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uFTq06tkZW .mbr-label,
.cid-uFTq06tkZW .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFTq06tkZW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFTq06tkZW .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFTq06tkZW .mbr-text,
.cid-uFTq06tkZW .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFTq06tkZW .mbr-section-title,
.cid-uFTq06tkZW .mbr-section-btn {
  text-align: center;
}
.cid-uFTq080v3D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFTq080v3D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTq080v3D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTq080v3D .row {
  justify-content: center;
}
.cid-uFTq080v3D .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFTq080v3D .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uFTq080v3D .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFTq080v3D .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFTq080v3D .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFTq080v3D .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFTq080v3D .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uFTq080v3D .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFTq080v3D .content-wrapper .social {
  margin-top: 22px;
}
.cid-uFTq080v3D .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uFTq080v3D .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uFTq080v3D .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFTq080v3D .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFTq080v3D .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #f86a2d, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFTq080v3D .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uFTq080v3D .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFTq080v3D .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFTq080v3D .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uFTq080v3D .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uFTq080v3D .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uFTq080v3D .mbr-section-title {
  color: #ffffff;
}
.cid-uFTq080v3D .mbr-text {
  color: #ffffff;
}
.cid-uFTq080v3D .mbr-desc {
  color: #ffffff;
}
.cid-uFTq080v3D .list {
  color: #ffffff;
}
.cid-uFTq7giNHd {
  z-index: 1000;
  width: 100%;
}
.cid-uFTq7giNHd nav.navbar {
  position: fixed;
}
.cid-uFTq7giNHd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTq7giNHd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTq7giNHd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTq7giNHd .dropdown-item:hover,
.cid-uFTq7giNHd .dropdown-item:focus {
  background: #f86a2d !important;
  color: white !important;
}
.cid-uFTq7giNHd .dropdown-item:hover span {
  color: white;
}
.cid-uFTq7giNHd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTq7giNHd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTq7giNHd .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTq7giNHd .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTq7giNHd .nav-link {
  position: relative;
}
.cid-uFTq7giNHd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTq7giNHd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTq7giNHd .dropdown-menu,
.cid-uFTq7giNHd .navbar.opened {
  background: #e7e7e7 !important;
}
.cid-uFTq7giNHd .nav-item:focus,
.cid-uFTq7giNHd .nav-link:focus {
  outline: none;
}
.cid-uFTq7giNHd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTq7giNHd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTq7giNHd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTq7giNHd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTq7giNHd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTq7giNHd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTq7giNHd .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-uFTq7giNHd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTq7giNHd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTq7giNHd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTq7giNHd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTq7giNHd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTq7giNHd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTq7giNHd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFTq7giNHd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uFTq7giNHd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTq7giNHd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTq7giNHd .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-uFTq7giNHd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTq7giNHd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTq7giNHd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTq7giNHd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTq7giNHd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTq7giNHd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTq7giNHd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTq7giNHd .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-uFTq7giNHd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTq7giNHd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTq7giNHd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTq7giNHd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTq7giNHd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTq7giNHd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFTq7giNHd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFTq7giNHd .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-uFTq7giNHd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uFTq7giNHd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTq7giNHd .dropdown-item.active,
.cid-uFTq7giNHd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTq7giNHd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTq7giNHd .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTq7giNHd .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTq7giNHd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7e7e7;
}
.cid-uFTq7giNHd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTq7giNHd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTq7giNHd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTq7giNHd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTq7giNHd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTq7giNHd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7e7e7;
}
.cid-uFTq7giNHd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTq7giNHd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTq7giNHd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTq7giNHd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTq7giNHd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTq7giNHd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTq7giNHd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTq7giNHd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTq7giNHd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTq7giNHd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTq7giNHd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFTq7giNHd .navbar {
    height: 70px;
  }
  .cid-uFTq7giNHd .navbar.opened {
    height: auto;
  }
  .cid-uFTq7giNHd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFTq7giNHd .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-uFTq7giNHd .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: rgba(231, 231, 231, 0.3);
}
.cid-uFTq7giNHd .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFTq7giNHd .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-uFTq7giNHd .navbar-nav .nav-link:hover {
  background-color: #f86a2d;
  color: #e7e7e7 !important;
  box-shadow: 2px 0 0 #f86a2d, 0 1px 0 #f86a2d, -2px 0 0 #f86a2d, 0 -1px 0 #f86a2d;
}
@media (min-width: 992px) {
  .cid-uFTq7giNHd .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-uFTq7giNHd .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uFTq7giNHd .navbar {
    padding: 5px 0 !important;
  }
  .cid-uFTq7giNHd .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-uFTq7giNHd .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #e7e7e7;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
    background: rgba(231, 231, 231, 0.3);
  }
  .cid-uFTq7giNHd .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-uFTq7giNHd .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-uFTq7giNHd .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-uFTq7giNHd .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-uFTq7giNHd .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uFTq7giNHd .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-uFTq7giNHd .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f86a2d !important;
    box-shadow: none;
  }
  .cid-uFTq7giNHd .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-uFTq7giNHd .btn-container {
    display: none;
  }
}
.cid-uG5endItv7 {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #e7e7e7;
}
.cid-uG5endItv7 .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uG5endItv7 .display-1 {
    font-size: 5rem;
  }
}
.cid-uG5endItv7 h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uG5endItv7 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uG5endItv7 .display-1 {
    font-size: 2.8rem;
  }
  .cid-uG5endItv7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uG5endItv7 .content-wrap {
    width: 100%;
  }
}
.cid-uG5endItv7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG5endItv7 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uG5endItv7 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uG5endItv7 {
    align-items: center;
  }
  .cid-uG5endItv7 .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uG5endItv7 .content-wrap {
    min-width: 50%;
  }
}
.cid-uG5endItv7 .mbr-section-title {
  text-align: left;
  color: #221b35;
}
.cid-uG5endItv7 .mbr-text,
.cid-uG5endItv7 .mbr-section-btn {
  text-align: center;
  color: #221b35;
}
.cid-uFTq7g3G2F {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e7e7e7;
}
.cid-uFTq7g3G2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTq7g3G2F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTq7g3G2F .content-wrapper {
  padding: 75px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 800px;
}
@media (max-width: 1440px) {
  .cid-uFTq7g3G2F .content-wrapper {
    padding: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uFTq7g3G2F .content-wrapper {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uFTq7g3G2F .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFTq7g3G2F .content-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e7e7e7;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
.cid-uFTq7g3G2F .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFTq7g3G2F .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFTq7g3G2F .content-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uFTq7g3G2F .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFTq7g3G2F .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFTq7g3G2F .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uFTq7g3G2F .mbr-section-title {
  color: #000000;
}
.cid-uFTq7g3G2F .mbr-text {
  color: #000000;
}
.cid-uFTq7g3G2F .mbr-text,
.cid-uFTq7g3G2F .text-wrapper {
  text-align: right;
}
.cid-uFTq7g3G2F .mbr-section-title,
.cid-uFTq7g3G2F .mbr-section-btn {
  text-align: right;
}
.cid-uG5w4fCI7s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 70%, #f86a2d 110%);
}
.cid-uG5w4fCI7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG5w4fCI7s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG5w4fCI7s .row {
  justify-content: center;
}
.cid-uG5w4fCI7s .card-wrapper {
  display: flex;
  background-color: #161616;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uG5w4fCI7s .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uG5w4fCI7s .card-wrapper .content-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uG5w4fCI7s .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uG5w4fCI7s .card-wrapper .content-wrapper .tag-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG5w4fCI7s .card-wrapper .content-wrapper .tag-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uG5w4fCI7s .card-wrapper .content-wrapper .tag-wrapper .item-wrap {
  display: inline-flex;
  background-color: #2c2f35;
  padding: 6px 10px;
}
.cid-uG5w4fCI7s .card-wrapper .content-wrapper .mbr-date {
  margin-bottom: 22px;
}
.cid-uG5w4fCI7s .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uG5w4fCI7s .card-wrapper .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uG5w4fCI7s .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 12px;
}
.cid-uG5w4fCI7s .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uG5w4fCI7s .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uG5w4fCI7s .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uG5w4fCI7s .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uG5w4fCI7s .card-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uG5w4fCI7s .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uG5w4fCI7s .item-wrap {
  color: #ffffff;
}
.cid-uG5w4fCI7s .mbr-date {
  color: #ffffff;
}
.cid-uG5w4fCI7s .mbr-section-title {
  color: #ffffff;
}
.cid-uG5w4fCI7s .mbr-name {
  color: #ffffff;
}
.cid-uG5w4fCI7s .mbr-name,
.cid-uG5w4fCI7s .logo-wrapper {
  color: #ffffff;
}
.cid-uG5w4C1NgK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 70%, #f86a2d 110%);
}
.cid-uG5w4C1NgK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG5w4C1NgK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG5w4C1NgK .row {
  justify-content: center;
}
.cid-uG5w4C1NgK .card-wrapper {
  display: flex;
  background-color: #161616;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uG5w4C1NgK .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uG5w4C1NgK .card-wrapper .content-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uG5w4C1NgK .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uG5w4C1NgK .card-wrapper .content-wrapper .tag-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG5w4C1NgK .card-wrapper .content-wrapper .tag-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uG5w4C1NgK .card-wrapper .content-wrapper .tag-wrapper .item-wrap {
  display: inline-flex;
  background-color: #2c2f35;
  padding: 6px 10px;
}
.cid-uG5w4C1NgK .card-wrapper .content-wrapper .mbr-date {
  margin-bottom: 22px;
}
.cid-uG5w4C1NgK .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uG5w4C1NgK .card-wrapper .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uG5w4C1NgK .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 12px;
}
.cid-uG5w4C1NgK .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uG5w4C1NgK .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uG5w4C1NgK .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uG5w4C1NgK .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uG5w4C1NgK .card-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uG5w4C1NgK .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uG5w4C1NgK .item-wrap {
  color: #ffffff;
}
.cid-uG5w4C1NgK .mbr-date {
  color: #ffffff;
}
.cid-uG5w4C1NgK .mbr-section-title {
  color: #ffffff;
}
.cid-uG5w4C1NgK .mbr-name {
  color: #ffffff;
}
.cid-uG5w4C1NgK .mbr-name,
.cid-uG5w4C1NgK .logo-wrapper {
  color: #ffffff;
}
.cid-uG5wWjgtOe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 70%, #f86a2d 110%);
}
.cid-uG5wWjgtOe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG5wWjgtOe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG5wWjgtOe .row {
  justify-content: center;
}
.cid-uG5wWjgtOe .card-wrapper {
  display: flex;
  background-color: #161616;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uG5wWjgtOe .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uG5wWjgtOe .card-wrapper .content-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uG5wWjgtOe .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uG5wWjgtOe .card-wrapper .content-wrapper .tag-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG5wWjgtOe .card-wrapper .content-wrapper .tag-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uG5wWjgtOe .card-wrapper .content-wrapper .tag-wrapper .item-wrap {
  display: inline-flex;
  background-color: #2c2f35;
  padding: 6px 10px;
}
.cid-uG5wWjgtOe .card-wrapper .content-wrapper .mbr-date {
  margin-bottom: 22px;
}
.cid-uG5wWjgtOe .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uG5wWjgtOe .card-wrapper .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uG5wWjgtOe .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 12px;
}
.cid-uG5wWjgtOe .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uG5wWjgtOe .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uG5wWjgtOe .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uG5wWjgtOe .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uG5wWjgtOe .card-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uG5wWjgtOe .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uG5wWjgtOe .item-wrap {
  color: #ffffff;
}
.cid-uG5wWjgtOe .mbr-date {
  color: #ffffff;
}
.cid-uG5wWjgtOe .mbr-section-title {
  color: #ffffff;
}
.cid-uG5wWjgtOe .mbr-name {
  color: #ffffff;
}
.cid-uG5wWjgtOe .mbr-name,
.cid-uG5wWjgtOe .logo-wrapper {
  color: #ffffff;
}
.cid-uG5wWQ8tmN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 70%, #f86a2d 110%);
}
.cid-uG5wWQ8tmN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG5wWQ8tmN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG5wWQ8tmN .row {
  justify-content: center;
}
.cid-uG5wWQ8tmN .card-wrapper {
  display: flex;
  background-color: #161616;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uG5wWQ8tmN .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uG5wWQ8tmN .card-wrapper .content-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uG5wWQ8tmN .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uG5wWQ8tmN .card-wrapper .content-wrapper .tag-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG5wWQ8tmN .card-wrapper .content-wrapper .tag-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uG5wWQ8tmN .card-wrapper .content-wrapper .tag-wrapper .item-wrap {
  display: inline-flex;
  background-color: #2c2f35;
  padding: 6px 10px;
}
.cid-uG5wWQ8tmN .card-wrapper .content-wrapper .mbr-date {
  margin-bottom: 22px;
}
.cid-uG5wWQ8tmN .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uG5wWQ8tmN .card-wrapper .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uG5wWQ8tmN .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 12px;
}
.cid-uG5wWQ8tmN .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uG5wWQ8tmN .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uG5wWQ8tmN .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uG5wWQ8tmN .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uG5wWQ8tmN .card-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uG5wWQ8tmN .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uG5wWQ8tmN .item-wrap {
  color: #ffffff;
}
.cid-uG5wWQ8tmN .mbr-date {
  color: #ffffff;
}
.cid-uG5wWQ8tmN .mbr-section-title {
  color: #ffffff;
}
.cid-uG5wWQ8tmN .mbr-name {
  color: #ffffff;
}
.cid-uG5wWQ8tmN .mbr-name,
.cid-uG5wWQ8tmN .logo-wrapper {
  color: #ffffff;
}
.cid-uG5y6DMloy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 70%, #f86a2d 110%);
}
.cid-uG5y6DMloy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG5y6DMloy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG5y6DMloy .row {
  justify-content: center;
}
.cid-uG5y6DMloy .card-wrapper {
  display: flex;
  background-color: #161616;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uG5y6DMloy .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uG5y6DMloy .card-wrapper .content-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uG5y6DMloy .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uG5y6DMloy .card-wrapper .content-wrapper .tag-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG5y6DMloy .card-wrapper .content-wrapper .tag-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uG5y6DMloy .card-wrapper .content-wrapper .tag-wrapper .item-wrap {
  display: inline-flex;
  background-color: #2c2f35;
  padding: 6px 10px;
}
.cid-uG5y6DMloy .card-wrapper .content-wrapper .mbr-date {
  margin-bottom: 22px;
}
.cid-uG5y6DMloy .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uG5y6DMloy .card-wrapper .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uG5y6DMloy .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 12px;
}
.cid-uG5y6DMloy .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uG5y6DMloy .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uG5y6DMloy .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uG5y6DMloy .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uG5y6DMloy .card-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uG5y6DMloy .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uG5y6DMloy .item-wrap {
  color: #ffffff;
}
.cid-uG5y6DMloy .mbr-date {
  color: #ffffff;
}
.cid-uG5y6DMloy .mbr-section-title {
  color: #ffffff;
}
.cid-uG5y6DMloy .mbr-name {
  color: #ffffff;
}
.cid-uG5y6DMloy .mbr-name,
.cid-uG5y6DMloy .logo-wrapper {
  color: #ffffff;
}
.cid-uG5yT5IUe4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 70%, #f86a2d 110%);
}
.cid-uG5yT5IUe4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG5yT5IUe4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG5yT5IUe4 .row {
  justify-content: center;
}
.cid-uG5yT5IUe4 .card-wrapper {
  display: flex;
  background-color: #161616;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uG5yT5IUe4 .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uG5yT5IUe4 .card-wrapper .content-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uG5yT5IUe4 .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uG5yT5IUe4 .card-wrapper .content-wrapper .tag-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG5yT5IUe4 .card-wrapper .content-wrapper .tag-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uG5yT5IUe4 .card-wrapper .content-wrapper .tag-wrapper .item-wrap {
  display: inline-flex;
  background-color: #2c2f35;
  padding: 6px 10px;
}
.cid-uG5yT5IUe4 .card-wrapper .content-wrapper .mbr-date {
  margin-bottom: 22px;
}
.cid-uG5yT5IUe4 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uG5yT5IUe4 .card-wrapper .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uG5yT5IUe4 .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 12px;
}
.cid-uG5yT5IUe4 .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uG5yT5IUe4 .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uG5yT5IUe4 .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uG5yT5IUe4 .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uG5yT5IUe4 .card-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uG5yT5IUe4 .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uG5yT5IUe4 .item-wrap {
  color: #ffffff;
}
.cid-uG5yT5IUe4 .mbr-date {
  color: #ffffff;
}
.cid-uG5yT5IUe4 .mbr-section-title {
  color: #ffffff;
}
.cid-uG5yT5IUe4 .mbr-name {
  color: #ffffff;
}
.cid-uG5yT5IUe4 .mbr-name,
.cid-uG5yT5IUe4 .logo-wrapper {
  color: #ffffff;
}
.cid-uG5zgW0R2W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uG5zgW0R2W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG5zgW0R2W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG5zgW0R2W .row {
  justify-content: center;
}
.cid-uG5zgW0R2W .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG5zgW0R2W .label-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uG5zgW0R2W .label-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uG5zgW0R2W .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uG5zgW0R2W .items-wrapper {
    gap: 48px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uG5zgW0R2W .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 48px 16px;
  }
}
@media (max-width: 768px) {
  .cid-uG5zgW0R2W .items-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uG5zgW0R2W .item {
    margin-bottom: 48px;
  }
}
.cid-uG5zgW0R2W .item .item-wrapper {
  height: 100%;
}
.cid-uG5zgW0R2W .item .item-wrapper .date-wrapper {
  padding-bottom: 60px;
  border-bottom: 3px solid #ffffff;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG5zgW0R2W .item .item-wrapper .date-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.cid-uG5zgW0R2W .item .item-wrapper .date-wrapper .card-year {
  margin-bottom: 0;
}
.cid-uG5zgW0R2W .item .item-wrapper .date-wrapper .card-date {
  margin-bottom: 0;
}
.cid-uG5zgW0R2W .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uG5zgW0R2W .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-uG5zgW0R2W .item .item-wrapper .card-box .list {
  margin-bottom: 0;
  padding-left: 22px;
}
.cid-uG5zgW0R2W .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 12px;
}
.cid-uG5zgW0R2W .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uG5zgW0R2W .item .item-wrapper .card-box .list .item-wrap::marker {
  color: #f86a2d;
}
.cid-uG5zgW0R2W .mbr-label {
  color: #f86a2d;
}
.cid-uG5zgW0R2W .card-year {
  color: #f86a2d;
}
.cid-uG5zgW0R2W .card-date {
  color: #ffffff;
}
.cid-uG5zgW0R2W .card-title {
  color: #ffffff;
}
.cid-uG5zgW0R2W .list {
  color: #ffffff;
}
.cid-uFTq7gRMP3 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uFTq7gRMP3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTq7gRMP3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTq7gRMP3 .row {
  justify-content: center;
}
.cid-uFTq7gRMP3 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFTq7gRMP3 .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFTq7gRMP3 .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uFTq7gRMP3 .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFTq7gRMP3 .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFTq7gRMP3 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFTq7gRMP3 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFTq7gRMP3 .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uFTq7gRMP3 .mbr-label,
.cid-uFTq7gRMP3 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFTq7gRMP3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFTq7gRMP3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFTq7gRMP3 .mbr-text,
.cid-uFTq7gRMP3 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFTq7gRMP3 .mbr-section-title,
.cid-uFTq7gRMP3 .mbr-section-btn {
  text-align: center;
}
.cid-uFTq7isB6Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFTq7isB6Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTq7isB6Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTq7isB6Y .row {
  justify-content: center;
}
.cid-uFTq7isB6Y .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFTq7isB6Y .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uFTq7isB6Y .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFTq7isB6Y .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFTq7isB6Y .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFTq7isB6Y .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFTq7isB6Y .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uFTq7isB6Y .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFTq7isB6Y .content-wrapper .social {
  margin-top: 22px;
}
.cid-uFTq7isB6Y .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uFTq7isB6Y .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uFTq7isB6Y .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFTq7isB6Y .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFTq7isB6Y .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #f86a2d, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFTq7isB6Y .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uFTq7isB6Y .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFTq7isB6Y .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFTq7isB6Y .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uFTq7isB6Y .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uFTq7isB6Y .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uFTq7isB6Y .mbr-section-title {
  color: #ffffff;
}
.cid-uFTq7isB6Y .mbr-text {
  color: #ffffff;
}
.cid-uFTq7isB6Y .mbr-desc {
  color: #ffffff;
}
.cid-uFTq7isB6Y .list {
  color: #ffffff;
}
.cid-uFTqeqiZOh {
  z-index: 1000;
  width: 100%;
}
.cid-uFTqeqiZOh nav.navbar {
  position: fixed;
}
.cid-uFTqeqiZOh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTqeqiZOh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTqeqiZOh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTqeqiZOh .dropdown-item:hover,
.cid-uFTqeqiZOh .dropdown-item:focus {
  background: #f86a2d !important;
  color: white !important;
}
.cid-uFTqeqiZOh .dropdown-item:hover span {
  color: white;
}
.cid-uFTqeqiZOh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTqeqiZOh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTqeqiZOh .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTqeqiZOh .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTqeqiZOh .nav-link {
  position: relative;
}
.cid-uFTqeqiZOh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTqeqiZOh .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTqeqiZOh .dropdown-menu,
.cid-uFTqeqiZOh .navbar.opened {
  background: #e7e7e7 !important;
}
.cid-uFTqeqiZOh .nav-item:focus,
.cid-uFTqeqiZOh .nav-link:focus {
  outline: none;
}
.cid-uFTqeqiZOh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTqeqiZOh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTqeqiZOh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTqeqiZOh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTqeqiZOh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTqeqiZOh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTqeqiZOh .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-uFTqeqiZOh .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTqeqiZOh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTqeqiZOh .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTqeqiZOh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTqeqiZOh .navbar.collapsed {
  justify-content: center;
}
.cid-uFTqeqiZOh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTqeqiZOh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFTqeqiZOh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uFTqeqiZOh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTqeqiZOh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTqeqiZOh .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-uFTqeqiZOh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTqeqiZOh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTqeqiZOh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTqeqiZOh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTqeqiZOh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTqeqiZOh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTqeqiZOh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTqeqiZOh .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-uFTqeqiZOh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTqeqiZOh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTqeqiZOh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTqeqiZOh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTqeqiZOh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTqeqiZOh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFTqeqiZOh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFTqeqiZOh .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-uFTqeqiZOh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uFTqeqiZOh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTqeqiZOh .dropdown-item.active,
.cid-uFTqeqiZOh .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTqeqiZOh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTqeqiZOh .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTqeqiZOh .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTqeqiZOh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7e7e7;
}
.cid-uFTqeqiZOh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTqeqiZOh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTqeqiZOh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTqeqiZOh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTqeqiZOh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTqeqiZOh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7e7e7;
}
.cid-uFTqeqiZOh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTqeqiZOh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTqeqiZOh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTqeqiZOh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTqeqiZOh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTqeqiZOh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTqeqiZOh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTqeqiZOh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTqeqiZOh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTqeqiZOh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTqeqiZOh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFTqeqiZOh .navbar {
    height: 70px;
  }
  .cid-uFTqeqiZOh .navbar.opened {
    height: auto;
  }
  .cid-uFTqeqiZOh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFTqeqiZOh .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-uFTqeqiZOh .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: rgba(231, 231, 231, 0.3);
}
.cid-uFTqeqiZOh .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFTqeqiZOh .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-uFTqeqiZOh .navbar-nav .nav-link:hover {
  background-color: #f86a2d;
  color: #e7e7e7 !important;
  box-shadow: 2px 0 0 #f86a2d, 0 1px 0 #f86a2d, -2px 0 0 #f86a2d, 0 -1px 0 #f86a2d;
}
@media (min-width: 992px) {
  .cid-uFTqeqiZOh .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-uFTqeqiZOh .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uFTqeqiZOh .navbar {
    padding: 5px 0 !important;
  }
  .cid-uFTqeqiZOh .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-uFTqeqiZOh .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #e7e7e7;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
    background: rgba(231, 231, 231, 0.3);
  }
  .cid-uFTqeqiZOh .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-uFTqeqiZOh .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-uFTqeqiZOh .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-uFTqeqiZOh .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-uFTqeqiZOh .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uFTqeqiZOh .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-uFTqeqiZOh .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f86a2d !important;
    box-shadow: none;
  }
  .cid-uFTqeqiZOh .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-uFTqeqiZOh .btn-container {
    display: none;
  }
}
.cid-uG5SzGxjk6 {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #e7e7e7;
}
.cid-uG5SzGxjk6 .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uG5SzGxjk6 .display-1 {
    font-size: 5rem;
  }
}
.cid-uG5SzGxjk6 h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uG5SzGxjk6 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uG5SzGxjk6 .display-1 {
    font-size: 2.8rem;
  }
  .cid-uG5SzGxjk6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uG5SzGxjk6 .content-wrap {
    width: 100%;
  }
}
.cid-uG5SzGxjk6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG5SzGxjk6 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uG5SzGxjk6 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uG5SzGxjk6 {
    align-items: center;
  }
  .cid-uG5SzGxjk6 .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uG5SzGxjk6 .content-wrap {
    min-width: 50%;
  }
}
.cid-uG5SzGxjk6 .mbr-section-title {
  text-align: left;
  color: #221b35;
}
.cid-uG5SzGxjk6 .mbr-text,
.cid-uG5SzGxjk6 .mbr-section-btn {
  text-align: center;
  color: #221b35;
}
.cid-uFTqeq2BDC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e7e7e7;
}
.cid-uFTqeq2BDC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTqeq2BDC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTqeq2BDC .content-wrapper {
  padding: 75px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 800px;
}
@media (max-width: 1440px) {
  .cid-uFTqeq2BDC .content-wrapper {
    padding: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uFTqeq2BDC .content-wrapper {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uFTqeq2BDC .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFTqeq2BDC .content-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e7e7e7;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
.cid-uFTqeq2BDC .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFTqeq2BDC .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFTqeq2BDC .content-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uFTqeq2BDC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFTqeq2BDC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFTqeq2BDC .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uFTqeq2BDC .mbr-section-title {
  color: #000000;
}
.cid-uFTqeq2BDC .mbr-text {
  color: #000000;
}
.cid-uG62aFpMLF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffff5;
}
.cid-uG62aFpMLF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG62aFpMLF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG62aFpMLF .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG62aFpMLF .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG62aFpMLF .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uG62aFpMLF .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uG62aFpMLF .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #bff474;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-uG62aFpMLF .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-uG62aFpMLF .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uG62aFpMLF .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uG62aFpMLF .item .item-wrapper {
  height: 100%;
  padding: 42px 28px;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uG62aFpMLF .item .item-wrapper {
    padding: 36px 24px;
  }
}
.cid-uG62aFpMLF .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-uG62aFpMLF .item .item-wrapper .card-box .item-desc {
  margin-bottom: 32px;
}
.cid-uG62aFpMLF .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uG62aFpMLF .item .item-wrapper .card-box .list {
  padding: 0;
  margin: 0 0 32px 0;
  list-style-type: none;
}
.cid-uG62aFpMLF .item .item-wrapper .card-box .list .item-wrap {
  border-top: 2px solid #bff747;
  padding: 22px 0;
}
.cid-uG62aFpMLF .item .item-wrapper .card-box .list .item-wrap:first-child {
  border-top: none;
  padding-top: 0;
}
.cid-uG62aFpMLF .item .item-wrapper .card-box .list .item-wrap:last-child {
  padding-bottom: 0;
}
.cid-uG62aFpMLF .mbr-section-title {
  color: #000000;
}
.cid-uG62aFpMLF .item-price {
  color: #fdfde1;
  text-align: center;
}
.cid-uG62aFpMLF .item-desc {
  color: #bff747;
  text-align: center;
}
.cid-uG62aFpMLF .item-title,
.cid-uG62aFpMLF .mbr-section-btn {
  text-align: center;
  color: #fdfde1;
}
.cid-uG62aFpMLF .list,
.cid-uG62aFpMLF .item-wrap {
  color: #fdfde1;
}
.cid-uG62aFpMLF .mbr-section-title,
.cid-uG62aFpMLF .icon-wrap {
  text-align: center;
}
.cid-uFTqeqSJNE {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uFTqeqSJNE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTqeqSJNE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTqeqSJNE .row {
  justify-content: center;
}
.cid-uFTqeqSJNE .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFTqeqSJNE .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFTqeqSJNE .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uFTqeqSJNE .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFTqeqSJNE .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFTqeqSJNE .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFTqeqSJNE .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFTqeqSJNE .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uFTqeqSJNE .mbr-label,
.cid-uFTqeqSJNE .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFTqeqSJNE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFTqeqSJNE .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFTqeqSJNE .mbr-text,
.cid-uFTqeqSJNE .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFTqeqSJNE .mbr-section-title,
.cid-uFTqeqSJNE .mbr-section-btn {
  text-align: center;
}
.cid-uFTqesx1gt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFTqesx1gt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTqesx1gt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTqesx1gt .row {
  justify-content: center;
}
.cid-uFTqesx1gt .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFTqesx1gt .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uFTqesx1gt .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFTqesx1gt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFTqesx1gt .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFTqesx1gt .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFTqesx1gt .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uFTqesx1gt .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFTqesx1gt .content-wrapper .social {
  margin-top: 22px;
}
.cid-uFTqesx1gt .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uFTqesx1gt .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uFTqesx1gt .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFTqesx1gt .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFTqesx1gt .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #f86a2d, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFTqesx1gt .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uFTqesx1gt .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFTqesx1gt .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFTqesx1gt .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uFTqesx1gt .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uFTqesx1gt .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uFTqesx1gt .mbr-section-title {
  color: #ffffff;
}
.cid-uFTqesx1gt .mbr-text {
  color: #ffffff;
}
.cid-uFTqesx1gt .mbr-desc {
  color: #ffffff;
}
.cid-uFTqesx1gt .list {
  color: #ffffff;
}
.cid-uG0V4QxsaP {
  z-index: 1000;
  width: 100%;
}
.cid-uG0V4QxsaP nav.navbar {
  position: fixed;
}
.cid-uG0V4QxsaP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG0V4QxsaP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uG0V4QxsaP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uG0V4QxsaP .dropdown-item:hover,
.cid-uG0V4QxsaP .dropdown-item:focus {
  background: #f86a2d !important;
  color: white !important;
}
.cid-uG0V4QxsaP .dropdown-item:hover span {
  color: white;
}
.cid-uG0V4QxsaP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uG0V4QxsaP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uG0V4QxsaP .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uG0V4QxsaP .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uG0V4QxsaP .nav-link {
  position: relative;
}
.cid-uG0V4QxsaP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uG0V4QxsaP .container {
    flex-wrap: nowrap;
  }
}
.cid-uG0V4QxsaP .dropdown-menu,
.cid-uG0V4QxsaP .navbar.opened {
  background: #e7e7e7 !important;
}
.cid-uG0V4QxsaP .nav-item:focus,
.cid-uG0V4QxsaP .nav-link:focus {
  outline: none;
}
.cid-uG0V4QxsaP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uG0V4QxsaP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG0V4QxsaP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uG0V4QxsaP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG0V4QxsaP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG0V4QxsaP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG0V4QxsaP .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-uG0V4QxsaP .navbar.opened {
  transition: all 0.3s;
}
.cid-uG0V4QxsaP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uG0V4QxsaP .navbar .navbar-logo img {
  width: auto;
}
.cid-uG0V4QxsaP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uG0V4QxsaP .navbar.collapsed {
  justify-content: center;
}
.cid-uG0V4QxsaP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG0V4QxsaP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uG0V4QxsaP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uG0V4QxsaP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG0V4QxsaP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uG0V4QxsaP .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-uG0V4QxsaP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG0V4QxsaP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uG0V4QxsaP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uG0V4QxsaP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG0V4QxsaP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG0V4QxsaP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG0V4QxsaP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uG0V4QxsaP .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-uG0V4QxsaP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uG0V4QxsaP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uG0V4QxsaP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uG0V4QxsaP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uG0V4QxsaP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uG0V4QxsaP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uG0V4QxsaP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uG0V4QxsaP .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-uG0V4QxsaP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uG0V4QxsaP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG0V4QxsaP .dropdown-item.active,
.cid-uG0V4QxsaP .dropdown-item:active {
  background-color: transparent;
}
.cid-uG0V4QxsaP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uG0V4QxsaP .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG0V4QxsaP .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG0V4QxsaP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7e7e7;
}
.cid-uG0V4QxsaP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uG0V4QxsaP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uG0V4QxsaP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uG0V4QxsaP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uG0V4QxsaP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uG0V4QxsaP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7e7e7;
}
.cid-uG0V4QxsaP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG0V4QxsaP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG0V4QxsaP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG0V4QxsaP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG0V4QxsaP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG0V4QxsaP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG0V4QxsaP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG0V4QxsaP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG0V4QxsaP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uG0V4QxsaP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uG0V4QxsaP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG0V4QxsaP .navbar {
    height: 70px;
  }
  .cid-uG0V4QxsaP .navbar.opened {
    height: auto;
  }
  .cid-uG0V4QxsaP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG0V4QxsaP .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-uG0V4QxsaP .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: rgba(231, 231, 231, 0.3);
}
.cid-uG0V4QxsaP .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uG0V4QxsaP .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-uG0V4QxsaP .navbar-nav .nav-link:hover {
  background-color: #f86a2d;
  color: #e7e7e7 !important;
  box-shadow: 2px 0 0 #f86a2d, 0 1px 0 #f86a2d, -2px 0 0 #f86a2d, 0 -1px 0 #f86a2d;
}
@media (min-width: 992px) {
  .cid-uG0V4QxsaP .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-uG0V4QxsaP .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uG0V4QxsaP .navbar {
    padding: 5px 0 !important;
  }
  .cid-uG0V4QxsaP .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-uG0V4QxsaP .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #e7e7e7;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
    background: rgba(231, 231, 231, 0.3);
  }
  .cid-uG0V4QxsaP .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-uG0V4QxsaP .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-uG0V4QxsaP .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-uG0V4QxsaP .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-uG0V4QxsaP .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uG0V4QxsaP .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-uG0V4QxsaP .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f86a2d !important;
    box-shadow: none;
  }
  .cid-uG0V4QxsaP .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-uG0V4QxsaP .btn-container {
    display: none;
  }
}
.cid-uG0V4R0Rxf {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #e7e7e7;
}
.cid-uG0V4R0Rxf .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uG0V4R0Rxf .display-1 {
    font-size: 5rem;
  }
}
.cid-uG0V4R0Rxf h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uG0V4R0Rxf {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uG0V4R0Rxf .display-1 {
    font-size: 2.8rem;
  }
  .cid-uG0V4R0Rxf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uG0V4R0Rxf .content-wrap {
    width: 100%;
  }
}
.cid-uG0V4R0Rxf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0V4R0Rxf .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uG0V4R0Rxf .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uG0V4R0Rxf {
    align-items: center;
  }
  .cid-uG0V4R0Rxf .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uG0V4R0Rxf .content-wrap {
    min-width: 50%;
  }
}
.cid-uG0V4R0Rxf .mbr-section-title {
  text-align: left;
  color: #221b35;
}
.cid-uG0V4R0Rxf .mbr-text,
.cid-uG0V4R0Rxf .mbr-section-btn {
  text-align: center;
  color: #221b35;
}
.cid-uG0V4RnVbA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e7e7e7;
}
.cid-uG0V4RnVbA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0V4RnVbA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0V4RnVbA .content-wrapper {
  padding: 75px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 800px;
}
@media (max-width: 1440px) {
  .cid-uG0V4RnVbA .content-wrapper {
    padding: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uG0V4RnVbA .content-wrapper {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uG0V4RnVbA .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uG0V4RnVbA .content-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e7e7e7;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
.cid-uG0V4RnVbA .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG0V4RnVbA .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG0V4RnVbA .content-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uG0V4RnVbA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uG0V4RnVbA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uG0V4RnVbA .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uG0V4RnVbA .mbr-section-title {
  color: #000000;
}
.cid-uG0V4RnVbA .mbr-text {
  color: #000000;
}
.cid-uG0V4RJtiD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uG0V4RJtiD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0V4RJtiD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0V4RJtiD .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .cid-uG0V4RJtiD .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG0V4RJtiD .mbr-text,
.cid-uG0V4RJtiD .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uG0V4SbN5f {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e7e7e7;
}
.cid-uG0V4SbN5f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0V4SbN5f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0V4SbN5f .card {
  justify-content: flex-end;
}
.cid-uG0V4SbN5f .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG0V4SbN5f .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG0V4SbN5f .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG0V4SbN5f .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uG0V4SbN5f .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG0V4SbN5f .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG0V4SbN5f .mbr-section-title {
  color: #000000;
}
.cid-uG0V4SbN5f .mbr-desc {
  color: #000000;
}
.cid-uG0V4SbN5f .mbr-text,
.cid-uG0V4SbN5f .text-wrapper {
  color: #000000;
}
.cid-uG0V4Sxlz2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e7e7e7;
}
.cid-uG0V4Sxlz2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0V4Sxlz2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0V4Sxlz2 img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #9b80ff;
  border-radius: 8px;
}
.cid-uG0V4Sxlz2 .img-wide {
  height: 50%;
}
.cid-uG0V4Sxlz2 .img-big {
  height: 100%;
}
.cid-uG0V4SV0fv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e7e7e7;
}
.cid-uG0V4SV0fv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0V4SV0fv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0V4SV0fv .card {
  justify-content: flex-end;
}
.cid-uG0V4SV0fv .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG0V4SV0fv .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG0V4SV0fv .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG0V4SV0fv .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uG0V4SV0fv .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG0V4SV0fv .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG0V4SV0fv .mbr-section-title {
  color: #000000;
}
.cid-uG0V4SV0fv .mbr-desc {
  color: #000000;
}
.cid-uG0V4SV0fv .mbr-text,
.cid-uG0V4SV0fv .text-wrapper {
  color: #000000;
}
.cid-uG0V4TmKt6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e7e7e7;
}
.cid-uG0V4TmKt6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0V4TmKt6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0V4TmKt6 img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #9b80ff;
  border-radius: 8px;
}
.cid-uG0V4TmKt6 .img-wide {
  height: 50%;
}
.cid-uG0V4TmKt6 .img-big {
  height: 100%;
}
.cid-uG0V4TLl4l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e7e7e7;
}
.cid-uG0V4TLl4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0V4TLl4l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0V4TLl4l .card {
  justify-content: flex-end;
}
.cid-uG0V4TLl4l .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG0V4TLl4l .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG0V4TLl4l .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG0V4TLl4l .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uG0V4TLl4l .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG0V4TLl4l .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG0V4TLl4l .mbr-section-title {
  color: #000000;
}
.cid-uG0V4TLl4l .mbr-desc {
  color: #000000;
}
.cid-uG0V4TLl4l .mbr-text,
.cid-uG0V4TLl4l .text-wrapper {
  color: #000000;
}
.cid-uG0V4UbEY5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e7e7e7;
}
.cid-uG0V4UbEY5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0V4UbEY5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0V4UbEY5 img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #9b80ff;
  border-radius: 8px;
}
.cid-uG0V4UbEY5 .img-wide {
  height: 50%;
}
.cid-uG0V4UbEY5 .img-big {
  height: 100%;
}
.cid-uG0V4UDavR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e7e7e7;
}
.cid-uG0V4UDavR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0V4UDavR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0V4UDavR .card {
  justify-content: flex-end;
}
.cid-uG0V4UDavR .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG0V4UDavR .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG0V4UDavR .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG0V4UDavR .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uG0V4UDavR .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG0V4UDavR .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG0V4UDavR .mbr-section-title {
  color: #000000;
}
.cid-uG0V4UDavR .mbr-desc {
  color: #000000;
}
.cid-uG0V4UDavR .mbr-text,
.cid-uG0V4UDavR .text-wrapper {
  color: #000000;
}
.cid-uG0V4V1tNV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e7e7e7;
}
.cid-uG0V4V1tNV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0V4V1tNV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0V4V1tNV .card {
  justify-content: flex-end;
}
.cid-uG0V4V1tNV .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG0V4V1tNV .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG0V4V1tNV .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG0V4V1tNV .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uG0V4V1tNV .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG0V4V1tNV .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG0V4V1tNV .mbr-section-title {
  color: #000000;
}
.cid-uG0V4V1tNV .mbr-desc {
  color: #000000;
}
.cid-uG0V4V1tNV .mbr-text,
.cid-uG0V4V1tNV .text-wrapper {
  color: #000000;
}
.cid-uG0V4VqBqm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e7e7e7;
}
.cid-uG0V4VqBqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0V4VqBqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0V4VqBqm .card {
  justify-content: flex-end;
}
.cid-uG0V4VqBqm .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG0V4VqBqm .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG0V4VqBqm .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG0V4VqBqm .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uG0V4VqBqm .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG0V4VqBqm .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG0V4VqBqm .mbr-section-title {
  color: #000000;
}
.cid-uG0V4VqBqm .mbr-desc {
  color: #000000;
}
.cid-uG0V4VqBqm .mbr-text,
.cid-uG0V4VqBqm .text-wrapper {
  color: #000000;
}
.cid-uG0V4VQ5G6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e7e7e7;
}
.cid-uG0V4VQ5G6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0V4VQ5G6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0V4VQ5G6 .card {
  justify-content: flex-end;
}
.cid-uG0V4VQ5G6 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG0V4VQ5G6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG0V4VQ5G6 .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG0V4VQ5G6 .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uG0V4VQ5G6 .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG0V4VQ5G6 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG0V4VQ5G6 .mbr-section-title {
  color: #000000;
}
.cid-uG0V4VQ5G6 .mbr-desc {
  color: #000000;
}
.cid-uG0V4VQ5G6 .mbr-text,
.cid-uG0V4VQ5G6 .text-wrapper {
  color: #000000;
}
.cid-uG0V4WgWT9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e7e7e7;
}
.cid-uG0V4WgWT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0V4WgWT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0V4WgWT9 .card {
  justify-content: flex-end;
}
.cid-uG0V4WgWT9 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG0V4WgWT9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG0V4WgWT9 .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG0V4WgWT9 .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uG0V4WgWT9 .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG0V4WgWT9 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG0V4WgWT9 .mbr-section-title {
  color: #000000;
}
.cid-uG0V4WgWT9 .mbr-desc {
  color: #000000;
}
.cid-uG0V4WgWT9 .mbr-text,
.cid-uG0V4WgWT9 .text-wrapper {
  color: #000000;
}
.cid-uG0V4WIw6y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e7e7e7;
}
.cid-uG0V4WIw6y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0V4WIw6y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0V4WIw6y .card {
  justify-content: flex-end;
}
.cid-uG0V4WIw6y .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG0V4WIw6y .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG0V4WIw6y .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG0V4WIw6y .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uG0V4WIw6y .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG0V4WIw6y .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG0V4WIw6y .mbr-section-title {
  color: #000000;
}
.cid-uG0V4WIw6y .mbr-desc {
  color: #000000;
}
.cid-uG0V4WIw6y .mbr-text,
.cid-uG0V4WIw6y .text-wrapper {
  color: #000000;
}
.cid-uG0V4XdzQW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e7e7e7;
}
.cid-uG0V4XdzQW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0V4XdzQW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0V4XdzQW .card {
  justify-content: flex-end;
}
.cid-uG0V4XdzQW .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG0V4XdzQW .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG0V4XdzQW .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG0V4XdzQW .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uG0V4XdzQW .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG0V4XdzQW .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG0V4XdzQW .mbr-section-title {
  color: #000000;
}
.cid-uG0V4XdzQW .mbr-desc {
  color: #000000;
}
.cid-uG0V4XdzQW .mbr-text,
.cid-uG0V4XdzQW .text-wrapper {
  color: #000000;
}
.cid-uG0V4XDwSJ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uG0V4XDwSJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0V4XDwSJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0V4XDwSJ .row {
  justify-content: center;
}
.cid-uG0V4XDwSJ .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uG0V4XDwSJ .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uG0V4XDwSJ .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uG0V4XDwSJ .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uG0V4XDwSJ .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uG0V4XDwSJ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG0V4XDwSJ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG0V4XDwSJ .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uG0V4XDwSJ .mbr-label,
.cid-uG0V4XDwSJ .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uG0V4XDwSJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uG0V4XDwSJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uG0V4XDwSJ .mbr-text,
.cid-uG0V4XDwSJ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uG0V4XDwSJ .mbr-section-title,
.cid-uG0V4XDwSJ .mbr-section-btn {
  text-align: center;
}
.cid-uG0V4Y5o9b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uG0V4Y5o9b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0V4Y5o9b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0V4Y5o9b .row {
  justify-content: center;
}
.cid-uG0V4Y5o9b .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uG0V4Y5o9b .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uG0V4Y5o9b .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uG0V4Y5o9b .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uG0V4Y5o9b .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uG0V4Y5o9b .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uG0V4Y5o9b .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uG0V4Y5o9b .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uG0V4Y5o9b .content-wrapper .social {
  margin-top: 22px;
}
.cid-uG0V4Y5o9b .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uG0V4Y5o9b .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uG0V4Y5o9b .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uG0V4Y5o9b .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uG0V4Y5o9b .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #f86a2d, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uG0V4Y5o9b .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uG0V4Y5o9b .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uG0V4Y5o9b .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uG0V4Y5o9b .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uG0V4Y5o9b .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uG0V4Y5o9b .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uG0V4Y5o9b .mbr-section-title {
  color: #ffffff;
}
.cid-uG0V4Y5o9b .mbr-text {
  color: #ffffff;
}
.cid-uG0V4Y5o9b .mbr-desc {
  color: #ffffff;
}
.cid-uG0V4Y5o9b .list {
  color: #ffffff;
}
.cid-uG6awOHaNc {
  z-index: 1000;
  width: 100%;
}
.cid-uG6awOHaNc nav.navbar {
  position: fixed;
}
.cid-uG6awOHaNc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG6awOHaNc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uG6awOHaNc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uG6awOHaNc .dropdown-item:hover,
.cid-uG6awOHaNc .dropdown-item:focus {
  background: #f86a2d !important;
  color: white !important;
}
.cid-uG6awOHaNc .dropdown-item:hover span {
  color: white;
}
.cid-uG6awOHaNc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uG6awOHaNc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uG6awOHaNc .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uG6awOHaNc .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uG6awOHaNc .nav-link {
  position: relative;
}
.cid-uG6awOHaNc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uG6awOHaNc .container {
    flex-wrap: nowrap;
  }
}
.cid-uG6awOHaNc .dropdown-menu,
.cid-uG6awOHaNc .navbar.opened {
  background: #e7e7e7 !important;
}
.cid-uG6awOHaNc .nav-item:focus,
.cid-uG6awOHaNc .nav-link:focus {
  outline: none;
}
.cid-uG6awOHaNc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uG6awOHaNc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG6awOHaNc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uG6awOHaNc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG6awOHaNc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG6awOHaNc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG6awOHaNc .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-uG6awOHaNc .navbar.opened {
  transition: all 0.3s;
}
.cid-uG6awOHaNc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uG6awOHaNc .navbar .navbar-logo img {
  width: auto;
}
.cid-uG6awOHaNc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uG6awOHaNc .navbar.collapsed {
  justify-content: center;
}
.cid-uG6awOHaNc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG6awOHaNc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uG6awOHaNc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uG6awOHaNc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG6awOHaNc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uG6awOHaNc .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-uG6awOHaNc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG6awOHaNc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uG6awOHaNc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uG6awOHaNc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG6awOHaNc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG6awOHaNc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG6awOHaNc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uG6awOHaNc .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-uG6awOHaNc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uG6awOHaNc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uG6awOHaNc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uG6awOHaNc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uG6awOHaNc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uG6awOHaNc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uG6awOHaNc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uG6awOHaNc .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-uG6awOHaNc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uG6awOHaNc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG6awOHaNc .dropdown-item.active,
.cid-uG6awOHaNc .dropdown-item:active {
  background-color: transparent;
}
.cid-uG6awOHaNc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uG6awOHaNc .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG6awOHaNc .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG6awOHaNc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7e7e7;
}
.cid-uG6awOHaNc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uG6awOHaNc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uG6awOHaNc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uG6awOHaNc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uG6awOHaNc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uG6awOHaNc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7e7e7;
}
.cid-uG6awOHaNc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG6awOHaNc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG6awOHaNc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG6awOHaNc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG6awOHaNc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG6awOHaNc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG6awOHaNc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG6awOHaNc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG6awOHaNc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uG6awOHaNc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uG6awOHaNc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG6awOHaNc .navbar {
    height: 70px;
  }
  .cid-uG6awOHaNc .navbar.opened {
    height: auto;
  }
  .cid-uG6awOHaNc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG6awOHaNc .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-uG6awOHaNc .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: rgba(231, 231, 231, 0.3);
}
.cid-uG6awOHaNc .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uG6awOHaNc .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-uG6awOHaNc .navbar-nav .nav-link:hover {
  background-color: #f86a2d;
  color: #e7e7e7 !important;
  box-shadow: 2px 0 0 #f86a2d, 0 1px 0 #f86a2d, -2px 0 0 #f86a2d, 0 -1px 0 #f86a2d;
}
@media (min-width: 992px) {
  .cid-uG6awOHaNc .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-uG6awOHaNc .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uG6awOHaNc .navbar {
    padding: 5px 0 !important;
  }
  .cid-uG6awOHaNc .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-uG6awOHaNc .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #e7e7e7;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
    background: rgba(231, 231, 231, 0.3);
  }
  .cid-uG6awOHaNc .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-uG6awOHaNc .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-uG6awOHaNc .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-uG6awOHaNc .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-uG6awOHaNc .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uG6awOHaNc .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-uG6awOHaNc .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f86a2d !important;
    box-shadow: none;
  }
  .cid-uG6awOHaNc .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-uG6awOHaNc .btn-container {
    display: none;
  }
}
.cid-uG6awP31zr {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #e7e7e7;
}
.cid-uG6awP31zr .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uG6awP31zr .display-1 {
    font-size: 5rem;
  }
}
.cid-uG6awP31zr h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uG6awP31zr {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uG6awP31zr .display-1 {
    font-size: 2.8rem;
  }
  .cid-uG6awP31zr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uG6awP31zr .content-wrap {
    width: 100%;
  }
}
.cid-uG6awP31zr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG6awP31zr .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uG6awP31zr .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uG6awP31zr {
    align-items: center;
  }
  .cid-uG6awP31zr .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uG6awP31zr .content-wrap {
    min-width: 50%;
  }
}
.cid-uG6awP31zr .mbr-section-title {
  text-align: left;
  color: #221b35;
}
.cid-uG6awP31zr .mbr-text,
.cid-uG6awP31zr .mbr-section-btn {
  text-align: center;
  color: #221b35;
}
.cid-uG6awPoX3h {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e7e7e7;
}
.cid-uG6awPoX3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG6awPoX3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG6awPoX3h .content-wrapper {
  padding: 75px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 800px;
}
@media (max-width: 1440px) {
  .cid-uG6awPoX3h .content-wrapper {
    padding: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uG6awPoX3h .content-wrapper {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uG6awPoX3h .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uG6awPoX3h .content-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e7e7e7;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
.cid-uG6awPoX3h .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG6awPoX3h .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG6awPoX3h .content-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uG6awPoX3h .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uG6awPoX3h .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uG6awPoX3h .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uG6awPoX3h .mbr-section-title {
  color: #000000;
}
.cid-uG6awPoX3h .mbr-text {
  color: #000000;
}
.cid-uG6btJFpM5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uG6btJFpM5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG6btJFpM5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG6btJFpM5 .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uG6btJFpM5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uG6btJFpM5 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG6btJFpM5 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG6btJFpM5 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uG6btJFpM5 .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uG6btJFpM5 .image-wrapper img {
    height: 350px;
  }
}
.cid-uG6btJFpM5 .mbr-section-title {
  color: #ffffff;
}
.cid-uG6btJFpM5 .mbr-text {
  color: #ffffff;
}
.cid-uG6brEV62z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uG6brEV62z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG6brEV62z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG6brEV62z .row {
  justify-content: center;
}
.cid-uG6brEV62z .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG6brEV62z .label-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uG6brEV62z .label-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uG6brEV62z .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uG6brEV62z .items-wrapper {
    gap: 48px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uG6brEV62z .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 48px 16px;
  }
}
@media (max-width: 768px) {
  .cid-uG6brEV62z .items-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uG6brEV62z .item {
    margin-bottom: 48px;
  }
}
.cid-uG6brEV62z .item .item-wrapper {
  height: 100%;
}
.cid-uG6brEV62z .item .item-wrapper .date-wrapper {
  padding-bottom: 60px;
  border-bottom: 3px solid #f86a2d;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG6brEV62z .item .item-wrapper .date-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.cid-uG6brEV62z .item .item-wrapper .date-wrapper .card-year {
  margin-bottom: 0;
}
.cid-uG6brEV62z .item .item-wrapper .date-wrapper .card-date {
  margin-bottom: 0;
}
.cid-uG6brEV62z .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uG6brEV62z .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-uG6brEV62z .item .item-wrapper .card-box .list {
  margin-bottom: 0;
  padding-left: 22px;
}
.cid-uG6brEV62z .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 12px;
}
.cid-uG6brEV62z .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uG6brEV62z .item .item-wrapper .card-box .list .item-wrap::marker {
  color: #f86a2d;
}
.cid-uG6brEV62z .mbr-label {
  color: #f86a2d;
}
.cid-uG6brEV62z .card-year {
  color: #f86a2d;
}
.cid-uG6brEV62z .card-date {
  color: #ffffff;
}
.cid-uG6brEV62z .card-title {
  color: #ffffff;
}
.cid-uG6brEV62z .list {
  color: #ffffff;
}
.cid-uG6awPYNKX {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uG6awPYNKX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG6awPYNKX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG6awPYNKX .row {
  justify-content: center;
}
.cid-uG6awPYNKX .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uG6awPYNKX .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uG6awPYNKX .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uG6awPYNKX .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uG6awPYNKX .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uG6awPYNKX .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG6awPYNKX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG6awPYNKX .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uG6awPYNKX .mbr-label,
.cid-uG6awPYNKX .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uG6awPYNKX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uG6awPYNKX .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uG6awPYNKX .mbr-text,
.cid-uG6awPYNKX .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uG6awPYNKX .mbr-section-title,
.cid-uG6awPYNKX .mbr-section-btn {
  text-align: center;
}
.cid-uG6awQeAVa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uG6awQeAVa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG6awQeAVa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG6awQeAVa .row {
  justify-content: center;
}
.cid-uG6awQeAVa .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uG6awQeAVa .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uG6awQeAVa .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uG6awQeAVa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uG6awQeAVa .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uG6awQeAVa .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uG6awQeAVa .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uG6awQeAVa .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #f86a2d 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uG6awQeAVa .content-wrapper .social {
  margin-top: 22px;
}
.cid-uG6awQeAVa .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uG6awQeAVa .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uG6awQeAVa .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uG6awQeAVa .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uG6awQeAVa .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #f86a2d, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uG6awQeAVa .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uG6awQeAVa .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uG6awQeAVa .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uG6awQeAVa .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uG6awQeAVa .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uG6awQeAVa .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uG6awQeAVa .mbr-section-title {
  color: #ffffff;
}
.cid-uG6awQeAVa .mbr-text {
  color: #ffffff;
}
.cid-uG6awQeAVa .mbr-desc {
  color: #ffffff;
}
.cid-uG6awQeAVa .list {
  color: #ffffff;
}
